@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color-scheme:dark}*{box-sizing:border-box}body{font-family:Inter,sans-serif;background:#080808;color:#fff}h1,h2,h3,h4{font-family:Inter,sans-serif;letter-spacing:-.035em}.dot-grid{background-image:radial-gradient(rgba(0,212,255,.12) 1px,transparent 1px);background-size:24px 24px}.glow{box-shadow:0 20px 70px #00d4ff2e}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#080808}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00d4ff,#9b30ff);border-radius:99px}.section-label{font-size:.72rem;font-weight:800;letter-spacing:.22em;color:#00d4ff}.gradient-text{background:linear-gradient(90deg,#00d4ff,#9b30ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-border{background:linear-gradient(135deg,#00d4ff,#9b30ff);padding:1px;border-radius:1rem}.btn-gradient{background:linear-gradient(90deg,#00d4ff,#9b30ff);color:#000;font-weight:700;transition:opacity .2s;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center}.btn-gradient:hover{opacity:.88}.card-hover{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 45px #9b30ff24}
