/* CARDS OWNER
----------------------------------------------- */
.col-main:has(.ncard) {padding: 0;}
.page-padding:has(.ncard) {padding: var(--indent); padding-bottom: 0;}
.page-padding:has(.ncard) .sect__header {display: none;}
.page-padding:has(.ncard) .speedbar {border-radius: 0;}
.ncard ~ .pagination .pagination__pages {justify-content: center;}
.ncard__bg {height: 380px; border-radius: 10px; overflow: hidden; position: relative; background-color: #000; 
    background-position: center center; background-size: cover; background-repeat: no-repeat; 
    z-index: 1; margin: -30px; margin-bottom: -290px !important;}
.ncard__bg > img, .ncard__bg > video, .ncard__bg::after {position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
    display: block; object-fit: cover;}
.ncard__main {position: relative; z-index: 5; gap: 30px;}
.ncard__bg::after {z-index: 5; content: ''; backdrop-filter: blur(8px) saturate(100%); background-color: rgba(0,0,0,0.3);}
.ncard__img {width: 265px; background-color: rgba(255,255,255,0.2); padding: 10px; box-shadow: var(--bsh); border-radius: 15px; display: block;}
.ncard__img > img, .ncard__img > video {display: block; width: 100%; aspect-ratio: 288 / 432; border-radius: 12px; object-fit: cover;}
.ncard__meta-item {display: block; padding-left: 50px; position: relative; font-weight: 700;}
.ncard__meta-item .fal {width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 0; top: 50%; margin-top: -20px;
    border: 1px solid var(--bdc); font-size: 18px; color: var(--tt-2);}
.ncard__meta-item div {font-size: 12px; text-transform: uppercase; font-weight: 400; color: var(--tt-2);}
.rank-ass {--clr: var(--accent-s);}
.rank-s {--clr: #a74ccf;}
.rank-a {--clr: #d93134;}
.rank-b {--clr: #2094e4;}
.rank-c {--clr: #0b5b41;}
.rank-d {--clr: #999797;}
.rank-e {--clr: #9c6f51;}
.ncard__meta [class*=rank] {color: var(--clr);text-transform: uppercase;}
.ncard__meta [class*=rank] .fal {border-color: var(--bdc); color: var(--tt-2);}
.ncard__tabs::before, .ncard__tabs::after {content: ''; flex-grow: 1; height: 2px; background-color: var(--bg-2);}
.ncard__tabs-btns {border: 1px solid var(--bdc); padding: 5px; gap: 5px; border-radius: 6px;}
.ncard__tabs-btn {background: none; color: var(--tt); min-width: 200px; flex-grow: 1; border-radius: 8px; height: 40px;}
.ncard__tabs-btn.is-active, .ncard__tabs-btn.tabs__item--active {background-color: var(--accent); color: #fff;}
.ncard__tabs-btn.is-active:hover {background-color: var(--accent-s);}
.tabs__navigate__unlocked {width: 40px; height: 40px; border-radius: 4px; display: grid; place-items: center; 
    font-size: 18px; color: var(--tt); background: var(--bg-2);}
.tabs__navigate__unlocked--active {background: #772ce8; color: #fff;}
.ncard__owners-list, .ncard__history-list {display: grid; gap: 35px; grid-template-columns: repeat(auto-fill,minmax(100px,1fr));}
.card-show__owner {display: block; width: 100%; text-align: center; border-radius: 8px; position: relative;
    padding: 10px; background-color: var(--bg-2); border: 0;}
.card-show__owner--online {box-shadow: 0 0 0 1px green}
.card-show__owner-image {width: 100%; position: static;}
.card-show__owner-image img {display: block; border-radius: 6px; 
    width: 40px; height: 40px; object-fit: cover; margin: 0 auto;}
.card-show__owner-name {display: block; margin-top: 10px; font-size: 13px; font-weight: 400;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.card-show__owner-icon {position: absolute; width: 24px; height: 24px; top: -12px; right: -12px;}
.ncard__about {padding: 20px; border: 1px solid var(--bdc); border-radius: 10px; text-align: center;
    border-right-color: var(--accent); border-right-width: 3px; border-left-color: var(--accent); border-left-width: 3px;}
.ncard__about-legend {gap: 10px 20px; padding: 16px 0; font-size: 15px; font-weight: 700;}
.ncard__about i, .card-show__owner-icon i {display: inline-flex; align-items: center; justify-content: center; 
    width: 24px; height: 24px; border-radius: 50%; font-size: 12px; flex-shrink: 0; opacity: 0.9;}
.ncard__about i.fa-exchange, .card-show__owner-icon i.fa-exchange {background-color: green; color: #fff;}
.ncard__about i.fa-lock, .card-show__owner-icon i.fa-lock {background-color: #d93134; color: #fff;}
.ncard__about i.fa-trophy-alt, .card-show__owner-icon .fa-trophy-alt {background-color: orange; color: #fff;}
.ncard__about i.fa-star, .card-show__owner-icon .fa-star {background-color: var(--accent); color: #fff;}
.ncard__about i.fa-user, .card-show__owner-icon i.fa-user {background-color: violet; color: #fff;}
.ncard__about i {margin-right: 5px;}
.card-show__owner-icon i {box-shadow: 0 0 0 5px var(--bg), var(--bsh-2);}

.timeline {display: none; justify-content: center;}
.timeline__list {display: flex; flex-direction: column; position: relative;
  margin-left: 20px; padding-left: 20px; border-left: 2px solid var(--bdc);
  margin-bottom: 20px; width: 600px; max-width: 100%;}
.timeline__author {display: block; margin-bottom: 4px;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;
  line-clamp: 1; -webkit-box-orient: vertical; max-width: 220px;}
.timeline__date {font-size: 14px; color: var(--tt-2); margin-bottom: 7px;}
.timeline__item {display: flex; align-items: center; margin-bottom: 20px; position: relative;}
.timeline__item:last-of-type {margin-bottom: 0;}
.timeline__marker {width: 10px; height: 10px; background-color: #8b00ff;
  border-radius: 50%; position: absolute; left: -6px; top: 50%; transform: translateY(-50%);}
.timeline__content {background: var(--bg); padding: 10px; border: 1px solid var(--bdc); border-radius: 12px;}
.timeline__content img {width: 200px;}
.history__item {background: var(--bg-2); padding: 15px; border-radius: 10px; width: 100%; margin-bottom: 15px;}
.history__item:last-of-type {margin-bottom: 0;}
.history__item-header {display: flex; justify-content: space-between; gap: 15px;
    margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.history__name {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; flex: 1 1 0; min-width: 50px; max-width: 100%;}
.history__name a {font-weight: 500; color: #8b00ff;}
.history__date {font-size: 14px; color: var(--tt-2); flex-shrink: 0;}
.history__body {display: flex; align-items: center; margin-bottom: 10px; overflow: auto;}
.history__body:last-of-type {margin-bottom: 0;}
.history__body::before {content: "+"; height: 35px; width: 35px;
    background: rgba(0,0,0,0.05); display: flex; align-items: center; justify-content: center;
    margin-right: 10px; border-radius: 50%; font-size: 25px; font-weight: 500; line-height: 8px; flex-shrink: 0;}
.history__body--gained::before {content: "+"; color: #093;}
.history__body--lost::before {content: "-"; color: #fc363b;}
.history__body-item {width: 75px; margin-right: 10px; flex-shrink: 0;}

.as-center {align-self: center; text-align: center;}
.ncard__main-title {font-size: 22px;}
.ncard__main-title a {display: inline-block; font-weight: 700; vertical-align: middle; 
    padding: 6px 0; box-shadow: inset 0 -3px var(--accent-gold), inset 0 3px var(--accent-gold); margin-left: 10px;}
.ncard__offer-send-btn {background-color: #772ce8; gap: 10px; height: auto; white-space: normal;
    padding: 10px 20px 10px 60px; overflow: hidden; margin: -10px 0; position: relative;}
.ncard__offer-send-btn .fal {display: grid; place-items: center; font-size: 18px; width: 40px; height: 100%; 
    background-color: rgba(0,0,0,0.2); position: absolute; left: 0; top: 0;}
.ncard__userlist2 {display: grid; gap: 15px; grid-template-columns: repeat(auto-fill,minmax(260px,1fr));}
.profile__friends-item {background-color: var(--bg-2); padding: 10px; border-radius: 6px; gap: 15px; 
    font-size: 15px; display: flex; align-items: center;}
.profile__friends-avatar {width: 40px; flex-shrink: 0; position: relative;}
.profile__friends-avatar img {width: 100%; aspect-ratio: 1/1; display: block; border-radius: 4px; object-fit: cover;}
.profile__friends-avatar img.frame {position: absolute; left: -5px; top: -5px; width: 50px; height: 50px; max-width: 50px; z-index: 3;}
.profile__friends-info {flex: 1 1 0; min-width: 50px; max-width: 100%; display: flex; flex-direction: column; gap: 5px;}
.profile__friends-time {font-size: 13px; color: var(--tt-2);}
.profile__friends-time:empty {display: none;}
.ncard__notfound .fal {color: red; font-size: 40px;}

.tabs__navigate__unlocked:hover {background-color: var(--accent-darker); color: #fff;}
.ncard__meta a:hover .fal, .card-show__owner:hover, a.ncard__img:hover, .profile__friends-item:hover 
{background-color: var(--accent); color: #fff; border-color: var(--accent);}
.ncard__main-title a:hover {color: var(--accent);}

@media screen and (max-width: 1220px) {
    .ncard__bg {margin: 0;}
    .ncard__owners-list, .ncard__history-list {gap: 20px;}
}
@media screen and (max-width: 760px) {
    .ncard__tabs::before, .ncard__tabs::after {display: none;}
    .ncard__tabs-btns {width: 100%;}
    .ncard__tabs-btn {background: var(--bg-2); color: var(--tt);}
    .timeline__list {margin-left: 0;}
}
@media screen and (max-width: 470px) {
    .ncard__bg {height: 340px;}
    .ncard__owners-list, .ncard__history-list {gap: 10px; grid-template-columns: repeat(3,minmax(0,1fr));}
    .card-show__owner-icon {top: -6px; right: -6px;}
    .ncard__about-legend > div, .ncard__offer-send-btn {width: 100%;}
    .ncard__userlist2 {gap: 10px;}
    .ncard__main-title a {display: block; width: max-content; max-width: 100%; margin: 10px auto 0 auto;}
    .ncard__tabs-btn {min-width: auto;}
}


/* CARDS PACK
----------------------------------------------- */
.ta-center {text-align: center;}
.lootbox__wrapper {position: relative; max-width: 100%; border-radius: 6px; overflow: hidden;}
.lootbox__images {position: relative; z-index: 1; height: 170px; margin: 40px 0 20px 0;}
.lootbox__image {bottom: -50px; width: 140px; left: 50%; margin-left: -70px; position: absolute;
    display: block; flex-shrink: 0; cursor: pointer; border-radius: 6px; 
    transition: transform 0.3s linear; opacity: 0;}
.step1 .lootbox__image {animation: moves 400ms linear 200ms 1 normal forwards; 
    --delay: calc(var(--idx)*200); animation-delay: var(--delay);}
.step2 .lootbox__image:nth-of-type(2) {transform: rotate(-18deg) translate(-59px, -47px); z-index: 1;}
.step2 .lootbox__image:nth-of-type(5) {transform: translate(0, -39px); z-index: 5;}
.step2 .lootbox__image:nth-of-type(3) {transform: rotate(18deg) translate(59px, -47px); z-index: 1;}
.step2 .lootbox__image:nth-of-type(1) {transform: rotate(-34deg) translate(-105px, -68px);}
.step2 .lootbox__image:nth-of-type(4) {transform: rotate(34deg) translate(105px, -68px);}
.lootbox__descr {border: 10px solid var(--bdc); padding: 30px; gap: 20px; max-width: 900px; width: 100%; margin: 0 auto; 
    background-color: var(--bg); position: relative; z-index: 3; font-size: 14px; line-height: 1.5; border-radius: 12px;}
.lootbox__descr span:not([class]), .lootbox__counter, .lootbox__balance, .lootbox__counter__s {color: #8b00ff;}
.lootbox__descr a {text-decoration: underline; color: var(--accent);}
.dt-is-active .lootbox__descr a {color: var(--accent-gold);}
.lootbox__descr a span:not([class]) {color: inherit;}
.lootbox__descr-section {display: flex; flex-direction: column; gap: 10px;}
.lootbox__descr-section--bd {border: 1px solid var(--bdc); border-left: 0; border-right: 0; padding: 30px 0;}
.lootbox__descr-title {font-size: 24px; line-height: 1.2;}
.lootbox__descr-subtitle {font-size: 18px; line-height: 1.3; margin-bottom: 10px;}
.lootbox__descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.lootbox__descr ul li::before {content:"\f058"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent-green); position: absolute; left: 0; top: 0;}

.lootbox__middle, .lootbox__footer, .lootbox__row {max-width: 900px; width: 100%; margin: 0 auto;}
.lootbox__footer:has([style="display: none;"]) {display: none;}
.lootbox__title {font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 40px;}
.lootbox__list, .lootbox__middle {display: grid; gap: 40px; grid-template-columns: repeat(3,1fr);}
.lootbox__middle-item {background-color: var(--bg-2); padding: 15px; border-radius: 10px; text-align: center; cursor: pointer;}
.lootbox__middle-item--active {box-shadow: 0 0 0 1px green}
.lootbox__middle-count {font-weight: 700; font-size: 18px; margin-bottom: 10px;}
.lootbox__middle-price {font-size: 15px;}
.lootbox__list img {display: block; width: 100%; aspect-ratio: 288/432; border-radius: 14px;}
.lootbox__card {cursor: pointer; transition: box-shadow 0.1s; border-radius: 10px;}
.lootbox__card:hover {box-shadow: var(--bsh);}
.lootbox__open-btn {min-width: 273px; height: 50px; font-size: 15px; font-weight: 500;}
@keyframes bounceX {
  0% {transform: scale(1);}
  30% {transform: scale(1.1);}
  50% {transform: scale(0.9);}
  70% {transform: scale(1.05);}
  100% {transform: scale(1);}
}
.lootbox__card[data-rank=s], .lootbox__card[data-rank=ass] {animation: bounceX 1s ease; animation-iteration-count: 3; animation-fill-mode: forwards;}


/* CARDS PACK ANIMATION
----------------------------------------------- */
.lootbox__list {position: relative; --gap: 40px; 
    --width: calc((100% - var(--gap)*2)/3); --margin: calc(var(--width) + var(--gap));}
.cd {width: var(--width); height: 100%; border-radius: 10px; background-color: #000; 
    position: absolute; left: 50%; top: 0; transform: translate(-50%,0); z-index: 10; 
    transition: margin 0.3s linear; opacity: 0; overflow: hidden;}
.cd > * {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.step1 .lootbox__card {opacity: 0; pointer-events: none;}
.step2 .cd {animation: moves 300ms linear 150ms 1 normal forwards; 
    --delay: calc(var(--idx)*200); animation-delay: var(--delay);}
.step3 .cd:nth-child(6) {margin-left: var(--margin);}
.step3 .cd:nth-child(4) {margin-left: calc(-1*var(--margin));}
@keyframes moves {
    0% {translate: 0 0; rotate: 0; opacity: 0; scale: 0.8 0.8;}
    20% {translate: 0 0; rotate: 0; opacity: 1; scale: 1 1;}
    60% {translate: var(--x) var(--y); rotate: var(--z); opacity: 1; scale: 1 1;}
    100% {translate: 0 0; rotate: 0; opacity: 1; scale: 1 1;}
}
@media screen and (max-width: 760px) {
    .lootbox__list {--gap: 20px;}
}


@media screen and (max-width: 760px) {
    body:has(.ncard) .header {box-shadow: none;}
    .lootbox__descr {margin: 0 var(--indent-negative); border-width: 0; width: calc(100% + var(--indent)*2);
        padding: 40px var(--indent); border-top-width: 10px; border-bottom-width: 10px; border-radius: 0;}
    .lootbox__list, .lootbox__middle {gap: 20px;}
}
@media screen and (max-width: 470px) {
    .lootbox__images {scale: 0.8 0.8; transform-origin: center center; margin: 0;}
    .lootbox__descr ul li {margin-left: 0;}
    .lootbox__descr .checkbox {text-align: left; font-weight: 400; margin-top: 10px;}
    .lootbox__middle-count {font-weight: 700; font-size: 15px; margin-bottom: 5px;}
    .lootbox__middle-price {font-size: 14px;}
    .lootbox__middle-item {padding: 10px 0;}
}

/* CARDS USERS TOP
----------------------------------------------- */
.ncard__my-reward:empty {display: none;}
.ncard__my-reward h2 {margin: 0;}
.ncard__menu-tabs {overflow-x: auto; overflow-y: hidden; flex-wrap: nowrap; margin-bottom: -2px; gap: 40px;}
.ncard__menu-tabs a {display: flex; align-items: center; white-space: nowrap; height: 42px;  
    position: relative; font-size: 12px; font-weight: 500; text-transform: uppercase; flex-shrink: 0; justify-content: center;}
.ncard__menu-tabs a[class*=active] {border: 2px solid var(--bdc); border-bottom-color: transparent !important; 
    border-top-color: var(--accent); background-color: var(--bg-2); padding: 0 20px; border-radius: 10px 10px 0 0;}
.ncard__menu-content {background-color: var(--bg-2); margin: 0 var(--indent-negative); 
    border-top: 2px solid var(--bdc); padding: var(--indent);}
.ncard__users-toplist {display: grid; gap: 10px; grid-template-columns: repeat(1,minmax(0,1fr)); justify-items: center;}
.ncard__users-toplist .card-inline {background-color: var(--bg); box-shadow: var(--bsh-2); 
    padding: 10px; border: 1px solid var(--bdc); width: 610px;}
.ncard__users-toplist .profile-frame {left: 10px; top: 10px;}
.ncard__users-toplist .card-inline::after {content: attr(data-place); pointer-events: none; font-size: 44px; 
    font-weight: 700; opacity: 0.1; position: absolute; right: 0; bottom: 0; line-height: 1;}
@media screen and (max-width: 760px) {
    .ncard__menu-tabs {justify-content: flex-start; gap: 25px;}
    .ncard__users-toplist .card-inline {width: 100%;}
    .ncard__menu-tabs a {flex-grow: 1;}
}


.anime-cards__text {text-align: center;}


/* CLUBS LIST
----------------------------------------------- */
.club-top-list__item {width: 100%; height: 120px; overflow: hidden; margin: 0 !important;
    background-position: center; background-size: cover; border-radius: 10px; color: white;}
.club-top-list__inner {position: relative; width: 100%; height: 100%; padding: 11px 15px;}
.club-top-list__inner::before {content: ""; display: block; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4);}
.club-top-list__inner::after {content: ''; width: 120px; aspect-ratio: 1/1; display: block; 
    rotate: -35deg; translate: 0% -50%; transform-origin: left bottom;
    background: linear-gradient(160deg, #eacc7f, #ad9c72); position: absolute; left: 0; top: 0; opacity: 0.5;}
.club-top-list__content {z-index: 3; position: relative; height: 100%;
    display: flex; flex-direction: column; justify-content: space-between;}
.club-top-list__row {display: flex; justify-content: space-between; align-items: center; line-height: 1.3; font-size: 17px;}
.club-top-list__place {font-weight: 700; text-transform: uppercase; 
    background: linear-gradient(160deg, #eacc7f 0%, #ad9c72 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;}
.club-top-list__place img {width: 25px !important; margin-right: 5px;}
.club-top-list__name {font-weight: 600; color: white; flex: 1 1 0; display: block; margin-left: 20px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 50px; max-width: 100%; text-align: right;}
.club-top-list__count {display: flex; font-size: 12px; color: #ede9e9; justify-content: space-between; gap: 5px;}

.nclub {--accent-club: #772ce8; padding: var(--indent); padding-bottom: 0;}
.nclub__sect-title-top::before, .nclub__sect-title-top::after {content: ''; width: 60px; height: 30px; display: block;
    background: url(../images/stars.svg) center center / 100% auto no-repeat; opacity: 0.9;}
.nclub__top-carou {padding: 20px; border-radius: 10px; color: #fff; margin: -20px; margin-bottom: 0px;
    background-image: linear-gradient(to bottom right, var(--ui-bg-accent), var(--accent));}
.nclub__top-carou-content:not(.owl-carousel) {display: flex; overflow: hidden; gap: 20px;}
.nclub__top-carou-content:not(.owl-carousel) .club-top-list__item {flex-shrink: 0; width: calc((100% - 60px)/4);}
.nclub__btn-create {background-color: var(--accent);}
.nclub__btn-my, .nclub__btn-base {background: none; border: 1px solid var(--accent); color: var(--tt);}
.nclub__sect-title {font-size: 24px; font-weight: 700;}
.nclub__sect-title span {font-weight: 400; font-size: 16px; margin-left: 5px; color: var(--tt-2);}
.nclub__list-clubs {display: grid; gap: 40px 30px; grid-template-columns: repeat(auto-fill,minmax(260px,1fr));}
.nclub__sect-header {margin-bottom: 20px;}
.club-list__item {background-color: var(--bg-2); border-radius: 10px; padding: 25px; position: relative; 
    display: flex; flex-direction: column; gap: 15px; text-align: center; 
    border: 1px solid #e3e3e3; box-shadow: 0 10px 10px -10px rgba(0,0,0,0.13);}
.club-list__item--active {}
.club-list__item::before, .club-list__item::after {content: ''; width: 80%; height: 10px; border-radius: 8px 8px 0 0; 
    background-color: rgba(0,0,0,0.1); position: absolute; z-index: -1; left: 10%; bottom: 100%; 
    border: 1px solid var(--bdc); border-bottom: 0; box-sizing: border-box;}
.club-list__item::after {margin-bottom: 10px; height: 8px; left: 20%; width: 60%; background-color: rgba(0,0,0,0.03);}
.club-list__position {position: absolute; left: 10px; top: 10px; font-size: 12px; width: 30px; text-align: center;
    border-radius: 4px; padding: 1px 5px; background-color: var(--accent-club); color: #fff;}
.club-list__avatar {align-self: center; border-radius: 50%; width: 110px; aspect-ratio: 1/1; position: relative; overflow: hidden;}
.club-list__avatar img {display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}
.club-list__name {font-size: 20px; font-weight: 600; line-height: 1.3;}
.club-list__level {color: var(--tt-2); margin-top: -10px;}
.club-list__members {align-self: center; border: 2px solid var(--bdc); font-size: 12px; padding: 6px 12px; border-radius: 18px;}
.club__level-bar, .club__level-bar--fill {height: 8px; border-radius: 4px; background-color: var(--bg); margin-top: auto;}
.club__level-bar--fill {background-color: var(--accent-club);}
.club-list__item:hover {border-color: var(--accent-club);}

.dt-is-active .club-list__item {border: 1px solid #2b2a2a; box-shadow: 0 10px 10px -10px rgba(0,0,0,0.63);}
.dt-is-active .club-list__item::before {background-color: rgba(255,255,255,0.1);}
.dt-is-active .club-list__item::after {background-color: rgba(255,255,255,0.05);}
.dt-is-active .nclub__sect-title, .dt-is-active .club-list__name {color: #fff;}
.club-top-list .owl-nav button {background-color: var(--bg); color: var(--tt); box-shadow: var(--bsh); font-size: 18px;}

@media screen and (max-width: 1220px) {
    .header {box-shadow: none;}
    .nclub {--indent: 20px;}
    .nclub__top-carou {margin: 0;}
    .nclub__list-clubs {gap: 40px 20px;}
    .nclub__top-carou-content:not(.owl-carousel) .club-top-list__item {width: calc((100% - 40px)/3);}
}
@media screen and (max-width: 950px) {
    .nclub__top-carou-content:not(.owl-carousel) .club-top-list__item {width: calc((100% - 20px)/2);}
}
@media screen and (max-width: 760px) {
    .nclub__top-carou-content:not(.owl-carousel) .club-top-list__item {width: calc((100% - 0px)/1);}
    .nclub__ctrl, .nclub__btn-create, .nclub__sect-title {width: 100%; gap: 10px;}
    .nclub__ctrl > * {flex: 1 1 0;}
}
@media screen and (max-width: 470px) {
    .nclub__top-carou-content:not(.owl-carousel) .club-top-list__item {width: calc((100% - 0px)/1);}
    .club-list__item {display: grid; gap: 10px 20px; grid-auto-flow: row dense; text-align: left;
        grid-template-columns: auto minmax(0,1fr); grid-template-rows: auto auto 1fr auto}
    .club-list__avatar {grid-column: 1 / 2; grid-row: 1 / 4; align-self: start;}
    .club-list__name {font-size: 18px; line-height: 1.3; padding-top: 10px;}
    .club-list__level {margin: -5px 0 5px 0;}
    .club-list__members {justify-self: start; align-self: start;}
    .club__level-bar {grid-column: 1 / -1; margin-top: 10px;}
}

/* CARDS 
----------------------------------------------- */
.ncard__tabs--smaller .ncard__tabs-btns {max-width: 90%;}
.ncard__tabs--smaller .ncard__tabs-btn {min-width: 0;}
.owl-item .anime-cards__item-wrapper {margin: 0; width: 100%;}
.owl-item .anime-cards__item-wrapper-gl {margin: 0; width: 100%;}
.anime-cards__item {cursor: pointer; background: none; padding: 0; box-shadow: none; border-radius: 0; 
    background-color: var(--bg-2); border: 1px solid var(--bdc); border-radius: 8px; padding: 3px;}
.anime-cards__image {background-color: #000; border-radius: 9px;}
.anime-cards__image img {display: block; width: 100%; aspect-ratio: 288/432; border-radius: 10px;}
.anime-cards__owned-by-user {border-color: #d38105 !important; background-color: #f0610224 !important;}
.anime-cards__owned-by-user-want {border-color: #05801a !important; background-color: #0db42959 !important;}

#cards-carousel:not(.owl-carousel), #cards-carousel-2:not(.owl-carousel), 
#cards-carousel-showcase:not(.owl-carousel) {display: flex; overflow: hidden; gap: 10px;}
#cards-carousel .owl-nav button, #cards-carousel-2 .owl-nav button, 
.club-top-list-main .owl-nav button, #cards-carousel-showcase .owl-nav button {background-color: var(--bg); color: var(--tt); box-shadow: var(--bsh); font-size: 18px;}
#cards-carousel .owl-prev, #cards-carousel-2 .owl-prev, .club-top-list-main .owl-prev {left: -20px;}
#cards-carousel .owl-next, #cards-carousel-2 .owl-next, .club-top-list-main .owl-next {right: -20px;}
#cards-carousel, #cards-carousel-2, #cards-carousel-showcase {margin: 0; padding: 0;}
#cards-carousel:not(.owl-carousel) > *, #cards-carousel-2:not(.owl-carousel) > *, 
#cards-carousel-showcase:not(.owl-carousel) > * {flex-shrink: 0; width: calc((100% - 50px)/6); margin: 0; padding: 0;}
#cards-carousel-2:not(.owl-carousel) > * {width: calc((100% - 50px)/6);}
#cards-carousel-showcase .owl-prev {left: -20px;}
#cards-carousel-showcase .owl-next {right: -20px;}

.tabs__nav {display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;}
.tabs__item {height: 36px; min-width: 36px; padding: 0 15px; font-size: 14px; gap: 5px;
    background-color: var(--bg-2); color: var(--tt); border-radius: 4px; white-space: nowrap;}
.tabs__item--active {background-color: #772ce8; color: #fff;}
.tabs__item .fa-eraser, .tabs__item .fa-stars {font-size: 18px;}
[data-rank=""], [data-rank="ass"] {font-size: 12px;}
.tabs__item span {font-size: 12px;}

.anime-cards {background-color: var(--bg-2); padding: 20px var(--indent); margin: 0 var(--indent-negative); 
    display: grid !important; gap: 10px; grid-template-columns: repeat(auto-fill,minmax(min(25%,150px),1fr));}
.anime-cards .anime-cards__item-wrapper {width: 100%; margin: 0; padding: 0;}
.anime-cards .anime-cards__item {--bg-2: var(--bg);}
.anime-cards .ncard__main-title {font-size: 18px; grid-column: 1 / -1; padding-bottom: 10px;}

@media screen and (max-width: 1220px) {
    .page-padding:has(.ncard-list) {--indent: 20px; --indent-negative: -20px;}
    #cards-carousel:not(.owl-carousel) > * {width: calc((100% - 50px)/6);}
    #cards-carousel-2:not(.owl-carousel) > * {width: calc((100% - 50px)/6);}
    #cards-carousel-showcase:not(.owl-carousel) > * {width: calc((100% - 50px)/6);}
}
@media screen and (max-width: 950px) {
    #cards-carousel:not(.owl-carousel) > * {width: calc((100% - 40px)/5);}
    #cards-carousel-2:not(.owl-carousel) > * {width: calc((100% - 40px)/5);}
    #cards-carousel-showcase:not(.owl-carousel) > * {width: calc((100% - 40px)/5);}
}
@media screen and (max-width: 760px) {
    .ncard__tabs--smaller .ncard__tabs-btns {max-width: 100%;}
    .anime-cards__item {padding: 2px;}
    #cards-carousel:not(.owl-carousel) > * {width: calc((100% - 30px)/4);}
    #cards-carousel-2:not(.owl-carousel) > * {width: calc((100% - 30px)/4);}
    #cards-carousel-showcase:not(.owl-carousel) > * {width: calc((100% - 30px)/4);}
    .tabs__nav {gap: 5px;}
    .tabs__item {flex-grow: 1;}
}
@media screen and (max-width: 470px) {
    #cards-carousel:not(.owl-carousel) > * {width: calc((100% - 20px)/3);}
    #cards-carousel-2:not(.owl-carousel) > * {width: calc((100% - 20px)/3);}
    #cards-carousel-showcase:not(.owl-carousel) > * {width: calc((100% - 20px)/3);}
}