:root{--bg: #000;--text: #fff;--muted: #aaa;--border: rgba(255, 255, 255, .15);--primary: #b450f0;--canvas-bg-top: #050414;--canvas-bg-bottom: #02010a;--particle-color: 255, 255, 255;--particle-opacity: 1;--surface: rgba(255, 255, 255, .03);--surface-strong: rgba(0, 0, 0, .6);--surface-border: rgba(255, 255, 255, .2);--caption-text: #d8d1e3;--btn-primary-bg: rgba(255, 255, 255, .9);--btn-primary-bg-hover: rgba(255, 255, 255, 1);--btn-primary-text: #000;--btn-primary-border: rgba(255, 255, 255, .3);--btn-outline-bg: rgba(255, 255, 255, .03);--btn-outline-bg-hover: rgba(255, 255, 255, .08);--btn-outline-border: rgba(255, 255, 255, .2);--btn-outline-border-hover: rgba(255, 255, 255, .4);color-scheme:dark}:root[data-theme=light]{--bg: #f1f4fb;--text: #120f1a;--muted: #5a6478;--border: rgba(12, 8, 18, .12);--primary: #7b56d6;--canvas-bg-top: #eff3ff;--canvas-bg-bottom: #e6ecf7;--particle-color: 38, 50, 72;--particle-opacity: 1.25;--surface: rgba(242, 246, 255, .92);--surface-strong: rgba(12, 18, 32, .6);--surface-border: rgba(12, 18, 32, .16);--caption-text: #eef2fb;--btn-primary-bg: #2a3a5e;--btn-primary-bg-hover: #31466f;--btn-primary-text: #f2f6ff;--btn-primary-border: rgba(16, 24, 40, .45);--btn-outline-bg: rgba(255, 255, 255, .75);--btn-outline-bg-hover: rgba(255, 255, 255, .95);--btn-outline-border: rgba(16, 24, 40, .18);--btn-outline-border-hover: rgba(16, 24, 40, .32);color-scheme:light}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;scroll-snap-type:y proximity;overflow-x:hidden;overflow-y:scroll;scrollbar-gutter:stable}html,body{width:100%;max-width:100vw}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;position:relative;padding-right:calc(100vw - 100%);scrollbar-gutter:stable;scrollbar-color:rgba(180,80,240,.45) rgba(10,6,20,.65);scrollbar-width:thin}:root[data-theme=light] body{scrollbar-color:rgba(140,60,210,.45) rgba(232,228,245,.8)}main{width:100%;max-width:100vw;overflow-x:hidden}h2{font-size:2.2rem;margin-bottom:30px;text-align:center}.canvas-bg{position:fixed;inset:0;z-index:-1;width:100vw;height:100vh;max-width:100vw}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-track{background:#0a06148c;border-left:1px solid rgba(180,80,240,.06)}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c88cff8c,#965adc8c);border-radius:999px;border:1px solid rgba(10,6,20,.6);box-shadow:inset 0 0 0 1px #ffffff14,0 6px 16px #a046e61f;-webkit-backdrop-filter:blur(8px) saturate(140%);backdrop-filter:blur(8px) saturate(140%)}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#d2a0ffb3,#a06eebb3)}:root[data-theme=light] *::-webkit-scrollbar-track{background:#e8e4f5cc;border-left:1px solid rgba(140,60,210,.08)}:root[data-theme=light] *::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#be87f58c,#8c5ad28c);border:1px solid rgba(232,228,245,.8);box-shadow:inset 0 0 0 1px #ffffff4d,0 6px 16px #8250c829}:root[data-theme=light] *::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#c896fab3,#9669dcb3)}.section{min-height:100vh;scroll-snap-align:start;display:flex;align-items:center;padding:0 20px}.section:not(#home){content-visibility:auto;contain-intrinsic-size:100vh}.section>*{width:100%;max-width:1100px;margin:0 auto}.section-center{justify-content:center}.section-wrapper{width:100%}.eyebrow{color:var(--muted);letter-spacing:3px;font-size:.95rem;margin-bottom:10px}.btn-primary{display:inline-block;background:var(--btn-primary-bg);color:var(--btn-primary-text);padding:14px 30px;border-radius:8px;text-decoration:none;font-weight:700;text-align:center;border:1px solid var(--btn-primary-border);backdrop-filter:blur(8px) saturate(150%);-webkit-backdrop-filter:blur(8px) saturate(150%);box-shadow:0 2px 8px #00000014,inset 0 1px #fff3;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{background:var(--btn-primary-bg-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0000001f,inset 0 1px #ffffff4d}.btn-primary.btn-small{margin:10px auto 0;padding:8px 20px;font-size:.85rem;border-radius:6px}.btn-outline{padding:14px 30px;border-radius:8px;text-decoration:none;font-weight:700;color:var(--text);background:var(--btn-outline-bg);border:1px solid var(--btn-outline-border);backdrop-filter:blur(8px) saturate(150%);-webkit-backdrop-filter:blur(8px) saturate(150%);box-shadow:0 2px 8px #0000000d,inset 0 1px #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-outline:hover{border-color:var(--btn-outline-border-hover);background:var(--btn-outline-bg-hover);transform:translateY(-2px);box-shadow:0 4px 12px #00000014,inset 0 1px #ffffff26}.nav-pill{position:fixed;top:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:18px;padding:12px 26px;border-radius:999px;background:#1c1e26b8;-webkit-backdrop-filter:blur(24px) saturate(190%);backdrop-filter:blur(24px) saturate(190%);border:1px solid rgba(210,220,255,.16);box-shadow:0 6px 10px #080a0e80,0 22px 48px #080a0e73,0 10px 22px #b450f02e,inset 0 1px #ffffff14,inset 0 -1px #788cb41f;z-index:10;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-links{position:relative;display:flex;align-items:center;gap:18px}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--text);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-toggle:hover{background:#b450f026;border-color:#b450f066;box-shadow:0 4px 16px #b450f04d}.lang-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--text);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0}.lang-toggle:hover{background:#b450f026;border-color:#b450f066;box-shadow:0 4px 16px #b450f04d}.lang-toggle:active,.theme-toggle:active{transform:scale(.96)}.theme-toggle-overlay{width:100%;max-width:350px;font-family:inherit}.theme-toggle-overlay:hover{color:var(--primary);background:#b450f01f;border-color:#b450f066;box-shadow:0 8px 24px #b450f040,inset 0 1px #ffffff26;transform:translateY(-2px) scale(1.02)}.nav-pill a{color:var(--muted);font-size:.85rem;font-weight:600;padding:6px 4px;border-radius:0;border:0;background:transparent;text-decoration:none;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.nav-underline{bottom:-6px;left:0;height:2px;position:absolute;border-radius:999px;background:var(--primary);opacity:0;transition:transform .35s ease,width .35s ease,opacity .2s ease;will-change:transform,width,opacity}.nav-pill a:hover{color:var(--text);transform:none}.nav-pill a.is-active{color:var(--text);font-weight:600}@media(max-width:768px){.nav-underline{display:none}}.nav-toggle{display:none;font-size:1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--text);cursor:pointer;z-index:20;position:relative;width:50px;height:50px;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-toggle:hover{background:#b450f026;border-color:#b450f066;box-shadow:0 4px 16px #b450f04d}.nav-toggle:active{transform:scale(.95)}.hamburger-icon{display:flex;flex-direction:column;justify-content:center;gap:4px;width:22px;height:18px}.hamburger-icon span{display:block;width:100%;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.nav-toggle:hover .hamburger-icon span{background:var(--primary)}.nav-overlay{position:fixed;inset:0;background:#0a050fbf;-webkit-backdrop-filter:blur(25px) saturate(180%);backdrop-filter:blur(25px) saturate(180%);color:var(--text);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:20px;z-index:15;overflow-y:auto;overflow-x:hidden;width:100vw;max-width:100vw;opacity:0;pointer-events:none;transition:opacity .25s ease}.nav-overlay.is-open{opacity:1;pointer-events:all}.nav-overlay-links{display:flex;flex-direction:column;gap:12px;width:100%;max-width:350px;margin-top:20px}.nav-overlay-controls{display:flex;gap:12px;width:100%;max-width:350px;margin-top:80px}.nav-overlay-links a,.nav-overlay-links .theme-toggle-overlay,.nav-overlay-controls .theme-toggle-overlay,.nav-overlay-controls .lang-toggle-overlay{font-size:1.4rem;color:var(--text);text-decoration:none;font-weight:600;padding:16px 24px;border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;display:flex;align-items:center;justify-content:center;gap:12px;min-height:56px;line-height:normal;transform-style:preserve-3d;perspective:1000px}.nav-overlay-controls .theme-toggle-overlay,.nav-overlay-controls .lang-toggle-overlay{width:calc(50% - 6px);max-width:none}.lang-toggle-overlay{font-family:inherit}.theme-toggle-overlay:hover,.lang-toggle-overlay:hover{color:var(--primary);background:#b450f01f;border-color:#b450f066;box-shadow:0 8px 24px #b450f040,inset 0 1px #ffffff26;transform:translateY(-2px) scale(1.02)}.nav-overlay-links a svg{flex-shrink:0;transition:transform .3s ease}.nav-overlay-links a:hover svg{transform:scale(1.1)}.nav-overlay-links a:hover{color:var(--primary);background:#b450f01f;border-color:#b450f066;box-shadow:0 8px 24px #b450f040,inset 0 1px #ffffff26;transform:translateY(-2px) scale(1.02)}.nav-overlay-links a.is-active{color:var(--primary);background:#b450f026;border-color:#b450f080;box-shadow:0 4px 16px #b450f04d}.nav-close{position:fixed;top:20px;left:50%;transform:translate(-50%);font-size:2.8rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:var(--text);cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:0;padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-close:hover{color:var(--primary);background:#b450f026;border-color:#b450f066;box-shadow:0 4px 16px #b450f04d}:root[data-theme=light] .nav-pill{background:#d6deeebd;border:1px solid rgba(24,32,48,.22);-webkit-backdrop-filter:blur(26px) saturate(190%);backdrop-filter:blur(26px) saturate(190%);box-shadow:0 18px 44px #161e3029,0 6px 16px #5a78c82e,inset 0 1px #ffffffd9,inset 0 -1px #788cb433}:root[data-theme=light] .nav-underline{background:var(--primary)}:root[data-theme=light] .theme-toggle{background:#ffffffb3;border-color:#1820302e}:root[data-theme=light] .lang-toggle{background:#ffffffb3;border-color:#1820302e}:root[data-theme=light] .nav-toggle{background:#ffffffb3;border-color:#1820302e}:root[data-theme=light] .nav-overlay{background:#f5f2fcd9}:root[data-theme=light] .nav-overlay-links a{background:#ffffffb8;border-color:#18203029}:root[data-theme=light] .theme-toggle-overlay{background:#ffffffb8;border-color:#18203029}:root[data-theme=light] .lang-toggle-overlay{background:#ffffffb8;border-color:#18203029}:root[data-theme=light] .nav-close{background:#ffffffb3;border-color:#1820302e}.hero{justify-content:center}.hero-content{display:grid;grid-template-columns:260px 1fr;gap:60px;align-items:center}.hero-photo img{width:250px;height:250px;object-fit:cover;border-radius:18px;border:1px solid var(--border);transform-style:preserve-3d;will-change:transform;cursor:pointer}.hero-text h1{font-size:clamp(2.5rem,6vw,4.2rem);font-weight:900}.hero-text p{max-width:520px;margin:20px 0 28px;color:var(--muted)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-text{max-width:520px}.about-text p{color:var(--muted);line-height:1.6}.about-gallery{display:grid;grid-template-columns:1fr minmax(160px,200px);gap:20px;align-items:start}.gallery-main{position:relative;overflow:hidden;border-radius:20px;border:1px solid var(--border);background:var(--surface-strong)}.gallery-main-media{display:block;width:100%}.gallery-main-image{width:100%;height:360px;object-fit:cover;display:block;transition:opacity .25s ease,transform .6s ease}.gallery-main:hover .gallery-main-image{transform:scale(1.04)}.gallery-main-badges{position:absolute;top:14px;left:14px;display:flex;gap:8px;flex-wrap:wrap;z-index:1}.gallery-badge,.gallery-year{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid color-mix(in srgb,var(--border) 70%,var(--text) 30%);background:color-mix(in srgb,var(--surface) 74%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:5px 10px;font-size:.72rem;font-weight:700}.gallery-caption{padding:14px 16px;font-size:.9rem;color:var(--caption-text);line-height:1.5;background:var(--surface-strong);border-top:1px solid var(--border);transition:opacity .25s ease}.gallery-caption-title{display:block;font-weight:700;margin-bottom:4px}.gallery-main-image.fade,.gallery-caption.fade{opacity:0}.gallery-thumbs{display:flex;flex-direction:column;gap:12px}.gallery-thumb-button{width:100%;text-align:left;border:1px solid var(--border);border-radius:12px;background:var(--surface);cursor:pointer;padding:6px;display:grid;gap:8px;opacity:.72;transition:opacity .2s ease,transform .2s ease,border-color .2s ease}.gallery-thumb-button:hover,.gallery-thumb-button.is-active{opacity:1;transform:translateY(-2px)}.gallery-thumb-button.is-active{border-color:color-mix(in srgb,var(--text) 55%,var(--border) 45%)}.gallery-thumb-image{width:100%;height:88px;object-fit:cover;border-radius:8px}.gallery-thumb-meta{display:flex;justify-content:space-between;font-size:.72rem;font-weight:600;color:var(--muted);gap:8px}:root[data-theme=light] .gallery-main{background:#ffffffe0;box-shadow:0 10px 26px #24143c1a}:root[data-theme=light] .gallery-main-badges .gallery-badge,:root[data-theme=light] .gallery-main-badges .gallery-year{background:#ffffffe0;border-color:#10182833;color:#1e2330}:root[data-theme=light] .gallery-caption{background:#fcfefff0;color:#20283a}:root[data-theme=light] .gallery-thumb-button{background:#ffffffd6;border-color:#10182824}:root[data-theme=light] .gallery-thumb-button:hover,:root[data-theme=light] .gallery-thumb-button.is-active{box-shadow:0 8px 20px #24143c1a}.timeline{position:relative;margin:40px 0;padding-left:30px;--line-scale: 0}.timeline:before{content:"";position:absolute;left:15px;top:0;width:4px;height:100%;background:var(--primary);border-radius:2px;transform:scaleY(var(--line-scale));transform-origin:top center}.timeline-item{position:relative;margin-bottom:40px}.timeline-dot{position:absolute;left:0;top:5px;width:12px;height:12px;background:var(--primary);border-radius:50%}.timeline-content{padding-left:30px}.timeline-content h3{margin-bottom:4px}.timeline-content span{font-size:.85rem;color:var(--muted);margin-bottom:6px;display:block}.timeline-content p{color:var(--muted);line-height:1.6}.tech-web{position:relative;width:min(520px,90vw);aspect-ratio:1;margin:0 auto;border-radius:50%;background:transparent;overflow:visible}.tech-orbit{--orbit-1: 110px;--orbit-2: 210px;--orbit-3: 310px;--node-scale: 1.08}.tech-orbit:before{content:"";position:absolute;inset:-18%;border-radius:50%;background:radial-gradient(circle at 30% 25%,rgba(180,80,255,.11),transparent 58%),radial-gradient(circle at 70% 70%,rgba(80,200,255,.1),transparent 60%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.07),transparent 65%);filter:blur(9px);opacity:.75;pointer-events:none}:root[data-theme=light] .tech-orbit:before{background:radial-gradient(circle at 30% 25%,rgba(140,90,210,.12),transparent 62%),radial-gradient(circle at 70% 70%,rgba(170,120,230,.1),transparent 64%),radial-gradient(circle at 50% 50%,rgba(100,70,170,.09),transparent 68%);opacity:.6;filter:blur(14px)}.orbit-ring{position:absolute;left:50%;top:50%;border-radius:50%;border:1px dashed rgba(255,255,255,.18);transform:translate(-50%,-50%);opacity:.6}:root[data-theme=light] .orbit-ring{border-color:#2d3c6440;opacity:.75}.orbit-ring-one{width:calc(var(--orbit-1) * 2);height:calc(var(--orbit-1) * 2)}.orbit-ring-two{width:calc(var(--orbit-2) * 2);height:calc(var(--orbit-2) * 2)}.orbit-ring-three{width:calc(var(--orbit-3) * 2);height:calc(var(--orbit-3) * 2)}.tech-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:radial-gradient(circle at 30% 30%,#fff3,#ffffff0d);color:var(--text);text-transform:uppercase;letter-spacing:2px;font-size:.6rem;font-weight:700;text-align:center;pointer-events:none}.tech-center span{max-width:62px}.tech-nodes{position:absolute;inset:0;animation:orbit-rotate 200s linear infinite}.tech-node{position:absolute;left:50%;top:50%;width:76px;height:76px;transform:translate(-50%,-50%) rotate(var(--angle, 0deg)) translate(var(--radius, 0px)) rotate(calc(var(--angle, 0deg) * -1));border-radius:50%;border:1px solid var(--border);background:radial-gradient(circle at 30% 30%,#ffffff40,#ffffff0f);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),border-color .25s ease,outline .25s ease}:root[data-theme=light] .tech-node{background:#ffffffbf;border-color:#1820302e;box-shadow:0 10px 24px #161e3024,inset 0 1px #ffffffd9;-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%)}.tech-node:hover,.tech-node.is-active{opacity:1;transform:translate(-50%,-50%) rotate(var(--angle, 0deg)) translate(var(--radius, 0px)) rotate(calc(var(--angle, 0deg) * -1)) scale(var(--node-scale, 1.08));box-shadow:0 12px 28px #a0c8ff40,0 6px 16px #0000002e;border-color:#a0c8ff80}.tech-node.is-active{outline:2px solid var(--text)}.tech-node:focus-visible{outline:2px solid var(--text);outline-offset:2px}.tech-node img{width:44px;height:44px;display:block;animation:orbit-counter 200s linear infinite}@keyframes orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbit-counter{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media(prefers-reduced-motion:reduce){.tech-nodes,.tech-node img{animation:none}}.tech-nodes .tech-node[data-tech=python]{--radius: var(--orbit-1);--angle: 20deg}.tech-nodes .tech-node[data-tech=javascript]{--radius: var(--orbit-1);--angle: 110deg}.tech-nodes .tech-node[data-tech=html]{--radius: var(--orbit-1);--angle: 200deg}.tech-nodes .tech-node[data-tech=css]{--radius: var(--orbit-1);--angle: 300deg}.tech-nodes .tech-node[data-tech=typescript]{--radius: var(--orbit-2);--angle: 40deg}.tech-nodes .tech-node[data-tech=react]{--radius: var(--orbit-2);--angle: 140deg}.tech-nodes .tech-node[data-tech=node]{--radius: var(--orbit-2);--angle: 240deg}.tech-nodes .tech-node[data-tech=express]{--radius: var(--orbit-2);--angle: 270deg}.tech-nodes .tech-node[data-tech=vite]{--radius: var(--orbit-3);--angle: 350deg}.tech-nodes .tech-node[data-tech=java]{--radius: var(--orbit-3);--angle: 120deg}.tech-nodes .tech-node[data-tech=postgres]{--radius: var(--orbit-3);--angle: 220deg}.tech-nodes .tech-node[data-tech=spring]{--radius: var(--orbit-3);--angle: 245deg}.tech-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.tech-description{max-width:480px}.tech-description h3{font-size:1.6rem;margin-bottom:12px}.tech-description p{color:var(--muted);line-height:1.6}.carousel{display:flex;flex-direction:column;gap:18px}.carousel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.carousel-header h2{margin-bottom:0;text-align:left}.carousel-controls{display:flex;gap:12px}.carousel-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:10px 18px;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .25s ease,background .2s ease}.carousel-button-icon{width:22px;height:22px;border-radius:999px;border:1px solid color-mix(in srgb,var(--border) 75%,var(--text) 25%);background:transparent;position:relative;flex:0 0 auto;transition:transform .2s ease,background .2s ease,border-color .2s ease}.carousel-button-icon:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform-origin:center}.carousel-button-icon-left:before{transform:translate(-35%,-50%) rotate(-135deg)}.carousel-button-icon-right:before{transform:translate(-65%,-50%) rotate(45deg)}.carousel-button:hover{transform:translateY(-2px);box-shadow:0 10px 22px #00000024}.carousel-button:hover .carousel-button-icon{background:transparent}.carousel-button:hover .carousel-button-icon-left{transform:translate(-1px)}.carousel-button:hover .carousel-button-icon-right{transform:translate(1px)}.carousel-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.embla{width:100%}.embla__viewport{overflow:hidden;padding:14px 4px 28px;position:relative;mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.embla__container{display:flex;gap:0}.embla__slide{flex:0 0 auto;padding:6px calc(var(--carousel-gap, 24px) / 2)}@media(max-width:768px){.carousel-header{flex-direction:column;align-items:center}.carousel-header h2{text-align:center;width:100%}.carousel-controls{width:100%}.carousel-button{flex:1;text-align:center}}.projects-carousel{--carousel-gap: 28px}.project-card{padding:25px;border-radius:14px;border:1px solid var(--border);background:var(--surface);text-align:center;flex:0 0 auto;width:clamp(260px,80vw,520px);transform-style:preserve-3d;will-change:transform,opacity;transition:background .25s ease,box-shadow .25s ease}.project-card:hover{box-shadow:0 4px 14px #b450ff1a,0 2px 8px #0000001a}.project-cover{width:min(100%,360px);height:auto;max-width:360px;margin:0 auto 18px;border:1px solid var(--border);border-radius:12px;display:block;object-fit:cover}.project-stack{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:14px;align-items:center}.project-stack-icon{width:20px;height:20px;object-fit:contain;opacity:.72;transition:opacity .2s ease,transform .2s ease}.project-card:hover .project-stack-icon{opacity:.9}.project-stack-icon:hover{opacity:1;transform:translateY(-1px) scale(1.06)}.project-actions{display:flex;justify-content:center;gap:12px;margin-top:15px;flex-wrap:wrap}.project-actions a{padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;transition:.25s ease}.project-actions a.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:1px solid var(--btn-primary-border)}.project-actions a.btn-outline{border:1px solid var(--btn-outline-border);color:var(--text);background:var(--btn-outline-bg)}.project-actions a:hover{filter:brightness(1.05)}:root[data-theme=light] .project-card:hover{box-shadow:0 6px 14px #24143c14,0 2px 8px #7846c817}.certificates-carousel{--carousel-gap: 20px}.certificate-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;text-align:center;flex:0 0 auto;width:clamp(200px,70vw,360px);transform-style:preserve-3d;will-change:transform,opacity;transition:background .25s ease,box-shadow .25s ease}.certificate-card img{width:100%;height:auto;border-radius:8px;margin-bottom:10px;display:block;max-width:100%}.certificate-card p{margin:0;line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.certificate-card:hover{box-shadow:0 4px 14px #b450ff1a,0 2px 8px #0000001a}:root[data-theme=light] .certificate-card:hover{box-shadow:0 6px 14px #24143c14,0 2px 8px #7846c817}.contact-content{text-align:center}.contact-text{color:var(--muted);margin-bottom:35px}.contact-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.contact-button{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;border:1px solid var(--surface-border);color:var(--text);text-decoration:none;font-weight:600;background:var(--surface);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);box-shadow:0 4px 16px #0000001a,inset 0 1px #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.contact-button:hover{background:#ffffff1f;border-color:#b450f099;box-shadow:0 8px 24px #b450ff33,0 4px 12px #00000026,inset 0 1px #ffffff26;transform:translateY(-2px)}:root[data-theme=light] .contact-button:hover{background:#fffffff2;border-color:#7846c873;box-shadow:0 10px 26px #24143c24,0 4px 12px #7846c829,inset 0 1px #ffffffb3}.contact-button svg{width:20px;height:20px;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--primary)}.contact-button:hover svg{transform:scale(1.2) rotate(5deg);filter:drop-shadow(0 0 8px rgba(180,80,240,.6))}@media(min-width:3840px){.section>*{max-width:2500px;padding:0 120px}.nav-pill{gap:30px;padding:18px 40px}.nav-pill a{font-size:2.5rem}.hero-content{gap:200px;grid-template-columns:600px 1fr}.hero-photo img{width:600px;height:600px}.hero-text h1{font-size:8rem}.hero-text p{font-size:3rem;max-width:900px}.hero-actions{gap:30px}.btn-primary,.btn-primary.btn-small{padding:28px 50px;font-size:1.8rem;border-radius:16px}.about-content{gap:160px}.about-text p{font-size:2.2rem}.gallery-main-image{height:1000px}.gallery-thumb-image{width:150px;height:150px;border-radius:20px}.gallery-thumb-button{padding:10px;border-radius:20px}.gallery-thumb-meta{font-size:1.2rem}.gallery-caption{font-size:2.5rem;padding:24px 28px}.timeline-dot{width:24px;height:24px}.timeline-content h3{font-size:3.5rem}.timeline-content span,.timeline-content p{font-size:2.5rem}.tech-web{width:min(720px,90vw)}.tech-orbit{--orbit-1: 150px;--orbit-2: 260px;--orbit-3: 360px}.tech-node{width:108px;height:108px}.tech-node img{width:64px;height:64px}.tech-center{width:98px;height:98px;font-size:.7rem}.tech-layout{gap:100px}.tech-description h3{font-size:5rem}.tech-description p{font-size:2.6rem}.projects-carousel{--carousel-gap: 50px}.project-card{padding:50px;font-size:2.8rem}.project-cover{max-width:700px}.project-actions a{padding:20px 50px;font-size:2.8rem}.certificates-carousel{--carousel-gap: 40px}.certificate-card{padding:30px;font-size:2.2rem}.certificate-card img{max-width:700px}.contact-text{font-size:2.8rem;margin-bottom:50px}.contact-button{padding:28px 50px;font-size:2.8rem}h2{font-size:7rem}.hero-text .eyebrow{font-size:2.5rem}.hero-actions{font-size:2em}}@media(min-width:2560px)and (max-width:3839px){.section>*{max-width:2000px;padding:0 80px}.nav-pill{gap:25px;padding:16px 36px}.nav-pill a{font-size:2rem}.hero-content{gap:160px;grid-template-columns:500px 1fr}.hero-photo img{width:500px;height:500px}.hero-text h1{font-size:6.5rem}.hero-text p{font-size:2.2rem;max-width:800px}.hero-actions{gap:24px}.btn-primary,.btn-primary.btn-small{padding:24px 45px;font-size:1.6rem;border-radius:14px}.about-content{gap:140px}.about-text p{font-size:2rem}.gallery-main-image{height:800px}.gallery-thumb-image{width:130px;height:130px;border-radius:18px}.gallery-thumb-button{padding:8px;border-radius:18px}.gallery-thumb-meta{font-size:1rem}.gallery-caption{font-size:1.8rem;padding:20px 24px}.timeline-dot{width:20px;height:20px}.timeline-content h3{font-size:3rem}.timeline-content span,.timeline-content p{font-size:2rem}.tech-web{width:min(640px,90vw)}.tech-orbit{--orbit-1: 130px;--orbit-2: 230px;--orbit-3: 320px}.tech-node{width:98px;height:98px}.tech-node img{width:58px;height:58px}.tech-center{width:86px;height:86px;font-size:.65rem}.tech-layout{gap:80px}.tech-description h3{font-size:4rem}.tech-description p{font-size:2rem}.projects-carousel{--carousel-gap: 40px}.project-card{padding:45px;font-size:2.2rem}.project-cover{max-width:600px}.project-actions a{padding:18px 45px;font-size:2.2rem}.certificates-carousel{--carousel-gap: 35px}.certificate-card{padding:28px;font-size:2rem}.certificate-card img{max-width:600px}.contact-text{font-size:2.2rem;margin-bottom:45px}.contact-button{padding:24px 45px;font-size:2.2rem}h2{font-size:6rem}.hero-text .eyebrow{font-size:2rem}.hero-actions{font-size:1.8em}}@media(min-width:1920px)and (max-width:2559px){.section>*{max-width:1400px}.hero-content{gap:80px;grid-template-columns:300px 1fr}.hero-photo img{width:300px;height:300px}.gallery-main-image{height:420px}h2{font-size:2.6rem}}@media(min-width:1280px)and (max-width:1919px){.section>*{max-width:1100px}.hero-content{gap:60px;grid-template-columns:260px 1fr}.hero-photo img{width:260px;height:260px}.gallery-main-image{height:360px}h2{font-size:2.2rem}}@media(max-width:1060px){.tech-layout{grid-template-columns:1fr;text-align:center;justify-items:center;gap:38px}}@media(min-width:768px)and (max-width:1279px){html{scroll-snap-type:none}.hero-content,.about-content{grid-template-columns:1fr;text-align:center;gap:32px;justify-items:center}.hero-photo img{width:110px;height:110px}.hero-actions{justify-content:center;flex-wrap:wrap;gap:6px}.about-gallery{grid-template-columns:1fr}.gallery-main-image{height:240px}.gallery-thumbs{flex-direction:row;justify-content:center;margin-top:16px;gap:12px}.gallery-thumb-button{width:132px;flex:0 0 132px;padding:5px}.gallery-thumb-image{width:100%;height:72px}.gallery-thumb-meta{font-size:.64rem}h2{font-size:1.8rem}.hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:90%;margin:0 auto}.hero-text h1{font-size:clamp(1rem,4vw,3rem)}.hero-text p{font-size:clamp(.9rem,1.2vw,1.1rem)}.tech-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:start;justify-items:center;text-align:center}.tech-web{width:min(420px,90vw)}.tech-orbit{--orbit-1: 80px;--orbit-2: 140px;--orbit-3: 200px}.tech-node{width:70px;height:70px}.tech-node img{width:40px;height:40px}.tech-center{width:70px;height:70px;font-size:.55rem}}@media(max-width:767px){html{scroll-snap-type:none}body{scrollbar-width:none}body::-webkit-scrollbar{width:0;height:0}.section{padding:0 16px;overflow-x:hidden}#about{overflow:hidden}.hero-content,.about-content,.tech-layout{grid-template-columns:1fr;text-align:center;gap:38px;width:100%}.about-gallery{grid-template-columns:1fr;width:100%}.gallery-main-image{height:220px}.gallery-thumbs{flex-direction:row;justify-content:center;flex-wrap:wrap;margin-top:12px;gap:10px}.gallery-thumb-button{width:80px;flex:0 0 80px;padding:4px}.gallery-thumb-image{width:100%;height:56px}.gallery-thumb-meta{display:none}.about-text p{font-size:.95rem;line-height:1.5}.hero-photo img{width:180px;height:180px;max-width:calc(100vw - 40px)}.hero-actions{justify-content:center;flex-wrap:wrap;gap:12px;width:100%}.hero-text{justify-content:center}.tech-description{max-width:100%;margin-bottom:14px}.tech-web{margin:18px auto 0}.tech-web{width:min(320px,86vw);margin:30px auto 0}.tech-orbit{--orbit-1: 82px;--orbit-2: 144px;--orbit-3: 206px;--node-scale: 1.05}.tech-node{width:52px;height:52px}.tech-node img{width:32px;height:32px}.tech-center{width:64px;height:64px;font-size:.55rem}.nav-pill a{display:none!important}.nav-toggle{display:flex!important;align-items:center;justify-content:center}.nav-overlay-links{max-width:90%;gap:20px;width:100%}.nav-overlay-links a{font-size:1.6rem;max-width:100%}}@media(max-width:480px){.section{padding:0 12px;overflow-x:hidden}.hero-photo img{width:150px;height:150px;max-width:calc(100vw - 32px)}.hero-actions{gap:10px;width:100%}.nav-pill{top:15px;max-width:calc(100vw - 32px)}.nav-toggle{width:40px!important;height:40px!important;font-size:1.3rem}.nav-overlay-links a{font-size:1.4rem;width:100%}.nav-overlay{padding:0 15px;gap:20px}.about-content,.tech-layout{gap:28px}.projects-carousel,.certificates-carousel{--carousel-gap: 16px}.tech-web{width:min(280px,84vw);margin:28px auto 0}.tech-orbit{--orbit-1: 74px;--orbit-2: 130px;--orbit-3: 186px;--node-scale: 1.04}.tech-node{width:48px;height:48px}.tech-node img{width:30px;height:30px}.tech-center{width:58px;height:58px;font-size:.5rem}}@media(max-width:420px){.tech-web{width:min(248px,80vw);margin:28px auto 0}.tech-orbit{--orbit-1: 60px;--orbit-2: 102px;--orbit-3: 142px}.tech-nodes .tech-node[data-tech=node]{--angle: 225deg}.tech-nodes .tech-node[data-tech=postgres]{--angle: 205deg}}@media(max-width:768px){.nav-pill{width:50px;height:50px;padding:0;gap:0;border-radius:50%;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000005e;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav-pill:hover{background:#b450f026;border-color:#b450f066;box-shadow:0 4px 16px #b450f04d}.nav-toggle{display:flex;align-items:center;justify-content:center;background:transparent;border:none;width:100%;height:100%;position:static}.nav-pill a,.theme-toggle{display:none}.theme-toggle.theme-toggle-overlay{display:inline-flex}.lang-toggle{display:none}.lang-toggle.lang-toggle-overlay{display:inline-flex}}@media(max-width:480px){.nav-pill{top:15px;width:50px;height:50px}.nav-toggle{font-size:1.3rem}}
