.card-hover{z-index:3;top:var(--top);left:var(--left);width:var(--width);position:absolute}.card-hover-inner{background:var(--surface);transform-origin:50%;border-radius:.5rem;flex-direction:column;animation:.3s cubic-bezier(.33,0,0,1) card-hover-in;display:flex;overflow:hidden;box-shadow:0 16px 48px #000000b3}@keyframes card-hover-in{0%{transform:scale(var(--from-scale,.67))}to{transform:none}}.card-hover[data-leaving]{pointer-events:none}.card-hover[data-leaving] .card-hover-inner{animation:.2s ease-in-out forwards card-hover-out}@keyframes card-hover-out{0%{transform:none}to{transform:scale(var(--from-scale,.67));opacity:0}}@media (prefers-reduced-motion:reduce){.card-hover-inner,.card-hover[data-leaving] .card-hover-inner{animation:none}}.card-hover-art[hidden]{display:none}.card-hover-art{width:100%;aspect-ratio:var(--art-ratio,1);object-fit:cover;background:var(--field);cursor:pointer;display:block}.card-hover-body{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.card-hover-text{flex-direction:column;flex:auto;gap:.125rem;min-width:0;display:flex}.card-hover-controls{flex:none;align-items:center;gap:.375rem;display:flex}.card-hover-circle{border:1px solid var(--divider-strong);width:2rem;height:2rem;color:var(--ink);cursor:pointer;background:#0009;border-radius:9999px;flex:none;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s;display:flex}.card-hover-circle:hover,.card-hover-play{background:var(--ink);border-color:var(--ink);color:var(--gray-900)}.card-hover-play:hover{background:var(--ink-2);border-color:var(--ink-2)}.card-hover-read{border:1px solid var(--ink);background:var(--ink);height:2rem;color:var(--gray-900);letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;flex:none;align-items:center;padding:0 .875rem;font-size:.75rem;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex}.card-hover-read:hover,.card-hover-read:focus-visible{border-color:var(--ink-2);background:var(--ink-2)}.card-hover-circle[aria-pressed=true]{color:var(--color-gold);border-color:var(--color-gold)}.card-hover-title{color:var(--ink);cursor:pointer;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:700;line-height:1.25rem;display:-webkit-box;overflow:hidden}.card-hover-facts{color:var(--ink-2);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;font-weight:600;overflow:hidden}.card-hover-facts:empty{display:none}.card-hover[data-leader] .card-hover-art{border-radius:9999px}.card-hover[data-leader] .card-hover-controls{display:none}.card-hover[data-leader] .card-hover-body{text-align:center;justify-content:center}.card-hover[data-leader] .card-hover-title{display:block}.card-panel{z-index:60;top:var(--from-top);left:var(--from-left);width:var(--from-width);height:var(--from-height);background:var(--surface);border-radius:.5rem;transition:top .3s ease-out,left .3s ease-out,width .3s ease-out,height .3s ease-out;position:fixed;overflow:hidden;box-shadow:0 24px 64px #000000b3}.card-panel-open{top:calc(50% - var(--player-bar,0px) / 2);width:min(53rem,100vw - 2rem);height:calc(100dvh - 3rem - var(--player-bar,0px));scrollbar-width:none;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.card-panel-open::-webkit-scrollbar{display:none}.card-panel-scrim{z-index:59;cursor:default;background:#000000b3;position:fixed;inset:0}.card-panel-media{aspect-ratio:16/9;background:var(--field);width:100%;position:relative;overflow:hidden}.card-panel-media:after{content:"";background:linear-gradient(to top, var(--surface) 0%, var(--surface) 10%, #0009 40%, transparent 72%);pointer-events:none;position:absolute;inset:0}.card-panel-art{object-fit:cover;object-position:50% 25%;width:100%;height:100%;display:block}.card-panel-video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s ease-out;position:absolute;inset:0}.card-panel-media[data-video=playing] .card-panel-video{opacity:1}.card-panel-sound{z-index:2;width:2.5rem;height:2.5rem;position:absolute;bottom:1.5rem;right:2.5rem}.card-panel-hero-text{z-index:1;flex-direction:column;align-items:flex-start;gap:1rem;display:flex;position:absolute;bottom:1.5rem;left:2.5rem;right:2.5rem}.card-panel-hero-title{max-width:32rem;color:var(--ink);text-shadow:0 2px 12px #0009;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;line-height:1.1}.card-panel-hero-play{color:#000;background:#fff;border-radius:.25rem;align-items:center;gap:.5rem;padding:.5rem 1.5rem .5rem 1.125rem;font-size:1rem;font-weight:700;display:inline-flex}.card-panel-hero-play:hover{background:#fffc}.card-panel-close{z-index:2;background:var(--surface);border-color:#0000;width:2.25rem;height:2.25rem;position:absolute;top:1rem;right:1rem}.card-panel-body{flex-direction:column;gap:.5rem;padding:1.25rem 2.5rem 2.5rem;display:flex}.card-panel-title{color:var(--ink);font-size:1.25rem;font-weight:700}.card-panel-facts{color:var(--ink-3);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.card-panel-blurb{color:var(--ink-2);font-size:.875rem}.card-panel-more{justify-content:center;margin-top:.5rem;display:flex;position:relative}.card-panel-more:before{content:"";border-top:1px solid var(--divider-strong);position:absolute;top:50%;left:0;right:0}.card-panel-more .card-hover-circle{background:var(--surface);width:2.5rem;height:2.5rem;position:relative}.card-panel-more .card-hover-circle:disabled{opacity:.6}.card-panel-episodes{border-top:1px solid var(--divider);flex-direction:column;margin-top:.5rem;display:flex}.card-panel-episode{border-bottom:1px solid var(--divider);align-items:center;gap:1rem;padding:1rem 0;display:flex}.card-panel-episode[data-playable]{cursor:pointer}.card-panel-number{text-align:center;width:1.75rem;color:var(--ink-2);flex:none;font-size:1.375rem}.card-panel-thumb{aspect-ratio:16/9;background:var(--field);border-radius:.25rem;flex:none;width:8.5rem;position:relative;overflow:hidden}.card-panel-thumb img{object-fit:cover;object-position:50% 25%;width:100%;height:100%;display:block}.card-panel-thumb .card-panel-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-panel-thumb .card-panel-gap{display:none}.card-panel-progress{background:#ffffff4d;height:.25rem;position:absolute;bottom:0;left:0;right:0}.card-panel-progress[hidden]{display:none}.card-panel-progress i{height:100%;width:calc(var(--progress,0) * 100%);background:var(--color-gold);display:block}.card-panel-episode-link{min-width:0;color:inherit;flex:auto;align-items:center;gap:.75rem;text-decoration:none;display:flex}.card-panel-episode-link:hover .card-panel-episode-title{text-decoration:underline}.card-panel-episode-text{flex:auto;min-width:0}.card-panel-play{position:relative}.card-panel-play .ep-pause,.card-panel-play .ep-eq,.card-panel-play .ep-spin,.card-panel-play[data-state] .ep-play{display:none}.card-panel-play[data-state=loading] .ep-spin{display:block}.card-panel-play[data-state=playing] .ep-eq{display:flex}.card-panel-play[data-state=playing]:hover .ep-eq{display:none}.card-panel-play[data-state=playing]:hover .ep-pause{display:block}.ep-eq{justify-content:center;align-items:flex-end;gap:2px;height:.875rem}.ep-eq i{background:var(--color-gold);transform-origin:bottom;width:2px;height:100%;animation:.9s ease-in-out infinite ep-eq}.ep-spin{border:2px solid var(--divider-strong);border-top-color:var(--ink);border-radius:50%;width:.875rem;height:.875rem;animation:.8s linear infinite ep-spin}@keyframes ep-spin{to{transform:rotate(360deg)}}.ep-eq i:nth-child(2){animation-delay:-.3s}.ep-eq i:nth-child(3){animation-delay:-.6s}@keyframes ep-eq{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.ep-eq i{animation:none;transform:scaleY(.7)}.ep-spin{animation-duration:1.6s}}.card-panel-gap{flex:none;width:1.75rem}.card-panel-episode-title{color:var(--ink);font-size:.875rem;font-weight:600}.card-panel-episode-blurb{color:var(--ink-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.card-panel-length{color:var(--ink-3);font-variant-numeric:tabular-nums;flex:none;font-size:.75rem}@media (prefers-reduced-motion:reduce){.card-hover-inner,.card-panel,.card-panel-scrim{transition:none;animation:none}}.row-heading-link{color:inherit;align-items:center;gap:.5rem;display:inline-flex}.row-heading-arrow{border-top:2px solid var(--ink-3);border-right:2px solid var(--ink-3);width:.5em;height:.5em;transition:border-color .15s,translate .15s;display:inline-block;transform:rotate(45deg)}.row-heading-link:hover .row-heading-arrow,.row-heading-link:focus-visible .row-heading-arrow{border-color:var(--ink);translate:.125rem}.row-ranked-item{align-items:flex-start;display:flex;position:relative}.row-rank{--rank-h:var(--card-h);--rank-over-top:calc(var(--rank-h) * 14 / 740 + 2px);--rank-over-bottom:calc(var(--rank-h) * 13 / 740 + 2px);box-sizing:content-box;height:var(--rank-h);padding-block:var(--rank-over-top) var(--rank-over-bottom);margin-block:calc(-1 * var(--rank-over-top)) calc(-1 * var(--rank-over-bottom));fill:var(--ground);stroke:var(--ink-2);stroke-width:2.5px;stroke-linejoin:round;flex:none;margin-right:-.75rem;overflow:visible;-webkit-mask-image:linear-gradient(#000,#0006);mask-image:linear-gradient(#000,#0006)}[data-row-shape=portrait] .row-rank{--rank-h:var(--card-h-portrait)}ul[data-rail]:has(.row-rank){--rank-clearance:calc(var(--card-h) * 14 / 740 + 2px);padding-top:var(--rank-clearance);margin-top:calc(-1 * var(--rank-clearance))}[data-row-shape=portrait] ul[data-rail]:has(.row-rank){--rank-clearance:calc(var(--card-h-portrait) * 14 / 740 + 2px)}.row-ranked-item>a{position:relative}[data-tier]:has(.row-ranked-item){--card-h:clamp(8.5rem, 12.75vw, 18rem);--card-h-portrait:var(--card-h);--card-text:.5rem}.row-ranked-item>a>p{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.row-ranked-item>a:focus-visible{outline:none}.row-ranked-item>a:focus-visible>.card-art{outline:2px solid var(--gold-200);outline-offset:2px}[data-input=pointer] .row-ranked-item>a:focus-visible>.card-art{outline:none}.hero{aspect-ratio:8/3;width:100%;max-height:68vh}@media (max-width:639px){.hero{aspect-ratio:4/5;max-height:none}}.hero-carousel{margin-top:1rem;position:relative}.hero-track{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;display:flex;overflow-x:auto}.hero-track::-webkit-scrollbar{display:none}.hero-slide{aspect-ratio:8/3;scroll-snap-align:start;scroll-snap-stop:always;background:var(--ground);flex:0 0 100%;width:100%;max-height:68vh;position:relative;overflow:hidden}@media (max-width:639px){.hero-slide{aspect-ratio:4/5;max-height:none}}.hero-cover{aspect-ratio:16/9;object-fit:cover;width:auto;max-width:none;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 30%);mask-image:linear-gradient(90deg,#0000,#000 30%)}@media (max-width:639px){.hero-cover{width:100%;height:auto;-webkit-mask-image:linear-gradient(#000 70%,#0000);mask-image:linear-gradient(#000 70%,#0000)}}.hero-scrim{pointer-events:none;--shade:var(--ground);background:linear-gradient(color-mix(in srgb, var(--shade) 80%, transparent), transparent 22.78%), linear-gradient(0deg, var(--shade), color-mix(in srgb, var(--shade) 35%, transparent) 15.68%, color-mix(in srgb, var(--shade) 5%, transparent) 23.89%, transparent 27.36%), radial-gradient(83.07% 105.9% at 75.42% 30.21%, transparent 28.66%, color-mix(in srgb, var(--shade) 90%, transparent) 100%), radial-gradient(91.1% 112.51% at 69.92% -12.5%, transparent 76.71%, color-mix(in srgb, var(--shade) 40%, transparent) 100%);position:absolute;inset:0}.hero-copy{inset:0 auto 0 max(var(--rail-gutter), 4.5rem);z-index:1;width:min(32.375rem, calc(100% - 2 * max(var(--rail-gutter), 4.5rem)));flex-direction:column;justify-content:flex-end;gap:.875rem;padding-bottom:3.5rem;display:flex;position:absolute}.hero-badge{color:var(--ink);font-size:1rem;font-weight:700;line-height:1}.hero-title{letter-spacing:-.01em;color:var(--ink);font-size:clamp(2rem,3.6vw,3.75rem);font-weight:800;line-height:1.02}.hero-synopsis{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.25rem;line-height:1.75rem;display:-webkit-box;overflow:hidden}.hero-actions{align-items:center;gap:.5rem;margin-top:.125rem;display:flex}.hero-watch{white-space:nowrap;color:#000;background:#fff;border-radius:.5rem;align-items:center;gap:.875rem;height:3.875rem;margin-right:1.75rem;padding:0 1.3125rem;font-size:1.25rem;font-weight:500;transition:transform .2s cubic-bezier(.25,1,.5,1),background-color .2s cubic-bezier(.25,1,.5,1);display:inline-flex}.hero-watch:hover,.hero-watch:focus-visible{background:#ffffffd9}.hero-watch .hero-play{border-width:.6rem 0 .6rem 1rem}.hero-round{width:3.8125rem;height:3.8125rem;color:var(--ink);background:#fff3;border-radius:9999px;flex:none;justify-content:center;align-items:center;transition:transform .3s ease-in-out,background-color .3s ease-in-out;display:inline-flex}.hero-round:hover,.hero-round:focus-visible{background:#ffffff59;transform:scale(1.08)}.hero-round svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;width:2.0625rem;height:2.0625rem}@media (max-width:639px){.hero-copy{left:var(--rail-gutter);width:calc(100% - 2 * var(--rail-gutter));gap:.625rem;padding-bottom:2.75rem}.hero-synopsis{font-size:1rem;line-height:1.5rem}.hero-watch{height:3rem;margin-right:.75rem;font-size:1rem}.hero-round{width:3rem;height:3rem}.hero-round svg{width:1.625rem;height:1.625rem}}.hero-arrow{z-index:2;color:#fff;justify-content:center;align-items:center;width:2.0625rem;height:2.0625rem;transition:transform .3s cubic-bezier(.2,.45,0,1);display:flex;position:absolute;top:calc(50% - 1.03125rem)}.hero-arrow[hidden],.hero-dots[hidden]{display:none}.hero-arrow:hover,.hero-arrow:focus-visible{transform:scale(1.2)}.hero-arrow-prev{left:1.25rem}.hero-arrow-prev svg{transform:rotate(180deg)}.hero-arrow-next{right:1.25rem}@media (max-width:639px){.hero-arrow{display:none}}.hero-dots{z-index:2;align-items:center;display:flex;position:absolute;bottom:1.25rem;left:50%;translate:-50%}.hero-dot{padding:.5rem .2375rem;display:flex}.hero-dot span{background:#fff6;border-radius:9999px;width:.40625rem;height:.40625rem;transition:width .2s linear,background-color .2s linear}.hero-dot[aria-current=true] span{background:#fff;width:.8125rem}@media (prefers-reduced-motion:reduce){.hero-arrow,.hero-dot span{transition:none}}.hero-art{position:absolute;inset:0}.hero-video,.hero-backdrop{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .4s ease-out;position:absolute;inset:0}.hero-video{object-fit:contain}.hero-backdrop{object-fit:cover;filter:blur(1.5rem)brightness(.5);will-change:transform;background:#000;transform:scale(1.15)}[data-video=playing] .hero-video,[data-video=paused] .hero-video,[data-video=playing] .hero-backdrop,[data-video=paused] .hero-backdrop{opacity:1}@media (max-width:639px){[data-shape=landscape] .hero-video{object-position:top}}.hero-mute{z-index:1;width:2.5rem;height:2.5rem;color:var(--ink);background:#0000004d;border:1px solid #fff9;border-radius:9999px;justify-content:center;align-items:center;transition:background-color .15s;display:none;position:absolute;top:1rem;right:1rem}[data-video=playing] .hero-mute,[data-video=paused] .hero-mute{display:flex}.hero-mute:hover,.hero-mute:focus-visible{background:#0009}@media (min-width:640px){.hero-mute{top:1.5rem;right:1.5rem}}.hero-mute-icon{fill:currentColor;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.25rem;height:1.25rem}.hero-mute-wave,.hero-mute-slash{fill:none}.hero-mute[data-muted=true] .hero-mute-wave,.hero-mute[data-muted=false] .hero-mute-slash{display:none}.hero-live-dot{background:currentColor;border-radius:9999px;width:.5rem;height:.5rem;animation:1.6s ease-in-out infinite hero-pulse}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.hero-live-dot{animation:none}}.hero-play{border:.4rem solid #0000;border-left:.7rem solid;border-right-width:0;width:0;height:0}.daily-rail{scrollbar-width:none;gap:1rem;display:flex;overflow-x:auto}.daily-rail::-webkit-scrollbar{display:none}.daily-slot{flex:none;display:flex;position:relative}.daily-slot .card-play{inset:.75rem .75rem auto auto}[data-tier=feature]{--tier:var(--tier-feature)}[data-tier=standard]{--tier:var(--tier-standard)}[data-tier=compact]{--tier:var(--tier-compact)}.daily-card{aspect-ratio:9/16;height:calc(var(--card-total-portrait) * var(--tier-feature) * .75);flex:none;width:auto}.daily-art{position:absolute;inset:0}.daily-day{opacity:.7}.daily-day:before{content:" · "}.daily-body{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:root{--art-missing:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2356585e'%3E%3Cpath d='M5.25 3.1875C4.93934 3.1875 4.6875 3.43934 4.6875 3.75V20.25C4.6875 20.5607 4.93934 20.8125 5.25 20.8125H17.25C18.3887 20.8125 19.3125 19.8887 19.3125 18.75V5.25C19.3125 4.11134 18.3887 3.1875 17.25 3.1875H5.25ZM9.9375 4.3125H5.8125V19.6875H17.25C17.7673 19.6875 18.1875 19.2673 18.1875 18.75V5.25C18.1875 4.73266 17.7673 4.3125 17.25 4.3125H15.5625V9.75C15.5625 9.95745 15.4483 10.1481 15.2654 10.2459C15.0825 10.3438 14.8606 10.3331 14.688 10.218L12.75 8.92604L10.812 10.218C10.6394 10.3331 10.4175 10.3438 10.2346 10.2459C10.0517 10.1481 9.9375 9.95745 9.9375 9.75V4.3125ZM14.4375 4.3125V8.69896L13.062 7.78197C12.8731 7.65601 12.6269 7.65601 12.438 7.78197L11.0625 8.69896V4.3125H14.4375Z'/%3E%3C/svg%3E")}.card{border-radius:.5rem;display:block}.card:focus-visible{outline-offset:-3px}[data-rail] :is(.card-sq,.card-ci){height:var(--card-total);width:var(--card-w-square)}[data-rail] .card-la{height:var(--card-total);width:var(--card-w-landscape)}[data-rail] .card-po{height:var(--card-total-portrait);width:var(--card-w-portrait)}[data-rail] .card-ve{height:var(--card-total-portrait);width:var(--card-w-vertical)}[data-rail] :is(.card-sq,.card-ci,.card-la)>.card-art{height:var(--card-h)}[data-rail] :is(.card-po,.card-ve)>.card-art{height:var(--card-h-portrait)}.card-ci>.card-art{border-radius:9999px}.card-ci>p{text-align:center}:where(.card,.showcase-tile)>p{color:var(--ink);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;line-height:1.25rem;display:-webkit-box;overflow:hidden}:where(.card,.showcase-tile)>p:first-of-type{-webkit-line-clamp:2;margin-top:.5rem}:where(.card,.showcase-tile)>p+p{letter-spacing:.03125rem;color:var(--ink-3);margin-top:.125rem;font-size:.75rem;line-height:1rem}[data-rail]>li{scroll-snap-align:start}.card-art{background-color:var(--field);background-image:var(--art-missing);background-position:50%;background-repeat:no-repeat;background-size:auto 33%;border-radius:.5rem}[data-rail]>li,[data-region=grid] li{position:relative}[data-region=grid] li>a{grid-template-rows:auto var(--card-text);display:grid}[data-region=grid] li>a>p:first-of-type{grid-area:2/1;align-self:start}[data-region=grid] li>a>p:nth-of-type(2){grid-area:2/1;align-self:end}.card-play{left:.75rem;bottom:calc(var(--card-text) + .75rem);border:1px solid var(--ink);background:var(--ink);width:2.25rem;height:2.25rem;color:var(--gray-900);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s;display:none;position:absolute;box-shadow:0 1px 6px #00000073}.row-ranked-item .card-play{left:auto;right:.75rem}[data-discover-play=ready] .card-play{display:flex}.card-play:hover{background:var(--ink-2);border-color:var(--ink-2)}.card-play:before{content:"";border:.4rem solid #0000;border-left:.7rem solid;border-right-width:0;width:0;height:0;margin-left:.125rem}.card-play[data-state=playing]:before{background:linear-gradient(currentColor 0 0) 0/.1875rem 100% no-repeat,linear-gradient(currentColor 0 0) 100%/.1875rem 100% no-repeat;border-width:0;width:.625rem;height:.75rem;margin-left:0}.card-art>img{object-fit:cover;width:100%;height:100%;position:relative}.card-art>img:after{content:"";background-color:var(--field);background-image:var(--art-missing);background-position:50%;background-repeat:no-repeat;background-size:auto 33%;position:absolute;inset:0}.card-hover-art{background-image:var(--art-missing);background-position:50%;background-repeat:no-repeat;background-size:auto 33%;position:relative}.card-hover-art:after{content:"";background-color:var(--field);background-image:var(--art-missing);background-position:50%;background-repeat:no-repeat;background-size:auto 33%;position:absolute;inset:0}.card-panel-media{background-image:var(--art-missing);background-position:50%;background-repeat:no-repeat;background-size:auto 25%}.card-panel-art{position:relative}.card-panel-art:after{content:"";background-color:var(--field);position:absolute;inset:0}@media (max-width:40rem){.card-panel-number{display:none}.card-panel-thumb{width:5.5rem}.card-panel-episode{gap:.75rem}.card-panel-body{padding:1rem 1.25rem 1.5rem}.card-panel-hero-text{gap:.625rem;bottom:1rem;left:1.25rem;right:1.25rem}}[data-region=player][data-over-panel]{z-index:61}[data-options-sheet],.player-toast{z-index:62}[data-player-enter=fade]{transition:none;animation:.3s ease-out player-fade-in}@media (prefers-reduced-motion:reduce){[data-player-enter=fade]{animation:none}}@keyframes player-fade-in{0%{opacity:0}}.showcase{background:radial-gradient(120% 90% at 22% 38%, color-mix(in srgb, #1f4fbf 62%, var(--gray-900)) 0%, color-mix(in srgb, #1f4fbf 28%, var(--gray-900)) 48%, var(--gray-900) 100%);margin-block:1.125rem;padding-block:2rem}.showcase-panel{width:100%;max-width:28rem;padding:0 var(--rail-gutter) 1.5rem;text-align:center;margin-inline:auto;container-type:inline-size}.showcase-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--ink);font-size:.75rem;font-weight:700}.showcase-title{letter-spacing:.22em;text-transform:uppercase;color:var(--ink);margin-top:.5rem;font-size:1.125rem;font-weight:700;line-height:1.2}.showcase-title>span{margin-inline:auto;letter-spacing:.02em;width:fit-content;color:var(--gold-200);margin-bottom:.25rem;font-size:min(3.5rem,13cqi);font-weight:900;line-height:1;display:block;position:relative}.showcase-title>span:after{content:"✦";content:"✦" / "";color:var(--gold-100);font-size:.4em;position:absolute;top:-.15em;right:-.55em}.showcase-rule{letter-spacing:.28em;text-transform:uppercase;color:var(--gold-100);align-items:center;gap:.75rem;margin-top:.875rem;font-size:.6875rem;font-weight:700;display:flex}.showcase-rule:before,.showcase-rule:after{content:"";background:color-mix(in srgb, var(--gold-200) 55%, transparent);flex:1;height:1px}.showcase-tagline{color:var(--ink-2);margin-top:.875rem;font-size:.9375rem;line-height:1.4}.showcase-cta{background:var(--ink);color:var(--gray-900);border-radius:9999px;margin-top:1.25rem;padding:.625rem 1.75rem;font-size:.9375rem;font-weight:700;transition:background-color .15s;display:inline-block}.showcase-cta:hover{background:var(--gray-100)}.showcase-rail>ul{padding-inline:var(--rail-gutter);scroll-padding-left:var(--rail-gutter)}.showcase-tile{width:var(--card-w-landscape);height:var(--card-total);border-radius:.5rem;display:block}.showcase-tile:focus-visible{outline-offset:-3px}.showcase-art{height:var(--card-h);background:var(--field) var(--art-missing) center / auto 33% no-repeat;border-radius:.5rem;position:relative;overflow:hidden}.showcase-art>img:first-child{z-index:1;border-radius:.25rem;width:auto;height:calc(100% - 2.75rem);margin:.75rem auto 0;display:block;position:relative;box-shadow:0 0 1.5rem #0000008c}.showcase:not([data-badged]) .showcase-art>img:first-child{height:calc(100% - 1.5rem)}.showcase-tile[data-leader] .showcase-art>img:first-child{aspect-ratio:1;object-fit:cover;border-radius:9999px}.showcase-art>img:last-child{object-fit:cover;filter:blur(1.25rem)brightness(.55)saturate(1.3);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.2)}.showcase[data-badged] .showcase-art:after{content:"Bestselling Author";content:"Bestselling Author" / "";z-index:2;white-space:nowrap;letter-spacing:.04em;color:var(--gold-100);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20' fill='%23f9ce8e'%3E%3Cpath d='M9 19C4 16 2 11 3 3' fill='none' stroke='%23f9ce8e' stroke-width='1.2'/%3E%3Cellipse cx='2' cy='6' rx='1.2' ry='2.4' transform='rotate(-25 2 6)'/%3E%3Cellipse cx='2' cy='11' rx='1.2' ry='2.4' transform='rotate(-40 2 11)'/%3E%3Cellipse cx='4.5' cy='15.5' rx='1.2' ry='2.4' transform='rotate(-60 4.5 15.5)'/%3E%3Cellipse cx='6' cy='8' rx='1.1' ry='2.2' transform='rotate(25 6 8)'/%3E%3Cellipse cx='7' cy='13' rx='1.1' ry='2.2' transform='rotate(10 7 13)'/%3E%3C/svg%3E") .5rem/auto 75% no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20' fill='%23f9ce8e'%3E%3Cg transform='matrix(-1 0 0 1 12 0)'%3E%3Cpath d='M9 19C4 16 2 11 3 3' fill='none' stroke='%23f9ce8e' stroke-width='1.2'/%3E%3Cellipse cx='2' cy='6' rx='1.2' ry='2.4' transform='rotate(-25 2 6)'/%3E%3Cellipse cx='2' cy='11' rx='1.2' ry='2.4' transform='rotate(-40 2 11)'/%3E%3Cellipse cx='4.5' cy='15.5' rx='1.2' ry='2.4' transform='rotate(-60 4.5 15.5)'/%3E%3Cellipse cx='6' cy='8' rx='1.1' ry='2.2' transform='rotate(25 6 8)'/%3E%3Cellipse cx='7' cy='13' rx='1.1' ry='2.2' transform='rotate(10 7 13)'/%3E%3C/g%3E%3C/svg%3E") right .5rem center/auto 75% no-repeat,#000000b8;border-radius:9999px;padding:.1875rem 1.5rem;font-size:.6875rem;font-weight:700;position:absolute;bottom:.3125rem;left:50%;transform:translate(-50%)}.showcase-tile>p+p{color:var(--ink-2)}@media (min-width:1024px){.showcase{grid-template-columns:minmax(20rem,32%) minmax(0,1fr);align-items:center;padding-block:2.75rem;display:grid}.showcase-panel{max-width:32rem;padding:0 2.5rem 0 var(--rail-gutter)}.showcase-rail>ul{padding-left:0;scroll-padding-left:0}}.player-series{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:1.0625rem;font-weight:500;line-height:1.5rem;display:block;overflow:hidden}@media (min-width:768px){.player-series{font-size:1.125rem;line-height:1.625rem}}.player-series-link{vertical-align:top;text-underline-offset:.2em;border-radius:.25rem;text-decoration-line:none;text-decoration-thickness:1px;transition:color .15s;display:inline-block}.player-series-link:hover{color:var(--ink);text-decoration-line:underline}.player-series-link:focus-visible{color:var(--ink);outline:2px solid var(--ink);outline-offset:2px}.card-panel-series-link{color:var(--ink-2);text-underline-offset:.2em;border-radius:.25rem;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.875rem;font-weight:700;line-height:1.25rem;display:inline-flex}.card-panel-series-link:hover{color:var(--ink);text-decoration-line:underline}.card-panel-series-link:focus-visible{color:var(--ink);outline:2px solid var(--ink);outline-offset:2px}
