:root{--bg:#0a0e1a;--bg-alt:#0d1220;--surface:#111827;--surface-alt:#131b2e;--border:#1f2937;--border-light:#253044;--text:#e5e9f0;--text-dim:#94a3b8;--text-faint:#64748b;--accent:#8b5cf6;--accent-light:#c084fc;--accent-2:#ec4899;--accent-dim:#8b5cf624;--gradient:linear-gradient(135deg, var(--accent), var(--accent-2));--green:#22c55e;--yellow:#eab308;--red:#ef4444;--radius:14px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section{padding:64px 0}.section-title{align-items:center;gap:10px;margin-bottom:20px;font-size:1.25rem;font-weight:700;display:flex}.section-title .icon-badge{color:var(--accent-light);align-items:center;display:flex}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.view-all{color:var(--accent-light);align-items:center;gap:4px;font-size:.875rem;font-weight:500;transition:gap .2s;display:inline-flex}.view-all:hover{gap:8px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:8px}@media (width<=900px){.section{padding:40px 0}}.btn{white-space:nowrap;border:1px solid #0000;border-radius:9px;align-items:center;gap:8px;padding:11px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gradient);color:#fff}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-outline{border-color:var(--border-light);color:var(--text);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent-light)}.navbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0e1ad9;border-bottom:1px solid #0000;transition:border-color .2s;position:sticky;top:0}.navbar.scrolled{border-bottom-color:var(--border)}.navbar-inner{justify-content:space-between;align-items:center;gap:24px;height:68px;display:flex}.brand{align-items:center;gap:10px;font-size:1.05rem;font-weight:700;display:flex}.brand-mark{background:var(--accent-dim);width:34px;height:34px;color:var(--accent-light);border-radius:9px;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:inline-flex}.nav-links{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.nav-links a{color:var(--text-dim);border-bottom:2px solid #0000;padding-bottom:4px;font-size:.9rem;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-links a.active{border-bottom-color:var(--accent);color:var(--accent-light)}.menu-toggle{color:var(--text);background:0 0;border:none;display:flex}.mobile-menu{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:12px 24px 20px;display:flex}.mobile-menu a{color:var(--text-dim);padding:10px 0}.mobile-menu a.active{color:var(--accent-light)}.mobile-menu .btn{justify-content:center;margin-top:10px}.desktop-only{display:inline-flex}.mobile-only{display:none}@media (width<=860px){.desktop-only{display:none}.mobile-only{display:inline-flex}}.hero{background:radial-gradient(600px circle at 15% 0%, #8b5cf629, transparent 60%), radial-gradient(500px circle at 90% 10%, #ec48991a, transparent 60%), var(--bg);padding:56px 0 0}.hero-grid{grid-template-columns:1.1fr 1fr;align-items:start;gap:48px;padding-bottom:40px;display:grid}.hero-greeting{color:var(--accent-light);margin-bottom:12px;font-weight:600}.hero h1{letter-spacing:-.02em;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.accent-text{background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-desc{color:var(--text-dim);max-width:520px;margin:20px 0 28px;font-size:1.02rem}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:28px;display:flex}.hero-socials{gap:12px;display:flex}.hero-socials a{background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--text-dim);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.hero-socials a:hover{color:var(--accent-light);border-color:var(--accent)}.hero-code{font-family:JetBrains Mono,ui-monospace,Consolas,monospace}.code-dots{gap:8px;margin-bottom:16px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:var(--red)}.dot.yellow{background:var(--yellow)}.dot.green{background:var(--green)}.code-block{white-space:pre-wrap;color:var(--text-dim);font-size:.85rem;line-height:1.9}.code-indent{padding-left:20px}.code-key{color:var(--accent-light)}.code-punct{color:var(--text-faint)}.code-value{color:#86e6a5}.stats-row{grid-template-columns:repeat(3,1fr);gap:16px;max-width:640px;padding-bottom:8px;display:grid}.stat-card{text-align:center;padding:22px 16px}.stat-icon{color:var(--accent-light);margin:0 auto 10px}.stat-value{font-size:1.6rem;font-weight:800}.stat-label{color:var(--text-dim);margin-top:4px;font-size:.82rem}.section{margin:12px 0}.grid-2{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:20px;display:grid}.dim-text{color:var(--text-dim);font-size:.92rem}.about-card p{margin-bottom:16px}.learn-more{color:var(--accent-light);align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:inline-flex}.skills-list{flex-direction:column;gap:16px;display:flex}.skill-header{justify-content:space-between;margin-bottom:6px;font-size:.88rem;display:flex}.skill-bar-track{background:var(--border);border-radius:4px;height:6px;overflow:hidden}.skill-bar-fill{background:var(--gradient);border-radius:4px;height:100%}.skills-more{border-top:1px solid var(--border);margin-top:20px;padding-top:18px}.skills-more-label{margin-bottom:10px;font-size:.8rem}.skills-more .tag-row{padding:0}.timeline{border-left:2px solid var(--border);flex-direction:column;gap:22px;padding-left:20px;display:flex;position:relative}.timeline-item{position:relative}.timeline-dot{background:var(--accent);width:10px;height:10px;box-shadow:0 0 0 4px var(--accent-dim);border-radius:50%;position:absolute;top:4px;left:-26px}.timeline-top{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.timeline-top h4{color:var(--accent-light);font-size:.98rem}.timeline-period{color:var(--text-faint);white-space:nowrap;font-size:.78rem}.timeline-company{color:var(--text-dim);margin:2px 0 6px;font-size:.85rem}.timeline-bullets{flex-direction:column;gap:6px;padding-left:18px;font-size:.85rem;display:flex}.timeline-bullets li{list-style:outside}.projects-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.project-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:12px;padding-bottom:16px;transition:transform .2s,border-color .2s;overflow:hidden}.project-card:hover{border-color:var(--border-light);transform:translateY(-3px)}.project-thumb{background-color:var(--accent-dim);background-image:linear-gradient(135deg, var(--accent-dim), #ec489908);border-bottom:1px solid var(--border);background-position:top;background-size:cover;justify-content:flex-end;align-items:flex-start;height:200px;margin-bottom:14px;padding:12px;display:flex}.project-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0a0e1abf;border:1px solid #ffffff26;border-radius:999px;padding:5px 12px;font-size:.72rem;font-weight:700}.project-card h4{margin-bottom:6px;padding:0 16px;font-size:1rem}.project-card p{margin-bottom:12px;padding:0 16px;font-size:.83rem}.tag-row{flex-wrap:wrap;gap:6px;padding:0 16px;display:flex}.tag{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);border-radius:6px;padding:3px 9px;font-size:.72rem}.whatido-list{flex-direction:column;gap:14px;display:flex}.whatido-item{align-items:center;gap:12px;font-size:.88rem;display:flex}.whatido-icon{background:var(--accent-dim);width:34px;height:34px;color:var(--accent-light);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.contact-list li{color:var(--text-dim);align-items:center;gap:10px;font-size:.88rem;display:flex}.contact-list a:hover{color:var(--accent-light)}.footer{border-top:1px solid var(--border);padding:24px 0}.footer-inner{justify-content:center;align-items:center;gap:16px;font-size:.85rem;display:flex;position:relative}.scroll-top{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--text-dim);border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;right:24px}.scroll-top:hover{color:var(--accent-light);border-color:var(--accent)}@media (width<=1100px){.grid-2,.grid-3{grid-template-columns:1fr}.projects-grid{grid-template-columns:1fr 1fr}}@media (width<=820px){.hero-grid{grid-template-columns:1fr}}@media (width<=640px){.projects-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}}
