@tailwind base;@tailwind components;@tailwind utilities;@layer base{*,:before,:after{box-sizing:border-box;margin:0;padding:0}ul,ol{list-style:none}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit;appearance:none;background:0 0;border:none;outline:none}button{cursor:pointer}input[type=text],input[type=email],input[type=password],input[type=search],textarea{-webkit-appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;text-rendering:optimizeSpeed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}:focus-visible{outline:3px solid var(--primary,#1e40af);outline-offset:4px;border-radius:8px}a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible),textarea:focus:not(:focus-visible),select:focus:not(:focus-visible){outline:none}h1,h2,h3,h4,h5,h6{font-size:inherit;margin:0;font-weight:800;line-height:1.2}p{margin:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:var(--primary,#1e40af);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark,#1e3a8a)}}:root{--primary:#1e40af;--primary-dark:#1e3a8a;--silver:#e2e8f0;--silver-dark:#94a3b8;--text:#1f2937;--text-light:#6b7280;--bg:#fff;--bg-alt:#f8fafc}@layer components{@apply max-w-7xl mx-auto px-6 lg:px-8;@apply py-16 md:py-24 lg:py-32;@apply text-4xl md:text-5xl lg:text-6xl font-black text-primary text-center mb-12;@apply inline-block bg-white text-primary font-bold px-10 py-5 rounded-full hover:bg-silver hover:scale-105 transition-all duration-300 shadow-xl;@apply hover:-translate-y-3 hover:shadow-2xl transition-all duration-500;@apply bg-gradient-to-r from-primary to-primary-dark bg-clip-text text-transparent;.hero-title-sm{letter-spacing:-.035em;font-size:clamp(2.8rem,6vw + .5rem,6.5rem);line-height:1.1}.hero-glow-sm{filter:blur(2.5rem);animation:7s ease-in-out infinite alternate pulse-glow}.hero-sweep-sm{animation:12s linear infinite sweep;transform:translate(-200%)skew(-20deg)}}.animate-fade-up{opacity:0;animation:.8s ease-out forwards fadeUp;transform:translateY(30px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes sweep{to{transform:translate(200%)skew(-20deg)}}@keyframes pulse-glow{0%{opacity:.35}to{opacity:.55}}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#0f0f14cc;border-radius:10px;box-shadow:inset 0 0 6px #00000080}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 50%,#a855f7 100%);border:2px solid #0f0f14e6;border-radius:10px;transition:all .3s;box-shadow:0 0 15px #06b6d499,0 0 25px #a855f766}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#06d6d4,#60a5fa,#c084fc);transform:scale(1.05);box-shadow:0 0 25px #06b6d4e6,0 0 40px #a855f7b3}::-webkit-scrollbar-corner{background:0 0}body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#06b6d4,#8b5cf6)}body{scrollbar-color:#8b5cf6 #0f0f14;background-color:#0f0f14}*{scrollbar-width:thin;scrollbar-color:#a855f7 #0f0f14}
