@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--accent: #0070f3;--dark: #0a0a0a;--light: #fafafa}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--light);font-family:Inter,system-ui,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#0070f34d;color:#fff}.glass-effect{background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.gradient-text{background:linear-gradient(135deg,#0070f3,#00c6ff);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.skill-pill{padding:.5rem 1rem;border-radius:9999px;background:#0070f31a;border:1px solid rgba(255,255,255,.1);color:#0070f3;font-weight:500;transition:all .3s ease}.skill-pill:hover{background:#0070f333;transform:scale(1.05)}.section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-1rem;left:0;width:6rem;height:.25rem;background:linear-gradient(to right,#0070f3,transparent);border-radius:9999px}.card-hover{transition:all .5s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #0070f31a}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#0070f3,#00c6ff);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#0060d3,#00b6e6)}@media(max-width:768px){.section-title{font-size:2rem}}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.fade-in{animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
