.bf-bottom-player{position:fixed;left:18px;right:18px;bottom:16px;z-index:9999;display:grid;grid-template-columns:70px minmax(180px,280px) 64px minmax(260px,1fr) 150px 42px;align-items:center;gap:18px;padding:13px 18px;background:rgba(36,40,51,.97);color:#fff;border:1px solid rgba(227,187,125,.2);border-radius:10px;box-shadow:0 14px 45px rgba(0,0,0,.32);backdrop-filter:blur(14px);animation:bfPlayerIn .24s ease-out}.bf-bottom-player[hidden]{display:none!important}@keyframes bfPlayerIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.bf-bottom-player__cover{width:70px;height:70px;object-fit:cover;border-radius:4px}.bf-bottom-player__meta{min-width:0}.bf-bottom-player__meta span{display:block;margin-bottom:6px;font-size:10px;font-weight:800;letter-spacing:.18em;color:#e3bb7d}.bf-bottom-player__meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.25}.bf-bottom-player__audio{display:none}.bf-bottom-player__toggle{width:58px;height:58px;border:1px solid rgba(227,187,125,.65);border-radius:50%;background:#e3bb7d;color:#242833;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,background .15s ease}.bf-bottom-player__toggle:hover{transform:scale(1.04);background:#edcb96}.bf-bottom-player__toggle svg{width:25px;height:25px;fill:currentColor}.bf-bottom-player__toggle .pause{display:none}.bf-bottom-player__toggle.is-playing .play{display:none}.bf-bottom-player__toggle.is-playing .pause{display:block}.bf-bottom-player__timeline{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;min-width:0}.bf-bottom-player__time{font-size:11px;color:rgba(255,255,255,.72);font-variant-numeric:tabular-nums}.bf-bottom-player__time:last-child{text-align:right}.bf-bottom-player__seek,.bf-bottom-player__volume{accent-color:#e3bb7d;cursor:pointer;width:100%}.bf-bottom-player__volume-wrap{display:flex;align-items:center;gap:9px}.bf-bottom-player__volume-wrap svg{width:19px;height:19px;fill:#fff;flex:0 0 auto}.bf-bottom-player__close{border:0;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer;padding:6px;opacity:.8}.bf-bottom-player__close:hover{opacity:1;color:#e3bb7d}@media(max-width:900px){.bf-bottom-player{grid-template-columns:54px minmax(110px,1fr) 52px minmax(180px,2fr) 36px;gap:11px}.bf-bottom-player__cover{width:54px;height:54px}.bf-bottom-player__toggle{width:48px;height:48px}.bf-bottom-player__volume-wrap{display:none}}@media(max-width:600px){.bf-bottom-player{left:8px;right:8px;bottom:8px;grid-template-columns:46px 1fr 44px 32px;gap:9px;padding:10px;border-radius:8px}.bf-bottom-player__cover{width:46px;height:46px}.bf-bottom-player__meta span{font-size:8px;margin-bottom:3px}.bf-bottom-player__meta strong{font-size:11px}.bf-bottom-player__toggle{width:42px;height:42px}.bf-bottom-player__toggle svg{width:20px;height:20px}.bf-bottom-player__timeline{grid-column:1/-1;grid-template-columns:34px 1fr 34px;gap:7px}.bf-bottom-player__time{font-size:9px}}