@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html,body{background:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{max-width:430px;min-height:100vh;margin:0 auto}button,input,textarea,select{font-family:inherit}:root,[data-theme=light]{--bg-page:#fff;--bg-card:#fff;--bg-header:#0f2a4a;--bg-header-gradient:linear-gradient(160deg, #0f2a4a 0%, #1a3a5c 100%);--bg-input:#fff;--bg-tab-active:#c9a84c0f;--text-primary:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-placeholder:#9ca3af;--text-header:#fff;--border-color:#e5e7eb;--accent:#c9a84c;--accent-text:#0f2a4a;--accent-bg:#c9a84c14;--accent-border:#c9a84c4d;--card-shadow:0 2px 12px #0f2a4a12;--filter-inactive:#fff9}[data-theme=dark]{--bg-page:#0a1929;--bg-card:#0f2a4a;--bg-header:#071320;--bg-header-gradient:linear-gradient(160deg, #071320 0%, #0f2a4a 100%);--bg-input:#ffffff12;--bg-tab-active:#c9a84c1f;--text-primary:#f9fafb;--text-secondary:#e5e7eb;--text-muted:#ffffff8c;--text-placeholder:#ffffff59;--text-header:#fff;--border-color:#ffffff1f;--accent:#c9a84c;--accent-text:#0f2a4a;--accent-bg:#c9a84c26;--accent-border:#c9a84c66;--card-shadow:0 2px 16px #0006;--filter-inactive:#ffffff80}
