.headphones-viewer{position:absolute;inset:0;isolation:isolate;overflow:hidden;color:#242724;font-family:Arial,Helvetica,sans-serif}
.headphones-viewer__canvas{display:block;width:100%;height:calc(100% - 58px);cursor:grab;touch-action:pan-y;outline:none}
.headphones-viewer__canvas:focus-visible{outline:2px solid #747b61;outline-offset:-4px}
.headphones-viewer__toolbar{position:absolute;bottom:0;left:0;right:0;height:58px;display:flex;align-items:center;justify-content:center;gap:7px;z-index:3}
.headphones-viewer__toolbar button{appearance:none;color:inherit;border:1px solid #d6d9d1;background:#fff;border-radius:6px;min-width:34px;height:32px;cursor:pointer;font:18px/1 Arial,Helvetica,sans-serif;padding:0 9px}
.headphones-viewer__toolbar button:hover{background:#e8ebe4}.headphones-viewer__toolbar button:focus-visible{outline:2px solid #747b61;outline-offset:2px}.headphones-viewer__toolbar button:disabled{opacity:.35;cursor:default}
.headphones-viewer__toolbar output{font-size:11px;min-width:40px;text-align:center;font-variant-numeric:tabular-nums}
.headphones-viewer__toolbar .headphones-viewer__reset{font-size:11px;padding:0 12px;margin-left:12px}
.headphones-viewer__status{position:absolute;left:8%;right:8%;bottom:70px;margin:0;text-align:center;font-size:12px;color:#747a70;z-index:3}
.headphones-viewer__status[hidden]{display:none}.headphones-viewer__fallback{position:absolute;inset:0;width:100%;height:calc(100% - 58px);object-fit:contain;z-index:2}

.headphones-viewer--bare .headphones-viewer__canvas,.headphones-viewer--bare .headphones-viewer__fallback{height:100%}.headphones-viewer--bare .headphones-viewer__status{bottom:6%}
