:root{
  --navy:#0b2d50;
  --navy-deep:#082843;
  --teal:#079a9c;
  --teal2:#0ba7a5;
  --ink:#173650;
  --muted:#5a7085;
  --page:#f8fbfd;
  --section:#eef5f9;
  --hero:#dff2f9;
  --hero2:#cfe9f4;
  --card:#fbfdff;
  --line:#dce7ed;
  --line2:#e7eef2;
  --green:#20a66d;
  --green-soft:#dff4e9;
  --amber:#f2a33b;
  --amber-soft:#fff0d9;
  --red:#ef654d;
  --blue:#2784bd;
  --blue-soft:#e7f4fb;
  --shadow:0 5px 16px rgba(13,54,79,.075);
  --shadow2:0 8px 22px rgba(15,59,85,.09);
  --r:15px;
  --r2:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#0f1b23}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#0f1b23;color:var(--ink);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.app-shell{width:min(100%,390px);min-height:100vh;margin:0 auto;background:var(--page);position:relative;box-shadow:0 16px 50px rgba(0,0,0,.28);padding-bottom:68px;overflow:hidden}
.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line2);display:flex;align-items:center;padding:0 18px;position:sticky;top:0;z-index:30}
.topbar.home{justify-content:space-between}.topbar.inner{justify-content:center}.topbar .left,.topbar .right{position:absolute;top:0;height:76px;display:flex;align-items:center}.topbar .left{left:12px}.topbar .right{right:12px;gap:3px}
.brand-wrap{display:flex;flex-direction:column;gap:4px}.brand{font-weight:900;font-size:31px;letter-spacing:-1.7px;line-height:.95;color:var(--navy)}.brand span{color:var(--teal)}.tagline{font-size:8px;letter-spacing:.09em;text-transform:uppercase;font-weight:800;color:#3d5870}
.topbar.inner .brand{font-size:24px;letter-spacing:-1.3px}.icon-btn{width:37px;height:37px;border:0;background:transparent;display:grid;place-items:center;color:var(--navy);padding:0;border-radius:50%}.icon-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
/* HOME */
.home-hero{position:relative;min-height:288px;padding:34px 18px 18px;overflow:hidden;background:linear-gradient(120deg,#cfe8f4 0%,#d8edf6 58%,#c9e3ec 100%)}
.home-hero:before{content:"";position:absolute;inset:0 0 0 auto;width:43%;background:url('/assets/hero-lab.jpg') right center/cover no-repeat;opacity:.72;filter:saturate(.82)}
.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(207,232,244,.98) 0%,rgba(216,238,247,.90) 50%,rgba(211,235,244,.50) 72%,rgba(211,235,244,.08) 100%)}
.home-hero>*{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border-radius:999px;border:1px solid rgba(53,133,157,.27);background:rgba(255,255,255,.34);font-size:9px;letter-spacing:.035em;text-transform:uppercase;font-weight:700;color:#1d5977;margin-bottom:13px}
.home-hero h1{font-size:36px;line-height:1.03;letter-spacing:-1.2px;margin:0;color:var(--navy);max-width:345px}.home-hero .lead{font-size:18px;line-height:1.32;margin:10px 0 15px;color:#1f405f;max-width:330px;font-weight:500}
.searchbox{height:47px;border:1px solid #aebfca;border-radius:24px;background:#fff;box-shadow:0 3px 8px rgba(18,62,87,.07);display:flex;align-items:center;gap:10px;padding:0 14px;max-width:354px}.searchbox svg{width:19px;height:19px;stroke:#183c5b;fill:none;stroke-width:1.7}.searchbox input{border:0;outline:0;flex:1;min-width:0;color:var(--ink);font-size:12px}.search-example{font-size:9px;color:#46627a;margin:8px 4px 0}
.action-zone{padding:15px 12px 14px;background:linear-gradient(#edf7fa 0,#f5fafc 100%)}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.action-card{min-height:170px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 4px 14px rgba(13,54,79,.065);padding:13px 12px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.action-card .visual{height:61px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.action-card .visual img{max-height:61px;max-width:104px;object-fit:contain}.action-card h2{font-size:18px;line-height:1.06;margin:0 0 5px;color:var(--navy);letter-spacing:-.25px}.action-card p{font-size:11px;line-height:1.35;margin:0;color:#526980;max-width:130px}.card-arrow{position:absolute;right:9px;bottom:9px;color:var(--teal);font-size:23px;font-weight:300;line-height:1}
.home-section{background:#fff;padding:17px 13px 5px;border-top:1px solid #edf2f5}.home-section h2.section-title{font-size:15px;line-height:1.2;margin:0 0 10px;color:var(--navy)}
.interest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.interest-card{height:76px;border:1px solid var(--line);border-radius:10px;background:#fbfdfe;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;color:#173e5f}.interest-card img{height:34px;width:auto;object-fit:contain}.interest-card span{font-weight:500}
.beginner{position:relative;margin-top:12px;border:1px solid #d9e8ef;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f0f8fd 0%,#e9f3f8 100%);padding:13px 13px 12px;min-height:208px}.beginner h3{font-size:17px;line-height:1.15;margin:0 0 2px;color:var(--navy)}.beginner .sub{font-size:11px;margin:0 0 11px;color:#536d82}.steps{position:relative;z-index:2;max-width:245px}.step{display:grid;grid-template-columns:24px 1fr;gap:9px;margin:8px 0}.step-num{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-size:11px;font-weight:800}.step strong{display:block;font-size:11px;color:#163b5c}.step small{display:block;font-size:9px;line-height:1.3;color:#64798c;margin-top:2px}.beginner img{position:absolute;right:8px;bottom:4px;width:92px;max-height:150px;object-fit:contain}
.heading-row{display:flex;align-items:center;justify-content:space-between;margin:17px 0 9px}.heading-row h2{font-size:16px;margin:0;color:var(--navy)}.heading-row a{font-size:10px;color:var(--teal);font-weight:700}.pep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.pep-card{min-height:181px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:9px 7px;position:relative;overflow:hidden}.pep-card h3{font-size:11px;margin:0;color:var(--navy)}.pep-card .desc{font-size:8px;line-height:1.25;color:#637587;margin:3px 0 8px;min-height:20px}.badges{display:flex;flex-wrap:wrap;gap:4px;position:relative;z-index:2}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 6px;font-size:7px;line-height:1;font-weight:600;white-space:nowrap}.badge.green{background:var(--green-soft);color:#147346}.badge.amber{background:var(--amber-soft);color:#a8620c}.badge.grey{background:#eef2f4;color:#52697b}.badge.blue{background:#e5f0f8;color:#2f6d99}.pep-card img{position:absolute;right:2px;bottom:1px;height:78px;max-width:83px;object-fit:contain}
/* INNER HEADER / COMPOUND */
.compound-hero{position:relative;min-height:182px;background:linear-gradient(126deg,#d5ebfb 0%,#c9e4f7 62%,#bcdcf0 100%);padding:26px 18px 17px;overflow:hidden}.compound-hero .compound-bg{position:absolute;right:0;top:0;width:122px;height:182px;object-fit:cover}.compound-hero .copy{position:relative;z-index:2;width:68%}.compound-hero h1{font-size:31px;line-height:1;margin:0;color:var(--navy);letter-spacing:-.6px}.compound-hero .full-name{margin:7px 0 13px;font-size:12px;color:#2d4e69}.chip-row{display:flex;flex-wrap:wrap;gap:6px}.chip{padding:5px 9px;border-radius:999px;border:1px solid #aacfe0;background:rgba(255,255,255,.38);font-size:9px;color:#285a79}
.status-strip{height:64px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-bottom:1px solid var(--line)}.status{display:grid;grid-template-columns:24px 1fr;gap:4px;align-items:center;padding:8px 7px;border-right:1px solid var(--line2)}.status:last-child{border-right:0}.status svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.status .green{color:var(--green)}.status .amber{color:#f47d3d}.status small{display:block;font-size:7px;color:#5e7182;line-height:1.1}.status strong{display:block;font-size:9px;color:#173b59;line-height:1.15;margin-top:3px}.tabs{height:48px;display:grid;grid-template-columns:repeat(4,1fr);background:#f7fafc;border-bottom:1px solid var(--line);padding:6px 10px 0;position:sticky;top:76px;z-index:20}.tab{border:0;background:transparent;color:#24445f;font-size:10px;border-bottom:2px solid transparent}.tab.active{color:var(--teal);border-bottom-color:var(--teal);font-weight:800}.compound-main{background:#f7fafc;padding:12px 10px 8px}.panel{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 2px 8px rgba(18,58,82,.035);padding:12px 11px;margin-bottom:10px}.panel h2{font-size:14px;line-height:1.2;margin:0 0 10px;color:var(--navy)}.facts{width:100%;border-collapse:collapse}.facts tr+tr{border-top:1px solid var(--line2)}.facts th,.facts td{font-size:9px;line-height:1.34;padding:8px 0;vertical-align:top}.facts th{text-align:left;width:39%;padding-right:10px;color:#193b59}.facts td{color:#4f667b}.callout{display:grid;grid-template-columns:22px 1fr;gap:8px;align-items:start;background:#e9f6fd;border:1px solid #cfe7f3;border-radius:10px;padding:9px 10px;margin-bottom:10px;font-size:9px;line-height:1.35;color:#526a80}.info-circle{width:20px;height:20px;border-radius:50%;background:#2a95d1;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.claim-list{list-style:none;margin:0;padding:0;display:grid;gap:7px}.claim-list li{display:grid;grid-template-columns:16px 1fr;gap:7px;align-items:start;font-size:9px;line-height:1.35;color:#52697d}.dotmark{width:16px;height:16px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:900}.dotmark.good{background:var(--green)}.dotmark.bad{background:var(--red)}.evidence-filters{display:flex;gap:5px;margin-bottom:9px;flex-wrap:wrap}.evidence-filters button{border:0;border-radius:999px;background:#eef3f6;color:#52677b;font-size:8px;padding:6px 10px}.evidence-filters button.active{background:var(--teal);color:#fff}.study-card{border:1px solid var(--line2);background:#fbfdfe;border-radius:9px;padding:9px}.study-head{display:flex;align-items:start;justify-content:space-between;gap:8px}.study-card h3{font-size:10px;line-height:1.25;margin:0;color:#173b59}.study-card .tag{font-size:7px;border-radius:999px;background:#dff4e8;color:#177548;padding:4px 6px;white-space:nowrap}.study-meta{font-size:8px;color:#6f808f;margin:3px 0 7px}.study-card p{font-size:9px;line-height:1.35;color:#52697d;margin:0}.study-card a{display:inline-block;font-size:8px;color:var(--teal);font-weight:700;margin-top:7px}.safety-panel{background:linear-gradient(135deg,#fbfffd,#f5fbf8)}.safety-head{display:grid;grid-template-columns:38px 1fr;gap:9px}.safety-icon{width:36px;height:36px;border-radius:50%;background:#dff5ed;display:grid;place-items:center;color:#158d67}.safety-icon svg{width:21px;height:21px;fill:currentColor}.safety-panel h2{margin:0 0 4px}.safety-panel p,.safety-panel li{font-size:9px;line-height:1.4;color:#536a7d}.safety-panel ul{padding-left:16px;margin:8px 0 0}.wide-action{margin-top:10px;background:#e3f4f6;color:#126b79;text-align:center;border-radius:7px;padding:9px;font-size:9px;font-weight:800}
/* TOOLS */
.tools-main{background:#fff;min-height:calc(100vh - 76px)}.tools-intro{padding:28px 18px 12px}.tools-intro h1{font-size:25px;line-height:1.05;letter-spacing:-.5px;margin:0;color:var(--navy)}.tools-intro p{font-size:12px;line-height:1.4;margin:6px 0 0;color:#49647a}.tool-list{padding:0 12px 8px}.tool-row{min-height:107px;display:grid;grid-template-columns:70px 1fr 15px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow);padding:10px 10px;margin:10px 0}.tool-row img{width:65px;max-height:80px;object-fit:contain}.tool-row h2{font-size:14px;line-height:1.1;margin:0;color:var(--navy)}.tool-row p{font-size:10px;line-height:1.35;margin:5px 0 0;color:#506980}.tool-row .chev{font-size:24px;line-height:1;color:var(--teal);font-weight:300}.responsible{margin:12px;border:1px solid #cfe7ef;border-radius:12px;background:linear-gradient(135deg,#eef9fd,#e4f5fb);padding:15px 14px;display:grid;grid-template-columns:36px 1fr;gap:10px}.responsible img{width:34px}.responsible h2{font-size:14px;margin:0 0 7px;color:#19445f}.responsible p{font-size:10px;line-height:1.5;color:#4e687c;margin:0}.responsible a{display:inline-block;margin-top:9px;font-size:10px;color:var(--teal);font-weight:700}.newsletter{margin:18px 12px 8px;border-radius:12px;background:linear-gradient(135deg,#0a3750,#07566a);color:#fff;padding:18px 14px}.news-head{display:grid;grid-template-columns:54px 1fr;gap:11px;align-items:center}.news-head img{width:52px}.newsletter h2{font-size:14px;margin:0 0 5px}.newsletter p{font-size:10px;line-height:1.4;margin:0;color:#e1edf2}.subscribe{display:flex;background:#fff;border-radius:7px;margin-top:14px;padding:3px}.subscribe input{border:0;outline:0;min-width:0;flex:1;padding:9px 8px;font-size:10px}.subscribe button{border:0;border-radius:6px;background:linear-gradient(135deg,#13b9b5,#0a8f9c);color:#fff;padding:0 13px;font-size:10px;font-weight:800}.newsletter small{display:block;margin-top:8px;font-size:8px;color:#cbdde5}
/* bottom nav */
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:40;width:min(100%,390px);height:66px;border-top:1px solid var(--line);background:rgba(255,255,255,.98);display:grid;grid-template-columns:repeat(5,1fr);backdrop-filter:blur(12px)}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:8px;color:#274966}.nav-item svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav-item.active{color:var(--teal);font-weight:800}
@media(max-width:430px){html,body{background:var(--page)}.app-shell{width:100%;box-shadow:none}.bottom-nav{width:100%}}
@media(min-width:700px){body{padding:22px}.app-shell{border-radius:28px;min-height:calc(100vh - 44px);box-shadow:0 22px 60px rgba(0,0,0,.32)}.topbar{position:relative}.tabs{top:0}.bottom-nav{bottom:22px;border-radius:0 0 28px 28px}}

/* BATCH 2 — same locked visual system */
.page{padding:22px 16px 26px}
.page-title{font-size:28px;line-height:1.05;letter-spacing:-1px;color:var(--navy);margin:0 0 7px;font-weight:900}
.page-sub{font-size:14px;line-height:1.45;color:var(--ink);margin:0 0 16px}
.section-title{font-size:16px;line-height:1.15;color:var(--navy);font-weight:900;margin:20px 0 4px;letter-spacing:-.25px}
.section-sub{font-size:12px;line-height:1.42;color:var(--muted);margin:0 0 10px}
.searchbox{height:48px;background:#fff;border:1px solid #cbdce5;border-radius:25px;display:flex;align-items:center;gap:10px;padding:0 15px;box-shadow:var(--shadow);margin:12px 0 15px}
.searchbox svg{width:20px;height:20px;stroke:var(--navy);fill:none;stroke-width:1.8}.searchbox input{border:0;outline:0;min-width:0;width:100%;background:transparent;color:var(--ink);font-size:13px}.searchbox input::placeholder{color:#718799}
.chips{display:flex;gap:7px;overflow:auto;padding:2px 0 8px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{white-space:nowrap;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--ink);font-size:11px;font-weight:750}.chip.active{background:var(--teal);border-color:var(--teal);color:#fff}
.goal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.goal{min-height:86px;border:1px solid var(--line);background:#fff;border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;box-shadow:0 2px 8px rgba(13,54,79,.04);font-size:11px;font-weight:800;text-align:center;color:var(--navy)}.goal svg{width:29px;height:29px;stroke:var(--teal);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.goal:nth-child(1) svg{stroke:#ef654d}.goal:nth-child(3) svg{stroke:#2b7fc1}.goal:nth-child(4) svg{stroke:#236aa7}.goal:nth-child(5) svg{stroke:#20a66d}
.list-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:11px 12px;margin:9px 0;box-shadow:0 3px 11px rgba(13,54,79,.055)}.thumb{width:58px;height:62px;border-radius:10px;background:linear-gradient(145deg,#edf7fa,#fff);display:grid;place-items:center;flex:0 0 auto;overflow:hidden}.thumb img{max-height:58px;max-width:54px;object-fit:contain}.list-main{min-width:0;flex:1}.list-title{font-size:14px;font-weight:900;color:var(--navy);margin-bottom:3px}.list-copy{font-size:11.2px;line-height:1.35;color:var(--muted)}.mini-row{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.badge{font-size:9px;border-radius:999px;padding:4px 7px;font-weight:800}.b-green{background:var(--green-soft);color:#14744f}.b-amber{background:var(--amber-soft);color:#9a6006}.b-blue{background:var(--blue-soft);color:#236c9b}.b-grey{background:#edf2f5;color:#587081}.chev{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:2;flex:0 0 auto}
.info-card{background:linear-gradient(140deg,#e4f4fa,#f5fbfd);border:1px solid #cfe7f0;border-radius:14px;padding:14px;margin:13px 0}.info-title{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:900;color:var(--navy);margin-bottom:7px}.info-title svg{width:23px;height:23px;stroke:var(--teal);fill:none;stroke-width:1.8}.info-card p{font-size:11.5px;line-height:1.5;margin:0;color:var(--ink)}
.ask-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:var(--shadow2)}.ask-label{font-size:12px;font-weight:900;color:var(--navy);margin-bottom:8px}.ask-input{width:100%;min-height:98px;resize:none;border:1px solid #cbdde6;background:#f9fcfd;border-radius:12px;padding:12px;font-size:13px;line-height:1.4;color:var(--ink);outline:none}.ask-btn{margin-top:9px;width:100%;border:0;border-radius:11px;background:linear-gradient(90deg,var(--teal),#0e8795);color:#fff;font-weight:900;font-size:13px;padding:12px}.suggestions{display:flex;flex-direction:column;gap:7px;margin-top:10px}.suggestion{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 10px;font-size:11px;color:var(--ink)}
.answer-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;margin-top:12px;box-shadow:0 3px 12px rgba(13,54,79,.05)}.answer-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--teal);margin-bottom:5px}.answer-card h3{font-size:15px;margin:0 0 7px;color:var(--navy)}.answer-card p{font-size:11.5px;line-height:1.48;color:var(--ink);margin:0 0 8px}.source-line{border-top:1px solid var(--line2);padding-top:9px;margin-top:9px;font-size:10px;color:var(--muted);display:flex;align-items:center;gap:6px}.source-line svg{width:16px;height:16px;stroke:var(--teal);fill:none;stroke-width:1.8}
.compare-selects{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}.select-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;box-shadow:var(--shadow);min-height:145px;display:flex;flex-direction:column;align-items:center;text-align:center}.select-card img{height:72px;object-fit:contain;margin-bottom:5px}.select-card strong{font-size:13px;color:var(--navy)}.select-card span{font-size:10px;color:var(--muted);margin-top:3px}.vs{display:flex;align-items:center;justify-content:center;margin:-2px 0 5px;font-size:10px;font-weight:900;color:var(--teal);letter-spacing:.12em}
.compare-table{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 3px 12px rgba(13,54,79,.05)}.compare-row{display:grid;grid-template-columns:1.05fr 1fr 1fr;border-top:1px solid var(--line2)}.compare-row:first-child{border-top:0;background:#f3f8fa}.compare-row>div{padding:9px 8px;font-size:10.5px;line-height:1.35}.compare-row>div+div{border-left:1px solid var(--line2)}.compare-row strong{color:var(--navy)}.labelcell{font-weight:800;color:#526d80}
.check-list{display:flex;flex-direction:column;gap:8px}.check-item{display:flex;gap:8px;align-items:flex-start;font-size:11.2px;line-height:1.4;color:var(--ink)}.dotcheck,.dotwarn{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-size:11px;font-weight:900}.dotcheck{background:var(--green)}.dotwarn{background:var(--amber)}
.safety-hero{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#dff3fa,#f9fcfd);border:1px solid #cfe7f0;border-radius:15px;padding:14px;margin:12px 0}.safety-hero img{width:62px;height:62px;object-fit:contain}.safety-hero h2{font-size:16px;margin:0 0 4px;color:var(--navy)}.safety-hero p{font-size:11px;line-height:1.45;margin:0;color:var(--ink)}
.safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.risk-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;min-height:118px;box-shadow:0 3px 10px rgba(13,54,79,.05)}.risk-icon{width:34px;height:34px;border-radius:10px;background:#e6f6f7;display:grid;place-items:center;margin-bottom:8px}.risk-icon svg{width:21px;height:21px;stroke:var(--teal);fill:none;stroke-width:1.8}.risk-card h3{font-size:12px;color:var(--navy);margin:0 0 5px}.risk-card p{font-size:10.5px;line-height:1.42;color:var(--muted);margin:0}
.study-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;margin:9px 0;box-shadow:0 3px 10px rgba(13,54,79,.05)}.study-top{display:flex;justify-content:space-between;gap:9px;align-items:flex-start}.study-type{font-size:8.5px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);background:#e6f6f7;border-radius:999px;padding:4px 7px;white-space:nowrap}.study-year{font-size:9px;color:var(--muted)}.study-card h3{font-size:13px;line-height:1.28;margin:8px 0 5px;color:var(--navy)}.study-card p{font-size:10.8px;line-height:1.45;color:var(--ink);margin:0}.study-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.meta{font-size:9px;background:#f0f5f8;border-radius:999px;padding:4px 7px;color:#526b7e}.view-link{margin-top:9px;font-size:10.5px;font-weight:900;color:var(--teal);display:flex;align-items:center;gap:4px}
.timeline{position:relative;margin-top:7px}.timeline:before{content:"";position:absolute;left:11px;top:4px;bottom:8px;width:1px;background:#cbdde5}.update{position:relative;padding-left:34px;margin:0 0 16px}.update-dot{position:absolute;left:3px;top:2px;width:17px;height:17px;border-radius:50%;background:var(--teal);border:4px solid #dff3f4}.update-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;box-shadow:0 3px 10px rgba(13,54,79,.05)}.update-tag{font-size:8.5px;font-weight:900;color:var(--teal);text-transform:uppercase;letter-spacing:.06em}.update-card h3{font-size:13px;line-height:1.28;color:var(--navy);margin:5px 0}.update-card p{font-size:10.8px;line-height:1.45;color:var(--ink);margin:0}.update-foot{font-size:9px;color:var(--muted);margin-top:8px}
.notice{font-size:10px;line-height:1.45;color:var(--muted);padding:10px 12px;border-radius:10px;background:#f0f5f8;border:1px solid var(--line);margin-top:12px}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,390px);height:63px;background:rgba(255,255,255,.97);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);z-index:50;backdrop-filter:blur(12px)}
.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:9px;color:#35536b;font-weight:700}.nav-item svg{width:20px;height:20px;stroke:var(--navy);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav-item.active{color:var(--teal)}.nav-item.active svg{stroke:var(--teal)}
@media (min-width:700px){.app-shell{margin-top:18px;margin-bottom:18px;border-radius:28px;min-height:calc(100vh - 36px)}.bottom-nav{border-radius:0 0 28px 28px}}

/* BATCH 3 */
.hero-mini{display:flex;gap:14px;align-items:center;background:linear-gradient(135deg,#dff2f9,#f7fbfd);border:1px solid #cfe6ef;border-radius:15px;padding:15px;margin:10px 0 14px}.hero-mini img{width:74px;height:74px;object-fit:contain}.hero-mini h2{font-size:17px;line-height:1.15;color:var(--navy);margin:0 0 5px}.hero-mini p{font-size:11px;line-height:1.45;color:var(--ink);margin:0}
.stack-row{background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;margin:9px 0;box-shadow:0 3px 10px rgba(13,54,79,.05)}.stack-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.stack-names{font-size:13px;font-weight:900;color:var(--navy)}.stack-copy{font-size:10.8px;line-height:1.45;color:var(--muted);margin-top:5px}.evidence-meter{height:7px;border-radius:99px;background:#edf3f5;overflow:hidden;margin:9px 0 4px}.evidence-meter>span{display:block;height:100%;background:linear-gradient(90deg,var(--teal),#60c7c1);border-radius:99px}.micro{font-size:9px;color:var(--muted)}
.form-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px;box-shadow:var(--shadow)}.field{margin:0 0 12px}.field label{display:block;font-size:10.5px;font-weight:900;color:var(--navy);margin-bottom:5px}.field input,.field select{width:100%;height:43px;border:1px solid #cbdde6;background:#f9fcfd;border-radius:10px;padding:0 11px;font-size:12px;color:var(--ink);outline:none}.field-help{font-size:9.5px;line-height:1.35;color:var(--muted);margin-top:4px}.result-card{background:linear-gradient(140deg,#e1f5f4,#f8fcfc);border:1px solid #c9e7e4;border-radius:13px;padding:13px;margin-top:12px}.result-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--teal);font-weight:900}.result-big{font-size:24px;color:var(--navy);font-weight:900;letter-spacing:-.8px;margin:4px 0}.result-note{font-size:10px;line-height:1.4;color:var(--muted)}
.step{display:flex;gap:10px;margin:10px 0}.step-num{width:25px;height:25px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;flex:0 0 auto}.step h3{font-size:12px;color:var(--navy);margin:1px 0 3px}.step p{font-size:10.7px;line-height:1.45;color:var(--muted);margin:0}
.doc-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;margin:9px 0;box-shadow:0 3px 11px rgba(13,54,79,.05)}.doc-card h3{font-size:13px;color:var(--navy);margin:0 0 5px}.doc-card p{font-size:10.8px;line-height:1.48;color:var(--ink);margin:0}.doc-card ul{padding-left:17px;margin:8px 0 0}.doc-card li{font-size:10.5px;line-height:1.45;color:var(--muted);margin:4px 0}
.policy-row{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;margin:8px 0}.policy-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#e7f5f7;flex:0 0 auto}.policy-icon svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.policy-row h3{font-size:12px;color:var(--navy);margin:0 0 3px}.policy-row p{font-size:10.5px;line-height:1.42;color:var(--muted);margin:0}
.profile-card{display:flex;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px;box-shadow:var(--shadow)}.profile-mark{width:52px;height:52px;border-radius:13px;background:linear-gradient(135deg,#dff2f9,#cfe9f4);display:grid;place-items:center;color:var(--navy);font-size:21px;font-weight:900;flex:0 0 auto}.profile-card h3{font-size:13px;color:var(--navy);margin:2px 0 4px}.profile-card p{font-size:10.5px;line-height:1.45;color:var(--muted);margin:0}
.contact-btn{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;margin:8px 0;font-size:11.5px;font-weight:850;color:var(--navy)}.contact-btn svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.8}
.empty-state{text-align:center;padding:34px 18px 24px}.empty-icon{width:78px;height:78px;border-radius:22px;background:linear-gradient(145deg,#e1f3fa,#fff);display:grid;place-items:center;margin:0 auto 16px;border:1px solid #d5e7ee}.empty-icon svg{width:38px;height:38px;stroke:var(--teal);fill:none;stroke-width:1.6}.empty-state h1{font-size:26px;color:var(--navy);margin:0 0 8px}.empty-state p{font-size:12px;line-height:1.5;color:var(--muted);margin:0 auto 16px;max-width:290px}.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:11px;background:var(--teal);color:#fff;font-size:11.5px;font-weight:900;border:0}

/* ---- production-candidate extensions ---- */
:root{--max:1120px}
body{min-height:100vh}
.desktop-nav{display:none}.mobile-only{display:block}
.alias-row{font-size:9px;line-height:1.45;color:#49677d;margin:8px 0 11px;max-width:95%}.alias-row b{color:#173b59}.alias-chip{display:inline-flex;border:1px solid #bdd9e5;background:rgba(255,255,255,.5);border-radius:999px;padding:3px 7px;margin:2px 3px 2px 0;font-size:8px}.alias-type{opacity:.72;margin-left:3px}
.generic-vial-wrap{position:absolute;right:17px;top:16px;width:88px;height:148px;z-index:1}.generic-vial-wrap img{width:88px;height:148px;object-fit:contain}.vial-label{position:absolute;left:13px;right:13px;top:76px;text-align:center;color:#173650;font-weight:900;font-size:8px;line-height:1.05;letter-spacing:-.15px;max-height:23px;overflow:hidden}
.status-strip.long strong{font-size:8px;line-height:1.18}.status-strip.long small{font-size:6.7px}
.page-main{padding:18px 12px;background:var(--page)}.page-hero{padding:28px 18px 20px;background:linear-gradient(135deg,#e4f4fb,#d9eef7);border-bottom:1px solid var(--line)}.page-hero h1{margin:0;color:var(--navy);font-size:29px;line-height:1.05;letter-spacing:-.65px}.page-hero p{margin:8px 0 0;color:#4f687d;font-size:12px;line-height:1.45}.page-hero .eyebrow{margin-bottom:10px}
.card{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow);padding:14px;margin-bottom:11px}.card h2{font-size:15px;line-height:1.18;color:var(--navy);margin:0 0 7px}.card h3{font-size:12px;color:var(--navy);margin:0 0 5px}.card p{font-size:10px;line-height:1.5;color:#526b80;margin:0}.card + .card{margin-top:10px}
.search-panel{position:relative}.search-results{display:grid;gap:9px;margin-top:12px}.result-card{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:12px}.result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.result-card h2{font-size:14px;margin:0;color:var(--navy)}.result-kind{font-size:7.5px;padding:4px 7px;border-radius:999px;background:#e9f6f7;color:#126f77;font-weight:800;white-space:nowrap}.result-card p{font-size:9.5px;line-height:1.45;color:#586f81;margin:6px 0}.result-aliases{font-size:8.5px;color:#4d697e}.result-reason{display:inline-block;margin-top:7px;font-size:8px;color:#167d75;background:#e5f5ef;border-radius:999px;padding:4px 7px}.empty-state{background:#fff;border:1px solid var(--line);border-radius:13px;text-align:center;padding:22px 15px;color:#5a7286}.empty-state strong{display:block;color:var(--navy);font-size:17px;margin-bottom:5px}
.filter-row{display:flex;gap:6px;overflow:auto;padding:1px 0 8px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:9px;color:#385a72;white-space:nowrap}.filter-chip.active{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:800}
.compound-grid{display:grid;grid-template-columns:1fr;gap:9px}.compound-row{display:grid;grid-template-columns:55px 1fr 16px;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px;box-shadow:var(--shadow)}.compound-row .vial-mini{position:relative;width:52px;height:72px}.compound-row .vial-mini img{width:52px;height:72px;object-fit:contain}.compound-row .vial-mini span{position:absolute;left:8px;right:8px;top:37px;text-align:center;font-weight:900;font-size:5.4px;color:#173650;line-height:1}.compound-row h2{font-size:13px;color:var(--navy);margin:0}.compound-row p{font-size:9px;color:#61778a;line-height:1.35;margin:3px 0 5px}.compound-row .mini-alias{font-size:8px;color:#2b6a75}.compound-row svg{width:18px;stroke:var(--teal);fill:none;stroke-width:2}
.topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.topic-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px;min-height:120px;box-shadow:var(--shadow);position:relative}.topic-card h2{font-size:14px;line-height:1.15;color:var(--navy);margin:0 0 5px}.topic-card p{font-size:9px;line-height:1.4;color:#5d7284;margin:0 0 12px}.topic-card span{font-size:9px;color:var(--teal);font-weight:800;position:absolute;bottom:12px;left:13px}
.alias-note{background:#f1f8fb;border:1px solid #d2e6ef;border-radius:10px;padding:9px 10px;font-size:8.5px;line-height:1.4;color:#526b7f;margin:8px 0 0}.alias-note b{color:#163d5b}
.detail-list{display:grid;gap:0}.detail-row{padding:9px 0;border-top:1px solid var(--line2)}.detail-row:first-child{border-top:0;padding-top:0}.detail-row strong{display:block;font-size:9px;color:#173b59;margin-bottom:3px}.detail-row span{display:block;font-size:9px;line-height:1.45;color:#566f82}
.study-list{display:grid;gap:8px}.study-record{border:1px solid var(--line2);border-radius:10px;padding:10px;background:#fcfeff}.study-record h3{font-size:10px;line-height:1.3;margin:0;color:#173b59}.study-record .meta{font-size:8px;color:#718492;margin:4px 0 6px}.study-record p{font-size:9px;line-height:1.4;color:#566e81;margin:0}.study-record a{display:inline-block;margin-top:7px;font-size:8px;color:var(--teal);font-weight:800}
.trust-strip{background:#fff;border-top:1px solid var(--line);padding:14px 13px 84px}.trust-strip p{font-size:8.5px;line-height:1.5;color:#607589;margin:0}.trust-strip b{color:#1f4965}
.topbar .desktop-links{display:none}
.quick-search-form{margin:0}.quick-search-form .searchbox{width:100%}.quick-search-form button{border:0;background:transparent;color:var(--teal);font-size:9px;font-weight:800;padding:6px}
.kicker{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#3c7790;font-weight:900;margin-bottom:6px}
.breadcrumb{font-size:8px;color:#688093;margin:0 0 10px}.breadcrumb a{color:var(--teal);font-weight:700}
.search-note{font-size:8px;color:#647c8f;margin:8px 2px 0;line-height:1.35}
@media(min-width:760px){
 body{background:#eef4f7;padding:0}.app-shell{width:100%;max-width:none;min-height:100vh;border-radius:0;box-shadow:none;padding-bottom:0;overflow:visible}.topbar{height:78px;padding:0 max(24px,calc((100vw - var(--max))/2));position:sticky;justify-content:space-between}.topbar.inner{justify-content:space-between}.topbar .left,.topbar .right{position:static;height:auto}.topbar .left{display:none}.topbar .right{display:none}.topbar .brand{font-size:29px}.topbar .desktop-links{display:flex;gap:22px;align-items:center}.topbar .desktop-links a{font-size:12px;color:#37576f;font-weight:650}.topbar .desktop-links a.active{color:var(--teal)}.bottom-nav{display:none}
 .home-hero{min-height:390px;padding:64px max(24px,calc((100vw - var(--max))/2));}.home-hero:before{width:50%}.home-hero h1{font-size:54px;max-width:520px}.home-hero .lead{font-size:22px;max-width:520px}.home-hero .searchbox{max-width:560px;height:56px}.action-zone,.home-section,.page-main,.compound-main{padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}.action-grid{grid-template-columns:repeat(4,1fr);gap:14px}.action-card{min-height:205px}.home-section{padding-top:28px}.interest-grid{grid-template-columns:repeat(6,1fr)}.beginner{min-height:220px}.pep-grid{grid-template-columns:repeat(3,1fr)}
 .page-hero{padding:48px max(24px,calc((100vw - var(--max))/2)) 34px}.page-hero h1{font-size:42px}.page-hero p{font-size:15px;max-width:720px}.page-main{padding-top:24px;padding-bottom:60px}.compound-grid{grid-template-columns:1fr 1fr}.topic-grid{grid-template-columns:repeat(4,1fr)}
 .compound-hero{min-height:255px;padding:52px max(24px,calc((100vw - var(--max))/2));}.compound-hero .copy{width:60%}.compound-hero h1{font-size:46px}.compound-hero .full-name{font-size:15px}.generic-vial-wrap{right:max(34px,calc((100vw - var(--max))/2 + 24px));top:26px;width:135px;height:210px}.generic-vial-wrap img{width:135px;height:210px}.vial-label{left:20px;right:20px;top:107px;font-size:11px;max-height:30px}.status-strip{height:76px;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2));grid-template-columns:repeat(3, minmax(0,260px));justify-content:start;gap:18px}.status{border:0}.status strong{font-size:11px}.status small{font-size:8px}.tabs{height:54px;top:78px;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2));display:flex;gap:28px}.tab{font-size:11px;padding:0 4px}.compound-main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:14px;align-items:start}.compound-main .span-all{grid-column:1/-1}.panel{padding:18px}.panel h2{font-size:18px}.facts th,.facts td,.claim-list li,.study-card p,.safety-panel p,.safety-panel li{font-size:11px}.facts th{width:30%}.callout{font-size:11px}.search-results{grid-template-columns:1fr 1fr}.result-card{padding:16px}.result-card h2{font-size:16px}.result-card p{font-size:11px}.card{padding:18px}.card h2{font-size:19px}.card p{font-size:12px}.tools-main{max-width:var(--max);margin:auto}.tool-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0}.tool-row{margin:0}.responsible,.newsletter{margin-left:0;margin-right:0}.trust-strip{padding:18px max(24px,calc((100vw - var(--max))/2)) 40px}
}


/* V7 shared interaction + QA fixes */
.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:#fff;color:var(--navy);padding:10px 14px;border-radius:10px;box-shadow:var(--shadow2);font-weight:800;font-size:12px}.skip-link:focus{top:12px}
.menu-overlay{position:fixed;inset:0;background:rgba(7,25,38,.36);z-index:90;opacity:0;pointer-events:none;transition:.18s}.menu-overlay.open{opacity:1;pointer-events:auto}.menu-sheet{position:absolute;right:0;top:0;width:min(84vw,330px);height:100%;background:#fff;padding:22px 18px;box-shadow:-12px 0 35px rgba(0,0,0,.17);transform:translateX(100%);transition:.2s;overflow:auto}.menu-overlay.open .menu-sheet{transform:translateX(0)}.menu-close{margin-left:auto;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:22px}.menu-brand{font-size:26px;font-weight:900;color:var(--navy);letter-spacing:-1px;margin:12px 0 18px}.menu-brand span{color:var(--teal)}.menu-links{display:grid;gap:7px}.menu-links a{padding:12px 11px;border:1px solid var(--line);border-radius:11px;font-size:12px;font-weight:750;color:#294b64;background:#fbfdfe}.menu-links a:hover,.menu-links a:focus{border-color:#a9d4dc;color:var(--teal);outline:0}.menu-group{margin:18px 0 7px;font-size:8px;text-transform:uppercase;letter-spacing:.09em;color:#738796;font-weight:900}
.autocomplete{position:absolute;left:18px;right:18px;top:100%;margin-top:-10px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow2);z-index:40;overflow:hidden;display:none}.autocomplete.open{display:block}.auto-row{display:block;padding:10px 12px;border-top:1px solid var(--line2)}.auto-row:first-child{border-top:0}.auto-row strong{display:block;color:var(--navy);font-size:11px}.auto-row small{display:block;color:#657d8e;font-size:8.5px;margin-top:2px}.auto-row em{font-style:normal;color:var(--teal);font-size:8px;font-weight:800}.home-hero{overflow:visible}.home-hero:before,.home-hero:after{pointer-events:none}.home-search-wrap{position:relative;z-index:8;max-width:354px}.home-search-wrap .searchbox{max-width:none;width:100%}
.searchbox button{border:0;background:transparent;color:var(--teal);font-weight:850;font-size:9px;padding:7px}.ask-results{margin-top:12px}.answer-links{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.answer-links a{font-size:9px;font-weight:850;color:var(--teal);background:#edf8f8;border-radius:999px;padding:6px 9px}.suggestion{cursor:pointer}.suggestion:hover{border-color:#b6dbe2}
.compare-controls{display:grid;grid-template-columns:1fr 34px 1fr;gap:8px;align-items:center;margin:12px 0}.compare-control{background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px}.compare-control label{display:block;font-size:8px;font-weight:850;color:#5e7588;margin-bottom:5px}.compare-control select{width:100%;border:0;outline:0;background:#f7fafc;border-radius:9px;padding:9px;color:var(--navy);font-size:11px;font-weight:750}.compare-vs{text-align:center;color:var(--teal);font-weight:950;font-size:11px}.compare-conclusion{background:#edf8fb;border:1px solid #cfe7ef;border-radius:12px;padding:11px;margin:10px 0;color:#45677c;font-size:10px;line-height:1.5}.compare-conclusion b{color:var(--navy)}
.calc-grid{display:grid;gap:10px}.calc-row{display:grid;grid-template-columns:1fr 110px;gap:8px;align-items:end}.calc-row label{font-size:9px;color:#526c80;font-weight:750}.calc-row input,.calc-row select{width:100%;margin-top:4px;border:1px solid #cbdde6;background:#fff;border-radius:10px;padding:10px;color:var(--navy);font-size:12px;outline:0}.calc-result{margin-top:12px;background:linear-gradient(135deg,#0b3a53,#07576a);color:#fff;border-radius:14px;padding:14px}.calc-result small{display:block;font-size:8px;opacity:.78;text-transform:uppercase;letter-spacing:.06em}.calc-result strong{display:block;font-size:22px;margin:4px 0}.calc-result p{font-size:9px;line-height:1.45;margin:6px 0 0;color:#d8edf4}.calc-secondary{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.calc-secondary div{background:rgba(255,255,255,.09);border-radius:10px;padding:9px}.calc-secondary b{display:block;font-size:13px}.calc-secondary span{font-size:8px;opacity:.8}
.data-search{margin-bottom:10px}.data-search input{width:100%;border:1px solid #cbdde6;background:#fff;border-radius:12px;padding:11px 12px;font-size:11px;color:var(--navy);outline:0}.data-grid{display:grid;gap:9px}.data-card{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;box-shadow:0 3px 10px rgba(13,54,79,.045)}.data-card h3{font-size:13px;line-height:1.25;margin:0 0 5px;color:var(--navy)}.data-card p{font-size:9.5px;line-height:1.45;color:#587084;margin:4px 0}.data-meta{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.data-meta span{font-size:7.5px;padding:4px 6px;border-radius:999px;background:#eef5f8;color:#4e6a7d}.data-card a,.data-card .open-link{display:inline-block;color:var(--teal);font-size:8.5px;font-weight:850;margin-top:7px}.result-count{font-size:8.5px;color:#667f91;margin:6px 2px 10px}.checklist{display:grid;gap:8px}.checkline{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start;border:1px solid var(--line);background:#fff;border-radius:11px;padding:10px}.checkline input{margin:2px 0 0;width:17px;height:17px;accent-color:var(--teal)}.checkline strong{display:block;color:var(--navy);font-size:10px}.checkline span{display:block;color:#657b8e;font-size:8.5px;line-height:1.4;margin-top:2px}.check-score{margin-top:10px;padding:10px 12px;border-radius:11px;background:#eef8fa;color:#456a7c;font-size:9px}.check-score b{color:var(--navy)}
@media(min-width:760px){.home-search-wrap{max-width:560px}.autocomplete{left:0;right:0;top:100%;margin-top:4px}.menu-sheet{width:360px}.data-grid{grid-template-columns:1fr 1fr}.calc-grid{max-width:700px}}

/* V10 final polish */
@media(max-width:759px){html,body{background:var(--page)}.app-shell{width:100%;max-width:430px;box-shadow:none}.bottom-nav{width:min(100%,430px)}}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid rgba(7,154,156,.32);outline-offset:2px}
button{cursor:pointer}
input::placeholder,textarea::placeholder{opacity:1;color:#718799}
[aria-live]{min-height:1px}
.site-foot{padding:18px 13px 82px;background:#fff;border-top:1px solid var(--line);color:#607589}.site-foot .foot-links{display:flex;flex-wrap:wrap;gap:7px 12px;margin-bottom:9px}.site-foot a{font-size:8.5px;font-weight:800;color:#315a73}.site-foot p{font-size:8px;line-height:1.5;margin:0}.site-foot b{color:var(--navy)}
@media(min-width:760px){.site-foot{padding:20px max(24px,calc((100vw - var(--max))/2)) 34px}.site-foot .foot-links{gap:10px 18px}.site-foot a{font-size:10px}.site-foot p{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}

/* V12 accessibility/readability polish — visual language unchanged */
@media(max-width:759px){
  .facts th,.facts td,.claim-list li,.study-record p,.safety-panel p,.safety-panel li{font-size:10px;line-height:1.42}
  .status strong{font-size:9.5px}.status small{font-size:7.5px}
  .alias-row{font-size:9.5px}.alias-chip{font-size:8.5px}
  .site-foot a{font-size:9.5px}.site-foot p{font-size:9px}
  .filter-chip{min-height:36px;padding:8px 11px}
  .searchbox button,.ask-btn,.primary-btn{min-height:36px}
}

/* V13 multi-compare */
.compare-builder{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:var(--shadow);margin-bottom:10px}.compare-picker-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.compare-control.optional{position:relative}.remove-compare{margin-top:6px;border:0;background:transparent;color:#687f90;font-size:8.5px;font-weight:800;padding:2px}.compare-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.secondary-btn{min-height:34px;padding:0 10px;border:1px solid #bdd9e4;background:#f6fbfc;color:var(--teal);border-radius:10px;font-size:9px;font-weight:850}.compare-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 3px 12px rgba(13,54,79,.05);margin:10px 0;scrollbar-width:thin}.compare-matrix{--cols:2;display:grid;grid-template-columns:105px repeat(var(--cols),minmax(150px,1fr));min-width:calc(105px + var(--cols)*150px)}.compare-matrix>div{padding:10px 9px;border-top:1px solid var(--line2);border-left:1px solid var(--line2);font-size:9.5px;line-height:1.42;color:#526b80}.compare-matrix>.matrix-head,.compare-matrix>.matrix-label:first-child{border-top:0}.compare-matrix .matrix-label{border-left:0;background:#f5f9fb;color:#264963;font-weight:850}.matrix-head{background:#f2f8fa}.matrix-head strong{display:block;color:var(--navy);font-size:11px}.matrix-head a{display:inline-block;margin-top:5px;color:var(--teal);font-size:8.5px;font-weight:850}@media(min-width:760px){.compare-builder{padding:16px}.compare-picker-grid{grid-template-columns:repeat(4,1fr)}.compare-matrix{grid-template-columns:150px repeat(var(--cols),minmax(190px,1fr));min-width:0}.compare-matrix>div{font-size:10.5px;padding:12px}.matrix-head strong{font-size:13px}}
/* v14: dedicated disposal anchor used by Tools → Disposal Guide. */
.disposal-card{margin:12px 0}

.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* =========================================
   WHICHPEPS READABILITY UPDATE v3
   Mobile + desktop targeted overrides
   ========================================= */

/* Shared: controls/search should never render tiny */
.searchbox input,
.ask-input,
.field input,
.field select,
.calc-row input,
.calc-row select,
.data-search input,
.subscribe input {
  font-size: 16px !important;
}

/* ---------- MOBILE ---------- */
@media (max-width: 759px) {
  .tagline { font-size: 10px !important; }

  .eyebrow,.kicker,.answer-kicker,.update-tag,.study-type {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .search-example,.search-note,.breadcrumb,.result-count {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .action-card p,.beginner .sub,.tool-row p,.responsible p,.newsletter p,
  .info-card p,.hero-mini p,.stack-copy,.doc-card p,.policy-row p,
  .profile-card p,.empty-state p,.card p,.result-card p,.compound-row p,
  .topic-card p,.study-record p,.update-card p,.data-card p,.result-note,
  .compare-conclusion,.notice,.list-copy,.section-sub,.safety-hero p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .interest-card,.goal,.suggestion,.contact-btn { font-size: 13px !important; }

  .step strong,.step h3,.risk-card h3,.policy-row h3,.doc-card h3,
  .profile-card h3,.compound-row h2,.study-card h3,.data-card h3 {
    font-size: 13px !important;
  }

  .step small,.step p,.risk-card p,.field-help,.micro,.alias-row,.alias-note,
  .detail-row strong,.detail-row span,.study-meta,.study-year,.meta,
  .update-foot,.source-line,.check-item,.checkline strong,.checkline span,
  .check-score {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .heading-row a,.view-link,.study-card a,.study-record a,.data-card a,
  .data-card .open-link,.responsible a,.answer-links a,
  .quick-search-form button,.searchbox button {
    font-size: 12px !important;
  }

  .pep-card h3 { font-size: 13px !important; }
  .pep-card .desc { font-size: 11.5px !important; line-height: 1.4 !important; }

  .badge,.alias-chip,.chip,.filter-chip,.result-kind,.result-reason,
  .data-meta span,.study-card .tag {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  .compound-hero .full-name { font-size: 14px !important; }
  .status small { font-size: 10px !important; line-height: 1.2 !important; }
  .status strong { font-size: 11.5px !important; line-height: 1.25 !important; }
  .tab { font-size: 12px !important; }
  .panel h2 { font-size: 16px !important; }

  .facts th,.facts td,.callout,.claim-list li,.study-card p,
  .safety-panel p,.safety-panel li {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }

  .evidence-filters button { font-size: 11.5px !important; }
  .page-sub { font-size: 15px !important; line-height: 1.5 !important; }
  .list-title { font-size: 15px !important; }
  .ask-label,.field label,.compare-control label { font-size: 12px !important; }

  .compare-row > div,.compare-matrix > div {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .nav-item { font-size: 10.5px !important; }
  .site-foot a { font-size: 12px !important; }
  .site-foot p,.trust-strip p { font-size: 11.5px !important; line-height: 1.55 !important; }

  .menu-links a { font-size: 14px !important; }
  .autocomplete .auto-row strong { font-size: 13px !important; }
  .autocomplete .auto-row small,.autocomplete .auto-row em { font-size: 11px !important; }
}

/* ---------- DESKTOP / LAPTOP ---------- */
@media (min-width: 760px) {
  .topbar .desktop-links a {
    font-size: 15px !important;
  }

  .eyebrow {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }

  .search-example {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  /* Home action cards */
  .action-card h2 {
    font-size: 22px !important;
    line-height: 1.12 !important;
  }

  .action-card p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    max-width: 190px !important;
  }

  /* Interest row */
  .home-section h2.section-title,
  .heading-row h2 {
    font-size: 20px !important;
  }

  .interest-card {
    font-size: 14px !important;
  }

  /* Beginner box */
  .beginner h3 {
    font-size: 21px !important;
  }

  .beginner .sub {
    font-size: 14px !important;
  }

  .step strong {
    font-size: 14px !important;
  }

  .step small {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  /* Popular peptide cards */
  .pep-card h3 {
    font-size: 15px !important;
  }

  .pep-card .desc {
    font-size: 12px !important;
    line-height: 1.4 !important;
    min-height: 0 !important;
  }

  .badge {
    font-size: 11px !important;
    padding: 5px 8px !important;
  }

  .heading-row a {
    font-size: 13px !important;
  }

  /* Generic inner pages */
  .page-hero p {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .page-sub {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .section-sub {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .card p,.result-card p,.tool-row p,.info-card p,.study-card p,
  .study-record p,.data-card p,.topic-card p,.compound-row p,
  .doc-card p,.policy-row p,.profile-card p,.stack-copy {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .card h3,.study-card h3,.data-card h3,.compound-row h2 {
    font-size: 15px !important;
  }

  .list-copy {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .list-title {
    font-size: 16px !important;
  }

  .facts th,.facts td,.claim-list li,.callout,.safety-panel p,
  .safety-panel li {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
  }

  .status small {
    font-size: 11px !important;
  }

  .status strong {
    font-size: 13px !important;
  }

  .tab {
    font-size: 14px !important;
  }

  .alias-row,.detail-row strong,.detail-row span,.study-meta,
  .meta,.notice,.search-note,.breadcrumb,.result-count {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .chip,.filter-chip,.alias-chip,.result-kind,.result-reason,
  .study-card .tag,.data-meta span {
    font-size: 11px !important;
  }

  .site-foot a {
    font-size: 13px !important;
  }

  .site-foot p,.trust-strip p {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
}
