.r90-footer-player{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:3px 6px calc(3px+env(safe-area-inset-bottom,0px));font-size:.75rem;background:rgba(5,0,20,.98);border-top:1px solid var(--r90-border-subtle);box-shadow:0 -10px 28px rgba(0,0,0,.85);contain:layout paint}.r90-footer-player.is-playing{box-shadow:0 -1px 0 rgba(0,255,245,.18),0 -14px 34px rgba(0,0,0,.92)}.r90-footer-player[data-mode="party"]{box-shadow:0 -1px 0 rgba(255,0,120,.25),0 -18px 40px rgba(0,0,0,.92)}.r90-player-grid{position:relative;display:grid;grid-template-columns:48px auto minmax(0,1fr) 52px;align-items:center;column-gap:6px;min-height:52px;min-width:0}.r90-cell-cover{grid-column:1;justify-self:center}.r90-player-cover-wrap{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:visible}.r90-player-cover{position:relative;z-index:2;width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 3px 10px rgba(0,0,0,.65)}.r90-footer-player.is-playing .r90-player-cover-wrap{box-shadow:0 0 0 1px rgba(0,255,255,.22),0 0 16px rgba(0,200,255,.35)}.r90-gear-layer{position:absolute;inset:-5px;border-radius:50%;pointer-events:none;z-index:1;transform-origin:center}.r90-footer-player.is-playing .r90-gear-layer{animation:r90-gear-rotate 90s linear infinite}.r90-footer-player:not(.is-playing) .r90-gear-layer{animation:none}.r90-gear-bar{position:absolute;left:50%;bottom:50%;width:2.5px;height:8px;transform-origin:bottom center;border-radius:2px;background:hsla(var(--gear-hue,180),100%,var(--gear-light,65%),var(--gear-alpha,.9));opacity:.8}.r90-cell-vote{grid-column:2;display:flex;flex-direction:column;align-items:center;gap:3px}.r90-vote-btn{display:flex;align-items:center;justify-content:center;gap:4px;min-width:44px;min-height:26px;padding:2px 7px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:var(--r90-text-muted);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease;font-size:.64rem;line-height:1;-webkit-tap-highlight-color:transparent}.r90-vote-btn:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);color:var(--r90-white);transform:translateY(-1px)}.r90-vote-btn:active{transform:translateY(0)}.r90-vote-btn svg{width:13px;height:13px;flex-shrink:0}.r90-vote-count{font-variant-numeric:tabular-nums;min-width:12px;text-align:center;font-size:.6rem}.r90-vote-btn.r90-vote-up.is-voted{background:rgba(0,220,130,.16);border-color:rgba(0,220,130,.45);color:#4fffb0}.r90-vote-btn.r90-vote-up.is-voted svg{fill:#4fffb0;stroke:#4fffb0}.r90-vote-btn.r90-vote-down.is-voted{background:rgba(255,60,100,.16);border-color:rgba(255,60,100,.45);color:var(--r90-danger)}.r90-vote-btn.r90-vote-down.is-voted svg{fill:var(--r90-danger);stroke:var(--r90-danger)}.r90-cell-meta{grid-column:3;position:relative;min-width:0;overflow:hidden;padding-right:8px;min-height:52px;display:flex;align-items:center}.r90-meta-layer{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:1px;opacity:0;pointer-events:none;transition:opacity .42s ease}.r90-meta-layer.is-active{opacity:1;pointer-events:auto}.r90-player-artist{font-weight:800;font-size:.84rem;color:var(--r90-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.15}.r90-player-title{font-weight:600;font-size:.76rem;color:#d1d4e4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.12;opacity:.96}.r90-footer-player.is-playing .r90-player-artist{text-shadow:0 0 8px rgba(160,100,255,.32)}.r90-player-stats{display:none}.r90-mobile-card{display:flex;align-items:center;gap:8px;height:100%;min-width:0}.r90-mobile-card-cover{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:10px;object-fit:cover;flex-shrink:0;box-shadow:0 4px 14px rgba(0,0,0,.45)}.r90-mobile-card-info{display:flex;flex-direction:column;gap:1px;min-width:0;overflow:hidden}.r90-mobile-card-label{font-size:.6rem;font-weight:900;color:var(--r90-accent);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.r90-mobile-card-name{font-size:.82rem;font-weight:900;color:#f1e5ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.12}.r90-mobile-card-hours,.r90-mobile-card-sub{font-size:.68rem;color:var(--r90-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}.r90-mobile-card--upnext .r90-mobile-card-cover{border:1px solid rgba(0,200,255,.22)}.r90-cell-play{grid-column:4;justify-self:center;align-self:center;position:relative;z-index:5}.r90-player-cta-btn{position:relative;width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 0,#8cf3ff,#0084ff);box-shadow:0 6px 18px rgba(0,0,0,.65);transition:transform .12s ease,box-shadow .15s ease,filter .15s ease;-webkit-tap-highlight-color:transparent}.r90-player-cta-btn:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,0,0,.8);filter:saturate(1.05)}.r90-player-cta-btn:active{transform:translateY(0)}.r90-footer-player.is-playing .r90-player-cta-btn{box-shadow:0 0 0 1px rgba(255,255,255,.28),0 0 18px rgba(0,255,245,.45)}.r90-player-loader{position:absolute;inset:0;margin:auto;width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.18);border-top-color:var(--r90-white);opacity:0;pointer-events:none}.r90-player-cta-btn.is-loading .r90-player-loader{opacity:1;animation:r90-spin .7s linear infinite}.r90-player-cta-btn.is-loading .r90-icon{opacity:.25}.r90-player-cta-btn .r90-icon{color:#fff;font-size:18px;line-height:1;user-select:none;pointer-events:none}.r90-player-cta-btn .r90-icon-play{margin-left:3px;display:block}.r90-player-cta-btn .r90-icon-pause{display:none}.r90-player-cta-btn.is-playing .r90-icon-play{display:none}.r90-player-cta-btn.is-playing .r90-icon-pause{display:block}.r90-ticker-row{width:100%;overflow:hidden;margin-top:3px;padding:2px 6px 3px;border-top:1px solid rgba(255,255,255,.05)}.r90-player-ticker{max-width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 6%,#000 94%,transparent 100%)}.r90-player-ticker-inner{display:inline-block;white-space:nowrap;animation:r90-ticker-scroll 120s linear infinite;padding-right:14px;color:#f5f5ff;font-size:.7rem;line-height:1.25}.r90-footer-player:not(.is-playing) .r90-player-ticker-inner{animation-play-state:paused}.r90-footer-player.has-request .r90-player-ticker-inner{color:#ffe6ff;text-shadow:0 0 8px rgba(255,120,220,.55);animation:none !important;transform:none !important;white-space:normal}.r90-player-ticker-inner.is-api-text{display:inline-flex;align-items:center;gap:10px;padding:4px 10px;border-radius:999px;border:1px solid var(--r90-border-subtle);background:rgba(0,0,0,.26);overflow:hidden;text-overflow:ellipsis;max-width:100%}.r90-cell-show-card{display:none}.r90-show-card,.r90-upnext-card{display:flex;align-items:center;gap:4px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);border-radius:12px;padding:5px 10px 5px 5px;width:100%;height:100%;box-sizing:border-box;overflow:hidden;transition:background .15s ease,border-color .15s ease}.r90-show-card:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}.r90-show-card-cover{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:10px;object-fit:cover;flex-shrink:0}.r90-show-card-info{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.r90-show-card-name{font-size:.86rem;font-weight:900;color:#f1e5ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.r90-show-card-hours{font-size:.72rem;padding:2px 8px;border-radius:999px;background:rgba(26,46,120,.85);color:#e6f0ff;border:1px solid var(--r90-border-medium);width:fit-content;white-space:nowrap}.r90-card-panel{position:absolute;inset:0;display:flex;align-items:stretch;justify-content:flex-end;opacity:0;transition:opacity .5s ease;pointer-events:none}.r90-card-panel.is-active{opacity:1;pointer-events:auto}.r90-upnext-card{border-color:rgba(0,200,255,.18)}.r90-upnext-label{font-size:.6rem;font-weight:900;color:var(--r90-accent);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.r90-upnext-artist{font-size:.80rem;font-weight:900;color:#e8e0ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.r90-upnext-title{font-size:.70rem;color:var(--r90-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.r90-cta-card{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(0,140,255,.22),rgba(160,60,255,.22));border:1px solid rgba(0,200,255,.34);border-radius:12px;padding:8px 14px;text-decoration:none;white-space:nowrap;width:100%;box-sizing:border-box;transition:filter .15s ease,border-color .15s ease}.r90-cta-card:hover{filter:saturate(1.1);border-color:rgba(0,200,255,.52)}.r90-cta-icon{font-size:1.1rem}.r90-cta-text{font-size:.84rem;font-weight:900;color:#c8e0ff}@media (min-width:769px){.r90-footer-player{padding:4px 10px calc(4px+env(safe-area-inset-bottom,0px));font-size:.8rem;backdrop-filter:blur(16px);background:var(--r90-gradient-hero)}.r90-player-grid{grid-template-columns:52px auto minmax(0,1fr) 52px;min-height:56px;column-gap:8px}.r90-player-cover-wrap{width:52px;height:52px}.r90-player-cover{width:44px;height:44px}.r90-player-cta-btn{width:52px;height:52px}.r90-player-cta-btn .r90-icon{font-size:19px}.r90-vote-btn{min-width:50px;min-height:28px;padding:3px 9px;font-size:.68rem}.r90-vote-btn svg{width:15px;height:15px}.r90-player-artist{font-size:.92rem}.r90-player-title{font-size:.82rem}.r90-player-stats{display:flex;align-items:center;position:relative;height:1.1rem;overflow:hidden;margin-top:1px}.r90-stat-item{position:absolute;inset:0;display:flex;align-items:center;gap:5px;font-size:.72rem;color:var(--r90-text-muted);opacity:0;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease;white-space:nowrap;line-height:1}.r90-stat-item.is-active{opacity:1;transform:translateY(0)}.r90-stat-icon{font-size:.78rem;color:var(--r90-accent);width:15px;text-align:center;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.r90-stat-value{font-weight:850;font-size:.74rem;color:#e0e4f0;font-variant-numeric:tabular-nums;line-height:1}.r90-stat-label{opacity:.7;font-size:.72rem;text-transform:lowercase;line-height:1}.r90-ticker-row{padding:3px 10px 4px}.r90-player-ticker-inner{font-size:.72rem}}@media (min-width:1025px){.r90-footer-player{padding:5px 14px calc(5px+env(safe-area-inset-bottom,0px))}.r90-player-grid{grid-template-columns:auto auto minmax(0,1.6fr) 240px auto;column-gap:12px;min-height:62px}.r90-player-cover-wrap{width:58px;height:58px}.r90-player-cover{width:48px;height:48px}.r90-player-cta-btn{width:58px;height:58px}.r90-player-cta-btn .r90-icon{font-size:20px}.r90-cell-meta{min-height:58px;padding-right:0}.r90-meta-layer[data-r90-layer="show-card"],.r90-meta-layer[data-r90-layer="upnext-card"],.r90-meta-layer[data-r90-layer="user-card"]{display:none !important}.r90-meta-layer[data-r90-layer="meta"]{position:relative;opacity:1;pointer-events:auto}.r90-player-artist{font-weight:950;font-size:.98rem}.r90-player-title{font-size:.88rem}.r90-player-stats{height:1.15rem}.r90-stat-item{font-size:.76rem;gap:6px}.r90-stat-icon{font-size:.82rem;width:16px}.r90-stat-value{font-size:.78rem}.r90-stat-label{font-size:.76rem;opacity:.75}.r90-cell-show-card{display:block;grid-column:4;align-self:stretch;position:relative;overflow:hidden;min-width:0;width:240px}.r90-cell-play{grid-column:5;justify-self:end}.r90-ticker-row{padding:1px 14px 2px}.r90-player-ticker-inner{font-size:.72rem}.r90-footer-player.is-playing .r90-player-cover-wrap::before{content:"";position:absolute;inset:-10px;border-radius:50%;background:radial-gradient(circle,rgba(0,255,220,.22),transparent 70%);filter:blur(5px);z-index:0}}@media (hover:none) and (pointer:coarse){.r90-vote-btn{min-height:44px;min-width:52px;padding:4px 8px}}.r90-vote-btn:focus-visible{outline:2px solid var(--r90-accent);outline-offset:2px}.r90-player-cta-btn:focus-visible{outline:2px solid var(--r90-white);outline-offset:3px}@media (prefers-reduced-motion:reduce){.r90-gear-layer,.r90-player-ticker-inner,.r90-player-loader{animation:none !important}.r90-stat-item,.r90-card-panel,.r90-vote-btn,.r90-player-cta-btn,.r90-meta-layer{transition:none !important}}@keyframes r90-spin{to{transform:rotate(360deg)}}@keyframes r90-gear-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes r90-ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}