:root{--bg:#0d1117;--surface:#161b22;--border:#30363d;--text:#e6edf3;--muted:#8b949e;--accent:#58a6ff;--terminal-green:#3fb950;--future-day:#6e8fb3;--danger:#f85149;--warn:#d29922}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;min-height:100vh}body:has(>.dashboard-page){height:100dvh;overflow:hidden;display:flex;flex-direction:column}body:has(>.dashboard-page)>nav{flex:0 0 auto}a{color:var(--accent);text-decoration:none}.container{max-width:960px;margin:0 auto;padding:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem}.card h2{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.75rem}.risk-at_risk{color:var(--danger)}.risk-attention{color:var(--warn)}input,select,textarea{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:.6rem;margin-bottom:.75rem;font-size:1rem}button{background:var(--accent);color:#04121f;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer}button:hover{filter:brightness(1.1)}.error{color:var(--danger);margin-bottom:.75rem}.muted{color:var(--muted);font-size:.875rem}ul.list{list-style:none}ul.list li{padding:.4rem 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:1rem}ul.list li:last-child{border-bottom:none}.dashboard-page{flex:1 1;min-height:0;width:100%;padding:.75rem 1.75rem 1rem;display:grid;grid-template-rows:minmax(8rem,27vh) minmax(0,1fr);grid-gap:.5rem;gap:.5rem;overflow:hidden;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.dashboard-time{min-height:0;display:grid;align-content:center;justify-items:center;text-align:center}.dashboard-date{color:var(--terminal-green);font-size:.8rem;font-weight:600;text-transform:capitalize}.dashboard-clock{color:var(--text);font-size:clamp(4rem,min(9vw,16vh),8.5rem);font-weight:800;letter-spacing:-.08em;line-height:1;white-space:nowrap}.dashboard-grid{min-height:0;display:grid;grid-template-columns:minmax(14rem,1fr) minmax(18rem,1.25fr) minmax(18rem,1.25fr) minmax(14rem,1fr);grid-gap:2rem;gap:2rem;align-items:start;overflow:hidden}.dashboard-panel{min-width:0;max-height:100%;overflow-y:auto;overscroll-behavior:contain}.dashboard-panel h2,.dashboard-panel h3{font-size:.78rem;line-height:1.3}.dashboard-panel h2{color:var(--terminal-green);margin-bottom:.45rem}.dashboard-panel h3{color:var(--warn)}.dashboard-footnote,.dashboard-panel h2 span,.dashboard-panel h3 span,.dashboard-panel small{color:var(--muted);font-weight:400}.dashboard-panel ul{list-style:none}.dashboard-panel li{display:flex;min-width:0;gap:.45rem;font-size:.76rem;line-height:1.45}.dashboard-panel li strong{flex:0 0 auto}.dashboard-item-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agenda-day+.agenda-day{margin-top:.55rem}.agenda-future h3{color:var(--future-day)}.agenda-muted{color:var(--muted)}.dashboard-section{border-top:1px solid var(--muted);border-left:1px solid var(--muted);padding:.35rem 0 .6rem .65rem;margin:.55rem 0 .8rem}.dashboard-empty,.dashboard-more,.dashboard-warning{color:var(--muted)}.dashboard-warning{font-size:.72rem;margin-top:.65rem}.dashboard-footnote{font-size:.7rem}.source-dot{width:.42rem;height:.42rem;border-radius:50%;flex:0 0 auto;margin-top:.35rem}.source-reminders{border:1px solid var(--muted)}.source-myos{background:var(--accent)}.pull-request-list li{display:block;margin-bottom:.55rem}.pull-request-list a,.pull-request-list small,.pull-request-list>li>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1200px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow-y:auto}.dashboard-panel{max-height:none;overflow:visible}}@media (max-width:720px){.dashboard-page{padding:1rem}.dashboard-time{min-height:0}.dashboard-clock{font-size:clamp(3.5rem,18vw,6rem)}.dashboard-grid{grid-template-columns:1fr}}