.about-section{padding:6rem 2rem;max-width:1200px;margin:0 auto;color:#cbd5e1}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;color:#f8fafc;margin-bottom:.75rem;position:relative;display:inline-block}.section-title:after{content:"";display:block;width:60%;height:4px;background:linear-gradient(90deg,#8b5cf6,#ec4899);margin:.5rem auto 0;border-radius:2px}.section-subtitle{font-size:1.3rem;color:#94a3b8;font-weight:400}.about-content-wrapper{display:flex;flex-direction:row;gap:4rem;align-items:flex-start}.about-text-container{flex:2;display:flex;flex-direction:column;gap:2rem}.about-text p{font-size:1.15rem;line-height:1.8;color:#a7b7cc;margin-bottom:1.5rem}.highlight{color:#ec4899;font-weight:600}.about-image-container{flex:1;position:relative;width:100%;max-width:350px;border-radius:16px;overflow:hidden}.about-image-container:before{content:"";position:absolute;inset:0;padding:3px;border-radius:16px;background:linear-gradient(135deg,#8b5cf6,#ec4899,#06b6d4,#8b5cf6);background-size:300% 300%;animation:gradientMove 6s ease infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.about-profile-pic{width:100%;height:100%;object-fit:cover;border-radius:16px}.about-competencies-container{padding:1.5rem 2rem;background:#1a202c99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 4px 15px #0003}.competencies-title{font-size:1.5rem;font-weight:600;color:#f8fafc;margin-bottom:1rem}.competencies-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.competency-badge{background:linear-gradient(90deg,#8b5cf6,#ec4899);color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease}.competency-badge:hover{transform:scale(1.1);box-shadow:0 0 20px #ec489999}.about-stats{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.stat-box{background:#1a202c99;padding:1rem 2rem;border-radius:12px;text-align:center;flex:1}.stat-box h3{font-size:2rem;font-weight:700;color:#f8fafc}.stat-box p{font-size:1rem;color:#94a3b8}.resume-button{background:linear-gradient(90deg,#8b5cf6,#ec4899);padding:.75rem 1.5rem;border-radius:25px;color:#fff;font-weight:600;text-decoration:none;box-shadow:0 0 12px #8b5cf680;transition:.3s ease}.resume-button:hover{box-shadow:0 0 20px #ec4899b3}@media (max-width: 992px){.about-content-wrapper{flex-direction:column;gap:3rem;align-items:center}.about-image-container{max-width:280px}}@media (max-width: 768px){.about-section{padding:4rem 1.5rem}.section-title{font-size:2.3rem}.section-subtitle{font-size:1.1rem}.about-text p{font-size:1rem}.about-image-container{max-width:200px;aspect-ratio:1/1;border-radius:50%}.about-image-container:before{border-radius:50%}.about-profile-pic{border-radius:50%;object-position:top}.about-stats{flex-direction:column;gap:1rem;align-items:stretch}}.contact-section{padding:6rem 2rem;color:#f8fafc;max-width:1200px;margin:0 auto}.contact-header{text-align:center;max-width:700px;margin:0 auto 3rem}.contact-title{font-size:2.4rem;font-weight:700;margin-bottom:1rem;color:#fff;position:relative;display:inline-block}.contact-title:after{content:"";display:block;width:70px;height:4px;background:linear-gradient(90deg,#6366f1,#22d3ee);margin:.6rem auto 0;border-radius:2px}.contact-description{font-size:1rem;color:#cbd5e1;line-height:1.6}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3rem}.contact-info-card,.contact-form{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:1.2rem;padding:2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 24px #00000040}.info-title{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.info-list{list-style:none;padding:0;margin:0 0 1.5rem}.info-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;font-size:.95rem;color:#e2e8f0}.social-links{display:flex;gap:1rem}.social-links a{color:#cbd5e1;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:50%;padding:.6rem;transition:all .3s ease}.social-links a:hover{background:#6366f1;color:#fff}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{position:relative;display:flex;flex-direction:column}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.15);border-radius:.8rem;background:#ffffff0d;color:#f8fafc;font-size:1rem;outline:none;transition:border .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#6366f1}.form-group label{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:#94a3b8;font-size:.9rem;transition:.3s;pointer-events:none}.form-group input:focus+label,.form-group input:valid+label,.form-group textarea:focus+label,.form-group textarea:valid+label{top:-.6rem;left:.8rem;background:#0f172a;padding:0 .4rem;font-size:.75rem;color:#6366f1}.submit-btn{padding:1rem;border:none;border-radius:.8rem;background:linear-gradient(90deg,#6366f1,#22d3ee);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{opacity:.95;box-shadow:0 6px 14px #6366f166}.success-message{display:flex;align-items:center;gap:.6rem;padding:1rem;border-radius:.8rem;background:#22c55e1a;color:#22c55e;font-weight:500;justify-content:center}@media (max-width: 900px){.contact-container{grid-template-columns:1fr}}.hero-section{min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background-color:#0f172a;text-align:center}.particles-bg{position:absolute!important;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content-wrapper{position:relative;z-index:2;padding:2rem;max-width:900px}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;color:#f8fafc}.hero-hl{font-size:2.8rem;font-weight:500}.hero-highlight{background:linear-gradient(45deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.hero-tagline{font-size:2rem;font-weight:500;color:#94a3b8;margin-bottom:2rem;min-height:2.5rem}.hero-description{font-size:1.15rem;color:#a7b7cc;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;cursor:pointer;border:none;transition:all .3s ease}.primary-btn{background-color:#8b5cf6;color:#fff;box-shadow:0 4px 15px #8b5cf666}.secondary-btn{background-color:transparent;color:#8b5cf6;border:2px solid #8b5cf6}.resume-btn{background-color:#f8fafc;color:#0f172a;box-shadow:0 4px 15px #f8fafc66}.resume-btn:hover{background-color:#e2e8f0}@media (max-width: 992px){.hero-title{font-size:4rem}.hero-tagline{font-size:1.8rem}.hero-description{font-size:1.1rem}.hero-buttons{gap:1rem}}@media (max-width: 768px){.hero-section{min-height:80vh}.hero-title{font-size:2.8rem}.hero-tagline{font-size:1.4rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:1.2rem}.btn{width:80%;max-width:300px}}@media (max-width: 480px){.hero-section{padding:0 1rem}.hero-title{font-size:2.2rem}.hero-tagline{font-size:1.2rem;min-height:2rem}.hero-description{font-size:.9rem}.btn{width:100%}}.navbar{width:100%;background-color:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;position:fixed;top:0;left:0;z-index:100;transition:background-color .3s ease,box-shadow .3s ease}.navbar.scrolled{background-color:#0f172a;box-shadow:0 4px 15px #0006}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.navbar-logo a{color:#f8fafc;font-size:1.8rem;font-weight:700;text-decoration:none;background:-webkit-linear-gradient(45deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;list-style:none;margin:0;padding:0}.nav-links li{margin-left:2.5rem}.nav-links a{color:#cbd5e1;text-decoration:none;font-size:1.1rem;font-weight:500;position:relative;transition:color .3s ease}.nav-links a.active{color:#8b5cf6;font-weight:600}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background-color:#8b5cf6;transition:width .3s ease,left .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%;left:0}.menu-icon{display:none;color:#f8fafc;cursor:pointer;z-index:101}.mobile-nav-links{display:none;flex-direction:column;position:fixed;top:0;right:0;width:100%;height:100vh;background-color:#0f172a;padding-top:5rem;padding-left:2rem;box-shadow:-5px 0 15px #0006;list-style:none;margin:0;transform:translate(100%);z-index:99}.mobile-nav-links.open{transform:translate(0)}.mobile-nav-links li{margin-bottom:2rem;text-align:left}.mobile-nav-links a{color:#f8fafc;text-decoration:none;font-size:1.8rem;font-weight:600;transition:color .3s ease}.mobile-nav-links a:hover,.mobile-nav-links a.active{color:#8b5cf6}@media (max-width: 768px){.nav-links{display:none}.menu-icon{display:block}.mobile-nav-links{display:flex}}.projects-section{--bg: #0f172a;--card: #0b1220;--muted: #94a3b8;--text: #e5e7eb;--ring1: #8b5cf6;--ring2: #06b6d4;--accent: #60a5fa;background:var(--bg);color:var(--text);padding:6rem 1.5rem}.projects-header{max-width:1100px;margin:0 auto 3rem;text-align:center}.section-title{font-size:2.75rem;font-weight:800;letter-spacing:.2px;color:#f8fafc;display:inline-block;position:relative}.section-title:after{content:"";display:block;height:4px;width:60%;margin:.6rem auto 0;background:linear-gradient(90deg,var(--ring1),#ec4899);border-radius:999px}.section-subtitle{color:var(--muted);margin-top:.75rem;font-size:1.05rem}.projects-grid{max-width:1200px;margin:0 auto;display:grid;gap:28px;grid-template-columns:repeat(12,1fr)}@media (max-width: 1100px){.projects-grid{grid-template-columns:repeat(8,1fr)}}@media (max-width: 700px){.projects-grid{grid-template-columns:repeat(4,1fr)}}.project-card{grid-column:span 6;position:relative;background:radial-gradient(120% 120% at 0% 0%,#0b1220,#0b1120 60%,#0b0f1a);border-radius:16px;overflow:hidden;isolation:isolate;transform-style:preserve-3d;border:1px solid rgba(148,163,184,.08)}.project-card:nth-child(1),.project-card:nth-child(4){grid-column:span 7}.project-card:nth-child(2),.project-card:nth-child(5){grid-column:span 5}@media (max-width: 1100px){.project-card,.project-card:nth-child(1),.project-card:nth-child(2),.project-card:nth-child(4),.project-card:nth-child(5){grid-column:span 8}}.card-frame{position:absolute;inset:0;border-radius:18px;padding:1px;background:linear-gradient(130deg,#8b5cf6b3,#06b6d4b3,#ec489999);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.8;animation:borderShift 8s linear infinite}@keyframes borderShift{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}.project-media{position:relative;aspect-ratio:16 / 9;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transform:translateZ(0);transition:transform .6s ease;will-change:transform}.project-card:hover .project-image{transform:scale(1.06)}.project-overlay{position:absolute;inset:0;opacity:0;pointer-events:none}.project-card:hover .project-overlay{opacity:1;pointer-events:auto}.overlay-gradient{position:absolute;inset:0;background:radial-gradient(80% 60% at 30% 0%,#00000040,#000000a6 60%,#000000d9),linear-gradient(to top,#020617cc,#02061700);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.overlay-content{position:absolute;inset:0;display:grid;align-content:end;gap:10px;padding:1.1rem 1.25rem;z-index:2}.project-description{color:#e5e7eb;line-height:1.55;font-size:.98rem}.shine{content:"";position:absolute;top:-120%;left:-20%;width:60%;height:300%;transform:rotate(25deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);animation:shine 5.5s ease-in-out infinite}@keyframes shine{0%{transform:translate(-120%) rotate(25deg)}60%{transform:translate(260%) rotate(25deg)}to{transform:translate(260%) rotate(25deg)}}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;list-style:none;padding:0}.tech-chip{background:#0284c726;border:1px solid rgba(56,189,248,.3);color:#bae6fd;font-size:.75rem;padding:6px 10px;border-radius:999px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.project-info{padding:1.1rem 1.25rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:14px}.project-title{font-size:1.1rem;font-weight:700;letter-spacing:.2px;color:#f8fafc;margin:0}.project-links{display:flex;gap:10px;flex-wrap:wrap}.project-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(148,163,184,.25);background:#0f172a80;color:#e5e7eb;text-decoration:none;font-size:.9rem;padding:10px 12px;border-radius:10px;transition:transform .25s ease,background .25s ease,border-color .25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.project-btn:hover{transform:translateY(-2px);border-color:#6366f1a6}.github-btn:hover{background:#020617b3}.demo-btn{background:linear-gradient(90deg,#8b5cf640,#06b6d440)}.demo-btn:hover{background:linear-gradient(90deg,#8b5cf659,#06b6d459)}@media (hover: none),(pointer: coarse){.project-overlay{display:none}.project-overlay.mobile-inview{display:block;opacity:0}}@media (hover: hover) and (pointer: fine){.project-overlay.mobile-inview{display:none}}.skills-section{padding:6rem 2rem;color:#f8fafc;max-width:1280px;margin:0 auto}.skills-header{text-align:center;max-width:700px;margin:0 auto 3rem}.skills-title{font-size:2.4rem;font-weight:700;margin-bottom:1rem;color:#fff;position:relative;display:inline-block}.skills-title:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,#6366f1,#22d3ee);margin:.6rem auto 0;border-radius:2px}.skills-description{font-size:1rem;color:#cbd5e1;margin-top:.5rem;line-height:1.6}.skills-categories{display:grid;gap:2rem}.skills-category-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1.2rem;padding:2rem;box-shadow:0 8px 24px #0003}.category-title{font-size:1.4rem;font-weight:600;margin-bottom:1.2rem;color:#e2e8f0;border-left:4px solid #6366f1;padding-left:.8rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.skill-card{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1rem;text-align:center;transition:all .3s ease;cursor:pointer}.skill-card:hover{background:#ffffff26;box-shadow:0 6px 14px #0000004d}.skill-icon{width:40px;height:40px;margin-bottom:.6rem;object-fit:contain}.skill-name{display:block;font-size:.95rem;font-weight:500;color:#f1f5f9}@media (max-width: 768px){.skills-title{font-size:2rem}.skills-description{font-size:.95rem}.category-title{font-size:1.2rem}}.footer{position:relative;background:linear-gradient(180deg,#0f172a,#1e293b);color:#f8fafc;overflow:hidden;padding-top:6rem;padding-bottom:2rem;z-index:1}.footer-wave{position:absolute;top:-1px;left:0;width:100%;height:120px;z-index:0}.footer-wave svg{display:block;width:100%;height:100%}.footer-container{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.8rem;padding:0 1.5rem;text-align:center}.footer-logo{font-size:2.4rem;font-weight:800;background:linear-gradient(90deg,#0ea5e9,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 15px rgba(147,51,234,.6),0 0 25px rgba(14,165,233,.4)}.footer-tagline{font-size:1rem;color:#cbd5e1;max-width:500px}.highlight{color:#38bdf8;font-weight:600}.footer-links{list-style:none;display:flex;gap:2rem;padding:0;margin:0;flex-wrap:wrap}.glow-link{position:relative;text-decoration:none;color:#f8fafc;font-weight:500;transition:all .3s ease}.glow-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:2px;background:linear-gradient(90deg,#0ea5e9,#9333ea);transition:width .4s}.glow-link:hover:after{width:100%}.footer-socials{display:flex;gap:1.5rem}.footer-socials a{color:#f8fafc;transition:color .3s}.footer-socials a:hover{color:#38bdf8}.footer-bottom{margin-top:2rem;text-align:center;font-size:.9rem;color:#94a3b8;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}@media (max-width: 768px){.footer-links{flex-direction:column;gap:1rem}}:root{--color-text: #fff;--color-primary: #576cbc;--color-secondary: #19376d;--color-dark: #0b2447;--color-bg: #04152d}.App{background-color:var(--color-bg);width:100%;height:100;overflow:hidden}body{margin:0;padding:0;font-family:Inter,Arial,sans-serif;background-color:#0f172a;color:#cbd5e1;line-height:1.6;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,Arial,Helvetica,sans-serif}html{scroll-behavior:smooth}
