:root{--brand-navy:#1a3b68;--brand-blue:#6581b8;--brand-blue-light:#b0bad8;--brand-lime:#f2ee84;--brand-teal:#58c5c7;--brand-coral:#f69679;--white:#fff;--black:#000;--ink:#1a3b68;--ink-muted:#5e6972;--surface:#f2f2f2;--surface-2:#e0e6f1;--border:#d1d5e0;--action:#1568e8;--action-hover:#1150b4;--accent-subtle:#5074d7;--success:#0fada5;--warning:#e9c84a;--danger:#d5522d;--focus-ring:#5074d7;--font-display:"Arial Black", "Arial Bold", Arial, "Helvetica Neue", sans-serif;--font-body:Arial, "Helvetica Neue", Helvetica, sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--container-max:1200px;--shadow-sm:0 1px 2px #1a3b680f;--shadow-md:0 4px 16px #1a3b681a;--shadow-lg:0 12px 32px #1a3b6824}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--surface);margin:0;font-size:16px;line-height:1.58}a{color:var(--action);text-decoration:none}a:hover{color:var(--action-hover)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #5074d773}img{max-width:100%}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.site-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--brand-navy);color:#cfdaec;z-index:30;flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-logo{border-bottom:1px solid #ffffff21;padding:26px 24px 24px;display:block}.sidebar-logo img{width:190px;height:auto;display:block}.sidebar-nav{padding:8px 0 24px}.nav-group{margin:0;padding:0}.nav-group h2{color:#8fa4c9;letter-spacing:.08em;text-transform:uppercase;font-size:11px;line-height:1.2;font-family:var(--font-body);margin:0;padding:20px 24px 7px}.nav-group a{color:#d7e0ef;border-left:3px solid #0000;padding:9px 21px;font-size:14px;line-height:1.35;display:block}.nav-group a:hover{color:#fff;background:#ffffff12}.nav-group a.active{color:#fff;border-left-color:var(--brand-teal);background:#ffffff1f;font-weight:700}.sidebar-note{border-top:1px solid #ffffff21;align-items:center;gap:9px;margin-top:auto;padding:18px 24px;font-size:13px;display:flex}.status-dot{background:var(--brand-teal);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #58c5c724}.main-column{flex-direction:column;min-width:0;display:flex}.topbar{background:var(--white);border-bottom:1px solid var(--border);z-index:20;align-items:center;gap:20px;min-height:74px;padding:14px 32px;display:flex;position:sticky;top:0}.topbar-brand{color:var(--brand-navy);align-items:center;gap:14px;font-weight:700;display:flex}.topbar-brand img{width:120px;display:none}.topbar-actions{align-items:center;gap:20px;margin-left:auto;display:flex}.search-link:before{content:"⌕";vertical-align:-1px;margin-right:7px;font-size:20px}.menu-button{background:0 0;border:0;padding:6px;display:none}.menu-button span{background:var(--brand-navy);width:22px;height:2px;margin:4px 0;display:block}.main-content{width:min(100%, calc(var(--container-max) + 64px));flex:1;margin:0 auto;padding:42px 32px 64px}.site-footer{background:var(--white);border-top:1px solid var(--border);align-items:center;gap:28px;padding:28px 32px;display:flex}.site-footer .signature-bar{margin:0}.site-footer strong,.site-footer span{display:block}.site-footer span{color:var(--ink-muted);margin-top:2px;font-size:13px}h1,h2{font-family:var(--font-display);color:var(--black);letter-spacing:-.025em}h1{margin:0 0 18px;font-size:clamp(2.25rem,4vw,3.25rem);line-height:1.08}h2{margin:46px 0 16px;font-size:clamp(1.65rem,2.5vw,2.15rem);line-height:1.2}h3{color:var(--ink);font-size:1.25rem;line-height:1.3}h4{color:var(--ink);font-size:1.05rem}p{margin:0 0 1.1em}.eyebrow{color:var(--accent-subtle);letter-spacing:.09em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700;line-height:1.2;display:inline-block}.signature-bar{border-radius:3px;width:164px;height:6px;margin:22px 0 30px;display:flex;overflow:hidden}.signature-bar i{flex:1}.signature-bar i:first-child{background:var(--brand-navy)}.signature-bar i:nth-child(2){background:var(--brand-blue)}.signature-bar i:nth-child(3){background:var(--brand-blue-light)}.signature-bar i:nth-child(4){background:#9aa3ad}.button{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:10px 18px;font-weight:700;display:inline-flex}.button-primary{background:var(--action);color:#fff}.button-primary:hover{background:var(--action-hover);color:#fff}.button-secondary{color:var(--brand-navy);border-color:var(--brand-navy);background:0 0}.button-secondary:hover{background:var(--surface-2);color:var(--brand-navy)}.button:disabled{opacity:.55;cursor:not-allowed}.hero{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);display:grid;overflow:hidden}.hero-copy{padding:clamp(30px,5vw,64px)}.hero-copy>p{max-width:760px;color:var(--accent-subtle);font-size:20px;line-height:1.45}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-panel{background:var(--brand-navy);color:#fff;flex-direction:column;justify-content:center;padding:42px 32px;display:flex}.hero-panel>span{color:#b9c8e1;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.hero-panel>strong{font:900 64px/1 var(--font-display);margin:12px 0 8px}.hero-panel>p{color:#d9e1ee}.hero-panel dl{margin:20px 0 0}.hero-panel dl div{border-top:1px solid #ffffff26;justify-content:space-between;gap:12px;padding:10px 0;display:flex}.hero-panel dt{color:#b9c8e1}.hero-panel dd{margin:0;font-weight:700}.home-section{margin-top:56px}.home-section.section-surface{border-radius:var(--radius-lg);background:#e9edf4;margin-inline:-32px;padding:42px 32px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px;display:flex}.section-heading h2{margin:0}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.doc-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:24px;display:flex}.doc-card:hover{box-shadow:var(--shadow-md);transition:all .16s;transform:translateY(-1px)}.doc-card h3{margin:14px 0 10px;font-size:20px}.doc-card p{color:var(--ink-muted);flex:1}.doc-card-meta{color:var(--accent-subtle);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;gap:12px;font-size:12px;display:flex}.directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.directory-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:22px}.directory-card h3{margin:0 0 14px}.directory-card ul{margin:0;padding-left:19px}.directory-card li+li{margin-top:8px}.page-header{max-width:860px;margin-bottom:32px}.page-header>p{color:var(--accent-subtle);font-size:19px}.breadcrumbs{color:var(--ink-muted);gap:8px;margin-bottom:28px;font-size:13px;display:flex}.article-meta{justify-content:space-between;align-items:center;gap:18px;display:flex}.article-meta time{color:var(--ink-muted);font-size:13px}.article-lead{max-width:880px;color:var(--accent-subtle);font-size:20px;line-height:1.5}.topic-row{flex-wrap:wrap;gap:7px;display:flex}.topic-chip{border-radius:var(--radius-pill);min-height:28px;color:var(--accent-subtle);background:#5074d71a;align-items:center;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.topic-chip:hover{background:#5074d72e}.article-topics{margin:18px 0 30px}.article-layout{grid-template-columns:minmax(0,820px) minmax(190px,250px);align-items:start;gap:clamp(36px,6vw,76px);display:grid}.article-body{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-wrap:anywhere;padding:clamp(26px,5vw,56px)}.article-body>h1:first-child{margin-top:0}.article-body h2{border-top:1px solid var(--border);padding-top:8px}.article-body h3{margin:32px 0 10px}.article-body h4{margin:26px 0 8px}.article-body ul,.article-body ol{padding-left:24px}.article-body li+li{margin-top:7px}.article-body blockquote{border-left:4px solid var(--warning);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#f2ee8440;margin:28px 0;padding:18px 22px}.article-body blockquote p:last-child{margin-bottom:0}.article-body hr{border:0;border-top:1px solid var(--border);margin:40px 0}.article-toc{font-size:13px;position:sticky;top:98px}.article-toc strong{color:var(--brand-navy);margin-bottom:12px;display:block}.article-toc ol{border-left:2px solid var(--border);margin:0;padding:0;list-style:none}.article-toc li{margin:0}.article-toc li.nested a{padding-left:22px}.article-toc a{color:var(--ink-muted);padding:5px 0 5px 14px;line-height:1.35;display:block}.article-toc a:hover{color:var(--action)}.related-section{margin-top:54px}.related-section h2{margin-top:0}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.related-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--ink);padding:22px;display:block}.related-card:hover{box-shadow:var(--shadow-md);color:var(--ink)}.related-card>span{color:var(--accent-subtle);text-transform:uppercase;font-size:12px}.related-card>strong{margin:8px 0;display:block}.related-card p{color:var(--ink-muted);margin:0;font-size:14px}.global-search{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);max-width:720px;height:58px;box-shadow:var(--shadow-md);align-items:center;padding:0 16px;display:flex}.global-search:focus-within{border-color:var(--focus-ring);box-shadow:0 0 0 3px #5074d733}.global-search input{min-width:0;height:100%;color:var(--ink);border:0;outline:0;flex:1;font-size:17px}.global-search kbd{color:var(--ink-muted);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:3px 7px}.search-count{margin-top:12px;color:var(--ink-muted)!important;font-size:13px!important}.search-results{gap:16px;display:grid}.search-result{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.search-result h2{font-family:var(--font-body);letter-spacing:0;margin:10px 0 8px;font-size:22px}.search-result p{color:var(--ink-muted)}.search-result[hidden]{display:none}.search-empty{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}.feedback-page{max-width:780px}.feedback-form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-top:30px;padding:28px}.feedback-form label{color:var(--ink);gap:7px;margin-bottom:18px;font-weight:700;display:grid}.feedback-form input,.feedback-form textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--ink);background:#fafbfd;padding:11px 13px;font-weight:400}.feedback-form textarea{resize:vertical}.form-note{color:var(--ink-muted);margin-top:16px;font-size:13px}.component-map{border-top:1px solid var(--border);margin-top:36px;padding-top:34px}.component-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.component-stats div{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:14px}.component-stats strong{font:900 26px/1 var(--font-display);color:var(--brand-navy);display:block}.component-stats span{color:var(--ink-muted);margin-top:5px;font-size:12px;display:block}.component-toolbar{background:var(--surface-2);border-radius:var(--radius-md);align-items:end;gap:16px;padding:16px;display:flex}.map-search{flex:1;gap:5px;font-size:12px;font-weight:700;display:grid}.map-search input{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;width:100%;padding:10px 12px}.map-toggle{align-items:center;gap:8px;min-height:42px;font-size:13px;font-weight:700;display:flex}.component-layout{grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);align-items:start;gap:20px;margin-top:22px;display:grid}.component-section{margin-bottom:24px}.component-section h3{margin:0 0 10px;font-size:15px}.component-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.component-card{text-align:left;border:1px solid var(--border);width:100%;color:var(--ink);border-radius:var(--radius-md);cursor:pointer;background:#fff;grid-template-columns:10px 1fr auto;align-items:center;gap:8px;padding:11px;display:grid}.component-card:hover,.component-card.selected{border-color:var(--action);box-shadow:0 0 0 2px #1568e81a}.component-card small{color:var(--ink-muted);white-space:nowrap}.component-status{background:var(--success);border-radius:50%;width:9px;height:9px}.component-card.missing .component-status{background:var(--brand-coral)}.component-detail{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:22px;position:sticky;top:96px}.component-detail h3{margin:0 0 16px}.component-detail h4{margin:26px 0 10px}.solution-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;margin-top:10px;padding:14px}.solution-card>strong,.solution-card>span{display:block}.solution-card>span{color:var(--ink-muted);margin-top:3px;font-size:13px}.solution-card p{color:var(--ink-muted);margin:9px 0 0;font-size:12px}.solution-meta{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.solution-meta span{background:var(--surface-2);border-radius:var(--radius-pill);padding:3px 8px;font-size:11px}.solution-meta .success-badge{color:#0c817b;background:#58c5c72e}.empty-solution{border-radius:var(--radius-md);color:var(--danger);background:#f6967926;padding:12px}.component-feedback{width:100%;margin-top:18px}.map-empty{background:var(--surface);border-radius:var(--radius-md);padding:22px}@media (width<=1100px){.site-shell{grid-template-columns:240px minmax(0,1fr)}.topbar,.main-content{padding-inline:24px}.directory-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.article-toc{display:none}}@media (width<=820px){.site-shell{display:block}.sidebar{width:min(86vw,320px);box-shadow:var(--shadow-lg);transition:transform .18s;position:fixed;inset:0 auto 0 0;transform:translate(-105%)}.sidebar.sidebar-open{transform:translate(0)}.menu-button,.topbar-brand img{display:block}.topbar-brand span,.feedback-link{display:none}.hero,.featured-grid,.related-grid,.component-layout{grid-template-columns:1fr}.component-detail{position:static}}@media (width<=560px){.topbar{min-height:64px;padding:10px 16px}.topbar-actions{gap:12px}.main-content{padding:26px 16px 48px}.site-footer{flex-direction:column;align-items:flex-start;padding-inline:16px}.home-section.section-surface{border-radius:0;margin-inline:-16px;padding-inline:16px}.directory-grid{grid-template-columns:1fr}.hero-copy,.hero-panel{padding:28px 22px}.article-body{border-radius:var(--radius-md);padding:24px 18px}.article-meta{flex-direction:column;align-items:flex-start}.component-stats{grid-template-columns:repeat(2,1fr)}.component-toolbar{flex-direction:column;align-items:stretch}.component-grid{grid-template-columns:1fr}.component-card{grid-template-columns:10px 1fr}.component-card small{grid-column:2}h1{font-size:2.15rem}}
