@keyframes cd-spin-kf{to{transform:rotate(360deg)}}.cd-player{position:fixed;bottom:1.25rem;right:1.25rem;z-index:60;background:0 0;border:0;padding:0;cursor:pointer;pointer-events:auto}@media (min-width:768px){.cd-player{bottom:2rem;right:2rem}}.cd-disc{position:relative;height:4rem;width:4rem;border-radius:9999px;box-shadow:0 10px 40px rgba(0,0,0,.6);transform-origin:50% 50%}@media (min-width:768px){.cd-disc{height:5rem;width:5rem}}.cd-disc.cd-spin{animation:cd-spin-kf 5s linear infinite}.cd-iridescent{inset:0;background:conic-gradient(from 0deg,#1a1a1a 0deg,#5b3a8a 40deg,#1a5b8a 90deg,#1a8a5b 140deg,#8a8a1a 190deg,#8a3a1a 240deg,#5b1a8a 300deg,#1a1a1a 360deg);filter:saturate(1.2) brightness(.9)}.cd-grooves,.cd-iridescent,.cd-label{position:absolute;border-radius:9999px}.cd-grooves{inset:0;background:repeating-radial-gradient(circle at 50% 50%,rgba(0,0,0,.55)0,rgba(0,0,0,.55) 1px,rgba(255,255,255,.04) 1px,rgba(255,255,255,.04) 3px);mix-blend-mode:overlay;opacity:.9}.cd-label{inset:28%;background-color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-background),.2);display:flex;align-items:center;justify-content:center}.cd-label-text{font-size:7px;text-transform:uppercase;letter-spacing:.25em;color:rgb(var(--color-background));font-family:var(--font-heading-family, 'UnifrakturCook', serif)}@media (min-width:768px){.cd-label-text{font-size:8px}}.cd-badge,.cd-hole{position:absolute;border-radius:9999px}.cd-hole{inset:44%;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.3)}.cd-badge{top:-.5rem;left:-.5rem;font-size:9px;text-transform:uppercase;letter-spacing:.3em;color:rgba(var(--color-background),.7);background-color:rgb(var(--color-foreground));padding:.125rem .375rem;opacity:0;transform:translateY(0);transition:opacity 220ms var(--ease-out-soft),transform 220ms var(--ease-out-soft);pointer-events:none}.cd-player:focus-visible .cd-badge,.cd-player:hover .cd-badge{opacity:1}.cd-badge.is-changing{opacity:0!important;transform:translateY(-3px)}@media (prefers-reduced-motion:reduce){.cd-disc.cd-spin{animation:none}}