@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Inter:wght@100..900&display=swap";:root{--brand-500: #0ea5e9;--brand-600: #0284c7;--bg-page: #f8fafc;--bg-card: #ffffff;--border-card: rgba(0, 0, 0, .05);--text-main: #0f172a;--text-muted: #64748b;--shadow-premium: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.dark-theme{--bg-page: #020617;--bg-card: rgba(255, 255, 255, .03);--border-card: rgba(255, 255, 255, .05);--text-main: #f8fafc;--text-muted: #94a3b8;--shadow-premium: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2)}body{font-family:Inter,sans-serif;background-color:var(--bg-page);color:var(--text-main);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--bg-card);border:1px solid var(--border-card);box-shadow:var(--shadow-premium)}.text-gradient{background:linear-gradient(135deg,#0ea5e9,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.fluid-text-hero{font-size:clamp(2.5rem,15vw,8rem);line-height:.95;letter-spacing:-.05em}.fluid-text-title{font-size:clamp(2rem,8vw,4.5rem);line-height:1.1;letter-spacing:-.03em}.responsive-modal-container{@apply w-full max-w-full md:max-w-6xl max-h-[95vh] overflow-y-auto rounded-[2rem] md:rounded-[3rem] p-6 md:p-12;}@media(max-width:768px){.premium-card{@apply p-6 rounded-[2rem];}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0ea5e933;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0ea5e966}
