.theme-toggle{display:inline-flex;align-items:center;gap:2px;padding:3px;background:var(--surface);border:1px solid var(--border);border-radius:999px}.theme-toggle__btn{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;color:var(--text-muted);transition:color var(--speed) var(--ease),background var(--speed) var(--ease)}.theme-toggle__btn svg{width:16px;height:16px}.theme-toggle__btn:hover{color:var(--text)}.theme-toggle__btn.is-active{background:var(--bg);color:var(--accent-text);box-shadow:inset 0 0 0 1px var(--border)}.theme-toggle__btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 0;transition:background var(--speed) var(--ease),border-color var(--speed) var(--ease),backdrop-filter var(--speed) var(--ease),padding var(--speed) var(--ease);border-bottom:1px solid transparent}.site-header--scrolled{padding:12px 0;background:var(--bg-overlay);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom-color:var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);text-decoration:none;font-weight:600;letter-spacing:-.01em}.brand:hover{color:var(--text)}.brand__mark{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-alt) 100%);color:var(--on-accent);font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:.02em}.brand__name{font-size:15px}.site-nav{display:flex;align-items:center;gap:18px}.site-nav__list{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}.site-nav__list a{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;color:var(--text-muted);font-size:14px;font-weight:500;border-radius:var(--radius-sm);transition:color var(--speed) var(--ease),background var(--speed) var(--ease)}.site-nav__list a:hover{color:var(--text);background:var(--surface)}.site-nav__list a.is-active{color:var(--accent-text)}.site-nav .nav-index{font-family:var(--font-mono);font-size:12px;color:var(--accent-text);opacity:.85}.site-nav__actions{display:inline-flex;align-items:center;gap:6px;padding-left:12px;margin-left:4px;border-left:1px solid var(--border)}.menu-toggle{display:none;position:relative;width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface)}.menu-toggle span{position:absolute;left:9px;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform var(--speed) var(--ease),opacity var(--speed) var(--ease),top var(--speed) var(--ease)}.menu-toggle span:nth-child(1){top:13px}.menu-toggle span:nth-child(2){top:19px}.menu-toggle span:nth-child(3){top:25px}.menu-toggle--open span:nth-child(1){top:19px;transform:rotate(45deg)}.menu-toggle--open span:nth-child(2){opacity:0}.menu-toggle--open span:nth-child(3){top:19px;transform:rotate(-45deg)}@media(max-width:980px){.menu-toggle{display:block}.site-nav{position:fixed;inset:64px 16px auto;flex-direction:column;align-items:stretch;gap:16px;padding:20px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 24px 48px -16px #00000080;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity var(--speed) var(--ease),transform var(--speed) var(--ease)}.site-nav--open{opacity:1;transform:translateY(0);pointer-events:auto}.site-nav__list{flex-direction:column;align-items:stretch;gap:2px}.site-nav__list a{padding:12px 14px;font-size:15px}.site-nav__actions{padding:12px 0 0;margin:4px 0 0;border-left:none;border-top:1px solid var(--border);justify-content:space-between}.icon-link{width:44px;height:44px}}.site-footer{padding:4rem 0 2.5rem;border-top:1px solid var(--border);margin-top:3rem}.site-footer__grid{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding-bottom:2.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.site-footer__brand{font-size:1.25rem;margin:0 0 6px}.site-footer__tag{color:var(--text-muted);font-size:14px}.site-footer__links{display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center}.site-footer__links a{display:inline-flex;align-items:center;gap:7px;color:var(--text-muted);font-size:14px;font-weight:500}.site-footer__links a:hover{color:var(--accent-text)}.site-footer__link-icon{display:inline-grid;place-items:center;width:16px;height:16px;color:var(--text-dim);transition:color var(--speed) var(--ease)}.site-footer__link-icon svg{width:16px;height:16px}.site-footer__links a:hover .site-footer__link-icon{color:var(--accent-text)}.site-footer__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;color:var(--text-muted)}@media(max-width:640px){.site-footer__grid{flex-direction:column}.site-footer__meta{flex-direction:column;align-items:flex-start}}.hero-term{--term-bg: #0d1018;--term-bg-2: #11151e;--term-border: #232838;--term-text: #d6dbe8;--term-muted: #6f7790;--term-accent: #5eead4;--term-arrow: #818cf8;--term-online: #4ade80;--term-building: #fbbf24;position:relative;width:100%;max-width:460px;justify-self:end;border-radius:14px;background:var(--term-bg);border:1px solid var(--term-border);font-family:var(--font-mono);overflow:hidden;box-shadow:0 30px 60px -28px #0009,0 14px 28px -12px #0000004d,inset 0 1px #ffffff0a}.hero-term:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(600px circle at 100% 0%,rgba(94,234,212,.05),transparent 60%),radial-gradient(500px circle at 0% 100%,rgba(129,140,248,.05),transparent 55%)}@media(max-width:960px){.hero-term{justify-self:start;max-width:100%}}.hero-term__chrome{display:flex;align-items:center;gap:8px;padding:11px 14px;background:linear-gradient(180deg,var(--term-bg-2) 0%,var(--term-bg) 100%);border-bottom:1px solid var(--term-border)}.hero-term__dot{width:11px;height:11px;border-radius:50%;display:inline-block;flex-shrink:0}.hero-term__dot--r{background:#ff5f57}.hero-term__dot--y{background:#febc2e}.hero-term__dot--g{background:#28c840}.hero-term__title{margin-left:auto;margin-right:4px;font-size:11px;color:var(--term-muted);letter-spacing:.04em}.hero-term__body{position:relative;z-index:1;margin:0;padding:18px 18px 20px;font-size:13px;line-height:1.65;color:var(--term-text);white-space:pre-wrap;font-feature-settings:"liga" 0;-webkit-font-smoothing:antialiased}.hero-term__line{display:block}.hero-term__prompt{color:var(--term-accent);font-weight:700;margin-right:8px}.hero-term__cmd{color:var(--term-text)}.hero-term__arrow{color:var(--term-arrow)}.hero-term__bullet{color:var(--term-accent)}.hero-term__out{color:var(--term-text)}.hero-term__status{font-weight:700}.hero-term__status--online{color:var(--term-online);filter:drop-shadow(0 0 6px rgba(74,222,128,.45));animation:term-pulse 2.6s ease-in-out infinite}.hero-term__status--building{color:var(--term-building)}.hero-term__cursor{display:inline-block;width:8px;height:1em;margin-left:2px;vertical-align:-2px;background:var(--term-accent);animation:term-blink 1.1s steps(1) infinite}@keyframes term-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes term-pulse{0%,to{opacity:1}50%{opacity:.55}}@media(prefers-reduced-motion:reduce){.hero-term__cursor,.hero-term__status--online{animation:none}}@media(max-width:480px){.hero-term__body{font-size:12px;padding:14px 14px 16px}.hero-term__chrome{padding:10px 12px}}.hero{padding:10rem 0 5rem;min-height:92vh;display:flex;align-items:center;position:relative}@media(max-width:768px){.hero{padding:8rem 0 3rem;min-height:auto}}.hero__inner{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:56px;align-items:center}.hero__content{min-width:0}@media(max-width:960px){.hero__inner{grid-template-columns:1fr;gap:48px}}.hero__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;margin-bottom:28px;font-size:13px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px}.hero__dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #4ade8026;animation:pulse 2.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__title{font-size:clamp(2.4rem,6vw,4.4rem);line-height:1.05;letter-spacing:-.035em;font-weight:600;margin:0 0 28px}.hero__line{display:block}.hero__line--muted{color:var(--text-muted)}.hero__name{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--accent-text);padding-right:4px}.hero__lede{max-width:640px;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65;color:var(--text-muted);margin:0 0 36px}.hero__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:600px;margin:0 0 40px;padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hero__meta li{display:flex;flex-direction:column;gap:4px}.hero__meta-num{font-family:var(--font-serif);font-size:clamp(1.8rem,3.4vw,2.4rem);font-weight:400;color:var(--text);letter-spacing:-.02em;line-height:1}.hero__meta-label{font-size:13px;color:var(--text-muted);line-height:1.4}@media(max-width:560px){.hero__meta{grid-template-columns:1fr;gap:18px}}.hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:56px}.hero__signals{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-muted)}.hero__signals .mono{font-size:11px;letter-spacing:.12em;color:var(--accent-text)}.hero__signal-dot{width:4px;height:4px;border-radius:50%;background:var(--text-dim)}@media(max-width:640px){.hero__signals{flex-wrap:wrap;gap:8px}}.about__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:56px;align-items:start}@media(max-width:960px){.about__grid{grid-template-columns:1fr;gap:40px}}.about__headline{font-size:clamp(1.5rem,2.6vw,2rem);font-weight:500;letter-spacing:-.02em;margin:0 0 24px;color:var(--text);font-family:var(--font-serif);line-height:1.25}.about__para{color:var(--text-muted);font-size:1rem;line-height:1.7;margin:0 0 16px}.about__summary{margin-top:32px;padding:24px;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--surface)}.about__summary-line{color:var(--text-muted);font-size:14.5px;line-height:1.65;margin:0}.about__summary-line+.about__summary-line{margin-top:12px}.about__aside{position:sticky;top:100px;padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}@media(max-width:960px){.about__aside{position:static}}.about__aside-title{font-size:11px;letter-spacing:.18em;color:var(--accent-text);margin:0 0 22px}.timeline{position:relative;margin:0;padding-left:22px}.timeline:before{content:"";position:absolute;top:6px;bottom:6px;left:5px;width:1px;background:linear-gradient(to bottom,var(--accent),transparent);opacity:.4}.timeline__item{position:relative;display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:baseline;padding-bottom:18px}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";position:absolute;left:-22px;top:8px;width:11px;height:11px;border-radius:50%;background:var(--bg);border:2px solid var(--accent);transition:background var(--speed) var(--ease)}.timeline__year{font-size:12px;color:var(--accent-text);letter-spacing:.04em}.timeline__label{font-size:14px;color:var(--text);line-height:1.5}.exp-list{display:flex;flex-direction:column;gap:8px}.exp-item{display:grid;grid-template-columns:220px 1fr;gap:40px;padding:28px 0;border-top:1px solid var(--border);position:relative}.exp-item:first-child{border-top:none;padding-top:0}.exp-item:after{content:"";position:absolute;top:0;left:0;width:0;height:1px;background:linear-gradient(to right,var(--accent),transparent);transition:width .4s var(--ease)}.exp-item:hover:after{width:60%}@media(max-width:768px){.exp-item{grid-template-columns:1fr;gap:16px}}.exp-item__meta{display:flex;flex-direction:column;gap:6px;padding-top:4px}.exp-item__period{font-size:12px;color:var(--accent-text);letter-spacing:.04em}.exp-item__location{font-size:13px;color:var(--text-dim)}.exp-item__role{font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:600;letter-spacing:-.015em;margin:0 0 14px;display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--text)}.exp-item__sep{color:var(--text-dim);font-weight:400}.exp-item__company{color:var(--accent-text);display:inline-flex;align-items:center;gap:4px;font-weight:500}.exp-item__company--plain{color:var(--text-muted)}.exp-item__arrow{font-size:.9em;transition:transform var(--speed) var(--ease)}.exp-item__company:hover .exp-item__arrow{transform:translate(2px,-2px)}.exp-item__highlights{display:flex;flex-direction:column;gap:10px}.exp-item__highlights li{position:relative;padding-left:22px;color:var(--text-muted);font-size:15px;line-height:1.65}.exp-item__highlights li:before{content:"";position:absolute;left:0;top:.7em;width:12px;height:1px;background:var(--accent)}.skills__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.skill-group{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--speed) var(--ease),background var(--speed) var(--ease)}.skill-group:hover{border-color:var(--border-strong);background:var(--surface-hover)}.skill-group__title{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--text);margin:0 0 16px;letter-spacing:.01em}.skill-group__icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:7px;background:var(--accent-soft);color:var(--accent-text);flex-shrink:0}.skill-group__icon svg{width:16px;height:16px}.skill-group__items{display:flex;flex-wrap:wrap;gap:6px}.skill-chip{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;font-size:12.5px;font-family:var(--font-mono);color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:6px;transition:color var(--speed) var(--ease),border-color var(--speed) var(--ease),background var(--speed) var(--ease)}.skill-chip:hover{color:var(--accent-text);border-color:var(--accent-text);background:var(--surface)}.skill-chip--has-icon{padding-left:8px}.skill-chip__icon{display:block;width:16px;height:16px;flex-shrink:0;filter:saturate(.85);transition:filter var(--speed) var(--ease)}.skill-chip:hover .skill-chip__icon{filter:saturate(1)}.education{margin-top:56px;padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.education__title{font-size:11px;letter-spacing:.18em;color:var(--accent-text);margin:0 0 22px}.education__list{display:flex;flex-direction:column;gap:18px}.education__item+.education__item{padding-top:18px;border-top:1px solid var(--border)}.education__row{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.education__row--sub{margin-top:4px;color:var(--text-muted);font-size:13px}.education__school{font-size:15px;font-weight:600;color:var(--text)}.education__period{font-size:12px;color:var(--accent-text)}.education__location{color:var(--text-dim)}@media(max-width:560px){.education__row{flex-direction:column;gap:4px}}.company__hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:56px;align-items:center;padding:40px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);position:relative;overflow:hidden}.company__hero:before{content:"";position:absolute;inset:0;background:radial-gradient(600px circle at 100% 0%,var(--accent-soft),transparent 60%),radial-gradient(500px circle at 0% 100%,rgba(129,140,248,.08),transparent 60%);pointer-events:none}.company__hero>*{position:relative}@media(max-width:880px){.company__hero{grid-template-columns:1fr;padding:28px;gap:32px}}.company__eyebrow{font-size:11px;letter-spacing:.16em;color:var(--accent-text);margin:0 0 18px}.company__headline{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;line-height:1.25;letter-spacing:-.015em;margin:0 0 16px;color:var(--text)}.company__copy{color:var(--text-muted);font-size:1rem;line-height:1.7;margin:0 0 28px;max-width:56ch}.company__cta{display:flex;flex-wrap:wrap;gap:12px}.company__mark{position:relative;display:grid;place-items:center;min-height:200px;padding:20px 0}.company__mark-logo{position:relative;z-index:2;width:100%;max-width:320px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(13,148,136,.25))}.company__mark-glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(closest-side,var(--accent-glow),transparent 70%);opacity:.65;filter:blur(20px)}@media(max-width:880px){.company__mark{min-height:140px}.company__mark-logo{max-width:260px}}.company__pillars{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.pillar{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);transition:border-color var(--speed) var(--ease),transform var(--speed) var(--ease)}.pillar:hover{border-color:var(--accent-text);transform:translateY(-2px)}.pillar__head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.pillar__icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:9px;background:var(--accent-soft);color:var(--accent-text);flex-shrink:0}.pillar__icon svg{width:20px;height:20px}.pillar__title{font-size:1.05rem;margin:0;color:var(--text);font-weight:600}.pillar__copy{color:var(--text-muted);font-size:14px;line-height:1.6;margin:0}.contact__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:56px;align-items:start}@media(max-width:880px){.contact__grid{grid-template-columns:1fr;gap:32px}}.contact__lede{font-family:var(--font-serif);font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:400;line-height:1.25;letter-spacing:-.015em;margin:0 0 16px}.contact__copy{color:var(--text-muted);font-size:15px;line-height:1.7;margin:0 0 32px}.contact__details{margin:0;display:flex;flex-direction:column;gap:16px}.contact__details>div{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:baseline;padding-bottom:16px;border-bottom:1px solid var(--border)}.contact__details>div:last-child{border-bottom:none}.contact__details dt{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;color:var(--text-dim);text-transform:uppercase}.contact__details-icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:6px;background:var(--accent-soft);color:var(--accent-text)}.contact__details-icon svg{width:13px;height:13px}.contact__details dd{margin:0;color:var(--text);font-size:15px}.contact__inline-links{display:flex;flex-wrap:wrap;gap:14px}.contact__form{display:grid;gap:20px;padding:36px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}@media(max-width:560px){.contact__form{padding:24px}}.form-row{display:flex;flex-direction:column;gap:8px}.form-row label{font-size:13px;font-weight:500;color:var(--text);display:inline-flex;align-items:center;gap:6px}.form-row .req{color:var(--accent-text)}.form-row .optional{color:var(--text-dim);font-weight:400;font-size:12px}.form-row input,.form-row textarea{width:100%;font-family:inherit;font-size:16px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;transition:border-color var(--speed) var(--ease),background var(--speed) var(--ease)}.form-row textarea{resize:vertical;min-height:130px;line-height:1.6}.form-row input::placeholder,.form-row textarea::placeholder{color:var(--text-dim)}.form-row input:focus,.form-row textarea:focus{border-color:var(--accent-text);background:var(--bg-elevated);outline:none;box-shadow:0 0 0 3px var(--accent-glow)}.form-row input[aria-invalid=true],.form-row textarea[aria-invalid=true]{border-color:var(--error)}.form-row input:disabled,.form-row textarea:disabled{opacity:.6;cursor:not-allowed}.form-err{font-size:12px;color:var(--error)}.contact__form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:4px}.contact__form-note{font-size:13px;margin:0}.contact__status--success{color:var(--success);font-weight:500}.contact__status--error{color:var(--error);font-weight:500}.contact__form-legal{margin:16px 0 0;font-size:11px;letter-spacing:.02em;color:var(--text-dim);text-align:right}.contact__form-legal a{color:var(--text-dim);text-decoration:underline;text-decoration-color:var(--border-strong);text-underline-offset:2px}.contact__form-legal a:hover{color:var(--accent-text)}@font-face{font-family:Hack;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Hack-Regular.woff2) format("woff2")}@font-face{font-family:Hack;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/Hack-Italic.woff2) format("woff2")}@font-face{font-family:Hack;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/Hack-Bold.woff2) format("woff2")}@font-face{font-family:Hack;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/Hack-BoldItalic.woff2) format("woff2")}:root{--bg: #0a0b10;--bg-elevated: #11131c;--bg-overlay: rgba(10, 11, 16, .72);--surface: #12141d;--surface-hover: #171a25;--border: #1f2330;--border-strong: #2a2f40;--text: #e8eaf2;--text-muted: #a4abc0;--text-dim: #828aa1;--accent: #5eead4;--accent-text: #5eead4;--accent-strong: #2dd4bf;--accent-soft: rgba(94, 234, 212, .12);--accent-glow: rgba(94, 234, 212, .22);--accent-alt: #818cf8;--on-accent: #0a0b10;--success: #4ade80;--error: #fb7185;--glow-1: rgba(94, 234, 212, .1);--glow-2: rgba(129, 140, 248, .08);--glow-3: rgba(94, 234, 212, .06);--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "Hack", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-serif: "Instrument Serif", "Iowan Old Style", "Apple Garamond", Georgia, serif;--container: 1180px;--radius-sm: 6px;--radius: 12px;--radius-lg: 18px;--ease: cubic-bezier(.2, .7, .2, 1);--speed: .2s}:root[data-theme=light]{--bg: #eef1f7;--bg-elevated: #ffffff;--bg-overlay: rgba(238, 241, 247, .78);--surface: #ffffff;--surface-hover: #f6f8fc;--border: #dbe0ea;--border-strong: #c5cad6;--text: #18181b;--text-muted: #4a4a52;--text-dim: #595963;--accent: #0d9488;--accent-text: #0e6f68;--accent-strong: #115e59;--accent-soft: rgba(13, 148, 136, .1);--accent-glow: rgba(13, 148, 136, .2);--accent-alt: #4f46e5;--on-accent: #ffffff;--success: #15803d;--error: #b91c1c;--glow-1: rgba(13, 148, 136, .1);--glow-2: rgba(79, 70, 229, .08);--glow-3: rgba(13, 148, 136, .05)}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--bg: #eef1f7;--bg-elevated: #ffffff;--bg-overlay: rgba(238, 241, 247, .78);--surface: #ffffff;--surface-hover: #f6f8fc;--border: #dbe0ea;--border-strong: #c5cad6;--text: #18181b;--text-muted: #4a4a52;--text-dim: #595963;--accent: #0d9488;--accent-text: #0e6f68;--accent-strong: #115e59;--accent-soft: rgba(13, 148, 136, .1);--accent-glow: rgba(13, 148, 136, .2);--accent-alt: #4f46e5;--on-accent: #ffffff;--success: #15803d;--error: #b91c1c;--glow-1: rgba(13, 148, 136, .1);--glow-2: rgba(79, 70, 229, .08);--glow-3: rgba(13, 148, 136, .05)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.6;font-weight:400;font-feature-settings:"cv11","ss01","ss03";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden;transition:background var(--speed) var(--ease),color var(--speed) var(--ease)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--text)}p{margin:0}a{color:var(--accent-text);text-decoration:none;transition:color var(--speed) var(--ease)}a:hover{color:var(--accent-strong)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}img,svg{display:block;max-width:100%}ul{margin:0;padding:0;list-style:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}::selection{background:var(--accent-soft);color:var(--text)}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(900px circle at 18% -10%,var(--glow-1),transparent 60%),radial-gradient(700px circle at 95% 25%,var(--glow-2),transparent 55%),radial-gradient(600px circle at 50% 110%,var(--glow-3),transparent 60%)}#root{position:relative;z-index:1}.skip-link{position:absolute;top:-100px;left:16px;z-index:9999;padding:12px 18px;background:var(--accent);color:var(--on-accent);font-weight:600;border-radius:var(--radius-sm);transition:top var(--speed) var(--ease)}.skip-link:focus{top:16px}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 28px}@media(max-width:640px){.container{padding:0 20px}}.section{padding:7rem 0;position:relative}@media(max-width:768px){.section{padding:4.5rem 0}}.section-header{display:flex;align-items:baseline;gap:18px;margin-bottom:3rem;padding-bottom:18px;border-bottom:1px solid var(--border)}.section-number{font-family:var(--font-mono);font-size:14px;color:var(--accent-text);letter-spacing:.04em}.section-icon{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--accent-soft);color:var(--accent-text);flex-shrink:0;align-self:center}.section-icon svg{width:18px;height:18px}.section-title{font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:600;margin:0}.section-eyebrow{margin-left:auto;font-family:var(--font-mono);font-size:13px;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase}@media(max-width:640px){.section-eyebrow{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-family:var(--font-sans);font-size:14px;font-weight:500;letter-spacing:.01em;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:all var(--speed) var(--ease);white-space:nowrap}.btn-primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong);color:var(--on-accent);transform:translateY(-1px);box-shadow:0 8px 24px -8px var(--accent-glow)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border-strong)}.btn-ghost:hover{background:var(--surface-hover);color:var(--text);border-color:var(--accent)}.btn-lg{padding:14px 26px;font-size:15px}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn__icon{display:inline-grid;place-items:center;width:16px;height:16px}.btn__icon svg{width:16px;height:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:border-color var(--speed) var(--ease),transform var(--speed) var(--ease),background var(--speed) var(--ease)}.card:hover{border-color:var(--border-strong);background:var(--surface-hover)}.muted{color:var(--text-muted)}.mono{font-family:var(--font-mono)}.gradient-text{background:linear-gradient(120deg,var(--accent-text) 0%,var(--accent-alt) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon-link{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:var(--radius-sm);color:var(--text-muted);border:1px solid transparent;transition:color var(--speed) var(--ease),background var(--speed) var(--ease),border-color var(--speed) var(--ease),transform var(--speed) var(--ease)}.icon-link svg{width:24px;height:24px}.icon-link:hover{color:var(--text);background:var(--surface);border-color:var(--border);transform:translateY(-1px)}.icon-link:active{transform:translateY(0)}
