:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f6f8;--surface:#fff;--surface-2:#eef2f5;--line:#d7dde3;--text:#18212b;--muted:#687485;--accent:#087f8c;--accent-2:#d14d32;--accent-soft:#dff4f6;--danger:#a93434;--shadow:0 14px 34px #18212b14}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#15181c;--surface:#20252b;--surface-2:#2b3138;--line:#3a424c;--text:#f0f3f5;--muted:#a6b0bd;--accent:#42bfc7;--accent-2:#f08b66;--accent-soft:#17393e;--danger:#ff8b8b;--shadow:0 14px 34px #00000040}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}button,input,textarea{font:inherit}button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--text);cursor:pointer;border-radius:7px}button:hover,button:focus-visible{border-color:var(--accent);outline:none}input,textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);border-radius:7px;outline:none}input{min-height:42px;padding:0 12px}textarea{resize:vertical;min-height:92px;padding:10px}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}h1,h2,h3,p{margin-top:0}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:800}.muted,.status-text,.save-state{color:var(--muted)}.loading-screen,.auth-screen{place-items:center;min-height:100vh;padding:20px;display:grid}.auth-panel{border:1px solid var(--line);background:var(--surface);width:min(420px,100%);box-shadow:var(--shadow);border-radius:8px;padding:28px}.auth-form,.entry-form{gap:10px;display:grid}.auth-form button,.details-header button,.add-site-wide button{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:800}.plain-button{color:var(--accent);background:0 0;border-color:#0000;font-weight:800}.panel-screen{min-height:100vh;padding:28px}.panel-header,.calendar-topbar,.details-header,.week-status{justify-content:space-between;align-items:center;gap:16px;display:flex}.panel-header{margin-bottom:24px}.header-actions,.top-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.theme-button{justify-content:center;align-items:center;gap:8px;min-width:106px;display:inline-flex}.install-button{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:900}.compact-install{min-width:76px}.theme-icon{flex:0 0 18px;width:18px;height:18px;display:inline-block;position:relative}.sun-icon{border:2px solid;border-radius:50%}.sun-icon:before{content:"";background:linear-gradient(currentColor,currentColor) top/2px 4px no-repeat,linear-gradient(currentColor,currentColor) bottom/2px 4px no-repeat,linear-gradient(90deg,currentColor,currentColor) 0/4px 2px no-repeat,linear-gradient(90deg,currentColor,currentColor) 100%/4px 2px no-repeat;position:absolute;inset:-6px}.moon-icon{border-radius:50%;box-shadow:inset 6px 0}.theme-button.compact{width:42px;min-width:42px}.panel-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin-bottom:22px;padding:18px}.add-site-wide{grid-template-columns:150px minmax(220px,1fr) 140px;align-items:end;gap:10px;display:grid}.add-site-wide label{color:var(--muted);align-self:center;font-size:13px;font-weight:800}.site-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;display:grid}.site-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;padding:12px}.site-open{text-align:left;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;min-height:110px;padding:14px;display:flex}.site-open span{font-size:20px;font-weight:900}.site-open strong{color:var(--accent)}.danger{color:var(--danger)}.subtle{width:100%;margin-top:8px}.empty-state{border:1px dashed var(--line);color:var(--muted);border-radius:8px;padding:18px}.calendar-screen{grid-template-columns:minmax(520px,1fr) 360px;min-height:100vh;display:grid}.calendar-main{min-width:0;padding:24px}.calendar-topbar{flex-wrap:wrap;margin-bottom:20px}.top-actions{margin-left:auto}.month-controls{grid-template-columns:42px 92px 42px;gap:8px;display:grid}.view-switch{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:92px 70px;gap:6px;padding:4px;display:grid}.view-switch button{background:0 0;border-color:#0000;min-height:32px;font-weight:800}.view-switch button.active{border-color:var(--accent);background:var(--surface);color:var(--accent)}.weekday-row,.calendar-grid{grid-template-columns:repeat(7,minmax(56px,1fr));gap:8px;display:grid}.weekday-row{color:var(--muted);text-align:center;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900}.calendar-grid{grid-auto-rows:minmax(96px,1fr)}.day-cell{border:1px solid var(--line);background:var(--surface);min-height:96px;box-shadow:var(--shadow);text-align:left;border-radius:8px;flex-direction:column;align-items:flex-start;gap:8px;padding:10px;display:flex}.day-cell.outside{opacity:.42}.day-cell.selected{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.day-cell.today .date-number{background:var(--accent);color:#fff}.date-number{border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:900;display:inline-flex}.day-markers{flex-wrap:wrap;gap:5px;display:flex}.marker{border-radius:50%;width:8px;height:8px}.marker.added{background:var(--accent)}.marker.removed{background:var(--accent-2)}.marker.other{background:#8a6ecf}.week-complete{color:var(--accent);margin-top:auto;font-size:12px;font-weight:900}.year-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;display:grid}.year-month{border:1px solid var(--line);background:var(--surface);min-height:188px;box-shadow:var(--shadow);text-align:left;border-radius:8px;padding:12px}.year-month-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.year-month-name{font-size:15px;font-weight:900}.year-month-count{color:var(--muted);font-size:12px;font-weight:900}.mini-weekdays,.mini-days{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.mini-weekdays{color:var(--muted);text-align:center;margin-bottom:5px;font-size:10px;font-weight:900}.mini-day{height:20px;color:var(--muted);border-radius:5px;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.mini-day.in-month{color:var(--text)}.mini-day.has-entry{background:var(--accent-soft);color:var(--accent)}.mini-day.today{background:var(--accent);color:#fff}.details-panel{border-left:1px solid var(--line);background:var(--surface);padding:22px;overflow-y:auto}.details-header{margin-bottom:22px}.week-status{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;margin-bottom:18px;padding:14px}.check-row{align-items:center;gap:8px;font-weight:800;display:inline-flex}.check-row input{width:20px;height:20px;accent-color:var(--accent)}.site-tools{grid-template-columns:1fr 110px;gap:8px;margin-bottom:18px;display:grid}@media (width<=1120px){.calendar-screen{grid-template-columns:1fr}.details-panel{border-top:1px solid var(--line);border-left:0}.year-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (width<=760px){.panel-screen,.calendar-main,.details-panel{padding:16px}.panel-header,.calendar-topbar,.details-header,.week-status,.top-actions,.header-actions{flex-direction:column;align-items:stretch}.add-site-wide{grid-template-columns:1fr}.month-controls{grid-template-columns:42px 1fr 42px}.view-switch{grid-template-columns:1fr 1fr}.weekday-row,.calendar-grid{grid-template-columns:repeat(7,minmax(38px,1fr));gap:5px}.calendar-grid{grid-auto-rows:76px}.day-cell{min-height:76px;box-shadow:none;padding:7px}.week-complete{display:none}.year-grid{grid-template-columns:1fr}}
