
:root{
  --background:#f7f7f4;--surface:#ffffff;--surface-2:#f0f1ed;--foreground:#111214;--muted:#666a73;
  --border:#dedfd8;--border-strong:#c8cac2;--accent:#6658f5;--accent-2:#10a88b;--accent-soft:#eceafd;
  --inverse:#0c0d10;--inverse-fg:#ffffff;--shadow:0 22px 60px rgba(26,28,36,.08);
  --radius-sm:12px;--radius:20px;--radius-lg:32px;--max:1200px;
}
html.dark{
  --background:#090a0c;--surface:#111216;--surface-2:#17191e;--foreground:#f5f5f3;--muted:#a5a7af;
  --border:#2a2c33;--border-strong:#3a3d46;--accent:#8a7cff;--accent-2:#38d0b0;--accent-soft:#1c1934;
  --inverse:#f5f5f3;--inverse-fg:#0c0d10;--shadow:0 24px 70px rgba(0,0,0,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background);color:var(--foreground)}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input{font:inherit}button{color:inherit}.site-shell{min-height:100vh;overflow:hidden}.section-wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.section-space{padding:108px 0}.page-section{padding:0 0 92px}.narrow{max-width:820px}
.site-header{position:sticky;top:0;z-index:40;width:min(calc(100% - 28px),1260px);margin:14px auto 0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 12px 10px 14px;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:22px;background:color-mix(in srgb,var(--background) 78%,transparent);backdrop-filter:blur(18px);box-shadow:0 10px 40px rgba(20,20,30,.05)}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,var(--foreground),color-mix(in srgb,var(--foreground) 72%,var(--accent)));color:var(--background);font-weight:850;letter-spacing:-.06em}.brand-copy{display:grid;line-height:1.1}.brand-copy strong{font-size:13px;letter-spacing:.04em}.brand-copy small{font-size:10px;color:var(--muted);margin-top:4px}.desktop-nav{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--border);background:var(--surface);border-radius:16px}.desktop-nav a{padding:8px 11px;border-radius:11px;color:var(--muted);font-size:12px;font-weight:750;transition:.2s ease}.desktop-nav a:hover,.desktop-nav a.active{background:var(--surface-2);color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:7px}.ui-icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--border);border-radius:13px;background:var(--surface);cursor:pointer;transition:.2s ease}.ui-icon-button:hover{transform:translateY(-1px);border-color:var(--border-strong)}.ui-icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-moon{display:none}.dark .theme-sun{display:none}.dark .theme-moon{display:block}.mobile-menu-trigger{display:none}.popover-wrap{position:relative}.language-menu{position:absolute;right:0;top:50px;width:190px;padding:7px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.language-menu a{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;font-size:13px}.language-menu a:hover,.language-menu a.current{background:var(--surface-2)}.language-menu a span:first-child{font-size:17px}.mobile-sheet[hidden],.language-menu[hidden]{display:none!important}.mobile-sheet{position:fixed;inset:0;z-index:80}.sheet-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35);border:0}.sheet-panel{position:absolute;top:0;right:0;width:min(88vw,390px);height:100%;background:var(--surface);padding:18px;border-left:1px solid var(--border);box-shadow:-20px 0 60px rgba(0,0,0,.15)}.sheet-top{display:flex;justify-content:space-between;align-items:center}.sheet-panel nav{display:grid;gap:7px;margin-top:38px}.sheet-panel nav a{padding:14px 8px;border-bottom:1px solid var(--border);font-size:18px;font-weight:760}
.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 18px;border-radius:14px;border:1px solid transparent;font-size:13px;font-weight:800;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.ui-button:hover{transform:translateY(-1px)}.ui-button-dark{background:var(--inverse);color:var(--inverse-fg);box-shadow:0 12px 28px rgba(20,20,30,.11)}.ui-button-outline{background:var(--surface);border-color:var(--border);color:var(--foreground)}.ui-button-light{background:white;color:#101114}.ui-button-sm{min-height:40px;padding-inline:15px}.ui-button-lg{min-height:50px;padding-inline:22px}.ui-badge{display:inline-flex;align-items:center;width:max-content;gap:6px;padding:5px 9px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:820;letter-spacing:.08em;text-transform:uppercase}.ui-badge-accent{border-color:color-mix(in srgb,var(--accent) 30%,var(--border));background:var(--accent-soft);color:var(--accent)}.ui-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}
.hero{padding:92px 0 22px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}.hero-copy h1{font-size:clamp(48px,6vw,86px);line-height:.95;letter-spacing:-.065em;max-width:770px;margin:22px 0 24px}.hero-lead{max-width:650px;color:var(--muted);font-size:18px;line-height:1.75}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.availability{display:flex;align-items:center;gap:9px;margin-top:28px;color:var(--muted);font-size:12px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent-2) 14%,transparent)}.hero-visual{position:relative;min-height:460px;display:grid;align-items:center}.visual-window{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.window-bar{height:43px;display:flex;align-items:center;gap:6px;padding:0 14px;border-bottom:1px solid var(--border);background:var(--surface)}.window-bar>span{width:8px;height:8px;border-radius:50%;background:#ff6a63}.window-bar>span:nth-child(2){background:#f4bd4f}.window-bar>span:nth-child(3){background:#4ecb71}.window-bar small{margin-left:8px;color:var(--muted);font-size:10px}.visual-window img{width:100%;aspect-ratio:1.86/1;object-fit:cover;background:var(--surface-2)}.visual-main{transform:rotate(1deg)}.visual-note{position:absolute;z-index:2;padding:13px 15px;border:1px solid var(--border);border-radius:15px;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(12px);box-shadow:0 16px 40px rgba(20,20,30,.12);display:grid;line-height:1.2}.visual-note strong{font-size:12px}.visual-note span{font-size:10px;color:var(--muted);margin-top:4px}.note-top{right:-16px;top:44px}.note-bottom{left:-22px;bottom:36px}.note-bottom strong{font-size:20px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:72px}.stat{padding:20px;border:1px solid var(--border);border-radius:18px;background:var(--surface);display:grid}.stat strong{font-size:26px;letter-spacing:-.04em}.stat span{margin-top:2px;color:var(--muted);font-size:11px}.stats-grid.compact{margin-top:0}.stats-grid.compact .stat{background:var(--surface-2)}
.section-heading{display:grid;grid-template-columns:.52fr 1fr;gap:30px;align-items:end;margin-bottom:40px}.section-eyebrow{color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.section-heading h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.055em}.section-heading p{grid-column:2;color:var(--muted);max-width:700px;margin:0}.profile-grid{display:grid;grid-template-columns:1fr .95fr;gap:60px}.profile-copy{font-size:18px;line-height:1.8}.profile-copy p{margin-top:0;color:var(--muted)}.profile-copy p:first-child{color:var(--foreground)}.skill-preview{display:grid;border-top:1px solid var(--border)}.skill-preview>div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid var(--border)}.skill-preview small{color:var(--muted)}.skill-preview strong{font-size:13px;font-weight:700;line-height:1.55}.timeline{border-top:1px solid var(--border)}.timeline-row{display:grid;grid-template-columns:.52fr 1fr;gap:30px;padding:30px 0;border-bottom:1px solid var(--border)}.timeline-date{display:flex;justify-content:space-between;gap:18px;padding-right:30px}.timeline-date span{font-weight:780}.timeline-date small{color:var(--muted);font-size:11px}.timeline-body h3,.timeline-body h2{margin:0 0 5px;font-size:22px;letter-spacing:-.03em}.timeline-body strong{font-size:12px;color:var(--accent)}.timeline-body p{max-width:780px;margin:13px 0 0;color:var(--muted)}.timeline.large .timeline-body h2{font-size:30px}.production-feature-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.project-card{overflow:hidden;border:1px solid var(--border);border-radius:24px;background:var(--surface);transition:.25s ease}.project-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.project-card:nth-child(3){grid-column:2}.project-card-featured{grid-row:span 2}.project-image{display:block;padding:8px}.project-image img{width:100%;aspect-ratio:1.86/1;object-fit:cover;border-radius:17px;background:var(--surface-2)}.project-card-featured .project-image img{aspect-ratio:1.45/1}.project-body{padding:18px 20px 21px}.project-meta{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px}.project-body h3,.project-body h2{margin:15px 0 2px;font-size:27px;letter-spacing:-.045em}.project-body h4,.project-body h3:not(:first-of-type){margin:0;color:var(--muted);font-size:13px;font-weight:620}.project-body p{color:var(--muted);font-size:13px;line-height:1.7}.project-links{display:flex;gap:18px;margin-top:18px}.project-links a,.inline-actions a{font-size:12px;font-weight:780}.project-links a:first-child{color:var(--accent)}.section-cta{display:flex;gap:9px;justify-content:flex-end;margin-top:22px}.systems-preview{position:relative}.systems-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--border)}.system-mini{display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:12px;padding:16px 8px;border-bottom:1px solid var(--border);transition:.2s}.system-mini:nth-child(odd){border-right:1px solid var(--border)}.system-mini:hover{background:var(--surface)}.system-mini>span{color:var(--accent);font-size:10px;font-weight:800}.system-mini div{display:grid}.system-mini strong{font-size:13px}.system-mini small{color:var(--muted);font-size:10px}.system-mini b{font-weight:500}.credentials-feature{display:grid;grid-template-columns:.72fr 1.28fr;gap:0;border:1px solid var(--border);border-radius:28px;overflow:hidden;background:var(--surface)}.credentials-feature>div{padding:42px}.credentials-feature h3{font-size:34px;letter-spacing:-.045em;margin:16px 0}.credentials-feature p{color:var(--muted)}.credentials-feature img{width:100%;height:100%;object-fit:cover;border-left:1px solid var(--border)}.contact-banner{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:46px;border-radius:30px;background:linear-gradient(135deg,#101116,#1d1d24 60%,#2a225d);color:white}.contact-banner h2{font-size:clamp(38px,5vw,66px);line-height:1;letter-spacing:-.055em;margin:12px 0 0}.contact-banner p{max-width:620px;color:#c5c5cc}
.page-hero{padding:100px 0 72px}.page-hero h1{font-size:clamp(48px,7vw,88px);max-width:950px;line-height:.96;letter-spacing:-.065em;margin:20px 0}.page-hero>p{max-width:760px;color:var(--muted);font-size:18px}.about-panel{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:38px;border:1px solid var(--border);border-radius:28px;background:var(--surface)}.about-copy h2{font-size:34px;letter-spacing:-.04em;margin-top:0}.about-copy p{color:var(--muted)}.skill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.skill-card{padding:22px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.skill-card small{color:var(--accent);font-weight:800}.skill-card div{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.skill-card span,.stack-cloud span{padding:7px 9px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);font-size:11px}.education-grid,.resume-grid,.contact-grid,.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.education-card,.resume-card,.contact-card,.case-block{padding:30px;border:1px solid var(--border);border-radius:24px;background:var(--surface)}.education-card>span{font-size:11px;color:var(--accent);font-weight:800}.education-card h3,.resume-card h2,.contact-card h2,.case-block h2{font-size:28px;letter-spacing:-.04em;margin:10px 0}.education-card p,.resume-card p,.case-block p{color:var(--muted)}.production-grid.full{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.production-grid.full .project-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.1fr .9fr}.production-grid.full .project-card:first-child .project-image img{height:100%;aspect-ratio:auto}.metric-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.metric-row span{padding:6px 9px;border-radius:8px;background:var(--surface-2);font-size:10px;color:var(--muted)}.metric-row.large span{font-size:11px;padding:8px 10px}.systems-toolbar{display:grid;gap:14px;margin-bottom:24px}.search-box{display:flex;align-items:center;gap:10px;border:1px solid var(--border);background:var(--surface);border-radius:15px;padding:0 14px}.search-box svg{width:17px;height:17px;fill:none;stroke:var(--muted);stroke-width:1.8}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--foreground);padding:13px 0}.filter-row{display:flex;gap:7px;overflow:auto;padding-bottom:3px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-row button{white-space:nowrap;padding:8px 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:10px;color:var(--muted);cursor:pointer}.filter-row button.active{background:var(--inverse);color:var(--inverse-fg);border-color:var(--inverse)}.systems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.system-card{padding:22px;border:1px solid var(--border);border-radius:22px;background:var(--surface);min-height:290px;display:flex;flex-direction:column}.system-card[hidden]{display:none}.system-card-top{display:flex;align-items:center;justify-content:space-between}.system-card-top>span{font-size:11px;color:var(--accent);font-weight:850}.system-card h2{font-size:25px;letter-spacing:-.04em;margin:25px 0 0}.system-card h3{font-size:12px;color:var(--muted);margin:2px 0 0}.system-card p{font-size:12px;color:var(--muted);line-height:1.65}.system-stack{margin-top:auto;font-size:10px;color:var(--muted)}.system-actions{display:flex;gap:14px;margin-top:13px}.system-actions a{font-size:11px;font-weight:800}.system-actions a:first-child{color:var(--accent)}.certificate-frame{border:1px solid var(--border);border-radius:24px;overflow:hidden;background:var(--surface);padding:10px}.certificate-frame img{width:100%;border-radius:16px}.social-links{display:flex;flex-wrap:wrap;gap:10px}.social-links a{padding:9px 11px;border:1px solid var(--border);border-radius:10px;font-size:12px}.project-hero{padding:82px 0 56px}.back-link{display:inline-block;margin-bottom:28px;color:var(--muted);font-size:12px}.project-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:center}.project-hero h1{font-size:clamp(54px,7vw,88px);letter-spacing:-.065em;line-height:.95;margin:18px 0 6px}.project-hero h2{font-size:18px;color:var(--muted);font-weight:600;margin:0 0 24px}.project-hero p{font-size:16px;line-height:1.75;color:var(--muted)}.case-block ul{padding-left:18px;color:var(--muted)}.case-block li{margin:11px 0}.stack-cloud{display:flex;flex-wrap:wrap;gap:8px}.error-page{min-height:70vh;display:grid;place-content:center;text-align:center}.error-page>strong{font-size:88px;color:var(--accent);letter-spacing:-.07em}.error-page h1{font-size:42px;letter-spacing:-.04em;margin:0}.error-page p{color:var(--muted)}.site-footer{width:min(calc(100% - 40px),var(--max));margin:108px auto 26px;padding:24px 0;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand .brand-mark{width:36px;height:36px;border-radius:11px;font-size:11px}.footer-brand strong{font-size:12px}.footer-brand p{margin:2px 0 0;color:var(--muted);font-size:10px}.footer-links{display:flex;gap:14px}.footer-links a,.footer-meta{font-size:10px;color:var(--muted)}
.reveal{opacity:1;transform:none}.js-ready .reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.js-ready .reveal.is-visible{opacity:1;transform:none}
@media (max-width:1050px){.desktop-nav{display:none}.mobile-menu-trigger{display:grid}.header-contact{display:none}.hero-grid{grid-template-columns:1fr;gap:44px}.hero-visual{min-height:auto;max-width:760px}.hero-copy h1{max-width:850px}.note-top{right:10px}.note-bottom{left:10px}.section-heading{grid-template-columns:1fr}.section-heading p{grid-column:1}.profile-grid{grid-template-columns:1fr;gap:30px}.production-feature-grid{grid-template-columns:1fr 1fr}.project-card-featured{grid-column:1/-1;grid-row:auto}.project-card:nth-child(3){grid-column:auto}.project-card-featured .project-image img{aspect-ratio:1.86/1}.systems-grid{grid-template-columns:repeat(2,1fr)}.project-hero-grid{grid-template-columns:1fr}.project-hero-grid .visual-window{max-width:820px}}
@media (max-width:760px){.section-wrap{width:min(calc(100% - 28px),var(--max))}.site-header{width:calc(100% - 18px);margin-top:9px;border-radius:18px}.brand-copy{display:none}.header-actions{gap:5px}.ui-icon-button{width:40px;height:40px}.hero{padding-top:64px}.hero-copy h1{font-size:52px}.hero-lead{font-size:15px}.hero-visual{min-height:310px}.visual-note{display:none}.stats-grid{grid-template-columns:repeat(2,1fr);margin-top:42px}.section-space{padding:78px 0}.section-heading{margin-bottom:28px}.section-heading h2{font-size:40px}.profile-copy{font-size:16px}.skill-preview>div{grid-template-columns:105px 1fr}.timeline-row{grid-template-columns:1fr;gap:12px}.timeline-date{justify-content:flex-start}.production-feature-grid,.production-grid.full{grid-template-columns:1fr}.production-grid.full .project-card:first-child{grid-column:auto;display:block}.production-grid.full .project-card:first-child .project-image img{height:auto;aspect-ratio:1.86/1}.systems-mini-grid{grid-template-columns:1fr}.system-mini:nth-child(odd){border-right:0}.credentials-feature{grid-template-columns:1fr}.credentials-feature>div{padding:28px}.credentials-feature img{border-left:0;border-top:1px solid var(--border)}.contact-banner{padding:30px;align-items:flex-start;flex-direction:column}.page-hero{padding:72px 0 52px}.page-hero h1{font-size:52px}.about-panel{grid-template-columns:1fr;padding:24px}.stats-grid.compact{grid-template-columns:repeat(2,1fr)}.skill-grid,.systems-grid{grid-template-columns:1fr}.education-grid,.resume-grid,.contact-grid,.case-grid{grid-template-columns:1fr}.project-hero{padding-top:58px}.project-hero h1{font-size:54px}.site-footer{width:calc(100% - 28px);grid-template-columns:1fr;gap:18px;margin-top:78px}.footer-links{flex-wrap:wrap}.footer-meta{order:3}}
@media (max-width:420px){.hero-copy h1,.page-hero h1,.project-hero h1{font-size:44px}.hero-actions .ui-button{width:100%}.stats-grid{gap:7px}.stat{padding:16px}.stat strong{font-size:23px}.section-heading h2{font-size:36px}.project-body h3,.project-body h2{font-size:24px}.contact-banner h2{font-size:40px}.language-menu{right:-48px}.system-card{min-height:270px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.js-ready .reveal{opacity:1!important;transform:none!important}}
