@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--color-primary:#f97316;--color-primary-light:#fb923c;--color-primary-dark:#ea580c;--color-primary-alpha:#f973161f;--color-secondary:#1e293b;--color-accent:#06b6d4;--color-accent-light:#22d3ee;--color-accent-alpha:#06b6d41f;--color-success:#10b981;--color-success-light:#34d399;--color-success-alpha:#10b9811f;--color-warning:#f59e0b;--color-warning-light:#fbbf24;--color-warning-alpha:#f59e0b1f;--color-danger:#ef4444;--color-danger-light:#f87171;--color-danger-alpha:#ef44441f;--color-info:#6366f1;--color-info-light:#818cf8;--color-info-alpha:#6366f11f;--surface-bg:#09090b;--surface-card:#18181bcc;--surface-card-solid:#18181b;--surface-card-hover:#27272ae6;--surface-elevated:#27272a;--surface-border:#3f3f4680;--surface-border-strong:#52525bb3;--surface-overlay:#000000b3;--surface-glass:#18181b99;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;--text-inverse:#09090b;--font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.875rem;--text-lg:1rem;--text-xl:1.125rem;--text-2xl:1.375rem;--text-3xl:1.75rem;--text-4xl:2.25rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--shadow-xs:0 1px 2px #00000080;--shadow-sm:0 2px 4px #0006;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000073;--shadow-xl:0 20px 60px #00000080;--shadow-glow-primary:0 0 30px #f9731633;--shadow-glow-accent:0 0 30px #06b6d433;--shadow-bento:0 1px 3px #0000004d, 0 0 0 1px #3f3f464d;--transition-fast:.12s cubic-bezier(.4, 0, .2, 1);--transition-base:.2s cubic-bezier(.4, 0, .2, 1);--transition-slow:.3s cubic-bezier(.4, 0, .2, 1);--transition-spring:.35s cubic-bezier(.34, 1.56, .64, 1);--sidebar-width:256px;--sidebar-collapsed-width:68px;--header-height:60px;--page-max-width:1440px;--z-dropdown:100;--z-sticky:200;--z-sidebar:250;--z-modal-backdrop:300;--z-modal:400;--z-toast:500}[data-theme=light]{--surface-bg:#f4f4f5;--surface-card:#ffffffd9;--surface-card-solid:#fff;--surface-card-hover:#f4f4f5f2;--surface-elevated:#f4f4f5;--surface-border:#e4e4e7cc;--surface-border-strong:#d4d4d8e6;--surface-overlay:#0006;--surface-glass:#fff9;--text-primary:#09090b;--text-secondary:#52525b;--text-muted:#a1a1aa;--text-inverse:#fafafa;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 8px 32px #00000014;--shadow-xl:0 20px 60px #0000001a;--shadow-bento:0 1px 3px #0000000f, 0 0 0 1px #e4e4e799}[dir=rtl]{direction:rtl}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);background-color:var(--surface-bg);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}ul,ol{list-style:none}img{max-width:100%;display:block}table{border-collapse:collapse;width:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-fade-in{animation:fadeIn var(--transition-base) ease both}.animate-fade-in-up{animation:fadeInUp var(--transition-slow) ease both}.animate-scale-in{animation:scaleIn var(--transition-base) ease both}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:60ms}.stagger-children>:nth-child(3){animation-delay:.12s}.stagger-children>:nth-child(4){animation-delay:.18s}.stagger-children>:nth-child(5){animation-delay:.24s}.stagger-children>:nth-child(6){animation-delay:.3s}.stagger-children>:nth-child(7){animation-delay:.36s}.stagger-children>:nth-child(8){animation-delay:.42s}
