*,*:before,*:after{box-sizing:border-box}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:#0d0d0d}#root{min-height:100vh}.app{min-height:100vh;background:#0d0d0d;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid #1e1e1e}.logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;letter-spacing:-.3px}.header-name{position:absolute;left:50%;transform:translate(-50%);font-size:22px;font-weight:500;color:silver;letter-spacing:.3px}.main{max-width:900px;margin:0 auto;padding:40px 24px 60px;display:flex;flex-direction:column;gap:32px}.hero{text-align:center;transition:opacity .15s ease}.hero--dim .hero-number{color:#fc4c02}.hero-number{font-size:clamp(72px,14vw,120px);font-weight:800;line-height:1;letter-spacing:-4px;color:#fff;transition:color .15s ease}.hero-decimal{font-size:.45em;opacity:.6;letter-spacing:-1px}.hero-label{margin-top:10px;font-size:14px;color:#555;text-transform:uppercase;letter-spacing:2px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:#161616;border:1px solid #1e1e1e;border-radius:12px;padding:18px 16px;text-align:center}.stat-value{font-size:28px;font-weight:700;color:#fc4c02;letter-spacing:-1px}.stat-label{margin-top:4px;font-size:11px;color:#555;text-transform:uppercase;letter-spacing:.8px}.chart-card{background:#161616;border:1px solid #1e1e1e;border-radius:16px;padding:24px 20px 16px}.chart-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.chart-title{font-size:16px;font-weight:600;color:#e0e0e0}.chart-hint{margin-top:3px;font-size:12px;color:#444}.chart-range{font-size:12px;color:#444;background:#1e1e1e;border-radius:6px;padding:4px 10px}.chart-wrap{width:100%}.tooltip{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:12px 16px;min-width:160px;box-shadow:0 8px 24px #00000080}.tooltip-date{font-size:13px;font-weight:600;color:#aaa;margin-bottom:8px;border-bottom:1px solid #2a2a2a;padding-bottom:8px}.tooltip-row{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:6px}.tooltip-label{font-size:12px;color:#555}.tooltip-value{font-size:13px;font-weight:600;color:#e0e0e0}.tooltip-value.orange{color:#fc4c02}.data-note{text-align:center;font-size:12px;color:#333;padding-top:8px}.header-right{min-width:120px;display:flex;justify-content:flex-end}.badge{font-size:12px;font-weight:600;border-radius:20px;padding:5px 12px;text-decoration:none;letter-spacing:.3px}.badge--live{color:#4caf50;background:#4caf501f}.badge--connect{color:#fc4c02;background:#fc4c021f;transition:background .2s}.badge--connect:hover{background:#fc4c0238}.connect-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0d0d0d}.connect-card{display:flex;flex-direction:column;align-items:center;gap:16px;background:#161616;border:1px solid #1e1e1e;border-radius:20px;padding:48px 56px;text-align:center}.connect-card h2{margin:0;font-size:24px;font-weight:700;color:#fff}.connect-card p{margin:0;color:#666;font-size:15px}.connect-btn{margin-top:8px;background:#fc4c02;color:#fff;text-decoration:none;font-weight:700;font-size:15px;padding:13px 28px;border-radius:10px;transition:opacity .15s}.connect-btn:hover{opacity:.88}.spinner{width:36px;height:36px;border:3px solid #2a2a2a;border-top-color:#fc4c02;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.data-note a{color:#fc4c02;text-decoration:none}.data-note a:hover{text-decoration:underline}@media(max-width:600px){.stats{grid-template-columns:repeat(2,1fr)}.header{padding:16px 20px}.header-sub{display:none}}
