@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root{
 --orange:#ef4a0b;--ink:#111;--text:#707070;--muted:#8a8a8a;--line:#e6e6e3;--soft:#fafaf8;--white:#fff;
 --owner:#78A9FF;--provider:#E7B43E;--consumer:#F07C55;--partner:#59B978;--max:1220px;--wide:1460px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Poppins","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(var(--max),calc(100% - 64px));margin:0 auto}.wide-wrap{width:min(var(--wide),calc(100% - 44px));margin:0 auto}
header{height:82px;display:flex;align-items:center;border-bottom:1px solid #f4f4f1;background:#fff}.header-inner{display:grid;grid-template-columns:270px 1fr 270px;align-items:center;gap:24px;width:100%}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;line-height:.92;letter-spacing:.4px;font-size:18px}.brand-mark{width:38px;height:38px;position:relative;border:2px solid #111;border-radius:4px}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:#111}.brand-mark:before{width:15px;height:2px;left:9px;top:9px;box-shadow:-6px 9px 0 #111,6px 18px 0 #111}.brand-mark:after{width:6px;height:6px;border-radius:50%;left:6px;top:6px;box-shadow:12px 0 0 #111,0 9px 0 #111,12px 18px 0 #111}
nav{display:flex;justify-content:center;gap:30px;font-size:12px;font-weight:400;color:#666}nav a{padding:12px 0;position:relative}nav a.active:after{content:"";position:absolute;height:1px;background:#222;left:0;right:0;bottom:5px}
.header-actions{display:flex;justify-content:flex-end}.contact{background:#111;color:#fff;border-radius:999px;padding:11px 28px;font-size:12px;font-weight:400}

.hero{padding:30px 0 26px}.back{display:none}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);margin-bottom:17px}
.hero h1{font-size:52px;line-height:1.04;letter-spacing:-.035em;font-weight:700;margin:0 0 12px;max-width:920px}.hero .dek{font-size:15px;line-height:1.65;font-weight:400;color:var(--text);max-width:900px;margin:0 0 18px}
.meta{display:flex;gap:9px;flex-wrap:wrap}.meta-pill{border:1px solid #ddd;border-radius:999px;padding:7px 11px;font-size:11px;color:#666}.meta-pill.official{background:#111;color:#fff;border-color:#111}

.lesson{background:var(--soft);border-top:1px solid #eeeeeb;border-bottom:1px solid #eeeeeb;padding:54px 0}.lesson-grid{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}
.lesson-kicker{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);padding-top:6px}.lesson h2{font-size:31px;line-height:1.22;letter-spacing:-.025em;font-weight:700;margin:0 0 15px;max-width:870px}.lesson p{font-size:14px;line-height:1.8;font-weight:400;color:#727272;margin:0;max-width:900px}

.section{padding:76px 0}.section.soft{background:#fbfbfa;border-top:1px solid #f0f0ed;border-bottom:1px solid #f0f0ed}.section-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-bottom:32px}
.section h2{font-size:34px;line-height:1.18;letter-spacing:-.025em;font-weight:700;margin:0 0 10px}.section-copy{margin:0;color:#777;line-height:1.7;max-width:800px;font-size:13px;font-weight:400}
.canvas-tip{font-size:11px;color:#777;border:1px solid #ddd;border-radius:999px;padding:8px 12px;background:#fff;white-space:nowrap}

.canvas-stage{background:#f5f4f2;border-radius:30px;padding:24px 20px 15px;overflow:hidden}.svg-frame{overflow:auto}#pbmcSvg{display:block;width:100%;min-width:1250px;height:auto}
.outer{fill:#fff;stroke:#3b332e;stroke-width:1.4}.box{fill:#fff;stroke-width:1.55;cursor:pointer;transition:fill .14s ease,filter .14s ease,stroke-width .14s ease}
.owner .box{fill:#F1F6FF;stroke:var(--owner)}.provider .box{fill:#FFF9EA;stroke:var(--provider)}.consumer .box{fill:#FFF2EC;stroke:var(--consumer)}.partner .box{fill:#F0F8F2;stroke:var(--partner)}
.owner[data-role]:hover .box{fill:var(--owner);filter:drop-shadow(0 7px 14px rgba(0,0,0,.065));stroke-width:1.9}.provider[data-role]:hover .box{fill:var(--provider);filter:drop-shadow(0 7px 14px rgba(0,0,0,.065));stroke-width:1.9}.consumer[data-role]:hover .box{fill:var(--consumer);filter:drop-shadow(0 7px 14px rgba(0,0,0,.065));stroke-width:1.9}.partner[data-role]:hover .box{fill:var(--partner);filter:drop-shadow(0 7px 14px rgba(0,0,0,.065));stroke-width:1.9}
.owner[data-role]:hover .label,.owner[data-role]:hover .value,.provider[data-role]:hover .label,.provider[data-role]:hover .value,.consumer[data-role]:hover .label,.consumer[data-role]:hover .value,.partner[data-role]:hover .label,.partner[data-role]:hover .value{fill:#fff}
.label{font-size:7.2px;font-weight:600;letter-spacing:.11em;fill:#a29d96;dominant-baseline:hanging}.value{font-size:12.5px;font-weight:500;fill:#191919}
.role-label{font-size:8px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;fill:#96918a}.actor-value{font-size:20px;font-weight:500;fill:#151515}.actor{cursor:pointer}.actor:hover .actor-value{fill:#000}.actor:hover .role-label{fill:#6f6962}
.cvu-box{fill:#F2F2F0;stroke:#171717;stroke-width:1.4;cursor:pointer;transition:fill .14s ease,filter .14s ease}.cvu:hover .cvu-box{fill:#171717;filter:drop-shadow(0 9px 18px rgba(0,0,0,.08))}.cvu:hover .label,.cvu:hover .value{fill:#fff!important}
.canvas-brand{font-family:Arial,Helvetica,sans-serif}.canvas-brand-prefix{font-size:6.8px;letter-spacing:.11em;fill:#aaa;font-weight:600}.canvas-brand-name{font-size:8px;letter-spacing:.08em;fill:#4d4a46;font-weight:800}
.struct{fill:none;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round;opacity:.32}.owner-line{stroke:var(--owner)}.provider-line{stroke:var(--provider)}.consumer-line{stroke:var(--consumer)}.partner-line{stroke:var(--partner)}
.flow{fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;opacity:.75;stroke-dasharray:5 5;transition:opacity .12s ease,stroke-width .12s ease}.owner-flow{stroke:var(--owner)}.provider-flow{stroke:var(--provider)}.consumer-flow{stroke:var(--consumer)}.partner-flow{stroke:var(--partner)}
.flow-hit{fill:none;stroke:transparent;stroke-width:15;pointer-events:stroke;cursor:pointer}
.arrow-label{cursor:pointer}
#pbmcSvg.flow-focus-active .flow-lines .flow{opacity:.20}
.flow-focus-overlay{pointer-events:none}
.flow-focus-overlay .flow-focus{opacity:1!important;stroke-width:3.25;stroke-dasharray:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.10))}
.flow-focus-overlay .flow-label-focus .flow-pill{fill:#fff;stroke-width:1.8}
.flow-focus-overlay .flow-label-focus .flow-text{font-weight:800}
.flow-pill{fill:#fff;stroke-width:1.35}.flow-text{font-size:9.2px;font-weight:800}.owner-label .flow-pill{stroke:var(--owner);fill:rgba(120,169,255,.08)}.owner-label .flow-text{fill:var(--owner)}.provider-label .flow-pill{stroke:var(--provider);fill:rgba(231,180,62,.10)}.provider-label .flow-text{fill:var(--provider)}.consumer-label .flow-pill{stroke:var(--consumer);fill:rgba(240,124,85,.10)}.consumer-label .flow-text{fill:var(--consumer)}.partner-label .flow-pill{stroke:var(--partner);fill:rgba(89,185,120,.10)}.partner-label .flow-text{fill:var(--partner)}
.canvas-legend{display:flex;gap:20px;flex-wrap:wrap;margin:13px 6px 0;font-size:11px;color:#777}.canvas-legend i{width:13px;height:3px;border-radius:999px;display:inline-block;margin-right:6px;vertical-align:3px}

.tooltip{position:fixed;z-index:60;width:360px;max-width:calc(100vw - 28px);background:#111;color:#fff;border-radius:18px;padding:16px 18px;box-shadow:0 20px 45px rgba(0,0,0,.24);opacity:0;pointer-events:none;transform:translateY(4px);transition:.12s ease}
.tooltip.show{opacity:1;transform:none}.tooltip .role{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#b9b9b9;margin-bottom:6px}.tooltip .field{font-size:13px;font-weight:800;margin-bottom:2px}.tooltip .question{font-size:12px;font-weight:500;color:#9f9f9f;margin-bottom:8px}.tooltip .val{font-size:18px;font-weight:900;color:#ff7543;margin-bottom:10px;white-space:pre-line}.tooltip .desc{font-size:13px;line-height:1.55;color:#ddd;white-space:pre-line}

.data-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.data-btn{border:1px solid #d8d8d5;background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;color:#555;cursor:pointer}.data-btn:hover{border-color:#111;color:#111}
.pbmc-data-block{margin-top:18px;border:1px solid #dfdfdc;border-radius:20px;overflow:hidden;background:#fff}.data-role-head{display:flex;align-items:center;gap:12px;padding:18px 22px;background:#fafaf8;border-bottom:1px solid #e8e8e5}.data-role-head .role-dot{width:9px;height:9px;border-radius:50%}.data-role-head span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777;font-weight:800}.data-role-head strong{font-size:18px}
.data-table{width:100%;border-collapse:collapse;table-layout:fixed}.data-table col.field{width:17%}.data-table col.value{width:24%}.data-table th{text-align:left;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#999;font-weight:800;padding:11px 20px;border-bottom:1px solid #ececea;background:#fff}.data-table td{vertical-align:top;padding:15px 20px;border-bottom:1px solid #efefed;font-size:13px;line-height:1.55}.data-table tr:last-child td{border-bottom:0}.data-table td:first-child{font-weight:700;color:#555}.data-table td:nth-child(2){font-weight:800;color:#171717}.data-table td:nth-child(3){color:#6e6e6e}
.data-table .transaction-main td{background:#fcfcfa}.data-table .flow-subrow td{background:#fafaf8;padding-top:10px;padding-bottom:10px}.data-table .flow-subrow td:first-child{padding-left:36px;color:#aaa;font-weight:700}.data-table .flow-subrow td:nth-child(2){font-size:12px}.flow-direction{display:inline-flex;align-items:center;gap:7px}.flow-arrow{font-size:15px;font-weight:900}.flow-owner{color:var(--owner)}.flow-provider{color:#c39116}.flow-consumer{color:var(--consumer)}.flow-partner{color:var(--partner)}
.cvu-data{margin-top:12px;border:1px solid #171717;border-radius:18px;padding:22px;display:grid;grid-template-columns:180px 1fr;gap:30px}.cvu-data .role-name{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#777}.cvu-data strong{display:block;font-size:19px;margin-top:6px}.cvu-data p{margin:0;color:#6e6e6e;font-size:13px;line-height:1.6}

.video-card{background:#111;color:#fff;border-radius:24px;padding:42px 46px;display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}.video-card h3{font-size:30px;letter-spacing:-.035em;margin:0 0 11px}.video-card p{color:#c7c7c7;line-height:1.6;margin:0;max-width:760px}.video-cta{border:1px solid #777;color:#aaa;border-radius:999px;padding:13px 20px;font-size:12px;white-space:nowrap}.video-cta.live{border-color:#fff;color:#fff}

.sources{list-style:none;padding:0;margin:30px 0 0;border-top:1px solid #e5e5e3}.sources li{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:21px 0;border-bottom:1px solid #e5e5e3}.source-no{font-size:11px;color:#aaa;padding-top:3px}.sources a{font-size:14px;font-weight:700}.source-meta{font-size:10px;color:#999;margin-top:5px;text-transform:uppercase;letter-spacing:.07em}.sources p{margin:7px 0 0;color:#777;line-height:1.5;font-size:12px}
.reuse-box{border:1px solid #ddd;border-radius:23px;padding:38px;display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center}.reuse-box h3{font-size:31px;letter-spacing:-.035em;margin:0 0 12px}.reuse-box p{color:#686868;line-height:1.65;margin:0;max-width:790px}.citation{margin-top:14px!important;font-size:12px!important;color:#999!important}.copy-btn{background:#fff;border:1px solid #111;border-radius:999px;padding:13px 20px;font-size:12px;font-weight:700;cursor:pointer}.copy-btn:hover{background:#111;color:#fff}

.case-nav{border-top:1px solid #e7e7e4}.case-nav-grid{display:grid;grid-template-columns:1fr 1fr}.case-nav-link{padding:42px 0 48px;display:flex;flex-direction:column;gap:8px}.case-nav-link+ .case-nav-link{border-left:1px solid #e7e7e4;padding-left:52px}.case-nav-link:last-child{text-align:right;align-items:flex-end}.case-nav-label{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#999;font-weight:800}.case-nav-company{font-size:25px;font-weight:850;letter-spacing:-.03em}.case-nav-link:hover .case-nav-company{color:var(--orange)}
footer{border-top:1px solid #ececea;padding:34px 0 44px;color:#777;font-size:12px}.footer-inner{display:flex;justify-content:space-between;gap:28px;align-items:center}.footer-links{display:flex;gap:20px}

/* Library home */
.library-hero{padding:80px 0 52px}.library-hero h1{font-size:65px;line-height:1;letter-spacing:-.05em;max-width:830px;margin:0 0 20px}.library-hero p{font-size:19px;line-height:1.65;color:#696969;max-width:760px}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:90px}.case-card{border:1px solid #dededb;border-radius:22px;padding:27px;min-height:260px;display:flex;flex-direction:column;background:#fff;transition:.15s}.case-card:hover{transform:translateY(-2px);border-color:#aaa}.case-top{display:flex;justify-content:space-between;gap:16px;font-size:9px;letter-spacing:.1em;color:#999;text-transform:uppercase}.badge{background:#111;color:#fff;border-radius:999px;padding:5px 8px;letter-spacing:0}.case-card h2{font-size:27px;letter-spacing:-.035em;margin:44px 0 11px}.case-card p{color:#6e6e6e;line-height:1.55;font-size:13px;margin:0 0 22px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.tag{font-size:9px;border:1px solid #ddd;border-radius:999px;padding:5px 7px;color:#777}

@media(max-width:1000px){
 .header-inner{grid-template-columns:1fr auto}nav{display:none}.header-actions{grid-column:2}
 .lesson-grid{grid-template-columns:1fr;gap:15px}.video-card,.reuse-box{grid-template-columns:1fr}.video-cta{justify-self:start}.case-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
 .wrap{width:calc(100% - 36px)}.wide-wrap{width:calc(100% - 20px)}header{height:88px}.contact{display:none}
 .hero{padding:42px 0 52px}.hero h1{font-size:44px}.hero .dek{font-size:17px}.back{margin-bottom:30px}.section{padding:56px 0}.section-head{grid-template-columns:1fr}.canvas-tip{display:none}
 .data-table col.field{width:25%}.data-table col.value{width:32%}.data-table th,.data-table td{padding-left:12px;padding-right:12px;font-size:11px}.data-table .flow-subrow td:first-child{padding-left:20px}
 .cvu-data{grid-template-columns:1fr}.video-card{padding:30px}.reuse-box{padding:28px}.case-nav-grid{grid-template-columns:1fr}.case-nav-link+ .case-nav-link{border-left:0;border-top:1px solid #e7e7e4;padding-left:0}.case-nav-link:last-child{text-align:left;align-items:flex-start}.footer-inner{flex-direction:column;align-items:flex-start}
 .library-hero h1{font-size:45px}.case-grid{grid-template-columns:1fr}
}


.library-search-wrap{padding:0 0 38px}
.library-search{position:relative;max-width:760px}
.library-search input{width:100%;border:1px solid #d9d9d6;background:#fff;border-radius:999px;padding:16px 50px 16px 20px;font-size:14px;color:#111;outline:none;transition:.15s}
.library-search input:focus{border-color:#111;box-shadow:0 0 0 3px rgba(0,0,0,.035)}
.library-search-icon{position:absolute;right:19px;top:50%;transform:translateY(-50%);font-size:16px;color:#888;pointer-events:none}
.library-search-meta{font-size:11px;color:#999;margin-top:10px}
.no-results{display:none;border:1px dashed #d7d7d4;border-radius:20px;padding:30px;color:#777;background:#fbfbfa;margin-bottom:80px}


/* v2.1 — unified comparable PBMC data table */
.pbmc-data-table-wrap{border:1px solid #dfdfdc;border-radius:20px;overflow:hidden;background:#fff}
.pbmc-data-table{width:100%;border-collapse:collapse;table-layout:fixed}
.pbmc-data-table col.perspective{width:14%}
.pbmc-data-table col.field{width:17%}
.pbmc-data-table col.value{width:31%}
.pbmc-data-table th{text-align:left;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#999;font-weight:800;padding:12px 18px;border-bottom:1px solid #e4e4e1;background:#fafaf8}
.pbmc-data-table td{vertical-align:top;padding:15px 18px;border-bottom:1px solid #eeeeeb;font-size:12.5px;line-height:1.55}
.pbmc-data-table tr:last-child td{border-bottom:0}
.pbmc-data-table .perspective-cell{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#666}
.pbmc-data-table .field-cell{font-weight:750;color:#555}
.pbmc-data-table .value-cell{font-weight:800;color:#171717}
.pbmc-data-table .explanation-cell{color:#6e6e6e}
.pbmc-data-table .role-start td{border-top:2px solid #e6e6e2}
.pbmc-data-table .role-owner .perspective-cell{box-shadow:inset 4px 0 0 var(--owner)}
.pbmc-data-table .role-provider .perspective-cell{box-shadow:inset 4px 0 0 var(--provider)}
.pbmc-data-table .role-consumer .perspective-cell{box-shadow:inset 4px 0 0 var(--consumer)}
.pbmc-data-table .role-partner .perspective-cell{box-shadow:inset 4px 0 0 var(--partner)}
.pbmc-data-table .cvu-row .perspective-cell{box-shadow:inset 4px 0 0 #111}
.transaction-stack{margin-top:10px;border-top:1px solid #e8e8e5;padding-top:7px}
.transaction-flow{display:grid;grid-template-columns:minmax(130px,auto) 1fr;gap:10px;padding:6px 0;border-bottom:1px solid #f0f0ed;font-weight:500}
.transaction-flow:last-child{border-bottom:0;padding-bottom:0}
.transaction-flow-main{font-size:11px;font-weight:850;white-space:nowrap}
.transaction-flow-note{font-size:11px;color:#777;line-height:1.45}
.transaction-empty{margin-top:8px;font-size:11px;color:#999;font-weight:500}
.next-platform-top{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8d8d5;background:#fff;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:750;color:#444;white-space:nowrap}
.next-platform-top:hover{border-color:#111;color:#111}
.section-head.canvas-head{align-items:center}
.video-section{padding-top:28px}
@media(max-width:700px){
 .pbmc-data-table{min-width:800px}
 .pbmc-data-table-wrap{overflow-x:auto}
 .transaction-flow{grid-template-columns:1fr;gap:2px}
 .next-platform-top{justify-self:start}
}


/* v2.5 — clickable YouTube thumbnail case-study card */
.video-showcase{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);border-radius:24px;overflow:hidden;background:#111;color:#fff}
.video-thumb-link{position:relative;display:block;background:#191919;overflow:hidden;aspect-ratio:16/9}
.video-thumb{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease,filter .22s ease}
.video-thumb-link:hover .video-thumb{transform:scale(1.015);filter:brightness(.86)}
.video-thumb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.22));display:flex;align-items:center;justify-content:center}
.video-play{width:76px;height:76px;border-radius:50%;background:rgba(17,17,17,.92);border:1px solid rgba(255,255,255,.6);display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.28);transition:.18s ease}
.video-play:before{content:"";display:block;margin-left:5px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:19px solid #fff}
.video-thumb-link:hover .video-play{transform:scale(1.06);background:#111}
.video-info{padding:38px 40px;display:flex;flex-direction:column;justify-content:center}
.video-info .eyebrow{margin-bottom:12px}
.video-info h3{font-size:30px;line-height:1.12;letter-spacing:-.035em;margin:0 0 24px}
.video-watch-link{display:inline-flex;align-items:center;align-self:flex-start;border:1px solid #777;color:#fff;border-radius:999px;padding:11px 16px;font-size:11px;font-weight:750}
.video-watch-link:hover{border-color:#fff}
@media(max-width:850px){
 .video-showcase{grid-template-columns:1fr}
 .video-info{padding:30px}
}

#pbmcSvg{font-family:"Poppins","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif}


/* v2.6 — search lives directly on every PBMC page */
.pbmc-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.case-search{position:relative;width:min(370px,42vw)}
.case-search-input{width:100%;height:38px;border:1px solid #dcdcd8;border-radius:999px;background:#fff;padding:0 42px 0 15px;font-family:inherit;font-size:11px;color:#333;outline:none}
.case-search-input::placeholder{color:#999}
.case-search-input:focus{border-color:#111;box-shadow:0 0 0 3px rgba(0,0,0,.035)}
.case-search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:13px;color:#999;pointer-events:none}
.case-search-results{display:none;position:absolute;z-index:100;right:0;top:46px;width:min(460px,90vw);max-height:min(430px,58vh);overflow:auto;overscroll-behavior:contain;background:#fff;border:1px solid #dededa;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.14);padding:7px}
.case-search-results.show{display:block}
.case-search-item{display:block;border-radius:12px;padding:11px 12px}
.case-search-item:hover,.case-search-item.active{background:#f6f6f3}
.case-search-company{display:block;font-size:12px;font-weight:600;color:#111;margin-bottom:3px}
.case-search-meta{display:block;font-size:9px;line-height:1.5;color:#888}
.case-search-empty{padding:13px;font-size:11px;color:#999}
@media(max-width:780px){
 .pbmc-toolbar{justify-content:flex-start}
 .case-search{width:100%}
 .case-search-results{left:0;right:auto;width:100%}
}


/* v2.7 — official Platform Generation logo assets */
.brand{display:flex;align-items:center}
.brand-logo{display:block;width:150px;max-width:100%;height:auto}
.footer-logo{display:block;width:190px;height:auto}
.canvas-brand-logo{image-rendering:auto}
@media(max-width:700px){
 .brand-logo{width:155px}
 .footer-logo{width:160px}
}

/* v2.8 — compact case header and browsing controls */
.case-utility-row{display:flex;justify-content:flex-end;align-items:center;margin-bottom:20px}
.case-utility-row .pbmc-toolbar{width:100%;justify-content:flex-end}
.hero .meta{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.hero .meta::-webkit-scrollbar{display:none}
.hero .meta-pill{white-space:nowrap}
#pbmc.section{padding-top:30px}
#pbmc .section-head{margin-bottom:24px}
@media(max-width:1000px){
  .case-utility-row{justify-content:flex-start}
  .case-utility-row .pbmc-toolbar{justify-content:flex-start}
  .hero .meta{flex-wrap:wrap}
}
@media(max-width:700px){
  header{height:72px}
  .brand-logo{width:135px}
  .hero{padding:22px 0 20px}
  .hero h1{font-size:40px}
  #pbmc.section{padding-top:20px}
}


/* v2.9 — unified case header */
.case-header{padding:24px 0 14px}
.case-header .case-utility-row{display:flex;justify-content:flex-end;align-items:center;margin:0 0 16px}
.case-snapshot-line{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}
.case-header h1{font-size:52px;line-height:1.04;letter-spacing:-.035em;font-weight:700;margin:0 0 9px;max-width:900px}
.case-question{font-size:15px;line-height:1.6;font-weight:400;color:#6f6f6f;margin:0 0 15px;max-width:900px}
.case-header .meta{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.case-header .meta::-webkit-scrollbar{display:none}
.case-header .meta-pill{white-space:nowrap}
#pbmc.section{padding:8px 0 0}
.canvas-stage{margin-top:0}
.canvas-note{margin:11px auto 0;font-size:10.5px;line-height:1.65;color:#8a8a8a;max-width:950px;text-align:center}
@media(max-width:1000px){
 .case-header .case-utility-row{justify-content:flex-start}
 .case-header .meta{flex-wrap:wrap}
}
@media(max-width:700px){
 .case-header{padding:18px 0 10px}
 .case-header h1{font-size:40px}
 .case-question{font-size:13px}
}


/* v2.12 — scholarly citation block */
.reuse-box{display:block}
.citation-intro{max-width:880px}
.citation-panel{margin-top:28px;border-top:1px solid #e2e2df;padding-top:24px}
.citation-format-label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#999;margin-bottom:7px}
.citation-recommended{font-size:13px;line-height:1.7;color:#444;max-width:980px}
.citation-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}
.citation-action{background:#fff;border:1px solid #111;border-radius:999px;padding:10px 15px;font-family:inherit;font-size:10.5px;font-weight:600;color:#111;cursor:pointer}
.citation-action:hover{background:#111;color:#fff}
.citation-action.secondary{border-color:#d7d7d4;color:#555}
.citation-action.secondary:hover{border-color:#111;color:#fff}
.bibtex-details{margin-top:20px;border:1px solid #e0e0dd;border-radius:15px;overflow:hidden;background:#fafaf8}
.bibtex-details summary{cursor:pointer;list-style:none;padding:13px 16px;font-size:10px;font-weight:650;color:#555}
.bibtex-details summary::-webkit-details-marker{display:none}
.bibtex-details summary:after{content:"+";float:right;color:#999}
.bibtex-details[open] summary:after{content:"−"}
.bibtex-code{margin:0;border-top:1px solid #e7e7e4;padding:16px;overflow:auto;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:10.5px;line-height:1.6;color:#333;white-space:pre}
.citation-meta-note{margin-top:11px;font-size:9.5px;color:#9a9a9a}
@media(max-width:700px){
 .citation-actions{align-items:stretch}
 .citation-action{width:100%;text-align:center}
}

.cvu .value{font-weight:500}


/* v2.14 — in-canvas case title */
.canvas-case-title{
  font-size:14px;
  font-weight:600;
  letter-spacing:-.01em;
  fill:#2a2927;
}


/* v2.16 — mobile-first PBMC browsing */
.mobile-menu-toggle{display:none;background:none;border:0;padding:8px;width:42px;height:42px;cursor:pointer}
.mobile-menu-toggle span{display:block;width:22px;height:1.5px;background:#111;margin:5px auto;transition:.18s ease}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

.canvas-mobile-launch,.canvas-mobile-controls{display:none}
body.canvas-viewer-open{overflow:hidden}
.canvas-stage{position:relative}
.canvas-mobile-launch{
  position:absolute;z-index:8;left:50%;top:50%;transform:translate(-50%,-50%);
  border:1px solid #111;background:rgba(255,255,255,.96);color:#111;
  border-radius:999px;padding:11px 16px;font-family:inherit;font-size:11px;font-weight:600;
  box-shadow:0 8px 24px rgba(0,0,0,.10);cursor:pointer
}
.canvas-mobile-controls{
  align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;
  background:#fff;border-bottom:1px solid #e6e6e2
}
.canvas-mobile-controls-left,.canvas-mobile-controls-right{display:flex;align-items:center;gap:7px}
.canvas-control-btn{
  border:1px solid #d8d8d5;background:#fff;border-radius:999px;min-width:38px;height:36px;
  padding:0 11px;font-family:inherit;font-size:11px;font-weight:600;color:#222;cursor:pointer
}
.canvas-control-btn:hover{border-color:#111}
.canvas-control-close{border-color:#111}
.canvas-zoom-label{font-size:10px;color:#777;min-width:42px;text-align:center}

/* Table mobile scrolling — one coherent scroll surface.
   No frozen columns on phones: Perspective, Field, Value and Explanation
   move together so row context remains readable while swiping horizontally. */
.pbmc-data-table-wrap{
  position:relative;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
@media(max-width:700px){
  .pbmc-data-table{min-width:920px}
  .pbmc-data-table col.perspective{width:128px}
  .pbmc-data-table col.field{width:142px}
  .pbmc-data-table col.value{width:270px}

  .pbmc-data-table th:nth-child(1),
  .pbmc-data-table td:nth-child(1),
  .pbmc-data-table th:nth-child(2),
  .pbmc-data-table td:nth-child(2){
    position:static;
    left:auto;
    z-index:auto;
    box-shadow:none
  }

  .pbmc-data-table th:nth-child(1),
  .pbmc-data-table th:nth-child(2){background:#fafaf8}

  .pbmc-data-table .role-start td:nth-child(1),
  .pbmc-data-table .role-start td:nth-child(2){border-top:2px solid #e6e6e2}
}

/* Touch tooltip becomes a bottom information sheet */
@media(hover:none), (pointer:coarse){
  .tooltip{
    left:12px!important;right:12px!important;top:auto!important;bottom:12px!important;
    width:auto;max-width:none;border-radius:18px;padding:15px 17px;
    max-height:42vh;overflow:auto
  }
}

@media(max-width:1000px){
  header{position:relative;z-index:120}
  .header-inner{grid-template-columns:1fr auto!important;gap:12px}
  .header-actions{display:none}
  .mobile-menu-toggle{display:block;grid-column:2}
  header nav{
    display:none!important;position:absolute;left:0;right:0;top:100%;
    background:#fff;border-top:1px solid #eee;border-bottom:1px solid #ddd;
    padding:10px 18px 16px;box-shadow:0 12px 28px rgba(0,0,0,.08);
    flex-direction:column;gap:0;align-items:stretch
  }
  header nav.open{display:flex!important}
  header nav a{padding:12px 6px;border-bottom:1px solid #f1f1ef}
  header nav a:last-child{border-bottom:0}
  header nav a.active:after{display:none}
  header nav .mobile-contact{display:block;margin-top:10px;background:#111;color:#fff;text-align:center;border-radius:999px;border:0}
}

@media(min-width:1001px){
  header nav .mobile-contact{display:none}
}

@media(max-width:700px){
  .wide-wrap{width:calc(100% - 20px)}
  .case-header .case-utility-row{margin-bottom:14px}
  .pbmc-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%;gap:8px}
  .case-search{width:100%;min-width:0}
  .next-platform-top{height:38px;padding:0 12px}
  .case-header .meta{gap:6px}
  .meta-pill{font-size:9px;padding:6px 9px}
  #pbmc.section{padding-top:4px}
  .canvas-stage{padding:10px 8px 8px;border-radius:20px}
  .svg-frame{overflow:hidden}
  #pbmcSvg{width:100%;min-width:0!important;height:auto}
  .canvas-mobile-launch{display:block}
  .canvas-legend{font-size:9px;gap:11px;margin:8px 4px 0}
  .canvas-note{font-size:9.5px;line-height:1.55;margin-top:9px;padding:0 8px}

  .canvas-stage.canvas-mobile-fullscreen{
    position:fixed;inset:0;z-index:9999;background:#f6f5f3;border-radius:0;
    padding:0;display:flex;flex-direction:column;margin:0
  }
  .canvas-stage.canvas-mobile-fullscreen .canvas-mobile-launch{display:none}
  .canvas-stage.canvas-mobile-fullscreen .canvas-mobile-controls{display:flex;flex:0 0 auto}
  .canvas-stage.canvas-mobile-fullscreen .svg-frame{
    flex:1 1 auto;overflow:auto;-webkit-overflow-scrolling:touch;background:#f6f5f3;
    overscroll-behavior:contain
  }
  .canvas-stage.canvas-mobile-fullscreen #pbmcSvg{
    width:1250px;min-width:1250px!important;height:auto;max-width:none;display:block;
    margin:12px
  }
  .canvas-stage.canvas-mobile-fullscreen .canvas-legend{
    display:flex;flex:0 0 auto;background:#fff;margin:0;padding:8px 12px;border-top:1px solid #e6e6e2
  }

  .lesson-grid{gap:10px}
  .video-showcase{border-radius:18px}
  .sources li{grid-template-columns:32px 1fr;gap:10px}
  .reuse-box{border-radius:18px}
  .case-nav-company{font-size:20px}
}

@media(max-width:430px){
  .case-snapshot-line{font-size:8.5px;letter-spacing:.11em}
  .case-header h1{font-size:36px}
  .case-question{font-size:12.5px}
  .next-platform-top{font-size:9px;padding:0 10px}
  .case-search-input{font-size:10px}
}


/* v2.21 pastel perspective fill system
   Owner    #F1F6FF
   Provider #FFF9EA
   Consumer #FFF2EC
   Partner  #F0F8F2
   CVU      #F2F2F0
   Hover uses the existing saturated perspective colors.
*/

/* FLOW INTERACTION v2.22
   Labels are automatically offset from transaction routes.
   Hover/tap focus renders the selected route solid above the PBMC fields.
*/

/* v2.29 — provenance + IP boundary */
.canvas-framework-label{
  font-size:7.5px;
  font-weight:600;
  letter-spacing:.12em;
  fill:#8e8a84;
}
.ip-boundary{
  margin-top:20px;
  padding:16px 18px;
  border:1px solid #deddd9;
  border-radius:14px;
  background:#faf9f6;
  max-width:920px;
}
.ip-boundary-title{
  margin-bottom:7px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:#555;
}
.ip-boundary p{
  margin:0 0 8px;
  font-size:12.5px;
  line-height:1.65;
  color:#5f5f5c;
}
.ip-boundary p:last-child{margin-bottom:0}


/* v2.31 — open use, protected attribution */
.canvas-attribution-line{
  font-size:6.7px;
  font-weight:500;
  letter-spacing:.035em;
  fill:#8e8a84;
}
.attribution-box{
  margin-top:12px;
  padding:11px 13px;
  border-left:2px solid #111;
  background:#fff;
  font-size:11.5px;
  line-height:1.55;
  color:#3f3f3d;
}
.attribution-box.adapted{border-left-color:#ef4a0b}
.attribution-label{
  display:block;
  margin-bottom:3px;
  font-size:8px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:#8e8e8b;
}
.brand-note{
  padding-top:4px;
  color:#777!important;
  font-size:11px!important;
}


/* v2.32 — search + browsing in the global header */
.header-inner{
  grid-template-columns:auto minmax(390px,1fr) auto;
  gap:22px;
  align-items:center;
}
header nav{
  justify-content:center;
}
.header-library-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:405px;
}
.header-search{
  width:265px;
  min-width:190px;
}
.header-search .case-search-input{
  height:38px;
  font-size:10.5px;
}
.header-search .case-search-results{
  left:auto;
  right:0;
  width:min(430px,88vw);
}
.header-next-platform{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:38px;
  padding:0 17px;
  border:1px solid #111;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:9.5px;
  font-weight:700;
  white-space:nowrap;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.header-next-platform:hover{
  background:#ef4a0b;
  border-color:#ef4a0b;
  color:#fff;
  transform:translateY(-1px);
}
.case-header{
  padding-top:34px;
}
.footer-links a{
  color:inherit;
  text-decoration:none;
}
.footer-links a:hover{
  color:#fff;
  text-decoration:underline;
}
.footer-contact{
  font-weight:600;
  color:#fff!important;
}

@media(max-width:1180px){
  .header-inner{
    grid-template-columns:auto minmax(330px,1fr) auto;
    gap:14px;
  }
  header nav{gap:15px}
  .header-library-actions{min-width:340px;gap:8px}
  .header-search{width:205px}
  .header-next-platform{padding:0 13px;font-size:9px}
}

@media(max-width:1000px){
  .header-inner{
    grid-template-columns:1fr auto!important;
    gap:12px;
  }
  .mobile-menu-toggle{
    display:block;
    grid-column:2;
  }
  header nav{
    display:none!important;
  }
  header nav.open{
    display:flex!important;
  }
  header nav .header-library-actions{
    display:flex;
    width:100%;
    min-width:0;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:14px 0 2px;
  }
  header nav .header-search{
    width:100%;
    min-width:0;
  }
  header nav .case-search-results{
    position:relative;
    top:6px;
    right:auto;
    left:0;
    width:100%;
    margin-bottom:6px;
    box-shadow:none;
  }
  header nav .header-next-platform{
    width:100%;
    min-height:40px;
  }
  .case-header{
    padding-top:24px;
  }
}

@media(max-width:700px){
  .case-header{padding-top:20px}
}

/* v2.76 — uncapped search results + alphabetical Browse all cases */
.header-library-actions{
  min-width:515px;
}
.header-search{
  width:235px;
}
.case-search-item{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
  padding:10px 12px;
}
.case-search-company{
  display:block;
  min-width:0;
  margin:0;
  font-size:12px;
  font-weight:650;
  color:#111;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.case-search-number{
  flex:0 0 auto;
  font-size:8.5px;
  font-weight:650;
  letter-spacing:.08em;
  color:#aaa;
}
.case-browse{
  position:relative;
  flex:0 0 auto;
}
.case-browse-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  height:38px;
  padding:0 14px;
  border:1px solid #d8d8d5;
  border-radius:999px;
  background:#fff;
  color:#444;
  font-family:inherit;
  font-size:9.5px;
  font-weight:700;
  white-space:nowrap;
  cursor:pointer;
  transition:border-color .15s ease,color .15s ease,background .15s ease;
}
.case-browse-button:hover,
.case-browse-button[aria-expanded="true"]{
  border-color:#111;
  color:#111;
  background:#fafaf8;
}
.case-browse-button span{
  color:#999;
  font-size:11px;
  line-height:1;
}
.case-browse-panel{
  display:none;
  position:absolute;
  z-index:101;
  right:0;
  top:46px;
  width:330px;
  max-height:430px;
  overflow:auto;
  background:#fff;
  border:1px solid #dededa;
  border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  padding:7px;
}
.case-browse-panel.show{
  display:block;
}
.case-browse-item{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
  border-radius:11px;
  padding:9px 11px;
}
.case-browse-item:hover{
  background:#f6f6f3;
}
.case-browse-company{
  min-width:0;
  font-size:11.5px;
  font-weight:600;
  color:#222;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.case-browse-number{
  flex:0 0 auto;
  font-size:8.5px;
  font-weight:650;
  letter-spacing:.08em;
  color:#aaa;
}

@media(max-width:1180px){
  .header-library-actions{min-width:430px}
  .header-search{width:180px}
  .case-browse-button{padding:0 11px;font-size:9px}
}

@media(max-width:1000px){
  header nav .case-browse{
    width:100%;
  }
  header nav .case-browse-button{
    width:100%;
    min-height:40px;
  }
  header nav .case-browse-panel{
    position:relative;
    top:6px;
    right:auto;
    left:0;
    width:100%;
    max-height:360px;
    margin-bottom:6px;
    box-shadow:none;
  }
}


/* v2.80 — simplified nav + case-title case selector */
.header-library-actions{min-width:355px}
.header-search{width:235px}
.case-title-row{display:flex;align-items:center;gap:10px;position:relative;max-width:1080px;margin:0 0 9px}
.case-title-row h1{margin:0!important;max-width:min(900px,calc(100% - 54px))}
.case-title-browse{position:relative;flex:0 0 auto;align-self:center}
.case-title-browse-button{width:38px;height:38px;padding:0;border:1px solid transparent;background:transparent;color:#777;border-radius:999px;font-size:22px;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}
.case-title-browse-button:hover,.case-title-browse-button[aria-expanded="true"]{background:#f6f6f3;border-color:#dededa;color:#111}
.case-title-browse-button span{display:inline-block;font-size:20px;line-height:1;transition:transform .15s ease}
.case-title-browse-button[aria-expanded="true"] span{transform:rotate(180deg)}
.case-title-browse-panel{left:0;right:auto;top:46px;width:min(360px,calc(100vw - 38px));max-height:min(460px,60vh)}
@media(max-width:1180px){.header-library-actions{min-width:315px}.header-search{width:180px}}
@media(max-width:1000px){header nav .header-library-actions{display:flex}.case-title-browse-panel{position:absolute;top:46px;left:0;right:auto;width:min(360px,calc(100vw - 38px));max-height:min(430px,60vh);box-shadow:0 18px 45px rgba(0,0,0,.14)}}
@media(max-width:700px){.case-title-row{gap:6px}.case-title-browse-button{width:34px;height:34px;font-size:20px}.case-title-row h1{max-width:calc(100% - 44px)}}


/* v2.88 — one canonical global header on About + PBMC case pages; mobile polish */
.pg-header{height:82px!important;border-bottom:1px solid #f1f1ef!important;background:#fff!important;position:relative;z-index:120}
.pg-header .header-inner{height:100%;display:grid!important;grid-template-columns:270px 1fr 270px!important;align-items:center;gap:24px!important}
.pg-header .brand{display:block;width:150px}
.pg-header .brand-logo{display:block;width:100%;height:auto}
.pg-header nav{display:flex!important;justify-content:center!important;gap:30px!important;font-size:12px!important;font-weight:400!important;color:#666!important;position:static!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;flex-direction:row!important;align-items:center!important}
.pg-header nav a{padding:13px 0!important;position:relative;white-space:nowrap;border:0!important}
.pg-header nav a.active{color:#171717}
.pg-header nav a.active:after{content:""!important;display:block!important;position:absolute;height:1px;background:#171717;left:0;right:0;bottom:5px}
.site-menu-toggle{display:none;background:#fff;border:1px solid #e9e9e6;border-radius:999px;padding:8px 16px;font:inherit;font-size:13px;font-weight:650;color:#171717;cursor:pointer}
.site-menu-toggle:focus-visible{outline:3px solid #ef4a0b;outline-offset:3px}
.case-header .case-utility-row{margin:17px 0 0!important;justify-content:flex-start!important}
.case-header .case-library-actions{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-width:0!important}
.case-header .case-library-actions .header-search{width:min(360px,100%);min-width:0}
.case-header .case-library-actions .header-next-platform{flex:0 0 auto}
@media(max-width:900px){
  .pg-header .header-inner{grid-template-columns:1fr auto!important;gap:24px!important}
  .pg-header nav{justify-content:flex-end!important;gap:19px!important}
}
@media(max-width:700px){
  .wrap{width:calc(100% - 38px)}
  .case-header{padding:22px 0 12px!important}
  .case-snapshot-line{font-size:9px;line-height:1.45;margin-bottom:9px}
  .case-title-row{align-items:center}
  .case-header h1{font-size:36px!important;line-height:1.08!important}
  .case-question{font-size:13px!important;line-height:1.55!important;margin-bottom:12px!important}
  .case-header .meta{gap:6px!important;flex-wrap:wrap!important;overflow:visible!important}
  .case-header .case-utility-row{margin-top:15px!important}
  .case-header .case-library-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .case-header .case-library-actions .header-search{width:100%}
  .case-header .case-library-actions .header-next-platform{height:38px;padding:0 12px;font-size:9px}
  .section{padding:52px 0}
  .section h2{font-size:30px}
  .case-nav-link{padding-top:32px;padding-bottom:36px}
  .case-nav-company{font-size:22px}
  footer{padding-bottom:34px}
}
@media(max-width:520px){
  .pg-header{height:75px!important}
  .pg-header .header-inner{grid-template-columns:1fr auto!important;gap:10px!important}
  .pg-header .brand{width:135px}
  .pg-header nav{display:none!important}
  .pg-header nav.open{position:absolute!important;top:calc(100% - 1px)!important;right:19px!important;left:auto!important;z-index:20;width:min(270px,calc(100% - 38px))!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:10px 17px!important;background:#fff!important;border:1px solid #e9e9e6!important;border-radius:0 0 15px 15px!important;box-shadow:0 16px 30px rgba(0,0,0,.08)!important}
  .pg-header nav.open a{padding:10px 0!important;border-bottom:1px solid #e9e9e6!important}
  .pg-header nav.open a:last-child{border-bottom:0!important}
  .pg-header nav.open a.active:after{display:none!important}
  .site-menu-toggle{display:inline-flex;align-items:center;justify-content:center}
  .case-header .case-library-actions{grid-template-columns:1fr}
  .case-header .case-library-actions .header-next-platform{width:100%}
  .case-search-results{width:100%!important;max-height:min(360px,55vh)!important}
}
@media(max-width:380px){
  .wrap{width:calc(100% - 30px)}
  .pg-header .brand{width:126px}
  .site-menu-toggle{padding:7px 13px;font-size:12px}
  .case-header h1{font-size:33px!important}
  .case-title-browse-button{width:32px;height:32px}
}


/* v2.88.1 — exact About-header shell geometry on PBMC pages */
.pg-header{display:block!important}
.pg-header .header-inner{width:min(1220px,calc(100% - 64px))!important;margin:0 auto!important}
@media(max-width:650px){.pg-header .header-inner{width:calc(100% - 38px)!important}}
@media(max-width:380px){.pg-header .header-inner{width:calc(100% - 30px)!important}}

/* v2.88.2 — match About navigation line-height exactly */
.pg-header nav{line-height:1.7!important}
.site-menu-toggle{line-height:1.7!important}

/* v2.88.3 — exact About mobile menu typography */
@media(max-width:650px){.pg-header nav{font-size:13px!important}}


/* v2.90 — compact case header navigation + case metadata cleanup */
.case-snapshot-line{display:none!important}
.case-title-browse-button{color:var(--orange)!important}
.case-title-browse-button:hover,.case-title-browse-button[aria-expanded="true"]{color:var(--orange)!important;background:#fff5f0!important;border-color:#ffd6c6!important}
.case-title-browse-button:focus-visible{outline:3px solid rgba(239,74,11,.22);outline-offset:2px}
.case-meta-nav-row{display:flex;align-items:center;justify-content:space-between;gap:14px 22px;flex-wrap:wrap;margin-top:14px}
.case-meta-nav-row .meta{flex:1 1 480px;min-width:0;margin:0}
.case-header .case-top-navigation{display:grid!important;grid-template-columns:auto minmax(190px,230px) auto;align-items:center;gap:8px;width:auto!important;min-width:0!important;margin-left:auto}
.case-header .case-top-navigation .header-search{width:100%!important;min-width:0!important}
.header-prev-platform{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;border:1px solid #d8d8d4;border-radius:999px;background:#fff;color:#222;font-size:9.5px;font-weight:700;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}
.header-prev-platform:hover{background:#f6f6f3;border-color:#bdbdb8;color:#111;transform:translateY(-1px)}
.case-top-navigation .header-next-platform{padding-left:14px;padding-right:14px}
.nav-short{display:none}
@media(max-width:980px){
  .case-meta-nav-row{align-items:flex-start}
  .case-meta-nav-row .meta{flex-basis:100%}
  .case-header .case-top-navigation{margin-left:0;width:min(100%,520px)!important;grid-template-columns:auto minmax(160px,1fr) auto}
}
@media(max-width:700px){
  .case-header{padding-top:22px!important}
  .case-meta-nav-row{margin-top:12px;gap:11px}
  .case-header .case-top-navigation{width:100%!important;grid-template-columns:auto minmax(0,1fr) auto;gap:6px}
  .header-prev-platform,.case-top-navigation .header-next-platform{height:38px;padding:0 10px;font-size:9px}
  .case-top-navigation .header-search .case-search-input{height:38px;padding-left:12px;padding-right:34px;font-size:9.5px}
  .case-top-navigation .case-search-icon{right:12px}
  .nav-long{display:none}
  .nav-short{display:inline}
}
@media(max-width:430px){
  .case-header .case-top-navigation{grid-template-columns:auto minmax(0,1fr) auto}
  .header-prev-platform,.case-top-navigation .header-next-platform{padding:0 9px}
}

/* v2.91 — minimal canvas navigation */
.case-meta-nav-row{display:block!important;margin-top:14px!important}
.case-meta-nav-row .meta{margin:0!important}
.case-top-navigation{display:none!important}
.canvas-case-tools{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
  min-height:28px;
  margin:0 6px 7px 0;
  position:relative;
  z-index:25;
}
.canvas-case-tool{
  width:27px;
  height:27px;
  padding:0;
  border:0;
  background:transparent;
  color:#858585;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  cursor:pointer;
  line-height:1;
  transition:color .14s ease,background .14s ease,transform .14s ease;
}
.canvas-case-tool:hover,.canvas-case-tool:focus-visible{
  color:var(--orange);
  background:#fff4ef;
  outline:none;
}
.canvas-case-tool:active{transform:translateY(1px)}
.canvas-case-arrow{font-size:18px;font-weight:500}
.canvas-search-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.canvas-case-search{position:relative;width:27px!important;min-width:27px!important}
.canvas-search-popover{
  display:none;
  position:absolute;
  z-index:120;
  right:0;
  top:31px;
  width:min(315px,calc(100vw - 48px));
  background:#fff;
  border:1px solid #dededa;
  border-radius:14px;
  box-shadow:0 16px 38px rgba(0,0,0,.13);
  padding:7px;
}
.canvas-case-search.open .canvas-search-popover{display:block}
.canvas-search-popover .case-search-input{
  height:35px!important;
  padding:0 35px 0 12px!important;
  border-radius:10px!important;
  font-size:10.5px!important;
  border-color:#e1e1dd!important;
}
.canvas-search-popover .case-search-icon{right:18px!important;font-size:12px!important}
.canvas-search-popover .case-search-results{
  left:7px!important;
  right:7px!important;
  top:49px!important;
  width:auto!important;
  max-height:min(360px,52vh)!important;
  border-radius:13px!important;
}
@media(max-width:700px){
  .case-meta-nav-row{margin-top:12px!important}
  .canvas-case-tools{margin:0 2px 5px 0;gap:2px;min-height:26px}
  .canvas-case-tool{width:25px;height:25px}
  .canvas-case-arrow{font-size:17px}
  .canvas-search-toggle svg{width:13px;height:13px}
  .canvas-case-search{width:25px!important;min-width:25px!important}
  .canvas-search-popover{right:-27px;top:29px;width:min(300px,calc(100vw - 38px))}
}
/* v2.91.1 — keep title dropdown visibly orange */
.case-title-browse-button span{color:#ef4a0b!important}
