@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";html,body,#root{min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--accent);color:#061016}:root{color-scheme:dark;--bg: #05070b;--bg-soft: #0a1020;--surface: rgba(12, 18, 34, .74);--surface-strong: rgba(14, 23, 42, .9);--surface-light: rgba(255, 255, 255, .04);--line: rgba(255, 255, 255, .1);--line-strong: rgba(255, 255, 255, .18);--text: #eef3ff;--muted: #9ca8c3;--accent: #7cffd5;--accent-2: #8ea8ff;--accent-3: #ffd27c;--shadow: 0 24px 90px rgba(0, 0, 0, .36);--page-bg: radial-gradient(circle at top left, rgba(142, 168, 255, .16), transparent 28%), radial-gradient(circle at 80% 15%, rgba(124, 255, 213, .14), transparent 22%), linear-gradient(180deg, #04060a 0%, #070b13 100%)}:root[data-theme=light]{color-scheme:light;--bg: #eef3fb;--bg-soft: #dbe6f5;--surface: rgba(255, 255, 255, .82);--surface-strong: rgba(250, 252, 255, .94);--surface-light: rgba(7, 16, 28, .04);--line: rgba(12, 20, 34, .1);--line-strong: rgba(12, 20, 34, .16);--text: #0f172a;--muted: #52607a;--accent: #0f9d7a;--accent-2: #5c77ff;--accent-3: #b06b00;--shadow: 0 24px 90px rgba(15, 23, 42, .12);--page-bg: radial-gradient(circle at top left, rgba(92, 119, 255, .16), transparent 28%), radial-gradient(circle at 80% 15%, rgba(15, 157, 122, .12), transparent 22%), linear-gradient(180deg, #f7faff 0%, #e8eef8 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page-bg);color:var(--text);font-family:Inter,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.portfolio-shell{position:relative;overflow:hidden}.portfolio-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%);opacity:.55}:root[data-theme=light] .portfolio-shell:before{opacity:.28}.topbar{position:fixed;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px clamp(20px,4vw,48px);transition:.25s ease}.topbar--scrolled{padding-block:14px;background:#05070bd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}:root[data-theme=light] .topbar--scrolled{background:#f7faffe6;border-bottom-color:#0c142214}.brand{display:inline-flex;align-items:center;gap:2px;font:800 22px/1 Sora,sans-serif;letter-spacing:-.06em}.brand span{color:var(--accent)}.nav{display:flex;align-items:center;gap:26px;padding:10px 18px;border:1px solid var(--line);border-radius:999px;background:#ffffff08;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}:root[data-theme=light] .nav,:root[data-theme=light] .ghost,:root[data-theme=light] .lang,:root[data-theme=light] .theme,:root[data-theme=light] .menu-button,:root[data-theme=light] .inline-link,:root[data-theme=light] .nav-contact{background:#ffffffc2}:root[data-theme=light] .nav-contact,:root[data-theme=light] .inline-link{color:var(--text)!important}.nav a{color:var(--muted);font-size:14px;transition:color .2s ease}.nav a:hover{color:var(--text)}.nav-contact{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#7cffd51a;color:var(--text)!important}.top-actions{display:flex;align-items:center;gap:10px}.theme,.lang,.menu-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;border:1px solid var(--line);border-radius:999px;background:#ffffff08;color:var(--text);cursor:pointer;transition:.2s ease}.theme{min-width:112px;padding:0 14px}.lang{min-width:76px;padding:0 14px}.lang:hover,.menu-button:hover{border-color:var(--line-strong);transform:translateY(-1px)}.menu-button{width:42px;display:none}.section{padding:120px clamp(20px,6vw,80px);position:relative;z-index:1}.hero{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.8fr);align-items:center;gap:clamp(28px,5vw,72px);padding-top:120px}.hero:after{content:"";position:absolute;inset:20% -10% auto auto;width:340px;height:340px;background:radial-gradient(circle,rgba(124,255,213,.2),transparent 68%);filter:blur(20px);pointer-events:none}.eyebrow,.section-heading>p,.footer-cta>p{display:inline-flex;align-items:center;gap:12px;margin:0;color:var(--accent);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.18em}.eyebrow span,.section-heading>p:before,.footer-cta>p:before{content:"";width:28px;height:1px;background:currentColor}.hero h1,.section-heading h2,.project-body h3,.feature-card h3,.skill-group h3,.footer-cta h2{margin:0;font-family:Sora,sans-serif;letter-spacing:-.05em}.hero h1{margin-top:18px;font-size:clamp(3.2rem,6vw,6.3rem);line-height:.95;max-width:12ch}.hero-copy,.section-heading span,.feature-card p,.project-body>span,.footer-cta span,.education-card p{color:var(--muted);line-height:1.7}.hero-copy{max-width:62ch;margin:28px 0 0;font-size:1.08rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:999px;font-size:14px;font-weight:700;transition:.2s ease}.button:hover,.project-card:hover,.feature-card:hover,.skill-chip:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,var(--accent) 0%,#b3ffe9 100%);color:#061016;box-shadow:0 14px 40px #7cffd52e}.ghost{border:1px solid var(--line);background:#ffffff08}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px}.stat-card,.hero-panel,.feature-card,.project-card,.skill-group,.skill-chip,.education-card,.footer-cta{border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden}.stat-card{padding:18px;display:grid;gap:10px}.stat-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#7cffd529,#8ea8ff29);color:var(--accent);animation:iconFloat 6s ease-in-out infinite}.stat-card strong{display:block;font:800 clamp(1.3rem,2vw,2rem) / 1 "Sora",sans-serif}.stat-card span{display:block;margin-top:8px;color:var(--muted);font-size:13px}.hero-panel{position:relative;padding:20px;background:linear-gradient(180deg,#ffffff0f,#ffffff08),var(--surface-strong)}.hero-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(124,255,213,.1),transparent 35%,rgba(142,168,255,.08));opacity:.7;animation:panelGlow 10s ease-in-out infinite alternate}.hero-panel>*{position:relative;z-index:1}:root[data-theme=light] .hero-panel,:root[data-theme=light] .feature-card,:root[data-theme=light] .project-card,:root[data-theme=light] .skill-group,:root[data-theme=light] .skill-chip,:root[data-theme=light] .education-card,:root[data-theme=light] .footer-cta{background:#ffffffd1;border-color:#0c142214;box-shadow:0 24px 70px #0f172a14}:root[data-theme=light] .hero-mini-cards div{background:#0f172a08;border-color:#0f172a0f}.photo-card{overflow:hidden;border-radius:24px;aspect-ratio:4 / 5;background:linear-gradient(180deg,#7cffd51a,#8ea8ff14)}.photo-card img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;right:28px;bottom:172px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#04070dc7;color:var(--text);box-shadow:0 16px 32px #00000047;animation:badgeFloat 5.5s ease-in-out infinite}.hero-badge i{width:8px;height:8px;border-radius:50%;background:#4be38e}.hero-mini-cards{display:grid;gap:14px;margin-top:16px}.hero-mini-cards div{padding:18px;border-radius:18px;background:linear-gradient(180deg,#ffffff0f,#ffffff08),#ffffff0a;border:1px solid rgba(255,255,255,.06)}.hero-mini-cards span{color:var(--accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.hero-mini-cards p{margin:10px 0 0;color:var(--muted)}.section-light{background:linear-gradient(180deg,#ffffff08,#fff0)}:root[data-theme=light] .section-light{background:linear-gradient(180deg,#ffffff7a,#ffffff0a)}.section-dark{background:#060a12b3}:root[data-theme=light] .section-dark{background:#ffffff4d}.section-muted{background:linear-gradient(180deg,#ffffff08,#ffffff03)}:root[data-theme=light] .section-muted{background:#ffffff61}.section-heading{max-width:820px;margin-bottom:44px}.section-heading h2{margin-top:14px;font-size:clamp(2.2rem,4vw,4.25rem);line-height:1.02}.section-heading span{display:block;margin-top:16px;max-width:70ch}.section-heading-inline{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.inline-link{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;color:var(--muted);border:1px solid var(--line);background:#ffffff08}:root[data-theme=light] .nav a:hover,:root[data-theme=light] .hero-mini-cards p,:root[data-theme=light] .hero-copy,:root[data-theme=light] .section-heading span,:root[data-theme=light] .feature-card p,:root[data-theme=light] .project-body>span,:root[data-theme=light] .footer-cta span,:root[data-theme=light] .education-card p,:root[data-theme=light] .stat-card span,:root[data-theme=light] .footer-bottom{color:var(--muted)}:root[data-theme=light] .project-top{box-shadow:inset 0 0 0 1px #ffffff24}.feature-grid,.project-grid{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:28px}.feature-card:before,.project-card:before,.skill-group:before,.skill-chip:before,.footer-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,rgba(124,255,213,.08),transparent 28%,rgba(255,114,182,.08));opacity:.55}.feature-card,.project-card,.skill-group,.skill-chip,.footer-cta,.stat-card{position:relative}.feature-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.feature-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#7cffd51f,#8ea8ff1f);color:var(--accent);flex-shrink:0;animation:iconFloat 7s ease-in-out infinite}.feature-card span,.project-index,.project-body p{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.feature-card h3{margin-top:40px;font-size:1.45rem}.feature-card p{margin:16px 0 0}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{overflow:hidden;display:flex;flex-direction:column;min-height:100%;background:linear-gradient(180deg,#ffffff0d,#ffffff08);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.project-card:hover{box-shadow:0 26px 84px #7cffd51f,0 24px 70px #0f172a29}.project-top{min-height:190px;display:flex;align-items:center;justify-content:center;gap:18px;position:relative;background:radial-gradient(circle at 20% 20%,rgba(124,255,213,.2),transparent 24%),linear-gradient(135deg,#0d162bf5,#1f2c4feb)}.project-top--media{overflow:hidden}.project-top--media .project-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.12) contrast(1.05);transform:scale(1.02)}.project-top--media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0307101f,#030710b8),linear-gradient(110deg,rgba(124,255,213,.16),transparent 38%,rgba(255,114,182,.12));z-index:0}.project-top--media .project-icons{position:absolute;right:18px;bottom:18px;z-index:2;padding:10px 12px;border-radius:999px;background:#05070b6b;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.project-top--media .project-index{z-index:2}.project-icons{display:flex;align-items:center;gap:16px;color:#ffffffd9;z-index:1}.project-icons svg{font-size:2.3rem;filter:drop-shadow(0 0 10px rgba(124,255,213,.22))}.project-card:nth-child(2) .project-top{background:radial-gradient(circle at 80% 20%,rgba(142,168,255,.2),transparent 24%),linear-gradient(135deg,#0f1622f5,#232b45eb)}.project-card:nth-child(3) .project-top{background:radial-gradient(circle at 20% 20%,rgba(255,210,124,.18),transparent 24%),linear-gradient(135deg,#2c1c11f5,#48301ceb)}.project-card:nth-child(4) .project-top{background:radial-gradient(circle at 80% 20%,rgba(124,255,213,.16),transparent 24%),linear-gradient(135deg,#170f26f5,#301c40eb)}.project-top svg{font-size:3.2rem;opacity:.82}.project-index{position:absolute;top:18px;left:18px}.project-body{padding:24px}.project-body h3{margin-top:10px;font-size:1.85rem}.project-body>span{display:block;margin-top:16px}.project-skill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.project-skill-badge{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);overflow:hidden}.project-skill-badge img{width:20px;height:20px;object-fit:contain}.project-body b{display:inline-flex;align-items:center;gap:8px;margin-top:24px}.project-body b svg{transition:transform .22s ease}.project-card:hover .project-body b svg{transform:translate(2px,-2px)}.skill-layout{display:grid;gap:18px}.skill-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.skill-group{padding:24px}.skill-group-title>span{animation:iconFloat 8s ease-in-out infinite}.skill-group h3{font-size:1.3rem}.skill-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.skill-pills span,.skill-chip{padding:12px 14px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.skill-icons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.skill-chip{display:inline-flex;align-items:center;gap:10px;justify-content:center;color:var(--text);transition:transform .2s ease,background .2s ease,border-color .2s ease}.skill-chip:hover{border-color:#7cffd552;background:#7cffd517}.skill-chip-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#7cffd51f;color:var(--accent);flex-shrink:0;animation:iconFloat 6.5s ease-in-out infinite}.skill-chip svg{font-size:1.1rem}.education-card{padding:24px;display:grid;gap:12px}.education-card span{color:var(--accent-3);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.education-card p{margin:0;font-size:1.05rem}.footer{padding-top:80px}.footer-cta{padding:32px;background:radial-gradient(circle at top right,rgba(124,255,213,.14),transparent 24%),linear-gradient(180deg,#ffffff0d,#ffffff08)}.footer-cta:after{content:"";display:block;width:100%;height:1px;margin-top:4px;background:linear-gradient(90deg,transparent,rgba(124,255,213,.45),transparent)}.footer-cta:before{background:linear-gradient(120deg,rgba(142,168,255,.12),transparent 24%,rgba(255,114,182,.12))}.footer-cta h2{margin-top:14px;font-size:clamp(2.2rem,4vw,4rem);line-height:1.02;max-width:12ch}.footer-cta span{display:block;max-width:62ch;margin:16px 0 24px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:28px;margin-top:32px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.footer-bottom nav{display:flex;flex-wrap:wrap;gap:16px}.footer-bottom a{display:inline-flex;align-items:center;gap:8px}.reveal{animation:rise .7s ease both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(4deg)}}@keyframes panelGlow{0%{opacity:.45}to{opacity:.9}}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:980px){.hero,.feature-grid,.project-grid,.skill-groups,.skill-icons{grid-template-columns:1fr}.section-heading-inline,.footer-bottom{align-items:flex-start;flex-direction:column}.hero{min-height:auto;padding-top:120px}.hero h1{max-width:14ch}.hero-panel{max-width:560px}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.topbar{gap:12px}.nav{position:fixed;top:74px;right:0;bottom:0;left:0;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:calc(100vh - 74px);padding:24px 20px;border:0;border-radius:0;background:#05070bf5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 30px 80px #00000052;overflow-y:auto;z-index:50}.nav--open{display:flex}:root[data-theme=light] .nav{background:#f7fafffa}.nav a,.nav-contact{display:flex;width:100%;justify-content:space-between}.nav a{padding:14px 0;border-bottom:1px solid var(--line)}.nav-contact{margin-top:8px;padding:14px 0;background:transparent;border-radius:0;border-bottom:1px solid var(--line)}.menu-button{display:inline-flex}.theme,.lang{min-width:0;padding-inline:12px}.hero-stats{grid-template-columns:1fr}.button{width:100%}}@media(max-width:480px){.section{padding-block:84px;padding-inline:16px}.hero{padding-top:104px}.hero h1{font-size:clamp(2.7rem,15vw,4rem)}.hero-copy,.section-heading span,.footer-cta span{font-size:.98rem}.feature-card,.project-body,.skill-group,.education-card,.footer-cta{padding:20px}.project-top{min-height:150px}.project-icons svg{font-size:1.9rem}}.nav a{display:inline-flex;align-items:center;gap:7px}.nav-icon{display:none}.stat-card{transition:transform .22s ease,border-color .22s ease,background .22s ease}.stat-card:hover{transform:translateY(-3px);border-color:#7cffd547;background:var(--surface-strong)}.hero-mini-cards div{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:13px}.hero-mini-cards p{margin:0;line-height:1.45}.mini-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:linear-gradient(135deg,#7cffd526,#8ea8ff24);color:var(--accent);font-size:18px}.skill-group-title{display:flex;align-items:center;gap:12px}.skill-group-title>span{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:13px;color:var(--accent);background:linear-gradient(135deg,#7cffd524,#8ea8ff1f)}@media(max-width:720px){.nav a{min-height:54px;gap:14px;font-size:1rem}.nav-icon{display:block;width:20px;height:20px;color:var(--accent);flex-shrink:0}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stat-card{padding:14px 10px;text-align:center;justify-items:center}.stat-icon{width:36px;height:36px;border-radius:12px}.stat-card span{font-size:11px;line-height:1.35}}@media(max-width:480px){.hero h1{font-size:clamp(2.55rem,13vw,3.5rem);line-height:1}.section-heading{margin-bottom:32px}.section-heading h2{font-size:clamp(2rem,10vw,2.7rem);line-height:1.08}.hero-panel{padding:14px;border-radius:20px}.photo-card{border-radius:18px;aspect-ratio:4 / 4.5}.hero-badge{right:22px;bottom:164px;max-width:calc(100% - 44px);font-size:12px}.hero-mini-cards div{padding:14px}.project-body h3{font-size:1.55rem}.project-body>span,.feature-card p{line-height:1.6}.skill-pills span{padding:10px 12px;font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.button,.project-card,.feature-card,.skill-chip,.lang,.menu-button{animation:none;transition:none}}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 18% 22%,rgba(255,114,182,.13),transparent 18%),radial-gradient(circle at 82% 18%,rgba(124,255,213,.12),transparent 16%),radial-gradient(circle at 74% 82%,rgba(92,119,255,.1),transparent 20%);mix-blend-mode:screen;opacity:.88}.portfolio-shell:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:18px 18px;opacity:.22;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 72%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 72%)}.hero-copy-block{position:relative;z-index:2}.hero h1{background:linear-gradient(110deg,var(--text) 20%,var(--accent) 48%,#a58cff 72%,#ff72b6 95%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:titleShimmer 7s linear infinite;text-wrap:balance}.aurora{position:absolute;border-radius:50%;filter:blur(12px);opacity:.38;pointer-events:none;mix-blend-mode:screen;animation:auroraFloat 9s ease-in-out infinite alternate}.aurora-one{width:340px;height:340px;left:-110px;top:14%;background:radial-gradient(circle,#ff72b6,transparent 67%)}.aurora-two{width:420px;height:420px;right:-140px;bottom:0;background:radial-gradient(circle,#8e79ff,transparent 66%);animation-delay:-4s}.spark{position:absolute;z-index:3;color:var(--accent);font-size:34px;text-shadow:0 0 28px currentColor;animation:sparkPulse 2.8s ease-in-out infinite}.spark-one{right:7%;top:16%}.spark-two{left:48%;bottom:12%;color:#ff72b6;animation-delay:-1.4s}.primary{background:linear-gradient(115deg,#7cffd5,#9cf5ff 32%,#a58cff 68%,#ff72b6);background-size:180% 180%}.primary:hover{animation:buttonGradient 2s ease infinite;box-shadow:0 18px 48px #7cffd547}.hero-panel:before{background:linear-gradient(135deg,rgba(124,255,213,.16),transparent 35%,rgba(255,114,182,.09));opacity:.86}.photo-card{background:linear-gradient(180deg,#7cffd524,#8ea8ff1f)}.hero-badge{background:linear-gradient(135deg,#04070de0,#1a223fc7)}.hero-mini-cards div{background:linear-gradient(180deg,#ffffff17,#ffffff08),linear-gradient(135deg,#7cffd50f,#ff72b60d)}.section-light{background:linear-gradient(180deg,#ff72b60d,#fff0)}.section-dark{background:radial-gradient(circle at 18% 22%,rgba(124,255,213,.08),transparent 22%),radial-gradient(circle at 82% 16%,rgba(255,114,182,.08),transparent 20%),#060a12d1}.section-muted{background:radial-gradient(circle at 18% 20%,rgba(92,119,255,.06),transparent 22%),linear-gradient(180deg,#ffffff08,#ffffff03)}.feature-icon{background:linear-gradient(135deg,#7cffd529,#ff72b61f)}.feature-card:before,.project-card:before,.skill-group:before,.skill-chip:before,.footer-cta:before{background:linear-gradient(120deg,rgba(124,255,213,.08),transparent 28%,rgba(255,114,182,.08))}.project-card{background:linear-gradient(180deg,#ffffff14,#ffffff08)}.project-card:nth-child(1) .project-top{background:radial-gradient(circle at 15% 20%,rgba(105,245,207,.45),transparent 30%),linear-gradient(135deg,#102d31,#14204a 65%,#4a255e)}.project-card:nth-child(2) .project-top{background:radial-gradient(circle at 80% 15%,rgba(255,114,182,.4),transparent 28%),linear-gradient(135deg,#271743,#18375b 60%,#174948)}.project-card:nth-child(3) .project-top{background:radial-gradient(circle at 20% 20%,rgba(255,189,110,.4),transparent 28%),linear-gradient(135deg,#442218,#49355e 60%,#174852)}.project-card:nth-child(4) .project-top{background:radial-gradient(circle at 80% 18%,rgba(159,140,255,.5),transparent 28%),linear-gradient(135deg,#172f47,#402552 60%,#14473d)}.project-top:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.16) 46%,transparent 60%);transform:translate(-120%);transition:transform .7s ease}.project-card:hover .project-top:after{transform:translate(120%)}.project-icons{transition:transform .35s cubic-bezier(.2,.8,.2,1)}.project-card:hover .project-icons{transform:scale(1.08) rotate(-3deg)}.skill-group-title>span{background:linear-gradient(135deg,#7cffd524,#8ea8ff1f)}.skill-chip-icon{background:linear-gradient(135deg,#7cffd52e,#ff72b61f)}.footer-cta{background:radial-gradient(circle at top right,rgba(124,255,213,.18),transparent 24%),linear-gradient(180deg,#ffffff0d,#ffffff08)}.footer-cta:after{background:linear-gradient(90deg,transparent,rgba(124,255,213,.55),rgba(255,114,182,.42),transparent)}.footer-cta:before{background:linear-gradient(120deg,rgba(142,168,255,.16),transparent 24%,rgba(255,114,182,.16))}.reveal{opacity:0;transform:translateY(20px) scale(.99);animation:none;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:none}.tech-marquee{position:relative;z-index:2;overflow:hidden;padding:15px 0;border-block:1px solid var(--line);background:linear-gradient(90deg,#69f5cf21,#9f8cff24,#ff72b61f);transform:rotate(-1deg) scale(1.02);box-shadow:0 16px 40px #00000029}.tech-marquee>div{width:max-content;display:flex;align-items:center;gap:28px;animation:marquee 24s linear infinite;font:700 13px Sora,sans-serif;text-transform:uppercase;letter-spacing:.14em}.tech-marquee span{color:var(--text)}.tech-marquee i{color:var(--accent);font-style:normal}@keyframes titleShimmer{to{background-position:-220% center}}@keyframes auroraFloat{to{transform:translate3d(55px,-35px,0) scale(1.16)}}@keyframes sparkPulse{50%{transform:rotate(45deg) scale(.65);opacity:.45}}@keyframes buttonGradient{50%{background-position:100% 50%}}@keyframes marquee{to{transform:translate(-50%)}}@media(max-width:480px){.aurora{opacity:.2;transform:scale(.7)}.spark-one{right:4%;top:12%}.spark-two{display:none}.tech-marquee{padding:12px 0}.tech-marquee>div{gap:20px;font-size:11px;animation-duration:19s}.hero h1{font-size:clamp(2.55rem,13vw,3.5rem);line-height:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none}.hero h1,.aurora,.spark,.tech-marquee>div,.project-top:after{animation:none}}.work-panel-head{display:flex;align-items:center;gap:12px;padding:2px 2px 18px;border-bottom:1px solid var(--line)}.profile-avatar{width:44px;height:44px;flex:0 0 auto;border-radius:50%;object-fit:cover;border:2px solid rgba(124,255,213,.45)}.work-panel-head>div:nth-child(2){min-width:0;display:grid;gap:3px}.work-panel-head strong{font:700 13px Sora,sans-serif}.work-panel-head span{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-panel-head .hero-badge{position:static;margin-left:auto;max-width:150px;padding:8px 10px;box-shadow:none;font-size:10px;line-height:1.25;animation:none}.work-showcase{min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;margin-top:16px;padding:30px;border-radius:20px;background:radial-gradient(circle at 80% 10%,rgba(255,114,182,.25),transparent 28%),radial-gradient(circle at 10% 80%,rgba(124,255,213,.2),transparent 30%),linear-gradient(145deg,#11192d,#211735 65%,#102b2a)}.work-showcase:before{content:"";position:absolute;width:190px;height:190px;right:-55px;top:-60px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 28px #ffffff06,0 0 0 56px #ffffff05}.showcase-orbit{position:absolute;top:24px;left:28px;display:flex;gap:8px}.showcase-orbit svg{width:34px;height:34px;padding:8px;border-radius:10px;color:var(--accent);background:#05080f80;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.work-showcase>span{position:relative;color:var(--accent);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.work-showcase>strong{position:relative;margin-top:8px;font:700 clamp(2rem,3vw,3.2rem)/.98 "Sora",sans-serif;letter-spacing:-.055em}.work-showcase>p{position:relative;max-width:38ch;margin:14px 0 0;color:#b9c3d8;font-size:13px;line-height:1.55}@media(max-width:480px){.work-panel-head .hero-badge{max-width:120px}.work-showcase{min-height:250px;padding:22px}.work-showcase>strong{font-size:2rem}.profile-avatar{width:38px;height:38px}}.work-showcase>strong{color:#f7f9ff;text-shadow:0 2px 24px rgba(0,0,0,.22)}.work-panel-head .hero-badge{color:#f7f9ff}:root[data-theme=light] .hero-panel{background:linear-gradient(145deg,#fffffff5,#f6f8ffe6);border-color:#2c3e5c1f;box-shadow:0 24px 70px #22365421}:root[data-theme=light] .work-panel-head{border-bottom-color:#2c3e5c1f}:root[data-theme=light] .work-panel-head strong{color:#172033}:root[data-theme=light] .work-panel-head span{color:#5c6b86}:root[data-theme=light] .work-panel-head .hero-badge{background:linear-gradient(135deg,#182238,#303b59);color:#f7f9ff;border:1px solid rgba(255,255,255,.08)}:root[data-theme=light] .work-panel-head .hero-badge i{box-shadow:0 0 0 4px #4be38e1f}:root[data-theme=light] .work-showcase{box-shadow:inset 0 0 0 1px #ffffff14,0 20px 50px #18223833}:root[data-theme=light] .work-showcase>strong{color:#f8faff}:root[data-theme=light] .work-showcase>p{color:#c5ccdc}:root[data-theme=light] .hero-mini-cards div{background:linear-gradient(135deg,#f9fcfc,#f2f5fb);border-color:#2c3e5c1f;box-shadow:0 8px 24px #2c3e5c0f}:root[data-theme=light] .hero-mini-cards p{color:#4f607c;font-weight:500}:root[data-theme=light] .mini-icon{color:#078f78;background:linear-gradient(135deg,#24d2b11f,#698dff1a);border:1px solid rgba(36,160,142,.08)}
