:root{--home-bg:#f4f8fa;--home-surface:#fff;--home-border:#d9e4ea;--home-border-strong:#c4d5df;--home-text:#1a3344;--home-muted:#5f7380;--home-accent:#0a6887}.home-page,.home-page *{box-sizing:border-box}.home-page{background:var(--home-bg);color:var(--home-text);min-height:100vh;padding:.65rem;font-family:Segoe UI,system-ui,sans-serif}.home-layout{grid-template-columns:minmax(0,1fr);gap:.65rem;max-width:1220px;margin:0 auto;display:grid}.home-page--sidebar-collapsed .home-sidebar{display:grid;transform:translate(-100%)}.home-sidebar{max-width:min(88vw,320px);max-height:none;bottom:0;left:0;top:var(--site-access-bar-height);z-index:1160;background:linear-gradient(#dce9f1 0%,#cfdeea 100%);border:1px solid #b8cdd9;gap:.6rem;width:100%;padding:.65rem;transition:transform .16s;display:grid;position:fixed;overflow-y:auto;transform:translate(0)}.home-sidebar__brand{align-items:center;gap:.55rem;display:flex}.home-sidebar__logo{color:#fff;letter-spacing:.12em;background:#0c6d8e;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;font-size:.78rem;font-weight:800;display:inline-flex}.home-sidebar__name{margin:0;font-size:.94rem;font-weight:700;line-height:1.15}.home-sidebar__role{color:var(--home-muted);margin:.1rem 0 0;font-size:.78rem}.home-sidebar__intro{color:var(--home-muted);margin:0;font-size:.8rem;line-height:1.5}.home-sidebar__nav{border-top:1px solid #b9ceda;gap:0;display:grid}.home-sidebar__section{color:var(--home-accent);letter-spacing:.1em;text-transform:uppercase;margin:.65rem 0 .2rem;font-size:.71rem;font-weight:700}.home-sidebar__link{color:var(--home-text);border-top:1px solid #c3d5df;gap:.13rem;padding:.46rem .35rem;text-decoration:none;transition:background-color .12s;display:grid}.home-sidebar__link strong{font-size:.87rem;line-height:1.2}.home-sidebar__link span{color:var(--home-muted);font-size:.75rem;line-height:1.4}.home-sidebar__link:hover,.home-sidebar__link:focus-visible{color:#084a63;background:#eaf3f8;outline:none}.home-content{gap:.65rem;min-width:0;display:grid}.home-hero-card{border:1px solid var(--home-border);background:linear-gradient(#fff 0%,#eef5fa 100%);border-left:3px solid #9ec8d8;padding:.85rem}.home-hero-card__eyebrow{color:var(--home-accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .25rem;font-size:.72rem;font-weight:700}.home-hero-card h1{max-width:24ch;margin:0;font-size:clamp(1.28rem,2.3vw,1.75rem);line-height:1.17}.home-hero-card__text{color:var(--home-muted);max-width:64ch;margin:.55rem 0 0;font-size:.91rem;line-height:1.58}.home-section{border:1px solid var(--home-border);background:linear-gradient(#fcfeff 0%,#f1f7fb 100%);padding:.85rem}.home-section__header{justify-content:space-between;align-items:start;gap:.75rem;margin-bottom:.65rem;display:flex}.home-section__eyebrow{color:var(--home-accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .2rem;font-size:.72rem;font-weight:700}.home-section__header h2{margin:0;font-size:clamp(1.12rem,1.8vw,1.42rem)}.home-section__description{color:var(--home-muted);max-width:60ch;margin:.35rem 0 0;font-size:.89rem;line-height:1.5}.home-view-switch{flex-wrap:wrap;gap:.38rem;display:flex}.home-view-switch__btn{border:1px solid var(--home-border-strong);color:#305265;cursor:pointer;font:inherit;background:#f6fafc;min-height:1.95rem;padding:.22rem .58rem;font-size:.78rem;font-weight:700}.home-view-switch__btn:hover,.home-view-switch__btn:focus-visible{color:#103e53;border-color:#9ec0cf;outline:none}.home-view-switch__btn.is-active{color:#fff;background:#0a6887;border-color:#0a6887}.home-search-panel{border:1px solid var(--home-border);background:linear-gradient(#fff 0%,#f3f8fb 100%);margin-bottom:.65rem;padding:.65rem}.home-search-panel__label{margin-bottom:.35rem;font-size:.84rem;font-weight:700;display:block}.home-search-panel input{border:1px solid var(--home-border-strong);color:var(--home-text);font:inherit;width:100%;min-height:2rem;padding:.35rem .5rem}.home-search-panel input:focus{border-color:#7eacbf;outline:none}.home-search-panel__summary{color:var(--home-muted);margin:.45rem 0 0;font-size:.8rem}.home-dashboard{border-top:1px solid var(--home-border);gap:0;display:grid}.category-card{border-bottom:1px solid var(--home-border);background:linear-gradient(#fff 0%,#f4f9fc 100%);gap:0;padding:.58rem 0;display:grid}.category-card:nth-child(2n){background:linear-gradient(#fbfdff 0%,#edf4f9 100%)}.category-card__header{justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.4rem;display:flex}.category-card__eyebrow{color:var(--home-accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .16rem;font-size:.68rem;font-weight:700}.category-card__header h3{margin:0;font-size:1rem}.category-card__count{color:#55707f;font-size:.75rem;font-weight:700}.category-card__body{max-height:14rem;padding-right:.2rem;overflow-y:auto}.category-card__body::-webkit-scrollbar{width:7px}.category-card__body::-webkit-scrollbar-thumb{background:#c9d7df}.item-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.home-link{color:var(--home-text);border-top:1px solid #e4edf2;justify-content:space-between;align-items:center;gap:.45rem;min-height:2rem;padding:.28rem 0;text-decoration:none;display:flex}.item-list li:first-child .home-link{border-top:1px solid #d8e5eb}.home-link:hover,.home-link:focus-visible{color:#0d4d67;outline:none}.home-link__text{font-size:.86rem;line-height:1.35}.home-link__badge{color:#607a88;white-space:nowrap;flex:none;font-size:.73rem;font-weight:700}.home-empty-state{border:1px dashed var(--home-border-strong);color:var(--home-muted);text-align:center;place-items:center;gap:.3rem;min-height:7rem;padding:.7rem;display:grid}.home-empty-state strong{color:var(--home-text);font-size:.9rem}.home-empty-state code{background:#edf4f8;padding:.08rem .22rem;font-size:.8rem}@media (width<=760px){.home-section__header{flex-direction:column}}@media (width<=640px){.home-page{padding:.45rem}.home-search-panel,.home-section,.home-sidebar,.home-hero-card{padding:.62rem}.category-card__body{max-height:12rem}}
