.header{text-align:center}:root{--square-size:6px;--square-gap:2px;--week-width:calc(var(--square-size) + var(--square-gap))}.months{grid-area:months}.days{grid-area:days}.squares{grid-area:squares}.graph{display:inline-grid;grid-template-areas:"empty months" "days squares";grid-template-columns:auto 1fr;grid-gap:10px}.months{grid-template-columns:32px 32px 32px 40px 32px 32px 40px 32px 32px 40px 32px 40px;grid-template-columns:calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*5) calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*5) calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*5) calc(var(--week-width)*4) calc(var(--week-width)*5)}.days,.months,.squares{list-style-type:none;display:grid}.days,.squares{grid-gap:2px;grid-gap:var(--square-gap);grid-template-rows:repeat(7,6px);grid-template-rows:repeat(7,var(--square-size))}.squares{grid-auto-flow:column;grid-auto-columns:6px;grid-auto-columns:var(--square-size)}.graph{padding:0;margin:0}.days li:nth-child(odd){visibility:hidden}.squares li{background-color:#ebedf0}.squares li[data-level="1"]{background-color:#c6e48b}.squares li[data-level="2"]{background-color:#7bc96f}.squares li[data-level="3"]{background-color:#196127}
/*# sourceMappingURL=main.66378652.chunk.css.map */