.replast-player{--rp-bg:#121214;--rp-accent:#E41E31;--rp-text:#ECECEC;--rp-muted:#B8B8BC;background:#0e0e0e;color:var(--rp-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;border-radius:20px;overflow:hidden;position:relative;margin:24px 0;padding:0;box-shadow:0 0 15px rgb(228 30 49 / .3),0 0 40px rgb(228 30 49 / .2);animation:replastGlow 3s infinite alternate ease-in-out}@keyframes replastGlow{0%{box-shadow:0 0 10px rgb(228 30 49 / .4),0 0 25px rgb(228 30 49 / .2)}50%{box-shadow:0 0 25px rgb(228 30 49 / .6),0 0 55px rgb(228 30 49 / .4)}100%{box-shadow:0 0 10px rgb(228 30 49 / .3),0 0 25px rgb(228 30 49 / .1)}}.rp-visual-wrap{position:relative;width:100%;height:85px;overflow:hidden;margin:0;padding:0;background:#fff0}.rp-visual{display:block;position:absolute;inset:0;width:100%;height:100%;background:#fff0;margin:0;padding:0}.rp-controls{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;gap:20px;z-index:2}.rp-btn{width:50px;height:50px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#1b1b1e;border:none;cursor:pointer;transition:transform 0.12s ease,background 0.12s ease,box-shadow 0.3s;box-shadow:0 0 8px rgb(228 30 49 / .3)}.rp-btn:hover{background:#242428;transform:scale(1.05);box-shadow:0 0 16px rgb(228 30 49 / .7)}.rp-bar{width:100%;height:6px;background:#262629;position:relative;cursor:pointer}.rp-fill{position:absolute;left:0;top:0;bottom:0;width:0%;background:var(--rp-accent);border-radius:999px;box-shadow:0 0 10px rgb(228 30 49 / .7)}.rp-list{list-style:none;margin:10px 0 0;padding:0;border-top:1px solid rgb(255 255 255 / .06);max-height:230px;overflow-y:auto}.rp-item{padding:10px 6px;display:flex;gap:10px;align-items:center;border-bottom:1px solid rgb(255 255 255 / .06);cursor:pointer;transition:background 0.15s ease}.rp-item:hover{background:rgb(228 30 49 / .1)}.rp-item.is-active{background:rgb(228 30 49 / .18)}.rp-idx{width:28px;height:28px;border-radius:999px;background:#e41e31;display:flex;justify-content:center;align-items:center;color:#fff;font-size:0;font-weight:700;box-shadow:0 0 8px rgb(228 30 49 / .6)}.rp-idx::before{content:"▶";font-size:10px;position:relative;left:1px}.rp-it-title{font-weight:700}.rp-it-author{color:var(--rp-muted);font-size:13px}@media (max-width:640px){.rp-visual-wrap{height:64px}.rp-btn{width:44px;height:44px}}