
:root{
  --tvh-bg:#f7f2e8;--tvh-surface:#fffdf7;--tvh-card:#ffffff;--tvh-ink:#10221b;--tvh-muted:#5d6b64;--tvh-green:#0c4940;--tvh-teal:#0b7d73;--tvh-blue:#0b2d5e;--tvh-line:rgba(12,73,64,.16);--tvh-soft:rgba(12,73,64,.06);--tvh-shadow:0 22px 48px rgba(12,43,36,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.institutional-v262{margin:0;background:linear-gradient(90deg,#f1eadc 0,#fffdf8 7%,#fffdf8 93%,#f1eadc 100%);color:var(--tvh-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}.institutional-v262 a{color:var(--tvh-teal)}.institutional-v262 img{max-width:100%;height:auto}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:18px;top:18px;background:#fff;padding:10px 14px;border-radius:12px;z-index:10000}.tvh-header{position:sticky;top:0;z-index:900;background:rgba(255,253,247,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--tvh-line)}.tvh-header-inner{max-width:1440px;margin:0 auto;padding:14px 26px;display:flex;align-items:center;gap:24px;justify-content:space-between}.tvh-brand{display:flex;flex-direction:column;text-decoration:none;color:var(--tvh-green);font-weight:900;letter-spacing:.02em;min-width:max-content}.tvh-brand small{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--tvh-muted);font-weight:800}.tvh-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.tvh-nav a{color:var(--tvh-green);text-decoration:none;font-weight:800;font-size:14px;padding:10px 12px;border-radius:999px}.tvh-nav a:hover,.tvh-nav a[aria-current="page"]{background:rgba(12,73,64,.08);color:var(--tvh-teal)}.tvh-nav .start-route{background:var(--tvh-teal);color:#fff;box-shadow:0 12px 28px rgba(11,125,115,.18)}.tvh-nav .start-route:hover{background:var(--tvh-green);color:#fff}.tvh-main{max-width:1440px;margin:0 auto;padding:0 26px 64px}.tvh-hero{padding:62px 0 28px}.tvh-hero-card,.tvh-card,.tvh-section,.route-bar,.module-shell{background:var(--tvh-card);border:1px solid var(--tvh-line);border-radius:30px;box-shadow:var(--tvh-shadow)}.tvh-hero-card{padding:40px}.eyebrow,.section-kicker{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:var(--tvh-teal);font-weight:900}.tvh-hero h1,.page-header h1{font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.05em;margin:10px 0 18px;color:var(--tvh-ink)}.tvh-hero .lead,.page-summary{font-size:clamp(18px,2vw,24px);max-width:980px;color:var(--tvh-muted);font-weight:520}.authority-line{margin:20px 0 0;padding:16px 18px;border-radius:18px;background:rgba(12,73,64,.06);border-left:6px solid var(--tvh-teal);font-weight:850;color:var(--tvh-green)}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 18px;font-weight:900;text-decoration:none;border:1px solid var(--tvh-line)}.btn-primary{background:var(--tvh-teal);color:#fff!important;box-shadow:0 14px 30px rgba(11,125,115,.18)}.btn-secondary{background:#fff;color:var(--tvh-green)!important}.route-bar{margin:18px 0;padding:18px 20px}.route-title{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.route-title strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--tvh-green)}.route-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.route-step{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--tvh-line);background:linear-gradient(180deg,#fff,#f8fbf8);border-radius:18px;color:var(--tvh-green);text-decoration:none}.route-step span:first-child{display:inline-grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:var(--tvh-teal);color:#fff;font-weight:900}.route-step b{display:block;line-height:1.2}.route-step small{display:block;color:var(--tvh-muted);margin-top:4px}.you-are-here{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(11,125,115,.08);color:var(--tvh-teal);font-weight:900}.page-header{padding:36px 0 18px}.breadcrumbs{font-size:13px;color:var(--tvh-muted);margin:18px 0}.breadcrumbs a{text-decoration:none;color:var(--tvh-green);font-weight:800}.mini-index{margin:18px 0 0;padding:18px;border:1px solid var(--tvh-line);border-radius:24px;background:var(--tvh-surface)}.mini-index strong{display:block;margin-bottom:10px;color:var(--tvh-green)}.mini-index nav{display:flex;flex-wrap:wrap;gap:8px}.mini-index a{padding:8px 11px;border:1px solid var(--tvh-line);border-radius:999px;background:#fff;text-decoration:none;color:var(--tvh-green);font-weight:800;font-size:14px}.reviewer-tools{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}.reviewer-toggle{display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border-radius:999px;border:1px solid var(--tvh-line);background:#fff;color:var(--tvh-green);font-weight:900;cursor:pointer}.reviewer-toggle input{accent-color:var(--tvh-teal)}.institutional-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.left-rail{position:sticky;top:92px;padding:18px;border:1px solid var(--tvh-line);border-radius:24px;background:rgba(255,253,247,.94);box-shadow:0 14px 34px rgba(12,43,36,.06)}.left-rail strong{display:block;margin-bottom:10px;color:var(--tvh-green)}.left-rail a{display:block;text-decoration:none;color:var(--tvh-muted);font-weight:800;padding:8px 0;border-bottom:1px solid rgba(12,73,64,.08)}.left-rail a:hover{color:var(--tvh-teal)}.content-stack{display:grid;gap:16px}.tvh-section{padding:28px;margin:18px 0}.module-shell{padding:0;overflow:hidden}.module-shell>summary{list-style:none;cursor:pointer;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-weight:950;color:var(--tvh-green);font-size:20px}.module-shell>summary::-webkit-details-marker{display:none}.module-shell>summary:after{content:"+";display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(12,73,64,.08);color:var(--tvh-teal);font-size:22px}.module-shell[open]>summary:after{content:"–"}.module-body{padding:0 26px 26px}.module-body p{color:var(--tvh-muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.tile{border:1px solid var(--tvh-line);border-radius:22px;background:var(--tvh-surface);padding:18px}.tile b,.tile strong{display:block;color:var(--tvh-green);margin-bottom:7px}.tile p{margin:0;color:var(--tvh-muted)}.bullet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:14px 0}.bullet{padding:14px 16px;border-radius:18px;background:rgba(12,73,64,.05);border:1px solid rgba(12,73,64,.12);font-weight:750;color:var(--tvh-green)}.diagram-card{padding:18px;border-radius:24px;background:linear-gradient(180deg,#fff,#f7fbf8);border:1px solid var(--tvh-line);overflow:hidden}.diagram-card img{display:block;width:100%;height:auto;border-radius:18px;border:1px solid rgba(12,73,64,.10)}.diagram-card figcaption{font-size:14px;color:var(--tvh-muted);margin-top:10px}.diagram-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:18px}.diagram-item{padding:18px;border:1px solid var(--tvh-line);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(12,43,36,.05)}.diagram-thumb{height:190px;display:grid;place-items:center;background:#f7fbf8;border-radius:18px;border:1px solid rgba(12,73,64,.10);overflow:hidden}.diagram-thumb img{width:100%;height:100%;object-fit:contain}.next-block{padding:26px;border-radius:28px;background:linear-gradient(135deg,rgba(11,125,115,.1),rgba(11,45,94,.06));border:1px solid var(--tvh-line);margin-top:20px}.footer{border-top:1px solid var(--tvh-line);background:var(--tvh-green);color:#eaf8f4}.footer-inner{max-width:1440px;margin:0 auto;padding:34px 26px;display:grid;grid-template-columns:1.3fr 2fr;gap:30px}.footer a{color:#eaf8f4;text-decoration:none;font-weight:800}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.reviewer-mode .narrative{display:none!important}.reviewer-mode .module-shell:not(.reviewer-essential){display:none}.reviewer-mode .mini-index,.reviewer-mode .route-bar,.reviewer-mode .diagram-card{box-shadow:none}.compact-note{font-size:14px;color:var(--tvh-muted)}.table-wrap{overflow-x:auto;border-radius:20px;border:1px solid var(--tvh-line)}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:14px 16px;border-bottom:1px solid rgba(12,73,64,.1);text-align:left;vertical-align:top}th{color:var(--tvh-green);background:rgba(12,73,64,.06)}tr:last-child td{border-bottom:0}@media(max-width:980px){.tvh-header-inner{align-items:flex-start;flex-direction:column}.tvh-nav{justify-content:flex-start}.route-steps{grid-template-columns:1fr}.institutional-layout{grid-template-columns:1fr}.left-rail{position:relative;top:auto}.tvh-hero-card{padding:26px}.footer-inner{grid-template-columns:1fr}.tvh-main{padding:0 18px 48px}.tvh-hero h1,.page-header h1{font-size:clamp(38px,10vw,56px)}}
