@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--font-ui:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", "Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Roboto Mono", ui-monospace, monospace;--radius-sm:6px;--radius:10px;--radius-md:14px;--radius-lg:20px}:root,[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#101018;--bg-panel:#14141e;--bg-elevated:#1a1a28;--bg-glass:#14141ed9;--border:#2a2535;--border-light:#3a3548;--border-gold:#d4a84359;--text-primary:#f4f4f6;--text-secondary:#a0a0b2;--text-muted:#646478;--accent:#d4a843;--accent-secondary:#e8c547;--accent-hover:#f0d256;--accent-glow:#d4a84340;--gold-gradient:linear-gradient(135deg, #d4a843 0%, #e8c547 50%, #b8860b 100%);--gold-gradient-soft:linear-gradient(135deg, #d4a84326 0%, #e8c5470d 100%);--positive:#2ecc71;--negative:#e74c3c;--warning:#f39c12;--gold:#f5d76e;--shadow-gold:0 10px 30px -10px #d4a8434d;--shadow-dark:0 15px 35px #00000080}[data-theme=light]{--bg-primary:#f4f7fa;--bg-secondary:#fff;--bg-panel:#fff;--bg-elevated:#f8fafc;--bg-glass:#ffffffe6;--border:#e2e8f0;--border-light:#cbd5e1;--border-gold:#d4a84373;--text-primary:#111827;--text-secondary:#475569;--text-muted:#64748b;--accent:#b8860b;--accent-secondary:#d4a843;--accent-hover:#966c08;--accent-glow:#d4a84333;--gold-gradient:linear-gradient(135deg, #d4a843 0%, #c59b27 100%);--gold-gradient-soft:linear-gradient(135deg, #d4a8431a 0%, #b8860b0a 100%);--positive:#008f6b;--negative:#dc3545;--warning:#b77900;--gold:#a97800;--shadow-gold:0 10px 25px -5px #d4a84333;--shadow-dark:0 10px 25px #00000014}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;width:100%;max-width:100%;font-size:14px;overflow-x:hidden}body{width:100%;max-width:100%;font-family:var(--font-ui);background:var(--bg-primary);color:var(--text-primary);margin:0;padding:0;line-height:1.5;transition:background-color .2s,color .2s;overflow-x:hidden}img,svg,video,canvas{max-width:100%}#root{text-align:left;flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0;display:flex;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin:0;font-weight:700}p{margin:0}a{color:var(--accent);text-decoration:none;transition:color .2s}.theme-toggle-btn{background:var(--bg-elevated);border:1px solid var(--border-gold);color:var(--text-primary);cursor:pointer;font-family:var(--font-heading);-webkit-user-select:none;user-select:none;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.theme-toggle-btn:hover{background:var(--gold-gradient-soft);box-shadow:0 0 12px var(--accent-glow)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.shimmer-gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:16px!important}.mb-4{margin-bottom:24px!important}.mb-5{margin-bottom:32px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:16px!important}.mt-4{margin-top:24px!important}.mt-5{margin-top:32px!important}.me-0{margin-right:0!important}.me-1{margin-right:4px!important}.me-2{margin-right:8px!important}.me-3{margin-right:16px!important}.me-4{margin-right:24px!important}.ms-0{margin-left:0!important}.ms-1{margin-left:4px!important}.ms-2{margin-left:8px!important}.ms-3{margin-left:16px!important}.ms-4{margin-left:24px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:16px!important;margin-bottom:16px!important}.my-4{margin-top:24px!important;margin-bottom:24px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:4px!important}.p-2{padding:8px!important}.p-3{padding:16px!important}.p-4{padding:24px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:16px!important;padding-bottom:16px!important}.py-4{padding-top:24px!important;padding-bottom:24px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:4px!important;padding-right:4px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.px-3{padding-left:16px!important;padding-right:16px!important}.px-4{padding-left:24px!important;padding-right:24px!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-inline{display:inline!important}.d-none{display:none!important}.d-grid{display:grid!important}.flex-column{flex-direction:column!important}.flex-row{flex-direction:row!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.align-items-start{align-items:flex-start!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.align-items-stretch{align-items:stretch!important}.align-items-baseline{align-items:baseline!important}.justify-content-start{justify-content:flex-start!important}.justify-content-center{justify-content:center!important}.justify-content-end{justify-content:flex-end!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.gap-0{gap:0!important}.gap-1{gap:4px!important}.gap-2{gap:8px!important}.gap-3{gap:16px!important}.gap-4{gap:24px!important}.w-100{width:100%!important}.h-100{height:100%!important}.min-w-0{min-width:0!important}.text-center{text-align:center!important}.text-start,.text-left{text-align:left!important}.text-end,.text-right{text-align:right!important}.text-muted{color:var(--text-muted)!important}.text-danger{color:#e74c3c!important}.text-success{color:#2ecc71!important}.text-warning{color:#f39c12!important}.text-primary{color:var(--accent)!important}.text-gold{color:var(--gold)!important}.text-accent{color:var(--accent)!important}.text-dark{color:var(--text-primary)!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-normal{font-weight:400!important}.mono{font-family:var(--font-mono)!important}.alert{border-radius:var(--radius-sm);margin-bottom:16px;padding:12px 16px;font-size:13px;display:block}.alert-success{color:#2ecc71!important;background-color:#2ecc711f!important;border:1px solid #2ecc714d!important}.alert-danger{color:#e74c3c!important;background-color:#e74c3c1f!important;border:1px solid #e74c3c4d!important}.alert-info{color:var(--accent)!important;background-color:#d4a8431f!important;border:1px solid #d4a8434d!important}.alert-warning{color:#f39c12!important;background-color:#f39c121f!important;border:1px solid #f39c124d!important}.progress{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;height:10px;overflow:hidden}.progress-bar{border-radius:6px;height:100%;transition:width .4s}.progress-bar.bg-primary{background:var(--gold-gradient)}.progress-bar.bg-warning{background-color:#f39c12}.progress-bar.bg-success{background-color:#2ecc71}.input-group{align-items:center;display:flex}.input-group-text{background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:var(--radius-sm) 0 0 var(--radius-sm);color:var(--accent);white-space:nowrap;border-right:none;padding:8px 14px;font-size:13px}.input-group .form-control{border-radius:0 var(--radius-sm) var(--radius-sm) 0}
