body,html{font-family:var(--font-sans);color:var(--ink)}.eyebrow,.hero__title,.section__title,h1,h2,h3{font-family:var(--font-serif);color:var(--ink)}.hero__sub,.section__sub,.text-dim,p{font-family:var(--font-sans);color:var(--ink-dim)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(2,6,23,.04)}.site-header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header__logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.site-header__logo-img{height:clamp(28px,3.2vw,40px);width:auto;display:block}.site-header__logo-text{font-family:var(--font-serif);font-weight:800;letter-spacing:-.01em;font-size:clamp(1.05rem,.6vw + 1rem,1.25rem);line-height:1;white-space:nowrap}.site-header__nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.site-header__link{text-decoration:none;font-family:var(--font-sans);color:#334155;font-weight:600;font-size:14px;padding:8px 10px;border-radius:10px;transition:background .15s ease,color .15s ease,transform .03s ease}.site-header__link:hover{background:#F1F5F9;color:var(--ink)}.site-header__toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;align-items:center;justify-content:center;gap:3px}.site-header__toggle-bar{display:block;width:18px;height:2px;background:#0f172a;border-radius:2px}.site-header__nav--mobile{display:none;border-top:1px solid #e5e7eb;background:#fff;padding:8px 16px 12px}.site-header__nav--mobile .site-header__link{display:block;padding:10px 6px;font-size:15px}.site-header__nav--mobile.is-open{display:block}.site-header__nav--desktop{display:flex}@media (max-width:860px){.site-header__inner{height:56px}.site-header__logo-img{height:28px}.site-header__logo-text{font-size:1.05rem}.site-header__inner>.site-header__nav,.site-header__nav--desktop{display:none}.site-header__toggle{display:inline-flex}}@media (prefers-reduced-motion:reduce){.site-header__link,.site-header__toggle{transition:none}}.site-footer{border-top:1px solid #e5e7eb;background:#fff}.site-footer__inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.site-footer__brand{margin:0;font-family:var(--font-sans);color:#475569;font-size:14px}.site-footer__nav{display:flex;gap:12px;flex-wrap:wrap}.site-footer__link{font-family:var(--font-sans);color:#475569;text-decoration:none;font-size:14px}.site-footer__link:hover{text-decoration:underline}@media (max-width:640px){.site-footer__inner{flex-direction:column;align-items:flex-start;gap:8px}}.container{max-width:1200px;margin:0 auto;padding:0 16px}.container--sm{max-width:800px}.container--md{max-width:1000px}.container--lg{max-width:1200px}.site-main{padding:24px 0 40px}.card{border:1px solid #e5e7eb;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card--p-sm{padding:12px}.card--p-md{padding:20px}.card--p-24,.card--p-lg{padding:24px}:where(a,button,[role=button],.input,.select):focus-visible{outline:2px solid rgba(79,70,229,.4);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid transparent;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none;background:#fff;color:var(--ink);transition:filter .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--indigo);color:#fff}.btn--primary:hover{filter:brightness(.95)}.btn--secondary{background:#F8FAFC;border-color:#E5E7EB;color:#0F172A}.btn--secondary:hover{background:#F1F5F9}.btn--ghost{background:transparent;color:var(--indigo)}.btn--ghost:hover{background:rgba(79,70,229,.08)}.btn--danger{background:#B91C1C;color:#fff}.btn--danger:hover{filter:brightness(.95)}.btn--sm{padding:8px 12px;border-radius:10px;font-size:13px}.btn--lg{padding:12px 18px;border-radius:14px;font-size:15px}.input,.select,textarea.input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #d1d5db;background:#fff;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:#94A3B8}.input:focus,.select:focus,textarea.input:focus{border-color:var(--indigo);box-shadow:0 0 0 3px rgba(79,70,229,.18)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#64748B 0),linear-gradient(135deg,#64748B 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 18px) calc(50% - 4px),calc(100% - 12px) calc(50% - 4px),calc(100% - 2.2em) .5em;background-size:6px 6px,6px 6px,1px 1.8em;background-repeat:no-repeat}.form-hint{color:#64748B}.form-error,.form-hint{font-size:12px;margin-top:6px}.form-error{color:#B91C1C}.tabs__list{display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid #e5e7eb;padding-bottom:6px;margin-bottom:12px}.tabs__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:#F8FAFC;color:#334155;padding:8px 12px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.tabs__trigger:hover{background:#F1F5F9}.tabs__trigger.is-active{background:#fff;color:var(--ink);border-color:#E5E7EB;box-shadow:0 1px 0 #E5E7EB}.tabs__panel{display:none}.tabs__panel.is-active{display:block}a.unstyled{color:inherit;text-decoration:none}.grid-2{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:900px){.grid-2{grid-template-columns:1fr 1fr}}.result__avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;border:1px solid #e5e7eb;background:#fff;display:grid;place-items:center}.result__avatar img{width:100%;height:100%;object-fit:cover}.result__avatar--placeholder{font-size:28px;color:#94A3B8}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/82ef96de0e8f4d8c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a6ecd16fa044d500-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bd82c78e5b7b3fe9-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c32c8052c071fc42-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6f22fce21a7c433c-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1d8a05b60287ae6c-s.woff2) format("woff2");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:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/77c207b095007c34-s.woff2) format("woff2");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:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1755441e3a2fa970-s.p.woff2) format("woff2");unicode-range:u+00??,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:Noto Sans Fallback;src:local("Arial");ascent-override:100.54%;descent-override:27.56%;line-gap-override:0.00%;size-adjust:106.33%}.__className_c85df0{font-family:Noto Sans,Noto Sans Fallback;font-style:normal}.__variable_c85df0{--font-sans:"Noto Sans","Noto Sans Fallback"}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/f836c882b28f3120-s.woff2) format("woff2");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:Libre Baskerville;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/604f63523dece634-s.p.woff2) format("woff2");unicode-range:u+00??,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:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/301c2a5d0ba920b0-s.woff2) format("woff2");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:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b2f48049c9c5c631-s.p.woff2) format("woff2");unicode-range:u+00??,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:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/27a4dfb4809e75f0-s.woff2) format("woff2");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:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fd9b8ea6976d80ff-s.p.woff2) format("woff2");unicode-range:u+00??,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:Libre Baskerville Fallback;src:local("Times New Roman");ascent-override:76.22%;descent-override:21.22%;line-gap-override:0.00%;size-adjust:127.26%}.__className_e40923{font-family:Libre Baskerville,Libre Baskerville Fallback}.__variable_e40923{--font-serif:"Libre Baskerville","Libre Baskerville Fallback"}