.laptop-page { display: flex; flex-direction: column; min-height: 100svh; }
.laptop-main { flex: 1; padding-block: 32px 48px; }
.back-link { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; color: var(--studio-muted) !important; }
.back-link:hover { color: var(--studio-green) !important; }
.viewer-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-block: 30px 26px; }
.viewer-heading h1 { font-size: clamp(38px, 5vw, 62px); }
.viewer-heading > p { color: var(--studio-muted); font-size: 16px; }
.viewer-stage { position: relative; isolation: isolate; overflow: hidden; border: 1px solid #384037; border-radius: 12px; background: radial-gradient(ellipse at 50% 65%, #1d472b55, #0d1e1333 45%, transparent 75%), #070a08; }
.viewer-label { position: absolute; z-index: 2; top: 22px; left: 24px; font-size: 10px; letter-spacing: .19em; color: #a2afa1; pointer-events: none; }
model-viewer { display: block; width: 100%; height: clamp(360px, 61svh, 690px); --progress-bar-color: var(--studio-green); --poster-color: transparent; }
.viewer-poster { position: absolute; inset: 0; display: grid; place-items: center; background: transparent; }
.viewer-poster img { max-width: 100%; height: 100%; width: auto; object-fit: contain; }
.viewer-status { position: absolute; bottom: 24px; left: 20px; right: 20px; text-align: center; font-size: 14px; color: var(--studio-muted); pointer-events: none; }
.load-track { position: absolute; bottom: 0; height: 3px; width: 100%; background: #233322; }
#load-fill { height: 100%; width: 0; background: var(--studio-green); transition: width .15s; }
.viewer-stage.is-ready .load-track { display: none; }
.viewer-error { position: absolute; z-index: 3; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; gap: 22px; background: #070a08ed; text-align: center; }
.viewer-error p { max-width: 420px; color: var(--studio-muted); }
[hidden] { display: none !important; }
.viewer-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 20px; }
.viewer-toolbar p { font-size: 14px; color: var(--studio-muted); }
.viewer-toolbar p span { font-size: 12px; color: #929c90; }
.viewer-toolbar button { flex-shrink: 0; }
.laptop-page button:not(:disabled):not([aria-disabled="true"]) { cursor: pointer; }
.laptop-page button:disabled { opacity: .45; }
@media (max-width: 600px) {
    .laptop-main { padding-top: 24px; }
    .viewer-heading { align-items: start; flex-direction: column; gap: 14px; }
    .viewer-heading > p br { display: none; }
    .viewer-toolbar { align-items: start; flex-direction: column; gap: 16px; }
    .viewer-toolbar p span { display: none; }
    .viewer-label { left: 16px; top: 18px; font-size: 9px; }
    model-viewer { height: 440px; max-height: 65svh; min-height: 320px; }
}
