:root{color-scheme:light;--bg:#f6f1ea;--bg-elevated:#fdfaf6;--surface:#f3ece3;--surface-strong:#fffcf7;--surface-mist:#ebe4da;--forest:#1b3022;--forest-mid:#243d30;--text:#1a1916;--text-muted:#4d4a44;--text-soft:#6f6a62;--border:rgba(27,48,34,0.08);--border-strong:rgba(27,48,34,0.14);--accent:#2f4d3c;--accent-strong:var(--forest);--accent-soft:rgba(27,48,34,0.08);--accent-cool:#3a4f5c;--accent-cool-soft:rgba(58,79,92,0.12);--accent-cool-veil:rgba(58,79,92,0.06);--accent-warm:#8f6f4f;--accent-warm-soft:rgba(143,111,79,0.14);--accent-warm-veil:rgba(143,111,79,0.06);--success:#3a5c45;--shadow-sm:0 12px 32px rgba(27,48,34,0.06);--shadow-md:0 20px 48px rgba(27,48,34,0.09);--shadow-lg:0 28px 72px rgba(27,48,34,0.11);--radius-sm:0.125rem;--radius-md:0.25rem;--radius-lg:0.35rem;--radius-xl:0.5rem;--container:72rem;--container-narrow:58rem;--header-offset:5rem;--focus:0 0 0 3px rgba(47,77,60,0.28);--font-sans:var(--font-inter),system-ui,"Segoe UI",Helvetica,Arial,sans-serif;--font-serif:var(--font-noto-serif),"Noto Serif",Georgia,"Times New Roman",serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background-color:var(--bg);background:radial-gradient(ellipse 120% 80% at 100% 0,var(--accent-cool-veil),transparent 50%),radial-gradient(ellipse 90% 70% at 0 100%,var(--accent-warm-veil),transparent 45%),linear-gradient(180deg,#faf6f0 0,var(--bg) 45%,#f2ebe2 100%);color:var(--text);font-family:var(--font-sans);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}canvas,img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}::selection{background:rgba(63,91,87,.18);color:var(--text)}:focus-visible{outline:none;box-shadow:var(--focus)}h1,h2,h3,h4{margin:0;color:var(--text);letter-spacing:-.03em;line-height:1.12;text-wrap:balance}.rtg-display,h1,h2{font-family:var(--font-serif);font-weight:600}p{margin:0}.rtg-shell{position:relative;isolation:isolate;min-height:100vh;display:flex;flex-direction:column}.rtg-shell:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.045;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E")}.rtg-shell>*{position:relative;z-index:1}.rtg-site-main{flex:1 0 auto}.rtg-site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(180deg,rgba(253,250,246,.97),rgba(246,241,234,.92));box-shadow:0 18px 40px rgba(27,48,34,.05)}.rtg-site-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,transparent,rgba(27,48,34,.12) 20%,rgba(143,111,79,.2) 50%,rgba(27,48,34,.1) 80%,transparent);opacity:.85;pointer-events:none}.rtg-site-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5rem}.rtg-site-header__brand{display:grid;grid-gap:.1rem;gap:.1rem;color:var(--text);font-family:var(--font-serif);font-weight:600;letter-spacing:-.02em}.rtg-site-header__brand small{color:var(--text-soft);font-size:.82rem;font-weight:500;letter-spacing:0}.rtg-site-footer__nav,.rtg-site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;list-style:none;margin:0;padding:0}.rtg-site-footer__link,.rtg-site-nav__link{display:inline-flex;align-items:center;min-height:2.5rem;padding:.5rem .65rem;border-radius:var(--radius-sm);color:var(--text-muted);font-size:.88rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;transition:background-color .14s ease,color .14s ease}.rtg-site-footer__link:hover,.rtg-site-nav__link:hover{background:rgba(255,252,247,.9);color:var(--text)}.rtg-site-footer__link[aria-current=page],.rtg-site-nav__link[aria-current=page]{background:transparent;color:var(--forest);font-weight:600;box-shadow:inset 0 3px 0 0 var(--accent-warm)}.rtg-site-footer{position:relative;background:linear-gradient(180deg,var(--surface-mist) 0,rgba(235,228,218,.65) 100%);box-shadow:0 -24px 48px rgba(27,48,34,.04)}.rtg-site-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,transparent,rgba(27,48,34,.1) 35%,rgba(143,111,79,.18) 50%,rgba(27,48,34,.08) 70%,transparent);opacity:.9;pointer-events:none}.rtg-site-footer__inner{display:flex;justify-content:space-between;gap:2rem;padding-block:2rem}.rtg-site-footer__brand{display:inline-block;font-weight:650;letter-spacing:-.02em;color:inherit;text-decoration:none}.rtg-site-footer__brand:hover{color:var(--text)}.rtg-site-footer__brand[aria-current=page]{font-weight:700}.rtg-site-footer__copy{max-width:38rem;color:var(--text-muted)}.rtg-container{width:min(100% - 2rem,var(--container));margin-inline:auto}.rtg-container--narrow{width:min(100% - 2rem,var(--container-narrow))}.rtg-section{padding-block:clamp(3.5rem,6vw,6.5rem)}.rtg-section--tight{padding-block:clamp(2.5rem,4vw,4rem)}.rtg-section__head{display:grid;grid-gap:.8rem;gap:.8rem;margin-bottom:clamp(1.5rem,2.5vw,2.25rem)}.rtg-eyebrow{color:var(--accent-strong);font-size:.8rem;font-weight:600;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.rtg-kicker{font-size:.92rem;font-weight:500}.rtg-kicker,.rtg-lead{color:var(--text-muted)}.rtg-lead{max-width:46rem;font-size:clamp(1.05rem,1.2vw,1.2rem)}.rtg-copy,.rtg-prose{color:var(--text-muted)}.rtg-prose{font-size:1rem}.rtg-prose>*+*{margin-top:1rem}.rtg-prose ol,.rtg-prose ul{margin:0;padding-left:1.2rem}.rtg-prose li+li{margin-top:.4rem}.rtg-prose strong{color:var(--text);font-weight:650}.rtg-prose a{text-decoration:underline;text-underline-offset:.16em}.rtg-inline-cta{display:inline-block;margin-top:.35rem;font-weight:600;color:var(--accent-strong);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px}.rtg-inline-cta:hover{color:var(--accent)}.rtg-grid{display:grid;grid-gap:1rem;gap:1rem}.rtg-grid--2,.rtg-grid--3{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:48rem){.rtg-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.rtg-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.rtg-section__head--split{grid-template-columns:minmax(0,1.5fr) minmax(18rem,.9fr);align-items:end;gap:2rem}}@media (max-width:60rem){.rtg-site-header__inner{flex-direction:column;align-items:flex-start;gap:.75rem;min-height:auto;padding-block:.75rem}.rtg-site-nav{gap:.2rem;width:100%;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.rtg-site-nav::-webkit-scrollbar{display:none}.rtg-site-nav__link{min-height:2.25rem;padding:.45rem .65rem;font-size:.92rem;white-space:nowrap}}@media (max-width:56rem){.rtg-site-footer__inner{align-items:flex-start;flex-direction:column}}.rtg-card,.rtg-panel,.rtg-surface{background:var(--surface-strong);border:0;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rtg-card{padding:clamp(1.1rem,2vw,1.5rem);display:grid;grid-gap:.9rem;gap:.9rem}.rtg-card--tight{gap:.7rem}.rtg-card--raised{box-shadow:var(--shadow-md)}.rtg-card__title{font-size:1.05rem;font-weight:650;letter-spacing:-.02em}.rtg-card__meta{color:var(--text-soft);font-size:.92rem}.rtg-card__body{color:var(--text-muted)}.rtg-rule{height:2px;background:linear-gradient(90deg,transparent,rgba(27,48,34,.12),transparent)}.rtg-badge{display:inline-flex;align-items:center;gap:.45rem;width:-moz-fit-content;width:fit-content;border:0;border-radius:var(--radius-sm);background:var(--surface-mist);color:var(--text-muted);font-size:.82rem;font-weight:600;letter-spacing:.01em;padding:.45rem .75rem}.rtg-badge:before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:var(--accent);box-shadow:0 0 0 5px var(--accent-soft)}.rtg-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid transparent;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.85rem;padding:.75rem 1.1rem;font-size:.95rem;font-weight:650;line-height:1;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.rtg-button:hover{transform:translateY(-1px)}.rtg-button:active{transform:translateY(0)}.rtg-button--primary{background:var(--forest);color:#fdfaf6;box-shadow:0 14px 32px rgba(27,48,34,.22)}.rtg-button--primary:hover{background:var(--forest-mid)}.rtg-button--secondary{background:var(--surface-strong);color:var(--forest);border-color:rgba(27,48,34,.22)}.rtg-button--secondary:hover{border-color:rgba(27,48,34,.35);background:#fff}.rtg-button--ghost{background:transparent;color:var(--text-muted);border-color:transparent}.rtg-button--ghost:hover{background:rgba(255,255,255,.5);color:var(--text)}.rtg-button:disabled,.rtg-button[aria-disabled=true]{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.rtg-field{display:grid;grid-gap:.45rem;gap:.45rem}.rtg-label{color:var(--text);font-size:.92rem;font-weight:600}.rtg-input,.rtg-select,.rtg-textarea{width:100%;border:2px solid rgba(27,48,34,.12);border-radius:var(--radius-md);background:rgba(255,255,255,.8);color:var(--text);padding:.88rem 1rem;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.rtg-input::placeholder,.rtg-textarea::placeholder{color:var(--text-soft)}.rtg-input:focus,.rtg-select:focus,.rtg-textarea:focus{outline:none;border-color:rgba(63,91,87,.45);box-shadow:var(--focus);background:#fff}.rtg-textarea{min-height:9rem;resize:vertical}.rtg-help{color:var(--text-soft);font-size:.88rem}.rtg-stack{display:grid;grid-gap:var(--stack-gap,1rem);gap:var(--stack-gap,1rem)}.rtg-stack--compact{--stack-gap:0.65rem}.rtg-stack--wide{--stack-gap:1.5rem}.rtg-skip-link,.rtg-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rtg-skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:100;width:auto;height:auto;margin:0;padding:.65rem 1rem;clip:auto;overflow:visible;white-space:normal;background:var(--accent-strong);color:#fffaf5;font-weight:600;font-size:.9rem;border-radius:var(--radius-md);text-decoration:none;outline:none;box-shadow:var(--shadow-md),var(--focus)}.rtg-fade-up{animation:rtgFadeUp .52s ease both}.rtg-delay-1{animation-delay:80ms}.rtg-delay-2{animation-delay:.16s}.rtg-delay-3{animation-delay:.24s}@keyframes rtgFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rtg-shell:before{opacity:.02}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b800e61c24d781c-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 Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dcd0d8c94b74be53-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/435d7d3c1b2ff02f-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ba6607e4cc7979de-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 Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3ba05cde04a1b013-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d4548b25969cca89-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 Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/f1c328b8a9761933-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 Serif";font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/30d74baa196fe88a-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 Serif Fallback";src:local("Times New Roman");ascent-override:90.29%;descent-override:24.75%;line-gap-override:0.00%;size-adjust:118.40%}.__className_d4b326{font-family:"Noto Serif","Noto Serif Fallback";font-style:normal}.__variable_d4b326{--font-noto-serif:"Noto Serif","Noto Serif Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}