:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f8fa;--foreground:#18212f;--muted:#5d6878;--line:#dce2ea;--panel:#fff;--accent:#0f766e;--accent-dark:#115e59;--warm:#f59e0b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-shell{min-height:100vh;padding:24px}.top-bar{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:16px 0;display:flex}.brand{font-size:1rem;font-weight:800}.top-bar nav{gap:8px;display:flex}.top-bar nav a{color:var(--muted);border-radius:8px;padding:10px 12px;font-size:.94rem;font-weight:700}.top-bar nav a:hover{color:var(--foreground);background:#e9eef4}.help-hero{background:linear-gradient(135deg, #0f766e1a, transparent 42%), linear-gradient(315deg, #f59e0b24, transparent 38%), var(--panel);border:1px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(280px,440px);align-items:end;gap:28px;max-width:1120px;margin:28px auto;padding:clamp(28px,6vw,72px);display:grid}.hero-copy{max-width:620px}.eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:800}h1,h2,p{margin-top:0}h1{max-width:720px;margin-bottom:22px;font-size:clamp(2.3rem,7vw,5.1rem);line-height:.95}.hero-copy p:last-child{color:var(--muted);margin:0;font-size:1.08rem;line-height:1.65}.search-panel{border:1px solid var(--line);background:#ffffffd1;border-radius:8px;padding:18px}.search-panel label{margin-bottom:10px;font-size:.9rem;font-weight:800;display:block}.search-row{gap:10px;display:flex}.search-row input{border:1px solid var(--line);border-radius:8px;flex:1;min-width:0;padding:13px 14px}.search-row input:focus{border-color:var(--accent);outline:3px solid #0f766e29}.search-row button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:0 18px;font-weight:800}.search-row button:hover{background:var(--accent-dark)}.topic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1120px;margin:0 auto;display:grid}.topic-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:24px}.topic-card h2{margin-bottom:12px;font-size:1.12rem}.topic-card p{color:var(--muted);min-height:78px;line-height:1.6}.topic-card a{color:var(--accent-dark);font-weight:800}.support-strip{color:#fff;background:#18212f;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;max-width:1120px;margin:18px auto 0;padding:28px;display:flex}.support-strip .eyebrow{color:#fbbf24}.support-strip h2{margin-bottom:0;font-size:1.55rem}.quick-links{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.quick-links a{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:8px;padding:11px 14px;font-weight:800}.quick-links a:hover{background:#ffffff2e}@media (max-width:780px){.page-shell{padding:18px}.top-bar,.support-strip{flex-direction:column;align-items:flex-start}.help-hero,.topic-grid{grid-template-columns:1fr}.search-row,.quick-links{flex-direction:column;align-items:stretch;width:100%}.search-row button{min-height:48px}.topic-card p{min-height:auto}}
