.egmp-player{--egmp-accent:#e21b23;color:#fff;background:linear-gradient(145deg,#09090b,#17171b);border:1px solid rgba(255,255,255,.09);border-radius:22px;overflow:hidden;width:100%;box-sizing:border-box;font-family:inherit;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.egmp-main{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;padding:28px}
.egmp-cover-wrap{width:100%;aspect-ratio:1/1;position:relative}
.egmp-cover{display:block;width:100%;height:100%;object-fit:cover;border-radius:18px;background:#111}
.egmp-info{display:flex;flex-direction:column;justify-content:center;min-width:0}
.egmp-brand{color:var(--egmp-accent);font-size:11px;font-weight:800;letter-spacing:.18em;margin-bottom:8px}
.egmp-title{margin:0;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1;font-weight:900}
.egmp-subtitle{margin:10px 0 0;color:#9d9da5;font-size:14px}
.egmp-now{margin:28px 0 14px}
.egmp-track-title{font-size:19px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.egmp-track-meta{font-size:12px;color:#96969e;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.egmp-progress-row{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:10px;align-items:center}
.egmp-time{font-size:11px;color:#96969e}
.egmp-progress,.egmp-volume-range{width:100%;accent-color:var(--egmp-accent);cursor:pointer}
.egmp-controls{display:flex;align-items:center;gap:8px;margin-top:18px;flex-wrap:wrap}
.egmp-btn{width:42px;height:42px;border:0;border-radius:50%;background:#25252a;color:#fff;cursor:pointer;font-size:16px}
.egmp-btn:hover{filter:brightness(1.15)}
.egmp-btn.is-active{color:var(--egmp-accent)}
.egmp-play{width:54px;height:54px;background:var(--egmp-accent);font-size:19px}
.egmp-volume{display:flex;align-items:center;gap:7px;margin-left:auto;min-width:120px}
.egmp-volume-range{max-width:100px}
.egmp-library{padding:20px 24px 24px;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.14)}
.egmp-library-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
.egmp-library-head strong{font-size:12px;letter-spacing:.12em}
.egmp-count{font-size:12px;color:#92929a;margin-left:8px}
.egmp-search{width:220px;max-width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#0e0e11;color:#fff;outline:0}
.egmp-search:focus{border-color:var(--egmp-accent)}
.egmp-list{list-style:none;margin:0;padding:0;max-height:330px;overflow:auto}
.egmp-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 8px;border-radius:11px;cursor:pointer}
.egmp-item:hover,.egmp-item.is-current{background:rgba(255,255,255,.06)}
.egmp-number{font-size:11px;color:#888;text-align:center}
.egmp-item-info{min-width:0}
.egmp-item-title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.egmp-item-artist{font-size:11px;color:#92929a;margin-top:2px}
.egmp-item-actions{display:flex;gap:5px}
.egmp-download{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:#25252a;color:#fff;text-decoration:none}
.egmp-download:hover{background:var(--egmp-accent);color:#fff}
.egmp-empty{display:none;padding:24px;text-align:center;color:#92929a;font-size:13px}
.egmp-audio{display:none}
@media(max-width:720px){
 .egmp-main{grid-template-columns:1fr;padding:20px}
 .egmp-cover-wrap{max-width:310px;margin:0 auto}
 .egmp-info{text-align:center}
 .egmp-controls{justify-content:center}
 .egmp-volume{margin:0;width:100%;justify-content:center}
 .egmp-library{padding:18px}
 .egmp-library-head{align-items:stretch;flex-direction:column}
 .egmp-search{width:100%}
}