@charset "utf-8";
:root {
  color-scheme: dark;
  --bg: #101416;
  --panel: #171d1f;
  --panel-raised: #1d2527;
  --panel-hover: #232e30;
  --ink: #f1f5f2;
  --muted: #a1aeaa;
  --quiet: #75827e;
  --line: #2a3535;
  --accent: #c6f36b;
  --accent-ink: #18210d;
  --playing: #ffc96b;
  --danger: #ff8585;
  --radius: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Avenir, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; padding-bottom: 104px; background: var(--bg); color: var(--ink); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, .dropzone:focus-within { outline: 2px solid var(--accent); outline-offset: 3px; }
.topbar { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(18px, 4vw, 56px); border-bottom: 1px solid var(--line); background: #121719; }
.wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 650; letter-spacing: -.02em; }
.wordmark-sub { margin-left: 7px; padding-left: 14px; border-left: 1px solid var(--line); color: var(--quiet); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.mark { width: 22px; height: 22px; border: 1px solid #465548; border-radius: 7px; display: flex; align-items: center; justify-content: center; gap: 2px; background: #1c2819; }
.mark i { display: block; width: 2px; border-radius: 3px; background: var(--accent); }
.mark i:nth-child(1) { height: 7px; }.mark i:nth-child(2) { height: 12px; }.mark i:nth-child(3) { height: 9px; }
.top-actions, .library-tools, .library-heading, .control-row, .dialog-actions { display: flex; align-items: center; }
.top-actions { gap: 9px; }
.top-actions [hidden] { display: none; }
.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); cursor: pointer; font-size: 13px; font-weight: 620; transition: background .14s ease, border-color .14s ease, transform .14s ease; }
.button:hover { background: var(--panel-hover); border-color: #465653; }.button:active { transform: translateY(1px); }
.button-primary { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }.button-primary:hover { background: #d6ff85; border-color: #d6ff85; }
.button-danger { color: var(--danger); background: #291e1f; border-color: #744b4b; }.button-danger:hover { background: #392526; border-color: var(--danger); }
.button-quiet { background: transparent; color: #c2ccc8; }.button-stop { min-width: 94px; color: var(--danger); background: #241b1c; border-color: #463032; }
.stop-square { width: 9px; height: 9px; border-radius: 2px; background: currentColor; }
.output-dot, .live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px #c6f36b20; }
.button-caret { margin-left: 3px; color: var(--quiet); }
.workspace { width: min(1440px, 100%); margin: 0 auto; padding: 40px clamp(18px, 4vw, 56px) 36px; }
.intro-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 30px; }
.eyebrow { margin: 0 0 9px; color: var(--accent); font-size: 10px; font-weight: 750; letter-spacing: .15em; }
h1 { margin: 0; font-size: clamp(30px, 4vw, 42px); line-height: 1.05; letter-spacing: -.045em; font-weight: 690; }
.intro-copy { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.keyboard-hint { color: var(--quiet); font-size: 12px; white-space: nowrap; padding-bottom: 4px; }.keyboard-hint span { padding: 0 7px; color: #49534f; }
kbd { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border: 1px solid #3b4744; border-radius: 5px; background: #1b2223; color: #c5ceca; font-family: inherit; font-size: 11px; }
.control-row { gap: 11px; }
.search-box { height: 52px; flex: 1; display: flex; align-items: center; gap: 12px; padding: 0 14px; border: 1px solid #35413e; border-radius: 11px; background: #171d1f; }
.search-box:focus-within { border-color: #91b94f; box-shadow: 0 0 0 3px #c6f36b16; }
.search-icon { color: #9eaaa5; font-size: 24px; line-height: 1; transform: rotate(-15deg); }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.search-box input::placeholder { color: #77837e; }.search-shortcut { color: #74817c; }
.library-heading { justify-content: space-between; margin: 24px 1px 13px; color: var(--muted); font-size: 12px; }
.library-count { display: flex; align-items: center; gap: 8px; }.library-count span:first-child { color: var(--ink); font-weight: 650; }.count-divider { color: #52605b; }
.library-tools { gap: 8px; color: var(--quiet); }.library-tools .live-dot { width: 6px; height: 6px; }
.text-button { padding: 4px 0 4px 8px; border: 0; background: transparent; color: #aab8b2; cursor: pointer; font-size: 12px; }.text-button:hover { color: var(--accent); }
.tag-filters { display: flex; gap: 7px; min-height: 31px; margin-bottom: 16px; overflow-x: auto; scrollbar-width: thin; }
.filter-chip { flex: 0 0 auto; min-height: 29px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #aab6b1; cursor: pointer; font-size: 11px; }
.filter-chip:hover { border-color: #59685d; color: var(--ink); }.filter-chip[aria-pressed="true"] { border-color: #91b94f; background: #c6f36b18; color: var(--accent); }
.preload-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: -4px 0 13px; padding: 12px 14px; border: 1px solid #2d3935; border-radius: 10px; background: #151b1c; }
.preload-copy { min-width: 230px; display: grid; gap: 4px; }.preload-copy strong { color: var(--ink); font-size: 12px; font-weight: 680; }.preload-help, .preload-status { color: var(--quiet); font-size: 11px; line-height: 1.4; }.preload-status { color: #aab9b1; font-variant-numeric: tabular-nums; }
.preload-actions { display: flex; align-items: center; justify-content: end; gap: 6px; flex-wrap: wrap; }.preload-actions .button { min-height: 33px; padding: 0 10px; font-size: 11px; }.preload-actions button[hidden] { display: none; }
.preload-actions .button:disabled { opacity: .46; cursor: not-allowed; }
.sound-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.sound-tile { position: relative; min-width: 0; min-height: 132px; overflow: hidden; border: 1px solid #2a3534; border-radius: 11px; background: var(--panel); transition: background .14s ease, border-color .14s ease, transform .14s ease; }
.sound-tile:hover { border-color: #53635b; background: var(--panel-raised); transform: translateY(-1px); }.sound-tile.is-playing { border-color: #9bbd54; background: #20271d; }
.tile-main { width: 100%; min-height: 130px; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; padding: 42px 15px 13px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.tile-topline { display: flex; align-items: start; justify-content: space-between; gap: 8px; }
.tile-title { display: -webkit-box; overflow: hidden; color: #edf2ee; font-size: 15px; font-weight: 640; line-height: 1.32; letter-spacing: -.018em; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tile-duration { flex: 0 0 auto; padding-top: 1px; color: #83908a; font-size: 11px; font-variant-numeric: tabular-nums; }
.tile-bottomline { display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.tile-tags { display: flex; flex-wrap: wrap; gap: 4px; max-height: 22px; overflow: hidden; }
.tile-tag { padding: 3px 7px; border: 1px solid #35413d; border-radius: 999px; color: #9aa7a1; font-size: 10px; line-height: 1; }
.tile-playmark { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #425044; border-radius: 50%; color: var(--accent); font-size: 10px; opacity: .8; }
.sound-tile.is-playing .tile-playmark { border-color: var(--accent); background: var(--accent); color: #1c2811; }
.tile-actions { position: absolute; z-index: 2; top: 6px; right: 6px; display: flex; align-items: center; gap: 5px; }
.tile-preload-toggle, .tile-edit { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; border: 1px solid #46514d; border-radius: 7px; background: #171d1f; color: #b8c5bf; cursor: pointer; font-size: 15px; }
.tile-preload-toggle:hover, .tile-edit:hover { border-color: var(--accent); color: var(--accent); }.tile-preload-toggle[aria-pressed="true"] { border-color: #91b94f; background: #c6f36b1a; color: var(--accent); }
.tile-cache-badge { padding: 4px 6px; border: 1px solid #657c40; border-radius: 6px; background: #c6f36b13; color: var(--accent); font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.empty-state { grid-column: 1 / -1; min-height: 190px; display: grid; place-content: center; gap: 8px; border: 1px dashed #38433f; border-radius: 12px; color: var(--muted); text-align: center; }.empty-state strong { color: var(--ink); font-size: 15px; }.empty-state span { color: var(--quiet); font-size: 13px; }
.player-dock { position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; height: 78px; display: flex; align-items: center; gap: 12px; padding: 0 clamp(18px, 4vw, 56px); border-top: 1px solid #36413d; background: #151b1d; box-shadow: 0 -9px 28px #0005; }
.now-playing { width: min(240px, 24vw); display: flex; flex-direction: column; gap: 4px; overflow: hidden; }.dock-label { color: #82908a; font-size: 9px; font-weight: 750; letter-spacing: .14em; }.now-playing strong { overflow: hidden; color: #e7ede9; font-size: 13px; font-weight: 620; text-overflow: ellipsis; white-space: nowrap; }
.play-state { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; gap: 2px; border-radius: 8px; background: #252e2d; }.play-state span { width: 2px; height: 5px; border-radius: 3px; background: #7a8a82; }.play-state.is-active span { background: var(--playing); animation: pulse .75s ease-in-out infinite alternate; }.play-state.is-active span:nth-child(2) { animation-delay: .15s; }.play-state.is-active span:nth-child(3) { animation-delay: .3s; }.play-state.is-active span:nth-child(4) { animation-delay: .08s; }
@keyframes pulse { to { height: 15px; } }
.dock-play { width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid #47514d; border-radius: 9px; background: #202826; color: var(--accent); cursor: pointer; }.dock-play:hover:not(:disabled) { border-color: var(--accent); }.dock-play:disabled { opacity: .4; cursor: not-allowed; }
.progress-track { height: 24px; min-width: 50px; flex: 1; display: flex; align-items: center; overflow: visible; border: 0; background: transparent; }
#seekBar { --seek-progress: 0%; width: 100%; height: 24px; margin: 0; appearance: none; background: transparent; cursor: pointer; }
#seekBar::-webkit-slider-runnable-track { height: 4px; border-radius: 4px; background: linear-gradient(to right, var(--accent) 0 var(--seek-progress), #34403c var(--seek-progress) 100%); }
#seekBar::-moz-range-track { height: 4px; border-radius: 4px; background: #34403c; }
#seekBar::-moz-range-progress { height: 4px; border-radius: 4px; background: var(--accent); }
#seekBar::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5px; appearance: none; border: 2px solid #111719; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px #c6f36b70; }
#seekBar::-moz-range-thumb { width: 11px; height: 11px; border: 2px solid #111719; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px #c6f36b70; }
#seekBar:disabled { cursor: not-allowed; opacity: .45; }
.play-time { min-width: 60px; color: #8b9992; font-size: 11px; font-variant-numeric: tabular-nums; text-align: right; }
.dock-stop { width: 34px; height: 34px; border: 1px solid #47514d; border-radius: 9px; background: transparent; color: #d7dfda; cursor: pointer; }.dock-stop:hover { border-color: var(--danger); color: var(--danger); }
.dialog { width: min(460px, calc(100vw - 32px)); max-width: none; padding: 0; border: 1px solid #394541; border-radius: 16px; background: #171e20; color: var(--ink); box-shadow: 0 24px 80px #0009; }.dialog::backdrop { background: #070a0bd9; backdrop-filter: blur(3px); }.dialog-wide { width: min(560px, calc(100vw - 32px)); }
.dialog-card { padding: 24px; }.dialog-topline { display: flex; justify-content: space-between; align-items: center; }.dialog-topline .eyebrow { margin: 0; }
h2 { margin: 15px 0 7px; font-size: 23px; letter-spacing: -.03em; }.dialog-copy { margin: 0 0 21px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.icon-button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--muted); cursor: pointer; font-size: 20px; }.icon-button:hover { color: var(--ink); }
.field-label { display: block; margin: 15px 0 7px; color: #cbd4cf; font-size: 12px; font-weight: 620; }.field-optional { margin-left: 5px; color: var(--quiet); font-weight: 400; }
.text-input { width: 100%; min-height: 43px; padding: 0 12px; border: 1px solid #3c4844; border-radius: 8px; outline: 0; background: #111719; color: var(--ink); }.text-input:focus { border-color: #98b95b; box-shadow: 0 0 0 3px #c6f36b14; }
.request-note { min-height: 82px; padding: 10px 12px; resize: vertical; }
.sound-request-list { display: grid; gap: 9px; max-height: min(55vh, 520px); overflow: auto; }
.sound-request-card { display: grid; gap: 7px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: #131a1b; }
.sound-request-head, .sound-request-actions { display: flex; align-items: center; justify-content: space-between; gap: 9px; flex-wrap: wrap; }
.sound-request-card a { overflow-wrap: anywhere; color: var(--accent); font-size: 12px; }
.sound-request-card p { margin: 0; color: var(--muted); font-size: 12px; white-space: pre-wrap; }
.sound-request-meta { color: var(--quiet); font-size: 10px; }
.request-status { padding: 3px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; text-transform: capitalize; }
.request-status.pending { color: var(--playing); border-color: #6d633c; }
.sound-request-actions .button { min-height: 31px; padding: 0 9px; font-size: 11px; }
.dialog-actions { justify-content: end; gap: 9px; margin-top: 22px; flex-wrap: wrap; }.form-error { min-height: 18px; margin: 8px 0 0; color: var(--danger); font-size: 12px; }
.delete-sound { margin-right: auto; }.duplicate-actions { flex-wrap: wrap; }.duplicate-actions .button { flex: 1 1 auto; }
.dropzone { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 1px dashed #536254; border-radius: 12px; background: #1d261c66; color: #b5c1ba; cursor: pointer; font-size: 12px; }.dropzone.dragging { border-color: var(--accent); background: #c6f36b18; }.dropzone strong { color: var(--ink); font-size: 14px; }.drop-icon { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 2px; border: 1px solid #56684a; border-radius: 9px; color: var(--accent); font-size: 19px; }.browse-link { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }.dropzone input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.file-selection { margin-top: 8px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: #131a1b; }
.selected-files { min-height: 18px; display: flex; align-items: center; gap: 7px; margin: 0; color: var(--quiet); font-size: 12px; }
.selected-files.is-ready { color: var(--accent); font-weight: 650; }.selected-files.is-ready::before { content: '✓'; width: 17px; height: 17px; display: inline-grid; place-items: center; border-radius: 50%; background: #c6f36b20; font-size: 11px; }
.selected-file-list { display: grid; gap: 4px; max-height: 116px; overflow: auto; margin: 8px 0 0; padding: 0; list-style: none; }
.selected-file-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; color: #c5d0ca; font-size: 11px; }
.selected-file-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.selected-file-size { flex: 0 0 auto; color: var(--quiet); font-variant-numeric: tabular-nums; }
.selected-file-list[hidden] { display: none; }
.upload-progress { min-height: 18px; margin: 8px 0 0; color: var(--accent); font-size: 11px; }.upload-progress.error-text { color: var(--danger); }
.dialog-audio-editor { width: min(1000px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); overflow-y: auto; }
.audio-editor-card { padding: clamp(16px, 3vw, 26px); }
.audio-edit-modes { display: flex; gap: 7px; margin: 0 0 12px; }
.audio-edit-modes .filter-chip[aria-pressed="true"] { border-color: #91b94f; background: #c6f36b18; color: var(--accent); }
.waveform-shell { position: relative; height: 230px; overflow: hidden; border: 1px solid #35413d; border-radius: 10px; background: #101617; touch-action: none; }
#waveformImage { width: 100%; height: 100%; display: block; object-fit: fill; }
#waveformCanvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: none; cursor: crosshair; }
.waveform-axis { display: flex; justify-content: space-between; margin-top: 5px; color: var(--quiet); font-size: 10px; font-variant-numeric: tabular-nums; }
.editor-instructions, .field-help { margin: 8px 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.edit-range-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.edit-range-fields .field-label { margin-top: 5px; }
.edit-range-fields .text-input { display: block; margin-top: 6px; }
.edit-range-fields[hidden], .split-segments[hidden], .save-copy-panel[hidden], .editor-actions [hidden] { display: none; }
.split-heading { display: flex; align-items: center; justify-content: space-between; margin: 10px 0 7px; color: var(--ink); font-size: 12px; }
.split-marker-list { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 7px; }
.split-marker-chip { min-height: 25px; padding: 0 8px; border: 1px solid #6d633c; border-radius: 999px; background: #29261b; color: #f1d184; cursor: pointer; font-size: 10px; font-variant-numeric: tabular-nums; }
.split-marker-chip:hover { border-color: var(--playing); }
.split-add-control { display: flex; align-items: end; gap: 8px; margin: 7px 0; }
.split-add-control .field-label { width: min(170px, 40%); margin: 0; }
.split-add-control .text-input { max-width: 150px; min-height: 36px; }
.split-add-control .button { min-height: 36px; }
.split-segment-list { display: grid; gap: 6px; max-height: 190px; overflow-y: auto; }
.split-segment { display: grid; grid-template-columns: auto minmax(100px, 1fr) minmax(140px, 2fr) auto; align-items: center; gap: 9px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #131a1b; }
.split-segment input[type="checkbox"] { accent-color: var(--accent); }
.split-segment-time { color: var(--muted); font-size: 10px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.split-segment .text-input { min-height: 34px; }
.split-segment .button { min-height: 32px; padding: 0 9px; font-size: 11px; }
.editor-preview-row { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 12px; }
.editor-preview-row .button { min-height: 34px; font-size: 11px; }
.editor-preview-row span { color: var(--quiet); font-size: 11px; }
#stopEditorPreviewButton:disabled { opacity: .45; cursor: not-allowed; }
.save-copy-panel { margin-top: 13px; padding: 12px; border: 1px solid #435344; border-radius: 9px; background: #1b241a; }
.save-copy-panel .field-label { margin-top: 0; }
.save-copy-panel .dialog-actions { margin-top: 10px; }
.audio-editor-error { margin-bottom: 0; }
.editor-actions { flex-wrap: wrap; }
.toast { position: fixed; z-index: 20; right: 20px; bottom: 94px; max-width: min(420px, calc(100vw - 40px)); padding: 11px 15px; border: 1px solid #4c5b52; border-radius: 9px; background: #202a25; color: var(--ink); box-shadow: 0 9px 30px #0007; font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity .16s, transform .16s; }.toast.visible { opacity: 1; transform: translateY(0); }.toast.error { border-color: #744b4b; background: #291e1f; }
@media (max-width: 1050px) { .sound-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 740px) { .topbar { height: auto; min-height: 62px; padding: 10px 16px; }.wordmark-sub { display: none; }.top-actions { gap: 6px; }.top-actions .button { min-height: 37px; padding: 0 10px; font-size: 12px; }.output-button { width: 38px; overflow: hidden; white-space: nowrap; }.output-button span:not(.output-dot):not(.button-caret) { display: none; }.output-button .button-caret { margin: 0; }.workspace { padding: 29px 16px 26px; }.intro-row { align-items: start; margin-bottom: 21px; }.keyboard-hint { display: none; }.sound-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.sound-tile { min-height: 126px; }.tile-main { min-height: 124px; padding: 40px 12px 12px; }.tile-title { font-size: 14px; }.preload-toolbar { align-items: stretch; }.preload-actions { justify-content: start; }.preload-actions .button { flex: 1 1 auto; }.player-dock { gap: 8px; height: 70px; padding: 0 14px; }.now-playing { width: min(180px, 34vw); }.dock-play { width: 32px; height: 32px; }.play-time { display: none; }.control-row { gap: 7px; }.button-stop { min-width: 70px; padding: 0 9px; }.search-box { height: 47px; gap: 8px; padding: 0 10px; }.search-shortcut { display: none; }.library-heading { margin-top: 19px; } }
@media (max-width: 560px) { .split-segment { grid-template-columns: auto 1fr auto; }.split-segment-time { grid-column: 2; }.split-segment .text-input { grid-column: 1 / -1; grid-row: 2; }.split-segment .button { grid-column: 3; grid-row: 1; }.editor-actions .button { flex: 1 1 auto; }.edit-range-fields { gap: 8px; } }
@media (max-width: 430px) { .wordmark span:not(.mark) { display: none; }.top-actions #adminButton { display: none; }.top-actions #requestSoundButton, .top-actions #soundRequestsButton { padding: 0 7px; font-size: 10px; }.top-actions .button-primary { padding: 0 9px; }.top-actions .button-primary span { display: none; }.sound-grid { grid-template-columns: 1fr; }.sound-tile { min-height: 110px; }.tile-main { min-height: 108px; padding-top: 37px; }.preload-toolbar { padding: 10px; }.preload-actions .button { padding: 0 8px; font-size: 10px; }.preload-help { max-width: 100%; }.library-tools { font-size: 10px; }.player-dock { gap: 6px; padding: 0 9px; }.now-playing { width: auto; min-width: 82px; flex: 0 1 34%; }.dock-play, .dock-stop { width: 30px; height: 30px; flex: 0 0 30px; }.progress-track { min-width: 35px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
