body{margin:0;padding:0}:root{--bg:#0f0f14;--surface:#1a1a24;--border:#2a2a3a;--text:#e8e8ee;--text-muted:#8888a0;--accent:#f97316;--accent-soft:#f973161f;--blue:#3b82f6;--green:#22c55e}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;width:100vw;min-width:1920px;height:100vh;min-height:1080px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;overflow:hidden}.dashboard{flex-direction:column;gap:2vh;height:100vh;padding:2.5vh 2.5vw;display:flex}.header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;padding-bottom:1.5vh;display:flex}.family-name{letter-spacing:-.02em;font-size:4vh;font-weight:700}.date{color:var(--text-muted);margin-top:.3vh;font-size:2.2vh}.time{letter-spacing:-.02em;color:var(--accent);font-size:6vh;font-weight:200}.grid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:2vh 1.5vw;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:1.5vh;flex-direction:column;padding:2.5vh 2vw;display:flex;overflow:hidden}.card-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1.5vh;font-size:1.8vh;font-weight:600}.weather-main{align-items:center;gap:1.5vw;display:flex}.weather-icon{font-size:7vh}.weather-temp{font-size:6vh;font-weight:700}.weather-desc{color:var(--text-muted);margin:1vh 0;font-size:2.2vh}.weather-details{color:var(--text-muted);gap:1.5vw;font-size:1.6vh;display:flex}.countdown-card{text-align:center;background:linear-gradient(135deg, var(--surface) 0%, #1a1a2e 100%);justify-content:center}.countdown-number{color:var(--accent);font-size:12vh;font-weight:800;line-height:1}.countdown-label{color:var(--text-muted);margin-top:.5vh;font-size:2.5vh}.countdown-detail{color:var(--text-muted);margin-top:1vh;font-size:1.6vh}.quote-card{justify-content:center}.quote-text{margin-bottom:1.5vh;font-size:2.4vh;font-style:italic;line-height:1.5}.quote-author{color:var(--accent);font-size:1.8vh}.reminder-list{flex-direction:column;flex:1;justify-content:center;gap:1.5vh;display:flex}.reminder{background:var(--accent-soft);border-left:3px solid var(--accent);border-radius:1vh;padding:1.2vh 1vw;font-size:2vh}.mojo-status{flex-direction:column;flex:1;justify-content:center;gap:1.2vh;display:flex}.status-item{align-items:center;gap:.8vw;font-size:1.8vh;display:flex}.status-dot{border-radius:50%;width:1.2vh;height:1.2vh}.status-dot.green{background:var(--green);box-shadow:0 0 8px var(--green)}.mojo-tagline{color:var(--text-muted);margin-top:1vh;font-size:1.5vh}.house-stats{flex-direction:column;flex:1;justify-content:center;gap:1.5vh;display:flex}.house-stat{align-items:center;gap:1vw;display:flex}.stat-value{font-size:3vh}.stat-label{color:var(--text-muted);font-size:1.8vh}.footer{color:var(--text-muted);border-top:1px solid var(--border);justify-content:center;gap:1vw;padding-top:1vh;font-size:1.4vh;display:flex}.loading{color:var(--text-muted);font-size:2vh}
