@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--color-bg: #070d1f;--color-surface: #0c1326;--color-surface-2: #11192e;--color-surface-3: #1c253e;--color-primary: #a1faff;--color-primary-glow: #00f5ff;--color-secondary: #d873ff;--color-secondary-glow: #bf00ff;--color-text: #dfe4fe;--color-text-dim: #a5aac2;--color-text-muted: #6f758b;--color-outline: rgba(65, 71, 91, .4);--color-success: #4ade80;--color-warning: #fbbf24;--color-error: #ff716c;--tab-bar-height: 68px;--top-bar-height: 56px;--safe-bottom: env(safe-area-inset-bottom, 0px);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--shadow-card: 0 4px 24px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit;font-size:inherit;color:inherit}textarea{font-family:inherit;font-size:inherit;color:inherit;resize:vertical;max-height:50vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b826;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#94a3b84d}::selection{background:#00f5ff40;color:#f9fafb}code,.mono{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace}.card{background:var(--color-surface-2);border:1px solid var(--color-outline);border-radius:var(--radius-lg);padding:24px;transition:background var(--transition-fast),border-color var(--transition-fast)}.card:hover{background:var(--color-surface-3);border-color:#00f5ff33}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-full);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-green{background:#4ade8026;color:var(--color-success)}.badge-yellow{background:#fbbf2426;color:var(--color-warning)}.badge-red{background:#ff716c26;color:var(--color-error)}.badge-gray{background:#6f758b26;color:var(--color-text-muted)}.badge-cyan{background:#00f5ff1f;color:var(--color-primary)}.badge-purple{background:#d873ff1f;color:var(--color-secondary)}.page-title{font-size:24px;font-weight:700;color:var(--color-text);margin-bottom:4px}.page-subtitle{font-size:13px;color:var(--color-text-dim);margin-bottom:28px}.section-title{font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:700;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--color-surface-2) 25%,var(--color-surface-3) 50%,var(--color-surface-2) 75%);background-size:800px 100%;animation:shimmer 1.6s infinite;border-radius:var(--radius-sm)}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.5}}.pulse-dot{width:8px;height:8px;border-radius:50%;animation:pulse-glow 2s infinite}.pulse-dot-green{background:var(--color-success);box-shadow:0 0 8px var(--color-success)}.pulse-dot-gray{background:var(--color-text-muted)}.pulse-dot-yellow{background:var(--color-warning);box-shadow:0 0 8px var(--color-warning)}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border:none;border-radius:var(--radius-sm);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.btn-primary{background:linear-gradient(135deg,#00f5ff33,#bf00ff33);border:1px solid rgba(0,245,255,.3);color:var(--color-primary)}.btn-primary:hover{background:linear-gradient(135deg,#00f5ff4d,#bf00ff4d);box-shadow:0 0 16px #00f5ff4d}.btn-ghost{background:transparent;color:var(--color-text-dim);border:1px solid var(--color-outline)}.btn-ghost:hover{background:var(--color-surface-3);color:var(--color-text)}.input{width:100%;padding:9px 12px;background:#0000004d;border:1px solid var(--color-outline);border-radius:var(--radius-sm);color:var(--color-text);font-size:13px;font-family:inherit;outline:none;transition:border-color var(--transition-fast)}.input:focus{border-color:#00f5ff66}.toast-container{position:fixed;bottom:calc(var(--tab-bar-height) + var(--safe-bottom) + 12px);right:16px;display:flex;flex-direction:column;gap:8px;z-index:1000}.toast{padding:12px 20px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;animation:slideIn .2s ease;box-shadow:var(--shadow-card)}.toast-success{background:#4ade8026;border:1px solid var(--color-success);color:var(--color-success)}.toast-error{background:#ff716c26;border:1px solid var(--color-error);color:var(--color-error)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}
