.ac-schedule-card{--ac-card-header-bg: #000000;--ac-card-badge-bg: #ffca28;--ac-card-badge-text: #111111;--ac-card-action-bg: rgba(45, 45, 45, .72);--ac-card-radius: 6px;--ac-card-selected: #7c3aed;max-width:280px;width:100%;margin-left:auto;margin-right:auto;font-family:var(--ac-font-sans, "Inter", system-ui, sans-serif);border-radius:var(--ac-card-radius);overflow:hidden;background:#000;box-shadow:0 4px 14px #00000047,0 1px 3px #0003;transition:box-shadow .25s ease,outline .2s ease;position:relative}.ac-schedule-card--selected{outline:3px solid var(--ac-card-selected);outline-offset:2px;z-index:1}.ac-schedule-card__hit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.ac-schedule-card__stream-btn,.ac-schedule-card__actions,.ac-schedule-card__action{position:relative;z-index:5}.ac-schedule-card:hover,.ac-schedule-card:focus-within{box-shadow:0 12px 32px #00000073}.ac-schedule-card__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.35rem;min-height:3rem;padding:.55rem .7rem;background:var(--ac-card-header-bg);color:#fff;font-size:.8rem;font-weight:600;box-shadow:inset 0 -1px #ffffff14}.ac-schedule-card__ep{justify-self:start;white-space:nowrap}.ac-schedule-card__time{justify-self:center;font-size:1.1rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.ac-schedule-card__format{justify-self:end;font-size:.75rem;font-weight:500;opacity:.95;white-space:nowrap}.ac-schedule-card__body{position:relative;aspect-ratio:2 / 3;overflow:hidden;background:#1a1a1a}.ac-schedule-card__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .35s ease}.ac-schedule-card:hover .ac-schedule-card__poster,.ac-schedule-card:focus-within .ac-schedule-card__poster{transform:scale(1.05)}.ac-schedule-card__gradient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,#000000fa,#000000e0 14%,#000000a6 32%,#00000047 52%,#0000 70%);transition:opacity .25s ease}.ac-schedule-card:hover .ac-schedule-card__gradient,.ac-schedule-card:focus-within .ac-schedule-card__gradient{background:linear-gradient(to top,#000,#000000eb 16%,#000000b8,#00000052 56%,#0000 74%)}.ac-schedule-card__streams{position:absolute;top:.65rem;right:.65rem;z-index:5;display:flex;flex-direction:column;gap:.45rem;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.ac-schedule-card:hover .ac-schedule-card__streams,.ac-schedule-card:focus-within .ac-schedule-card__streams{opacity:1;transform:translateY(0);pointer-events:auto}.ac-schedule-card__stream-btn{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;padding:0;border:none;border-radius:6px;background:#fffffff2;color:#1a1a1a;cursor:pointer;box-shadow:0 2px 8px #0003;transition:background .15s ease,transform .15s ease}.ac-schedule-card__stream-btn:hover{background:#fff;transform:scale(1.05)}.ac-schedule-card__stream-btn:focus-visible{outline:2px solid #ffd54f;outline-offset:2px}.ac-schedule-card__overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:.65rem .7rem .75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;pointer-events:none}.ac-schedule-card__overlay .ac-schedule-card__actions,.ac-schedule-card__overlay .ac-schedule-card__action{pointer-events:auto}.ac-schedule-card__badge{display:inline-block;padding:.28rem .75rem;border-radius:999px;background:var(--ac-card-badge-bg);color:var(--ac-card-badge-text);font-size:.68rem;font-weight:800;letter-spacing:.03em;line-height:1.25;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 2px #0000001f}.ac-schedule-card__badge--upcoming{background:var(--ac-brand-red);color:#fff;border-color:#0003}.ac-schedule-card__title{margin:0;font-size:1.22rem;font-weight:800;color:#fff;line-height:1.18;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.75),0 1px 3px rgba(0,0,0,.9)}.ac-schedule-card__subtitle{margin:0;font-size:.84rem;font-weight:500;color:#fffffff5;line-height:1.3;text-shadow:0 1px 8px rgba(0,0,0,.65),0 1px 2px rgba(0,0,0,.8)}.ac-schedule-card__actions{display:none;flex-direction:row;gap:.45rem;margin-top:.65rem;padding-top:.1rem}.ac-schedule-card:hover .ac-schedule-card__actions,.ac-schedule-card:focus-within .ac-schedule-card__actions{display:flex}.ac-schedule-card__action{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:none;border-radius:5px;background:var(--ac-card-action-bg);color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.ac-schedule-card__action:hover{background:#373737e0;transform:scale(1.04)}.ac-schedule-card__action.is-active{transform:scale(1.04);box-shadow:0 0 0 1px #ffffff40 inset}.ac-schedule-card__action[data-list-action=favorite].is-active{background:#f59e0bf2;color:#151515}.ac-schedule-card__action[data-list-action=watching].is-active{background:#10b981f2;color:#0f172a}.ac-schedule-card__action[data-list-action=dropped].is-active{background:#ef4444f2;color:#fff}.ac-schedule-card__action:focus-visible{outline:2px solid #ffd54f;outline-offset:2px}.ac-schedule-card__action svg{display:block}.ac-schedule-card--skeleton{pointer-events:none}.ac-schedule-card--skeleton .ac-schedule-card__hit{display:none}.ac-schedule-card--skeleton .ac-schedule-card__streams,.ac-schedule-card--skeleton .ac-schedule-card__actions,.ac-schedule-card--skeleton .ac-schedule-card__badge{display:none!important}.ac-schedule-card--skeleton .ac-schedule-card__poster{opacity:0;transform:none!important}.ac-schedule-card--skeleton .ac-schedule-card__gradient{background:#161616}.ac-schedule-card--skeleton .ac-schedule-card__ep,.ac-schedule-card--skeleton .ac-schedule-card__time,.ac-schedule-card--skeleton .ac-schedule-card__format,.ac-schedule-card--skeleton .ac-schedule-card__title,.ac-schedule-card--skeleton .ac-schedule-card__subtitle{color:transparent!important;border-radius:6px;background:linear-gradient(90deg,#ffffff14 20%,#ffffff2e,#ffffff14 56%);background-size:200% 100%;animation:ac-schedule-skeleton-shimmer 1.2s linear infinite;text-shadow:none}.ac-schedule-card--skeleton .ac-schedule-card__ep{width:56px;min-height:14px}.ac-schedule-card--skeleton .ac-schedule-card__time{width:74px;min-height:19px}.ac-schedule-card--skeleton .ac-schedule-card__format{width:44px;min-height:13px}.ac-schedule-card--skeleton .ac-schedule-card__title{width:84%;min-height:22px}.ac-schedule-card--skeleton .ac-schedule-card__subtitle{width:56%;min-height:14px}@keyframes ac-schedule-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
