:root{--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #dbeafe;--surface: #ffffff;--bg: #f6f8fc;--text-main: #0f172a;--text-muted: #475569;--text-subtle: #64748b;--border: #e2e8f0;--border-light: #f1f5f9;--sidebar-bg: #ffffff;--sidebar-text: #0f172a;--sidebar-muted: #475569;--sidebar-tint: #eff6ff;--sidebar-chip-bg: #f1f5f9;--sidebar-chip-text: #334155;--badge-bg: #eff6ff;--badge-text: #1e40af;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--font: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text-main);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--primary-hover)}.sprite{display:none}.icon{width:1.1em;height:1.1em;fill:currentColor;flex-shrink:0}.navbar{position:sticky;top:0;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar__inner{max-width:1240px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.navbar__brand{font-weight:700;font-size:16px;color:var(--text-main);letter-spacing:-.3px}.navbar__links{display:flex;align-items:center;gap:6px}.navbar__link{font-size:13px;font-weight:500;color:var(--text-muted);border-radius:var(--radius-sm);padding:6px 12px;transition:all .15s ease}.navbar__link:hover{color:var(--text-main);background:var(--border-light)}.lang-switch{display:inline-flex;margin-left:12px;gap:2px;background:var(--border-light);padding:3px;border-radius:var(--radius-sm)}.lang-switch button{font-size:11px;font-weight:600;padding:3px 10px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.lang-switch button[aria-pressed=true]{background:var(--surface);color:var(--text-main);box-shadow:var(--shadow-sm)}.navbar__menu-toggle{display:none}.layout{max-width:1240px;margin:0 auto;padding:32px 24px 64px;display:grid;grid-template-columns:320px 1fr;gap:32px;align-items:start}.sidebar{position:sticky;top:80px;padding:28px;border-radius:var(--radius-lg);background:var(--sidebar-bg);color:var(--sidebar-text);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.sidebar__identity{text-align:center;margin:-28px -28px 24px;padding:28px;background:var(--sidebar-tint);border-bottom:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid var(--surface);box-shadow:var(--shadow-sm);margin-bottom:16px}.sidebar__name{margin:0 0 4px;font-size:1.25rem;font-weight:700;color:var(--text-main);letter-spacing:-.3px}.sidebar__role{margin:0 0 16px;font-size:.875rem;font-weight:600;color:var(--primary-hover)}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.chip{padding:3px 10px;font-size:11px;font-weight:500;border-radius:20px;background:var(--surface);border:1px solid var(--border);color:var(--sidebar-chip-text)}.sidebar hr{border:0;border-top:1px solid var(--border);margin:20px 0}.contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.contact a,.contact span{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--sidebar-muted);word-break:break-all}.contact a:hover{color:var(--primary-hover)}.contact__label{text-decoration:underline;text-underline-offset:2px}.contact .icon-box{width:28px;height:28px;border-radius:var(--radius-sm);background:var(--primary-light);color:var(--primary-hover);display:flex;align-items:center;justify-content:center}.sidebar__heading{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-subtle)}.skill-group{margin-bottom:16px}.skill-group:last-child{margin-bottom:0}.skill-group__name{margin-bottom:8px;font-size:11px;font-weight:600;color:var(--text-muted)}.skill-list{display:flex;flex-wrap:wrap;gap:6px}.skill{padding:3px 9px;font-size:11px;font-weight:500;border-radius:6px;background:var(--sidebar-chip-bg);color:var(--sidebar-chip-text)}.language{margin-bottom:12px}.language__row{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px;color:var(--text-muted)}.language__row span:last-child{color:var(--text-subtle)}.meter{height:4px;border-radius:2px;background:var(--border-light);overflow:hidden}.meter>div{height:100%;border-radius:2px;background:var(--primary)}.content{display:flex;flex-direction:column;gap:24px}section[id],.two-col[id]{scroll-margin-top:72px}.panel{padding:32px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.panel--summary h1{margin:0 0 12px;font-size:1.5rem;font-weight:700;color:var(--text-main);letter-spacing:-.3px}.panel--summary p{margin:0 0 12px;font-size:.95rem;color:var(--text-muted);line-height:1.7}.panel--summary p:last-child{margin-bottom:0}.section-title{display:flex;align-items:center;gap:10px;margin:0 0 24px;font-size:1.2rem;font-weight:700;color:var(--text-main);letter-spacing:-.3px}.section-title .icon{color:var(--primary)}.scroll-area{overflow:visible}.entry[hidden]{display:none}.show-more{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:20px;padding:10px;font:inherit;font-size:13px;font-weight:600;color:var(--primary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:background .15s ease,border-color .15s ease}.show-more:hover{background:var(--badge-bg);border-color:var(--primary)}.show-more__chevron{transition:transform .2s ease}.show-more[aria-expanded=true] .show-more__chevron{transform:rotate(180deg)}.timeline{position:relative;padding-left:24px}.timeline:before{content:"";position:absolute;left:3px;top:8px;bottom:8px;width:2px;background:var(--border)}.entry{position:relative;margin-bottom:28px}.entry:last-child{margin-bottom:0}.entry:before{content:"";position:absolute;left:-24px;top:6px;width:8px;height:8px;border-radius:50%;background:var(--primary);border:3px solid var(--surface);box-shadow:0 0 0 2px var(--primary)}.entry__card{display:flex;flex-direction:column;gap:8px}.entry__head{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px}.entry__title{margin:0;font-size:1rem;font-weight:600;color:var(--text-main)}.entry__badge{padding:2px 8px;font-size:11px;font-weight:600;border-radius:12px;background:var(--primary-light);color:var(--primary-hover)}.entry__org{font-size:.9rem;font-weight:600;color:var(--text-muted)}.entry__meta{font-size:.8rem;color:var(--text-subtle);display:flex;gap:12px}.entry__card ul{margin:8px 0 0;padding-left:18px;color:var(--text-muted)}.entry__card li{font-size:.875rem;margin-bottom:4px;line-height:1.6}.entry__desc{margin:4px 0 0;font-size:.875rem;color:var(--text-muted)}.tech{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.tech span{padding:2px 8px;font-size:11px;font-weight:500;border-radius:6px;background:var(--badge-bg);color:var(--badge-text)}.entry__shot{margin-top:12px;max-width:320px;width:100%;border-radius:var(--radius-sm);border:1px solid var(--border)}.entry__link{display:inline-flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;font-weight:600;color:var(--primary)}.grid-cards{display:grid;grid-template-columns:1fr;gap:16px}.plain-card{padding:16px 20px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);transition:border-color .15s ease}.plain-card:hover{border-color:var(--primary)}.plain-card h3{margin:0 0 4px;font-size:.95rem;font-weight:600;color:var(--text-main)}.plain-card p{margin:0;font-size:.85rem;color:var(--text-muted)}.plain-card .muted{color:var(--text-subtle);font-size:.8rem;margin-top:2px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.two-col .panel{margin-bottom:0}@media (max-width: 960px){.layout{grid-template-columns:1fr;padding:16px;gap:24px}.sidebar{position:static}.two-col{grid-template-columns:1fr}.navbar__links{display:none}.navbar__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:var(--radius-sm);background:var(--border-light);color:var(--text-main);cursor:pointer}}.contact .icon-box .icon{width:15px;height:15px}.section-title .icon{width:20px;height:20px}.entry__meta{flex-wrap:wrap}.entry__meta span{display:inline-flex;align-items:center;gap:5px}.entry__meta .icon{width:13px;height:13px}.navbar__menu-toggle .icon{width:20px;height:20px}.navbar__link{text-decoration:none}.navbar__link{font:inherit;border:0;background:none;cursor:pointer}.navbar__mobile{position:absolute;right:24px;top:60px;display:flex;flex-direction:column;min-width:180px;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.navbar__mobile .navbar__link{text-align:left}:where(a,button):focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important}}
