@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg:#080c14;--surface:#0e1420;--surface2:#141c2e;--border:#1e2d45;--border2:#243554;--text:#e2e8f4;--muted:#6b7fa3;--accent:#3b82f6;--accent2:#6366f1;--green:#10b981;--red:#f43f5e;--yellow:#f59e0b}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.card{@apply rounded-xl border p-4;background:var(--surface);border-color:var(--border)}.card-sm{@apply rounded-lg border p-3;background:var(--surface);border-color:var(--border)}.badge{@apply inline-flex items-center px-2 py-0.5 rounded text-xs font-medium tracking-wide}.badge-green{@apply badge bg-emerald-950 text-emerald-400 border border-emerald-900}.badge-red{@apply badge bg-rose-950 text-rose-400 border border-rose-900}.badge-blue{@apply badge bg-blue-950 text-blue-400 border border-blue-900}.badge-yellow{@apply badge bg-amber-950 text-amber-400 border border-amber-900}.badge-slate{@apply badge bg-slate-800 text-slate-400 border border-slate-700}.badge-orange{@apply badge bg-orange-950 text-orange-400 border border-orange-900}.btn{@apply px-4 py-2 rounded-lg font-medium text-sm transition-all cursor-pointer disabled:opacity-40 disabled:cursor-not-allowed}.btn-primary{@apply btn bg-blue-600 hover:bg-blue-500 text-white shadow-lg shadow-blue-900/30}.btn-danger{@apply btn bg-rose-600 hover:bg-rose-500 text-white shadow-lg shadow-rose-900/30}.btn-ghost{@apply btn text-slate-300 hover:text-white border;border-color:var(--border2);background:var(--surface2)}.btn-ghost:hover{background:var(--border)}.btn-success{@apply btn bg-emerald-600 hover:bg-emerald-500 text-white}table{@apply w-full text-sm;border-collapse:collapse}thead tr{border-bottom:1px solid var(--border)}th{@apply text-left font-medium pb-2 pt-1 text-xs uppercase tracking-wider;color:var(--muted)}td{@apply py-2.5;border-bottom:1px solid #0e1a2e}tr:last-child td{border-bottom:none}tr:hover td{background:rgba(59,130,246,.03)}input[type=date],input[type=number],input[type=text]{@apply rounded-lg px-3 py-2 text-sm w-full outline-none transition-all;background:var(--surface2);border:1px solid var(--border2);color:var(--text)}input:focus{border-color:var(--accent);box-shadow:0 0 0 2px rgba(59,130,246,.15)}.mono{font-family:JetBrains Mono,monospace}.text-profit{color:var(--green)}.text-loss{color:var(--red)}.text-muted{color:var(--muted)}.text-accent{color:var(--accent)}.navbar{background:#0a0f1a}.navbar,.tab-bar{border-bottom:1px solid var(--border)}.progress-track{height:6px;border-radius:9999px;overflow:hidden;background:var(--surface2)}.progress-fill{height:100%;border-radius:9999px;transition:width .3s ease}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}