@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@500;600;700;800;900&display=swap";:root{--bg-main:#f8fafc;--bg-surface:#fff;--primary-blue:#2563eb;--primary-blue-hover:#1d4ed8;--primary-blue-light:#f0f9ff;--primary-blue-border:#bae6fd;--accent-cyan:#0284c7;--accent-sky:#38bdf8;--text-dark:#0f172a;--text-muted:#64748b;--text-light:#fff;--border-light:#e2e8f0;--card-shadow:0 4px 20px #2563eb0f;--card-shadow-hover:0 16px 36px #2563eb2e}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-main);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}h1,h2,h3,.font-heading{font-family:Outfit,Inter,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select{font-family:inherit}.container{width:100%;max-width:1380px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.glass-panel{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #fff6}.glass-dark{-webkit-backdrop-filter:blur(12px);background:#0f172ad9;border:1px solid #ffffff1a}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#bae6fd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.scroll-row{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:18px;padding-bottom:12px;display:flex;overflow-x:auto}.scroll-row::-webkit-scrollbar{display:none}.scroll-row>*{scroll-snap-align:start}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-btn{background:linear-gradient(90deg,#2563eb 0%,#38bdf8 50%,#1d4ed8 100%) 0 0/200% 100%;animation:3s infinite shimmer}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.pulse-dot{animation:2s ease-in-out infinite pulseDot}@media (width<=768px){.hide-on-mobile{display:none!important}.show-on-mobile{display:flex!important}.mobile-stack{flex-direction:column!important;align-items:stretch!important}.mobile-text-center{text-align:center!important}.mobile-full-width{width:100%!important}}@media (width>=769px){.show-on-mobile{display:none!important}}
