:root{--bg:#f4f6f8;--card:#fff;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--accent:#111827;--danger:#b91c1c}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 22px 10px;max-width:1200px;margin:auto}.topbar h1,.login-card h1{margin:2px 0 0;font-size:28px;letter-spacing:-.03em}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:700}.top-actions{display:flex;gap:12px;align-items:center}.who{font-weight:700}.ghost-link{color:var(--muted);text-decoration:none;font-size:14px}.legend{max-width:1200px;margin:0 auto 10px;padding:0 22px;display:flex;gap:14px;flex-wrap:wrap;align-items:center;font-size:13px;color:var(--muted)}.legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.sync-state{margin-left:auto}.calendar-shell{max-width:1200px;margin:0 auto;padding:0 18px 38px}.calendar-shell>#calendar{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 8px 28px rgba(17,24,39,.06)}.fc .fc-toolbar-title{font-size:20px}.fc .fc-button-primary{background:#111827;border-color:#111827}.fc .fc-daygrid-day-number,.fc .fc-col-header-cell-cushion{color:#374151;text-decoration:none}.fc-event{cursor:pointer;border-radius:7px;padding:1px 3px}.fab{position:fixed;right:22px;bottom:24px;width:58px;height:58px;border-radius:50%;border:0;background:#111827;color:#fff;font-size:34px;line-height:1;box-shadow:0 12px 30px rgba(0,0,0,.25);cursor:pointer;z-index:20}dialog{width:min(620px,calc(100vw - 24px));border:0;border-radius:20px;padding:0;box-shadow:0 28px 90px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(17,24,39,.5);backdrop-filter:blur(2px)}.event-form{padding:22px}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.dialog-head h2{margin:2px 0 0}.icon-btn{border:0;background:#f3f4f6;border-radius:50%;width:36px;height:36px;cursor:pointer}.stack,.event-form{display:flex;flex-direction:column;gap:14px}label{font-weight:650;font-size:14px;color:#374151}input,textarea,select{width:100%;margin-top:6px;border:1px solid #d1d5db;border-radius:11px;padding:11px 12px;font:inherit;background:#fff;color:#111827}textarea{resize:vertical}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.inline-check{display:flex;gap:9px;align-items:center}.inline-check input{width:auto;margin:0}.dialog-actions{display:flex;gap:10px;align-items:center;margin-top:2px}.spacer{flex:1}button.primary,button.secondary,button.danger{border:0;border-radius:11px;padding:11px 15px;font-weight:750;cursor:pointer}.primary{background:#111827;color:#fff}.secondary{background:#e5e7eb;color:#111827}.danger{background:#fee2e2;color:#991b1b}.meta{font-size:12px;color:var(--muted)}.toast{position:fixed;left:50%;bottom:95px;transform:translateX(-50%);background:#111827;color:#fff;padding:10px 14px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.22);z-index:50;font-size:14px}.login-page{min-height:100vh;display:grid;place-items:center;padding:18px}.login-card{width:min(390px,100%);background:#fff;padding:28px;border-radius:22px;border:1px solid var(--line);box-shadow:0 18px 60px rgba(17,24,39,.08)}.brand-mark{font-size:38px}.muted{color:var(--muted);margin-top:6px}.alert{padding:10px 12px;border-radius:10px;background:#fee2e2;color:#991b1b;font-size:14px}.login-card .primary{width:100%}
@media(max-width:700px){.topbar{padding:14px 14px 8px}.topbar h1{font-size:23px}.who{display:none}.legend{padding:0 14px}.calendar-shell{padding:0 8px 28px}.calendar-shell>#calendar{padding:6px;border-radius:14px}.fc .fc-toolbar{gap:6px}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:.8em}.fc .fc-toolbar-title{font-size:17px}.fc .fc-button{padding:.35em .48em;font-size:.85em}.grid2{grid-template-columns:1fr}.event-form{padding:18px}.fab{right:16px;bottom:18px}.ghost-link{font-size:13px}}

.upcoming-shell{max-width:1200px;margin:0 auto 12px;padding:0 18px}.upcoming-head{display:flex;align-items:baseline;justify-content:space-between;margin:0 4px 8px}.upcoming-head strong{font-size:15px}.upcoming-head span{font-size:12px;color:var(--muted)}.upcoming-list{display:flex;gap:9px;overflow-x:auto;padding:2px 2px 7px;scrollbar-width:none}.upcoming-list::-webkit-scrollbar{display:none}.upcoming-item{min-width:190px;max-width:250px;border:1px solid var(--line);background:var(--card);border-radius:14px;padding:11px 12px;text-align:left;display:grid;grid-template-columns:8px 1fr;column-gap:8px;row-gap:2px;box-shadow:0 4px 16px rgba(17,24,39,.04);cursor:pointer;color:var(--text)}.upcoming-item i{grid-row:1/4;width:8px;height:100%;min-height:42px;border-radius:99px}.upcoming-item .upcoming-date{font-size:11px;color:var(--muted);font-weight:700;text-transform:capitalize}.upcoming-item strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upcoming-item small{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upcoming-empty{font-size:13px;color:var(--muted);padding:8px 4px}.mobile-nav{display:none}
@media(max-width:700px){body{padding-bottom:76px}.upcoming-shell{padding:0 10px;margin-bottom:8px}.upcoming-item{min-width:170px}.calendar-shell{padding-bottom:12px}.fab{display:none}.mobile-nav{position:fixed;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));height:62px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 36px rgba(17,24,39,.18);z-index:40;backdrop-filter:blur(12px);padding:5px}.mobile-nav button{border:0;background:transparent;color:#4b5563;font-size:10px;font-weight:750;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:12px;height:50px}.mobile-nav button span{font-size:19px;line-height:1}.mobile-nav .mobile-add{background:#111827;color:#fff}.toast{bottom:86px}dialog{max-height:calc(100vh - 24px);overflow:auto}.event-form{padding-bottom:calc(18px + env(safe-area-inset-bottom))}}
