@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap);*{margin:0;padding:0}:root{--bg:#070911;--bg-alt:#0a0d16;--card:#0f1423d9;--card-strong:#141928e6;--text:#f0f2f8;--muted:#8891a8;--primary:#7c5cff;--primary-2:#4cc9f0;--accent:#22c55e;--border:#7c5cff33;--shadow:0 20px 60px #020308b3;--radius:18px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#7c5cff14,#0000 40%),linear-gradient(135deg,#070911,#0a0e18 50%,#060810);color:#f0f2f8;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:600;line-height:1.2}code{font-family:Fira Code,monospace}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none;transition:all .3s ease}button{border:none;cursor:pointer;font-family:inherit;outline:none}canvas,img,video{height:auto;max-width:100%}.App{color:var(--text);min-height:100vh;overflow-x:hidden;position:relative}.app-3d{background:#0000}.App:after,.App:before{content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.App:before{background:radial-gradient(circle at 15% 20%,#7c5cff14,#0000 40%),radial-gradient(circle at 85% 20%,#4cc9f014,#0000 45%),radial-gradient(circle at 50% 80%,#22c55e0f,#0000 40%)}.App:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 0h1v120h-1V0zM0 60h120v1H0z' fill='%237c5cff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.2}.loading-screen{align-items:center;background:linear-gradient(135deg,#0a0a0f,#1a1a2e);color:#e4e4e7;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #7877c64d;border-radius:50%;border-top-color:#7877c6;height:60px;margin-bottom:1rem;width:60px}.loading-screen p{color:#a1a1aa;font-size:1.125rem;font-weight:500}*{box-sizing:border-box;scroll-behavior:smooth}section{position:relative;scroll-margin-top:96px;width:100%;z-index:1}section>div:not(.hero-background):not(.section-divider):not(.glow-orb):not(.hero-3d-canvas):not(.skills-3d-canvas):not(.projects-3d-canvas){margin:0 auto;max-width:1180px;padding:0 2rem}.about,.contact,.education,.hero,.hero-3d,.projects,.projects-3d,.skills,.skills-3d{padding:110px 0}.section-divider{background:linear-gradient(90deg,#0000,#7c5cff66,#0000);height:1px;margin-bottom:60px;width:100%}.section-title{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem;text-align:center}.section-subtitle{color:var(--muted);font-size:1.05rem;font-weight:400;margin-bottom:3rem;text-align:center}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary) 0,var(--primary-2) 100%);-webkit-background-clip:text;background-clip:text}.glass-effect{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.neon-glow{box-shadow:0 0 24px #7c5cff59,0 0 48px #7c5cff33,0 0 72px #4cc9f02e}.floating-animation{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#7877c6,#5856d6);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5856d6,#7877c6)}::selection{background:#5856d64d;color:#fff}@media (max-width:768px){.about,.contact,.education,.hero,.hero-3d,.projects,.projects-3d,.skills,.skills-3d{padding:90px 0}.section-title{font-size:2.25rem}.section-subtitle{font-size:1rem}}@media (max-width:1024px){section>div:not(.hero-background):not(.section-divider):not(.glow-orb):not(.hero-3d-canvas):not(.skills-3d-canvas):not(.projects-3d-canvas){padding:0 1.5rem}}@media (max-width:640px){section>div:not(.hero-background):not(.section-divider):not(.glow-orb):not(.hero-3d-canvas):not(.skills-3d-canvas):not(.projects-3d-canvas){padding:0 1.1rem}.section-title{font-size:2rem}.section-subtitle{font-size:.95rem}}.error-boundary{align-items:center;background:#0a0a0f;color:#e4e4e7;display:flex;justify-content:center;min-height:100vh;padding:2rem}.error-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e23cc;border:1px solid #7877c633;border-radius:16px;max-width:600px;padding:3rem;text-align:center}.error-content h2{color:#ff6b6b;font-size:2rem;margin-bottom:1rem}.error-content p{color:#a1a1aa;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.error-reload-btn{background:linear-gradient(135deg,#7877c6,#5856d6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.error-reload-btn:hover{box-shadow:0 10px 20px #5856d64d;transform:translateY(-2px)}.error-details{background:#0000004d;border-radius:8px;margin-top:2rem;padding:1rem;text-align:left}.error-details summary{color:#7877c6;cursor:pointer;font-weight:600;margin-bottom:1rem}.error-details pre{color:#ff6b6b;font-size:.875rem;margin:.5rem 0;white-space:pre-wrap;word-break:break-word}.scene-3d{height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.hero-3d{align-items:center;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-3d-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.1fr .9fr;margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.hero-3d-content{z-index:2}.hero-3d-label{color:var(--primary-2);font-size:.8rem;font-weight:700;letter-spacing:.3em;margin-bottom:1.25rem;text-transform:uppercase}.hero-3d-title{color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.05;margin-bottom:1.25rem}.hero-3d-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary),var(--primary-2));-webkit-background-clip:text;background-clip:text}@keyframes gradient-shift{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(30deg)}}.hero-3d-description{color:var(--muted);font-size:1.1rem;line-height:1.7;margin-bottom:2rem;max-width:520px}.hero-3d-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-3d-btn{border:none;border-radius:999px;cursor:pointer;font-size:.95rem;font-weight:600;overflow:hidden;padding:.95rem 2.2rem;position:relative;transition:all .3s ease}.hero-3d-btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 12px 30px #7c5cff59;color:#fff}.hero-3d-btn.primary:hover{box-shadow:0 15px 40px #7877c666;transform:translateY(-3px)}.hero-3d-btn.secondary{background:#0000;border:2px solid #7c5cff80;color:#c9c4ff}.hero-3d-btn.secondary:hover{background:#7c5cff1f;transform:translateY(-3px)}.hero-3d-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-stat{background:#0f1423b3;border:1px solid #7c5cff2e;border-radius:14px;padding:1rem 1.25rem;text-align:center}.hero-stat-value{color:#fff;display:block;font-size:1.35rem;font-weight:700;margin-bottom:.25rem}.hero-stat-label{color:var(--muted);font-size:.85rem}.hero-3d-canvas{background:#03050ccc;border:1px solid #7c5cff2e;border-radius:24px;box-shadow:var(--shadow);height:520px;overflow:hidden;position:relative}.hero-visual-placeholder{align-items:center;background:radial-gradient(circle at 50% 50%,#7c5cff26,#0000 70%);display:flex;height:100%;justify-content:center;width:100%}.hero-glow{animation:pulse-glow 3s ease-in-out infinite;background:radial-gradient(circle,var(--primary) 0,#0000 70%);border-radius:50%;height:300px;opacity:.3;width:300px}@keyframes pulse-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.skills-3d{min-height:100vh;padding:100px 0;position:relative}.skills-3d-container{margin:0 auto;max-width:1400px;padding:0 2rem}.skills-3d-header{margin-bottom:3.25rem;text-align:center}.skills-3d-label{color:#7877c6;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.skills-3d-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:.85rem}.skills-3d-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7877c6,#5856d6);-webkit-background-clip:text;background-clip:text}.skills-3d-subtitle{color:#a1a1aa;font-size:1.125rem;margin:0 auto;max-width:600px}.skills-3d-layout{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:.9fr 1.1fr;margin-bottom:2.5rem}.skills-3d-overview{background:#0c101ccc;border:1px solid #7c5cff2e;border-radius:18px;padding:2rem}.skills-3d-overview p{color:var(--muted);font-size:1rem;margin-bottom:1.5rem}.skills-3d-bullets{grid-gap:.75rem;display:grid;gap:.75rem;list-style:none;margin:0;padding:0}.skills-3d-bullets li{color:#d1d5db;font-size:.95rem;padding-left:1.5rem;position:relative}.skills-3d-bullets li:before{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.5rem;width:8px}.skills-3d-canvas{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#080c16e6,#0c101cb3);border:1px solid #7877c633;border-radius:20px;display:flex;height:auto;justify-content:center;margin:0;min-height:520px;overflow:hidden}.skills-visual-grid{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));max-width:760px;padding:2rem 1.25rem;width:100%}.skill-cube{align-items:center;background:linear-gradient(135deg,#7c5cff29,#4cc9f01a);border:1px solid #7c5cff66;border-radius:999px;box-shadow:inset 0 0 0 1px #7c5cff33,0 12px 26px #0203088c;color:#f3f4f6;cursor:pointer;display:flex;font-size:clamp(.85rem,1.6vw,1rem);font-weight:600;justify-content:center;line-height:1.2;min-height:58px;overflow:hidden;padding:.6rem 1rem;position:relative;text-align:center;transition:all .3s ease;word-break:break-word}.skill-cube:after{background:linear-gradient(120deg,#0000,#ffffff59,#0000);content:"";inset:-2px;opacity:0;position:absolute;transform:translateX(-120%);transition:opacity .2s ease}.skill-cube:hover{border-color:#7c5cffd9;box-shadow:0 16px 34px #7c5cff73,0 0 16px #4cc9f059;transform:translateY(-3px)}.skill-cube:hover:after{animation:chip-shimmer .9s ease;opacity:1}.skill-cube.selected{background:linear-gradient(135deg,#7c5cff8c,#4cc9f059);border-color:#7c5cfff2;box-shadow:0 18px 40px #7c5cff8c,0 0 22px #4cc9f066;color:#fff}@keyframes chip-shimmer{0%{transform:translateX(-120%)}to{transform:translateX(120%)}}.skill-info{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e23e6;border:1px solid #7877c64d;border-radius:16px;margin-top:2rem;padding:2rem;text-align:center}.skill-info h3{color:#7877c6;font-size:1.5rem;margin-bottom:.5rem}.skill-info p{color:#a1a1aa;font-size:1rem}.skills-3d-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:2.5rem}.skill-group-card{background:#0c101cbf;border:1px solid #7c5cff26;border-radius:16px;box-shadow:0 12px 30px #02030899;padding:1.5rem}.skill-group-card h4{color:#fff;font-size:1.05rem;margin-bottom:1rem}.skill-group-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-group-tags span{background:#7c5cff1f;border:1px solid #7c5cff33;border-radius:999px;color:#cbd5f5;font-size:.8rem;padding:.4rem .75rem}.projects-3d{min-height:100vh;padding:100px 0;position:relative}.projects-3d-container{margin:0 auto;max-width:1400px;padding:0 2rem}.projects-3d-header{margin-bottom:4rem;text-align:center}.projects-3d-label{color:#7877c6;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.projects-3d-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.projects-3d-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7877c6,#5856d6);-webkit-background-clip:text;background-clip:text}.projects-3d-subtitle{color:#a1a1aa;font-size:1.125rem;margin:0 auto;max-width:600px}.projects-3d-canvas{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #7877c633;border-radius:20px;margin:2rem 0;padding:2rem}.projects-carousel{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card-2d{background:#0c101ce6;border:2px solid #7c5cff33;border-radius:16px;cursor:pointer;padding:2rem;transition:all .3s ease}.project-card-2d:hover{border-color:var(--primary);box-shadow:0 8px 30px #7c5cff4d;transform:translateY(-5px)}.project-card-2d.active{background:#7c5cff26;border-color:var(--primary);box-shadow:0 8px 40px #7c5cff66}.project-card-2d h4{color:var(--primary);font-size:1.25rem;margin-bottom:.75rem}.project-card-2d p{color:var(--muted);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.project-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card-tags span{background:#7c5cff33;border-radius:12px;color:var(--primary-2);font-size:.75rem;font-weight:600;padding:.4rem .8rem}.projects-3d-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.project-nav-btn{background:#0000;border:2px solid #7877c64d;border-radius:10px;color:#a1a1aa;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.project-nav-btn.active,.project-nav-btn:hover{background:#7877c633;border-color:#7877c6;color:#fff;transform:translateY(-2px)}.project-details{margin-top:2rem;text-align:center}.project-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.project-summary{grid-gap:2rem;align-items:center;background:#0c101ccc;border:1px solid #7c5cff2e;border-radius:18px;box-shadow:0 18px 45px #020308a6;display:grid;gap:2rem;grid-template-columns:1.2fr .8fr;margin-top:2.5rem;padding:2rem}.project-summary-content h3{color:#fff;font-size:1.5rem;margin-bottom:.75rem}.project-summary-content p{color:var(--muted);margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tags span{background:#7c5cff1f;border:1px solid #7c5cff33;border-radius:999px;color:#cbd5f5;font-size:.8rem;padding:.4rem .8rem}.project-summary-actions{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.project-link-btn{border-radius:10px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.project-link-btn.primary{background:linear-gradient(135deg,#7877c6,#5856d6);border:none;color:#fff}.project-link-btn.primary:hover{box-shadow:0 10px 30px #7877c64d;transform:translateY(-3px)}.project-link-btn.secondary{background:#0000;border:2px solid #7877c6;color:#7877c6}.project-link-btn.secondary:hover{background:#7877c61a;transform:translateY(-3px)}@media (max-width:1024px){.hero-3d-container{gap:2.5rem;grid-template-columns:1fr;text-align:center}.hero-3d-title{font-size:3rem}.hero-3d-actions{justify-content:center}.hero-3d-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.projects-3d-title,.skills-3d-title{font-size:2.5rem}.projects-3d-canvas,.skills-3d-canvas{height:auto;min-height:380px}.project-summary,.skills-3d-layout{grid-template-columns:1fr}.project-summary{text-align:center}.project-summary-actions{align-items:center}}@media (max-width:768px){.hero-3d-title{font-size:2.4rem}.hero-3d-description{font-size:1rem}.hero-3d-stats{grid-template-columns:1fr}.projects-3d-canvas,.skills-3d-canvas{height:auto;min-height:320px}.skills-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:1.5rem 1.1rem}.projects-3d-controls{align-items:center;flex-direction:column}.project-nav-btn{width:200px}}@media (max-width:480px){.hero-3d-title,.projects-3d-title,.skills-3d-title{font-size:2rem}.projects-3d-canvas,.skills-3d-canvas{height:auto;min-height:280px}.skills-visual-grid{gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:1.2rem .9rem}.skill-cube{font-size:.82rem;min-height:52px}}@media (max-width:380px){.skills-visual-grid{grid-template-columns:1fr}.skill-cube{min-height:50px}}@media (max-width:340px){.skills-visual-grid{padding:1rem .75rem}}.navbar{--navbar-height:78px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05070ed9;border-bottom:1px solid #7c5cff26;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#05070efa;box-shadow:0 10px 40px #020308b3}.navbar-container{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;margin:0 auto;max-width:1200px;min-height:var(--navbar-height);padding:1.1rem 2rem}.navbar-logo{align-items:center;background:#0000;border:none;color:#fff;display:inline-flex;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;gap:.15rem;letter-spacing:-.02em;padding:0}.logo-text,.navbar-logo{cursor:pointer}.logo-dot{color:var(--primary);font-size:1.75rem;line-height:1}.desktop-menu{align-items:center;gap:2.25rem}.desktop-menu,.nav-menu{display:flex;list-style:none;margin:0;padding:0}.nav-menu{gap:2.5rem}.nav-item,.nav-link{position:relative}.nav-link{color:var(--muted);cursor:pointer;font-size:.95rem;font-weight:500;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#fff}.nav-link:after{background:linear-gradient(135deg,var(--primary),var(--primary-2));bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.navbar-actions{align-items:center;display:flex;gap:1rem}.nav-cta{background:linear-gradient(135deg,var(--primary),var(--primary-2));border:none;border-radius:999px;box-shadow:0 12px 30px #7c5cff4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem 1.4rem;transition:transform .3s ease,box-shadow .3s ease}.nav-cta:hover{box-shadow:0 18px 40px #7c5cff66;transform:translateY(-2px)}.hamburger{align-items:center;background:#5856d61a;border:1px solid #5856d633;border-radius:10px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:44px;justify-content:center;padding:10px;transition:all .3s ease;width:44px}.hamburger:hover{background:#5856d633;border-color:#5856d666;transform:scale(1.05)}.hamburger span{background:#fff;border-radius:3px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1);width:22px}.hamburger.active{background:#ef44441a;border-color:#ef44444d}.hamburger.active:hover{background:#ef444426}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#05070efa;height:calc(100vh - var(--navbar-height));overflow-y:auto;position:fixed;right:0;top:var(--navbar-height);width:100%;z-index:999}.mobile-menu-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:2rem 1.5rem}.mobile-menu-list li{background:#ffffff05;border:1px solid #7877c626;border-radius:12px;color:#e4e4e7;cursor:pointer;font-size:1.05rem;font-weight:500;padding:1.125rem 1.25rem;text-align:center;transition:all .3s ease}.mobile-menu-list .mobile-cta{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:#0000;color:#fff;font-weight:600}.mobile-menu-list li:hover{background:#5856d626;border-color:#5856d64d;color:#fff;transform:translateX(4px)}@media (max-width:768px){.desktop-menu,.nav-cta{display:none}.hamburger{display:flex}.navbar-container{padding:1rem 1.5rem}.navbar-logo{font-size:1.25rem}}@media (max-width:480px){.navbar-container{padding:.85rem 1rem}.navbar-logo{font-size:1.1rem}.mobile-menu-list{padding:1.5rem 1rem}.mobile-menu-list li{font-size:1rem;padding:1rem}}.about{align-items:center;background:#0000;display:flex;min-height:100vh;padding:100px 0}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.1fr .9fr}.about-image,.image-wrapper{position:relative}.image-wrapper{aspect-ratio:4/5;background:linear-gradient(135deg,#7c5cff33,#4cc9f014);border:1px solid #7c5cff33;border-radius:24px;box-shadow:0 24px 50px #060a1466;overflow:hidden}.image-glow{background:radial-gradient(circle at 20% 20%,#7c5cff40,#0000 60%);inset:0;pointer-events:none;position:absolute}.image-wrapper img{display:block;filter:grayscale(20%);height:100%;object-fit:cover;transition:all .3s ease;width:100%}.image-wrapper:hover img{filter:grayscale(0);transform:scale(1.05)}.about-content{padding:1rem 0}.about-label{background:#7c5cff1a;border:1px solid #7c5cff4d;border-radius:999px;color:#c4b5fd;display:inline-block;font-size:.75rem;letter-spacing:.2em;padding:.5rem 1.25rem;text-transform:uppercase}.about-label,.about-title{font-weight:700;margin-bottom:1.5rem}.about-title{color:#fff;font-size:2.9rem;letter-spacing:-.02em;line-height:1.15}.about-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7877c6,#5856d6);-webkit-background-clip:text;background-clip:text;font-weight:700}.about-text{margin-bottom:2rem}.about-text p{color:var(--muted);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.about-highlights{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.highlight-card{background:#0c101cbf;border:1px solid #7c5cff2e;border-radius:14px;padding:1rem 1.25rem}.highlight-card h4{color:#fff;font-size:1rem;margin-bottom:.5rem}.highlight-card p{color:var(--muted);font-size:.9rem}.about-actions{display:flex;flex-wrap:wrap;gap:1rem}.about-btn{border:none;border-radius:999px;cursor:pointer;font-weight:600;padding:.85rem 1.8rem;transition:all .3s ease}.about-btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 12px 28px #7c5cff59;color:#fff}.about-btn.primary:hover{transform:translateY(-2px)}.about-btn.secondary{background:#0000;border:1px solid #7c5cff66;color:#c4b5fd}.tech-tag{background:#5856d614;border:1px solid #5856d633;border-radius:8px;color:#d1d5db;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .3s ease}.tech-tag:hover{background:#5856d626;border-color:#5856d666;transform:translateY(-2px)}@media (max-width:1024px){.about-grid{gap:3rem;grid-template-columns:1fr}.about-title{font-size:2.4rem}}@media (max-width:768px){.about{padding:80px 0}.about-title{font-size:2rem}.about-text p{font-size:.98rem}.image-wrapper{margin:0 auto;max-width:380px}}@media (max-width:480px){.about-title{font-size:1.7rem}.about-actions{flex-direction:column}.about-highlights{grid-template-columns:1fr}.image-wrapper{max-width:320px}}.education{background:#0000}.education-container{margin:0 auto;max-width:1000px}.education-timeline{grid-gap:2rem;display:grid;gap:2rem;position:relative}.education-timeline:before{background:linear-gradient(180deg,#7c5cff99,#0000);bottom:0;content:"";left:24px;position:absolute;top:0;width:2px}.timeline-item{grid-gap:1.5rem;align-items:flex-start;display:grid;gap:1.5rem;grid-template-columns:60px 1fr}.timeline-marker{align-items:center;background:#7c5cff1f;border:1px solid #7c5cff4d;border-radius:14px;color:#c4b5fd;display:flex;font-size:1.4rem;height:48px;justify-content:center;width:48px;z-index:1}.timeline-content{background:#0c101cbf;border:1px solid #7c5cff26;border-radius:16px;padding:1.75rem;transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{box-shadow:0 18px 36px #060a1459;transform:translateY(-4px)}.timeline-header{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:1rem}.experience-title{color:#fff;font-size:1.375rem;font-weight:600;margin-bottom:.5rem}.experience-company{color:#b8a7ff;font-size:1rem;font-weight:500;margin-bottom:.375rem}.experience-duration{background:#7c5cff1f;border:1px solid #7c5cff33;border-radius:999px;color:#94a3b8;font-size:.875rem;font-weight:500;padding:.35rem .75rem}.experience-points{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.experience-points li{color:#cbd5f5;font-size:.9375rem;line-height:1.6;padding-left:1.5rem;position:relative}.experience-points li:before{background:var(--primary);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.625rem;width:6px}@media (max-width:640px){.experience-title{font-size:1.125rem}.education-timeline:before{left:20px}.timeline-item{grid-template-columns:50px 1fr}}@media (max-width:480px){.education-timeline:before{left:18px}.timeline-item{gap:1rem;grid-template-columns:44px 1fr}.timeline-marker{font-size:1.2rem;height:40px;width:40px}}.achievements{background:#0000;padding:100px 0}.achievements-container{margin:0 auto;max-width:1200px}.achievements-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:2.5rem 0 3rem}.achievements-stats div{background:#0c101cbf;border:1px solid #7c5cff2e;border-radius:14px;padding:1.25rem;text-align:center}.achievements-stats span{color:#fff;display:block;font-size:1.6rem;font-weight:700;margin-bottom:.25rem}.achievements-stats p{color:var(--muted);font-size:.9rem}.certifications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:3rem}.certification-card{background:#0c101cbf;border:1px solid #7c5cff2e;border-radius:18px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.certification-card:hover{border-color:#7c5cff73;box-shadow:0 18px 45px #060a1466;transform:translateY(-8px)}.cert-image-wrapper{background:#7c5cff14;height:240px;overflow:hidden;position:relative;width:100%}.cert-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.certification-card:hover .cert-image{transform:scale(1.05)}.cert-overlay{align-items:center;background:#0a0c14e6;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.certification-card:hover .cert-overlay{opacity:1}.cert-icon-large{color:#c4b5fd;filter:drop-shadow(0 0 20px rgba(124,92,255,.6));font-size:4rem}.cert-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.cert-name{color:#e4e4e7;font-size:1.125rem;font-weight:600;line-height:1.5;margin:0 0 .5rem}.cert-provider{color:#c4b5fd;font-size:.875rem;font-weight:500;margin:0 0 1rem}.cert-footer{align-items:center;border-top:1px solid #7c5cff26;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.cert-year{color:#a1a1aa;font-size:.875rem;font-weight:500}.cert-actions{display:flex;gap:.5rem}.cert-link,.cert-request-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:500;gap:.375rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.cert-link{background:#7c5cff1a;border:1px solid #7c5cff4d;color:#c4b5fd}.cert-link:hover{background:#5856d633;border-color:#a78bfa;transform:translateY(-2px)}.cert-request-btn{background:#7c5cff1f;border:1px solid #7c5cff33;color:#e5d9ff}.cert-request-btn:hover{background:#5856d626;border-color:#7877c666;transform:translateY(-2px)}@media (max-width:768px){.certifications-grid{gap:1.5rem;grid-template-columns:1fr}.cert-footer{align-items:flex-start;flex-direction:column;gap:1rem}.cert-actions{justify-content:flex-start;width:100%}}@media (max-width:480px){.cert-image-wrapper{height:200px}.cert-content{padding:1.25rem}.cert-actions{flex-direction:column;width:100%}.cert-link,.cert-request-btn{justify-content:center;width:100%}}.contact{background:#0000}.contact-container{margin:0 auto;max-width:1200px}.contact-intro{align-items:center;background:#0c101cbf;border:1px solid #7c5cff2e;border-radius:16px;display:flex;gap:2rem;justify-content:space-between;margin:2.5rem 0 2rem;padding:1.5rem 2rem}.contact-intro h3{color:#fff;font-size:1.4rem;margin-bottom:.5rem}.contact-intro p{color:var(--muted);max-width:520px}.contact-chips{display:flex;flex-wrap:wrap;gap:.5rem}.contact-chips span{background:#7c5cff1f;border:1px solid #7c5cff33;border-radius:999px;color:#d6ccff;font-size:.85rem;padding:.4rem .9rem}.contact-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1.3fr;margin-top:2rem}.contact-panel{background:#0c101cbf;border:1px solid #7c5cff26;border-radius:16px;padding:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-info-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-info-item{align-items:center;background:#ffffff05;border:1px solid #7c5cff26;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-info-item:hover{background:#7c5cff1a;border-color:#7c5cff59;transform:translateX(8px)}.contact-info-icon{align-items:center;background:#7c5cff1a;border-radius:10px;color:#c4b5fd;display:flex;flex-shrink:0;font-size:1.25rem;height:48px;justify-content:center;width:48px}.contact-info-details{display:flex;flex-direction:column;gap:.25rem}.contact-info-label{color:#94a3b8;font-size:.875rem;font-weight:500}.contact-info-value{color:#e4e4e7;font-size:1rem;font-weight:500}.social-links{border-top:1px solid #7c5cff26;padding-top:1.5rem}.social-links p{color:#a1a1aa;font-size:.9375rem;margin-bottom:1rem}.social-icons{display:flex;gap:.75rem}.social-icons a{align-items:center;background:#7c5cff1a;border:1px solid #7c5cff33;border-radius:10px;color:#c4b5fd;display:flex;font-size:1.125rem;height:44px;justify-content:center;transition:all .3s ease;width:44px}.social-icons a:hover{background:#7c5cff33;border-color:#7c5cff;color:#fff;transform:translateY(-2px)}.contact-form,.contact-form-wrapper{display:flex;flex-direction:column}.contact-form{gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#e4e4e7;font-size:.9375rem;font-weight:500}.form-group input,.form-group textarea{background:#080c16cc;border:1px solid #7c5cff38;border-radius:8px;color:#e4e4e7;font-family:inherit;font-size:.9375rem;padding:.875rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#7c5cff14;border-color:#7c5cff;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#71717a}.form-group input:disabled,.form-group textarea:disabled{cursor:not-allowed;opacity:.5}.email-verification,.otp-verification{align-items:stretch;display:flex;gap:.75rem}.email-verification input,.otp-verification input{flex:1 1}.verify-btn{background:#5856d61a;border:1px solid #5856d64d;border-radius:8px;color:#a78bfa;cursor:pointer;font-size:.875rem;font-weight:600;padding:.875rem 1.5rem;transition:all .3s ease;white-space:nowrap}.verify-btn:hover:not(:disabled){background:#5856d633;border-color:#5856d6;color:#fff}.verify-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:1024px){.contact-intro{align-items:flex-start;flex-direction:column}.contact-grid{grid-template-columns:1fr}.contact-panel{padding:1.5rem}.contact-info-item:hover{transform:none}}@media (max-width:640px){.contact-intro{padding:1.25rem 1.5rem}.contact-chips span{font-size:.8rem}.email-verification,.otp-verification{flex-direction:column}.verify-btn{width:100%}.social-icons{flex-wrap:wrap}}.verified-badge{align-items:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;color:#4ade80;display:flex;font-size:.875rem;font-weight:600;padding:.875rem 1.5rem;white-space:nowrap}.error-text{color:#f87171;display:block;font-size:.875rem;margin-top:.25rem}.submit-btn{background:linear-gradient(135deg,var(--primary),var(--primary-2));border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 8px 24px #5856d666;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.form-message{border-radius:8px;font-size:.9375rem;font-weight:500;padding:1rem;text-align:center}.form-message.success{background:#22c55e1a;border:1px solid #22c55e4d;color:#4ade80}.form-message.error{background:#ef44441a;border:1px solid #ef44444d;color:#f87171}.success-message-card{padding:3rem 2rem;text-align:center}.success-icon{color:#4ade80;font-size:4rem;margin-bottom:1.5rem}.success-message-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.success-message-card p{color:#a1a1aa;margin-bottom:2rem}.otp-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.otp-popup{background:#0c0e16f2;border:1px solid #7c5cff40;border-radius:16px;max-width:500px;padding:2.5rem;position:relative;width:90%}.close-otp-btn{align-items:center;background:#ffffff0d;border:1px solid #7c5cff33;border-radius:8px;color:#a1a1aa;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:36px}.close-otp-btn:hover{background:#ef44441a;border-color:#ef4444;color:#f87171}.otp-title{color:#fff;font-size:1.75rem;font-weight:600;margin-bottom:.75rem;text-align:center}.otp-message{color:#a1a1aa;font-size:.9375rem;margin-bottom:1.5rem;text-align:center}.otp-message strong{color:#a78bfa}.otp-timer{color:#4ade80;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.otp-timer.warning{color:#f59e0b}.otp-inputs{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.otp-input{background:#ffffff05;border:1px solid #7c5cff40;border-radius:8px;color:#fff;font-size:1.5rem;font-weight:600;height:56px;text-align:center;transition:all .3s ease;width:50px}.otp-input:focus{background:#5856d60d;border-color:#5856d6;outline:none}.otp-input:disabled{cursor:not-allowed;opacity:.5}.otp-error{color:#f87171;font-size:.875rem;margin-bottom:1rem;text-align:center}.otp-success{color:#4ade80;padding:2rem 0;text-align:center}.otp-success svg{font-size:3rem;margin-bottom:1rem}.verify-otp-btn{background:linear-gradient(135deg,#7877c6,#5856d6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100%}.verify-otp-btn:hover:not(:disabled){box-shadow:0 8px 24px #5856d666;transform:translateY(-2px)}.verify-otp-btn:disabled{cursor:not-allowed;opacity:.5}.resend-otp-btn{background:#0000;border:1px solid #5856d64d;border-radius:8px;color:#a78bfa;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.875rem;transition:all .3s ease;width:100%}.resend-otp-btn:hover{background:#5856d61a;border-color:#5856d6}.ai-message-section{margin:.5rem 0}.ai-generate-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.ai-generate-btn:hover:not(:disabled){box-shadow:0 8px 24px #8b5cf666;transform:translateY(-2px)}.ai-generate-btn:disabled{cursor:not-allowed;opacity:.6}.ai-icon{font-size:1.125rem}.ai-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.ai-error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;color:#f87171;font-size:.875rem;margin-top:.5rem;padding:.75rem}@media (max-width:768px){.contact-intro{align-items:flex-start;flex-direction:column}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-panel{padding:1.5rem}}.footer{background:#05070ed9;border-top:1px solid #7c5cff26;margin-top:4rem;padding:4rem 0 2rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:3rem;border-bottom:1px solid #7c5cff2e;display:grid;gap:3rem;grid-template-columns:2fr 1.2fr 1fr;padding-bottom:3rem}.footer-left{max-width:350px}.footer-brand{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary) 0,var(--primary-2) 100%);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.footer-tagline{color:var(--muted);font-size:.9375rem;line-height:1.6;margin:0}.footer-links{display:flex;gap:3rem}.footer-link-group h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-link-group{display:flex;flex-direction:column;gap:.75rem}.footer-link-group a{color:var(--muted);font-size:.9375rem;transition:all .3s ease}.footer-link-group a:hover{color:#c4b5fd;transform:translateX(4px)}.footer-right h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-socials{display:flex;gap:.75rem}.footer-social-link{align-items:center;background:#7c5cff1a;border:1px solid #7c5cff33;border-radius:10px;color:#c4b5fd;display:flex;font-size:1.25rem;height:44px;justify-content:center;transition:all .3s ease;width:44px}.footer-social-link:hover{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:var(--primary);box-shadow:0 8px 16px #7c5cff4d;color:#fff;transform:translateY(-4px)}.footer-bottom{align-items:center;display:flex;justify-content:space-between;padding-top:2rem}.footer-copyright,.footer-made{color:#94a3b8;font-size:.875rem;margin:0}.footer-made{align-items:center;display:flex;gap:.25rem}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.footer-left{grid-column:1/-1;max-width:100%}}@media (max-width:640px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr;padding-bottom:2rem}.footer-links{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}.footer-socials{justify-content:center}}@media (max-width:480px){.footer-brand{font-size:1.4rem}.footer-tagline{font-size:.9rem}}
/*# sourceMappingURL=main.d50cab65.css.map*/