:root{--bg:#0c0e12;--bg-elevated:#12151c;--text:#e6e8ec;--text-muted:#8b939e;--accent:#c4a35a;--accent-dim:#9a7d42;--stroke:rgba(255,255,255,0.08);--stroke-strong:rgba(255,255,255,0.14);--hero-scrim:linear-gradient(120deg,rgba(6,8,12,0.92),rgba(6,8,12,0.55) 45%,rgba(6,8,12,0.35));--shell:40rem;--shell-wide:min(72rem,100% - 2rem);--header-h:3.5rem;--ease-out:cubic-bezier(0.22,1,0.36,1)}*,:after,:before{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-sans),system-ui,sans-serif;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}.article h1,.hero-title,.page-title,h1,h2,h3{font-family:var(--font-display),Georgia,serif;font-weight:600;letter-spacing:-.02em}a{color:var(--accent);text-decoration:none;transition:color .2s var(--ease-out)}a:hover{color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.layout-main{flex:1 1}.shell{width:100%;max-width:var(--shell)}.shell,.shell-wide{margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.shell-wide{width:var(--shell-wide)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;min-height:var(--header-h);border-bottom:1px solid var(--stroke);background:rgba(12,14,18,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header-inner{max-width:min(72rem,100% - 1.5rem);margin:0 auto;min-height:var(--header-h);padding:.45rem 0;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1rem}.site-brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);font-weight:600;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase}.site-brand:hover{color:var(--accent)}.site-brand-mark{width:.45rem;height:.45rem;border-radius:50%;background:var(--accent);opacity:.9}.site-nav{display:flex;gap:1.5rem;font-size:.875rem}.site-nav a{color:var(--text-muted)}.site-nav a:hover{color:var(--text)}.site-header-extras{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-left:auto}.site-fs-back{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;padding:.45rem .85rem;font-size:.82rem;font-weight:600;color:var(--text);border:1px solid var(--stroke-strong);border-radius:2px;text-decoration:none;transition:border-color .2s var(--ease-out),color .2s var(--ease-out)}.site-fs-back:hover{border-color:var(--accent-dim);color:var(--accent)}.site-fs-back--footer{margin-top:1rem;margin-bottom:.25rem;width:-moz-fit-content;width:fit-content;max-width:100%}@media (max-width:720px){.site-header-inner .site-nav{flex:1 1 100%;order:3;gap:1rem 1.25rem;justify-content:flex-start;padding-top:.55rem;border-top:1px solid var(--stroke)}.site-header-extras{flex:1 1 auto;justify-content:flex-end;order:2;margin-left:0;gap:.45rem}.site-fs-back{font-size:.78rem;padding:.42rem .62rem}}.hero{position:relative;min-height:calc(100svh - var(--header-h));display:flex;align-items:flex-end;padding-bottom:clamp(2.5rem,8vw,5rem)}.hero-media{position:absolute;inset:0;z-index:0}.hero-img{object-fit:cover;object-position:center 30%}.hero-scrim{position:absolute;inset:0;background:var(--hero-scrim)}.hero-content{position:relative;z-index:1;max-width:36rem;padding-bottom:.5rem}@media (prefers-reduced-motion:no-preference){.hero-content{animation:hero-in .85s var(--ease-out) both}}@keyframes hero-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.hero-eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero-title{margin:0 0 1rem;font-size:clamp(2.25rem,5.5vw,3.35rem);line-height:1.12;font-weight:700;color:var(--text)}.hero-title-line{display:block;font-weight:600;color:rgba(230,232,236,.92)}.hero-lead{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.6;color:rgba(230,232,236,.78);max-width:32rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.2rem;font-size:.9rem;font-weight:600;font-family:var(--font-sans),system-ui,sans-serif;border-radius:2px;border:1px solid transparent;transition:background .2s var(--ease-out),color .2s var(--ease-out),border-color .2s var(--ease-out)}.btn-primary{background:var(--accent);color:#14110a;border-color:var(--accent)}.btn-primary:hover{background:var(--text);border-color:var(--text);color:var(--bg)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--stroke-strong)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.page-block{padding:clamp(3rem,8vw,5rem) 0}.page-block-tight{padding:clamp(2rem,5vw,3rem) 0}.page-title{margin:0 0 .75rem;font-size:clamp(1.65rem,3vw,2rem)}.lead{margin:0 0 1.5rem;color:var(--text-muted);font-size:1.02rem;max-width:36rem}.support-grid{display:grid;grid-gap:2rem;gap:2rem;margin-top:2rem}@media (min-width:640px){.support-grid{grid-template-columns:repeat(3,1fr);gap:2rem 2.5rem}}.support-item h2{margin:0 0 .5rem;font-family:var(--font-sans),system-ui,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-dim)}.support-item p{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.6}.divider-faint{height:1px;background:var(--stroke);margin:0;border:0}.breadcrumbs{margin-bottom:1.5rem}.breadcrumbs-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.8rem}.breadcrumbs-item{display:inline-flex;align-items:center;gap:.5rem}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs-current,.breadcrumbs-sep{color:var(--text-muted)}.breadcrumbs-sep{opacity:.5}.article-layout{display:grid;grid-gap:2rem;gap:2rem;padding-bottom:4rem}@media (min-width:900px){.article-layout{grid-template-columns:minmax(0,1fr) 11rem;align-items:start}.article-toc-wrap{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 1rem)}}.article-toc{padding:0;margin:0}.article-toc-title{margin:0 0 .75rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.article-toc-list{list-style:none;margin:0;padding:0}.article-toc-list li{margin-bottom:.45rem}.article-toc-list a{font-size:.8rem;color:var(--text-muted);line-height:1.35}.article-toc-list a:hover{color:var(--accent)}.article{min-width:0}.article h1{font-size:clamp(1.85rem,3.5vw,2.35rem);line-height:1.2;margin:0 0 .75rem}.article .meta{font-size:.8rem;color:var(--text-muted);margin:0 0 1.75rem}.article #lead{margin:0 0 1.75rem;font-size:1.08rem;color:rgba(230,232,236,.88);line-height:1.7}.article section{margin-bottom:2rem;scroll-margin-top:calc(var(--header-h) + .75rem)}.article h2{font-size:1.2rem;margin:0 0 .65rem;color:var(--text);font-family:var(--font-display),Georgia,serif}.article p{margin:0 0 .85rem;color:var(--text-muted);max-width:40rem}.article p:last-child{margin-bottom:0}.symbol-search-label{display:block;margin-bottom:.4rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.symbol-search-input{width:100%;max-width:28rem;padding:.65rem .85rem;font:inherit;font-size:1rem;color:var(--text);background:var(--bg-elevated);border:1px solid var(--stroke-strong);border-radius:2px}.symbol-search-input::placeholder{color:var(--text-muted);opacity:.7}.symbol-search-input:focus{outline:none;border-color:var(--accent-dim)}.symbol-search-meta{margin:.65rem 0 1.25rem;font-size:.8rem;color:var(--text-muted)}.symbol-search-empty{margin:1rem 0 0;color:var(--text-muted);font-size:.95rem}.symbol-rows{list-style:none;margin:0;padding:0;border-top:1px solid var(--stroke)}.symbol-rows li{border-bottom:1px solid var(--stroke)}.symbol-row-link{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.9rem .15rem .9rem 0;color:var(--text)}.symbol-row-link:hover{color:var(--accent)}.symbol-row-title{font-size:1rem;line-height:1.4}.symbol-row-arrow{flex-shrink:0;color:var(--text-muted);font-size:.9rem}.symbol-row-link:hover .symbol-row-arrow{color:var(--accent)}.cta{margin-top:2.5rem;padding:1.5rem 0 0;border-top:1px solid var(--stroke)}.cta-title{margin:0 0 .5rem;font-family:var(--font-display),Georgia,serif;font-size:1.25rem;font-weight:600}.cta-text{margin:0 0 1rem;color:var(--text-muted);font-size:.95rem;max-width:32rem}.cta .cta-button{padding:.65rem 1.2rem;font-size:.9rem;font-weight:600;border-radius:2px;background:var(--accent);color:#14110a;border:1px solid var(--accent);text-decoration:none}.cta .cta-button:hover{background:var(--text);border-color:var(--text);color:var(--bg)}.site-footer{margin-top:auto;padding:2.5rem 0 1.5rem;border-top:1px solid var(--stroke);background:var(--bg-elevated)}.site-footer-inner{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:560px){.site-footer-inner{grid-template-columns:1.2fr 1fr}}.site-footer-title{margin:0 0 .5rem;font-family:var(--font-display),Georgia,serif;font-size:1.1rem}.site-footer-muted{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.55;max-width:22rem}.site-footer-links{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem}.site-footer-links a{color:var(--text-muted)}.site-footer-links a:hover{color:var(--accent)}.site-footer-copy{margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid var(--stroke);font-size:.75rem;color:var(--text-muted)}.footer-note{margin-top:2rem;font-size:.8rem;color:var(--text-muted);max-width:36rem}.prose-plain p{margin:0 0 1rem;color:var(--text-muted);max-width:40rem}.prose-plain p:last-child{margin-bottom:0}@media (max-width:420px){.shell,.shell-wide{padding-left:1rem;padding-right:1rem}}.hero-share-row{margin-top:1rem}.page-inline-share{margin:-.25rem 0 1.35rem}.about-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem 1.25rem;margin-bottom:1.5rem}.about-actions .btn-primary{min-height:2.65rem}.site-footer-share{margin-top:.5rem}.share-block-label{margin:0 0 .45rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.share-block-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:.45rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;min-width:2.65rem;padding:.4rem .72rem;font:inherit;font-size:.8rem;font-weight:600;color:var(--text);background:var(--bg-elevated);border:1px solid var(--stroke-strong);border-radius:2px;cursor:pointer;text-decoration:none;transition:border-color .2s var(--ease-out),color .2s var(--ease-out)}a.share-btn:hover,button.share-btn:hover{border-color:var(--accent-dim);color:var(--accent)}.share-block--compact .share-block-actions{gap:.35rem}.share-block--compact .share-btn{min-height:2.4rem;min-width:2.4rem;padding:.35rem .55rem;font-size:.75rem}@media (max-width:560px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;justify-content:center}.about-actions{flex-direction:column;align-items:stretch}.about-actions .share-block{width:100%}.about-actions .share-block-actions{justify-content:flex-start}.admin-row .btn-ghost,.admin-row .btn-primary{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.25rem);min-height:2.65rem}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_fe7774{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_fe7774{--font-sans:"Manrope","Manrope Fallback"}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_1b5d3e{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_1b5d3e{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}