:root{color-scheme:dark;--bg:#111612;--panel:#1a201b;--panel-soft:#171d18;--line:#333c32;--muted:#a2aea1;--faint:#768574;--text:#f1f2e9;--accent:#d5eda2;--accent-dim:#333e26;--alert:#eab19b;--element:#ff9988;--radius:18px;--mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.35}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button{touch-action:manipulation}a{color:var(--accent);text-underline-offset:3px}button svg{width:18px;height:18px;flex-shrink:0}button{border:0;background:none}p,h1,h2,h3{margin:0}button,svg{user-select:none;-webkit-user-select:none}button, .anatomy-layer{transition:background .2s,border-color .2s,color .2s,opacity .9s,filter .6s,transform .8s}.shell{max-width:1510px;margin:0 auto;padding:0 34px 18px}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:18px}.brand{display:flex;align-items:center;gap:11px;color:var(--text);white-space:nowrap}.brand-mark{color:var(--accent);width:31px;height:31px}.wordmark{font-size:16px;letter-spacing:2.1px;font-weight:700}.wordmark em{font-style:normal;font-weight:400;color:var(--accent)}.brand-caption{font-size:9px;letter-spacing:1.65px;color:var(--muted);padding-top:4px}.top-actions{display:flex;align-items:center;gap:10px}.text-button{font-size:12px;color:var(--muted);padding:10px 12px;border-radius:9px;display:flex;align-items:center;gap:8px}.text-button:hover{background:#242c24;color:var(--text)}.icon-button{width:39px;height:39px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;color:var(--muted)}.icon-button:hover{color:var(--text);border-color:#66725e}.notebook-button{border:1px solid var(--line);padding:10px 14px;border-radius:10px;display:flex;gap:10px;align-items:center;font-size:12px}.notebook-button:hover{border-color:#63745a}.notebook-button .count{font-family:var(--mono);color:var(--accent);font-size:11px}.intro{display:flex;align-items:center;justify-content:space-between;padding:25px 0 24px;gap:16px}.intro h1{font-size:clamp(25px,2.3vw,34px);font-weight:500;letter-spacing:-1.15px;line-height:1.1}.intro h1 span{font-family:Georgia,'Times New Roman',serif;font-style:italic;color:var(--accent)}.intro p{font-size:13px;color:var(--muted);margin-top:9px}.prototype-label{font-family:var(--mono);font-size:10px;color:var(--muted);letter-spacing:1.2px;white-space:nowrap;display:flex;align-items:center;gap:7px}.live-dot{width:6px;height:6px;border-radius:50%;display:inline-block;background:var(--accent)}.lab{display:grid;grid-template-columns:minmax(213px,.79fr) minmax(400px,1.83fr) minmax(283px,1fr);gap:15px;align-items:stretch}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.eyebrow{font-size:9px;font-family:var(--mono);font-weight:500;letter-spacing:1.3px;color:var(--muted);text-transform:uppercase}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.step-index{font-family:var(--mono);font-size:10px;color:var(--faint);border:1px solid var(--line);width:24px;height:24px;display:grid;place-items:center;border-radius:50%}.library{padding:20px 17px 16px;display:flex;flex-direction:column;background:var(--panel-soft)}.library h2{font-size:18px;font-weight:500;letter-spacing:-.3px;margin-top:13px}.library-sub{font-size:11px;color:var(--muted);line-height:1.5;margin-top:6px}.filters{display:flex;gap:4px;margin:18px 0 13px;flex-wrap:wrap}.filter{font-size:10px;color:var(--muted);padding:6px 9px;border-radius:6px}.filter[aria-pressed=true]{color:var(--text);background:#323c30}.filter:hover{background:#273023}.element-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.element-tile{position:relative;border:1px solid #384135;border-radius:10px;background:linear-gradient(135deg,#252e24,#20271f);height:79px;padding:8px 7px 7px;text-align:left;overflow:hidden}.element-tile:hover{background:#313d2c;border-color:#6b7d58;transform:translateY(-1px)}.element-tile .atomic{display:block;font-family:var(--mono);font-size:9px;color:var(--muted)}.element-tile .symbol{display:block;font-size:24px;line-height:1.07;letter-spacing:-1.3px;font-weight:500;margin-top:2px;color:var(--tile)}.element-tile .name{display:block;font-size:9px;color:#bbc5b7;margin-top:4px;letter-spacing:-.1px}.element-tile[aria-pressed=true]{border-color:var(--accent);background:#35402a;box-shadow:inset 0 0 0 .4px var(--accent)}.element-tile[aria-pressed=true] .atomic,.element-tile[aria-pressed=true] .name{color:#d7e4c6}.element-tile.removed{background:#1b201a;border-style:dashed}.element-tile.removed .symbol{text-decoration:line-through;text-decoration-thickness:1px;opacity:.55}.element-tile .tile-badge{position:absolute;right:7px;top:8px;color:var(--accent);font-size:10px;line-height:10px}.element-tile.removed .tile-badge{color:var(--alert)}.library-bottom{margin-top:auto;padding-top:19px}.guide-card{border-top:1px solid var(--line);padding-top:15px}.guide-card .eyebrow{color:var(--accent);font-size:8px}.guide-card h3{font-weight:500;font-size:12px;margin-top:7px}.guide-card p{font-size:11px;color:var(--muted);line-height:1.5;margin-top:5px}.guide-card button{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--accent);font-size:11px;padding:10px 0 0;text-align:left}.guide-card button svg{width:15px}.library-footnote{font-size:9px;color:var(--faint);line-height:1.5;margin-top:15px}.stage{position:relative;background:#182019;display:flex;flex-direction:column;isolation:isolate;min-height:690px}.stage::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 36%,#344a393b 0%,transparent 65%),radial-gradient(#b6c49d15 .7px,transparent .7px);background-size:auto,18px 18px;pointer-events:none;z-index:-1}.stage-top{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 21px 0;gap:8px;z-index:2}.specimen-id{font:9px var(--mono);color:var(--faint);margin-top:8px;letter-spacing:.5px}.stage-buttons{display:flex;gap:7px}.stage-buttons .icon-button{width:30px;height:30px;border-color:#414e3d}.stage-buttons svg{width:15px;height:15px}.stage-buttons button[aria-pressed=false]{opacity:.45}.body-area{position:relative;min-height:416px;flex:1;margin-top:3px;overflow:hidden}.anatomy{position:absolute;height:100%;width:100%;inset:0;overflow:visible;filter:drop-shadow(0 0 25px #a1d9b70a)}.anatomy-layer.focused{filter:drop-shadow(0 0 3px var(--element))}.anatomy-layer.muted{opacity:.1}.anatomy-layer{transform-box:fill-box;transform-origin:center}#fxCanvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.flow-path{animation:bloodFlow 4s linear infinite}.nerve-flow{animation:nerveFlow 3.3s linear infinite}.energy-dot{animation:energyPulse 3.7s ease-in-out infinite}.thyroid-aura{transform-box:fill-box;transform-origin:center;animation:halo 4s ease-in-out infinite}#heartOrgan{transform-box:fill-box;transform-origin:center;animation:heartbeat 2s ease-in-out infinite}.structural-loss #bodyLayers{filter:saturate(.35)}.flow-disrupted .flow-path,.signals-disrupted .nerve-flow{animation-play-state:paused;opacity:.12}.flow-disrupted #heartOrgan{animation-play-state:paused}.energy-disrupted .energy-dot{animation-play-state:paused}.no-labels #anatomyLabels{display:none}.stage.focus-flash{animation:stageFlash .6s ease-out}.stage-note{position:absolute;left:18px;bottom:9px;font:8px var(--mono);letter-spacing:1px;color:var(--faint);writing-mode:vertical-rl;transform:rotate(180deg)}.specimen-status{position:absolute;top:7px;left:21px;display:flex;align-items:center;gap:7px;font-size:11px;color:#c2d2b8;max-width:75%;z-index:1}.specimen-status .status-dot{width:5px;height:5px;background:var(--accent);border-radius:50%;flex-shrink:0}.specimen-status[data-level=affected]{color:var(--alert)}.specimen-status[data-level=affected] .status-dot{background:var(--alert)}.specimen-status[data-level=lost]{color:#eda88f}.specimen-status[data-level=lost] .status-dot{background:#eda88f}.present-count{position:absolute;right:21px;bottom:13px;font:9px var(--mono);color:#a7b99e}.stage-observation{margin:0 17px 13px;padding:13px 14px;background:#202a20;border:1px solid #3e4b37;border-radius:11px;display:flex;align-items:flex-start;gap:11px;min-height:70px}.observation-icon{width:27px;height:27px;border-radius:50%;border:1px solid #61734d;display:grid;place-items:center;color:var(--accent);font-family:var(--mono);font-size:12px;flex-shrink:0}.stage-observation .eyebrow{font-size:8px;letter-spacing:1px;color:var(--accent)}.stage-observation h3{font-size:13px;font-weight:500;line-height:1.4;margin-top:5px;letter-spacing:-.15px}.stage-observation p{font-size:10px;color:var(--muted);line-height:1.45;margin-top:4px}.stage-observation[data-type=lost],.stage-observation[data-type=affected]{border-color:#675344;background:#30271f}.stage-observation[data-type=lost] .eyebrow,.stage-observation[data-type=affected] .eyebrow{color:#e4b499}.systems-wrap{padding:0 18px 18px}.systems-wrap>.eyebrow{font-size:8px;color:var(--faint);margin-bottom:10px}.systems{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 10px}.system{display:flex;align-items:center;gap:6px;font-size:9px;color:#aaba9f;min-width:0}.system-dot{width:5px;height:5px;flex-shrink:0;background:#81926e;border-radius:50%}.system.affected{color:#edb29a}.system.affected .system-dot{background:#e0a086;box-shadow:0 0 6px #edb29a44}.system-label{white-space:nowrap}.system-state{font-size:8px;font-family:var(--mono);color:var(--faint);margin-left:auto}.system.affected .system-state{color:#d69b83}.inspector{padding:20px 20px 17px;display:flex;flex-direction:column;background:linear-gradient(150deg,#232b20,var(--panel) 45%)}.element-identity{display:flex;align-items:center;gap:15px;margin-top:21px;margin-bottom:20px}.big-symbol{height:78px;width:73px;flex-shrink:0;border:1px solid var(--element);color:var(--element);border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;font-size:43px;font-weight:400;letter-spacing:-2px;background:#11171144}.big-symbol small{position:absolute;top:6px;left:8px;font:9px var(--mono);color:#b8c2ad}.big-symbol.is-removed{border-style:dashed;color:#87917d}.identity-copy h2{font-weight:500;font-size:26px;letter-spacing:-.9px;line-height:1.1}.element-category{font-size:9px;color:var(--muted);margin-top:9px;display:flex;align-items:center;gap:6px}.category-pip{width:5px;height:5px;border-radius:50%;background:var(--element)}.element-location{padding:0 0 17px;margin-bottom:17px;border-bottom:1px solid var(--line);font-size:10px;color:var(--muted);line-height:1.55;display:flex;gap:7px}.element-location svg{width:13px;height:13px;flex-shrink:0;margin-top:1px;color:var(--faint)}.content-section{min-height:151px}.content-section>.eyebrow{font-size:8px;letter-spacing:1px;color:var(--accent)}.content-section h3{font-size:20px;letter-spacing:-.45px;font-weight:500;line-height:1.28;margin-top:9px}.content-section p{font-size:12px;line-height:1.65;color:#b8c3af;margin-top:10px}.consequences{display:none;gap:8px;margin-top:12px;list-style:none;padding:0}.consequences.visible{display:grid}.consequences li{display:flex;gap:8px;font-size:10px;color:#c5cdbb;line-height:1.45}.consequences li span{color:#cfac90;font:9px var(--mono);margin-top:2px;flex-shrink:0}.mechanism-box{margin:19px 0 12px;border:1px solid #3a4435;border-radius:12px;overflow:hidden;background:#151c15}.mechanism-head{display:flex;justify-content:space-between;padding:11px 12px 0;gap:8px}.mechanism-head .eyebrow{font-size:8px;letter-spacing:.7px}.mechanism-head .schematic{font:7px var(--mono);color:var(--faint)}#mechanismSvg{width:100%;height:111px;display:block;overflow:visible}.molecule-node{transition:opacity .75s,transform .75s}.molecule-node.deleted{opacity:.22}.bond{stroke:#92a18a;stroke-width:2;transition:opacity .8s}.bond.broken{stroke-dasharray:3 4;opacity:.18}.science-note{font-size:10px;line-height:1.55;color:var(--faint);margin-bottom:13px}.source-link{font-size:9px;color:#b6c1a7;display:inline-flex;align-items:center;gap:6px;text-decoration:none;line-height:1.45;margin-top:auto;padding:4px 0 14px}.source-link:hover{text-decoration:underline}.source-link svg{width:12px;height:12px;flex-shrink:0}.action-dock{margin-top:2px}.remove-button{background:var(--accent);color:#23301d;border-radius:10px;font-size:13px;font-weight:600;letter-spacing:.1px;padding:15px 13px;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;box-shadow:0 2px 0 #10180c;transition:transform .15s,background .2s}.remove-button:hover{background:#e3f5bb;transform:translateY(-1px)}.remove-button:active{transform:translateY(1px)}.remove-button.restore{background:#34412b;color:#d9e9c3;border:1px solid #74875e}.remove-button.restore:hover{background:#425235}.secondary-actions{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:7px}.secondary-actions button{display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;color:var(--muted);padding:9px 7px;flex:1;border-radius:7px}.secondary-actions button:hover:not(:disabled){background:#293125;color:#e2e8d8}.secondary-actions svg{width:13px;height:13px}.footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;color:var(--faint);font-size:10px;line-height:1.5}.footer b{font-weight:400;color:#a9b59d}.footer button{font-size:10px;color:var(--muted);padding:5px 0;white-space:nowrap}.footer button:hover{color:var(--accent)}.toast{position:fixed;left:50%;bottom:30px;z-index:20;transform:translate(-50%,20px);opacity:0;pointer-events:none;border:1px solid #6f8559;background:#293721;box-shadow:0 10px 50px #0005;border-radius:12px;padding:12px 18px;color:#e8f3d6;font-size:12px;max-width:min(90vw,450px);text-align:center;transition:opacity .25s,transform .25s}.toast.visible{opacity:1;transform:translate(-50%,0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}dialog{border:1px solid #515e46;border-radius:20px;background:#1b231a;color:var(--text);padding:0;max-width:660px;width:calc(100% - 32px);max-height:85svh;box-shadow:0 30px 120px #0008}dialog::backdrop{background:#070d0bbd;backdrop-filter:blur(7px)}.dialog-header{position:sticky;top:0;background:#1b231af5;padding:24px 26px 17px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);z-index:1}.dialog-header h2{font-size:24px;letter-spacing:-.6px;font-weight:500;margin-top:8px}.dialog-body{padding:22px 26px 26px}.dialog-body p{font-size:13px;line-height:1.75;color:#bcc8b0;margin-bottom:15px}.dialog-body h3{font-size:15px;font-weight:500;color:var(--accent);margin:22px 0 8px}.dialog-body h3:first-child{margin-top:0}.sources-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.sources-list a{font-size:11px;line-height:1.5;border:1px solid var(--line);border-radius:8px;padding:10px 12px;text-decoration:none}.sources-list a:hover{background:#2f3b26}.journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.journal-entry{border:1px solid #44513a;border-radius:11px;background:#242e20;padding:15px;text-align:left}.journal-entry.locked{opacity:.62;border-style:dashed;background:none}.journal-entry .entry-symbol{color:var(--tile);font-size:28px;letter-spacing:-1px}.journal-entry h3{font-size:12px;margin-top:8px;color:var(--text);line-height:1.4}.journal-entry p{font-size:10px;line-height:1.6;margin:8px 0 0}.journal-entry .retest{display:block;font-size:10px;color:var(--accent);margin-top:11px}.journal-entry:hover{border-color:#9ab179}.progress-track{height:4px;border-radius:4px;background:#3c4734;overflow:hidden;margin:0 0 20px}.progress-track div{height:100%;background:var(--accent)}.motion-paused *,.motion-paused *::before,.motion-paused *::after{animation-play-state:paused!important}.motion-paused .anatomy-layer{transition:none!important}
@keyframes bloodFlow{to{stroke-dashoffset:-188}}@keyframes nerveFlow{to{stroke-dashoffset:-182}}@keyframes energyPulse{0%,100%{opacity:.25}50%{opacity:.85}}@keyframes heartbeat{0%,35%,60%,100%{transform:scale(1)}15%{transform:scale(1.05)}45%{transform:scale(1.025)}}@keyframes halo{0%,100%{opacity:.2;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes stageFlash{0%{box-shadow:inset 0 0 65px #d5eda21c}100%{box-shadow:inset 0 0 0 transparent}}
@media(min-width:1550px){.shell{padding:0 45px 20px}.stage{min-height:745px}.element-tile{height:84px}.library{padding:23px}.inspector{padding:23px}}
@media(max-width:1190px) and (min-width:901px){.shell{padding:0 20px 17px}.lab{grid-template-columns:205px minmax(330px,1fr) 280px;gap:11px}.library{padding:17px 13px}.inspector{padding:17px}.element-tile{height:77px}.stage{min-height:700px}.system-state{display:none}.intro h1{font-size:30px}.content-section h3{font-size:19px}.big-symbol{width:64px;height:74px}.identity-copy h2{font-size:24px}}
@media(max-width:900px) and (min-width:641px){.shell{padding:0 20px 20px}.lab{grid-template-columns:205px minmax(0,1fr)}.inspector{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:25px;align-content:start}.inspector>.panel-heading{grid-column:1/-1}.element-identity{margin-bottom:14px}.element-location{grid-column:1;grid-row:3}.content-section{grid-column:1;grid-row:4 / span 3}.mechanism-box{grid-column:2;grid-row:2 / span 2;margin-top:20px}.science-note{grid-column:2;grid-row:4}.source-link{grid-column:2;grid-row:5}.action-dock{grid-column:2;grid-row:6}.stage{min-height:670px}.system-state{display:none}.prototype-label{display:none}}
@media(max-width:640px){.shell{padding:0 13px 110px}.topbar{height:62px;gap:10px}.brand-mark{width:26px;height:26px}.brand{gap:8px}.wordmark{font-size:13px;letter-spacing:1.4px}.brand-caption{font-size:7px;letter-spacing:1px}.top-actions{gap:6px}.top-actions>.text-button{display:none}.top-actions>.icon-button{height:34px;width:34px}.notebook-button{gap:6px;font-size:10px;padding:9px}.notebook-button svg{width:14px;height:14px}.notebook-button .notebook-label{display:none}.notebook-button .count{font-size:10px}.intro{padding:18px 2px 16px;display:block}.intro h1{font-size:27px;letter-spacing:-.9px}.intro p{font-size:11px;line-height:1.5;margin-top:6px}.prototype-label{display:none}.lab{display:flex;flex-direction:column;gap:11px}.stage{order:1;min-height:0;border-radius:15px}.stage-top{padding:14px 15px 0}.stage-top .eyebrow{font-size:8px}.specimen-id{font-size:8px;margin-top:5px}.stage-buttons .icon-button{width:28px;height:28px}.body-area{min-height:310px;height:310px;flex:none;margin-top:0}.specimen-status{top:9px;left:15px;font-size:10px}.anatomy{padding-top:9px}.stage-note{font-size:7px;left:13px;bottom:12px}.present-count{font-size:8px;right:15px;bottom:12px}.stage-observation{margin:0 11px 11px;padding:11px;min-height:64px;gap:9px}.stage-observation h3{font-size:12px;margin-top:3px}.stage-observation .eyebrow{font-size:7px}.stage-observation p{font-size:9px}.observation-icon{width:24px;height:24px;font-size:10px}.systems-wrap{padding:0 14px 13px}.systems-wrap>.eyebrow{font-size:7px;margin-bottom:8px}.systems{gap:7px 10px}.system{font-size:8px;gap:5px}.system-state{display:none}.library{order:2;padding:14px 12px 11px;border-radius:14px}.library>.panel-heading .eyebrow{font-size:8px}.library>.panel-heading .step-index{display:none}.library h2,.library-sub,.filters,.library-bottom{display:none}.element-grid{display:flex;overflow-x:auto;gap:7px;margin-top:11px;padding:0 0 5px;scrollbar-width:thin;scrollbar-color:#71805f transparent;scroll-snap-type:x proximity}.element-tile{flex:0 0 64px;height:75px;padding:7px;scroll-snap-align:center;border-radius:9px}.element-tile .symbol{font-size:24px}.element-tile .name{font-size:8px}.element-tile .atomic{font-size:8px}.element-tile .tile-badge{font-size:9px}.inspector{order:3;border-radius:14px;padding:17px}.inspector>.panel-heading .eyebrow{font-size:8px}.inspector>.panel-heading .step-index{display:none}.element-identity{margin-top:15px;margin-bottom:13px;gap:13px}.big-symbol{height:65px;width:61px;font-size:37px}.identity-copy h2{font-size:26px}.element-location{padding-bottom:13px;margin-bottom:14px}.content-section{min-height:0}.content-section h3{font-size:21px}.content-section p{font-size:12px}.mechanism-box{margin-top:17px}.science-note{font-size:10px}.source-link{padding-bottom:0;margin-top:0;font-size:10px}.action-dock{position:fixed;bottom:0;left:0;right:0;z-index:10;padding:11px 13px calc(11px + env(safe-area-inset-bottom));margin:0;background:#171e16f2;backdrop-filter:blur(15px);border-top:1px solid #48583a;display:flex;align-items:center;gap:9px;box-shadow:0 -8px 30px #0002}.remove-button{width:auto;flex:1;font-size:12px;min-height:46px;padding:12px 10px}.remove-button svg{width:16px}.secondary-actions{margin:0;gap:6px}.secondary-actions button{flex:none;border:1px solid #48523c;width:42px;height:44px;border-radius:9px;padding:0}.secondary-actions button svg{width:17px;height:17px}.secondary-actions button span{display:none}.footer{align-items:flex-start;font-size:9px;padding:15px 3px 0;gap:12px}.footer button{font-size:9px}.footer .footer-second{display:none}.toast{bottom:100px;font-size:11px;padding:11px 14px}.dialog-header{padding:20px 19px 15px}.dialog-header h2{font-size:22px}.dialog-body{padding:20px}.dialog-body p{font-size:12px}.journal-grid{gap:9px}.journal-entry{padding:12px}.sources-list{grid-template-columns:1fr}.sources-list a{font-size:11px}}
@media(max-width:360px){.intro h1{font-size:24px}.body-area{height:290px;min-height:290px}.notebook-button{padding:8px 6px}.top-actions{gap:4px}.brand-caption{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
\n@media(min-width:641px){.element-grid{max-height:560px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#71805f transparent}.library-bottom{margin-top:16px}}\n@media(max-width:640px){.element-grid{max-height:none;overflow-y:hidden}}\n