@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Fira+Code:wght@400;500&display=swap";:root{--primary:#4aaeff;--primary-glow:#4aaeff66;--secondary:#7ad4ff;--accent:#ff00ea;--bg-dark:#020c1b;--bg-darker:#010816;--bg-glass:#0a192fb3;--text-main:#e6f1ff;--text-dim:#8892b0;--font-mono:"Fira Code", "Courier New", monospace;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--transition:all .3s cubic-bezier(.25, .46, .45, .94)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-main);width:100vw;max-width:100%;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;width:100%;display:flex;overflow-x:hidden}h1,h2,h3{letter-spacing:-.02em;font-weight:800}a{color:inherit;transition:var(--transition);text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-darker)}::-webkit-scrollbar-thumb{background:#233554;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#495670}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff14;box-shadow:0 8px 32px #0000005e}@media (width<=1200px){h1{font-size:4.5rem!important}}@media (width<=992px){#hero{text-align:center!important;flex-direction:column!important;justify-content:center!important;padding:100px 5% 40px!important}#hero>div:first-child{text-align:center!important;flex:none!important;width:100%!important}#hero .btn-container{justify-content:center!important}.brain-container-wrap{width:100%!important;height:400px!important;margin-top:20px!important}h1{font-size:3.5rem!important}#about,#projects{grid-template-columns:1fr!important;gap:40px!important;padding:80px 5%!important}#projects div{grid-template-columns:1fr!important}}@media (width<=768px){.brain-container-wrap{display:none!important}nav{padding:.85rem 1rem!important}.btn-container{flex-direction:column!important;align-items:center!important;gap:1rem!important}#hero{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:100vh!important;padding:110px 5% 50px!important}#hero>div:first-child{text-align:center!important;flex:none!important;width:100%!important}#hero p{max-width:100%!important;font-size:1rem!important}#about{flex-direction:column!important;align-items:center!important;gap:30px!important;padding:60px 5%!important;display:flex!important}#about>div:first-child{width:220px!important;height:220px!important}#projects{padding:60px 4%!important}#services{padding:4.5rem 1rem 5rem!important}#contact{padding:60px 4%!important}footer{padding:40px 16px 30px!important}.contact-grid{max-width:100%!important}.carousel-card{width:100%!important;margin:0 auto!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.carousel-card:after{display:none!important}h1{font-size:2.4rem!important}h2{font-size:1.8rem!important}}@media (width<=600px){h1{font-size:2.5rem!important}h2{font-size:1.8rem!important}nav{padding:.8rem 1.2rem!important}.brain-container-wrap{border-radius:999px;overflow:hidden;width:min(80vw,600px)!important;max-width:600px!important;height:min(80vw,600px)!important;max-height:600px!important;margin:1rem auto 0!important}#hero{padding-top:80px!important}}@media (width<=768px){.btn-container{flex-direction:column!important;align-items:center!important;gap:1rem!important}#hero{padding:90px 4% 40px!important}#about,#projects{padding:80px 4%!important}#services{padding:4.5rem 1rem 5rem!important}#contact{padding:80px 4%!important}footer{padding:40px 16px 30px!important}.brain-container-wrap{height:min(80vw,420px)!important}.contact-grid{max-width:100%!important}.carousel-card{width:100%!important;margin:0 auto!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.carousel-card:after{display:none!important}}@media (width<=480px){#projects{padding:3.5rem 1rem 4rem!important}.projects-list{gap:1.4rem!important;padding-left:1rem!important;padding-right:1rem!important}.project-card{gap:1.4rem!important}.project-card-image{aspect-ratio:4/3!important}.project-card-content{width:100%}.project-card-content h4{margin-bottom:1rem!important;font-size:1.55rem!important}.project-card-description{border-radius:10px!important;padding:1.2rem!important}.project-card-content p{font-size:1rem!important;line-height:1.5!important}.project-tech-tags{gap:.65rem!important;margin-bottom:1.25rem!important;font-size:.8rem!important}.project-card-button{padding:.7rem 1.25rem!important;font-size:.82rem!important}.projects-list>*{width:100%!important}}.gradient-text{background:linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{border:1px solid var(--primary);color:var(--primary);cursor:pointer;transition:var(--transition);background:0 0;border-radius:4px;padding:.8rem 1.6rem;font-weight:600}.btn-primary:hover{box-shadow:0 0 15px var(--primary-glow);background:#4aaeff1a}
