*{box-sizing:border-box;margin:0}:root{--plane: #f9f9f7;--surface: #ffffff;--ink: #0b0b0b;--ink-2: #52514e;--muted: #898781;--grid: #e1e0d9;--baseline: #c3c2b7;--border: rgba(11, 11, 11, .09);--shadow: 0 1px 2px rgba(11, 11, 11, .04), 0 4px 12px rgba(11, 11, 11, .04);--blue: #2a78d6;--aqua: #1baf7a;--violet: #4a3aa7;--orange: #eb6834;--good: #0ca30c;--warning: #b26a00}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--plane);color:var(--ink);-webkit-font-smoothing:antialiased}.page{max-width:1180px;margin:0 auto;padding:28px 24px 72px}.center{display:flex;justify-content:center;padding-top:140px;color:var(--muted);font-size:14px}header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}h1{font-size:24px;font-weight:680;letter-spacing:-.02em}.crumbs{font-size:13px;margin-bottom:6px}.crumbs a{color:var(--blue);text-decoration:none;font-weight:500}.crumbs a:hover{text-decoration:underline}.subtitle{color:var(--muted);font-size:13px;margin-top:4px}h2{font-size:13px;margin-bottom:14px;color:var(--ink-2);font-weight:640;letter-spacing:.01em}.period-selector{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:3px;box-shadow:var(--shadow)}.period-selector button{border:none;background:transparent;color:var(--ink-2);padding:6px 15px;border-radius:6px;font-size:13px;font-weight:560;cursor:pointer;transition:background .12s,color .12s}.period-selector button:hover{color:var(--ink)}.period-selector button.active{background:var(--blue);color:#fff}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin-bottom:24px}.tile{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:18px 20px 17px;box-shadow:var(--shadow);overflow:hidden}.tile:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--tile-accent, var(--blue))}.tile-label{font-size:12px;color:var(--muted);font-weight:560;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.tile-value{font-size:34px;font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--ink)}.tile-unit{font-size:15px;font-weight:560;color:var(--muted);margin-left:3px;letter-spacing:0}.tile-hint{font-size:12px;color:var(--ink-2);margin-top:9px;line-height:1.35}.panel{background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:18px 20px;box-shadow:var(--shadow);margin-bottom:18px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}@media(max-width:820px){.grid{grid-template-columns:1fr}}.chart-wrap{overflow-x:auto}.chart-empty{color:var(--muted);font-size:13px;padding:28px 0;text-align:center}.model-bar{height:9px;border-radius:5px;background:var(--blue);min-width:4px}.status,.band{display:inline-block;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:620;letter-spacing:.01em}.status-approved{background:#e4f6e4;color:#0a7a0a}.status-unapproved{background:#fdf0d8;color:#8a5200}.status-blocked{background:#fce3e3;color:#a32020}.band-heavy{background:#dbe9fb;color:#1a5cab}.band-regular{background:#e5e2f5;color:#3f339a}.band-light{background:#eef0f2;color:#52514e}.band-none{background:#f2f2ef;color:#a0a09a}.privacy-note{font-size:12.5px;color:var(--ink-2);margin-bottom:12px;line-height:1.45;padding:9px 12px;background:#f4f8fd;border:1px solid #dbe9fb;border-radius:8px}a{color:var(--blue)}.topnav{display:flex;gap:4px;margin-bottom:20px}.topnav a{padding:7px 15px;border-radius:8px;font-size:13.5px;font-weight:560;color:var(--ink-2);text-decoration:none;border:1px solid transparent}.topnav a:hover{background:#eef2f7}.topnav a.active{background:var(--surface);border-color:var(--border);color:var(--ink);box-shadow:var(--shadow)}.cal-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.cal-title{font-size:16px;font-weight:640;min-width:150px}.cal-nav{border:1px solid var(--border);background:var(--surface);color:var(--ink-2);width:30px;height:30px;border-radius:8px;font-size:17px;cursor:pointer;line-height:1}.cal-nav:hover{background:#eef2f7;color:var(--ink)}.cal-legend{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:12px;color:var(--muted)}.cal-swatch{width:13px;height:13px;border-radius:3px;display:inline-block}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cal-dow{text-align:center;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;padding-bottom:2px}.cal-cell{position:relative;min-height:66px;border-radius:9px;padding:7px 9px;border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;width:100%;text-align:left;font-family:inherit;cursor:pointer;transition:transform .08s,box-shadow .08s}button.cal-cell:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.cal-cell.selected{outline:2px solid var(--blue);outline-offset:1px}.cal-cell.empty{border:none;background:transparent;cursor:default}.day-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-stats{display:flex;align-items:baseline;gap:8px;margin:2px 2px 12px;font-size:14px;color:var(--ink-2)}.section-stats b{color:var(--ink);font-size:16px;font-weight:700}.section-stats .dot{color:var(--muted)}.section-stats-note{margin-left:6px;font-size:12px;color:var(--muted)}.act-list{display:flex;flex-direction:column;gap:11px;padding:2px 0}.act-row{display:flex;align-items:center;gap:10px;font-size:13.5px}.act-dot{width:11px;height:11px;border-radius:3px;flex:none}.act-name{width:108px;flex:none;color:var(--ink);font-weight:560}.act-name.wide{width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.act-bar-track{flex:1;height:9px;background:#eef0f2;border-radius:5px;overflow:hidden}.act-bar{height:100%;border-radius:5px}.act-calls{width:64px;text-align:right;font-weight:680;font-variant-numeric:tabular-nums}.act-sess{width:62px;text-align:right;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.cal-daynum{font-size:12px;font-weight:600;color:var(--ink-2)}.cal-min{font-size:12.5px;font-weight:680;align-self:flex-end;font-variant-numeric:tabular-nums}.lvl-0{background:#f4f5f3}.lvl-1{background:#cde2fb}.lvl-2{background:#86b6ef}.lvl-3{background:#3987e5}.lvl-4{background:#1c5cab}.lvl-5{background:#0d366b}.cal-cell.lvl-3 .cal-daynum,.cal-cell.lvl-4 .cal-daynum,.cal-cell.lvl-5 .cal-daynum,.cal-cell.lvl-3 .cal-min,.cal-cell.lvl-4 .cal-min,.cal-cell.lvl-5 .cal-min{color:#fff}i.cal-swatch.lvl-0{border:1px solid var(--border)}
