@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#0d1c35;--secondary:#2244e9;--accent:#ec672c;--primary-light:#1a2f50;--secondary-light:#3355f0;--accent-light:#f07840;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--font:"Inter", sans-serif;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px #0d1c351a;--shadow-lg:0 8px 48px #0d1c3526;--transition:.25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--primary);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}button{cursor:pointer;font-family:var(--font)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:48px 0}.text-center{text-align:center}.flex{display:flex}.grid{display:grid}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.display{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.headline{letter-spacing:-.01em;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800}.subheadline{font-size:1.25rem;font-weight:600}.body-lg{font-size:1.125rem}.label{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}#root{width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-fadeInUp{animation:.6s forwards fadeInUp}.animate-fadeIn{animation:.4s forwards fadeIn}.animate-slideInLeft{animation:.6s forwards slideInLeft}.app-frame{background:#fff;max-width:390px;min-height:100vh;margin:0 auto;position:relative;overflow:hidden}@media (width<=768px){.container{padding:0 16px}.section{padding:56px 0}}.horizontal-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.horizontal-scroll::-webkit-scrollbar{display:none}[data-theme=dark]{--white:#0a1628;--gray-50:#0f1e34;--gray-100:#162032;--gray-200:#1e2f4a;--gray-300:#2a3f60;--gray-400:#4a6a94;--gray-500:#7a9ec4;--gray-600:#a8c4de;--gray-700:#c8dcee;--gray-800:#e0ecf7;--gray-900:#f2f7fc;--shadow:0 4px 24px #00000073;--shadow-lg:0 8px 48px #0009}[data-theme=dark] body{color:#c8dcee;background:#0a1628}[data-theme=dark] ::-webkit-scrollbar-track{background:#0f1e34}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2a3f60}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#4a6a94}[data-theme=dark] nav[style*="position: fixed"]{background:#08101ef2!important;border-color:#ffffff12!important;box-shadow:0 4px 32px #0000008c,inset 0 1px #ffffff0a!important}[data-theme=dark] div[style*="background: white"],[data-theme=dark] div[style*="background: 'white'"],[data-theme=dark] div[style*=background\:white]{background:#0f1e34!important}[data-theme=dark] section[style*="background: white"]{background:#0a1628!important}[data-theme=dark] input[style*="background: white"],[data-theme=dark] select[style*="background: white"],[data-theme=dark] textarea[style*="background: white"],[data-theme=dark] button[style*="background: white"],[data-theme=dark] button[style*="background: 'white'"]{color:#c8dcee!important;background:#162032!important;border-color:#2a3f60!important}[data-theme=dark] a[style*="color: var(--primary)"]{color:#c8dcee!important}[data-theme=dark] div[style*="border: 2px dashed var(--gray-300)"]{background:#162032!important;border-color:#2a3f60!important}[data-theme=dark] div[style*="background: var(--gray-50)"],[data-theme=dark] section[style*="background: var(--gray-50)"]{background:#0f1e34!important}*,:before,:after{transition:background-color .25s,border-color .25s,color .15s,box-shadow .25s}button,a,[style*=transition]{transition-property:background-color,border-color,color,box-shadow,transform,opacity}
