:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface-2: #22263a;--border: #2e3348;--accent: #4ade80;--accent-dim: rgba(74, 222, 128, .12);--text: #e2e8f0;--text-muted: #64748b;--red: #f87171;--blue: #60a5fa;--yellow: #fbbf24;--radius: 12px}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif;min-height:100vh;display:block}#root{width:100%;padding:2rem 2.5rem;text-align:left}.header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.header .subtitle{flex:1}.bell-btn{margin-left:auto;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.4rem .75rem;font-size:1.1rem;cursor:pointer;transition:border-color .2s,background .2s;line-height:1}.bell-btn:hover{border-color:var(--accent)}.bell-btn.active{border-color:var(--accent);background:var(--accent-dim)}.header h1{font-size:1.5rem;font-weight:700;color:var(--text)}.header .subtitle{font-size:.9rem;color:var(--text-muted)}.progress-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.progress-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.progress-header .label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.progress-header .values{font-size:1rem;color:var(--text)}.progress-header .values strong{font-size:1.6rem;font-weight:700;color:var(--accent)}.progress-header .values .goal{color:var(--text-muted)}.progress-bar-track{height:10px;background:var(--surface-2);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:999px;transition:width .6s ease}.progress-footer{margin-top:.5rem;font-size:.8rem;color:var(--text-muted)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.stat-card .stat-label{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-card .stat-value{font-size:1.4rem;font-weight:700;color:var(--text)}.stat-card .stat-value.green{color:var(--accent)}.stat-card .stat-value.blue{color:var(--blue)}.stat-card .stat-value.yellow{color:var(--yellow)}.projections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.projection-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;border-top:3px solid var(--border)}.projection-card.accent-blue{border-top-color:var(--blue)}.projection-card.accent-green{border-top-color:var(--accent)}.projection-label{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.projection-sublabel{font-size:.75rem;color:var(--text-muted);margin-bottom:.75rem}.projection-eta{font-size:1rem;font-weight:700;color:var(--text)}.projection-card.accent-blue .projection-eta{color:var(--blue)}.projection-card.accent-green .projection-eta{color:var(--accent)}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.chart-card h2{font-size:.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.custom-tooltip{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;font-size:.85rem}.custom-tooltip .tooltip-date{color:var(--text-muted);margin-bottom:.4rem}.custom-tooltip .tooltip-row{display:flex;gap:.5rem;align-items:center;color:var(--text)}.custom-tooltip .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.state-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--text-muted);gap:.75rem}.state-box .state-icon{font-size:2.5rem}
