:root{--yellow: #E9A000;--yellow-hover: #D49200;--yellow-subtle: rgba(233, 160, 0, .08);--yellow-muted: rgba(233, 160, 0, .2);--bg: #111111;--surface-1: #1A1A1A;--surface-2: #222222;--surface-3: #2A2A2A;--border: #2A2A2A;--border-subtle: #1E1E1E;--text-primary: #FFFFFF;--text-secondary: #A3A3A3;--text-tertiary: #525252;--btn-primary-text: #1A1A1A;--positive: #22C55E;--negative: #EF4444;--info: #3B82F6;--font-display: "Outfit Variable", sans-serif;--font-body: "DM Sans Variable", sans-serif;--font-mono: "JetBrains Mono Variable", monospace}:root[data-theme=light]{--bg: #FFFFFF;--surface-1: #F4F4F5;--surface-2: #E4E4E7;--surface-3: #D4D4D8;--border: #E4E4E7;--border-subtle: #F4F4F5;--text-primary: #111111;--text-secondary: #555555;--text-tertiary: #999999;--btn-primary-text: #FFFFFF}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;color:var(--text-primary);letter-spacing:-.02em}h1{font-size:48px;font-weight:700;letter-spacing:-.035em;line-height:1.05}h2{font-size:32px;font-weight:600;letter-spacing:-.025em;line-height:1.15}h3,h2.as-h3{font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.2}h4,h3.as-h4{font-size:20px;font-weight:600;letter-spacing:-.015em;line-height:1.25}.display-title{font-family:var(--font-display);font-size:72px;font-weight:800;letter-spacing:-.04em;line-height:.95}p{color:var(--text-secondary);font-size:15px;line-height:1.6}p.large{font-size:17px;line-height:1.65}.mono{font-family:var(--font-mono)}.mono-tag{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary)}.mono-display{font-family:var(--font-mono);font-size:28px;font-weight:600;letter-spacing:-.02em;line-height:1.1}a{color:inherit;text-decoration:none}.text-yellow{color:var(--yellow)}.bg-surface-1{background-color:var(--surface-1)}.border-default{border:1px solid var(--border)}.border-subtle{border:1px solid var(--border-subtle)}.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}.container{max-width:1200px;margin:0 auto;padding:0 52px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-family:var(--font-body);font-weight:600;font-size:13px;border-radius:2px;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background-color:var(--yellow);color:var(--btn-primary-text)}.btn-primary:hover{background-color:var(--yellow-hover)}.btn-secondary{background-color:transparent;color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--surface-2)}.btn-tertiary{background-color:transparent;color:var(--yellow);padding:10px 0;border-radius:0;border-bottom:2px solid transparent}.btn-tertiary:hover{border-bottom:2px solid var(--yellow)}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--yellow);outline-offset:2px;border-radius:2px}.btn:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.card{background-color:var(--surface-1);border:1px solid var(--border);border-radius:2px;padding:32px}.tag{display:inline-flex;font-family:var(--font-mono);font-size:10px;padding:4px 10px;border-radius:2px;letter-spacing:.05em;text-transform:uppercase}.tag-active{color:var(--yellow);border:1px solid rgba(233,160,0,.26);background-color:var(--yellow-subtle)}.tag-default{color:var(--text-secondary);border:1px solid var(--border);background-color:transparent}.photo-card{display:block;border-top:5px solid var(--yellow)}.photo-card img{display:block;width:100%;height:100%;object-fit:cover}.page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,6vw,80px);align-items:center}.page-hero-photo{aspect-ratio:4 / 5}.photo-band{aspect-ratio:21 / 9}.kicker{display:flex;align-items:center;gap:12px;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--text-secondary)}.kicker:before{content:"";width:22px;height:3px;background-color:var(--yellow);flex:none}.arrow-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--text-primary)}.arrow-link svg{transition:transform .2s ease}.arrow-link:hover svg{transform:translate(5px)}.editorial-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,96px);align-items:start}.editorial-split>div:not(.photo-card){padding-top:clamp(24px,5vh,64px)}.editorial-split+.editorial-split{margin-top:clamp(64px,10vh,120px)}.editorial-photo{aspect-ratio:3 / 4}.editorial-title{font-size:clamp(36px,4.5vw,56px);font-weight:700;letter-spacing:-.03em;line-height:1.08;text-wrap:balance}@media(max-width:900px){.editorial-split{grid-template-columns:1fr;gap:32px}.editorial-photo{aspect-ratio:4 / 3;order:-1}}@media(max-width:900px){.page-hero-grid{grid-template-columns:1fr}.page-hero-photo{aspect-ratio:4 / 3}}@media(max-width:640px){.photo-band{aspect-ratio:16 / 9}}.grid-pattern{background-image:linear-gradient(var(--border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--border-subtle) 1px,transparent 1px);background-size:24px 24px}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.25,.1,.25,1),transform .6s cubic-bezier(.25,.1,.25,1)}[data-reveal].revealed{opacity:1;transform:translateY(0)}[data-stagger]>*{opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(.25,.1,.25,1),transform .5s cubic-bezier(.25,.1,.25,1)}[data-stagger].revealed>*:nth-child(1){transition-delay:0s}[data-stagger].revealed>*:nth-child(2){transition-delay:.08s}[data-stagger].revealed>*:nth-child(3){transition-delay:.16s}[data-stagger].revealed>*:nth-child(4){transition-delay:.24s}[data-stagger].revealed>*:nth-child(5){transition-delay:.32s}[data-stagger].revealed>*:nth-child(6){transition-delay:.4s}[data-stagger].revealed>*:nth-child(7){transition-delay:.48s}[data-stagger].revealed>*:nth-child(8){transition-delay:.56s}[data-stagger].revealed>*:nth-child(9){transition-delay:.64s}[data-stagger].revealed>*{opacity:1;transform:translateY(0)}.divider{height:1px;background-color:var(--border-subtle);width:100%}.bg-line,.hero-line{position:absolute;top:0;width:1px;height:100%;background-color:var(--border-subtle);opacity:.5}.bg-line,.hero-line{top:-1px!important;bottom:-1px!important;height:auto!important}a.lang-switch{display:inline-block;min-height:44px;min-width:44px;line-height:44px;text-align:center}.prose{max-width:720px;font-size:16px;line-height:1.75;color:var(--text-secondary)}.prose h2{margin-top:48px;margin-bottom:16px}.prose h3{margin-top:36px;margin-bottom:12px}.prose h4{margin-top:28px;margin-bottom:8px}.prose p{margin-bottom:20px;font-size:inherit;line-height:inherit}.prose ul,.prose ol{margin-bottom:20px;padding-left:24px;color:var(--text-secondary)}.prose li{margin-bottom:8px;line-height:1.65}.prose strong{color:var(--text-primary);font-weight:600}.prose a{color:var(--yellow);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--yellow-hover)}.prose blockquote{border-left:3px solid var(--yellow);padding-left:20px;margin:24px 0;color:var(--text-secondary);font-style:italic}.prose code{font-family:var(--font-mono);font-size:.875em;background-color:var(--surface-1);border:1px solid var(--border);border-radius:2px;padding:2px 6px}.prose pre{background-color:var(--surface-1);border:1px solid var(--border);border-radius:2px;padding:20px 24px;margin:24px 0;overflow-x:auto}.prose pre code{background:none;border:none;padding:0;font-size:14px;line-height:1.6}.prose img{max-width:100%;height:auto;border-radius:2px;margin:24px 0}.prose hr{border:none;height:1px;background-color:var(--border-subtle);margin:40px 0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:1024px){.container{padding:0 32px}.display-title{font-size:48px}h1{font-size:40px}h2{font-size:28px}.card{padding:24px}}@media(max-width:640px){.container{padding:0 20px}.display-title{font-size:36px}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}.card{padding:20px}.btn{min-height:44px}.mono-display{font-size:24px}.bg-line,.hero-line{display:none}}@font-face{font-family:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/outfit-latin-ext-wght-normal.DdQaqQDo.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:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/outfit-latin-wght-normal.Bc-8i84L.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}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-ext-wght-normal.BOFOeGcA.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:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-wght-normal.Xz1IZZA0.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}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(data:font/woff2;base64,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) 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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-cyrillic-wght-normal.D73BlboJ.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-greek-wght-normal.Bw9x6K1M.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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-vietnamese-wght-normal.Bt-aOZkq.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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-latin-ext-wght-normal.DBQx-q_a.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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-latin-wght-normal.B9CIFXIH.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}.theme-toggle[data-astro-cid-x3pjskd3] .icon-moon[data-astro-cid-x3pjskd3]{display:none}:root[data-theme=light] .theme-toggle[data-astro-cid-x3pjskd3] .icon-sun[data-astro-cid-x3pjskd3]{display:none}:root[data-theme=light] .theme-toggle[data-astro-cid-x3pjskd3] .icon-moon[data-astro-cid-x3pjskd3]{display:block}.logo[data-astro-cid-tvrurpns]{display:inline-block;position:relative}.logo[data-astro-cid-tvrurpns] img[data-astro-cid-tvrurpns]{display:block}.logo[data-astro-cid-tvrurpns] .logo-light[data-astro-cid-tvrurpns]{position:absolute;top:0;left:0;visibility:hidden}:root[data-theme=light] .logo[data-astro-cid-tvrurpns] .logo-dark[data-astro-cid-tvrurpns]{visibility:hidden;position:absolute;top:0;left:0}:root[data-theme=light] .logo[data-astro-cid-tvrurpns] .logo-light[data-astro-cid-tvrurpns]{visibility:visible;position:static}@keyframes cookie-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}#cookie-banner.visible{animation:cookie-slide-in .35s ease-out}@media(max-width:640px){#cookie-banner{width:calc(100% - 32px)!important;left:16px!important;right:16px!important;bottom:16px!important;max-width:none!important}}.site-header[data-astro-cid-sckkx6r4]{border-bottom:1px solid var(--border-subtle);position:sticky;top:0;background-color:var(--bg);z-index:50}.header-inner[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;height:80px}.header-logo[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:8px}.desktop-nav[data-astro-cid-sckkx6r4]{display:flex;gap:32px;align-items:center}.nav-link[data-astro-cid-sckkx6r4]{font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--text-secondary);transition:color .2s}.nav-link[data-astro-cid-sckkx6r4].active{color:var(--text-primary)}.nav-dropdown[data-astro-cid-sckkx6r4]{position:relative}.nav-dropdown[data-astro-cid-sckkx6r4]>.nav-link[data-astro-cid-sckkx6r4]{display:flex;align-items:center}.nav-dropdown-menu[data-astro-cid-sckkx6r4]{position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:12px;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s}.nav-dropdown[data-astro-cid-sckkx6r4]:hover .nav-dropdown-menu[data-astro-cid-sckkx6r4],.nav-dropdown[data-astro-cid-sckkx6r4].kb-open .nav-dropdown-menu[data-astro-cid-sckkx6r4]{opacity:1;visibility:visible}.nav-dropdown-menu[data-astro-cid-sckkx6r4]:before{content:"";position:absolute;top:0;left:0;right:0;height:12px}.nav-dropdown-menu[data-astro-cid-sckkx6r4]>[data-astro-cid-sckkx6r4]:first-child{border-radius:2px 2px 0 0}.nav-dropdown-menu[data-astro-cid-sckkx6r4]>[data-astro-cid-sckkx6r4]:last-child{border-radius:0 0 2px 2px}.nav-dropdown-item[data-astro-cid-sckkx6r4]{display:flex;align-items:center;white-space:nowrap;padding:10px 20px;font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-secondary);background-color:var(--surface-1);border:1px solid var(--border-subtle);border-top:none;transition:color .15s,background-color .15s}.nav-dropdown-menu[data-astro-cid-sckkx6r4]>[data-astro-cid-sckkx6r4]:first-child{border-top:1px solid var(--border-subtle)}.nav-dropdown-item[data-astro-cid-sckkx6r4]:hover,.nav-dropdown-item[data-astro-cid-sckkx6r4].active{color:var(--text-primary);background-color:var(--surface-2)}.header-cta[data-astro-cid-sckkx6r4]{padding:8px 20px}.hamburger[data-astro-cid-sckkx6r4]{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:60;flex-direction:column;gap:5px}.hamburger[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{display:block;width:22px;height:2px;background-color:var(--text-primary);transition:transform .3s,opacity .3s}.hamburger[data-astro-cid-sckkx6r4].open span[data-astro-cid-sckkx6r4]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[data-astro-cid-sckkx6r4].open span[data-astro-cid-sckkx6r4]:nth-child(2){opacity:0}.hamburger[data-astro-cid-sckkx6r4].open span[data-astro-cid-sckkx6r4]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay[data-astro-cid-sckkx6r4]{display:none}.site-footer[data-astro-cid-sckkx6r4]{border-top:1px solid var(--border-subtle);padding:64px 0 32px}.footer-top[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:64px}.footer-brand[data-astro-cid-sckkx6r4]{max-width:300px}.footer-linkedin[data-astro-cid-sckkx6r4]{display:inline-flex;margin-top:16px;color:var(--text-tertiary);transition:color .2s ease}.footer-linkedin[data-astro-cid-sckkx6r4]:hover{color:var(--yellow)}.footer-links[data-astro-cid-sckkx6r4]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:64px}.footer-bottom[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-subtle);padding-top:32px}@media(max-width:1024px){.desktop-nav[data-astro-cid-sckkx6r4]{gap:20px}.header-cta[data-astro-cid-sckkx6r4]{padding:8px 16px}.footer-links[data-astro-cid-sckkx6r4]{gap:32px}}@media(max-width:640px){.header-inner[data-astro-cid-sckkx6r4]{height:64px}.desktop-nav[data-astro-cid-sckkx6r4]{display:none}.hamburger[data-astro-cid-sckkx6r4]{display:flex}.mobile-nav-overlay[data-astro-cid-sckkx6r4]{display:none;position:fixed;inset:64px 0 0;background-color:var(--bg);z-index:49;padding:32px 20px;overflow-y:auto}.mobile-nav-overlay[data-astro-cid-sckkx6r4].open{display:block}.mobile-nav-content[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;gap:8px}.mobile-nav-link[data-astro-cid-sckkx6r4]{font-family:var(--font-body);font-size:18px;font-weight:500;color:var(--text-secondary);padding:12px 0;border-bottom:1px solid var(--border-subtle);transition:color .2s}.mobile-nav-link[data-astro-cid-sckkx6r4].active{color:var(--text-primary)}.mobile-nav-sublink[data-astro-cid-sckkx6r4]{padding-left:20px;font-size:16px}.mobile-nav-actions[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;gap:16px;margin-top:24px}.site-footer[data-astro-cid-sckkx6r4]{padding:40px 0 24px}.footer-top[data-astro-cid-sckkx6r4]{flex-direction:column;gap:32px;margin-bottom:32px}.footer-brand[data-astro-cid-sckkx6r4]{max-width:100%}.footer-links[data-astro-cid-sckkx6r4]{grid-template-columns:1fr;gap:32px}.footer-bottom[data-astro-cid-sckkx6r4]{flex-direction:column;gap:16px;align-items:flex-start}}
