:root{--color-vaccine: #f1d8f8;--background-light: #F9FAFB;--background-mid: #F3F4F6;--background-dark: #030213;--theme-text-primary: #101828;--theme-text-secondary: #4A5565;--theme-text-violet: #9810FA;--theme-green-light: #DBFCE7;--theme-green-dark: #B9F8CF;--theme-green-text: #366B30;--theme-yellow-light: #FEF3C6;--theme-yellow-dark: #FEE685;--theme-yellow-text: #B24700;--theme-purple-light: #F3E8FF;--theme-purple-dark: #E9D4FF;--theme-purple-text: #6E23C7;--theme-orange-light: #FFEDD4;--theme-orange-dark: #FFD7A8;--theme-orange-text: #9F4246;--theme-blue-light: #DBEAFE;--theme-blue-dark: #BEDBFF;--theme-blue-text: #193CB8;--theme-red-light: #FCE7F3;--theme-red-dark: #FCCEE8;--theme-red-text: #BA104C;--theme-gray-light: #f1f1f1;--theme-gray-dark: #e0e0e0;--theme-gray-text: #555555}body{font-family:sans-serif;margin:0;background-color:var(--background-light)}.milestone{display:flex;gap:.5em;padding:.5em;border-radius:.5em}.today-marker{background-color:var(--theme-blue-dark);color:var(--theme-blue-text);border:1pt solid var(--theme-blue-light);font-weight:700;display:inline-block;padding:.3em;border-radius:.3em}.milestone p:last-child,.milestone p:first-child{margin:0}.calendar{overflow-y:scroll;overflow-x:hidden;display:flex;flex-direction:column;padding:1em .5em 2em;box-sizing:border-box;overscroll-behavior:contain;gap:.5em}.day{background-color:#fff;display:flex;flex-direction:column;gap:1em;padding:.5em;cursor:pointer;border:1pt solid #ddd;transition:.1s transform linear,.1s box-shadow linear;border-radius:1em;box-sizing:border-box}.day-passed{opacity:.3;text-decoration:line-through}.day-selected{background-color:var(--theme-blue-light)!important;border:2pt solid var(--theme-blue-text)}.date-picker{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);width:min(85dvw,12cm);margin:1em auto;text-align:center;font-size:1.3em;display:flex;flex-direction:column;gap:.8em;align-items:center}.date-picker h1,.date-picker p{margin:0}.date-picker input{font-size:1.4em}.card{border-radius:1em;background-color:#fff;border:1pt solid #ddd;box-shadow:0 5px 10px #ddd;padding:1em;box-sizing:border-box;width:100%}.card button{flex-grow:1;width:100%}.theme-button{display:inline-flex;font-size:1em;padding:.3em .5em;border-radius:.5em;gap:.3em;align-items:center;box-sizing:border-box;border:none;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.theme-button-black{background-color:var(--background-dark);color:#fff}.theme-button-white{background-color:var(--background-light);border:1pt solid var(--background-dark);color:var(--theme-text-primary)}.section{border:2px solid var(--primary-color);margin-bottom:1em;border-radius:1em;overflow:hidden}.section ul{margin:.3em}.marker-check li::marker{content:"✅ "}.day-summary{padding:1em;margin:0 auto;overflow:scroll}.allow-new .new{color:#200;text-shadow:0 0 .2em yellow,0 0 .3em yellow,0 0 .4em yellow,0 0 1em yellow}.main-grid{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);height:100dvh;box-sizing:border-box;display:grid;grid-template-rows:auto 1fr;overflow:hidden}.main-grid>div:nth-child(2){width:min(30cm,auto);margin:0 auto}.heading{display:flex;flex-direction:column;padding:.2em;box-shadow:0 2px 2px #ddd;z-index:2;gap:.2em}.heading>*{display:flex;flex-grow:1;justify-content:space-between}
