.wrap{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.hero{text-align:center;padding:1.5rem 0 1rem}.hero h1{font-size:2.2rem;font-weight:800;letter-spacing:-.04em;margin-bottom:.3rem}.hero h1 span{color:var(--accent)}.hero p{color:var(--text-muted);font-size:.92rem;max-width:520px;margin:0 auto}.mode-bar{display:flex;justify-content:center;gap:6px;margin-bottom:1rem}.mode-btn{padding:8px 18px;border-radius:var(--radius-sm);border:1px solid var(--border);background:0 0;color:var(--text-dim);font-size:.8rem;font-family:var(--font);font-weight:500;cursor:pointer;transition:.15s;display:flex;align-items:center;gap:6px}.mode-btn:hover{border-color:var(--border);color:var(--text-muted)}.mode-btn.on{border-color:var(--accent-soft);background:var(--accent-soft);color:var(--accent)}.mode-btn svg{width:14px;height:14px}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.live-banner{display:none;background:var(--surface);border:1px solid rgba(71,232,138,.15);border-radius:var(--radius-sm);padding:10px 16px;margin-bottom:1rem;font-size:.78rem;color:var(--text-muted);text-align:center}.live-banner.show{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.live-banner strong{color:var(--accent)}.countdown-ring{width:28px;height:28px;flex-shrink:0;position:relative;display:inline-flex;align-items:center;justify-content:center}.countdown-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.cd-bg{fill:none;stroke:var(--border);stroke-width:3}.cd-fg{fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.cd-text{position:absolute;font-size:.55rem;font-weight:700;font-family:var(--mono);color:var(--accent)}.ctx-bar{display:flex;gap:6px;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap}.ctx-btn{padding:10px 20px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-dim);font-size:.84rem;font-family:var(--font);font-weight:500;cursor:pointer;transition:all .18s}.ctx-btn:hover{border-color:var(--border);color:var(--text-muted)}.ctx-btn.on{border-color:var(--accent-soft);background:var(--accent-soft);color:var(--accent);font-weight:600}.ctx-btn .ctx-new{font-size:.55rem;background:var(--accent2);color:#fff;padding:1px 5px;border-radius:3px;margin-left:5px;vertical-align:middle;font-weight:700}.health{text-align:center;margin-bottom:1.5rem}.health-ring{width:160px;height:160px;margin:0 auto;position:relative}.health-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.health-bg{fill:none;stroke:var(--card);stroke-width:8}.health-fg{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .8s ease,stroke .4s}.health-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.health-val{font-size:2.5rem;font-weight:800;font-family:var(--mono);line-height:1}.health-label{font-size:.68rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.health-status{font-size:.82rem;font-weight:600;margin-top:6px}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:1.5rem}.sum-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px;text-align:center}.sum-val{font-size:1.5rem;font-weight:800;font-family:var(--mono)}.sum-label{font-size:.65rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em}.gauges{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px;margin-bottom:1.5rem}.gauge-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;transition:border-color .3s}.gauge-card.warn{border-color:#f5c54233}.gauge-card.danger{border-color:#f26b5e40}.gc-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.gc-name{font-size:.82rem;font-weight:600}.gc-badge{font-size:.6rem;padding:2px 8px;border-radius:4px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.gc-badge.safe{background:#2ae8b514;color:var(--safe)}.gc-badge.warn{background:#f5c54214;color:var(--warn)}.gc-badge.danger{background:#f26b5e14;color:var(--danger)}.gc-visual{display:flex;align-items:center;gap:12px;margin-bottom:8px}.gc-ring{width:64px;height:64px;flex-shrink:0;position:relative}.gc-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.rbg{fill:none;stroke:var(--border);stroke-width:5}.rfg{fill:none;stroke-width:5;stroke-linecap:round;transition:stroke-dashoffset .5s ease,stroke .3s}.gc-pct{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;font-family:var(--mono)}.gc-info{flex:1}.gc-vals{font-size:.78rem;font-family:var(--mono);font-weight:500;color:var(--text)}.gc-vals span:last-child{color:var(--text-dim)}.gc-remaining{font-size:.68rem;color:var(--text-dim);margin-top:2px}.gc-slider-row{display:flex;gap:8px;align-items:center}.gc-slider{flex:1;-webkit-appearance:none;appearance:none;height:4px;background:var(--border);border-radius:2px;outline:0;cursor:pointer}.gc-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:grab;border:2px solid var(--surface)}.gc-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:grab;border:2px solid var(--surface)}.gc-input{width:70px;padding:5px 8px;background:var(--card);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:var(--mono);font-size:.75rem;text-align:right;outline:0}.gc-input:focus{border-color:var(--accent)}.gc-tip{display:none;font-size:.75rem;color:var(--text-dim);padding:8px 10px;margin-top:6px;background:var(--bg);border-radius:6px;border-left:2px solid var(--amber);line-height:1.5}.gc-tip.show{display:block}.tips-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.tips-title{font-size:.92rem;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:8px}.tips-title svg{width:18px;height:18px;color:var(--amber)}.tip-item{display:flex;gap:10px;padding:6px 0;border-bottom:1px solid var(--border);font-size:.8rem;color:var(--text-muted);line-height:1.55}.tip-item:last-child{border-bottom:none}.tip-dot{width:6px;height:6px;border-radius:50%;margin-top:7px;flex-shrink:0}.tip-text strong{color:var(--text)}.reset-bar{display:flex;gap:8px;justify-content:center;margin-bottom:1.5rem}.reset-btn{padding:8px 20px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-dim);font-size:.8rem;font-family:var(--font);cursor:pointer;transition:.15s}.reset-btn:hover{border-color:var(--border);color:var(--text-muted)}.live-mode .ctx-bar,.live-mode .gc-slider-row{display:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.gauge-card{animation:fadeUp .3s ease backwards}.gauge-card:nth-child(2){animation-delay:.05s}.gauge-card:nth-child(3){animation-delay:.1s}.gauge-card:nth-child(4){animation-delay:.15s}.gauge-card:nth-child(5){animation-delay:.2s}.gauge-card:nth-child(6){animation-delay:.25s}.gauge-card:nth-child(7){animation-delay:.3s}.gauge-card:nth-child(8){animation-delay:.35s}.gauge-card:nth-child(9){animation-delay:.4s}.gauge-card:nth-child(10){animation-delay:.45s}.gauge-card:nth-child(11){animation-delay:.5s}.live-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:3rem 0;color:var(--text-dim);font-size:.85rem}.live-loading .spin{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}