/* Ninja Media Favorites page — isolated styles. */
.favorites-page{padding-bottom:48px}
.favorites-heading{position:relative;display:inline-block;padding-bottom:10px;margin-bottom:18px}
.favorites-heading h1{margin:0;font-size:clamp(32px,4vw,48px);line-height:1}
.favorites-heading:after{content:"";position:absolute;left:0;bottom:0;width:130%;height:3px;background:linear-gradient(90deg,#84f528,rgba(132,245,40,.08));border-radius:99px}
.favorites-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.favorites-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px 18px}
.favorites-card{position:relative;min-width:0;cursor:pointer;outline:none}
.favorites-card-art{aspect-ratio:2/3;border:1px solid #2a3c47;border-radius:8px;background:linear-gradient(145deg,#17252f,#0b1015) center/cover no-repeat;box-shadow:0 10px 24px #0008;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.favorites-card:hover .favorites-card-art,.favorites-card:focus-visible .favorites-card-art{border-color:#84f528;box-shadow:0 0 0 1px rgba(132,245,40,.35),0 14px 30px #000;transform:translateY(-2px)}
.favorites-card strong,.favorites-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.favorites-card strong{margin-top:9px;font-size:15px}
.favorites-card small{margin-top:4px;color:#8fa6b5;font-size:12px}
.favorites-remove{position:absolute;z-index:2;top:8px;left:8px;width:34px;height:34px;border:1px solid rgba(255,83,83,.8);border-radius:50%;background:rgba(4,8,11,.86);color:#ff4545;font-size:20px;line-height:1;display:grid;place-items:center;cursor:pointer;opacity:0;transform:scale(.88);transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}
.favorites-card:hover .favorites-remove,.favorites-card:focus-within .favorites-remove{opacity:1;transform:scale(1)}
.favorites-remove:hover{box-shadow:0 0 14px rgba(255,69,69,.7)}
.favorites-empty{min-height:360px;border:1px solid rgba(132,245,40,.25);border-radius:10px;background:rgba(4,10,12,.54);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px}
.favorites-empty img{width:54px;height:54px;filter:sepia(1) saturate(10) hue-rotate(315deg);margin-bottom:14px}
.favorites-empty h2{margin:0 0 7px}.favorites-empty p{margin:0;color:#8fa6b5}
@media(max-width:1250px){.favorites-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:900px){.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.favorites-remove{opacity:1;transform:none}}
@media(max-width:520px){.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.favorites-heading:after{height:2px}}
