@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--bg: #090A0F;--surface: #11141D;--surface-card: #151926;--border: rgba(255, 255, 255, .09);--border-hover: rgba(99, 102, 241, .35);--text: #F3F4F6;--muted: #9CA3AF;--accent: #6366F1;--accent-hover: #4F46E5;--accent-light: #818CF8;--accent-glow: rgba(99, 102, 241, .22);--blue: #60A5FA;--success: #34D399;--error: #F87171;--mouse-x: 50%;--mouse-y: 30%}*{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word}html,body,#root{background-color:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;position:relative;overflow-x:hidden}[data-grid-two]>*,[data-grid-response]>*,header div.header-inner>*,.page-container{min-width:0}.grid-bg{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.065) 1px,transparent 1px);background-size:40px 40px;background-position:center top;pointer-events:none;z-index:0}.cursor-glow{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(650px circle at var(--mouse-x) var(--mouse-y),rgba(99,102,241,.16) 0%,rgba(99,102,241,.04) 45%,transparent 75%);pointer-events:none;z-index:1;transition:background .05s ease-out}.ambient-top-glow{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:700px;height:350px;background:radial-gradient(ellipse at center,rgba(99,102,241,.15) 0%,rgba(99,102,241,.03) 50%,transparent 75%);pointer-events:none;z-index:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6366f166}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.font-mono{font-family:JetBrains Mono,monospace}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}nav[data-app-nav]{display:flex!important;align-items:center;gap:4px;background-color:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:4px 5px;max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}nav[data-app-nav]::-webkit-scrollbar{display:none!important}nav[data-app-nav] button{flex-shrink:0!important;min-height:40px!important;min-width:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;touch-action:manipulation}pre,code{max-width:100%;overflow-x:auto}pre{white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}@media (max-width: 768px){[data-grid-two],[data-grid-response]{grid-template-columns:1fr!important}.page-container{padding:24px 16px 32px!important}header div.header-inner{padding-left:16px!important;padding-right:16px!important;gap:8px!important}.stats-row{flex-wrap:wrap!important;width:100%!important}.stats-card{flex:1 1 calc(33.333% - 12px)!important;min-width:80px!important}.responsive-btn-row{flex-direction:column!important;width:100%!important}.responsive-btn-row>*{width:100%!important}}
