.audio-terminal[data-astro-cid-pgr4kkuk]{margin:2rem 0;font-family:JetBrains Mono,monospace;background:var(--bg-elevated);border:2px solid var(--border-base);border-radius:8px;overflow:hidden;box-shadow:0 10px 40px #00000080,inset 0 1px #33ff330d}.audio-terminal[data-astro-cid-pgr4kkuk].playing{box-shadow:0 10px 40px #00000080,inset 0 1px #33ff330d,0 0 30px #33ff3326;border-color:var(--phosphor-base)}.terminal-header[data-astro-cid-pgr4kkuk]{padding:.75rem 1rem;background:linear-gradient(to bottom,var(--border-bright),var(--border-base));border-bottom:1px solid var(--border-base)}.terminal-title[data-astro-cid-pgr4kkuk]{color:var(--text-secondary);font-size:.875rem;font-weight:600;letter-spacing:.5px}.terminal-body[data-astro-cid-pgr4kkuk]{padding:1.5rem;background:#2a2a35;color:var(--text-primary);position:relative}.track-display[data-astro-cid-pgr4kkuk]{margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.track-line[data-astro-cid-pgr4kkuk]{margin:.5rem 0}.prompt[data-astro-cid-pgr4kkuk]{color:var(--phosphor-bright);font-weight:600;margin-right:.5rem}.command[data-astro-cid-pgr4kkuk]{color:var(--phosphor-base);font-weight:600}.arg[data-astro-cid-pgr4kkuk]{color:var(--text-secondary);margin:0 .25rem}.string[data-astro-cid-pgr4kkuk]{color:#8d7}.controls-section[data-astro-cid-pgr4kkuk]{display:flex;flex-direction:column;gap:1rem}.playback-row[data-astro-cid-pgr4kkuk]{display:flex;align-items:center;gap:1rem;justify-content:flex-start}.btn-play[data-astro-cid-pgr4kkuk]{width:48px;height:48px;border:2px solid var(--phosphor-base);background:var(--phosphor-dim);color:var(--phosphor-base);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;font-size:22px;font-weight:700;box-shadow:0 0 20px #33ff331a;flex-shrink:0}.btn-play[data-astro-cid-pgr4kkuk]:hover{box-shadow:0 0 30px #33ff334d;border-color:var(--phosphor-bright)}.btn-play[data-astro-cid-pgr4kkuk]:active{transform:scale(.95)}.play-symbol[data-astro-cid-pgr4kkuk],.pause-symbol[data-astro-cid-pgr4kkuk]{display:inline}.time-info[data-astro-cid-pgr4kkuk]{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;letter-spacing:.5px}.time-display[data-astro-cid-pgr4kkuk]{color:var(--phosphor-base);min-width:35px;text-align:right}.time-separator[data-astro-cid-pgr4kkuk]{color:var(--text-secondary);opacity:.6}.progress-section[data-astro-cid-pgr4kkuk]{display:flex;align-items:center;gap:0}.progress-slider[data-astro-cid-pgr4kkuk]{flex:1;height:4px;border-radius:2px;background:var(--border-base);border:1px solid var(--border-base);outline:none;cursor:pointer;appearance:none;-webkit-appearance:none}.progress-slider[data-astro-cid-pgr4kkuk]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:2px;background:var(--phosphor-base);cursor:pointer;box-shadow:0 0 12px #3f36;transition:all .15s ease}.progress-slider[data-astro-cid-pgr4kkuk]::-webkit-slider-thumb:hover{box-shadow:0 0 20px #3f39;transform:scaleY(1.5)}.progress-slider[data-astro-cid-pgr4kkuk]::-moz-range-thumb{width:12px;height:12px;border-radius:2px;background:var(--phosphor-base);border:none;cursor:pointer;box-shadow:0 0 12px #3f36;transition:all .15s ease}.progress-slider[data-astro-cid-pgr4kkuk]::-moz-range-thumb:hover{box-shadow:0 0 20px #3f39;transform:scaleY(1.5)}.volume-section[data-astro-cid-pgr4kkuk]{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--text-secondary)}.volume-label[data-astro-cid-pgr4kkuk]{color:var(--text-secondary);font-weight:600;letter-spacing:.5px}.volume-slider[data-astro-cid-pgr4kkuk]{flex:1;max-width:150px;height:3px;border-radius:1.5px;background:var(--border-base);border:1px solid var(--border-base);outline:none;cursor:pointer;appearance:none;-webkit-appearance:none}.volume-slider[data-astro-cid-pgr4kkuk]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;border-radius:2px;background:var(--phosphor-base);cursor:pointer;box-shadow:0 0 10px #33ff334d}.volume-slider[data-astro-cid-pgr4kkuk]::-moz-range-thumb{width:10px;height:10px;border-radius:2px;background:var(--phosphor-base);border:none;cursor:pointer;box-shadow:0 0 10px #33ff334d}.volume-percent[data-astro-cid-pgr4kkuk]{min-width:35px;text-align:right;color:var(--phosphor-base);font-weight:600}.status-line[data-astro-cid-pgr4kkuk]{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-base);font-size:.75rem;letter-spacing:.5px;text-transform:uppercase;font-weight:600;color:var(--text-secondary)}.status-indicator[data-astro-cid-pgr4kkuk]{width:8px;height:8px;border-radius:50%;background:var(--phosphor-base);box-shadow:0 0 8px #33ff3380;animation:pulse-status 1.5s ease-in-out infinite}@keyframes pulse-status{0%,to{opacity:.6}50%{opacity:1}}.audio-terminal[data-astro-cid-pgr4kkuk].playing .status-indicator[data-astro-cid-pgr4kkuk]{animation:pulse-status-active .8s ease-in-out infinite}@keyframes pulse-status-active{0%,to{opacity:1}50%{opacity:.6}}.status-text[data-astro-cid-pgr4kkuk]{color:var(--text-secondary)}.terminal-footer[data-astro-cid-pgr4kkuk]{padding:.75rem 1rem;background:var(--bg-surface);border-top:1px solid var(--border-base);text-align:center}.footer-text[data-astro-cid-pgr4kkuk]{font-size:.75rem;color:var(--text-secondary);font-weight:500;letter-spacing:.5px}@media(max-width:640px){.audio-terminal[data-astro-cid-pgr4kkuk]{margin:1.5rem 0}.terminal-body[data-astro-cid-pgr4kkuk]{padding:1rem}.btn-play[data-astro-cid-pgr4kkuk]{width:56px;height:56px;font-size:24px}.track-line[data-astro-cid-pgr4kkuk]{font-size:.75rem}.volume-section[data-astro-cid-pgr4kkuk]{flex-wrap:wrap}.volume-slider[data-astro-cid-pgr4kkuk]{max-width:100%}}
