:root{--bg:#050c15;--panel:#091522;--panel2:#0c1b2b;--line:#1c3145;--text:#f3f7fb;--muted:#91abc4;--cyan:#21c4d5;--blue:#3585d8}
*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 50% -20%,rgba(31,115,181,.18),transparent 42%),var(--bg);color:var(--text)}a{color:inherit}.topbar{max-width:1220px;margin:auto;padding:26px 28px;display:flex;align-items:center;justify-content:space-between}.brand,.poseiq{text-decoration:none}.brand{font-size:18px;font-weight:800;letter-spacing:-.02em}.brand span{color:#78a8d2}.poseiq{font-size:14px;color:var(--muted)}.poseiq:hover{color:var(--text)}main{max-width:1220px;margin:auto;padding:0 28px 70px}.hero{text-align:center;padding:94px 0 90px}.eyebrow{color:#60b9eb;font-size:11px;font-weight:800;letter-spacing:.19em}.hero h1{max-width:940px;margin:17px auto 20px;font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.055em}.hero h1 span{background:linear-gradient(90deg,#c8d3e2,#3987d7,#21c4d5);background-clip:text;-webkit-background-clip:text;color:transparent}.hero p{margin:0 auto;max-width:650px;color:var(--muted);font-size:18px;line-height:1.65}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:24px}.section-head h2{font-size:34px;letter-spacing:-.04em;margin:8px 0 0}.section-head p{color:var(--muted);margin:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{min-height:390px;padding:26px;border:1px solid var(--line);border-radius:27px;background:linear-gradient(155deg,rgba(13,31,48,.96),rgba(7,20,32,.96));display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;box-shadow:inset 0 1px rgba(255,255,255,.025)}a.card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}a.card:hover{transform:translateY(-4px);border-color:#2a7998;box-shadow:0 20px 55px rgba(0,0,0,.25)}.featured{background:radial-gradient(circle at 100% 0,rgba(33,196,213,.14),transparent 34%),linear-gradient(155deg,#0d2132,#071522)}.card-top{display:flex;justify-content:space-between;align-items:center}.status{border:1px solid #27425b;color:#8eaac2;font-size:10px;font-weight:800;letter-spacing:.14em;border-radius:999px;padding:6px 9px}.status.live{color:#8cf0dc;border-color:rgba(77,224,195,.28);background:rgba(41,176,151,.07)}.arrow{font-size:20px;color:#61bed0}.icon{width:54px;height:54px;margin:38px 0 22px;border:1px solid #25445d;background:#0c2031;border-radius:17px;display:grid;place-items:center;color:#68d9df;font-size:24px;font-weight:800}.card h3{margin:0 0 8px;font-size:28px;letter-spacing:-.04em}.card .question{color:#d8e8f5;font-size:17px;font-weight:650;margin:0 0 10px}.card p:not(.question){color:var(--muted);line-height:1.6;margin:0;font-size:14px}.try{font-weight:800;color:#75dbe2}.coming{color:#6e899f;font-size:13px;font-weight:700}.muted-card{opacity:.78}footer{max-width:1220px;margin:auto;padding:30px 28px 42px;border-top:1px solid rgba(85,119,147,.18);display:flex;justify-content:space-between;color:#668198;font-size:13px}footer a{text-decoration:none;color:#8ba8be}footer span{margin:0 9px}@media(max-width:850px){.hero{padding:66px 0}.grid{grid-template-columns:1fr}.card{min-height:330px}.section-head{align-items:start;flex-direction:column}.section-head p{margin-top:-16px}}@media(max-width:560px){.topbar,main,footer{padding-left:18px;padding-right:18px}.hero{text-align:left;padding:55px 0 62px}.hero h1{font-size:43px}.hero p{font-size:16px}.topbar{padding-top:20px}.poseiq{font-size:12px}footer{gap:13px;flex-direction:column}.card{padding:22px;border-radius:23px}}

/* ---------- Labs discovery controls ---------- */
.lab-controls{display:flex;align-items:center;gap:10px;margin:0 0 30px;padding:10px;border:1px solid rgba(81,132,168,.22);border-radius:20px;background:linear-gradient(180deg,rgba(12,27,43,.78),rgba(7,19,31,.66));box-shadow:inset 0 1px rgba(255,255,255,.03),0 16px 42px rgba(0,0,0,.14);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.lab-search-wrap{position:relative;flex:1 1 320px;min-width:220px}
.lab-search{width:100%;height:46px;padding:0 16px 0 43px;border:1px solid rgba(85,133,166,.16);border-radius:13px;background:rgba(3,13,23,.58);color:var(--text);font:inherit;font-size:14px;outline:none;appearance:none;-webkit-appearance:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}
.lab-search::placeholder{color:#718ca4}
.lab-search:hover{background:rgba(3,13,23,.75);border-color:rgba(95,157,192,.26)}
.lab-search:focus{background:rgba(3,13,23,.84);border-color:rgba(33,196,213,.62);box-shadow:0 0 0 3px rgba(33,196,213,.09)}
.lab-search::-webkit-search-decoration,.lab-search::-webkit-search-cancel-button{-webkit-appearance:none;display:none}
.lab-search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);display:grid;place-items:center;color:#65bdd0;pointer-events:none;z-index:1}
.lab-filter-pills{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(85,133,166,.14);border-radius:13px;background:rgba(3,13,23,.46)}
.lab-filter-pill{height:38px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:var(--muted);font:inherit;font-size:12px;font-weight:750;cursor:pointer;white-space:nowrap;outline:none;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.lab-filter-pill:hover{color:var(--text);background:rgba(255,255,255,.045)}
.lab-filter-pill:focus-visible{box-shadow:0 0 0 2px rgba(33,196,213,.6)}
.lab-filter-pill:active{transform:translateY(1px)}
.lab-filter-pill.is-active,.lab-filter-pill[aria-pressed="true"]{color:#dffcff;background:linear-gradient(180deg,rgba(33,196,213,.18),rgba(33,196,213,.09));box-shadow:inset 0 0 0 1px rgba(33,196,213,.24)}
.lab-filter-wrap{display:none;position:relative;flex:1 1 190px}
.lab-filter{width:100%;height:46px;padding:0 40px 0 14px;border:1px solid rgba(85,133,166,.16);border-radius:13px;background:rgba(3,13,23,.58);color:var(--text);font:inherit;font-size:14px;font-weight:650;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none}
.lab-filter option{background:#0c1b2b;color:#f3f7fb}
.lab-filter-wrap::after{content:"";position:absolute;right:16px;top:50%;width:7px;height:7px;border-right:1.5px solid #7fb4ca;border-bottom:1.5px solid #7fb4ca;transform:translateY(-65%) rotate(45deg);pointer-events:none}
.lab-count{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border:1px solid rgba(85,133,166,.14);border-radius:999px;background:rgba(28,49,69,.28);color:#7894aa;font-size:12px;font-weight:750;white-space:nowrap}
.card[hidden]{display:none!important}
.card:not([hidden]){animation:labCardIn .18s ease-out}
.lab-empty{grid-column:1/-1;padding:48px 20px;border:1px dashed rgba(85,133,166,.24);border-radius:22px;background:rgba(9,21,34,.42);color:var(--muted);text-align:center;font-size:14px}
@keyframes labCardIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.card:not([hidden]){animation:none}.lab-filter-pill,.lab-search,a.card{transition:none}}
@media(max-width:980px){.lab-filter-pills{display:none}.lab-filter-wrap{display:block}.lab-count{margin-left:0}}
@media(max-width:640px){.lab-controls{gap:8px;padding:8px;flex-wrap:wrap}.lab-search-wrap{flex-basis:100%;min-width:0}.lab-filter-wrap{flex:1 1 170px}.lab-count{min-height:32px}.lab-search,.lab-filter{height:44px}}


/* ---------- Workflow CTA ---------- */
.workflow-cta{margin-top:54px;padding:24px 26px;border:1px solid rgba(81,132,168,.22);border-radius:22px;background:linear-gradient(155deg,rgba(13,31,48,.88),rgba(7,20,32,.88));display:flex;align-items:center;justify-content:space-between;gap:28px}
.workflow-cta h2{margin:7px 0 6px;font-size:24px;letter-spacing:-.035em}
.workflow-cta p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.workflow-cta a{flex:0 0 auto;text-decoration:none;font-size:14px;font-weight:800;color:#75dbe2}
.workflow-cta a:hover{color:#dffcff}
@media(max-width:700px){.workflow-cta{align-items:flex-start;flex-direction:column;gap:16px;padding:22px}.workflow-cta h2{font-size:22px}}


/* ---------- Playful body explorer ---------- */
.body-explorer{position:fixed;width:96px;height:132px;left:14%;top:24%;z-index:12;padding:0;border:0;background:transparent;cursor:pointer;user-select:none;touch-action:none;appearance:none;-webkit-appearance:none;filter:drop-shadow(0 0 15px rgba(33,196,213,.08))}
.body-explorer.caught{filter:drop-shadow(0 0 20px rgba(33,196,213,.4))}
.body-explorer:focus-visible{outline:2px solid rgba(33,196,213,.75);outline-offset:4px;border-radius:18px}
.body-explorer .figure{width:100%;height:100%;overflow:visible}
.body-explorer .line{stroke:#36566f;stroke-width:8;stroke-linecap:round;transition:.14s}
.body-explorer .joint{fill:#36566f;transition:.14s}
.body-explorer .hot{fill:transparent}
.body-explorer.caught .line,.body-explorer.caught .joint{stroke:#21c4d5;fill:#21c4d5}
.body-explorer.caught .region:hover .line,.body-explorer.caught .region:hover .joint{stroke:#8df5fb;fill:#8df5fb}
.body-explorer .wave-upper,.body-explorer .wave-forearm,.body-explorer .wave-hand{transform-box:view-box;transform-origin:0 0}
.body-explorer .bubble{position:absolute;z-index:5;right:0;top:calc(100% + 8px);white-space:nowrap;border:1px solid rgba(33,196,213,.25);background:rgba(6,18,30,.9);color:#9ab5c9;padding:7px 10px;border-radius:999px;font-size:11px;opacity:0;pointer-events:none;transition:.15s}
.body-explorer.caught .bubble{opacity:1}
.lab-count-body{color:#8cf0dc}
@media(max-width:600px){.body-explorer{width:78px;height:108px}.body-explorer .bubble{font-size:10px}}
@media(prefers-reduced-motion:reduce){.body-explorer .bubble{transition:none}}
