.study-viewer_workspace__bfkmz{padding-bottom:16px}.study-viewer_heading__T5fTi{display:flex;min-height:80px;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:32px;padding-bottom:16px}.study-viewer_theater__82WuV{--viewer-canvas:#000;position:relative;margin:0 auto;width:calc(100% - 24px);max-width:1280px;overflow:clip;border-radius:16px;background:var(--viewer-canvas);color:var(--viewer-hud)}.study-viewer_context__L9WMe{display:flex;align-items:center;min-height:52px;padding:10px 160px 10px 20px}.study-viewer_stage__niWU7{display:flex;flex-direction:column;height:min(48dvh,440px);min-height:300px}.study-viewer_controls__TWLro{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--viewer-canvas);padding:0 8px 4px}.study-viewer_theater__82WuV:fullscreen{margin:0;border-radius:0;clip-path:none;width:100vw;max-width:none;height:100dvh;display:flex;flex-direction:column}.study-viewer_theater__82WuV:fullscreen .study-viewer_stage__niWU7{flex:1;height:auto;min-height:0}.study-viewer_theater__82WuV::backdrop{background:#000}@media (min-width:640px){.study-viewer_theater__82WuV{width:calc(100% - 48px)}.study-viewer_context__L9WMe{padding-right:248px}}@media (min-width:1024px){.study-viewer_workspace__bfkmz{display:flex;flex-direction:column;height:calc(100dvh - 60px);min-height:0;padding-bottom:12px}.study-viewer_heading__T5fTi{flex:0 0 112px;min-height:0}.study-viewer_theater__82WuV,.study-viewer_theater__82WuV:fullscreen{display:grid;grid-template-columns:minmax(0,1fr) 0;grid-template-rows:auto minmax(0,1fr) auto;min-height:0}.study-viewer_theater__82WuV{flex:1;width:calc(100% - 48px)}.study-viewer_theater__82WuV:has([data-library-default=true]),.study-viewer_theater__82WuV:has([data-library-open=true]){grid-template-columns:minmax(0,1fr) 300px}.study-viewer_context__L9WMe{grid-row:1;grid-column:1/-1}.study-viewer_context__L9WMe>div{flex-wrap:nowrap}.study-viewer_stage__niWU7,.study-viewer_theater__82WuV:fullscreen .study-viewer_stage__niWU7{grid-row:2;grid-column:1;height:auto;min-height:0}.study-viewer_controls__TWLro{grid-row:3;grid-column:1}.study-viewer_theater__82WuV:fullscreen{margin:0;width:100vw}}html:has(.study-viewer_theater__82WuV:fullscreen){scrollbar-gutter:auto;overflow:hidden}.study-viewer_loadingSkeleton__q2oae{position:relative;width:min(72%,52dvh);height:80%;max-height:520px;overflow:hidden;border-radius:12px;background:var(--viewer-chrome)}.study-viewer_loadingSkeleton__q2oae:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 20%,var(--viewer-chrome-raised) 50%,transparent 80%);transform:translateX(-100%);animation:study-viewer_image-shimmer__7_IRm 1.8s ease-in-out infinite}@keyframes study-viewer_image-shimmer__7_IRm{to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.study-viewer_loadingSkeleton__q2oae:after{animation:none;transform:none}}.slice-slider_ruler__zojGe{appearance:none;width:100%;height:44px;cursor:ew-resize;background:transparent;outline:none}.slice-slider_ticks__jRQKL{position:absolute;inset:18px 2px auto;display:flex;justify-content:space-between;pointer-events:none}.slice-slider_ticks__jRQKL>span{width:1px;height:8px;background:var(--viewer-hud-dim)}.slice-slider_marking__YK2Hd{position:absolute;top:41px;width:5px;height:5px;border-radius:999px;background:var(--roi);transform:translateX(-50%);pointer-events:none}.slice-slider_ruler__zojGe{position:relative}.slice-slider_ruler__zojGe::-webkit-slider-runnable-track{height:18px;background:transparent}.slice-slider_ruler__zojGe::-moz-range-track{height:8px;background:transparent}.slice-slider_ruler__zojGe::-moz-range-progress{background:transparent}.slice-slider_ruler__zojGe::-webkit-slider-thumb{appearance:none;width:4px;height:26px;margin-top:-4px;border-radius:2px;background:var(--viewer-hud);box-shadow:0 0 0 5px var(--viewer-canvas)}.slice-slider_ruler__zojGe::-moz-range-thumb{width:4px;height:26px;border:0;border-radius:2px;background:var(--viewer-hud);box-shadow:0 0 0 5px var(--viewer-canvas)}.slice-slider_ruler__zojGe:focus-visible{outline:2px solid var(--viewer-hud);outline-offset:4px;border-radius:4px}.slice-slider_ruler__zojGe:disabled{opacity:.4;cursor:not-allowed}.viewer-library_library__qaGA_{--panel-open-dur:400ms;--panel-close-dur:350ms;--panel-translate-y:8px;--panel-blur:2px;--panel-ease:cubic-bezier(0.22,1,0.36,1);position:absolute;z-index:20;inset:0 0 0 auto;width:min(340px,100%);pointer-events:none}.viewer-library_tabs__tC8wZ{position:absolute;top:5px;right:12px;display:flex;padding:2px;border:1px solid var(--viewer-border);border-radius:999px;background:var(--viewer-chrome);pointer-events:auto}.viewer-library_tab__A7FFo{border-radius:999px;color:var(--viewer-hud-dim);font-size:12px}.viewer-library_tab__A7FFo:hover,.viewer-library_tab__A7FFo[aria-expanded=true]{background:var(--viewer-chrome-raised);color:var(--viewer-hud)}.viewer-library_tab__A7FFo:focus-visible{outline-color:var(--viewer-hud)}.viewer-library_panel__HomSQ{position:absolute;inset:56px 12px 12px;display:flex;flex-direction:column;border-radius:16px;background:var(--viewer-chrome);color:var(--viewer-hud);box-shadow:-12px 12px 40px rgb(0 0 0/.4)}.viewer-library_t-panel-slide__sVAIq{transform:translateY(var(--panel-translate-y));opacity:0;filter:blur(var(--panel-blur));pointer-events:none;transition:transform var(--panel-close-dur) var(--panel-ease),opacity var(--panel-close-dur) var(--panel-ease),filter var(--panel-close-dur) var(--panel-ease);will-change:transform,opacity,filter}.viewer-library_t-panel-slide__sVAIq[data-open=true]{transform:translateY(0);opacity:1;filter:blur(0);pointer-events:auto;transition:transform var(--panel-open-dur) var(--panel-ease),opacity var(--panel-open-dur) var(--panel-ease),filter var(--panel-open-dur) var(--panel-ease)}@media (prefers-reduced-motion:reduce){.viewer-library_t-panel-slide__sVAIq{transition:none!important}}@media (min-width:1024px){.viewer-library_library__qaGA_{position:static;grid-column:2;grid-row:2/4;display:flex;width:auto;min-width:0;min-height:0;padding:0 8px 8px 0}.viewer-library_library__qaGA_[data-library-open=false]{padding:0}.viewer-library_panel__HomSQ{position:static;width:100%;min-width:0;min-height:0;flex:1;box-shadow:none}.viewer-library_panel__HomSQ[data-open=false]{visibility:hidden}.viewer-library_t-panel-slide__sVAIq{transform:none;transition:opacity var(--panel-close-dur) var(--panel-ease)}.viewer-library_t-panel-slide__sVAIq[data-open=true]{transition:opacity var(--panel-open-dur) var(--panel-ease)}}