.fumaca3d .f3d-frame{aspect-ratio:1/2;width:100%;max-height:78vh;object-fit:contain;background:#090d14}.fumaca3d .f3d-range{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:var(--border-c,#2a3444);outline:none}.fumaca3d .f3d-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent-amber,#f59e0b);border:2px solid #090d14;cursor:pointer}.fumaca3d .f3d-range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent-amber,#f59e0b);border:2px solid #090d14;cursor:pointer}.fumaca3d .f3d-range:focus-visible{box-shadow:0 0 0 3px rgba(245,158,11,.35)}@keyframes f3d-fade{0%{opacity:.55}to{opacity:1}}.fumaca3d .f3d-frame.is-swapping{animation:f3d-fade .18s ease-out}@media (prefers-reduced-motion:reduce){.fumaca3d .f3d-frame.is-swapping{animation:none}}