.mmt-stream-player{box-sizing:border-box;border:1px solid #d9dfe3;padding:1rem 1.1rem;background:#fff;color:#183555;font-family:inherit;max-width:720px}.mmt-stream-player *{box-sizing:border-box}.mmt-stream-player__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.65rem}.mmt-stream-player__title{font-weight:700;font-size:1.05rem}.mmt-stream-player__status{font-size:.78rem;color:#58718e;white-space:nowrap}.mmt-stream-player__track{min-height:1.4rem;color:#183555;font-weight:600;margin-bottom:.45rem}.mmt-stream-player__audio{width:100%;display:block}.mmt-stream-player__fallback{font-size:.78rem;color:#58718e;margin-top:.5rem;display:none}.mmt-stream-player--error{color:#a11}.mmt-stream-player--persistent{position:fixed;left:0;right:0;bottom:0;z-index:999999;max-width:none;border-width:1px 0 0;padding:.55rem .85rem;box-shadow:0 -3px 14px rgba(0,0,0,.08)}.mmt-stream-player-persistent-wrap{position:relative}.mmt-stream-player--persistent.is-hidden{display:none}.mmt-stream-player__persistent-inner{display:flex;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto}.mmt-stream-player__toggle{width:38px;height:38px;border:0;border-radius:50%;cursor:pointer;font-size:1rem;line-height:1;background:#507a13;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 38px}.mmt-stream-player__hide{width:28px;height:28px;border:0;background:transparent;color:#58718e;cursor:pointer;font-size:1.5rem;line-height:1}.mmt-stream-player__cover-wrap{width:44px;height:44px;flex:0 0 44px;border-radius:4px;overflow:hidden;background:#eef1f3}.mmt-stream-player__cover{width:100%;height:100%;object-fit:cover;display:block}.mmt-stream-player__persistent-info{min-width:0;flex:1}.mmt-stream-player__persistent-title{font-weight:700;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mmt-stream-player--persistent .mmt-stream-player__track{margin:0;font-size:.8rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:0}.mmt-stream-player__stream-fields{display:flex;gap:.35rem .75rem;flex-wrap:wrap;font-size:.68rem;color:#58718e}.mmt-stream-player__field{white-space:nowrap}.mmt-stream-player--persistent .mmt-stream-player__status{flex:0 0 auto}.mmt-stream-player--persistent .mmt-stream-player__audio{display:none}.mmt-stream-player--persistent .mmt-stream-player__head{display:none}.mmt-stream-navigating body{cursor:progress}.mmt-stream-player--event-active{box-shadow:0 -3px 18px rgba(81,120,11,.18)}
@media (max-width:600px){.mmt-stream-player__head{align-items:flex-start;flex-direction:column;gap:.25rem}.mmt-stream-player__status{white-space:normal}.mmt-stream-player__persistent-inner{gap:.45rem}.mmt-stream-player--persistent .mmt-stream-player__status{display:none}.mmt-stream-player__stream-fields{display:none}.mmt-stream-player__cover-wrap{width:38px;height:38px;flex-basis:38px}.mmt-stream-player__hide{font-size:1.25rem}}

.mmt-stream-player__restore{position:fixed;right:12px;bottom:12px;z-index:1000000;border:1px solid #d9dfe3;border-radius:5px;background:#fff;color:#183555;padding:.55rem .8rem;box-shadow:0 2px 10px rgba(0,0,0,.12);cursor:pointer;font:inherit}.mmt-stream-player__restore span{font-size:.78rem;margin-left:.25rem}.mmt-stream-player__restore.is-hidden{display:none}.mmt-stream-player__restore{display:block}

/* Persistent player customization */
.mmt-stream-player--persistent{background:var(--mmt-stream-bg,#fff);color:var(--mmt-stream-text,#183555);}
.mmt-stream-player--persistent .mmt-stream-player__persistent-title,.mmt-stream-player--persistent .mmt-stream-player__track{color:var(--mmt-stream-text,#183555);}
.mmt-stream-player__persistent-title{display:flex;align-items:center;gap:.18rem;min-width:0;line-height:1.25;}
.mmt-stream-player__persistent-title a{color:inherit;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.mmt-stream-player__persistent-title a:hover{text-decoration:underline;}
.mmt-stream-player__event-separator{white-space:pre;}
.mmt-stream-player__toggle{white-space:nowrap;overflow:hidden;}
.mmt-stream-player__pause-icon{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:12px;height:14px;vertical-align:middle;}
.mmt-stream-player__pause-icon i{display:block;width:3px;height:14px;background:currentColor;border-radius:1px;}
.mmt-stream-player__play-icon{display:inline-block;line-height:1;white-space:nowrap;}

/* Theme-isolated controls: prevent theme button styles from breaking the persistent player. */
.mmt-stream-player--persistent .mmt-stream-player__toggle,
.mmt-stream-player--persistent .mmt-stream-player__hide,
.mmt-stream-player__restore {
  appearance:none !important;
  -webkit-appearance:none !important;
  font-family:inherit !important;
  font-weight:400 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  text-shadow:none !important;
  box-shadow:none !important;
  background-image:none !important;
  outline:none !important;
}
.mmt-stream-player--persistent .mmt-stream-player__toggle {
  width:38px !important; height:38px !important; min-width:38px !important; min-height:38px !important;
  margin:0 !important; padding:0 !important; border:0 !important; border-radius:50% !important;
  display:flex !important; align-items:center !important; justify-content:center !important;
  flex:0 0 38px !important; cursor:pointer !important;
  background:#507a13 !important; color:#fff !important;
  line-height:1 !important;
}
.mmt-stream-player--persistent .mmt-stream-player__hide {
  width:28px !important; height:28px !important; min-width:28px !important; min-height:28px !important;
  margin:0 !important; padding:0 !important; border:0 !important; border-radius:50% !important;
  display:flex !important; align-items:center !important; justify-content:center !important;
  flex:0 0 28px !important; cursor:pointer !important;
  background:transparent !important; color:var(--mmt-stream-text,#183555) !important;
  font-size:1.25rem !important; line-height:1 !important;
}
.mmt-stream-player--persistent .mmt-stream-player__hide:hover { background:rgba(0,0,0,.06) !important; }
.mmt-stream-player__restore {
  min-width:42px !important; min-height:42px !important; width:auto !important; height:auto !important;
  margin:0 !important; padding:.5rem .7rem !important; border:1px solid #d9dfe3 !important; border-radius:5px !important;
  background:#fff !important; color:#183555 !important; cursor:pointer !important;
  display:flex !important; align-items:center !important; justify-content:center !important; gap:.25rem !important;
  line-height:1 !important;
}
.mmt-stream-player__restore.is-hidden { display:none !important; }
.mmt-stream-player--persistent .mmt-stream-player__persistent-info {
  min-width:0 !important; flex:1 1 auto !important;
}
.mmt-stream-player--persistent .mmt-stream-player__status {
  margin:0 !important; padding:0 !important;
}

/* Track archive */
.mmt-stream-archive{margin:2rem 0;padding:1.25rem 1.5rem;border:1px solid #d9dfe3;background:#fff;color:#183555}
.mmt-stream-archive h3{margin:0 0 .2rem;color:#183555;font-size:1.35rem}
.mmt-stream-archive__hint{margin:0 0 1rem;color:#58718e;font-size:.82rem}
.mmt-stream-archive ol{list-style:none;margin:0;padding:0}
.mmt-stream-archive li{display:grid;grid-template-columns:4.2rem minmax(0,1fr) auto;align-items:center;gap:.8rem;border-top:1px solid #e5e8ea;padding:.7rem 0}
.mmt-stream-archive li:first-child{border-top:0;padding-top:0}
.mmt-stream-archive__time{font-variant-numeric:tabular-nums;font-weight:700;color:#507a13;white-space:nowrap}
.mmt-stream-archive__track{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mmt-stream-archive__duration{flex:0 0 auto;color:#58718e;font-size:.78rem;font-variant-numeric:tabular-nums}
.mmt-stream-archive--empty{color:#58718e}
@media (max-width:600px){.mmt-stream-archive{padding:1rem}.mmt-stream-archive li{grid-template-columns:3.4rem minmax(0,1fr) auto;gap:.55rem}.mmt-stream-archive__track{white-space:normal}.mmt-stream-archive__duration{font-size:.72rem}}
