@import "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap";:root,:root.dark{--background:#1a1a1a;--foreground:#e8e8e8;--card:#212121;--card-foreground:#e8e8e8;--popover:#2d2d2d;--popover-foreground:#e8e8e8;--primary:#4caf50;--primary-foreground:#fff;--secondary:#2d2d2d;--secondary-foreground:#e8e8e8;--muted:#2d2d2d;--muted-foreground:#9e9e9e;--accent:#383838;--accent-foreground:#e8e8e8;--destructive:#f44336;--destructive-foreground:#fff;--border:#404040;--input:#2d2d2d;--ring:#4caf50;--radius:.375rem;--sidebar:#151515;--sidebar-foreground:#e8e8e8;--sidebar-primary:#4caf50;--sidebar-primary-foreground:#fff;--sidebar-accent:#2d2d2d;--sidebar-accent-foreground:#e8e8e8;--sidebar-border:#404040;--sidebar-ring:#4caf50;--success:#4caf50;--success-foreground:#fff;--warning:#ffc107;--warning-foreground:#1a1a1a;--placeholder:#9e9e9e;--chart-blue:#2196f3;--chart-teal:#00bcd4;--chart-amber:#ffc107}:root.light{--background:oklch(97.5% .004 250);--foreground:oklch(27% .012 260);--card:oklch(98.8% .003 250);--card-foreground:oklch(27% .012 260);--popover:oklch(98.8% .003 250);--popover-foreground:oklch(27% .012 260);--primary:oklch(55% .16 145);--primary-foreground:oklch(98.5% .002 250);--secondary:oklch(94% .005 250);--secondary-foreground:oklch(32% .012 260);--muted:oklch(94% .005 250);--muted-foreground:oklch(47% .01 260);--accent:oklch(93% .007 250);--accent-foreground:oklch(32% .012 260);--destructive:oklch(57.7% .245 27.325);--destructive-foreground:oklch(98.5% .002 250);--border:oklch(87.5% .006 250);--input:oklch(92.5% .005 250);--ring:oklch(55% .16 145);--sidebar:oklch(95.5% .005 250);--sidebar-foreground:oklch(27% .012 260);--sidebar-primary:oklch(55% .16 145);--sidebar-primary-foreground:oklch(98.5% .002 250);--sidebar-accent:oklch(92% .007 250);--sidebar-accent-foreground:oklch(32% .012 260);--sidebar-border:oklch(86% .006 250);--sidebar-ring:oklch(55% .16 145);--warning:oklch(52% .135 72);--warning-foreground:oklch(98.5% .002 250);--placeholder:oklch(47% .01 260)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Geist,sans-serif;font-size:14px;line-height:1.5}input::placeholder,textarea::placeholder{color:var(--placeholder);opacity:.9}input:disabled,select:disabled,textarea:disabled{color:var(--muted-foreground);opacity:1}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-8>*+*{margin-top:2rem}.page-container{width:100%;max-width:1344px;margin:0 auto;padding:2rem 2.5rem}@media (width<=768px){.page-container{padding:1.25rem 1rem}}.tab-nav{border-bottom:1px solid color-mix(in srgb, var(--border) 50%, transparent);background:var(--background);z-index:10;margin-bottom:1rem;position:sticky;top:0}.tab-nav-inner{gap:2rem;display:flex}.tab-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:1.25rem 0;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.tab-btn:hover{color:var(--foreground);border-bottom-color:var(--border)}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.card{background:var(--card);border-radius:var(--radius);border:1px solid #0000;padding:24px;transition:background-color .1s,border-color .1s;overflow:hidden;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a,0 8px 16px -8px #0000001a}.card-body{padding:.5rem .75rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.w-full{width:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.font-bold{font-weight:700}.font-mono{font-family:Geist Mono,ui-monospace,monospace}.text-muted{color:var(--muted-foreground)}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);border:1px solid var(--primary);border-radius:var(--radius);cursor:pointer;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .1s}.btn-primary:hover:not(:disabled){opacity:.9}.btn-primary:disabled,.btn-secondary:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.65)saturate(.35);transform:none}.btn-primary:disabled:hover,.btn-secondary:disabled:hover{opacity:.55}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.btn-secondary:hover:not(:disabled){border-color:var(--foreground)}.btn-primary .btn-icon,.btn-secondary .btn-icon{margin-right:.5rem}.btn-icon{flex-shrink:0}.input-field{background:var(--input);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);padding:8px 12px;font-size:14px;transition:border-color .1s}.input-field:focus{border-color:var(--ring);outline:none}.text-error{color:var(--destructive)}.fade-in{animation:.4s ease-out fade-in}.fade-in-up{animation:.5s cubic-bezier(.16,1,.3,1) fade-in-up}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container{background-color:var(--background);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.loader-global{border:4px solid var(--muted);border-bottom-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:1s linear infinite rotation}.loader{border:3px solid var(--border);border-bottom-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:1s linear infinite rotation}
