:root{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#0d1117}.app{max-width:1200px;margin:0 auto;padding:1rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#e0e0e0;background:#0d1117;min-height:100vh}.app-header{text-align:center;margin-bottom:2rem;padding:1.5rem 0;border-bottom:1px solid #21262d}.app-header h1{margin:0;font-size:2rem;color:#58a6ff}.subtitle{color:#8b949e;margin:.25rem 0 0}.nav-bar{display:flex;gap:.5rem;margin-bottom:2rem;justify-content:center}.nav-bar button{padding:.6rem 1.2rem;border:1px solid #30363d;border-radius:6px;background:#161b22;color:#c9d1d9;cursor:pointer;font-size:.9rem;transition:all .15s ease}.nav-bar button:hover{background:#21262d;border-color:#58a6ff}.nav-bar button.active{background:#1f6feb;border-color:#1f6feb;color:#fff}.main-content{min-height:400px}.view-section{background:#161b22;border:1px solid #21262d;border-radius:8px;padding:2rem}.view-section h2{margin-top:0;color:#58a6ff}.placeholder{color:#8b949e;line-height:1.6}.app-footer{text-align:center;padding:2rem 0 1rem;color:#484f58;font-size:.8rem;border-top:1px solid #21262d;margin-top:3rem}.monitoring-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.monitoring-header h2{margin:0;color:#58a6ff}.refresh-btn{padding:.4rem 1rem;border:1px solid #30363d;border-radius:6px;background:#161b22;color:#c9d1d9;cursor:pointer;font-size:.85rem;transition:all .15s ease}.refresh-btn:hover:not(:disabled){background:#21262d;border-color:#58a6ff}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.monitoring-error{color:#f85149;background:#1a0a0a;border:1px solid #4a1818;border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem}.monitoring-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.monitoring-card{background:#0d1117;border:1px solid #21262d;border-radius:8px;padding:1.25rem 1.5rem}.monitoring-card-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#8b949e;margin-bottom:.5rem}.monitoring-card-value{font-size:2rem;font-weight:700;color:#58a6ff;line-height:1.1}.monitoring-card-denom{font-size:1rem;font-weight:400;color:#8b949e}.monitoring-card-sub{font-size:.8rem;color:#8b949e;margin-top:.4rem}.monitoring-missing{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #21262d}.monitoring-missing h3{margin:0 0 1rem;font-size:.95rem;color:#e3b341}.monitoring-ticker-list{display:flex;flex-wrap:wrap;gap:.4rem}.monitoring-ticker-badge{background:#161b22;border:1px solid #30363d;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;color:#c9d1d9;font-family:monospace}.monitoring-ticker-more{background:#1c2128;border:1px solid #30363d;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;color:#8b949e;font-style:italic}
