:root{--ink:#30323a;--muted:#68717d;--green:#16b24b;--green-dark:#0d8135;--green-soft:#eaf8ef;--line:#dfe5e2;--surface:#ffffff;--soft:#f5f8f6;--warm:#f6f3ec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--soft);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.site-shell{min-height:100vh}.topbar{min-height:88px;padding:14px clamp(20px,5vw,72px);justify-content:space-between;gap:28px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.topbar{display:flex;align-items:center}.brand{gap:15px;font-weight:700;font-size:18px}.brand img{width:112px;height:41px;object-fit:contain}.brand-divider{width:1px;height:30px;background:var(--line)}.topbar nav{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:700}.topbar nav a:hover{color:var(--green-dark)}.nav-cta{color:#fff!important;background:var(--green);padding:13px 18px;border-radius:12px}.nav-cta:hover{background:var(--green-dark)}.intro{padding:72px clamp(20px,8vw,128px) 82px;text-align:center;background:radial-gradient(circle at 12% 22%,rgba(22,178,75,.11),transparent 24%),radial-gradient(circle at 88% 5%,rgba(22,178,75,.08),transparent 20%),var(--surface)}.eyebrow,.kicker{color:var(--green-dark);text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:800}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--green-soft)}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(22,178,75,.13)}.intro h1{max-width:800px;margin:24px auto 18px;font-size:clamp(38px,5.6vw,70px);line-height:.98;letter-spacing:-.052em}.intro>p{max-width:680px;margin:0 auto;color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.55}.search-wrap{max-width:760px;height:68px;margin:36px auto 16px;padding:0 18px;display:flex;align-items:center;gap:14px;background:#fff;border:2px solid #cfd8d3;border-radius:18px;box-shadow:0 18px 50px rgba(38,66,47,.1)}.search-wrap:focus-within{border-color:var(--green);box-shadow:0 18px 50px rgba(22,178,75,.15)}.search-wrap svg{width:24px;fill:none;stroke:var(--green-dark);stroke-width:2}.search-wrap input{width:100%;height:100%;border:0;outline:0;color:var(--ink);font-size:17px;background:transparent}.search-wrap input::placeholder{color:#8a938e}.clear-search{border:0;background:transparent;font-size:27px;color:var(--muted)}.quick-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px}.quick-links button{border:0;background:transparent;padding:4px;color:var(--green-dark);text-decoration:underline;text-underline-offset:3px}.catalog{max-width:1440px;margin:0 auto;padding:72px clamp(20px,5vw,72px) 82px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.help-panel h2,.section-heading h2{margin:8px 0 0;font-size:clamp(30px,3.3vw,45px);letter-spacing:-.035em}.result-count{color:var(--muted);font-size:14px;white-space:nowrap}.filters{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 34px}.filters button{border:1px solid #ccd5d0;background:#fff;color:#4f5953;padding:10px 15px;border-radius:999px;font-size:14px;font-weight:700}.filters button.active,.filters button:hover{border-color:var(--green);color:#fff;background:var(--green)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.topic-card{min-height:240px;display:flex;gap:18px;padding:25px;border:1px solid var(--line);background:#fff;border-radius:22px;transition:.2s ease}.topic-card:hover{transform:translateY(-4px);border-color:#9bdcb1;box-shadow:0 18px 38px rgba(46,74,56,.09)}.topic-card:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(22,178,75,.35);outline-offset:3px}.topic-icon{flex:0 0 auto;width:52px;height:52px;border-radius:15px;display:grid;place-items:center;font-size:25px;background:var(--green-soft)}.topic-copy{min-width:0;display:flex;flex-direction:column}.topic-group{color:var(--green-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.topic-card h3{margin:9px 0 10px;font-size:20px;line-height:1.18;letter-spacing:-.02em}.topic-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.topic-meta{margin-top:auto;padding-top:20px;display:flex;justify-content:space-between;align-items:center;color:#6c756f;font-size:13px;font-weight:700}.arrow{color:var(--green);font-size:22px;transition:transform .2s}.topic-card:hover .arrow{transform:translateX(4px)}.empty-state{padding:64px 20px;text-align:center;background:#fff;border:1px dashed #b9c6bf;border-radius:22px}.empty-state>span{font-size:44px;color:var(--green)}.empty-state h3{margin:12px 0 6px;font-size:22px}.empty-state p{color:var(--muted)}.empty-state button{margin-top:12px;border:0;padding:12px 18px;border-radius:10px;color:#fff;background:var(--green);font-weight:700}.help-panel{max-width:1296px;margin:0 auto 78px;padding:44px 48px;display:flex;align-items:center;justify-content:space-between;gap:34px;border-radius:28px;background:var(--ink);color:#fff}.help-panel .kicker{color:#7fe4a0}.help-panel p{margin:12px 0 0;color:#cbd0ce;line-height:1.55}.help-panel>a{flex:0 0 auto;padding:15px 19px;border-radius:12px;color:var(--ink);background:#fff;font-weight:800}.help-panel>a span{color:var(--green);margin-left:8px}footer{padding:30px clamp(20px,5vw,72px);display:grid;grid-template-columns:1fr 2fr auto;gap:28px;align-items:center;background:#fff;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.footer-brand{color:var(--ink);font-weight:800}footer p{margin:0;text-align:center}.detail-main{max-width:1280px;margin:0 auto;padding:42px clamp(20px,5vw,72px) 80px}.breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin-bottom:28px}.breadcrumbs a{color:var(--green-dark);font-weight:700}.detail-hero{display:grid;grid-template-columns:1fr 320px;gap:38px;align-items:end;padding:48px;border-radius:28px;background:var(--warm);border:1px solid #e3ded2}.detail-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:20px;background:#fff;font-size:34px;box-shadow:0 10px 25px rgba(56,50,40,.08)}.detail-hero h1{margin:20px 0 14px;max-width:800px;font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.05em}.detail-hero p{max-width:720px;color:#62635f;line-height:1.65;font-size:18px}.detail-summary{background:rgba(255,255,255,.75);padding:22px;border-radius:18px}.detail-summary strong{display:block;font-size:32px;color:var(--green-dark)}.detail-summary span{color:var(--muted);font-size:13px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;margin-top:42px}.content-title{display:flex;justify-content:space-between;align-items:end;gap:20px;border-bottom:1px solid var(--line);padding-bottom:18px}.content-title h2{margin:0;font-size:30px;letter-spacing:-.03em}.content-title span{color:var(--muted);font-size:13px}.resource-list{display:grid;gap:12px;margin-top:18px}.resource-card{display:grid;grid-template-columns:48px 1fr auto;gap:16px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.2s}.resource-card:hover{border-color:#94d8aa;box-shadow:0 12px 30px rgba(46,74,56,.07)}.resource-type-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:var(--green-soft);font-size:20px}.resource-card h3{margin:0 0 5px;font-size:16px}.resource-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.resource-arrow{color:var(--green);font-size:21px}.sidebar-box{padding:22px;border-radius:18px;background:#fff;border:1px solid var(--line);margin-bottom:14px}.sidebar-box h3{margin:0 0 10px;font-size:16px}.sidebar-box p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.tag{padding:6px 9px;border-radius:999px;background:var(--soft);color:#59635d;font-size:12px}.source-link{display:inline-flex;margin-top:14px;color:var(--green-dark);font-size:13px;font-weight:800}@media (max-width:1050px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-panel{margin-left:32px;margin-right:32px}.detail-hero,.detail-layout{grid-template-columns:1fr}.detail-summary{max-width:330px}}@media (max-width:720px){.topbar{min-height:72px}.brand img{width:86px;height:34px}.brand span:last-child,.brand-divider,.topbar nav>a:first-child{display:none}.nav-cta{padding:11px 13px;font-size:12px}.intro{padding-top:48px}.intro h1{font-size:43px}.search-wrap{height:60px}.section-heading{align-items:start;flex-direction:column;gap:10px}.card-grid{grid-template-columns:1fr}.topic-card{min-height:0}.help-panel{margin:0 20px 52px;padding:30px 25px;align-items:start;flex-direction:column}footer{grid-template-columns:1fr}footer,footer p{text-align:left}.detail-hero{padding:28px 24px}.detail-layout{gap:24px}.resource-card{grid-template-columns:42px 1fr auto;padding:14px;gap:12px}.resource-type-icon{width:42px;height:42px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}