.echoo-audio-editor { font-family: system-ui, sans-serif; gap: 10px; }
.eae-toolbar { display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-bottom:8px; }
.eae-toolbar button, .eae-file { padding:8px 12px; border:1px solid #ddd; border-radius:8px; background:#fff; cursor:pointer; }
.eae-file input { display:none; }
#eae-playlist { border:1px solid #eee; min-height:240px; border-radius:10px; overflow:auto; }
#eae-timescale { margin-bottom:6px; }
.eae-status { margin-top:8px; color:#555; font-size:14px; }
