:root{--bg:#f6f7f9;--card:#fff;--border:#e3e6ea;--text:#1d1c1d;--muted:#7a7d82;--office:#2eb67d;--office-bg:#e7f7f0;--remote:#4a90e2;--remote-bg:#e9f1fc;--away:#e8a33d;--away-bg:#fcf3e3;--maybe:#8a6fb0;--maybe-bg:#efeaf6;--unknown-bg:#f0f1f3}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.centered{display:flex;justify-content:center;align-items: center;min-height:100vh}.signin-card{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:14px;max-width:380px;padding:40px;box-shadow:0 4px 24px #0000000f}.signin-card h1{margin:0 0 8px;font-size:22px}.signin-card p{color:var(--muted);margin:0 0 24px}.btn-primary{display:inline-block;color:#fff;text-decoration:none;background:#4a154b;border-radius:8px;padding:12px 20px;font-weight:600}.page{max-width:960px;margin:0 auto;padding:24px 16px 60px}.topbar{display:flex;justify-content:space-between;align-items: center;margin-bottom:20px}.topbar h1{margin:0;font-size:20px}.logout{color:var(--muted);text-decoration:none;font-size:14px}.logout:hover{color:var(--text)}.weeknav{display:flex;align-items: center;gap:10px;margin-bottom:16px}.weeknav button{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:8px;padding:6px 12px;font-size:15px}.weeknav button:hover{background:#eef0f2}.weeknav .today{margin-left:auto}.weeklabel{font-weight:600}.banner{color:#a4302a;background:#fcebea;border:1px solid #f3c9c6;border-radius:8px;margin-bottom:12px;padding:8px 12px;font-size:14px}.grid{display:grid;align-items:stretch;gap:6px}.cell{background:var(--card);border:1px solid var(--border);display:flex;border-radius:8px;align-items: center;min-height:46px;padding:10px;font-size:14px}.cell.head{text-align:center;background:0 0;border:none;flex-direction:column;justify-content:center;align-items: center;gap:2px}.cell.head .dow{font-weight:700}.cell.head .dom{color:var(--muted);font-size:12px}.cell.corner{align-items: flex-start;font-weight:700}.cell.name{gap:8px;font-weight:500}.cell.name img{border-radius:6px;width:26px;height:26px}.cell.name .avatar-fallback{background:var(--unknown-bg);display:inline-block;border-radius:6px;width:26px;height:26px}.cell.name.me{font-weight:700}.cell.status{background:var(--unknown-bg);justify-content:center;gap:6px;font-weight:600}.cell.status .emoji{font-size:15px}.cell.status .lbl{font-size:13px}.cell.status.office{background:var(--office-bg);color:var(--office)}.cell.status.remote{background:var(--remote-bg);color:var(--remote)}.cell.status.away{background:var(--away-bg);color:var(--away)}.cell.status.maybe{background:var(--maybe-bg);color:var(--maybe)}.cell.status.unknown{color:var(--muted)}button.cell.status.editable{cursor:pointer;border-style:dashed;font-family:inherit}button.cell.status.editable:hover{filter:brightness(.96)}button.cell.status.editable.unknown{border-color:#c7cace}.legend{display:flex;flex-wrap:wrap;align-items: center;gap:10px;margin-top:20px;font-size:13px}.chip{border-radius:999px;padding:3px 10px;font-weight:600}.chip.office{background:var(--office-bg);color:var(--office)}.chip.remote{background:var(--remote-bg);color:var(--remote)}.chip.away{background:var(--away-bg);color:var(--away)}.chip.maybe{background:var(--maybe-bg);color:var(--maybe)}.muted{color:var(--muted)}@media (max-width:640px){.cell.status .lbl{display:none}.cell.name span:last-child{font-size:13px}}
