:root{--ink:#20242b;--muted:#5e6470;--paper:#faf9f6;--surface:#fff;--soft:#f1eee7;--brand:#5b3f72;--brand-dark:#352443;--brand-light:#eee4f4;--accent:#a66b1f;--line:#d9d2df;--danger:#8b2635;--danger-soft:#fff1f3;--warn:#795400;--warn-soft:#fff8e7;--success:#2f6657;--shadow:0 16px 42px rgba(53,36,67,.09);--radius:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.85}a{color:var(--brand-dark);text-underline-offset:.18em}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #ffbf47;outline-offset:4px;border-radius:6px}.skip-link{position:absolute;top:-8rem;inset-inline-start:1rem;background:#fff;color:#000;padding:.8rem 1rem;border:2px solid #000;border-radius:8px;z-index:1000}.skip-link:focus{top:1rem}.wrap{width:min(var(--max),calc(100% - 2rem));margin-inline:auto}.header{background:var(--brand-dark);color:#fff;border-bottom:4px solid #c18a35}.head{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.8rem}.brand{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-weight:800;line-height:1.35}.brand img{width:46px;height:46px}.nav{display:flex;flex-wrap:wrap;gap:.35rem}.nav a{color:#fff;text-decoration:none;padding:.55rem .7rem;border-radius:10px;font-weight:700}.nav a:hover,.nav a[aria-current="page"]{background:rgba(255,255,255,.14)}.breadcrumb{font-size:.92rem;color:var(--muted);padding-block:1rem}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;padding:0;margin:0}.breadcrumb li:not(:last-child)::after{content:"/";margin-inline-start:.45rem;color:#8b8192}.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:1.2rem;align-items:stretch;padding:1rem 0 2rem}.hero-main,.side-card,.panel,.card,.route,.source,.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-main{padding:clamp(1.4rem,4vw,3rem);background:linear-gradient(145deg,#352443 0%,#5b3f72 72%,#795994 100%);color:#fff}.eyebrow{margin:0 0 .4rem;font-weight:900;color:#eadcf1}.hero h1{font-size:clamp(2rem,5vw,3.55rem);line-height:1.18;margin:.2rem 0 1rem;max-width:17ch}.lead{font-size:clamp(1.05rem,2vw,1.22rem);max-width:67ch;margin:0}.side-card{padding:1.35rem}.side-card h2{font-size:1.22rem;margin-top:0}.side-card ol,.side-card ul{padding-inline-start:1.25rem}.actions,.quick-nav{display:flex;flex-wrap:wrap;gap:.7rem}.actions{margin-top:1.35rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:.65rem 1rem;border-radius:12px;background:#fff;color:var(--brand-dark);font-weight:900;text-decoration:none;border:2px solid #fff}.button.secondary{background:transparent;color:#fff}.button.dark{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.quick-nav{padding:.75rem;margin:0 0 1.5rem;background:var(--soft);border:1px solid var(--line);border-radius:16px}.quick-nav a{font-weight:800;text-decoration:none;padding:.42rem .62rem;border-radius:9px}.quick-nav a:hover{background:#fff}.notice{border:2px solid #dba6ae;background:var(--danger-soft);padding:1.05rem 1.15rem;border-radius:16px;margin:0 0 1.5rem}.notice h2{font-size:1.2rem;color:var(--danger);margin:0 0 .3rem}.notice p{margin:.25rem 0}.section{padding:2rem 0}.section-head{max-width:850px;margin-bottom:1.25rem}.section h2{font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.35;margin:.2rem 0 .55rem}.intro{font-size:1.06rem;color:var(--muted);margin:0}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.card,.panel,.route,.source{padding:1.25rem}.card h3,.panel h3,.route h3,.source h3{margin:.1rem 0 .45rem;line-height:1.45}.tag{display:inline-block;background:var(--brand-light);color:var(--brand-dark);font-size:.85rem;font-weight:900;padding:.24rem .55rem;border-radius:999px}.muted{color:var(--muted)}.card ul,.panel ul,.route ul{padding-inline-start:1.25rem}.route{position:relative}.route .num{display:grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:50%;background:var(--brand-dark);color:#fff;font-weight:900;margin-bottom:.6rem}.path{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;counter-reset:step}.step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.05rem;box-shadow:var(--shadow)}.step::before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--brand-light);color:var(--brand-dark);font-weight:900}.step h3{margin:.55rem 0 .25rem}.level{border:2px solid var(--line);border-radius:18px;padding:1.15rem;background:#fff}.level.low{border-color:#76a696}.level.mid{border-color:#d3a64b}.level.high{border-color:#c87582;background:var(--danger-soft)}.level h3{margin-top:0}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:#fff}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:start;padding:.9rem;vertical-align:top;border-bottom:1px solid var(--line)}th{background:var(--brand-dark);color:#fff}tr:last-child td{border-bottom:0}.callout{background:var(--warn-soft);border-inline-start:6px solid #d2a33c;padding:1rem 1.1rem;border-radius:14px}.checklist{list-style:none;padding:0;margin:0}.checklist li{position:relative;padding-inline-start:2rem;margin:.5rem 0}.checklist li::before{content:"✓";position:absolute;inset-inline-start:0;color:var(--success);font-weight:900}.source a{font-weight:800}.faq{display:grid;gap:.7rem}.faq details{padding:1rem 1.1rem}.faq summary{cursor:pointer;font-weight:900;color:var(--brand-dark)}.faq p{margin:.7rem 0 0;color:var(--muted)}.cta{background:linear-gradient(135deg,#352443,#62447b);color:#fff;padding:clamp(1.4rem,4vw,2.4rem);border-radius:var(--radius)}.cta h2{margin-top:0}.footer{margin-top:2.5rem;background:#24192c;color:#f7f2fa;padding:2rem 0}.footer-links{display:flex;flex-wrap:wrap;gap:.9rem}.footer a{color:#fff}.small{font-size:.92rem;color:var(--muted)}@media(max-width:950px){.hero{grid-template-columns:1fr}.grid-3,.grid-4,.path{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.head{align-items:flex-start;flex-direction:column}.grid-2,.grid-3,.grid-4,.path{grid-template-columns:1fr}.hero h1{font-size:2.1rem}.section{padding:1.55rem 0}.table-wrap{overflow-x:visible}.table-wrap table{min-width:0;table-layout:fixed}.table-wrap th,.table-wrap td{padding:.62rem;font-size:.84rem;overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media(prefers-contrast:more){:root{--ink:#000;--muted:#223;--line:#4b4b50}.hero-main,.side-card,.panel,.card,.route,.source,.faq details,.step{box-shadow:none;border-width:2px}}@media print{.header,.quick-nav,.actions,.footer{display:none!important}body{background:#fff;font-size:11pt}.wrap{width:100%}.hero,.grid-2,.grid-3,.grid-4,.path{display:block}.hero-main,.side-card,.panel,.card,.route,.source,.faq details,.step,.level{box-shadow:none;break-inside:avoid;margin-bottom:.7rem}.hero-main{background:#fff;color:#000;border:2px solid #000}.eyebrow{color:#000}a{color:#000;text-decoration:none}}/* family-sector-a11y-scroll-v329 */
