.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.footer-nav[data-astro-cid-sz7xmlte]{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:20px}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:13px;color:#7a8ba4;transition:color .2s ease-out;letter-spacing:.01em}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#f1f5f9}.footer-nav-sep[data-astro-cid-sz7xmlte]{font-size:12px;color:#94a3b840;user-select:none}.footer-row[data-astro-cid-sz7xmlte]{width:100%;display:flex;align-items:center;justify-content:space-between}@media(max-width:640px){.footer-row[data-astro-cid-sz7xmlte]{flex-direction:column;gap:16px}}:root{--bg-primary: #0B1120;--bg-card: #0F1D32;--text-primary: #CBD5E1;--text-heading: #F1F5F9;--text-muted: #94A3B8;--text-dim: #7A8BA4;--border-color: rgba(148, 163, 184, .12);--accent-blue: #60A5FA;--accent-green: #22c55e}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter Variable,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background:#0b1120;color:#cbd5e1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:#cbd5e1;text-decoration:none;transition:color .2s ease-out}a:hover{color:#f1f5f9}img{max-width:100%;height:auto}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:48px 24px}.bio-container{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:2px solid rgba(148,163,184,.12);margin-bottom:20px;opacity:0;animation:popIn .6s cubic-bezier(.34,1.56,.64,1) forwards,breathe 4.5s ease-in-out 1.2s infinite}.name{font-size:20px;font-weight:600;color:#f1f5f9;letter-spacing:-.01em;opacity:0;animation:fadeIn .6s ease-out .1s forwards}.tagline{font-size:13px;font-weight:400;color:#94a3b8;margin-top:4px;letter-spacing:.02em;opacity:0;animation:fadeIn .6s ease-out .15s forwards}.links{width:100%;margin-top:36px;display:flex;flex-direction:column}.link-item{display:flex;align-items:center;gap:16px;padding:14px 0;text-decoration:none;color:#cbd5e1;border-bottom:1px solid rgba(148,163,184,.12);transition:color .2s ease-out;cursor:pointer;position:relative;opacity:0;animation:slideUp .65s cubic-bezier(.34,1.56,.64,1) forwards}.link-item:first-child{border-top:1px solid rgba(148,163,184,.12)}.link-item:hover{color:#f1f5f9}.link-item:hover .link-icon-wrap svg{color:var(--accent);fill:var(--accent)}.link-item:hover .link-icon-wrap img{filter:none}.link-item:focus-visible{outline:1px solid rgba(148,163,184,.3);outline-offset:4px;border-radius:4px}a:focus-visible,button:focus-visible,input:focus-visible,[role=button]:focus-visible{outline:2px solid #60A5FA;outline-offset:2px;border-radius:4px}.link-icon-wrap{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.link-icon-wrap svg{width:18px;height:18px;color:#7a8ba4;fill:#7a8ba4;transition:color .2s ease-out,fill .2s ease-out}.link-icon-wrap svg.stroke-icon{fill:none;stroke:#7a8ba4;transition:stroke .2s ease-out}.link-item:hover .link-icon-wrap svg.stroke-icon{stroke:var(--accent);fill:none}.link-icon-wrap img{width:18px;height:18px;border-radius:3px;object-fit:cover;filter:grayscale(1) brightness(.6);transition:filter .2s ease-out}.link-label{font-size:14px;font-weight:500;flex:1}.link-meta{font-size:12px;color:#7a8ba4;font-weight:400;transition:color .2s ease-out}.link-item:hover .link-meta{color:#94a3b8}.link-item:hover .link-icon-wrap{transform:scale(1.18)}.link-item:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:0;background:var(--accent);transition:width .35s cubic-bezier(.22,1,.36,1)}.link-item:hover:after{width:100%}.location-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.link-item:nth-child(1){animation-delay:.2s}.link-item:nth-child(2){animation-delay:.25s}.link-item:nth-child(3){animation-delay:.3s}.link-item:nth-child(4){animation-delay:.35s}.link-item:nth-child(5){animation-delay:.4s}.link-item:nth-child(6){animation-delay:.45s}.link-item:nth-child(7){animation-delay:.5s}.link-item:nth-child(8){animation-delay:.55s}.cursor-glow{position:fixed;inset:0;z-index:9999;pointer-events:none;background:radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%),rgba(96,165,250,.04),transparent 40%);opacity:0;transition:opacity .4s ease-out}.cursor-glow.active{opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{box-shadow:0 0 #22c55e00;transform:scale(1)}50%{box-shadow:0 0 8px 3px #22c55e59;transform:scale(1.4)}}@keyframes breathe{0%,to{box-shadow:0 0 #94a3b800}50%{box-shadow:0 0 20px 4px #94a3b81f}}.nav{position:sticky;top:0;z-index:100;background:#0b1120d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(148,163,184,.12)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px}.nav-brand{font-size:15px;font-weight:600;color:#f1f5f9;text-decoration:none;letter-spacing:-.01em}.nav-brand:hover{color:#f1f5f9}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links a{font-size:13px;font-weight:400;color:#94a3b8;text-decoration:none;transition:color .2s ease-out;letter-spacing:.01em}.nav-links a:hover,.nav-links a.active{color:#f1f5f9}.nav-right{display:flex;align-items:center;gap:2px}.nav-search-btn{background:none;border:none;cursor:pointer;padding:6px;color:#64748b;transition:color .2s ease-out;opacity:.7}.nav-search-btn:hover{color:#f1f5f9;opacity:1}.nav-search-btn svg{width:16px;height:16px;display:block}.nav-search-mobile{display:none}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px;color:#94a3b8;transition:color .2s ease-out}.nav-toggle:hover{color:#f1f5f9}.nav-toggle svg{width:22px;height:22px;display:block}@media(max-width:640px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:56px;left:0;right:0;flex-direction:column;gap:0;background:#0b1120f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(148,163,184,.12);padding:8px 0}.nav-links.open{display:flex}.nav-search-mobile{display:list-item;border-top:1px solid rgba(148,163,184,.08);margin-top:4px;padding-top:4px}.nav-search-btn{display:none}.nav-links a{padding:12px 24px;font-size:14px;display:block;width:100%}.nav-links a:hover{background:#94a3b814}}.footer{border-top:1px solid rgba(148,163,184,.12);padding:32px 24px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-social{display:flex;align-items:center;gap:16px}.footer-social a{display:flex;align-items:center;justify-content:center;color:#7a8ba4;transition:color .2s ease-out,transform .3s cubic-bezier(.34,1.56,.64,1)}.footer-social a:hover{color:#cbd5e1;transform:scale(1.15)}.footer-social svg{width:18px;height:18px}.footer-location{display:flex;align-items:center;gap:6px;font-size:12px;color:#7a8ba4;letter-spacing:.03em}.footer-location .location-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.footer-privacy{width:100%;text-align:center;font-size:11px;color:#7a8ba4;margin-top:16px;letter-spacing:.02em}@media(max-width:640px){.footer-inner{flex-direction:column;gap:20px}}.prose{max-width:680px;margin:0 auto;font-size:16px;line-height:1.75;color:#cbd5e1}.prose h1{font-size:32px;font-weight:600;color:#f1f5f9;letter-spacing:-.02em;line-height:1.2;margin-bottom:16px}.prose h2{font-size:24px;font-weight:600;color:#f1f5f9;letter-spacing:-.01em;line-height:1.3;margin-top:48px;margin-bottom:16px}.prose h3{font-size:20px;font-weight:600;color:#f1f5f9;line-height:1.4;margin-top:36px;margin-bottom:12px}.prose h4{font-size:16px;font-weight:600;color:#f1f5f9;line-height:1.5;margin-top:24px;margin-bottom:8px}.prose p{margin-bottom:20px}.prose a{color:#60a5fa;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease-out}.prose a:hover{color:#93c5fd}.prose strong{font-weight:600;color:#f1f5f9}.prose em{font-style:italic}.prose ul,.prose ol{margin-bottom:20px;padding-left:24px}.prose li{margin-bottom:8px}.prose li::marker{color:#7a8ba4}.prose blockquote{border-left:3px solid rgba(148,163,184,.12);padding-left:20px;margin:24px 0;color:#94a3b8;font-style:italic}.prose pre{background:#0f1d32;border:1px solid rgba(148,163,184,.12);border-radius:8px;padding:20px;overflow-x:auto;margin:24px 0;font-size:14px;line-height:1.6}.prose code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.875em}.prose :not(pre)>code{background:#94a3b81f;padding:2px 6px;border-radius:4px;color:#7dd3fc}.prose hr{border:none;border-top:1px solid rgba(148,163,184,.12);margin:40px 0}.prose img{border-radius:8px;margin:24px 0}.prose table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}.prose th{text-align:left;font-weight:600;color:#f1f5f9;padding:12px 16px;border-bottom:2px solid rgba(148,163,184,.12)}.prose td{padding:12px 16px;border-bottom:1px solid rgba(148,163,184,.12)}.card{display:block;padding:20px 0;border-bottom:1px solid rgba(148,163,184,.12);text-decoration:none;color:#cbd5e1;transition:color .2s ease-out}.card:first-child{border-top:1px solid rgba(148,163,184,.12)}.card:hover{color:#f1f5f9}.card-title{font-size:16px;font-weight:500;color:#f1f5f9;line-height:1.4;margin-bottom:6px}.card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;color:#7a8ba4;margin-bottom:8px}.card-description{font-size:14px;color:#94a3b8;line-height:1.5}.tag{display:inline-block;font-size:11px;font-weight:500;padding:2px 8px;border-radius:4px;background:#94a3b81f;color:#94a3b8;letter-spacing:.02em}.page-header{margin-bottom:40px}.page-title{font-size:28px;font-weight:600;color:#f1f5f9;letter-spacing:-.02em;margin-bottom:8px}.page-subtitle{font-size:15px;color:#94a3b8;line-height:1.5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only:focus{position:fixed;top:8px;left:8px;width:auto;height:auto;padding:8px 16px;clip:auto;clip-path:none;overflow:visible;white-space:nowrap;background:#0b1120;color:#f1f5f9;border:2px solid #60A5FA;border-radius:4px;z-index:10000;font-size:14px}.reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.avatar,.name,.tagline,.link-item{animation:none;opacity:1;transform:none}.location-dot,.footer-location .location-dot{animation:none}.cursor-glow{display:none}.link-icon-wrap{transition:none}.link-item:after{transition:none}.reveal{opacity:1;transform:none;transition:none}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
