:root{--hub-green: #aaff00;--hub-green-dark: #88cc00;--hub-green-dim: rgba(170, 255, 0, .12);--hub-green-border: rgba(170, 255, 0, .25);--hub-amber: #ffb800;--hub-bg: #000000;--hub-surface: #0d0d0d;--hub-surface2: #111;--hub-border: #1a1a1a;--hub-text: #ffffff;--hub-muted: #666666;--hub-subtle: #333333}html,body,#root{width:100%;max-width:100%;overflow-x:clip;font-family:Geist,system-ui,sans-serif;background:var(--hub-bg);color:var(--hub-text);margin:0;padding:0}*{box-sizing:border-box}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#aaff0080}*{scrollbar-width:thin;scrollbar-color:#333 transparent}*:focus-visible{outline:2px solid #aaff00;outline-offset:2px}.hub-header{width:100%;border-bottom:1px solid #1a1a1a;background:#000000e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:200}.hub-btn-ghost{background:transparent;border:1px solid #1a1a1a;color:#555;border-radius:8px;padding:7px 16px;font-size:13px;font-family:inherit;cursor:pointer;transition:all .2s ease}.hub-btn-ghost:hover{border-color:#fff3;color:#fff}.hub-btn-green{background:#af0;border:none;color:#000;border-radius:8px;padding:7px 16px;font-size:13px;font-family:inherit;font-weight:700;cursor:pointer;transition:all .2s ease}.hub-btn-green:hover{background:#8c0}.hub-btn-green:focus-visible{outline:2px solid #aaff00;outline-offset:2px}.hub-section-title{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--hub-muted);margin:0 0 16px}.hub-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}.hub-carousel::-webkit-scrollbar{display:none}.hub-carousel>*{scroll-snap-align:start;flex-shrink:0}.hub-input{background:#0d0d0d;border:1px solid #1a1a1a;color:var(--hub-text);border-radius:8px;padding:9px 12px;font-size:14px;font-family:inherit;width:100%;transition:border-color .15s;outline:none}.hub-input:focus{border-color:#af06}.hub-input::placeholder{color:var(--hub-subtle)}.hub-label{font-size:12px;font-weight:600;color:var(--hub-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.hub-mono{font-variant-numeric:tabular-nums}@keyframes hub-pulse-glow{0%,to{opacity:1;box-shadow:0 0 #af09}60%{opacity:.9;box-shadow:0 0 0 5px #af00}}.hub-live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#af0;animation:hub-pulse-glow 2s ease-in-out infinite;flex-shrink:0}.hub-watermark{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0;opacity:.05}.hub-watermark img{width:80vw;max-width:700px;object-fit:contain}.hub-footer{text-align:center;padding:48px 20px 32px;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#333}.hub-footer span{color:#af0}
