/* NeroTool V270 — Audio Trimmer component styles. Standard tool template preserved. */
.trimmer-waveform{margin:18px 0 12px;padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-raised)}
.trimmer-waveform canvas{display:block;width:100%;height:150px;border-radius:9px;background:var(--surface-raised)}
.trimmer-range{display:block;width:100%;margin:10px 0 0;accent-color:var(--accent,#4f46e5)}
.trimmer-times{display:flex;justify-content:space-between;gap:12px;margin-top:7px;font-size:12px;color:var(--muted)}
.trimmer-time-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:14px}
.trimmer-time-row label{display:grid;gap:7px;font-size:12px;font-weight:700;color:var(--text)}
.trimmer-time-row input{width:100%;padding:10px 11px;border:1px solid var(--border);border-radius:9px;background:var(--surface-raised);color:var(--text);font:inherit}
.trimmer-preview{margin-top:14px}.trimmer-preview audio{display:block;width:100%}
@media(max-width:650px){.trimmer-time-row{grid-template-columns:1fr}.trimmer-times{font-size:11px}}
