@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#fff;background:#020617;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(192,132,252,.75) rgba(15,23,42,.55)}html,body,#root{width:100%;min-height:100%}body{background:radial-gradient(circle at top,rgba(124,58,237,.22),transparent 30%),radial-gradient(circle at bottom right,rgba(168,85,247,.18),transparent 30%),#020617;color:#fff;min-height:100vh;overflow-x:hidden;overflow-y:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}a{text-decoration:none;color:inherit}#root{isolation:isolate}.app-shell{position:relative;min-height:100vh;width:100%;overflow-x:clip}.cursor-glow{position:fixed;left:0;top:0;width:260px;height:260px;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(168,85,247,.22) 0%,rgba(168,85,247,.12) 35%,rgba(168,85,247,.06) 55%,transparent 75%);filter:blur(45px);z-index:0}.app-shell>*:not(.cursor-glow){position:relative;z-index:1}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#080f1ef2}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#d8b4fee6,#a855f7e6);border-radius:999px;border:2px solid rgba(8,15,30,.95);box-shadow:0 0 12px #a855f740}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#e8d5fff2,#c084fcf2);box-shadow:0 0 16px #c084fc59}.navbar{position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617c7;border-bottom:1px solid rgba(255,255,255,.08)}.nav-container{width:min(1280px,94%);margin:auto;padding:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}.logo{font-size:1.35rem;font-weight:800;color:#d8b4fe;letter-spacing:.5px;z-index:1002;transition:color .25s ease,text-shadow .25s ease,transform .25s ease}.logo:hover{color:#f0abfc;text-shadow:0 0 18px rgba(192,132,252,.35);transform:translateY(-1px)}.nav-links{display:flex;align-items:center;gap:1.5rem;color:#cbd5e1;font-weight:500}.nav-links a{transition:color .25s ease,text-shadow .25s ease,transform .25s ease}.nav-links a:hover{color:#fff;text-shadow:0 0 12px rgba(192,132,252,.2)}.active-link{color:#d8b4fe!important;position:relative}.active-link:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:linear-gradient(90deg,#c084fc,#f0abfc);border-radius:999px}.menu-toggle{display:none;width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0f172ab8;color:#e2e8f0;align-items:center;justify-content:center;cursor:pointer;z-index:1002;transition:.25s ease}.menu-toggle:hover{color:#d8b4fe;border-color:#c084fc40;box-shadow:0 0 16px #a855f71f}.section{width:min(1280px,94%);margin:auto;padding:3.2rem 0}.page{min-height:auto;padding-top:1rem}.hero{display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:3rem;padding-top:2.2rem;padding-bottom:2.2rem}.hero-left{display:flex;flex-direction:column;gap:1rem}.badge{display:inline-block;width:fit-content;margin-bottom:.4rem;padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(196,181,253,.2);background:#8b5cf61a;color:#ddd6fe;font-size:.95rem;box-shadow:inset 0 1px #ffffff0a}.hero h1{font-size:clamp(2.8rem,5vw,4.7rem);font-weight:900;line-height:.95;margin:0;max-width:9ch}.hero h1 span{display:block;background:linear-gradient(90deg,#d8b4fe,#f0abfc,#f9a8d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-text{max-width:37rem;color:#cbd5e1;font-size:1.06rem;line-height:1.85}.hero-buttons{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.35rem}.btn{padding:.95rem 1.35rem;border-radius:18px;font-weight:700;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease,color .25s ease;display:inline-flex;align-items:center;justify-content:center}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;box-shadow:0 10px 30px #7c3aed4d}.btn-primary:hover{box-shadow:0 14px 34px #7c3aed57,0 0 24px #a855f72e}.btn-secondary{border:1px solid rgba(255,255,255,.12);color:#e2e8f0;background:#ffffff08}.btn-secondary:hover{border-color:#c084fc47;background:#ffffff0d}.hero-stats{margin-top:.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.hero-stat-card{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;border-radius:20px;padding:1rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.hero-stat-card:hover{transform:translateY(-4px);border-color:#c084fc33;box-shadow:0 14px 30px #a855f714}.hero-stat-card h3{font-size:1.05rem;color:#d8b4fe;margin-bottom:.35rem}.hero-stat-card p{color:#cbd5e1;font-size:.92rem;line-height:1.5}.hero-right{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-photo-card{position:relative;width:100%;max-width:320px;justify-self:end;padding:6px;border-radius:26px;background:linear-gradient(135deg,#c084fc8c,#a855f747,#8b5cf666);box-shadow:0 12px 40px #00000059,0 0 55px #a855f747;transition:transform .3s ease,box-shadow .3s ease}.hero-photo-card:hover{transform:translateY(-5px);box-shadow:0 16px 42px #00000061,0 0 60px #a855f752}.hero-photo-card:before{content:"";position:absolute;inset:-20px;z-index:-1;background:radial-gradient(circle,rgba(168,85,247,.45),transparent 72%);filter:blur(35px)}.hero-photo{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center top;border-radius:20px;display:block;border:1px solid rgba(255,255,255,.08)}.hero-status{position:absolute;bottom:14px;left:14px;padding:6px 12px;font-size:.8rem;font-weight:600;color:#e9d5ff;background:#0f172ad1;border:1px solid rgba(192,132,252,.35);border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 18px #00000059,0 0 12px #a855f733}.resume-cta{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.4rem;min-width:200px;border-radius:14px;font-weight:700;font-size:.95rem;transition:all .3s ease;background:#111827;color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 25px #0000002e}.resume-cta:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000003d,0 0 18px #a855f724}.resume-cta:active{transform:translateY(0)}.glass-card,.project-card,.content-section,.contact-section,.building-card,.journey-card,.project-detail-main,.project-detail-side,.project-section-block,.skill-card{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 40px #00000047}.content-section,.contact-section{border-radius:28px;padding:2rem}.content-section h2,.section-heading h2,.contact-section h2{font-size:2.3rem;margin-bottom:.8rem}.content-section p,.contact-section p,.section-heading p,.project-card p{color:#cbd5e1;line-height:1.85}.section-heading{margin-bottom:1.5rem}.section-tag,.contact-tag{display:inline-block;margin-bottom:.8rem;color:#d8b4fe;font-size:.95rem;font-weight:700}.about-layout{display:grid;grid-template-columns:1.4fr .9fr;gap:2rem;align-items:start}.about-layout-single{display:grid;grid-template-columns:1fr;max-width:1268px;margin:0 auto}.about-layout-single .content-section{width:100%}.about-expanded p{color:#cbd5e1;line-height:1.9;margin-top:1rem;max-width:68rem}.about-bridge{color:#ddd6fe;font-weight:500}.about-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.about-highlight-card{border:1px solid rgba(255,255,255,.08);background:#0f172a73;border-radius:20px;padding:1.1rem;min-width:0;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.about-highlight-card:hover{transform:translateY(-4px);border-color:#c084fc33;box-shadow:0 10px 26px #a855f714}.about-highlight-card h3{font-size:1rem;margin-bottom:.45rem;color:#f5d0fe}.about-highlight-card p{margin-top:0;font-size:.95rem;line-height:1.7}.about-photo-card{position:sticky;top:100px;padding:6px;border-radius:26px;background:linear-gradient(135deg,#c084fc59,#a855f726,#8b5cf647);box-shadow:0 10px 30px #00000047,0 0 32px #a855f724}.about-photo{width:100%;display:block;border-radius:20px;aspect-ratio:4 / 5;object-fit:cover;object-position:center}.building-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.building-card{border-radius:24px;padding:1.3rem;transition:.25s ease}.building-card:hover{transform:translateY(-4px);border-color:#c084fc40;box-shadow:0 8px 28px #a855f71f}.building-card h3{font-size:1.1rem;margin-bottom:.7rem}.building-card p{color:#cbd5e1;line-height:1.75}.journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.journey-card{border-radius:24px;padding:1.35rem;transition:.25s ease}.journey-card:hover{transform:translateY(-4px);border-color:#c084fc40;box-shadow:0 8px 28px #a855f71f}.journey-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#8b5cf61f;border:1px solid rgba(192,132,252,.18);color:#c084fc;font-size:1.3rem}.journey-card h3{font-size:1.08rem;margin-bottom:.65rem}.journey-card p{color:#cbd5e1;line-height:1.75}.skills-section-compact{padding-top:2rem}.skills-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(4,minmax(0,1fr))}.skill-card{padding:1.3rem;overflow:hidden;border-radius:28px;min-width:0;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.skill-card:hover{transform:translateY(-4px);border-color:#c084fc33;box-shadow:0 12px 28px #a855f714}.skill-card h3{margin-bottom:1rem;font-size:1.15rem}.skill-logo-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.skill-logo-item{display:flex;align-items:center;gap:.8rem;min-height:64px;padding:.95rem 1rem;border-radius:16px;background:#0f172aa6;border:1px solid rgba(255,255,255,.07);color:#e2e8f0;transition:.25s ease;min-width:0}.skill-logo-item:hover{transform:translateY(-2px);border-color:#c084fc4d;box-shadow:0 8px 24px #a855f71f}.skill-icon{font-size:1.7rem;min-width:28px;display:flex;align-items:center;justify-content:center;color:#c084fc;flex-shrink:0}.skill-logo-item span{font-weight:600;font-size:.98rem;line-height:1.3}.projects-grid{display:grid;gap:1.3rem;grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{border-radius:28px;padding:1.5rem;min-width:0;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}.project-card:hover{border-color:#c084fc33;box-shadow:0 18px 36px #00000040,0 0 22px #a855f714}.project-card h3{font-size:1.35rem;margin-bottom:1rem}.project-card p{margin-top:.85rem}.chip-wrap{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.chip{padding:.55rem .9rem;border-radius:999px;background:#0f172acc;border:1px solid rgba(255,255,255,.08);color:#e2e8f0;font-size:.9rem}.chip-purple{background:#8b5cf61f;color:#ddd6fe;border:1px solid rgba(196,181,253,.12)}.project-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.25rem;color:#c084fc;font-weight:700;transition:color .25s ease,transform .25s ease,text-shadow .25s ease}.project-link:hover{color:#e9d5ff;transform:translateY(-1px);text-shadow:0 0 12px rgba(192,132,252,.16)}.project-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.github-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid rgba(168,85,247,.25);background:#a855f714;color:#c084fc;transition:all .25s ease}.github-link:hover{transform:translateY(-2px) scale(1.06);background:#a855f729;border-color:#c084fc80;box-shadow:0 0 20px #a855f733;color:#e9d5ff}.contact-wrap{padding-top:2rem;padding-bottom:3rem}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.4rem}.contact-info-card{border:1px solid rgba(255,255,255,.08);background:#0f172a6b;border-radius:20px;padding:1.1rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.contact-info-card:hover{transform:translateY(-4px);border-color:#c084fc33;box-shadow:0 10px 26px #a855f714}.contact-info-card h3{margin-bottom:.7rem;color:#f5d0fe;font-size:1rem}.contact-info-card ul{list-style:none;padding:0;margin:0}.contact-info-card li{color:#cbd5e1;line-height:1.8;position:relative;padding-left:1rem}.contact-info-card li:before{content:"•";position:absolute;left:0;color:#c084fc}.contact-buttons{margin-top:1.2rem}.footer{width:100%;margin-top:1.2rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.06);background:#020617d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-container{width:min(1120px,92%);margin:0 auto;padding:1.2rem 0 .9rem;display:grid;grid-template-columns:1.4fr .9fr .9fr;gap:1.4rem;align-items:start;justify-items:start;text-align:left}.footer-brand,.footer-links-block{width:100%}.footer-brand h3{font-size:1.05rem;color:#d8b4fe;margin-bottom:.45rem;line-height:1.2}.footer-brand p{color:#94a3b8;font-size:.9rem;line-height:1.55;max-width:18rem}.footer-links-block h4{font-size:.92rem;color:#f5d0fe;margin-bottom:.55rem;line-height:1.2}.footer-links{display:flex;flex-direction:column;gap:.42rem}.footer-links a{color:#94a3b8;font-size:.9rem;transition:color .22s ease,transform .22s ease,text-shadow .22s ease;width:fit-content}.footer-links a:hover{color:#d8b4fe;transform:translate(2px);text-shadow:0 0 10px rgba(192,132,252,.22)}.footer-socials{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-start}.footer-socials a{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#0f172ab8;border:1px solid rgba(255,255,255,.06);color:#e2e8f0;font-size:.95rem;transition:transform .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.footer-socials a:hover{color:#d8b4fe;border-color:#c084fc38;background:#1e293be6;transform:translateY(-2px);box-shadow:0 0 0 1px #c084fc14,0 8px 24px #a855f729,0 0 18px #c084fc1f}.footer-bottom{width:min(1120px,92%);margin:0 auto;padding:.75rem 0 1rem;border-top:1px solid rgba(255,255,255,.04)}.footer-bottom p{color:#64748b;font-size:.84rem;line-height:1.4}.project-detail-page{padding-top:2rem;padding-bottom:3rem}.project-detail-hero{margin-bottom:1.5rem}.project-detail-hero h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.02;margin-bottom:.8rem}.project-detail-subtext{max-width:48rem;color:#cbd5e1;line-height:1.85;font-size:1.05rem}.project-detail-actions{margin-top:1.2rem}.project-detail-actions .btn{display:inline-flex;align-items:center;gap:.6rem}.project-detail-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.2rem;margin-top:1.4rem}.project-detail-main,.project-detail-side,.project-section-block{border-radius:28px;padding:1.5rem}.project-detail-main h2,.project-detail-side h2,.project-section-block h2{font-size:1.35rem;margin-bottom:.9rem}.project-detail-main p,.project-section-block p{color:#cbd5e1;line-height:1.85;margin-top:.8rem}.project-stack-list{display:grid;gap:.8rem}.project-stack-item{display:flex;align-items:center;gap:.75rem;min-height:56px;padding:.9rem 1rem;border-radius:16px;background:#0f172aa6;border:1px solid rgba(255,255,255,.08);color:#e2e8f0}.project-stack-icon{color:#c084fc;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.project-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.project-feature-card{padding:1rem;border-radius:18px;background:#0f172a8c;border:1px solid rgba(255,255,255,.07);color:#e2e8f0;line-height:1.65}.project-learnings{list-style:none;padding:0;margin:0}.project-learnings li{position:relative;padding-left:1rem;color:#cbd5e1;line-height:1.85;margin-bottom:.55rem}.project-learnings li:before{content:"•";position:absolute;left:0;color:#c084fc}@media(max-width:1100px){.hero{grid-template-columns:1fr;gap:2rem}.hero-photo-card{justify-self:start}.hero-stats{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-layout,.about-layout-single{grid-template-columns:1fr}.about-photo-card{position:static;max-width:420px}}@media(max-width:900px){.about-highlights,.building-grid,.journey-grid,.contact-grid,.footer-container,.project-detail-grid,.project-feature-grid{grid-template-columns:1fr}.footer{margin-top:1.6rem}.footer-container{gap:1rem;padding:1rem 0 .8rem}.footer-brand p{max-width:100%}.footer-bottom{padding:.7rem 0 .9rem}}@media(max-width:700px){.section{width:min(1280px,94%);padding:2.2rem 0}.nav-container{padding:.9rem 0}.menu-toggle{display:flex}.nav-links{position:absolute;top:calc(100% + .6rem);left:3%;right:3%;display:none;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem;border-radius:20px;background:#020617f5;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 40px #00000059}.nav-links.nav-open{display:flex}.nav-links a{width:100%;padding:.2rem 0}.active-link:after{bottom:-2px}.hero{gap:1.5rem;padding-top:1.2rem;padding-bottom:1.2rem}.hero h1{font-size:clamp(2.6rem,12vw,4rem);line-height:.98;max-width:10ch}.hero-text{font-size:1rem;line-height:1.7}.btn{width:100%;text-align:center}.hero-photo-card{max-width:100%;justify-self:stretch;padding:.75rem}.hero-photo{border-radius:18px}.resume-cta{width:100%;min-width:0}.content-section,.contact-section{padding:1.5rem}.content-section h2,.section-heading h2,.contact-section h2{font-size:2rem}.skills-grid,.projects-grid{grid-template-columns:1fr}.skill-card{padding:1.1rem}.skill-logo-item{min-height:60px;padding:.85rem .95rem}.skill-icon{font-size:1.45rem}.about-highlights{grid-template-columns:1fr}.about-photo-card{max-width:100%}.footer-bottom{padding-bottom:1.4rem}.cursor-glow{width:180px;height:180px;filter:blur(35px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.cursor-glow{display:none}}
