@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=IBM+Plex+Mono:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Bebas+Neue&display=swap";:root{--steel-900: #1a1d23;--steel-800: #2d3139;--steel-700: #3f4451;--steel-600: #5a5f6f;--steel-500: #7a7f8f;--steel-400: #9ca1af;--steel-300: #c1c5cf;--steel-200: #e1e3e8;--steel-100: #f4f5f7;--steel-50: #fafbfc;--amber-900: #78350f;--amber-600: #d97706;--amber-500: #f59e0b;--amber-400: #fbbf24;--trust-blue: #3b82f6;--success-green: #10b981;--alert-red: #ef4444;--warning-orange: #f97316;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--shadow-inner: inset 0 2px 4px rgba(0, 0, 0, .06);--glow-amber: 0 0 20px rgba(245, 158, 11, .3);--glow-blue: 0 0 20px rgba(59, 130, 246, .3);--ease-mechanical: cubic-bezier(.4, 0, .2, 1);--ease-smooth: cubic-bezier(.4, 0, .6, 1);--ease-bounce: cubic-bezier(.68, -.55, .265, 1.55);--duration-instant: .1s;--duration-fast: .2s;--duration-normal: .3s;--duration-slow: .5s}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--steel-50);color:var(--steel-900)}*:focus-visible{outline:2px solid var(--amber-500);outline-offset:2px;border-radius:2px}html{scroll-behavior:smooth}::selection{background-color:var(--amber-400);color:var(--steel-900)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--steel-100)}::-webkit-scrollbar-thumb{background:var(--steel-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--steel-500)}.diagonal-pattern{background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(0,0,0,.02) 35px,rgba(0,0,0,.02) 36px)}.grid-pattern{background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:20px 20px}.gradient-mesh{background:radial-gradient(at 20% 30%,rgba(245,158,11,.1) 0%,transparent 50%),radial-gradient(at 80% 70%,rgba(59,130,246,.1) 0%,transparent 50%),var(--steel-50)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn var(--duration-normal) var(--ease-smooth)}.animate-slide-up{animation:slideUp var(--duration-normal) var(--ease-mechanical)}.animate-slide-down{animation:slideDown var(--duration-normal) var(--ease-mechanical)}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
