#ecchi-favorites-list.ecchi-dark{padding: 1%;margin:20px auto;color:#ddd;}
.ecchi-fav-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;}
#fav-filter{background:#222;color:#eee;border:1px solid #333;padding:6px 8px;border-radius:6px;}
.clear-all{background:#b71c1c;color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;}
.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;}
.fav-card{background:#181818;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.5);transition:transform .3s ease,box-shadow .3s ease;}
.fav-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 10px 22px rgba(0,0,0,.7);}
.thumb-wrap{position:relative;}
.thumb{width:100%;height:286px;display:block;}
.remove-fav{position:absolute;top:6px;right:6px;background:rgba(0,0,0,.6);color:#fff;border:none;padding:6px;border-radius:6px;cursor:pointer;}
.card-body{padding:10px;}
.card-title
{    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: sans-serif;
    display: block;

}
.card-type{
    font-size: 0.95rem;
    color: #fff6f6;
    text-align: center;
    display: block;
    background: #ed0000;
    border-radius: 5px;
    font-weight: 600;
}
.pagination{margin-top:16px;text-align:center;}
.pagination button{background:#222;color:#ccc;border:1px solid #333;padding:6px 10px;border-radius:6px;margin:0 2px;}
.pagination button.active{background:#ff4081;color:#fff;border:none;}
.ecchi-notification{position:fixed;bottom:20px;right:20px;background:rgba(20,20,20,.95);color:#fff;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(8px);transition:all .3s ease;z-index:9999;}
.ecchi-notification.show{opacity:1;transform:translateY(0);}
.ecchi-notification button{background:#ff4081;border:none;color:#fff;padding:6px 8px;margin-top:6px;border-radius:8px;cursor:pointer;}

.ecchi-favorite-btn {
    float: right;
    background: #3d3737;
    padding: 3px 5px;
    border-radius: 7px;
    margin-right: 3px;
}