@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Space+Mono:wght@400;700&family=Poppins:wght@600;700;800&display=swap";:root{--primary: #3b82f6;--primary-dark: #1e40af;--secondary: #8b5cf6;--accent: #06b6d4;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border: #475569;--success: #10b981;--warning: #f59e0b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(135deg,var(--bg-primary) 0%,#1a2332 100%);color:var(--text-primary);font-family:Sora,sans-serif;overflow-x:hidden}.heading{font-family:Sora,sans-serif;font-weight:700;background:linear-gradient(135deg,#3b82f6,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.body-text{font-family:Sora,sans-serif;color:var(--text-secondary);font-weight:400;line-height:1.6}.code-text{font-family:Space Mono,monospace;color:#06b6d4;font-weight:500}.button-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.button-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease}.button-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #3b82f64d}.button-primary:hover:before{left:100%}.button-secondary{background:#3b82f61a;border:2px solid var(--primary);color:var(--primary);padding:.65rem 1.4rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.button-secondary:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.button-ghost{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;font-weight:500}.button-ghost:hover{color:var(--primary);transform:translate(4px)}.glass{background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.1);border-radius:1rem}.glass-sm{background:#1e293b99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(148,163,184,.08);border-radius:.75rem}.card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:all .3s ease}.card:hover{transform:translateY(-8px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #3b82f64d}50%{box-shadow:0 0 40px #3b82f699}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.gradient-text{background:linear-gradient(135deg,#3b82f6,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.separator{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}@media(max-width:768px){.heading{font-size:1.875rem!important}.body-text{font-size:1rem}}.projects-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%}.project-card{display:flex;flex-direction:column;overflow:hidden;height:100%}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-image{position:relative;width:100%;height:220px;overflow:hidden;border-radius:1rem 1rem 0 0}.project-image img{width:100%;height:100%;object-fit:cover;transition:all .4s cubic-bezier(.4,0,.2,1);filter:grayscale(20%);border-radius:1rem 1rem 0 0}.project-card:hover .project-image img{transform:scale(1.1);filter:grayscale(0%);border-radius:1rem 1rem 0 0}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:1rem 1rem 0 0}.project-card:hover .image-overlay{opacity:1;border-radius:1rem 1rem 0 0}.overlay-buttons{display:flex;gap:1.5rem}.overlay-btn{width:50px;height:50px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;text-decoration:none;transition:all .3s ease;border:2px solid var(--primary)}.overlay-btn:hover{background:transparent;transform:scale(1.1)}.project-content{flex:1;padding:2rem;display:flex;flex-direction:column;gap:1rem}.project-name{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.project-description{font-size:.95rem;flex:1;color:var(--text-secondary)}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tech-tag{background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:var(--primary);padding:.35rem .75rem;border-radius:.35rem;font-size:.8rem;font-weight:600;transition:all .3s ease}.tech-tag:hover{background:var(--primary);color:#fff}.project-links{display:flex;gap:1rem}.link-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:var(--primary);text-decoration:none;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:all .3s ease}.link-btn:hover{background:var(--primary);color:#fff;transform:translateY(-2px);border-color:var(--primary)}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}.project-image{height:180px}.project-content{padding:1.5rem}.project-name{font-size:1.25rem}}@media(max-width:480px){.project-image{height:150px}.project-content{padding:1rem}.project-name{font-size:1.1rem}.tech-stack{gap:.35rem}.tech-tag{font-size:.7rem;padding:.25rem .5rem}.overlay-buttons{gap:1rem}.overlay-btn{width:40px;height:40px;font-size:1rem}}.skills-container{max-width:1200px;margin:0 auto}.skills-container .section-header{text-align:center;margin-bottom:3rem}.skills-container .section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;max-width:500px;margin:0 auto}.skills-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:5rem}.category-group{animation:fadeInUp .6s ease forwards}.category-group:nth-child(2){animation-delay:.1s}.category-group:nth-child(3){animation-delay:.2s}.category-title{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);display:flex;align-items:center;gap:.75rem}.category-title:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#3b82f6,#fff);border-radius:2px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.skill-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .5s ease forwards}.skill-item:hover{transform:translateY(-8px);border-color:var(--primary);background:#3b82f626}.skill-icon{font-size:2rem;color:var(--primary);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.skill-item:hover .skill-icon{color:var(--secondary);transform:scale(1.15)}.skill-name{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-align:center;margin:0;transition:color .3s ease}.skill-item:hover .skill-name{color:var(--text-primary)}@media(max-width:768px){.skills-categories{grid-template-columns:1fr;gap:2rem}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.8rem}.category-title{font-size:1.1rem;margin-bottom:1.2rem}.skill-item{padding:1.2rem .8rem}.skill-icon{font-size:1.5rem}.skill-name{font-size:.75rem}}@media(max-width:480px){.skills-categories{gap:1.5rem}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.6rem}.category-title{font-size:1rem;margin-bottom:1rem}.skill-item{padding:1rem .6rem}.skill-icon{font-size:1.3rem}.skill-name{font-size:.65rem}}.home-container{padding-top:70px}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;position:relative;overflow:hidden}.hero-content{text-align:center;z-index:10;max-width:800px;animation:fadeInUp .8s ease}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.2;margin-bottom:2rem;font-weight:800}.role-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.role-text{font-size:2rem;font-weight:500;color:var(--text-primary)}.role-display{padding:.75rem 1.5rem;min-width:200px;height:50px;display:flex;align-items:center;justify-content:center}.role-animated{animation:fadeInUp .6s ease forwards;display:block;font-size:1.25rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.hero-buttons a{text-decoration:none;display:inline-block;border-radius:.5rem;font-weight:600;transition:all .3s ease;padding:1rem 2rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:float 3s ease-in-out infinite}.arrow-animate{font-size:1.5rem;animation:float 2s ease-in-out infinite}.gradient-blob{position:absolute;border-radius:40% 60% 70% 30%/40% 50% 60%;filter:blur(60px);opacity:.6;z-index:0}.gradient-blob-1{width:400px;height:400px;top:-10%;left:-5%;background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);animation:float 8s ease-in-out infinite}.gradient-blob-2{width:350px;height:350px;bottom:-5%;right:-5%;background:linear-gradient(135deg,#06b6d44d,#3b82f64d);animation:float 9s ease-in-out infinite reverse}.about-section{padding:5rem 2rem;position:relative;z-index:10}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:3rem;text-align:center}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-text p{font-size:1.05rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-card{padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:var(--primary);transform:translateY(-8px)}.stat-card h3{font-size:2.5rem;margin-bottom:.5rem}.projects-section,.skills-section{padding:5rem 2rem;position:relative;z-index:10}@media(max-width:768px){.home-container{padding-top:60px}.hero-section{padding:2rem 1rem;min-height:90vh}.hero-title{margin-bottom:1.5rem}.role-container{flex-direction:column}.role-display{min-width:100%}.hero-buttons{gap:1rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:repeat(3,1fr)}.section-title{margin-bottom:2rem}.gradient-blob-1{width:250px;height:250px}.gradient-blob-2{width:200px;height:200px}}@media(max-width:480px){.hero-section{padding:1.5rem 1rem}.hero-description{font-size:1rem}.role-container{gap:.5rem}.role-display{min-width:auto;padding:.5rem 1rem;height:auto}.hero-buttons{gap:.75rem;flex-direction:column}.hero-buttons a{width:100%;padding:.75rem 1.5rem}.about-stats{grid-template-columns:1fr}.gradient-blob-1{width:150px;height:150px}.gradient-blob-2{width:120px;height:120px}}.shiny-text{display:inline-block}.footer{background:linear-gradient(180deg,#0f172a80,#0f172a);border-top:1px solid rgba(148,163,184,.1);padding:4rem 2rem 2rem;color:var(--text-primary)}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:start}.footer-section{animation:fadeInUp .6s ease}.footer-title{font-size:1.8rem;margin-bottom:1rem}.footer-subtitle{font-size:1rem;margin-bottom:2rem;max-width:300px}.contact-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.contact-item:hover{border-color:var(--primary);background:#3b82f626;transform:translate(4px)}.contact-icon{font-size:1.5rem;color:var(--primary);flex-shrink:0}.contact-text{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0;font-weight:600}.contact-value{font-size:.95rem;color:var(--text-secondary)}.contact-item:hover .contact-value{color:var(--primary)}.social-links{display:flex;gap:.75rem}.social-btn{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;font-size:1.25rem;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;border:1px solid rgba(148,163,184,.1)}.social-btn:hover{color:var(--primary);border-color:var(--primary);background:#3b82f626;transform:translateY(-4px)}.footer-divider{width:1px;background:linear-gradient(180deg,transparent,rgba(148,163,184,.2),transparent);height:100%}.contact-form{display:flex;flex-direction:column;gap:1.25rem;max-width:400px}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-secondary);font-size:.9rem}.form-group input,.form-group textarea{background:#1e293b99;border:1px solid rgba(148,163,184,.2);color:var(--text-primary);padding:.75rem 1rem;border-radius:.5rem;font-family:inherit;font-size:.95rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:#3b82f61a;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:.9rem;font-weight:600;border:none;cursor:pointer;margin-top:.5rem}.form-message{padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.95rem;font-weight:500;animation:slideInDown .3s ease}.success-message{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#10b981}.error-message{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(148,163,184,.1)}.footer-bottom p{margin:0;font-size:.9rem}@media(max-width:968px){.footer-container{grid-template-columns:1fr;gap:2rem}.footer-divider{width:100%;height:1px}.contact-form{max-width:100%}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-title{font-size:1.5rem}.contact-methods{gap:.75rem}.contact-item{padding:.75rem 1rem;gap:1rem}.social-links{gap:.5rem}.social-btn{width:40px;height:40px;font-size:1rem}}@media(max-width:480px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:1fr;gap:1.5rem}.footer-title{font-size:1.3rem}.footer-subtitle{font-size:.9rem;margin-bottom:1.5rem}.contact-form{gap:1rem}.form-group input,.form-group textarea{padding:.65rem .85rem;font-size:.9rem}}.header{position:fixed;top:0;width:100%;z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(148,163,184,.1);animation:slideInDown .6s ease;border-radius:0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.logo-text{font-size:1.75rem;font-weight:800}.nav{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:var(--text-secondary);font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#fff);transition:width .3s ease}.nav-link:hover{color:var(--text-primary)}.nav-link:hover:after{width:100%}.header-actions{display:flex;gap:1rem;align-items:center}.mobile-toggle{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;transition:all .3s ease}.mobile-toggle:hover{color:var(--primary)}@media(max-width:768px){.header-container{padding:0 1rem}.nav{position:absolute;top:70px;left:0;right:0;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:1rem;padding:2rem;border-bottom:1px solid rgba(148,163,184,.1);display:none;max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease;opacity:0}.nav.active{display:flex;max-height:600px;opacity:1}.mobile-toggle{display:block}.header-actions{gap:.5rem}.button-secondary{padding:.5rem 1rem;font-size:.9rem}}
