:root{--bg: #ffffff;--text: #000000;--card-bg: #c1a2ff;--card-text: #ffffff;--accent: #7b3eff;--accent-hover: #642cd1;--skill-bg: #c1a2ff;--skill-fill: #5a23c8;--r-xs: 8px;--r-sm: 12px;--r-md: 16px;--r-lg: 24px;--shadow-sm: 0 4px 12px rgba(20, 24, 40, .08);--shadow-md: 0 10px 24px rgba(20, 24, 40, .12);--shadow-lg: 0 18px 38px rgba(20, 24, 40, .16);--t-fast: .18s;--t-mid: .26s;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.dark{--bg: #242633;--text: #ffffff;--card-bg: #4b2b87;--card-text: #ffffff;--accent: #9f6dff;--accent-hover: #7f52e7;--skill-bg: #2b1b50;--skill-fill: #c1a2ff;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .28);--shadow-md: 0 10px 24px rgba(0, 0, 0, .34);--shadow-lg: 0 18px 38px rgba(0, 0, 0, .4)}.tech-icon[data-name=react]{color:#61dbfb}.tech-icon[data-name=js]{color:#f7df1e}.tech-icon[data-name=html]{color:#e34f26}.tech-icon[data-name=css]{color:#1572b6}.tech-icon[data-name=nodejs]{color:#8cc84b}.tech-icon[data-name=vite]{color:#646cff}.tech-icon[data-name=github]{color:#181717}.tech-icon[data-name=git]{color:#f05032}.tech-icon[data-name=php]{color:#8993be}.tech-icon[data-name=laravel]{color:#ff2d20}*{margin:0;padding:0;box-sizing:border-box;min-width:0}html,body{overflow-x:hidden}body{font-family:Montserrat,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;margin:0;display:flex;min-width:320px;min-height:100dvh}img{max-width:100%;height:auto;display:block}.page-top-controls{position:fixed;top:20px;right:32px;display:flex;gap:12px;z-index:2000}.lang-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#fff;color:#111;border:2px solid #111;border-radius:9999px;font-weight:700;text-transform:uppercase;line-height:1;cursor:pointer}.lang-toggle_label{font-size:12px;letter-spacing:.02em}body.dark .lang-toggle{background:transparent;color:#fff;border-color:#fff}.theme-toggle{--w: 54px;--h: 28px;--s: 24px;position:relative;width:var(--w);height:var(--h);border:0;border-radius:9999px;cursor:pointer;background:#c6cbd6;transition:background var(--t-mid) ease,box-shadow var(--t-fast) ease;box-shadow:0 1px 2px #0003}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle.is-on{box-shadow:0 0 0 4px #6366f126,0 2px 10px #00000040}.theme-toggle_thumb{position:absolute;top:50%;left:2px;width:var(--s);height:var(--s);transform:translateY(-50%);border-radius:50%;background:#fff;box-shadow:0 1px 2px #0000004d;display:flex;align-items:center;justify-content:center;font-size:13px;line-height:1;transition:transform .25s ease}.theme-toggle_thumb:before{content:"☀️"}.theme-toggle.is-on .theme-toggle_thumb{transform:translate(calc(var(--w) - var(--s) - 4px),-50%)}.theme-toggle.is-on .theme-toggle_thumb:before{content:"🌙"}.sidebar{position:fixed;inset:0 auto 0 0;height:100vh;width:320px;background:var(--card-bg);padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;z-index:1000;transition:transform .3s ease-in-out;transform:translate(-100%);opacity:0;pointer-events:none}.profile{text-align:center;margin-bottom:2rem}.profile-img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.profile-name{font-size:1.5rem}.sidebar-nav a{color:var(--text);text-decoration:none}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;display:none}.mobile-toggle{position:fixed;top:-5px;left:-20px;z-index:1100;background:none;border:none;font-size:1.6rem;cursor:pointer;color:var(--text);display:none}main.main-content{min-height:100dvh;display:flex;justify-content:center;align-items:flex-start;margin-left:0;padding:3.5rem 8vw}.container{max-width:100vw;margin:auto;overflow:visible}.bio-section{display:flex;justify-content:space-between;align-items:center;gap:72px;padding:24px 0 8px;flex-wrap:wrap}.text-block{flex:1 1 560px;min-width:320px}.text-block .small-heading{font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:10px;letter-spacing:.08em;color:#8a8f9a}.text-block h1{font-size:clamp(2.4rem,5vw,3.6rem);letter-spacing:-.01rem}.text-block p{margin-bottom:24px;max-width:50vw}.image-block{flex:0 0 auto;background:#fff;padding:18px 18px 14px;border-radius:36px;box-shadow:0 12px 28px #1418281a}.image-block img{width:clamp(400px,28vw,275px);height:auto;object-fit:cover;border-radius:14px}.about-section{margin:28px 0 8px}.about-section h2{font-size:2.2rem;margin-bottom:1rem}.about-cards{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:14px}.about-cards p{background:var(--accent);color:var(--card-text);padding:12px 16px;border-radius:10px;font-weight:600;font-size:13px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:44px}.about-cards p strong{font-weight:700;color:#fff}#experience{max-width:100vw;margin:48px 0 8px}#experience h2{font-size:2rem;margin-bottom:1rem}#experience ul li{margin-bottom:1rem;margin-left:1rem}#skills{max-width:100vw;margin:40px 0;padding:0}#skills h2{font-size:2rem;margin-bottom:1rem}.skill-block{margin-bottom:18px}.skill-block label{font-weight:700;margin-bottom:6px;display:block;font-size:14px}.progress-bar{background-color:var(--skill-bg);border-radius:999px;height:14px;overflow:hidden}.progress-fill{position:relative;height:100%;background:linear-gradient(90deg,var(--skill-fill),color-mix(in srgb,var(--skill-fill),#ffffff 14%));width:var(--target-width, 0%);border-radius:999px;transition:width .8s ease;will-change:width}.animate-bar{transition:width .8s ease,opacity .3s ease;opacity:1}.progress-fill.animate-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0,#ffffff47,#fff0);mix-blend-mode:soft-light;animation:shine 1.2s ease forwards;pointer-events:none}@keyframes shine{0%{transform:translate(-100%);opacity:0}40%{opacity:1}to{transform:translate(0);opacity:0}}.progress-fill:not(.animate-bar){opacity:.8}.carousel-wrap{position:relative;overflow:visible}.carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:8px;touch-action:pan-y;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.carousel-track.carousel-dragging{scroll-behavior:auto;scroll-snap-type:none;cursor:grabbing}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 80%;max-width:1200px;scroll-snap-align:center;scroll-snap-stop:always;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;flex-basis:56%}.carousel-card{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000014;background:var(--card-bg);cursor:grab}.carousel-thumb{aspect-ratio:16/9;background:#222;cursor:zoom-in}.carousel-thumb img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.carousel-tag{position:absolute;left:12px;top:12px;background:#ffb100;color:#111;font-weight:600;padding:4px 10px;border-radius:999px;font-size:12px}.carousel-meta{padding:14px 16px}.carousel-title{margin:0 0 4px;font-size:1.1rem}.carousel-sub{margin:0;opacity:.8}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:999px;background:var(--accent);color:#111;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;box-shadow:0 6px 16px #0003;cursor:pointer;z-index:10}.carousel-arrow.left{left:-45px}.carousel-arrow.right{right:-45px}.carousel-arrow svg{width:22px;height:22px;display:block}.carousel-dots{display:flex;gap:8px;justify-content:center;margin:10px 0 0;list-style:none;padding:0}.carousel-dots li{display:inline-block}.carousel-dot{position:relative;display:block;width:25px;height:25px;padding:0;border:2px solid var(--accent-hover);border-radius:50%;background:transparent;cursor:pointer;line-height:0;transition:background var(--t-fast) ease,transform var(--t-fast) ease,border-color var(--t-fast) ease}.carousel-dot.is-active{background:var(--accent);border-color:var(--accent);transform:scale(1.05)}.carousel-dot:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.carousel-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.repo-link{position:absolute;right:12px;bottom:12px;width:36px;height:36px;border-radius:50%;box-shadow:var(--shadow-sm);color:#111;display:grid;place-items:center;z-index:2;transition:transform var(--t-fast) ease,box-shadow var(--t-fast) ease,background var(--t-fast) ease}body.dark .repo-link{background:#0f1020;color:#fff}.repo-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.repo-link svg{width:22px;height:22px;display:block}.tech-icons{display:flex;flex-wrap:wrap;gap:0;margin:6px 0 0;padding:0;list-style:none}.tech-item{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;line-height:1;font-weight:700;font-size:22px}@media (prefers-reduced-motion: reduce){.carousel-track{scroll-behavior:auto}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:24px}.lightbox-inner{max-width:min(92vw,1200px);max-height:90vh;position:relative}.lightbox-inner img{display:block;max-width:100%;max-height:90vh;object-fit:contain;border-radius:10px;box-shadow:0 12px 34px #00000059}.lightbox-caption{margin-top:10px;text-align:center;color:#fff;font-weight:600}.lightbox-close,.lightbox-nav{position:absolute;border:0;border-radius:999px;background:var(--accent);color:#111;cursor:pointer;display:grid;place-items:center}.lightbox-close{top:16px;right:16px;width:40px;height:40px;font-size:22px;line-height:1;padding:0;display:grid;place-items:center}.lightbox-nav{top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0}.lightbox-nav.prev{left:24px}.lightbox-nav.next{right:24px}.lightbox-close svg{width:22px;height:22px;display:block}.lightbox-nav svg{width:22px;height:22px;display:block}.lightbox-meta{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;color:#fff;text-align:center}.lightbox-title{margin:0;font-size:1.05rem;font-weight:700}.lightbox-tech{display:inline-flex;align-items:center;gap:10px;list-style:none;padding:0;margin:0}.lightbox-tech-item{display:inline-flex;align-items:center;justify-content:center;font-size:0}.lightbox-meta,.lightbox-title{text-shadow:0 2px 8px rgba(0,0,0,.35)}.lightbox-actions{display:inline-flex;align-items:center;justify-content:center}.lightbox-visit{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--accent);color:#111;font-weight:800;text-decoration:none;box-shadow:0 8px 22px #00000040;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.lightbox-visit:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0000004d;background:var(--accent-hover)}.lightbox-visit:active{transform:translateY(0)}.lightbox-visit svg{width:20px;height:20px;display:block}.social-links{display:flex;align-items:center;gap:10px}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;box-shadow:var(--shadow-sm);transition:transform var(--t-fast) ease,box-shadow var(--t-fast) ease,background var(--t-fast) ease}.social-links a:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}footer{display:block;width:100%;background:var(--accent);color:#fff;padding:12px 0;margin-top:5%;font-size:.95rem;border-top:1px solid rgba(0,0,0,.06)}body.dark footer{border-top-color:#ffffff1f}footer .footer-inner{max-width:1200px;margin:0 auto;padding:0 8vw;display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-inner{min-height:64px}footer a{color:#000;font-size:1.1rem}.footer-contacts{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}.contact-item{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:700;-webkit-user-select:none;user-select:none;position:relative;line-height:1.4}.contact-icon{font-size:1.2rem;flex-shrink:0}.contact-text{overflow-wrap:anywhere}.contact-copied{position:absolute;top:-1.1rem;left:0;opacity:.95;font-size:.75rem;color:var(--text);pointer-events:none}:where(a,button,.carousel-arrow):focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:10px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2rem;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6rem 1.2rem;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 1024px){main.main-content{margin-left:0;padding:3.5rem 6vw;height:100vh}.mobile-toggle{display:block}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0);pointer-events:auto;opacity:1}.sidebar-overlay.is-visible{display:block}.bio-section{gap:32px}.image-block{margin-left:auto}.about-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.carousel-slide{flex-basis:44%}.carousel-title{font-size:1rem}.carousel-arrow.left{left:16px}.carousel-arrow.right{right:16px}footer{height:10vh;margin-bottom:5vh}}@media (max-width: 768px){main.main-content{padding:24px 16px}.container{max-width:100%;padding:0}.theme-toggle{--w: 46px;--h: 26px;--s: 22px}.theme-toggle_thumb{font-size:12px}.bio-section{width:100%;margin:0;flex-direction:column;align-items:flex-start;gap:20px}.text-block{min-width:0}.image-block{max-width:100%;margin-right:10%}.image-block img{max-width:100%;height:auto}.about-section,.experience-section,#skills,.work-section{padding:0;margin-left:0;margin-right:0}.work-section h2{letter-spacing:-.01rem;margin-bottom:1rem}.page-top-controls{right:16px}.about-cards{grid-template-columns:1fr}.carousel-slide{flex-basis:56%}.carousel-title{font-size:1.05rem}footer{height:auto;margin-top:10vh}}@media (max-width: 640px){.carousel-title{font-size:.9rem}.lightbox{padding:12px}.lightbox-nav{width:42px;height:42px}.lightbox-close{width:36px;height:36px}}@media (prefers-reduced-motion: reduce){.progress-fill{transition:none}}
