/* Instagram Viewer Safety Index: shared design system
   Used by sub-pages (methodology, reports, policies) and the community.
   Token values match the homepage so all pages read as one product. */
:root{
  --bg:#F6F6F8; --surface:#FFFFFF; --surface-2:#FBFBFD;
  --text:#18181B; --text-2:#52525B; --text-3:#8A8A93;
  --border:#ECECF1; --border-strong:#E2E2E9;
  --accent:#7C3AED; --accent-hover:#6D28D9; --accent-soft:#F3EDFE; --accent-ink:#5B21B6;
  --ring:rgba(124,58,237,.40);
  --ink:#0E1014; --ink-2:#171A21; --ink-line:#272A33; --on-ink:#FFFFFF; --on-ink-2:#9CA0AB;
  --safe:#15803D; --safe-soft:#E7F6EC;
  --low:#0D7C70; --low-soft:#E4F4F1;
  --caution:#B45309; --caution-soft:#FBF0E0;
  --high:#C2410C; --high-soft:#FBEADF;
  --avoid:#DC2626; --avoid-soft:#FBE7E7;
  --dead:#71717A; --dead-soft:#F0F0F3;
  --radius:18px; --radius-md:14px; --radius-sm:10px; --radius-pill:999px;
  --shadow-sm:0 1px 2px rgba(24,24,27,.05),0 1px 1px rgba(24,24,27,.03);
  --shadow-md:0 10px 30px -12px rgba(24,24,27,.18);
  --shadow-lg:0 24px 60px -24px rgba(24,24,27,.30);
  --font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-display:'Bricolage Grotesque','Inter',system-ui,sans-serif;
  --maxw:1160px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15.5px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;letter-spacing:-0.006em}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-0.03em;margin:0}
::selection{background:var(--accent-soft);color:var(--accent-ink)}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}
section{scroll-margin-top:82px}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.accentword{background:linear-gradient(115deg,var(--accent),#A064FF);-webkit-background-clip:text;background-clip:text;color:transparent}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink);background:var(--accent-soft);padding:6px 12px;border-radius:var(--radius-pill)}
.muted{color:var(--text-3);font-size:13.5px}
.pad{padding:60px 0}
.section-alt{background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.sec-head{max-width:720px;margin:0 0 30px}
.sec-head h2{font-size:30px;font-weight:700;line-height:1.16;margin:14px 0 8px}
.sec-head p{margin:0;color:var(--text-2);font-size:16px}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:46px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius-pill);font-weight:600;font-size:15px;transition:background .18s,border-color .18s,transform .06s,box-shadow .18s;white-space:nowrap}
.btn svg{width:18px;height:18px;flex:none}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 6px 18px -8px rgba(124,58,237,.7)}
.btn-primary:hover{background:var(--accent-hover)}
.btn-primary:active{transform:translateY(1px)}
.btn-ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}
.btn-ghost:hover{background:#F4F4F6}
.btn-dark{background:#fff;color:var(--ink)}
.btn-sm{height:38px;padding:0 14px;font-size:13.5px}

/* header */
.topbar{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.82);backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--border)}
.topbar-inner{display:flex;align-items:center;gap:18px;height:66px}
.brand{display:flex;align-items:center;gap:11px;margin-right:auto}
.brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(140deg,var(--accent),#9D6BFF);color:#fff;box-shadow:var(--shadow-sm);flex:none}
.brand-mark svg{width:20px;height:20px}
.brand-txt{display:flex;flex-direction:column;line-height:1.05}
.brand-name{font-family:var(--font-display);font-weight:700;font-size:16.5px;letter-spacing:-0.02em}
.brand-desc{font-size:11px;color:var(--text-3);font-weight:500;letter-spacing:.01em}
.nav{display:flex;align-items:center;gap:3px}
.nav a{font-size:14px;font-weight:500;color:var(--text-2);padding:8px 11px;border-radius:9px;transition:color .15s,background .15s}
.nav a:hover{color:var(--text);background:#F4F4F6}
.nav a.active,.nav a[aria-current="page"]{color:var(--accent-ink);background:var(--accent-soft)}
.top-cta{display:flex;align-items:center;gap:10px}
.menu-btn{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);align-items:center;justify-content:center;position:relative;cursor:pointer;transition:border-color .18s,background .18s}
.menu-btn svg{width:20px;height:20px;transition:opacity .15s,transform .15s}
.menu-btn[aria-expanded="true"]{border-color:var(--accent);background:var(--accent-soft)}
.menu-btn[aria-expanded="true"] svg{opacity:0;transform:scale(.6)}
.menu-btn[aria-expanded="true"]::before,.menu-btn[aria-expanded="true"]::after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;border-radius:2px;background:var(--accent-ink)}
.menu-btn[aria-expanded="true"]::before{transform:translate(-50%,-50%) rotate(45deg)}
.menu-btn[aria-expanded="true"]::after{transform:translate(-50%,-50%) rotate(-45deg)}
.mobile-nav{display:none;border-top:1px solid var(--border);background:var(--surface);padding:10px 14px calc(14px + env(safe-area-inset-bottom));max-height:calc(100dvh - 66px);overflow-y:auto;overscroll-behavior:contain}
.mobile-nav.open{display:block;animation:mnav .22s cubic-bezier(.2,.8,.2,1)}
@keyframes mnav{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.mobile-nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:12px 14px;border-radius:12px;font-size:15.5px;font-weight:550;color:var(--text)}
.mobile-nav a::after{content:"";width:7px;height:7px;border-right:2px solid var(--text-3);border-top:2px solid var(--text-3);transform:rotate(45deg);flex:none;opacity:.7}
.mobile-nav a:hover{background:#F4F4F6}
.mobile-nav a:active{background:var(--accent-soft)}
.mobile-nav a.active{color:var(--accent-ink);background:var(--accent-soft)}
.mobile-nav a.active::after{border-color:var(--accent-ink)}
.mobile-nav .mnav-cta{margin-top:10px;justify-content:center;background:var(--accent);color:#fff;font-weight:650;border-radius:var(--radius-pill)}
.mobile-nav .mnav-cta::after{display:none}
.mobile-nav .mnav-cta:hover,.mobile-nav .mnav-cta:active{background:var(--accent-hover)}

/* badges + gauge */
.badge{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:650;padding:5px 11px;border-radius:var(--radius-pill);white-space:nowrap}
.badge .d{width:7px;height:7px;border-radius:50%}
.gauge{position:relative;flex:none;display:inline-block}
.gauge .num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.gauge .num b{font-family:var(--font-display);font-weight:700;line-height:1}
.gauge .num small{font-size:9px;color:var(--text-3);font-weight:600;letter-spacing:.04em;text-transform:uppercase}

/* cards + grid */
.grid{display:grid;gap:18px}
.g4{grid-template-columns:repeat(4,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-sm);transition:border-color .18s,box-shadow .18s,transform .12s}
.card.lift:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.card h3{font-size:16.5px;font-weight:700;margin:0 0 7px}
.card p{margin:0;color:var(--text-2);font-size:14px;line-height:1.55}
.ic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;margin-bottom:14px}
.ic svg{width:21px;height:21px}

/* page hero (sub-pages) */
.crumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-3);margin-bottom:18px;flex-wrap:wrap}
.crumbs a:hover{color:var(--text)}
.crumbs .sep{opacity:.55}
.crumbs b{color:var(--text-2);font-weight:600}
.page-hero{position:relative;overflow:hidden;padding:42px 0 34px;border-bottom:1px solid var(--border)}
.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(50% 70% at 12% 0%,rgba(124,58,237,.09),transparent 70%);pointer-events:none}
.page-hero h1{position:relative;font-size:40px;font-weight:800;line-height:1.06;margin:14px 0 0}
.page-hero .lede{position:relative;font-size:18px;color:var(--text-2);margin:14px 0 0;max-width:62ch}
.updated{position:relative;display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text-3);margin-top:18px;border:1px solid var(--border);background:var(--surface);padding:6px 12px;border-radius:var(--radius-pill)}
.updated svg{width:14px;height:14px}

/* document layout + prose */
.doc{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:240px 1fr;gap:48px;align-items:start}
.doc-single{max-width:780px;margin:0 auto}
.toc{position:sticky;top:90px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px}
.toc h4{font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);margin:0 0 12px}
.toc ol{margin:0;padding:0;list-style:none;counter-reset:t;display:flex;flex-direction:column;gap:3px}
.toc li{counter-increment:t}
.toc a{display:flex;gap:9px;font-size:13.5px;color:var(--text-2);padding:6px 8px;border-radius:8px;line-height:1.35}
.toc a::before{content:counter(t);color:var(--accent-ink);font-weight:700;font-size:11px;min-width:14px}
.toc a:hover{background:var(--surface-2);color:var(--text)}
.prose{min-width:0}
.prose h2{font-size:24px;font-weight:700;margin:40px 0 12px;scroll-margin-top:86px}
.prose h2:first-child{margin-top:0}
.prose h3{font-size:17px;margin:26px 0 8px}
.prose p{margin:0 0 14px;color:var(--text-2);font-size:16px;line-height:1.72}
.prose ul{margin:0 0 16px;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px}
.prose ul li{position:relative;padding-left:24px;color:var(--text-2);font-size:15.5px;line-height:1.62}
.prose ul li::before{content:"";position:absolute;left:5px;top:9px;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.prose a{color:var(--accent-ink);font-weight:600;text-decoration:underline;text-decoration-color:var(--border-strong);text-underline-offset:3px}
.prose a:hover{text-decoration-color:var(--accent)}
.prose strong{color:var(--text);font-weight:650}
.prose hr{border:none;border-top:1px solid var(--border);margin:32px 0}

/* callouts */
.callout{display:flex;gap:13px;border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:17px 19px;margin:0 0 18px}
.callout svg{width:21px;height:21px;flex:none;margin-top:1px}
.callout .ct{font-size:14.5px;color:var(--text-2);line-height:1.6}
.callout .ct b{color:var(--text)}
.callout.warn{background:var(--avoid-soft);border-color:#F3CFCF}.callout.warn svg{color:var(--avoid)}
.callout.warn .ct b{color:var(--avoid)}
.callout.info{background:var(--accent-soft);border-color:#E4D8FB}.callout.info svg{color:var(--accent-ink)}
.callout.ok{background:var(--safe-soft);border-color:#CDEBD6}.callout.ok svg{color:var(--safe)}
.callout.ok .ct b{color:var(--safe)}

/* numbered steps */
.steps{list-style:none;margin:0;padding:0;counter-reset:s;display:flex;flex-direction:column;gap:14px}
.steps li{counter-increment:s;position:relative;padding-left:50px;min-height:34px}
.steps li::before{content:counter(s);position:absolute;left:0;top:0;width:34px;height:34px;border-radius:10px;background:var(--accent-soft);color:var(--accent-ink);font-family:var(--font-display);font-weight:700;display:grid;place-items:center}
.steps b{color:var(--text);font-weight:650;display:block;margin-bottom:2px}
.steps span{color:var(--text-2);font-size:15px}

/* generic data table */
.dtable-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}
.dtable-scroll{overflow-x:auto}
table.dtable{border-collapse:separate;border-spacing:0;width:100%;font-size:14px;min-width:560px}
table.dtable th,table.dtable td{padding:13px 16px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}
table.dtable thead th{background:var(--surface-2);font-size:11.5px;font-weight:650;letter-spacing:.02em;text-transform:uppercase;color:var(--text-3)}
table.dtable tbody tr:last-child td{border-bottom:none}
table.dtable tbody tr:hover{background:var(--surface-2)}
table.dtable td.wrap{white-space:normal;color:var(--text-2);min-width:240px}

/* related links */
.related{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related a{display:flex;flex-direction:column;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm);transition:border-color .18s,box-shadow .18s,transform .12s}
.related a:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related .k{font-size:11.5px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink)}
.related .t{font-family:var(--font-display);font-weight:700;font-size:16px}
.related .d{font-size:13.5px;color:var(--text-2);line-height:1.5}

/* forms */
.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-sm)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lab{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin:0 0 7px}
.inp-f{width:100%;height:46px;border:1px solid var(--border-strong);border-radius:11px;padding:0 13px;font-family:inherit;font-size:15px;color:var(--text);background:var(--surface-2);transition:border-color .15s,box-shadow .15s}
textarea.inp-f{height:auto;min-height:84px;padding:12px 13px;resize:vertical}
.inp-f:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px var(--ring)}
.mt{margin-top:14px}
.form-msg{font-size:13.5px;margin-top:10px;min-height:1px}
.form-msg.ok{color:var(--safe)}
.form-msg.err{color:var(--avoid)}

/* faq */
.qa .ico{width:26px;height:26px;border-radius:8px;background:var(--accent-soft);color:var(--accent-ink);display:grid;place-items:center;flex:none;transition:transform .2s}
.qa .ico svg{width:16px;height:16px}
.qa.open .ico{transform:rotate(45deg)}

/* footer */
footer.site{background:var(--ink);color:var(--on-ink-2)}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;padding:54px 0 30px}
.foot-brand .brand-name{color:#fff}
.foot-brand p{color:var(--on-ink-2);font-size:13.5px;margin:14px 0 0;max-width:34ch}
.fcol h4{color:#fff;font-size:13px;font-weight:650;letter-spacing:.03em;text-transform:uppercase;margin:0 0 14px}
.fcol a{display:block;color:var(--on-ink-2);font-size:13.5px;padding:5px 0}
.fcol a:hover{color:#fff}
.foot-bottom{border-top:1px solid var(--ink-line);padding:22px 0 44px;font-size:12.5px;color:var(--on-ink-2);line-height:1.6}
.foot-bottom b{color:#cfd1d6}

/* toast */
.toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;font-size:13.5px;font-weight:500;padding:12px 18px;border-radius:12px;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;z-index:200;display:flex;align-items:center;gap:9px}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.toast svg{width:17px;height:17px;color:#A78BFA}

@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}

@media (max-width:1000px){
  .nav{display:none}
  .menu-btn{display:flex}
  .doc{grid-template-columns:1fr;gap:24px}
  .toc{position:static}
  .g4{grid-template-columns:repeat(2,1fr)}
  .related{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:26px}
}
@media (max-width:620px){
  body{font-size:15px}
  .pad{padding:46px 0}
  .page-hero h1{font-size:30px}
  .sec-head h2{font-size:24px}
  .g4,.g3,.g2,.related,.field-row{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
  .brand-desc{display:none}
  .brand-name{font-size:13.5px;line-height:1.12;max-width:210px}
  .cta-lbl{display:none}
  .top-cta .btn-primary{width:42px;padding:0}
}

/* ---- articles / guides ---- */
.byline{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:13.5px;color:var(--text-3);margin-top:16px}
.byline a{color:var(--accent-ink);font-weight:600}
.byline .dot{opacity:.5}
.article-hero{margin:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);background:var(--surface)}
.article-hero img{display:block;width:100%;height:auto;aspect-ratio:1200/440;object-fit:cover}
.takeaways{background:var(--accent-soft);border:1px solid #E4D8FB;border-radius:var(--radius-md);padding:20px 22px;margin:0 0 26px}
.takeaways h2{font-family:var(--font-display);font-size:14px;letter-spacing:.03em;text-transform:uppercase;color:var(--accent-ink);margin:0 0 10px}
.takeaways ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px}
.takeaways li{position:relative;padding-left:24px;color:var(--text);font-size:15px;line-height:1.55}
.takeaways li::before{content:"";position:absolute;left:5px;top:9px;width:7px;height:7px;border-radius:2px;background:var(--accent)}
.prose blockquote{border-left:3px solid var(--accent);background:var(--surface-2);padding:12px 18px;border-radius:0 12px 12px 0;margin:0 0 18px;color:var(--text-2)}
.prose blockquote p:last-child{margin-bottom:0}
.prose figure{margin:0 0 22px}
.prose figure img,.prose p>img{max-width:100%;height:auto;border:1px solid var(--border);border-radius:12px;display:block;margin:0 auto}
.prose figure svg{max-width:100%;height:auto;display:block;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;margin:0 auto}
.prose figcaption{font-size:13px;color:var(--text-3);margin-top:9px;text-align:center;line-height:1.4}
.prose table{width:100%;border-collapse:separate;border-spacing:0;font-size:14.5px;margin:0 0 22px;border:1px solid var(--border);border-radius:12px;overflow:hidden}
.prose th,.prose td{padding:11px 14px;text-align:left;border-bottom:1px solid var(--border)}
.prose thead th{background:var(--surface-2);font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:var(--text-3)}
.prose tbody tr:last-child td{border-bottom:none}
/* guides hub cards */
.gcard{display:flex;flex-direction:column;gap:9px;height:100%}
.gcard .gtag{font-size:11px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink)}
.gcard h3{font-size:16.5px;font-weight:700;line-height:1.3;margin:0}
.gcard p{margin:0;color:var(--text-2);font-size:14px;line-height:1.5;flex:1}
.gcard .rt{font-size:12.5px;color:var(--text-3);font-weight:550;display:flex;align-items:center;gap:6px}
.gcard .rt svg{width:14px;height:14px}
.gfeatured{display:grid;grid-template-columns:1.1fr 1fr;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);background:var(--surface)}
.gfeatured .txt{padding:30px 32px;display:flex;flex-direction:column;gap:12px;justify-content:center}
.gfeatured .side{background:linear-gradient(135deg,var(--accent),#6429C6);color:#fff;padding:30px 32px;display:flex;flex-direction:column;justify-content:center;gap:8px}
.gfeatured .side .n{font-family:var(--font-display);font-weight:800;font-size:40px;line-height:1}
@media (max-width:700px){.gfeatured{grid-template-columns:1fr}}

/* ---- author cards ---- */
.author-card{display:flex;gap:16px;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px 24px;box-shadow:var(--shadow-sm)}
.author-av{width:56px;height:56px;border-radius:50%;flex:none;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:19px;color:#fff;background:linear-gradient(140deg,var(--accent),#9D6BFF)}
.author-role{font-size:11.5px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3)}
.author-name{font-family:var(--font-display);font-weight:700;font-size:18px;margin-top:2px}
.author-title{font-size:13.5px;color:var(--accent-ink);font-weight:600;margin-top:3px}
.author-bio{margin:9px 0 0;color:var(--text-2);font-size:14.5px;line-height:1.6}
.author-bio a{color:var(--accent-ink);font-weight:600}

/* ---- author page + links ---- */
.author-links{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:12px;align-items:center}
.author-links a{font-size:13.5px;font-weight:600;color:var(--accent-ink);display:inline-flex;align-items:center;gap:6px}
.author-links a:hover{text-decoration:underline}
.li-link svg{width:16px;height:16px}
.author-hero{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:16px;position:relative}
.author-hero .av{width:84px;height:84px;border-radius:50%;flex:none;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:30px;color:#fff;background:linear-gradient(140deg,var(--accent),#9D6BFF);box-shadow:var(--shadow-md)}
.author-hero .meta{flex:1;min-width:260px}
.author-hero h1{font-size:34px;margin:0}
.author-hero .title{color:var(--accent-ink);font-weight:600;font-size:15px;margin-top:6px}
.focus-chips{display:flex;flex-wrap:wrap;gap:10px}
.focus-chips span{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:8px 15px;font-size:13.5px;font-weight:550;color:var(--text-2)}


/* a11y */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


h3.nm{margin:0;font-size:inherit;line-height:inherit}
/* FAQ: unified open Q&A card */
.faq{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden;box-shadow:var(--shadow-sm)}
div.qa{border-top:1px solid var(--border);padding:0}
div.qa:first-child{border-top:none}
div.qa h3{margin:0;font-family:var(--font-display);font-weight:700;font-size:16px;line-height:1.35;color:var(--text)}
.qa-q{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:16px 20px;border:0;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer;transition:background .15s}
.qa-q:hover{background:#FAFAFB}
.qa-q:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}
.qa-ico{width:9px;height:9px;flex:none;border-right:2px solid var(--text-3);border-bottom:2px solid var(--text-3);transform:rotate(45deg);transition:transform .18s,border-color .18s}
.qa.open .qa-ico{transform:rotate(225deg);border-color:var(--accent-ink)}
div.qa .ans{padding:0 20px 16px}
div.qa .ans p{margin:0;color:var(--text-2);font-size:14.5px;line-height:1.65;max-width:75ch}
div.qa .ans p+p{margin-top:8px}
.qa .ans[hidden]{display:none}
.qa.open .ans{animation:qaopen .2s ease}
@keyframes qaopen{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
