:root{--bg:#121212;--card:#181818;--text:#ffffff;--muted:#b3b3b3;--line:#303030;--green:#1db954}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji"}.container{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px 48px;gap:16px}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;width:min(900px,100%);box-shadow:0 10px 30px #00000040}.player{display:grid;grid-template-columns:200px 1fr;gap:24px;padding:24px}.cover{display:block;border-radius:8px;overflow:hidden}.cover img{display:block;width:100%;height:auto}.meta{display:flex;flex-direction:column;gap:12px;min-width:0}.title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.title{color:var(--text);text-decoration:none;font-weight:700;font-size:clamp(20px,2.5vw,28px)}.title:hover{text-decoration:underline}.badge{font-size:12px;line-height:1;border:1px solid var(--muted);color:var(--muted);padding:2px 4px;border-radius:3px}.artists{color:var(--muted);font-size:clamp(14px,1.8vw,16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.artist{color:var(--muted);text-decoration:none}.artist:hover{color:var(--text);text-decoration:underline}.progress{display:flex;flex-direction:column;gap:8px}.bar{height:4px;width:100%;background:#535353;border-radius:999px;overflow:hidden}.fill{height:100%;width:0%;background:var(--green);transition:width .25s linear}.time{color:var(--muted);font-size:13px;display:flex;gap:4px}.device{color:var(--muted);font-size:13px;border-top:1px solid var(--line);padding-top:12px}.empty{padding:24px;color:var(--muted)}.skeleton{min-height:200px;background:linear-gradient(90deg,#1a1a1a 25%,#222 37%,#1a1a1a 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.legal-footer{position:fixed;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:12px;font-size:13px}.legal-footer a{color:var(--muted);text-decoration:none}.legal-footer a:hover{text-decoration:underline}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}@media (max-width:700px){.player{grid-template-columns:1fr;gap:16px}.cover{max-width:380px;margin:0 auto}}
