/*
  style.css - AGGRESSIVE CLEAN
  Dibuat dari style.css asli dengan strategi last-rule-wins yang aman untuk visual saat ini.
  Yang dihapus: komentar patch lama, deklarasi properti yang sudah tertimpa oleh selector + media context yang sama, dan blok kosong.
  Catatan: tetap simpan file asli sebagai backup sebelum replace production.
*/

@import url("base/reset.css");

@import url("base/layout.css?v=v16");

@import url("components/navbar.css?v=v16");

@import url("pages/home-hero.css");

@import url("components/card-anime.css");

@import url("card-chart/card-chart.css?v=v15");

@import url("components/forms-buttons-pills.css?v=v15");

@import url("pages/detail.css");

@import url("pages/watch-player.css");

@import url("components/modal-toast-error.css");

@import url("pages/home-polish.css");

@import url("responsive/mobile.css?v=v15");

@import url("components/episodes.css");

@import url("responsive/watch-mobile.css");

.ad-banner-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
}.ad-banner-section{
  display: flex;
  justify-content: center;
  align-items: center;
}.comment-card-row, .home-chat-message, .watch-comment-item, .watch-comment-reply{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  transform: none;
  touch-action: auto;
}.comment-card-row .wa-avatar, .home-chat-message .wa-avatar, .watch-comments-panel .wa-avatar{
  position: static;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  transform: none;
}.comment-card-row .wa-bubble, .home-chat-message .wa-bubble, .watch-comments-panel .wa-bubble{
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: auto;
  padding: 14px 16px 44px;
  border-radius: 22px;
  transform: none;
  background: linear-gradient(rgba(80,80,80,.52), rgba(80,80,80,.52)), url('../img/comment-card-bg.svg') center/cover no-repeat;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}.comment-card-row .wa-meta, .home-chat-message .wa-meta, .watch-comments-panel .wa-meta{
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}.comment-card-row .wa-bubble p, .home-chat-message .wa-bubble p, .watch-comments-panel .wa-bubble p{
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.86);
  line-height: 1.45;
}.wa-reply-action, .wa-swipe-row .wa-reply-action, .wa-swipe-row.show-reply .wa-reply-action{
  display: none;
}.comment-reply-btn, .watch-reply-toggle, .home-chat-reply-btn{
  position: absolute;
  right: 12px;
  bottom: 10px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}.watch-comment-replies{
  margin-top: 10px;
}.home-chat-modal .wa-chat-list, .watch-comments-list{
  display: grid;
  gap: 12px;
}
.comment-card-row, .home-chat-message, .watch-comment-item, .watch-comment-reply{
    gap: 8px;
  }.comment-card-row .wa-avatar, .home-chat-message .wa-avatar, .watch-comments-panel .wa-avatar{
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }.comment-card-row .wa-bubble, .home-chat-message .wa-bubble, .watch-comments-panel .wa-bubble{
    padding: 12px 12px 40px;
    border-radius: 18px;
  }
.wa-reply-preview{
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
}.wa-reply-preview span{
  display: block;
  margin-bottom: 3px;
  color: rgba(255,255,255,.92);
  font-size: .78rem;
  font-weight: 900;
}.wa-reply-preview p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .82rem;
  line-height: 1.35;
}.home-chat-message, .watch-comments-panel .watch-comment-item, .watch-comments-panel .watch-comment-reply{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  overflow: visible;
  touch-action: auto;
}.home-chat-message .wa-avatar, .watch-comments-panel .wa-avatar{
  position: static;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  transform: none;
}.home-chat-message .wa-bubble, .watch-comments-panel .wa-bubble{
  position: relative;
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: auto;
  padding: 14px 16px 44px;
  border-radius: 22px;
  transform: none;
  background: linear-gradient(rgba(80,80,80,.52), rgba(80,80,80,.52)), url('../img/comment-card-bg.svg') center/cover no-repeat;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}.home-chat-message.show-reply .wa-bubble, .home-chat-message.show-reply .wa-avatar, .wa-swipe-row.show-reply .wa-bubble, .wa-swipe-row.show-reply .wa-avatar{
  transform: none;
}.watch-comment-replies{
  margin: 10px 0 0;
  padding-left: 0;
  display: grid;
  gap: 10px;
}
.watch-comments-panel, .home-chat-modal{
    padding-left: 0;
    padding-right: 0;
  }.home-chat-message, .watch-comments-panel .watch-comment-item, .watch-comments-panel .watch-comment-reply{
    gap: 8px;
  }.home-chat-message .wa-avatar, .watch-comments-panel .wa-avatar{
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }.home-chat-message .wa-bubble, .watch-comments-panel .wa-bubble{
    padding: 12px 12px 40px;
    border-radius: 18px;
  }
.wa-reply-preview{
  display: block;
  width: 100%;
  border: 0;
  border-left: 3px solid rgba(255,255,255,.55);
  text-align: left;
  cursor: pointer;
  font: inherit;
}.chat-target-pulse .wa-bubble{
  outline: 2px solid rgba(255,255,255,.85);
  box-shadow: 0 0 0 6px rgba(255,255,255,.16), 0 8px 18px rgba(0,0,0,.18);
}.watch-comments-panel .watch-comment-item{
  flex-wrap: wrap;
}.watch-comment-reply-group{
  margin: -2px 0 0 58px;
}.watch-show-replies{
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.82);
  font-weight: 800;
  font-size: .84rem;
  padding: 6px 4px;
  cursor: pointer;
}.watch-comment-reply-group .watch-comment-replies{
  display: none;
  margin-top: 6px;
}.watch-comment-reply-group.open .watch-comment-replies{
  display: grid;
}
.watch-comment-reply-group{
    width: calc(100% - 46px);
    margin-left: 46px;
  }
.comment-reply-btn, .watch-reply-toggle, .home-chat-reply-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: fit-content;
  max-width: 72px;
  min-width: 48px;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}.home-chat-message .wa-bubble, .watch-comments-panel .wa-bubble{
  overflow-wrap: anywhere;
  word-break: break-word;
}.comment-reply-btn, .home-chat-reply-btn, .watch-reply-toggle, .watch-comments-panel .watch-reply-toggle, .watch-comments-panel .watch-comment-reply .watch-reply-toggle, .watch-comments-panel .watch-comment-reply .comment-reply-btn{
  position: absolute;
  right: 10px;
  bottom: 8px;
  left: auto;
  top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  inline-size: 54px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  transform: none;
  box-sizing: border-box;
}.home-chat-message .wa-bubble, .watch-comments-panel .wa-bubble, .watch-comment-reply .wa-bubble{
  padding-bottom: 44px;
}.watch-comment-reply-group .watch-comment-replies .watch-comment-reply .wa-bubble{
  position: relative;
  padding-bottom: 42px;
}.watch-comments-panel .comment-card-row, .watch-comments-panel .watch-comment-item, .watch-comments-panel .watch-comment-reply{
  display: block;
}.watch-comments-panel .wa-meta{
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}.watch-comments-panel .wa-meta .wa-avatar{
  position: static;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-width: 1px;
  box-shadow: none;
  transform: none;
  margin: 0 2px 0 0;
  background: rgba(255,255,255,.94);
}.watch-comments-panel .wa-meta .wa-avatar img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  padding: 2px;
  box-sizing: border-box;
}.watch-comments-panel .wa-meta .wa-avatar::after, .watch-comment-item > .wa-avatar::after{
  display: none;
  content: none;
}.watch-comments-panel .wa-bubble{
  padding-left: 16px;
}.watch-comment-reply-group{
  width: 100%;
  margin-left: 0;
}.view-sample-icon{
  display: inline-block;
  object-fit: contain;
  border-radius: 999px;
  opacity: .88;
}.detail-view-count{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  padding: 7px 11px;
  border: 1px solid rgba(168, 85, 247, .28);
  border-radius: 999px;
  color: rgba(245, 243, 255, .88);
  background: rgba(10, 6, 24, .46);
}.collection-page{
  background: radial-gradient(circle at 16% 4%, rgba(124, 58, 237, .24), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(168, 85, 247, .08), transparent 28%),
    linear-gradient(135deg, rgba(16, 8, 34, .96), rgba(3, 7, 18, .98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 24px 80px rgba(0,0,0,.34);
}.collection-page .chart-grid{
  background: linear-gradient(135deg, rgba(88, 28, 135, .18), rgba(2, 6, 23, .88)),
    repeating-linear-gradient(180deg, transparent 0 342px, rgba(124, 58, 237, .18) 342px 350px, rgba(6, 2, 18, .7) 350px 360px);
  border-color: rgba(168, 85, 247, .20);
}.home-quick-links{
  position: fixed;
  left: max(16px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 78;
  display: flex;
  gap: 10px;
}.home-quick-links a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(15,23,42,.94), rgba(88,28,135,.88));
  box-shadow: 0 16px 42px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
}.home-quick-links img, .home-live-chat-icon img, .wa-send-btn img{
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
}.wa-send-btn{
  display: grid;
  place-items: center;
  padding: 0;
}.wa-send-btn img{
  width: 24px;
  height: 24px;
}.shop-card-stock{
  margin: 0 0 7px;
  text-align: center;
  color: rgba(245, 243, 255, .82);
  font-size: .72rem;
  font-weight: 850;
}
.home-quick-links{
    left: 10px;
    bottom: 76px;
    flex-direction: column;
  }.home-quick-links a span{
    display: none;
  }.home-quick-links a{
    padding: 7px;
  }
.fi{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}.home-quick-links a i, .home-live-chat-icon i{
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.35rem;
}.wa-group-icon i{
  font-size: 1.35rem;
}.wa-send-btn i{
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 1.15rem;
  transform: translateX(1px);
}.nav-link i{
  margin-right: 6px;
  font-size: .95em;
  vertical-align: -2px;
}.purple-coin-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}.purple-coin-icon, .purple-coin-icon img{
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  object-fit: contain;
  border-radius: 999px;
}.attendance-claim-btn{
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  background: linear-gradient(135deg, rgba(124, 58, 237, .92), rgba(236, 72, 153, .72));
  font-weight: 900;
  font-size: .78rem;
  cursor: pointer;
}.attendance-claim-btn:disabled, .attendance-claim-btn[disabled]{
  cursor: not-allowed;
  opacity: .58;
}
.purple-coin-badge.shop-coin{
    width: 100%;
    justify-content: flex-start;
  }.attendance-claim-btn{
    width: 100%;
  }
.owned-collection-section{
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(168, 85, 247, .20);
  border-radius: 26px;
  background: rgba(2, 6, 23, .42);
}.owned-collection-head{
  margin-bottom: 14px;
}.owned-collection-head h2{
  margin: 4px 0 6px;
}.owned-collection-head p{
  margin: 0;
  color: rgba(245, 243, 255, .72);
}.owned-collection-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
  align-items: start;
}
.menu-drawer, .nav-center.menu-drawer{
    min-width: 210px;
    max-width: 60vw;
  }.owned-collection-section{
    padding: 14px;
  }.owned-collection-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
@media (max-width: 360px){.owned-collection-grid{
    grid-template-columns: 1fr;
  }
}.menu-drawer, .nav-center.menu-drawer{
  left: auto;
  right: max(10px, calc((100vw - 1180px) / 2));
  width: min(322px, calc(100vw - 20px));
  min-width: 0;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 94px);
  overflow-y: auto;
}
.menu-drawer, .nav-center.menu-drawer{
    top: 72px;
    right: 10px;
    left: auto;
    width: min(322px, calc(100vw - 20px));
  }
.home-live-chat-fab{
  z-index: 10010;
}.home-chat-overlay{
  z-index: 10020;
}.home-chat-overlay.show, .home-chat-modal{
  z-index: 10021;
}.live-chat-fullscreen{
  position: fixed;
  width: 100vw;
  z-index: 99999;
  padding: 0;
  margin: 0;
  background: #07101f;
}.live-chat-fullscreen .live-chat-panel, .live-chat-panel{
  width: 100%;
  max-width: none;
  max-height: none;
  border-radius: 0;
  border: 0;
  background: radial-gradient(circle at top left, rgba(99,102,241,.22), transparent 36%), #07101f;
}.live-chat-topbar{
  position: relative;
  z-index: 2;
  padding: calc(12px + env(safe-area-inset-top)) 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  border-radius: 0;
}.live-chat-x{
  margin-left: auto;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  font-size: 28px;
  line-height: 1;
}.live-chat-scroll{
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
  padding: 14px 12px 18px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}.live-chat-form{
  margin: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}.live-chat-form input{
  min-height: 46px;
}.watch-comments-separate{
  margin-top: 16px;
}.header-back-btn img{
  width: 23px;
  height: 23px;
  object-fit: contain;
  display: block;
}.live-chat-nav-link{
  position: relative;
  gap: 8px;
}.live-chat-purple-dot, .home-chat-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #a855f7;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  box-shadow: 0 0 0 3px rgba(168,85,247,.20),0 0 16px rgba(168,85,247,.65);
}.live-chat-purple-dot[hidden], .home-chat-badge[hidden]{
  display: none;
}.live-chat-scroll .wa-chat-row{
  gap: 7px;
}.live-chat-scroll .wa-avatar{
  width: 34px;
  height: 34px;
  min-width: 34px;
}.live-chat-scroll .wa-bubble{
  padding: 8px 10px;
  border-radius: 16px;
  min-height: 0;
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
}.live-chat-scroll .wa-meta{
  margin-bottom: 3px;
  gap: 6px;
}.live-chat-scroll .wa-meta b{
  font-size: .9rem;
}.live-chat-scroll .wa-meta small{
  font-size: .68rem;
}.live-chat-scroll .wa-bubble p{
  font-size: .9rem;
  line-height: 1.32;
  margin: 0;
}.live-chat-scroll .comment-reply-btn{
  margin-top: 4px;
  padding: 4px 9px;
  font-size: .72rem;
}.live-chat-form input{
  font-size: 16px;
}.leaderboard-page [data-leaderboard-body]{
  min-height: 180px;
}html, body{
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}input, textarea, select, button{
  font-size: 16px;
}.page-logo-loader{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  align-content: center;
  background: radial-gradient(circle at top, rgba(139,92,246,.22), transparent 38%), rgba(6,8,18,.94);
  backdrop-filter: blur(14px);
  color: #fff;
  font-weight: 900;
  letter-spacing: .3px;
}.page-logo-loader img{
  animation: pageLogoPulse .86s ease-in-out infinite alternate;
}.page-logo-loader span{
  opacity: .88;
}

@keyframes pageLogoPulse {
  from {
    transform: scale(.94);
    opacity: .72;
  }

  to {
    transform: scale(1.04);
    opacity: 1;
  }
}.menu-main-grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}.menu-main-grid .nav-link{
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  border: 1.5px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 8px 18px rgba(0,0,0,.14);
}.menu-main-grid .nav-link:nth-child(5){
  grid-column: 1 / -1;
}.nav-search, .menu-btn, .menu-drawer, .menu-drawer .nav-link, .btn, .anime-card, .chart-card, .modal-card, .episode-card, .sidebar-episode, .genre-pill, .chip-button, .owned-collection-section, .coin-menu-trigger, .coin-menu-panel, .account-chip, input, select, textarea{
  border-color: rgba(255,255,255,.18);
}.menu-drawer{
  border-color: rgba(168,85,247,.42);
  background: rgba(16,20,42,.985);
}.live-chat-scroll .home-chat-message{
  transition: transform .16s ease;
  transform: translateX(var(--swipe-x,0px));
  touch-action: pan-y;
}.live-chat-scroll .home-chat-message .wa-avatar{
  border-radius: 999px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#7c3aed,#a855f7);
  box-shadow: 0 0 0 2px rgba(255,255,255,.16),0 8px 18px rgba(0,0,0,.28);
}.live-chat-scroll .home-chat-message .wa-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}.live-chat-scroll .home-chat-message .wa-avatar-fallback-text{
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}.live-chat-scroll .home-chat-message.mine .wa-bubble, .live-chat-scroll .home-chat-message.other .wa-bubble{
  max-width: calc(100% - 50px);
}.live-chat-scroll .home-chat-message .home-chat-reply-btn, .live-chat-scroll .home-chat-message .comment-reply-btn{
  display: none;
}.home-chat-swipe-hint{
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%) scale(.8);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #a855f7;
  color: #fff;
  font-weight: 900;
  opacity: 0;
  transition: opacity .16s ease,transform .16s ease;
  box-shadow: 0 0 14px rgba(168,85,247,.65);
}.home-chat-message.swiping .home-chat-swipe-hint{
  opacity: .75;
}.home-chat-message.reply-ready .home-chat-swipe-hint{
  opacity: 1;
  transform: translateY(-50%) scale(1);
}.live-chat-form{
  display: block;
}.home-chat-reply-compose{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 2px 10px;
  margin: 0 0 8px;
  padding: 8px 42px 8px 10px;
  border-left: 4px solid #a855f7;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
}.home-chat-reply-compose[hidden]{
  display: none;
}.home-chat-reply-compose div{
  min-width: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}.home-chat-reply-compose span{
  font-size: .72rem;
  color: rgba(255,255,255,.62);
  font-weight: 800;
}.home-chat-reply-compose strong{
  font-size: .82rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.home-chat-reply-compose p{
  grid-column: 1/-1;
  margin: 0;
  font-size: .78rem;
  line-height: 1.25;
  color: rgba(255,255,255,.72);
}.home-chat-reply-compose button{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.13);
  color: #fff;
  font-size: 20px;
  line-height: 1;
}.live-chat-scroll, .live-chat-panel .wa-chat-list, .home-chat-modal .wa-chat-list{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 7px;
  padding-top: 6px;
}.live-chat-scroll .home-chat-message{
  position: relative;
  flex: 0 0 auto;
  min-height: 46px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 2px 4px;
  margin: 0;
  isolation: isolate;
  contain: layout style;
}.live-chat-scroll .home-chat-message + .home-chat-message{
  margin-top: 2px;
}.live-chat-scroll .home-chat-message.mine{
  flex-direction: row-reverse;
}.live-chat-scroll .home-chat-message .wa-avatar{
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  margin-top: 1px;
  align-self: flex-start;
}.live-chat-scroll .home-chat-message .wa-bubble{
  position: relative;
  display: block;
  flex: 0 1 auto;
  align-self: flex-start;
  width: fit-content;
  min-width: 0;
  max-width: min(76vw, calc(100% - 56px));
  min-height: 42px;
  box-sizing: border-box;
  padding: 8px 11px;
  margin: 0;
  overflow: visible;
  white-space: normal;
  border-radius: 17px;
}.live-chat-scroll .home-chat-message.mine .wa-bubble{
  margin-left: auto;
  margin-right: 0;
}.live-chat-scroll .home-chat-message.other .wa-bubble{
  margin-left: 0;
  margin-right: auto;
}.live-chat-scroll .home-chat-message .wa-meta{
  display: flex;
  min-height: 16px;
  line-height: 1.1;
  margin: 0 0 4px;
}.live-chat-scroll .home-chat-message .wa-bubble p{
  display: block;
  min-height: 18px;
  margin: 0;
  line-height: 1.38;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}.live-chat-scroll .home-chat-message .home-chat-reply-preview{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 5px;
}
.live-chat-scroll, .live-chat-panel .wa-chat-list, .home-chat-modal .wa-chat-list{
    row-gap: 6px;
  }.live-chat-scroll .home-chat-message{
    min-height: 44px;
    gap: 7px;
    padding: 2px 3px;
  }.live-chat-scroll .home-chat-message .wa-avatar{
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }.live-chat-scroll .home-chat-message .wa-bubble{
    max-width: calc(100% - 49px);
    min-height: 40px;
    padding: 7px 10px;
  }
.watch-comments-panel .wa-chat-list{
  gap: 14px;
}.comment-elite-card{
  isolation: isolate;
}.comment-elite-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--comment-bg-image);
  background-size: cover;
  background-position: center;
  opacity: .42;
  z-index: -2;
}.comment-elite-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(10,10,18,.52),rgba(12,10,20,.78));
  z-index: -1;
}.comment-elite-top .wa-avatar{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.22);
  padding: 0;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  display: grid;
  place-items: center;
}.comment-elite-top .wa-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}.comment-elite-user b{
  letter-spacing: .01em;
  display: inline-block;
  white-space: nowrap;
}.comment-elite-level{
  margin-top: 6px;
}.comment-vip-badge{
  vertical-align: middle;
  box-shadow: 0 8px 18px rgba(111,80,255,.35);
}.watch-comment-reply{
  opacity: .96;
}.watch-comment-reply .comment-elite-card{
  border-radius: 24px;
  padding: 14px;
}.comment-profile-avatar{
  cursor: pointer;
}.comment-bio-overlay{
  place-items: center;
}.comment-bio-modal{
  position: relative;
  width: min(94vw,520px);
  border-radius: 30px;
  padding: 28px 20px 22px;
  background: rgba(24,23,34,.96);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
  text-align: center;
  color: #fff;
}.comment-bio-stats{
  justify-content: space-between;
  font-size: 1.1rem;
}.comment-bio-cards{
  align-items: stretch;
}.comment-bio-card img{
  display: block;
}.comment-bio-card b{
  display: block;
  margin-top: 6px;
  font-size: .85rem;
  color: #fff;
}.vip-bg-upload-box{
  text-align: left;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}.vip-bg-upload-box small{
  display: block;
  color: rgba(255,255,255,.68);
  margin-top: 6px;
}
.comment-elite-card{
    border-radius: 24px;
    padding: 14px;
  }.comment-elite-top{
    grid-template-columns: 56px minmax(0,1fr) auto auto;
    gap: 9px;
  }.comment-elite-top .wa-avatar{
    width: 54px;
    height: 54px;
  }.watch-comment-reply{
    margin-left: 18px;
  }.comment-bio-stats{
    padding: 0 4px;
  }.comment-elite-user b{
    font-size: 1.35rem;
  }.comment-elite-text{
    font-size: 1.22rem;
  }.comment-elite-bottom{
    font-size: 1.02rem;
  }
.watch-page .watch-comments-panel{
  margin-left: auto;
  margin-right: auto;
  float: none;
  box-sizing: border-box;
}.watch-page .watch-comments-title-row, .watch-page .watch-comments-title-row h2, .watch-page .watch-comments-title-row p{
  text-align: center;
}.watch-page .watch-comment-form{
  margin-left: auto;
  margin-right: auto;
}.watch-page .watch-comments-list, .watch-page .watch-comments-panel .wa-chat-list{
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
}.watch-page .watch-comment-item, .watch-page .watch-comment-reply, .watch-page .comment-elite-card{
  width: 100%;
  max-width: 820px;
  box-sizing: border-box;
}.watch-page .comment-elite-card{
  margin-left: auto;
  margin-right: auto;
}.live-chat-panel, .live-chat-fullscreen .live-chat-panel{
  width: 100%;
  max-width: none;
}.live-chat-form{
  padding-left: 10px;
  padding-right: 10px;
}.live-chat-input-row input, .live-chat-form input[name="message"]{
  max-width: none;
}
.watch-page .watch-comments-panel{
    width: 100%;
    max-width: 100%;
  }.watch-page .watch-comment-form{
    max-width: 100%;
  }.watch-page .watch-comment-item, .watch-page .watch-comment-reply, .watch-page .comment-elite-card{
    max-width: 100%;
  }.live-chat-form{
    padding-left: 8px;
    padding-right: 8px;
  }
.account-profile-row.profile-bio-trigger{
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}.watch-page, .watch-layout, .watch-layout-side-playlist{
  overflow: visible;
}.watch-page .watch-comments-separate{
  margin-top: 18px;
}.watch-page .watch-comments-panel{
  position: relative;
  z-index: 5;
}.comment-elite-user{
  line-height: 1.05;
}.comment-elite-user b{
  min-width: 0;
}.comment-vip-badge{
  margin-left: 0;
}.comment-elite-level{
  align-self: start;
}.watch-comment-reply{
  max-width: calc(100% - 34px);
  margin-left: 34px;
  box-sizing: border-box;
}.watch-comment-reply .comment-elite-card{
  max-width: 100%;
}.watch-comment-reply .comment-elite-top{
  grid-template-columns: 48px minmax(0,1fr) auto;
}.watch-comment-reply .comment-elite-level{
  font-size: .95rem;
}.watch-comment-reply .comment-vip-badge{
  font-size: .66rem;
  padding: 3px 7px;
}.watch-comment-reply .comment-elite-user{
  gap: 6px;
}.watch-comment-reply .comment-elite-user b{
  font-size: 1.05rem;
}.watch-comment-reply .comment-elite-text{
  font-size: 1rem;
}.comment-bio-modal.elite-user-bio{
  width: min(92vw,560px);
  min-height: min(78vh,620px);
  border-radius: 32px;
  padding: 34px 26px 26px;
  background: linear-gradient(115deg,rgba(63,50,102,.78),rgba(21,21,30,.96) 55%,rgba(29,23,45,.92));
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 26px 90px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
}.comment-bio-modal.elite-user-bio::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24%;
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
}.comment-bio-back{
  color: #fff;
  font-size: 52px;
  line-height: 34px;
  display: grid;
  place-items: center;
  cursor: pointer;
}.comment-bio-hero{
  display: grid;
  place-items: center;
  text-align: center;
  margin-top: 30px;
}.comment-bio-avatar-wrap{
  display: inline-grid;
  place-items: center;
  margin-bottom: 6px;
}.comment-bio-vip-pill{
  min-width: 116px;
  letter-spacing: .06em;
}.comment-bio-modal h2{
  margin: 24px 0 0;
  font-size: clamp(2.1rem,8vw,3.2rem);
  line-height: 1;
  color: #fff;
}.comment-bio-stats{
  color: #fff;
  font-weight: 800;
}.comment-bio-stats span{
  place-items: center;
  padding: 12px 10px;
}.comment-bio-cards{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 2px;
}.comment-bio-card{
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 7px;
  min-width: 0;
}.comment-bio-card img{
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 14px;
}.leaderboard-avatar.comment-profile-avatar{
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.watch-layout, .watch-layout-side-playlist{
    display: block;
    grid-template-columns: 1fr;
  }.watch-panel, .watch-side-playlist, .watch-comments-separate{
    width: 100%;
    max-width: 100%;
    position: relative;
    float: none;
  }.watch-side-playlist{
    margin-bottom: 14px;
  }.watch-page .watch-comments-separate{
    margin-top: 18px;
    padding-top: 2px;
  }.watch-page .watch-comments-title-row{
    display: block;
    position: relative;
    z-index: 3;
  }.comment-elite-top .wa-avatar{
    width: 50px;
    height: 50px;
  }.comment-elite-user{
    flex-wrap: nowrap;
    gap: 6px;
  }.comment-vip-badge{
    font-size: .62rem;
    padding: 3px 7px;
  }.watch-comment-reply{
    max-width: calc(100% - 18px);
    margin-left: 18px;
  }.watch-comment-reply .comment-elite-top{
    grid-template-columns: 42px minmax(0,1fr) auto;
    gap: 6px;
  }.watch-comment-reply .comment-elite-top .wa-avatar{
    width: 40px;
    height: 40px;
  }.watch-comment-reply .comment-elite-user b{
    font-size: .95rem;
  }.watch-comment-reply .comment-elite-level{
    font-size: .82rem;
  }.comment-elite-bottom .comment-reply-btn{
    overflow: hidden;
    text-overflow: ellipsis;
  }.comment-bio-modal.elite-user-bio{
    width: 92vw;
    min-height: 74vh;
    padding: 32px 20px 22px;
  }.comment-bio-avatar{
    width: 138px;
    height: 138px;
  }
.watch-page .watch-comments-separate{
  grid-column: 1/-1;
  flex-basis: 100%;
  order: 99;
}.watch-comments-title-row{
  display: block;
}.watch-comment-form input{
  width: 100%;
  box-sizing: border-box;
}.watch-comment-form .wa-send-btn{
  flex: 0 0 76px;
}.watch-comments-list{
  align-items: start;
  justify-items: stretch;
}.watch-comments-panel .watch-comment-item, .watch-comments-panel .watch-comment-reply{
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}.comment-elite-card .wa-avatar::after{
  content: attr(data-vip-label);
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  display: none;
  min-width: 72px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg,#8b2cff,#ef4dff);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}.watch-comment-item .comment-vip-badge, .watch-comment-reply .comment-vip-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg,#8b2cff,#ef4dff);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  vertical-align: middle;
}.comment-elite-namebox{
  align-self: start;
}.comment-elite-user{
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}.comment-elite-user b{
  font-size: clamp(1.55rem,5.3vw,2.5rem);
  line-height: 1.05;
  font-weight: 900;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}.comment-reply-btn{
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 48%;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  border: 0;
  color: #fff;
  font: inherit;
  padding: 0;
  box-shadow: none;
}.watch-comment-menu{
  z-index: 5;
}.watch-replies-header h2{
  letter-spacing: -.03em;
}.watch-replies-list .comment-elite-text{
  font-size: clamp(1.25rem,4vw,1.8rem);
}
.watch-page .watch-comments-panel{
    padding-left: 8px;
    padding-right: 8px;
  }.watch-comment-form{
    grid-template-columns: minmax(0,1fr) 58px;
    height: 58px;
  }.watch-comment-form input{
    height: 58px;
    border-radius: 17px;
    font-size: 1.1rem;
    padding: 0 16px;
  }.watch-comment-form .wa-send-btn{
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 17px;
    font-size: 1.5rem;
  }.comment-elite-card{
    min-height: 158px;
    border-radius: 22px;
    padding: 18px 18px 16px;
  }.comment-elite-top{
    grid-template-columns: 62px minmax(0,1fr) auto;
    gap: 10px;
  }.comment-elite-card .wa-avatar{
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-width: 2px;
  }.comment-elite-card .wa-avatar::after{
    font-size: .55rem;
    min-width: 52px;
    bottom: -13px;
    padding: 3px 7px;
  }.comment-elite-user b{
    font-size: 1.25rem;
  }.comment-vip-badge{
    margin-left: 4px;
  }.comment-elite-level{
    font-size: 1rem;
    padding-top: 7px;
  }.comment-elite-text{
    font-size: 1.12rem;
    margin: 16px 0 16px;
    line-height: 1.4;
  }.comment-elite-bottom{
    font-size: 1.02rem;
  }.watch-comments-list{
    gap: 16px;
  }
.comment-bio-modal.new-bio-card{
  width: min(92vw,620px);
  max-height: 92dvh;
  overflow: auto;
  border-radius: 34px;
  background: linear-gradient(145deg,rgba(42,41,52,.95),rgba(22,22,30,.96));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  padding: 56px 28px 30px;
  position: relative;
  text-align: center;
}
.comment-bio-modal.new-bio-card{
    padding: 52px 16px 22px;
    border-radius: 28px;
  }.comment-bio-avatar-wrap{
    width: 132px;
    height: 132px;
  }.comment-bio-vip-pill{
    font-size: .95rem;
    padding: 8px 22px;
  }.comment-bio-stats span{
    height: 42px;
    font-size: .9rem;
  }
.live-chat-form{
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
  }.live-chat-input-row .wa-send-btn{
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
.page.watch-page{
  display: block;
  overflow: visible;
}.watch-page .watch-layout.watch-layout-side-playlist{
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 24px;
}.watch-page .watch-comments-separate{
  float: none;
  transform: none;
}.watch-comments-title-row{
  text-align: left;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}.watch-comments-title-row h2{
  font-size: clamp(2.15rem,8vw,4rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
  margin: 0;
  color: #fff;
  text-align: left;
}.watch-comment-form{
  grid-template-columns: minmax(0,1fr) 72px;
  height: auto;
  background: transparent;
  padding: 0;
  border: 0;
}.watch-comment-form input{
  height: 70px;
  border-radius: 24px;
  background: rgba(44,43,54,.94);
  border: 1px solid rgba(255,255,255,.06);
  color: #fff;
  font-size: 1.35rem;
  padding: 0 28px;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}.watch-comment-form .wa-send-btn{
  width: 72px;
  height: 70px;
  border-radius: 22px;
  background: rgba(52,50,62,.98);
  color: #fff;
  border: 1px solid rgba(255,255,255,.06);
  display: grid;
  place-items: center;
  font-size: 1.8rem;
}.watch-comments-list{
  display: grid;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: none;
}.watch-comment-item, .watch-comment-reply{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}.comment-elite-card{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 210px;
  border-radius: 30px;
  padding: 26px 30px 24px;
  box-sizing: border-box;
  background: linear-gradient(rgba(39,38,47,.88),rgba(39,38,47,.88)),var(--comment-bg-image, url('../img/comment-card-bg.svg')) center/cover no-repeat;
  box-shadow: 0 15px 30px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.04);
}.comment-elite-card.has-bg{
  background: linear-gradient(rgba(0,0,0,.34),rgba(0,0,0,.46)),var(--comment-bg-image) center/cover no-repeat;
}.comment-elite-top{
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 2;
}.comment-elite-card .wa-avatar{
  position: relative;
  top: auto;
  left: auto;
  width: 86px;
  height: 86px;
  min-width: 86px;
  border-radius: 999px;
  border: 3px solid rgba(207,55,255,.95);
  background: #222;
  overflow: visible;
  box-shadow: none;
}.comment-elite-card .wa-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
  display: block;
}.comment-elite-card .wa-avatar.has-vip::after{
  content: attr(data-vip-label);
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  display: block;
  min-width: 76px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg,#8b2cff,#ef4dff);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(190,65,255,.34);
}.comment-elite-namebox{
  min-width: 0;
  padding-top: 4px;
}.comment-name-line{
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}.comment-name-line b{
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(1.65rem,5.4vw,2.7rem);
  line-height: 1.05;
  font-weight: 900;
  color: #fff;
}.comment-rank-line{
  display: block;
  margin-top: 8px;
  font-size: clamp(1.1rem,3.8vw,1.65rem);
  line-height: 1;
  color: rgba(255,255,255,.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.comment-vip-badge{
  flex: 0 0 auto;
}.comment-elite-level{
  font-size: clamp(1.25rem,4.2vw,2rem);
  line-height: 1;
  color: rgba(255,255,255,.72);
  white-space: nowrap;
  padding-top: 10px;
  text-align: right;
}.comment-elite-text{
  position: relative;
  z-index: 2;
  margin: 24px 0 24px;
  font-size: clamp(1.45rem,4.8vw,2.1rem);
  line-height: 1.35;
  color: rgba(255,255,255,.86);
  word-break: break-word;
  overflow-wrap: anywhere;
}.comment-elite-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 2;
  font-size: clamp(1.2rem,4.1vw,1.85rem);
  color: rgba(255,255,255,.86);
}.comment-elite-bottom .comment-reply-btn{
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  padding: 4px 0;
  white-space: nowrap;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}.watch-replies-header{
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 26px;
}.watch-replies-header h2{
  margin: 0;
  font-size: clamp(2rem,8vw,3.5rem);
  line-height: 1;
  color: #fff;
  font-weight: 900;
}.watch-replies-back{
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  place-items: center;
}.watch-replies-back img{
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}.watch-reply-parent{
  margin-bottom: 6px;
}.watch-reply-form{
  margin: 0 0 24px;
  grid-template-columns: minmax(0,1fr) 72px;
}.watch-replies-list .comment-elite-card{
  min-height: 168px;
  background: rgba(43,43,52,.96);
}.watch-replies-list .comment-elite-top{
  grid-template-columns: 86px minmax(0,1fr) auto;
}.watch-replies-list .comment-elite-card .wa-avatar{
  width: 70px;
  height: 70px;
  min-width: 70px;
}.comment-bio-overlay{
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(9,8,16,.78);
  align-items: center;
  justify-content: center;
  padding: 18px;
  backdrop-filter: blur(12px);
}.comment-bio-modal.elite-user-bio.new-bio-card{
  width: min(92vw,620px);
  max-height: 92dvh;
  overflow: auto;
  border-radius: 34px;
  background: radial-gradient(circle at 10% 0%,rgba(112,81,194,.34),transparent 32%),radial-gradient(circle at 90% 100%,rgba(172,69,210,.26),transparent 30%),linear-gradient(145deg,rgba(34,32,45,.97),rgba(16,16,24,.98));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 30px 88px rgba(0,0,0,.62);
  padding: 58px 28px 30px;
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
}.comment-bio-back{
  position: absolute;
  top: 24px;
  left: 24px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 2;
}.comment-bio-back img{
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
}.comment-bio-avatar-wrap{
  width: 172px;
  height: 172px;
  margin: 0 auto 40px;
  position: relative;
}.comment-bio-avatar{
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  border: 4px solid #b43cff;
  box-shadow: 0 0 0 2px rgba(72,184,255,.42),0 18px 36px rgba(0,0,0,.42);
}.comment-bio-vip-pill{
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background: linear-gradient(135deg,#8b2cff,#ef4dff);
  color: #fff;
  border-radius: 999px;
  padding: 10px 28px;
  font-size: 1.2rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 13px 28px rgba(177,65,255,.4);
}.comment-bio-hero h2{
  font-size: clamp(2.2rem,8vw,3.5rem);
  line-height: 1;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 900;
}.comment-bio-stats{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 24px;
}.comment-bio-stats span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
}.leaderboard-user strong{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}.leaderboard-user small{
  display: none;
}.leaderboard-vip-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: linear-gradient(135deg,#8b2cff,#ef4dff);
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}.account-chip.compact-account{
  gap: 10px;
  padding: 10px;
  min-height: 0;
}.compact-account .account-profile-row{
  min-height: 0;
  padding: 0;
}.compact-account .account-action-row{
  margin-top: 8px;
  gap: 8px;
}
.watch-page .watch-panel, .watch-page .watch-side-playlist{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    float: none;
    clear: both;
  }.watch-page .watch-side-playlist{
    margin-bottom: 6px;
    padding-bottom: 4px;
  }.watch-page .watch-comments-separate{
    box-sizing: border-box;
  }.watch-comments-title-row h2{
    text-align: left;
    font-size: clamp(2.4rem,10vw,3.4rem);
  }.watch-comment-form{
    grid-template-columns: minmax(0,1fr) 60px;
    gap: 10px;
    margin-bottom: 22px;
  }.watch-comment-form input{
    height: 58px;
    border-radius: 18px;
    font-size: 1.12rem;
    padding: 0 18px;
  }.watch-comment-form .wa-send-btn{
    width: 60px;
    height: 58px;
    border-radius: 18px;
    font-size: 1.4rem;
  }.watch-comments-list{
    gap: 16px;
  }.comment-elite-card{
    min-height: 154px;
    border-radius: 22px;
    padding: 18px 16px 16px;
  }.comment-elite-top{
    grid-template-columns: 62px minmax(0,1fr) auto;
    gap: 10px;
  }.comment-elite-card .wa-avatar{
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-width: 2px;
  }.comment-elite-card .wa-avatar.has-vip::after{
    font-size: .55rem;
    min-width: 52px;
    bottom: -13px;
    padding: 3px 7px;
  }.comment-name-line{
    gap: 5px;
  }.comment-name-line b{
    font-size: 1.28rem;
  }.comment-rank-line{
    font-size: .95rem;
    margin-top: 5px;
  }.comment-elite-level{
    font-size: 1rem;
    padding-top: 7px;
  }.comment-elite-text{
    font-size: 1.12rem;
    margin: 18px 0 16px;
    line-height: 1.42;
  }.comment-elite-bottom{
    font-size: 1.02rem;
  }.comment-elite-bottom .comment-reply-btn{
    max-width: 46%;
  }.watch-comment-menu{
    display: none;
  }.watch-replies-list .comment-elite-top{
    grid-template-columns: 52px minmax(0,1fr) auto;
    gap: 8px;
  }.watch-replies-list .comment-elite-card .wa-avatar{
    width: 46px;
    height: 46px;
    min-width: 46px;
  }.watch-replies-list .comment-name-line b{
    font-size: 1.05rem;
  }.watch-replies-list .comment-elite-level{
    font-size: .86rem;
  }.watch-replies-list .comment-elite-text{
    font-size: 1rem;
  }.comment-bio-modal.elite-user-bio.new-bio-card{
    width: 92vw;
    padding: 54px 16px 22px;
    border-radius: 28px;
  }.comment-bio-avatar-wrap{
    width: 136px;
    height: 136px;
  }.comment-bio-vip-pill{
    font-size: .92rem;
    padding: 8px 22px;
  }
.watch-comments-title-row, .watch-comments-title-row h2, .watch-comments-title-row p{
  display: none;
}.watch-page{
  display: block;
  overflow: visible;
  isolation: isolate;
}.watch-page .watch-layout.watch-layout-side-playlist{
  overflow: visible;
  align-items: start;
}.watch-page .watch-panel, .watch-page .watch-side-playlist, .watch-page .watch-comments-separate{
  float: none;
  transform: none;
}.watch-page .watch-side-playlist{
  position: relative;
  top: auto;
  z-index: 1;
  padding-top: 8px;
  margin-top: 0;
  overflow: visible;
}.watch-page .watch-side-playlist .section-head{
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
}.watch-page .watch-side-playlist .section-head h2{
  margin-top: 0;
}.watch-page .episode-range-bar{
  margin-top: 0;
  margin-bottom: 8px;
}.watch-page .watch-comments-separate{
  box-sizing: border-box;
}.watch-page .watch-comments-panel{
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}.watch-page .watch-comment-form{
  width: 100%;
  max-width: 100%;
  margin: 0 auto 16px;
}.watch-page .watch-comments-list{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}.watch-comment-item .comment-vip-badge, .watch-comment-reply .comment-vip-badge, .comment-elite-card .wa-avatar::after, .comment-elite-card .wa-avatar.has-vip::after, .comment-bio-vip-pill{
  display: none;
  content: none;
}.clean-user-bio .comment-bio-avatar-wrap{
  margin-bottom: 18px;
}.clean-user-bio .comment-bio-hero h2{
  margin-top: 0;
}.vip-bg-upload-box{
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 12px;
}.live-chat-form{
  width: calc(100vw - 22px);
  max-width: calc(100vw - 22px);
  transform: translateX(-50%);
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
  box-sizing: border-box;
}.live-chat-input-row input, .live-chat-form input[name="message"]{
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  box-sizing: border-box;
}.live-chat-input-row .wa-send-btn{
  flex: 0 0 52px;
  width: 52px;
  min-width: 52px;
  height: 52px;
}
.page.watch-page{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }.watch-page .watch-layout.watch-layout-side-playlist{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }.watch-page .watch-panel{
    order: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
  }.watch-page .watch-side-playlist{
    order: 2;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 6px 0 0;
    padding: 8px 10px 6px;
    position: relative;
    top: auto;
    z-index: 1;
    clear: both;
    max-height: none;
    overflow: visible;
  }.watch-page .watch-comments-separate{
    display: block;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 0 10px 24px;
    position: relative;
    z-index: 2;
  }.watch-page .watch-comment-form{
    grid-template-columns: minmax(0,1fr) 56px;
    gap: 8px;
    margin-bottom: 14px;
  }.watch-page .watch-comment-form input{
    height: 54px;
    border-radius: 17px;
  }.watch-page .watch-comment-form .wa-send-btn{
    width: 56px;
    height: 54px;
    border-radius: 17px;
  }.watch-page .watch-comments-list{
    gap: 14px;
  }.live-chat-form{
    width: calc(100vw - 18px);
    max-width: calc(100vw - 18px);
  }.live-chat-input-row{
    gap: 8px;
  }.live-chat-input-row .wa-send-btn{
    flex-basis: 50px;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
.live-chat-form, .live-chat-form.wa-chat-form{
  position: fixed;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: none;
  padding: 10px max(12px, env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
  margin: 0;
  box-sizing: border-box;
  display: block;
  overflow: visible;
}.live-chat-input-row{
  padding: 0;
}.live-chat-input-row input, .live-chat-form input[name="message"]{
  border-radius: 18px;
}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
  border-radius: 18px;
}
.live-chat-form, .live-chat-form.wa-chat-form{
    padding-left: 10px;
    padding-right: 10px;
  }.live-chat-input-row{
    gap: 7px;
  }.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
    flex-basis: 50px;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
.comment-bio-overlay{
  display: none;
}.user-bio-page{
  min-height: calc(100dvh - 80px);
  padding-bottom: 28px;
}.user-bio-shell{
  width: 100%;
}.bio-page-back{
  font-size: 2rem;
  margin: 0 0 18px;
}.bio-page-back img{
  object-fit: contain;
}.bio-page-glow{
  position: absolute;
  inset: -25% -20% auto auto;
  width: 70%;
  height: 55%;
  background: radial-gradient(circle, rgba(168,85,247,.35), transparent 62%);
  filter: blur(10px);
  pointer-events: none;
}.bio-page-avatar-wrap{
  position: relative;
}.bio-page-avatar{
  display: block;
  background: #17131f;
}.bio-page-card h1{
  position: relative;
  font-weight: 950;
  text-shadow: 0 4px 20px rgba(0,0,0,.35);
}.bio-page-vip-pill{
  min-width: 112px;
  margin: 0 auto 18px;
  letter-spacing: .04em;
}.bio-page-stats{
  max-width: 520px;
}.bio-page-stats span{
  font-size: 1.05rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}.bio-page-card-title{
  text-align: left;
}.bio-page-cards{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  align-items: stretch;
}.bio-page-empty, .bio-page-loading{
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 28px;
  color: rgba(255,255,255,.72);
  font-weight: 800;
  text-align: center;
}
.user-bio-page{
    padding-inline: 12px;
  }.bio-page-back{
    font-size: 1.75rem;
    margin-bottom: 12px;
  }.bio-page-stats{
    gap: 9px;
  }.bio-page-stats span{
    min-height: 44px;
    font-size: .94rem;
  }.bio-page-cards{
    gap: 7px;
  }
.live-chat-scroll::after{
  flex: 0 0 72px;
}.live-chat-form, .live-chat-form.wa-chat-form{
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: calc(100vw - 18px);
  max-width: calc(100vw - 18px);
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}.live-chat-input-row{
  justify-content: center;
}.live-chat-input-row input{
  min-width: 0;
  max-width: 100%;
}.leaderboard-row{
  cursor: default;
}.leaderboard-name-bio{
  color: inherit;
  cursor: pointer;
  text-align: left;
  max-width: 100%;
}.leaderboard-name-bio strong{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}.watch-comment-form{
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 auto 18px;
  box-sizing: border-box;
}.watch-comment-form input{
  flex: 1 1 auto;
  min-width: 0;
}.watch-comments-list{
  gap: 14px;
}.clean-comment-card.comment-elite-card{
  min-height: 0;
  padding: 18px 18px 16px;
  border-radius: 24px;
}.clean-comment-card .comment-elite-top{
  grid-template-columns: 62px minmax(0,1fr) auto;
  gap: 10px;
  align-items: start;
}.clean-comment-card .wa-avatar{
  width: 54px;
  height: 54px;
  min-width: 54px;
}.clean-comment-card .comment-name-line{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}.clean-comment-card .comment-name-line b{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.28rem;
  line-height: 1.1;
}.comment-vip-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(135deg,#7c3aed,#d946ef);
  color: #fff;
}.comment-vip-badge.empty{
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.12);
}.clean-comment-card .comment-elite-level{
  font-size: 1rem;
  padding-top: 5px;
}.clean-comment-card .comment-elite-text{
  font-size: 1.12rem;
  line-height: 1.38;
  margin: 14px 0 14px;
}.clean-comment-card .comment-elite-bottom{
  font-size: 1rem;
  gap: 10px;
}.comment-elite-bottom .comment-reply-btn, .clean-comment-card .comment-reply-btn{
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(255,255,255,.9);
  padding: 0;
  min-width: max-content;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}.watch-page .watch-comments-separate{
  display: block;
  clear: both;
  width: 100%;
  max-width: 860px;
  margin: 16px auto 0;
  padding: 0 10px 24px;
  position: relative;
  z-index: 3;
}.watch-page .watch-comments-panel{
  padding: 0;
}.profile-edit-page{
  padding-top: 18px;
  padding-bottom: 32px;
}.profile-edit-back{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 950;
  font-size: 1.7rem;
  margin: 0 0 16px;
  padding: 4px 0;
}.profile-edit-back img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}.profile-edit-card{
  max-width: 560px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(145deg,rgba(36,31,48,.96),rgba(17,15,24,.98));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 48px rgba(0,0,0,.35);
}.profile-edit-avatar-wrap{
  width: 128px;
  height: 128px;
  border-radius: 50%;
  padding: 4px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg,#7c3aed,#ec4899,#c084fc);
}.profile-edit-avatar-wrap img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #17131f;
}.profile-edit-card h1{
  text-align: center;
  font-size: 2rem;
  margin: 0 0 8px;
  color: #fff;
}.profile-edit-card .muted-text{
  text-align: center;
  margin-bottom: 18px;
}.profile-edit-save{
  width: 100%;
  margin-top: 16px;
}
.live-chat-scroll{
    padding-bottom: 118px;
  }.watch-comment-form{
    gap: 8px;
    margin-bottom: 14px;
  }.clean-comment-card.comment-elite-card{
    border-radius: 22px;
    padding: 16px 15px 15px;
  }.clean-comment-card .comment-elite-top{
    grid-template-columns: 56px minmax(0,1fr) auto;
    gap: 8px;
  }.clean-comment-card .wa-avatar{
    width: 50px;
    height: 50px;
    min-width: 50px;
  }.clean-comment-card .comment-name-line b{
    font-size: 1.12rem;
  }.comment-vip-badge{
    font-size: .66rem;
    padding: 4px 8px;
  }.clean-comment-card .comment-elite-level{
    font-size: .9rem;
  }.clean-comment-card .comment-elite-text{
    font-size: 1.03rem;
  }.clean-comment-card .comment-elite-bottom{
    font-size: .94rem;
  }
.live-chat-scroll .home-chat-message .wa-avatar, .home-chat-modal .home-chat-message .wa-avatar, .live-chat-panel .home-chat-message .wa-avatar{
  box-sizing: border-box;
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background: linear-gradient(135deg,#7c3aed,#a855f7);
}.live-chat-scroll .home-chat-message .wa-avatar img, .home-chat-modal .home-chat-message .wa-avatar img, .live-chat-panel .home-chat-message .wa-avatar img, .live-chat-scroll .wa-avatar > img, .home-chat-modal .wa-avatar > img, .live-chat-panel .wa-avatar > img{
  box-sizing: border-box;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  transform: none;
}
.live-chat-scroll .home-chat-message .wa-avatar, .home-chat-modal .home-chat-message .wa-avatar, .live-chat-panel .home-chat-message .wa-avatar{
    flex-basis: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }
.watch-replies-page .watch-reply-parent{
  margin-bottom: 6px;
}.watch-replies-page .watch-reply-form{
  margin-top: 0;
  margin-bottom: 6px;
}
.watch-replies-page .watch-reply-parent{
    margin-bottom: 6px;
  }
.comment-profile-avatar, .profile-bio-trigger, .leaderboard-name-bio, .leaderboard-avatar.comment-profile-avatar{
  transition: transform .18s ease,opacity .18s ease,filter .18s ease;
}.user-bio-page .chart-card, .comment-bio-cards .chart-card{
  height: 100%;
}.login-code-open-btn, .login-code-submit-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .2px;
  color: #fff;
  box-shadow: 0 12px 28px rgba(139, 92, 246, .28), inset 0 1px 0 rgba(255,255,255,.22);
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}.login-code-open-btn{
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}.login-code-submit-btn{
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
}.login-code-icon{
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.22));
}.google-auth-box .login-code-open-btn, .google-auth-box .login-code-submit-btn{
  width: min(280px, 100%);
}.login-only-page{
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px 18px;
}.login-only-card{
  width: min(430px, 100%);
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 30px 22px 26px;
  border: 1px solid rgba(196, 181, 253, .22);
  border-radius: 30px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .52), 0 0 48px rgba(139, 92, 246, .16);
  text-align: center;
}.login-only-logo{
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(139,92,246,.45));
}.login-only-card h1{
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 8vw, 2.55rem);
  line-height: 1.05;
}.login-only-card p{
  margin: 0 0 4px;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}.login-only-actions{
  width: 100%;
  display: grid;
  gap: 13px;
  margin-top: 8px;
}.login-only-actions > *, .login-only-actions button{
  width: 100%;
}.login-only-actions .google-auth-fallback{
  display: grid;
  place-items: center;
  min-height: 42px;
}.login-code-open-btn, .login-code-submit-btn{
  gap: 0;
}.login-code-icon{
  display: none;
}.login-code-input{
  text-align: center;
  letter-spacing: .36em;
  font-size: 1.25rem;
  font-weight: 950;
}.page-logo-loader.transparent-loader{
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}.page-logo-loader.transparent-loader span{
  display: none;
}.leaderboard-logo-loading{
  min-height: 220px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: rgba(255,255,255,.82);
  font-weight: 900;
  background: transparent;
}.leaderboard-logo-loading img{
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 14px 28px rgba(139,92,246,.42));
  animation: pageLogoPulse .86s ease-in-out infinite alternate;
}.footer, .footer-logo{
  display: none;
}body{
  background: radial-gradient(circle at 8% 4%, rgba(56,189,248,.12), transparent 22%),
    radial-gradient(circle at 82% 0%, rgba(168,85,247,.24), transparent 32%),
    linear-gradient(180deg, #070711 0%, #0b0814 42%, #07070d 100%);
}.btn.primary, .modal-btn.primary, .google-login-btn, .wallet-pill, .wa-send-btn, .logout-account-btn, .edit-account-btn, .nickname-mini-btn{
  background: linear-gradient(135deg, #7c3aed, #a855f7, #ec4899);
  color: #fff;
  border-color: rgba(216,180,254,.35);
  box-shadow: 0 14px 34px rgba(124,58,237,.28);
}.brand-logo, .boot-logo, .login-only-logo{
  filter: drop-shadow(0 18px 34px rgba(168,85,247,.38));
}.account-modal[data-account-modal="logout"] .modal-icon, .account-modal[data-account-modal="nickname"] .modal-icon, .account-modal[data-account-modal="app-confirm"] .modal-icon, .account-modal[data-account-modal="login-code"] .modal-icon{
  display: none;
}.account-modal-panel, .account-modal-panel.danger-panel{
  border-color: rgba(168,85,247,.45);
  background: linear-gradient(145deg, rgba(23,18,34,.98), rgba(12,10,19,.98) 58%, rgba(72,37,116,.88));
  box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(216,180,254,.08), 0 0 44px rgba(124,58,237,.22);
}.modal-btn.danger, [data-confirm-logout], [data-app-confirm-ok], [data-save-nickname]{
  background: linear-gradient(135deg, #7c3aed, #a855f7, #ec4899);
  color: #fff;
  border: 0;
  box-shadow: 0 14px 34px rgba(124,58,237,.34);
}.login-only-actions .google-auth-fallback:empty{
  display: none;
}.login-google-direct-btn{
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}.login-google-main-btn{
  display: flex;
}.live-chat-form, .live-chat-form.wa-chat-form{
  z-index: 9999;
}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}.gacha-btn, .gacha-take-btn, .simple-gacha-take{
  background: linear-gradient(90deg, #7c3aed, #ec4899, #f8fafc, #c084fc, #7c3aed);
  background-size: 360% 100%;
  animation: chartRainbowNonStop 2.4s linear infinite;
}

@keyframes chartRainbowNonStop {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 360% 50%;
  }
}.login-only-page{
  background: radial-gradient(circle at 12% 8%, rgba(139,92,246,.18), transparent 25%),
    radial-gradient(circle at 86% 0%, rgba(124,58,237,.32), transparent 34%),
    linear-gradient(160deg, #050713 0%, #0b0714 46%, #111827 100%);
}.login-only-card{
  border-color: rgba(96,165,250,.22);
  background: linear-gradient(180deg, rgba(15,23,42,.90), rgba(18,10,32,.94));
}.login-only-actions .google-auth-fallback, .login-only-actions iframe, .login-only-actions div[role="button"]:not(.google-login-btn){
  display: none;
}.login-only-actions .google-login-btn, .login-only-actions .login-google-main-btn, .login-only-actions .login-code-open-btn, .login-only-actions .login-code-submit-btn{
  width: auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: .15px;
  background: linear-gradient(135deg, rgba(15,23,42,.96), rgba(88,28,135,.90), rgba(37,99,235,.30));
  box-shadow: 0 10px 26px rgba(0,0,0,.28), 0 0 18px rgba(139,92,246,.09);
  backdrop-filter: blur(12px);
}.login-only-actions .login-code-open-btn, .login-only-actions .login-code-submit-btn{
  background: linear-gradient(135deg, rgba(15,23,42,.96), rgba(109,40,217,.92), rgba(37,99,235,.28));
}.login-only-actions .google-logo-img{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
}.google-logo-img{
  display: none;
}.google-login-btn, .login-google-main-btn{
  gap: 0;
  justify-content: center;
  text-align: center;
}.google-auth-fallback{
  display: none;
}.live-chat-form, .live-chat-form.wa-chat-form{
  bottom: calc(var(--live-chat-keyboard-offset,0px) + var(--live-chat-keyboard-gap,0px));
  padding-bottom: 8px;
  background: linear-gradient(180deg,rgba(7,7,17,0),rgba(7,7,17,.86) 30%,rgba(7,7,17,.97));
  will-change: bottom,transform;
}.live-chat-scroll{
  padding-bottom: calc(118px + var(--live-chat-keyboard-offset,0px) + var(--live-chat-keyboard-gap,0px));
  scroll-padding-bottom: calc(118px + var(--live-chat-keyboard-offset,0px) + var(--live-chat-keyboard-gap,0px));
}@supports(height:100dvh){.live-chat-fullscreen{
    height: var(--live-chat-height,100dvh);
    min-height: var(--live-chat-height,100dvh);
  }
}
.live-chat-form, .live-chat-form.wa-chat-form{
    padding-bottom: 8px;
  }.live-chat-input-row{
    gap: 7px;
  }
.live-chat-messages, .home-chat-messages, .comment-list, .watch-comments-list{
  padding-bottom: 120px;
  scroll-padding-bottom: 120px;
}.live-chat-form{
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding-bottom: calc(env(safe-area-inset-bottom,0px) + 10px);
  background: rgba(10,10,18,.96);
  backdrop-filter: blur(12px);
}.live-chat-input-row textarea, .live-chat-form textarea[name="message"]{
  min-height: 52px;
  max-height: 140px;
  overflow-y: auto;
  resize: none;
  padding-bottom: 14px;
}.live-chat-fullscreen, .live-chat-page.live-chat-fullscreen{
  display: block;
  overflow: hidden;
}.live-chat-fullscreen .live-chat-panel, .live-chat-panel.home-chat-modal, .home-chat-modal.live-chat-panel{
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}.live-chat-topbar{
  flex: 0 0 auto;
}.live-chat-scroll, .live-chat-panel .wa-chat-list.live-chat-scroll, .home-chat-modal .wa-chat-list.live-chat-scroll{
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
  padding: 14px 12px 14px;
  scroll-padding-bottom: 18px;
}.live-chat-scroll::after{
  flex-basis: 0;
}.live-chat-form, .live-chat-form.wa-chat-form, .home-chat-modal .live-chat-form, .live-chat-panel .live-chat-form{
  position: relative;
  inset: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom,0px));
  box-sizing: border-box;
  z-index: 4;
  background: rgba(10,10,18,.96);
  border-top: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}.home-chat-reply-compose, .live-chat-form .home-chat-reply-compose{
  position: relative;
  inset: auto;
  transform: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 8px;
  box-sizing: border-box;
}.live-chat-input-row, .live-chat-form .live-chat-input-row{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
}.live-chat-input-row input, .live-chat-form input[name="message"]{
  margin: 0;
}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
  position: relative;
}
.live-chat-scroll, .live-chat-panel .wa-chat-list.live-chat-scroll, .home-chat-modal .wa-chat-list.live-chat-scroll{
    padding: 10px 10px 12px;
  }.live-chat-form, .live-chat-form.wa-chat-form{
    padding: 7px 9px calc(7px + env(safe-area-inset-bottom,0px));
  }.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
    flex-basis: 50px;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }.live-chat-input-row input, .live-chat-form input[name="message"]{
    height: 50px;
  }
body.home-chat-lock{
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}.live-chat-fullscreen{
  inset: var(--live-chat-top,0) 0 auto 0;
  height: var(--live-chat-height,100dvh);
  min-height: var(--live-chat-height,100dvh);
  overflow: hidden;
}.live-chat-fullscreen .live-chat-panel, .live-chat-panel{
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  height: 100%;
  overflow: hidden;
}.live-chat-scroll, .live-chat-panel .wa-chat-list, .home-chat-modal .wa-chat-list{
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}.live-chat-scroll::after{
  content: none;
  display: none;
  height: 0;
}.live-chat-form, .live-chat-form.wa-chat-form, .live-chat-fullscreen .live-chat-form{
  position: relative;
  grid-row: 3;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8px max(10px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-right));
  background: linear-gradient(180deg,rgba(7,16,31,.78),rgba(7,16,31,.98));
  border-top: 1px solid rgba(255,255,255,.10);
  box-sizing: border-box;
  z-index: 5;
}.live-chat-input-row{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
}.live-chat-input-row input, .live-chat-form input[name="message"]{
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
  flex: 0 0 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0;
  box-sizing: border-box;
}.live-chat-login-note{
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 8px 10px calc(8px + env(safe-area-inset-bottom));
  z-index: 4;
}.live-chat-login-actions{
  display: flex;
  gap: 8px;
  padding: 0 10px calc(8px + env(safe-area-inset-bottom));
}.live-chat-login-actions .btn{
  flex: 1 1 0;
  min-height: 44px;
}.live-chat-fullscreen, .live-chat-page.live-chat-fullscreen{
  top: var(--live-chat-top, 0px);
  right: 0;
  bottom: auto;
  left: 0;
  height: calc(var(--live-chat-height, 100dvh) - 2px);
  min-height: calc(var(--live-chat-height, 100dvh) - 2px);
  max-height: calc(var(--live-chat-height, 100dvh) - 2px);
}.live-chat-fullscreen .live-chat-panel, .live-chat-panel.home-chat-modal, .home-chat-modal.live-chat-panel{
  height: 100%;
  max-height: 100%;
  padding-bottom: 0;
}.live-chat-form, .live-chat-form.wa-chat-form, .live-chat-fullscreen .live-chat-form, .home-chat-modal .live-chat-form, .live-chat-panel .live-chat-form{
  position: relative;
  bottom: auto;
  transform: none;
  padding-top: 8px;
  padding-bottom: var(--eric-chat-bottom-safe);
  margin-bottom: 0;
  overflow: visible;
  flex-shrink: 0;
}.live-chat-input-row, .live-chat-form .live-chat-input-row{
  min-height: 54px;
  align-items: center;
  padding-bottom: 0;
}.live-chat-input-row input, .live-chat-form input[name="message"], .live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}.live-chat-scroll, .live-chat-panel .wa-chat-list, .home-chat-modal .wa-chat-list{
  padding-bottom: 28px;
  scroll-padding-bottom: 28px;
}@supports (height: 100svh){.live-chat-fullscreen, .live-chat-page.live-chat-fullscreen{
    height: min(calc(var(--live-chat-height, 100dvh) - 2px), 100svh);
    min-height: min(calc(var(--live-chat-height, 100dvh) - 2px), 100svh);
    max-height: min(calc(var(--live-chat-height, 100dvh) - 2px), 100svh);
  }
}:root{
  scrollbar-gutter: stable both-edges;
}.navbar, .menu-drawer, .card, .anime-card, .chart-card, .modal-card, .comment-bio-overlay, .coin-menu-panel{
  -webkit-backdrop-filter: inherit;
}button, input, select, textarea{
  font: inherit;
}.collection-page-v2{
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  border: 1px solid rgba(255,255,255,.06);
  background: radial-gradient(circle at 8% 2%, rgba(236, 72, 153, .22), transparent 28%),
    radial-gradient(circle at 92% 5%, rgba(168, 85, 247, .16), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(124, 58, 237, .20), transparent 36%),
    linear-gradient(135deg, rgba(5, 8, 22, .98), rgba(16, 8, 34, .98) 52%, rgba(2, 6, 23, .99));
}.collection-page-v2::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 18%, #000 0 42%, transparent 76%);
}.collection-page-v2::after{
  content: "";
  position: absolute;
  inset: auto -12% -18% -12%;
  height: 240px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(168,85,247,.24), transparent 68%);
  filter: blur(12px);
}.collection-page-v2 > *{
  position: relative;
  z-index: 1;
}.collection-hero{
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}.collection-hero-copy, .collection-stat-panel, .collection-showcase-panel, .collection-vault-section, .collection-empty-state{
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 32px rgba(0,0,0,.26);
  backdrop-filter: blur(10px);
}.collection-hero-copy{
  padding: clamp(14px, 3vw, 24px);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
    radial-gradient(circle at 18% 10%, rgba(244,114,182,.22), transparent 34%);
}.collection-hero-copy h1{
  margin: 8px 0 10px;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: .9;
  letter-spacing: -.07em;
  text-shadow: 0 0 32px rgba(216,180,254,.28);
}.collection-hero-copy p{
  max-width: 640px;
  margin: 0;
  color: rgba(245,243,255,.76);
  font-size: clamp(.95rem, 2vw, 1.08rem);
}.collection-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}.collection-main-cta, .collection-ghost-cta, .collection-edit-btn{
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}.collection-stat-panel{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15,23,42,.68), rgba(88,28,135,.30));
}.collection-stat-card{
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
}.collection-stat-card b{
  font-size: clamp(1.45rem, 4vw, 2.25rem);
  line-height: 1;
  color: #fff;
}.collection-stat-card span{
  color: rgba(245,243,255,.68);
  font-weight: 850;
  font-size: .78rem;
}.collection-showcase-panel{
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  padding: 12px;
  border-radius: 16px;
  background: radial-gradient(circle at 90% 18%, rgba(168,85,247,.12), transparent 28%),
    linear-gradient(135deg, rgba(88,28,135,.36), rgba(2,6,23,.70));
}.collection-showcase-copy h2, .collection-vault-head h2, .collection-empty-state h2{
  letter-spacing: -.035em;
}.collection-selected-showcase{
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.08);
}.collection-selected-showcase .leaderboard-selected-card .chart-card{
  inline-size: 118px;
  max-inline-size: 118px;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.38));
}.collection-showcase-empty{
  width: 100%;
  text-align: center;
  padding: 14px;
}.collection-vault-section{
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(2,6,23,.60), rgba(30, 10, 58, .48)),
    radial-gradient(circle at 12% 0%, rgba(168,85,247,.18), transparent 30%);
}.collection-vault-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 20px;
}.collection-rank-chips{
  flex-wrap: wrap;
  justify-content: flex-end;
}.collection-rank-chip{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.065);
  font-weight: 950;
}.collection-rank-chip b{
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}.collection-rank-chip.rank-ssr{
  border-color: rgba(250,204,21,.34);
  box-shadow: 0 0 22px rgba(250,204,21,.10);
}.collection-rank-chip.rank-ss, .collection-rank-chip.rank-s{
  border-color: rgba(216,180,254,.30);
}.collection-vault-card{
  animation: collectionCardIn .42s ease both;
  animation-delay: var(--card-delay, 0ms);
}.collection-vault-card .chart-card{
  border-radius: 22px;
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,.30));
}.collection-vault-card .chart-card-link::after, .collection-selected-showcase .chart-card-link::after, .leaderboard-choice-slider .chart-card-link::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.22) 46%, transparent 58% 100%);
  transform: translateX(-130%);
  transition: transform .58s ease;
}.collection-vault-card .chart-rank-ssr{
  box-shadow: 0 0 0 1px rgba(250,204,21,.16), 0 0 32px rgba(250,204,21,.18);
}.collection-vault-card .chart-rank-ss, .collection-vault-card .chart-rank-s{
  box-shadow: 0 0 0 1px rgba(216,180,254,.16), 0 0 32px rgba(168,85,247,.18);
}.collection-empty-state{
  min-height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 30%, rgba(168,85,247,.24), transparent 34%),
    linear-gradient(135deg, rgba(15,23,42,.64), rgba(2,6,23,.74));
}.collection-empty-orb{
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 2.2rem;
  background: linear-gradient(135deg, rgba(168,85,247,.92), rgba(236,72,153,.68));
  box-shadow: 0 0 42px rgba(168,85,247,.34);
}.collection-empty-state p{
  max-width: 480px;
  margin: 0;
  color: rgba(245,243,255,.72);
}

@keyframes collectionCardIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.collection-hero{
    grid-template-columns: 1fr;
  }.collection-vault-head{
    align-items: flex-start;
    flex-direction: column;
  }.collection-rank-chips{
    justify-content: flex-start;
  }
.collection-page-v2{
    padding-inline: 12px;
  }.collection-hero-copy{
    border-radius: 26px;
  }.collection-stat-panel{
    grid-template-columns: repeat(2, minmax(0,1fr));
    padding: 12px;
    border-radius: 24px;
  }.collection-stat-card{
    min-height: 86px;
    padding: 11px;
    border-radius: 18px;
  }.collection-showcase-panel{
    grid-template-columns: 1fr;
    padding: 16px;
  }.collection-edit-btn{
    justify-self: stretch;
    width: 100%;
  }.collection-selected-showcase .leaderboard-selected-card .chart-card{
    inline-size: 104px;
    max-inline-size: 104px;
  }.collection-vault-section{
    padding: 14px;
    border-radius: 26px;
  }
.network-loading-overlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}.network-loading-overlay.show{
  opacity: 1;
  pointer-events: auto;
}.network-loading-card{
  text-align: center;
  border-radius: 28px;
  position: relative;
}.network-loading-card:before{
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg,transparent,rgba(255,255,255,.16),transparent);
  transform: translateX(-100%);
  animation: networkShine 2.4s infinite;
}.network-loading-spinner{
  height: 98px;
  width: 98px;
  position: relative;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,255,255,.08),rgba(139,92,246,.12));
  box-shadow: 0 0 35px rgba(139,92,246,.3);
}.network-loading-spinner span{
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  animation: networkSpin 1.05s linear infinite;
}.network-loading-spinner span:nth-child(2){
  inset: 20px;
  border-top-color: #a78bfa;
  animation-duration: 1.45s;
  animation-direction: reverse;
}.network-loading-spinner span:nth-child(3){
  inset: 32px;
  border-top-color: #f0abfc;
  animation-duration: .85s;
}.network-loading-title{
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 8px;
}.network-loading-text{
  color: rgba(255,255,255,.72);
  line-height: 1.55;
  font-size: .95rem;
  position: relative;
  z-index: 1;
}.network-loading-retry{
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg,#7c3aed,#db2777);
  box-shadow: 0 12px 28px rgba(124,58,237,.34);
  cursor: pointer;
  z-index: 1;
}.network-loading-overlay[data-mode="offline"] .network-loading-title:after{
  content: " Offline";
  color: #fca5a5;
}

@keyframes networkSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes networkShine {
  0% {
    transform: translateX(-120%);
  }

  55%, 100% {
    transform: translateX(120%);
  }
}
.network-loading-card{
    border-radius: 24px;
    padding: 26px 18px;
  }.network-loading-spinner{
    height: 84px;
    width: 84px;
  }.network-loading-title{
    font-size: 1.02rem;
  }.network-loading-text{
    font-size: .88rem;
  }
.chat-coin-row{
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}.chat-coin-row .live-chat-nav-link{
  flex: 1;
}.purple-coin-badge.online-coin-mini{
  min-width: 132px;
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(88,76,255,.16);
  border: 1px solid rgba(139,92,246,.32);
}.purple-coin-badge.online-coin-mini small{
  font-size: 10px;
  white-space: nowrap;
}.purple-coin-badge.online-coin-mini .attendance-claim-btn{
  display: none;
}.latest-reward-ticker{
  display: flex;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  margin: 8px 0 14px;
  background: linear-gradient(135deg, rgba(101,88,245,.18), rgba(25,180,255,.12));
  color: #fff;
  font-weight: 800;
}.latest-reward-live{
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(239,68,68,.18);
  border: 1px solid rgba(248,113,113,.45);
  color: #fecaca;
  font-size: 12px;
  letter-spacing: .08em;
  box-shadow: 0 0 0 0 rgba(248,113,113,.38);
  animation: latestRewardLivePulse 1.4s ease-in-out infinite;
}.latest-reward-ticker span{
  display: block;
  will-change: transform, opacity;
}.latest-reward-ticker span.reward-exit{
  animation: latestRewardExit .42s ease-in forwards;
}.latest-reward-ticker span.reward-enter{
  animation: latestRewardEnter .52s cubic-bezier(.18,.86,.24,1) forwards;
}.home-latest-reward-wrap{
  margin-top: 12px;
}.inbox-item-icon{
  display: flex;
  gap: 12px;
  align-items: flex-start;
}.inbox-item-icon > img{
  object-fit: contain;
  background: rgba(255,255,255,.08);
  padding: 5px;
  flex: 0 0 auto;
}.admin-inbox-composer{
  margin: 14px 0;
  padding: 16px;
  border-radius: 22px;
  background: rgba(17,24,39,.74);
  border: 1px solid rgba(139,92,246,.35);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
}.admin-inbox-composer h2{
  margin: 0 0 4px;
  font-size: 20px;
}.admin-inbox-composer p{
  margin: 0 0 12px;
  opacity: .78;
}.admin-inbox-composer input, .admin-inbox-composer textarea{
  width: 100%;
  margin: 7px 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  color: #fff;
  outline: none;
}.admin-inbox-composer textarea{
  resize: vertical;
}

@keyframes latestRewardLivePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(248,113,113,.34);
    opacity: 1;
  }

  50% {
    box-shadow: 0 0 0 6px rgba(248,113,113,0);
    opacity: .82;
  }
}

@keyframes latestRewardExit {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-18px);
    opacity: 0;
  }
}

@keyframes latestRewardEnter {
  from {
    transform: translateY(18px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.chat-coin-row{
    flex-direction: column;
  }.purple-coin-badge.online-coin-mini{
    width: 100%;
  }
.comment-elite-card .comment-bg-video-fallback{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle at 50% 44%, rgba(139,92,246,.26), transparent 42%), linear-gradient(135deg, rgba(20,18,34,.96), rgba(8,10,24,.98));
  opacity: 1;
  transition: opacity .28s ease, transform .28s ease;
}.comment-elite-card .comment-bg-video-fallback img{
  width: clamp(56px, 22%, 104px);
  height: auto;
  object-fit: contain;
  opacity: .68;
  filter: drop-shadow(0 16px 30px rgba(168,85,247,.34));
}.comment-elite-card.video-bg-ready .comment-bg-video-fallback{
  opacity: 0;
  transform: scale(1.02);
}.comment-elite-card .comment-bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}.comment-elite-card .comment-bg-video.is-loaded{
  opacity: .58;
}.comment-elite-card:has(.comment-bg-video)::before{
  background-image: none;
}.page-logo-loader{
  gap: 12px;
}.page-logo-loader img{
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 18px 34px rgba(168,85,247,.38));
}.page-logo-loader span:not(.page-loader-spinner){
  display: none;
}.page-loader-spinner{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,.18);
  border-top-color: #fff;
  box-shadow: 0 0 34px rgba(139,92,246,.35);
  animation: networkSpin .8s linear infinite;
}.network-loading-overlay{
  background: rgba(4,6,18,.42);
  backdrop-filter: blur(5px);
}.network-loading-card{
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}.network-loading-card:before, .network-loading-title, .network-loading-text{
  display: none;
}.network-loading-spinner{
  margin: 0;
}.network-loading-retry{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}.watch-page .comment-elite-card{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: 0 15px 30px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.05);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  clip-path: inset(0 round 30px);
}.watch-page .comment-elite-card::before{
  content: "";
  position: absolute;
  inset: -3px;
  z-index: 0;
  border-radius: inherit;
  background: var(--comment-bg-image, url('../img/comment-card-bg.svg')) center center / cover no-repeat;
  transform: translateZ(0);
  pointer-events: none;
}.watch-page .comment-elite-card::after{
  content: "";
  position: absolute;
  inset: -3px;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(rgba(39,38,47,.72),rgba(39,38,47,.78));
  pointer-events: none;
}.watch-page .comment-elite-card.has-bg::after{
  background: linear-gradient(rgba(0,0,0,.34),rgba(0,0,0,.46));
}.watch-page .comment-elite-card .comment-bg-video-fallback{
  position: absolute;
  inset: -3px;
  display: grid;
  place-items: center;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 44%, rgba(139,92,246,.28), transparent 43%), linear-gradient(135deg, rgba(20,18,34,.96), rgba(5,8,22,.98)), url('../img/comment-card-bg.svg') center center / cover no-repeat;
  pointer-events: none;
  opacity: 1;
  transition: opacity .28s ease, transform .28s ease;
}.watch-page .comment-elite-card .comment-bg-video-fallback img{
  width: clamp(58px, 24%, 112px);
  height: auto;
  object-fit: contain;
  opacity: .72;
  filter: drop-shadow(0 16px 30px rgba(168,85,247,.34));
}.watch-page .comment-elite-card.video-bg-ready .comment-bg-video-fallback{
  opacity: 0;
  transform: scale(1.02);
}.watch-page .comment-elite-card .comment-bg-video{
  position: absolute;
  inset: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}.watch-page .comment-elite-card .comment-bg-video.is-loaded{
  opacity: 1;
}.watch-page .comment-elite-card > :not(.comment-bg-video):not(.comment-bg-video-fallback){
  position: relative;
  z-index: 2;
}.watch-page .watch-replies-list .comment-elite-card:not(.has-bg)::before{
  background: rgba(43,43,52,.96);
}.comment-elite-card{
  overflow: visible;
}.watch-comment-menu-wrap{
  position: relative;
  z-index: 30;
  align-self: start;
  margin-top: 2px;
}.watch-comment-menu{
  position: relative;
  right: auto;
  top: auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: rgba(0,0,0,.28);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}.watch-comment-menu-pop{
  padding: 7px;
  border-radius: 16px;
  background: rgba(14,12,24,.94);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 16px 34px rgba(0,0,0,.44);
  backdrop-filter: blur(12px);
}.watch-comment-menu-pop button{
  width: 100%;
  display: block;
  text-align: left;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 800;
  cursor: pointer;
}.comment-elite-bottom{
  margin-top: 10px;
  transform: translateY(6px);
}.watch-comments-list{
  overflow: visible;
}.chart-detail-overlay{
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(8px);
}.chart-detail-modal{
  background: rgba(12,10,22,.38);
  border: 2px solid rgba(255,255,255,.24);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  backdrop-filter: blur(14px);
}.chart-detail-close{
  z-index: 20;
  top: 8px;
  right: 8px;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.42);
  font-size: 34px;
  line-height: 1;
  touch-action: manipulation;
  cursor: pointer;
}.gacha-take-btn::after{
  content: '';
}
.comment-elite-top{
    grid-template-columns: 62px minmax(0,1fr) auto 36px;
  }.watch-comment-menu{
    width: 34px;
    height: 34px;
  }.comment-elite-bottom{
    transform: translateY(5px);
  }
.wa-chat-form textarea, .live-chat-form textarea, .watch-comment-form textarea{
  width: 100%;
  min-height: 42px;
  resize: none;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1.35;
  padding: 10px 12px;
  box-sizing: border-box;
}.wa-chat-form textarea::-webkit-scrollbar, .live-chat-form textarea::-webkit-scrollbar, .watch-comment-form textarea::-webkit-scrollbar, .wa-chat-list::-webkit-scrollbar, .live-chat-scroll::-webkit-scrollbar, .watch-comments-list::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}.home-chat-message .wa-bubble p, .comment-elite-text{
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.wa-chat-form textarea, .live-chat-form textarea, .watch-comment-form textarea{
  width: 100%;
  min-height: 42px;
  max-height: calc(1.35em * 4 + 18px);
  resize: none;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1.35;
  padding: 10px 12px;
  box-sizing: border-box;
}.wa-chat-form textarea::-webkit-scrollbar, .live-chat-form textarea::-webkit-scrollbar, .watch-comment-form textarea::-webkit-scrollbar, .wa-chat-list::-webkit-scrollbar, .live-chat-scroll::-webkit-scrollbar, .watch-comments-list::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}.wa-chat-list, .live-chat-scroll, .watch-comments-list{
  scrollbar-width: none;
  -ms-overflow-style: none;
}.home-chat-message .wa-bubble p, .comment-elite-text{
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.comment-elite-top{
  grid-template-columns: 62px minmax(0,1fr) auto;
  align-items: start;
}.comment-level-menu{
  gap: 6px;
  justify-self: end;
  position: relative;
  z-index: 50;
}.comment-level-menu .comment-elite-level{
  padding-top: 0;
  margin: 0;
  line-height: 36px;
}.comment-level-menu .watch-comment-menu-wrap{
  position: relative;
  margin: 0;
  align-self: auto;
  z-index: 60;
}.comment-level-menu .watch-comment-menu{
  display: grid;
  position: relative;
  right: auto;
  top: auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
}.watch-comment-menu-pop{
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999;
  min-width: 126px;
}.watch-comment-menu-pop[hidden]{
  display: none;
}.watch-inline-edit{
  position: relative;
  z-index: 5;
  margin: 12px 0;
  display: grid;
  gap: 8px;
}.watch-inline-edit textarea{
  width: 100%;
  min-height: 74px;
  max-height: 120px;
  resize: none;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(0,0,0,.28);
  color: #fff;
  padding: 10px 12px;
  outline: 0;
  overflow: auto;
  scrollbar-width: none;
}.watch-inline-edit textarea::-webkit-scrollbar{
  display: none;
  width: 0;
  height: 0;
}.watch-inline-edit div{
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}.watch-inline-edit button{
  border: 0;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 800;
  background: rgba(255,255,255,.14);
  color: #fff;
}.watch-inline-edit button[type="submit"]{
  background: #a855f7;
}.watch-page .comment-elite-card, .watch-page .clean-comment-card.comment-elite-card, .watch-comments-panel .comment-elite-card{
  overflow: visible;
}.watch-page .comment-elite-top, .watch-comments-panel .comment-elite-top{
  position: relative;
  z-index: 40;
  overflow: visible;
  isolation: isolate;
}.watch-page .comment-level-menu, .watch-comments-panel .comment-level-menu, .watch-page .watch-comment-menu-wrap, .watch-comments-panel .watch-comment-menu-wrap{
  position: relative;
  z-index: 300;
  overflow: visible;
}.watch-page .watch-comment-menu-pop, .watch-comments-panel .watch-comment-menu-pop{
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 99999;
  transform: translateZ(0);
  pointer-events: auto;
}.watch-page .comment-elite-text, .watch-comments-panel .comment-elite-text{
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.watch-replies-page .watch-reply-parent .comment-elite-text, .watch-replies-page .watch-replies-list .comment-elite-text{
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  max-height: none;
}.wa-chat-form textarea, .live-chat-form textarea, .watch-comment-form textarea{
  max-height: calc(1.35em * 5 + 20px);
}.watch-page .comment-level-menu, .watch-comments-panel .comment-level-menu{
  justify-self: end;
  position: relative;
  z-index: 5;
}.watch-page .comment-level-menu .comment-elite-level, .watch-comments-panel .comment-level-menu .comment-elite-level{
  white-space: nowrap;
}.watch-page .watch-comment-menu, .watch-comments-panel .watch-comment-menu{
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 999px;
  font-size: 1.25rem;
  background: rgba(0,0,0,.22);
  display: grid;
  place-items: center;
  position: static;
}.watch-page .watch-comment-menu-pop, .watch-comments-panel .watch-comment-menu-pop{
  display: none;
}.watch-comment-menu-modal{
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
}.watch-comment-menu-panel{
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}.watch-comment-menu-panel p{
  margin: 0 0 16px;
  color: rgba(255,255,255,.72);
}.watch-comment-modal-actions{
  display: grid;
}.watch-comment-modal-btn{
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 13px 14px;
  text-align: left;
  font-weight: 900;
  color: #fff;
  background: rgba(255,255,255,.12);
}.watch-comment-modal-btn.danger{
  background: rgba(239,68,68,.20);
  color: #fecaca;
}.watch-comment-menu-panel .modal-btn.ghost{
  width: 100%;
  justify-content: center;
}.watch-comment-menu-panel{
  width: min(360px, calc(100vw - 36px));
  border-radius: 28px;
  padding: 24px;
  position: relative;
  border-color: rgba(168,85,247,.45);
  background: linear-gradient(145deg, rgba(23,18,34,.98), rgba(12,10,19,.98) 58%, rgba(72,37,116,.88));
  box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(216,180,254,.08), 0 0 44px rgba(124,58,237,.22);
}.watch-comment-menu-panel h2{
  margin: 0 36px 18px 0;
  font-size: 1.35rem;
}.watch-comment-menu-panel p{
  display: none;
}.watch-comment-modal-actions{
  gap: 12px;
  margin-bottom: 12px;
}.watch-comment-modal-btn, .watch-comment-modal-btn.danger{
  border: 0;
  background: linear-gradient(135deg, #7c3aed, #a855f7, #ec4899);
  color: #fff;
  box-shadow: 0 14px 34px rgba(124,58,237,.34);
}.watch-comment-menu-panel .modal-btn.ghost{
  border: 1px solid rgba(216,180,254,.24);
  background: rgba(255,255,255,.08);
  color: #fff;
}.watch-page .comment-elite-top, .watch-comments-panel .comment-elite-top{
  grid-template-columns: 62px minmax(0,1fr) auto;
  align-items: start;
}.watch-page .comment-level-menu, .watch-comments-panel .comment-level-menu{
  display: flex;
  align-items: center;
  align-self: start;
  gap: 4px;
  padding-top: 0;
  margin-top: 0;
}.watch-page .comment-level-menu .comment-elite-level, .watch-comments-panel .comment-level-menu .comment-elite-level{
  height: 34px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding-top: 0;
}.watch-page .comment-level-menu .watch-comment-menu-wrap, .watch-comments-panel .comment-level-menu .watch-comment-menu-wrap{
  height: 34px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}.watch-page .watch-comment-menu, .watch-comments-panel .watch-comment-menu, .comment-level-menu .watch-comment-menu{
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 999px;
  padding: 0;
  color: rgba(255,255,255,.86);
  display: grid;
  place-items: center;
}.live-chat-form textarea{
  max-height: none;
  height: auto;
  resize: vertical;
  overflow: auto;
  scrollbar-width: auto;
  border: 1px solid rgba(216,180,254,.24);
  border-radius: 18px;
  background: rgba(20,16,30,.72);
}.live-chat-form textarea::-webkit-scrollbar{
  display: block;
  width: 8px;
  height: 8px;
}.watch-comment-form textarea, .watch-reply-form textarea{
  border: 1px solid rgba(216,180,254,.26);
  border-radius: 18px;
  background: rgba(20,16,30,.58);
}.watch-comment-form .wa-send-btn, .watch-reply-form .wa-send-btn{
  border: 1px solid rgba(216,180,254,.34);
  box-shadow: 0 14px 34px rgba(124,58,237,.24), inset 0 0 0 1px rgba(255,255,255,.06);
}a.nav-link, button, .btn, .wallet-pill, .google-login-btn, .nickname-mini-btn, .modal-btn, .watch-comment-modal-btn, .chart-card, .anime-card, .account-chip, .comment-elite-card, .comment-bio-card{
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}.menu-drawer .menu-main-grid-unified .nav-link{
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  box-sizing: border-box;
}.coin-menu{
  display: none;
}.menu-coin-inline{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 0 0;
}.menu-coin-inline .online-coin-mini, .menu-coin-inline [class*="coin"]{
  width: 100%;
  justify-content: center;
}.account-profile-row.profile-bio-trigger, .leaderboard-avatar.comment-profile-avatar, .leaderboard-name-bio, .comment-profile-avatar, .comment-bio-card, .comment-bio-stats span, .vip-bg-upload-box{
  border: 1px solid var(--eric-soft-border);
  background: var(--eric-soft-panel);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
  box-sizing: border-box;
}.leaderboard-avatar.comment-profile-avatar, .comment-profile-avatar, .account-profile-row.profile-bio-trigger img, .comment-bio-avatar{
  border: 2px solid rgba(180,60,255,.72);
  box-shadow: 0 0 0 2px rgba(139,92,246,.18), 0 12px 28px rgba(0,0,0,.25);
}.comment-bio-modal.elite-user-bio.new-bio-card, .comment-bio-modal.new-bio-card{
  border: 1px solid rgba(216,180,254,.26);
}.watch-page .watch-comment-form, .watch-page .watch-reply-form{
  display: grid;
  grid-template-columns: minmax(0,1fr) 56px;
  gap: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}.watch-page .watch-comment-form input, .watch-page .watch-comment-form textarea, .watch-page .watch-reply-form input, .watch-page .watch-reply-form textarea{
  min-height: 54px;
  height: 54px;
  max-height: 132px;
  border-radius: 18px;
  border: 1px solid var(--eric-soft-border);
  background: rgba(20,16,30,.76);
  color: #fff;
  padding: 14px 16px;
  line-height: 1.35;
  resize: vertical;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 12px 26px rgba(0,0,0,.18);
  box-sizing: border-box;
}.watch-page .watch-comment-form .wa-send-btn, .watch-page .watch-reply-form .wa-send-btn{
  width: 56px;
  min-width: 56px;
  height: 54px;
  min-height: 54px;
  border-radius: 18px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,180,254,.34);
  background: linear-gradient(135deg, rgba(124,58,237,.88), rgba(168,85,247,.78));
  box-shadow: 0 14px 34px rgba(124,58,237,.25), inset 0 0 0 1px rgba(255,255,255,.07);
}.watch-page .watch-comment-form .wa-send-btn i, .watch-page .watch-reply-form .wa-send-btn i{
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}.watch-page .comment-elite-card, .watch-comments-panel .comment-elite-card{
  border: 1px solid rgba(216,180,254,.18);
  box-shadow: 0 16px 34px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.035);
}
.watch-page .watch-comment-form, .watch-page .watch-reply-form{
    grid-template-columns: minmax(0,1fr) 52px;
    gap: 8px;
  }.watch-page .watch-comment-form .wa-send-btn, .watch-page .watch-reply-form .wa-send-btn{
    width: 52px;
    min-width: 52px;
  }
.menu-drawer .menu-main-grid-unified{
  width: 100%;
}.menu-drawer .menu-main-grid-unified .nav-link, .menu-drawer .chat-coin-row .nav-link, .menu-drawer .inbox-menu-link, .menu-drawer .admin-send-menu-link{
  width: 100%;
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  white-space: normal;
  line-height: 1.12;
  box-sizing: border-box;
}.menu-drawer .chat-coin-row{
  display: contents;
}.menu-drawer .inbox-menu-link b{
  margin-left: auto;
  flex: 0 0 auto;
}.menu-drawer .menu-coin-inline{
  grid-column: 1/-1;
}
.menu-drawer .menu-main-grid-unified{
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
.comment-elite-text, .watch-page .comment-elite-text, .watch-comments-panel .comment-elite-text, .watch-comment-item .comment-elite-text, .watch-comment-reply .comment-elite-text, .live-chat-scroll .home-chat-message .wa-bubble p, .home-chat-message .wa-bubble p, .wa-chat-list .wa-bubble p{
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: initial;
  max-height: none;
  height: auto;
  overflow: visible;
  text-overflow: clip;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.watch-page .comment-elite-card, .watch-comment-item, .watch-comment-reply, .watch-comments-list, .live-chat-scroll, .live-chat-scroll .home-chat-message, .home-chat-message .wa-bubble, .watch-comments-panel .wa-bubble{
  overflow: visible;
  max-height: none;
}.watch-page .watch-comment-form textarea, .watch-page .watch-reply-form textarea, .live-chat-form textarea, .wa-chat-form textarea{
  height: auto;
  min-height: 54px;
  max-height: none;
  overflow: hidden;
  resize: vertical;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.watch-page .watch-comment-form, .watch-page .watch-reply-form{
  align-items: start;
}.watch-page .watch-comment-form .wa-send-btn, .watch-page .watch-reply-form .wa-send-btn{
  align-self: start;
}.home-chat-reply-compose p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.menu-drawer .menu-main-grid-unified{
  overflow: visible;
}.menu-drawer .menu-main-grid-unified .nav-link, .menu-drawer .live-chat-nav-link, .menu-drawer .inbox-menu-link{
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  white-space: nowrap;
  text-overflow: clip;
  word-break: keep-all;
  font-size: clamp(.68rem,2.8vw,.86rem);
  letter-spacing: -.025em;
  padding: 0 9px;
  gap: 7px;
}.menu-drawer .menu-main-grid-unified .nav-link i{
  flex: 0 0 auto;
  font-size: 1rem;
}.menu-drawer .menu-main-grid-unified .nav-link b, .menu-drawer .live-chat-purple-dot{
  margin-left: auto;
  flex: 0 0 auto;
}@media (max-width:360px){.menu-drawer{
    padding-inline: 10px;
  }.menu-drawer .menu-main-grid-unified{
    gap: 8px;
  }.menu-drawer .menu-main-grid-unified .nav-link{
    font-size: .66rem;
    padding: 0 7px;
    gap: 5px;
  }
}.account-profile-row.profile-bio-trigger, .profile-bio-trigger, .leaderboard-name-bio, .leaderboard-user .leaderboard-name-bio, .comment-elite-namebox, .comment-name-line, .bio-page-card h1, .compact-account .account-text{
  background: transparent;
  border: 0;
  box-shadow: none;
}.leaderboard-page-row, .leaderboard-row.leaderboard-row-cards{
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  transition: none;
}.leaderboard-user, .leaderboard-user strong, .leaderboard-name-bio strong{
  background: transparent;
  border: 0;
  box-shadow: none;
}.leaderboard-vip-badge, .comment-vip-badge.clean, .comment-vip-badge.empty{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-width: 14px;
  padding: 0;
  margin-left: 4px;
  border-radius: 999px;
  font-size: 0;
  line-height: 1;
  background: linear-gradient(135deg,#a855f7,#ec4899);
  color: #fff;
  box-shadow: 0 0 10px rgba(168,85,247,.48);
  vertical-align: middle;
}.leaderboard-vip-badge::before, .comment-vip-badge.clean::before{
  content: '°';
  font-size: 18px;
  line-height: 10px;
  font-weight: 1000;
  transform: translateY(-1px);
}.comment-vip-badge.empty{
  opacity: .45;
  background: rgba(255,255,255,.16);
  box-shadow: none;
}.comment-vip-badge.empty::before{
  content: '°';
  font-size: 18px;
  line-height: 10px;
}.user-bio-page{
  padding-top: 22px;
}.user-bio-shell{
  max-width: 100%;
  margin: 0 auto;
}.bio-page-back{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.055);
  color: #fff;
  font-weight: 900;
}.bio-page-back img{
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}.bio-page-card{
  position: relative;
  overflow: hidden;
  margin-top: 14px;
  padding: 34px 20px 24px;
  border-radius: 32px;
  border: 1px solid rgba(216,180,254,.20);
  background: radial-gradient(circle at 18% 0%,rgba(168,85,247,.28),transparent 34%),
    radial-gradient(circle at 88% 18%,rgba(139,92,246,.18),transparent 34%),
    linear-gradient(145deg,rgba(20,18,34,.82),rgba(7,9,18,.92));
  box-shadow: 0 28px 80px rgba(0,0,0,.46), inset 0 0 0 1px rgba(255,255,255,.04);
  text-align: center;
}.bio-page-glow{
  display: none;
}.bio-page-avatar-wrap{
  width: 136px;
  height: 136px;
  margin: 0 auto 14px;
  border-radius: 999px;
  padding: 4px;
  background: linear-gradient(135deg,rgba(168,85,247,.95),rgba(139,92,246,.75));
  box-shadow: 0 18px 48px rgba(0,0,0,.38),0 0 0 7px rgba(255,255,255,.035);
}.bio-page-avatar{
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  border: 0;
  box-shadow: none;
}.bio-page-card h1{
  margin: 6px 0 8px;
  font-size: clamp(2rem,8vw,3.8rem);
  line-height: .95;
  color: #fff;
  letter-spacing: -.055em;
}.bio-page-vip-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(168,85,247,.18);
  border: 1px solid rgba(216,180,254,.18);
  color: #f5d0fe;
  font-size: .78rem;
  font-weight: 950;
  box-shadow: none;
}.bio-page-stats{
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  margin: 18px 0;
}.bio-page-stats span{
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.075);
  color: #fff;
  font-weight: 900;
}.bio-page-card-title{
  margin: 6px 0 12px;
  color: rgba(255,255,255,.68);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
}.collection-page.collection-page-v2{
  padding-bottom: 24px;
}.collection-lite-panel, .owned-collection-section.collection-vault-section{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.035);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  padding: 9px;
  margin: 0;
}.collection-lite-toolbar, .owned-collection-head.collection-vault-head{
  justify-content: space-between;
  padding: 3px 3px 9px;
  margin: 0;
}.collection-lite-toolbar h2, .collection-vault-head h2{
  margin: 0;
  font-size: 1.15rem;
}.collection-lite-toolbar p, .collection-vault-head p{
  display: none;
}.collection-rank-chips{
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
}.collection-rank-chip{
  min-width: max-content;
  min-height: 28px;
  padding: 5px 8px;
  font-size: .72rem;
}.collection-vault-card .chart-card, .collection-vault-card .chart-card-link{
  transform: none;
}.collection-showcase-panel{
  display: none;
}.collection-lite-showcase{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}.collection-lite-showcase .secondary-btn, .collection-edit-btn{
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: .78rem;
}.collection-lite-selected{
  display: flex;
  gap: 6px;
  align-items: center;
}.collection-lite-selected .chart-card{
  width: 44px;
  max-width: 44px;
  min-width: 44px;
}.collection-leaderboard-picker.editing{
  margin: 0 0 12px;
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  box-shadow: none;
}
.collection-lite-toolbar, .owned-collection-head.collection-vault-head{
    align-items: flex-start;
    flex-direction: column;
  }.bio-page-card{
    padding: 28px 14px 20px;
    border-radius: 28px;
  }.bio-page-avatar-wrap{
    width: 118px;
    height: 118px;
  }
.anime-card .poster, .anime-card .poster-wrap{
  position: relative;
  overflow: hidden;
}.anime-card .poster::after{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  opacity: 0;
  transition: opacity .18s ease, background .18s ease;
  pointer-events: none;
}.anime-card .poster img{
  transition: transform .22s ease, filter .22s ease;
}.leaderboard-user{
  display: flex;
  flex-direction: column;
  gap: 2px;
}.leaderboard-name-bio{
  background: none;
  border: none;
  padding: 0;
}.leaderboard-level, .comment-elite-level.under-name{
  font-size: 11px;
  opacity: .7;
  font-weight: 600;
  margin-left: 2px;
}.leaderboard-vip-badge, .comment-vip-badge.clean{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: linear-gradient(135deg,#7c4dff,#00c2ff);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.18);
  min-width: auto;
  height: 22px;
}.comment-level-menu{
  display: flex;
  align-items: flex-start;
}.comment-vip-badge.empty{
  display: none;
}.leaderboard-vip-badge, .comment-vip-badge.clean, .comment-vip-badge:not(.empty){
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 20px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(135deg, var(--brand, #7c4dff), #00c2ff);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
  box-shadow: 0 5px 14px rgba(124,77,255,.28);
  text-decoration: none;
}.leaderboard-vip-badge::before, .leaderboard-vip-badge::after, .comment-vip-badge.clean::before, .comment-vip-badge.clean::after, .comment-vip-badge:not(.empty)::before, .comment-vip-badge:not(.empty)::after{
  content: none;
  display: none;
}.leaderboard-name-bio{
  display: flex;
  align-items: center;
  gap: 7px;
}.leaderboard-user, .comment-elite-namebox{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}.comment-name-line{
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}.leaderboard-level, .comment-elite-level.under-name{
  position: static;
  margin: 0;
  transform: none;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  opacity: .72;
}.comment-elite-top > .comment-elite-level:not(.under-name), .comment-vip-badge.empty{
  display: none;
}.menu-bookmark-chat-row{
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}.menu-bookmark-chat-row .nav-link{
  min-width: 0;
  justify-content: center;
  text-align: center;
}.menu-bookmark-chat-row .bookmark-menu-link{
  grid-column: 1;
}.menu-bookmark-chat-row .live-chat-nav-link{
  grid-column: 2;
}
.menu-bookmark-chat-row{
    gap: 8px;
  }.menu-bookmark-chat-row .nav-link{
    padding-inline: 8px;
    font-size: .72rem;
  }
.menu-drawer .menu-main-grid-unified{
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
  align-items: stretch;
}.menu-drawer .menu-main-grid-unified > .nav-link, .menu-drawer .menu-main-grid-unified > a.nav-link{
  width: 100%;
  min-width: 0;
  justify-content: center;
  text-align: center;
}.menu-drawer .menu-main-grid-unified .admin-send-menu-link{
  grid-column: 1 / -1;
}.menu-drawer .menu-main-grid-unified .bookmark-menu-link{
  grid-column: 1;
}.menu-drawer .menu-main-grid-unified .live-chat-nav-link{
  grid-column: 2;
}.menu-drawer .menu-main-grid-unified .inbox-menu-link{
  grid-column: 2;
}.menu-bookmark-chat-row{
  display: contents;
}.inbox-page{
  padding-bottom: 110px;
}.inbox-hero{
  position: relative;
  overflow: hidden;
  margin: 12px 0 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: linear-gradient(135deg,rgba(131,56,236,.28),rgba(5,8,22,.94) 58%,rgba(0,212,255,.16));
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}.inbox-hero:before{
  content: "";
  position: absolute;
  inset: -80px -40px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  filter: blur(22px);
}.inbox-kicker{
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #c7d2fe;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}.inbox-hero h1{
  margin: 10px 0 4px;
  font-size: 32px;
  line-height: 1;
}.inbox-hero p{
  margin: 0;
  color: rgba(255,255,255,.72);
  max-width: 560px;
}.inbox-count{
  min-width: 76px;
  height: 76px;
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.14);
}.inbox-count small{
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: rgba(255,255,255,.68);
  margin-top: -12px;
  text-transform: uppercase;
}.premium-inbox-list{
  display: grid;
  gap: 12px;
}.inbox-card{
  position: relative;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: rgba(8,12,28,.82);
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
  animation: inboxUp .32s ease both;
  animation-delay: calc(var(--i,0) * 35ms);
}.inbox-card.from-admin{
  border-color: rgba(168,85,247,.26);
  background: linear-gradient(135deg,rgba(88,28,135,.32),rgba(8,12,28,.9));
}.inbox-avatar{
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.10);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
}.inbox-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}.inbox-card-body{
  min-width: 0;
  flex: 1;
}.inbox-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
}.inbox-card-top b{
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.inbox-card-top span{
  font-size: 11px;
  font-weight: 900;
  color: #c4b5fd;
  background: rgba(124,58,237,.16);
  padding: 5px 8px;
  border-radius: 999px;
}.inbox-card p{
  margin: 0 0 8px;
  color: rgba(255,255,255,.78);
  line-height: 1.45;
  font-size: 13px;
  white-space: pre-wrap;
}.inbox-card small{
  color: rgba(255,255,255,.48);
  font-size: 11px;
}.inbox-empty{
  padding: 34px 18px;
  text-align: center;
  border-radius: 24px;
  border: 1px dashed rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.72);
}.inbox-empty div{
  font-size: 34px;
  margin-bottom: 8px;
}.inbox-empty h2{
  margin: 0 0 4px;
  color: #fff;
}.watch-comment-menu-pop button[data-close-watch-comment-menu-modal], .watch-comment-menu-panel .modal-btn.ghost{
  display: none;
}

@keyframes inboxUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.inbox-hero{
    padding: 18px;
    border-radius: 22px;
  }.inbox-hero h1{
    font-size: 27px;
  }.inbox-count{
    width: 64px;
    height: 64px;
    min-width: 64px;
    font-size: 22px;
  }.inbox-card{
    border-radius: 18px;
    padding: 12px;
  }.inbox-avatar{
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }.inbox-card-top{
    align-items: flex-start;
  }.inbox-card p{
    font-size: 12.5px;
  }
.chart-card-link::before, .chart-card-link::after{
  background-color: transparent;
}.chart-card::before, .chart-card::after, .chart-card-link::before, .chart-card-link::after{
  background: transparent;
  box-shadow: none;
}.chart-card img, .chart-card-link img{
  -webkit-user-drag: none;
}.google-login-btn, .login-code-open-btn, .login-code-submit-btn, .login-only-actions button, .login-only-actions a, [data-login-code-open], [data-login-code-submit], .login-code-panel button{
  -webkit-tap-highlight-color: transparent;
}html, body, body *, a, button, [role="button"], input, select, textarea, label, summary, .menu-btn, .nav-link, .cache-reset-btn, .btn, .chip-button, .card, .anime-card, .card-item, .chart-card, .chart-card-link, .collection-card, .leaderboard-choice, .sidebar-episode, .genre-pill, .genre-cloud a, .watch-comment-menu, .watch-comment-menu-pop button, .header-back-btn{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}a:focus, a:active, button:focus, button:active, [role="button"]:focus, [role="button"]:active, .menu-btn:focus, .menu-btn:active, .nav-link:focus, .nav-link:active, .card:focus, .card:active, .anime-card:focus, .anime-card:active, .card-item:focus, .card-item:active, .chart-card:focus, .chart-card:active, .chart-card-link:focus, .chart-card-link:active, .collection-card:focus, .collection-card:active, .leaderboard-choice:focus, .leaderboard-choice:active, .sidebar-episode:focus, .sidebar-episode:active, .genre-pill:focus, .genre-pill:active, .watch-comment-menu:focus, .watch-comment-menu:active, .header-back-btn:focus, .header-back-btn:active{
  outline: none;
  box-shadow: none;
  border-color: rgba(168,85,247,.48);
}.card:active, .anime-card:active, .card-item:active, .collection-card:active, .chart-card:active, .chart-card-link:active, .sidebar-episode:active, .genre-pill:active, .nav-link:active, .menu-btn:active, .header-back-btn:active{
  background-image: none;
  filter: none;
}

@import url("./livechat-theme-global.css");


body:not(.no-global-hover) a, body:not(.no-global-hover) button, body:not(.no-global-hover) .btn, body:not(.no-global-hover) .nav-link, body:not(.no-global-hover) .menu-btn, body:not(.no-global-hover) .anime-card, body:not(.no-global-hover) .poster, body:not(.no-global-hover) .card, body:not(.no-global-hover) .card-item, body:not(.no-global-hover) .genre-pill, body:not(.no-global-hover) .sidebar-episode, body:not(.no-global-hover) .header-back-btn{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}body:not(.no-global-hover) a:hover, body:not(.no-global-hover) button:hover, body:not(.no-global-hover) .btn:hover, body:not(.no-global-hover) .nav-link:hover, body:not(.no-global-hover) .menu-btn:hover, body:not(.no-global-hover) .anime-card:hover, body:not(.no-global-hover) .poster:hover, body:not(.no-global-hover) .card:hover, body:not(.no-global-hover) .card-item:hover, body:not(.no-global-hover) .genre-pill:hover, body:not(.no-global-hover) .sidebar-episode:hover, body:not(.no-global-hover) .header-back-btn:hover, body:not(.no-global-hover) a:focus-visible, body:not(.no-global-hover) button:focus-visible, body:not(.no-global-hover) .btn:focus-visible, body:not(.no-global-hover) .nav-link:focus-visible, body:not(.no-global-hover) .menu-btn:focus-visible, body:not(.no-global-hover) .anime-card:focus-visible, body:not(.no-global-hover) .poster:focus-visible, body:not(.no-global-hover) .card:focus-visible, body:not(.no-global-hover) .card-item:focus-visible, body:not(.no-global-hover) .genre-pill:focus-visible, body:not(.no-global-hover) .sidebar-episode:focus-visible, body:not(.no-global-hover) .header-back-btn:focus-visible, body:not(.no-global-hover) a:active, body:not(.no-global-hover) button:active, body:not(.no-global-hover) .btn:active, body:not(.no-global-hover) .nav-link:active, body:not(.no-global-hover) .menu-btn:active, body:not(.no-global-hover) .anime-card:active, body:not(.no-global-hover) .poster:active, body:not(.no-global-hover) .card:active, body:not(.no-global-hover) .card-item:active, body:not(.no-global-hover) .genre-pill:active, body:not(.no-global-hover) .sidebar-episode:active, body:not(.no-global-hover) .header-back-btn:active, body:not(.no-global-hover) .tap-hover{
  transform: none;
  filter: none;
  box-shadow: none;
  border-color: rgba(168,85,247,.48);
}body.no-global-hover .tap-hover, body.no-global-hover a:hover, body.no-global-hover button:hover, body.no-global-hover .btn:hover, body.no-global-hover .nav-link:hover, body.no-global-hover .menu-btn:hover, body.no-global-hover .anime-card:hover, body.no-global-hover .poster:hover, body.no-global-hover .card:hover, body.no-global-hover .card-item:hover, body.no-global-hover .chart-card:hover, body.no-global-hover .chart-card-link:hover, body.no-global-hover .leaderboard-choice:hover, body.no-global-hover .collection-card:hover, body.no-global-hover .shop-card-cell:hover{
  transform: none;
  filter: none;
  box-shadow: none;
  outline: none;
  border-color: rgba(168,85,247,.48);
}.toast{
  z-index: 2147483647;
  left: 50%;
  right: auto;
  bottom: max(22px, env(safe-area-inset-bottom));
  max-width: min(92vw, 430px);
  width: max-content;
  transform: translateX(-50%) translateY(0);
  padding: 13px 18px 13px 44px;
  border-radius: 18px;
  border: 1px solid rgba(139,92,246,.72);
  color: #fff;
  background: linear-gradient(135deg, rgba(20,14,38,.98), rgba(7,18,38,.98));
  box-shadow: 0 0 0 1px rgba(96,165,250,.28), 0 18px 55px rgba(0,0,0,.62), 0 0 26px rgba(139,92,246,.25);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .1px;
  text-align: left;
  animation: ericanimeToastIn .18s ease-out both;
}.toast::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #a855f7, #d8b4fe);
  box-shadow: 0 0 16px rgba(96,165,250,.65);
}

@keyframes ericanimeToastIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(14px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.toast{
    bottom: max(16px, env(safe-area-inset-bottom));
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    justify-content: flex-start;
  }
body:not(.no-global-hover) .anime-card h3, body:not(.no-global-hover) .anime-card h3 a, body:not(.no-global-hover) .card-body h3, body:not(.no-global-hover) .card-body h3 a, body:not(.no-global-hover) .leaderboard-name-bio, body:not(.no-global-hover) .leaderboard-name-bio strong, body:not(.no-global-hover) .comment-profile-name, body:not(.no-global-hover) .comment-profile-email, body:not(.no-global-hover) .profile-gamertag, body:not(.no-global-hover) .profile-email, body:not(.no-global-hover) [data-profile-gamertag], body:not(.no-global-hover) [data-profile-email]{
  border-color: transparent;
  box-shadow: none;
  outline: none;
  background: transparent;
  transform: none;
  filter: none;
}body:not(.no-global-hover) .anime-card h3:hover, body:not(.no-global-hover) .anime-card h3 a:hover, body:not(.no-global-hover) .card-body h3:hover, body:not(.no-global-hover) .card-body h3 a:hover, body:not(.no-global-hover) .leaderboard-name-bio:hover, body:not(.no-global-hover) .leaderboard-name-bio:focus, body:not(.no-global-hover) .leaderboard-name-bio:active, body:not(.no-global-hover) .leaderboard-name-bio strong:hover, body:not(.no-global-hover) .comment-profile-name:hover, body:not(.no-global-hover) .comment-profile-email:hover, body:not(.no-global-hover) .profile-gamertag:hover, body:not(.no-global-hover) .profile-email:hover, body:not(.no-global-hover) [data-profile-gamertag]:hover, body:not(.no-global-hover) [data-profile-email]:hover{
  border-color: transparent;
  box-shadow: none;
  outline: none;
  background: transparent;
  transform: none;
  filter: none;
}
.collection-page.collection-page-v2{
  overflow: visible;
  display: grid;
  gap: 10px;
}.collection-lite-panel, .owned-collection-section.collection-vault-section, .collection-leaderboard-picker.editing{
  position: relative;
  z-index: 1;
  overflow: visible;
}.collection-lite-toolbar, .owned-collection-head.collection-vault-head{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}.collection-lite-toolbar .collection-rank-chips, .owned-collection-head.collection-vault-head .collection-rank-chips{
  grid-column: 1 / -1;
  max-width: 100%;
}.collection-lite-showcase{
  justify-content: flex-end;
  align-items: center;
}.collection-lite-selected{
  order: 0;
  padding: 4px;
  border-radius: 12px;
  background: rgba(15,23,42,.38);
  border: 1px solid rgba(255,255,255,.08);
}.collection-lite-selected .leaderboard-selected-card:first-child .chart-card, .leaderboard-selected-cards .leaderboard-selected-card:first-child .chart-card{
  box-shadow: 0 0 0 1px rgba(168,85,247,.28), 0 14px 30px rgba(139,92,246,.18);
}.collection-lite-selected .leaderboard-selected-card:first-child::before, .leaderboard-selected-cards .leaderboard-selected-card:first-child::before{
  content: '1';
}.collection-lite-selected .leaderboard-selected-card:nth-child(2)::before, .leaderboard-selected-cards .leaderboard-selected-card:nth-child(2)::before{
  content: '2';
}.collection-lite-selected .leaderboard-selected-card, .leaderboard-selected-cards .leaderboard-selected-card{
  position: relative;
}.collection-lite-selected .leaderboard-selected-card::before, .leaderboard-selected-cards .leaderboard-selected-card::before{
  position: absolute;
  z-index: 4;
  left: -4px;
  top: -5px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 950;
  color: #fff;
  background: linear-gradient(135deg,#a855f7,#c084fc);
  box-shadow: 0 8px 18px rgba(0,0,0,.32);
}
.collection-page.collection-page-v2{
    padding-inline: 6px;
    gap: 8px;
  }.collection-lite-panel, .owned-collection-section.collection-vault-section{
    padding: 8px;
    border-radius: 14px;
  }.collection-lite-toolbar, .owned-collection-head.collection-vault-head{
    grid-template-columns: 1fr;
    gap: 10px;
  }.collection-lite-showcase{
    width: 100%;
    justify-content: space-between;
  }.collection-lite-selected .chart-card, .leaderboard-selected-card .chart-card{
    width: 52px;
    max-width: 52px;
    min-width: 52px;
  }.collection-vault-card .chart-card, .collection-vault-card .chart-card-link{
    min-height: 165px;
  }.leaderboard-choice-slider{
    gap: 10px;
    padding-bottom: 10px;
  }
.home-latest-reward-wrap:empty{
  display: none;
}.latest-reward-ticker{
  align-items: flex-start;
  max-width: 100%;
}.latest-reward-ticker [data-latest-reward-text]{
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}.latest-reward-live{
  flex: 0 0 auto;
  line-height: 1.28;
}.hero, .hero[data-hero-slider]{
  position: relative;
  overflow: hidden;
  background-color: transparent;
}.hero::after, .hero[data-hero-slider]::after{
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(84px, 11vw, 148px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9,9,17,0) 0%, rgba(9,9,17,.34) 48%, #090911 100%);
}.hero > *, .hero[data-hero-slider] > *{
  position: relative;
  z-index: 1;
}.hero + *, .home-live-chat-fab + *{
  background: transparent;
}

.app-shell > .app-main[data-active-page="home"]{
  background: var(--eric-home-background);
}

body[data-route-page="home"],
body[data-route-page="bookmark"],
body[data-route-page="library"],
body[data-route-page="history"],
body[data-route-page="genre"],
body[data-route-page="inbox"],
body[data-route-page="search"],
body[data-route-page="detail"],
body[data-route-page="watch"]{
  background: var(--eric-home-background);
}
.app-shell > .app-main[data-active-page="bookmark"],
.app-shell > .app-main[data-active-page="library"],
.app-shell > .app-main[data-active-page="history"],
.app-shell > .app-main[data-active-page="genre"],
.app-shell > .app-main[data-active-page="inbox"],
.app-shell > .app-main[data-active-page="search"],
.app-shell > .app-main[data-active-page="detail"],
.app-shell > .app-main[data-active-page="watch"],
.bookmark-page,
.library-page,
.history-page,
.genre-page,
.inbox-page,
.search-page,
.detail-page,
.watch-page{
  background: transparent;
}body[data-route-page="home"] .hero, body[data-route-page="home"] .hero[data-hero-slider]{
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}body[data-route-page="home"] .hero::after, body[data-route-page="home"] .hero[data-hero-slider]::after{
  bottom: -1px;
  height: clamp(96px, 12vw, 156px);
  background: linear-gradient(180deg, rgba(9,9,17,0) 0%, rgba(9,9,17,.34) 44%, rgba(9,9,17,.72) 74%, #090911 100%);
}body[data-route-page="home"] .hero::before, body[data-route-page="home"] .hero[data-hero-slider]::before{
  background: linear-gradient(90deg, rgba(8,10,24,.74) 0%, rgba(8,10,24,.28) 48%, rgba(8,10,24,.54) 100%),
    linear-gradient(0deg, rgba(9,9,17,.52) 0%, rgba(9,9,17,.34) 18%, rgba(8,10,24,.12) 58%, rgba(8,10,24,.05) 100%);
}body[data-route-page="home"] .section, body[data-route-page="home"] main > section:not(.hero), body[data-route-page="detail"] .app-main, body[data-route-page="detail"] .detail-hero, body[data-route-page="detail"] .detail-episode-section{
  background-color: transparent;
}.latest-reward-ticker{
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(139,92,246,.34);
}
.home-latest-reward-wrap{
    display: none;
  }.latest-reward-ticker{
    width: 100%;
    max-width: calc(100vw - 20px);
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto 12px;
    padding: 9px 12px;
    border-radius: 18px;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(10,14,31,.94), rgba(24,28,54,.86));
    box-shadow: 0 10px 28px rgba(0,0,0,.26);
  }.latest-reward-live{
    border-radius: 999px;
    padding: 3px 8px;
    background: rgba(239,68,68,.18);
    border: 1px solid rgba(248,113,113,.45);
    color: #fecaca;
  }.latest-reward-ticker [data-latest-reward-text]{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    line-height: 1.28;
  }
.gacha-take-btn, .simple-gacha-take{
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .02em;
  text-indent: 0;
  min-width: 148px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
}.gacha-take-btn::before, .simple-gacha-take::before{
  content: 'Claim';
}.gacha-take-btn::after, .simple-gacha-take::after{
  content: '';
}.gacha-take-btn:not(:empty)::before, .simple-gacha-take:not(:empty)::before{
  content: '';
}
.shop-hero p, .shop-action-panel p, .shop-section-title p{
  max-width: 560px;
  line-height: 1.45;
}.gacha-duo-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}.gacha-btn.secondary{
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
}.shop-card-cell.in-stock{
  animation: readyCardFloat 5.4s ease-in-out infinite;
  will-change: transform;
}.shop-card-cell.in-stock:nth-child(2n){
  animation-delay: .45s;
}.shop-card-cell.in-stock:nth-child(3n){
  animation-delay: .9s;
}

@keyframes readyCardFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}.shop-stock-pill, .shop-soldout-pill{
  display: none;
}.shop-card-list-panel .shop-rank-section:empty{
  display: none;
}.friend-page{
  padding-bottom: 90px;
}.friend-hero{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 16px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(135deg,rgba(126,60,255,.22),rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.1);
}.friend-hero h1{
  margin: .1rem 0;
  font-size: clamp(2rem,8vw,3.6rem);
  color: #fff;
}.friend-hero p{
  margin: 0;
  color: rgba(255,255,255,.75);
}.friend-search{
  display: flex;
  gap: 10px;
  margin: 14px 0 18px;
}.friend-search input{
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.07);
  color: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  outline: none;
}.friend-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 10px;
  color: #fff;
}.friend-list, .friend-search-results{
  display: grid;
  gap: 12px;
}.friend-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.1);
}.friend-row.compact{
  background: rgba(140,83,255,.12);
}.friend-profile{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: left;
}.friend-profile img{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(185,88,255,.7);
}.friend-profile span{
  display: grid;
  min-width: 0;
}.friend-profile b{
  font-size: 1.03rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.friend-profile small{
  color: rgba(255,255,255,.65);
}.friend-actions{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}.friend-empty{
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px dashed rgba(255,255,255,.15);
  color: #fff;
  text-align: center;
}.friend-empty.small{
  margin: 20px;
}.private-chat-page{
  min-height: calc(100dvh - 90px);
  display: flex;
  flex-direction: column;
}.friend-chat-head{
  margin: 8px 0 12px;
}.private-chat-list{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  overflow: auto;
}.private-chat-bubble{
  max-width: 78%;
  border-radius: 20px;
  padding: 10px 12px;
  background: rgba(255,255,255,.1);
  color: #fff;
  align-self: flex-start;
}.private-chat-bubble.me{
  align-self: flex-end;
  background: linear-gradient(135deg,#7d3cff,#d44cff);
}.private-chat-bubble p{
  margin: 0;
  white-space: pre-wrap;
}.private-chat-bubble small{
  display: block;
  margin-top: 4px;
  font-size: .72rem;
  opacity: .72;
}.private-chat-form{
  position: sticky;
  bottom: 10px;
  margin-top: 12px;
}.give-card-overlay{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(7,6,13,.76);
  backdrop-filter: blur(10px);
}.give-card-modal{
  position: relative;
  width: min(94vw,780px);
  max-height: 88dvh;
  overflow: auto;
  border-radius: 30px;
  padding: 24px;
  background: linear-gradient(145deg,rgba(35,30,50,.98),rgba(17,17,24,.98));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.55);
  color: #fff;
}.give-card-modal h2{
  margin: 0 44px 8px 0;
}.give-card-modal p{
  color: rgba(255,255,255,.74);
}.give-card-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(145px,1fr));
  gap: 12px;
  margin-top: 14px;
}.give-card-choice{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 20px;
  padding: 8px;
  color: #fff;
  cursor: pointer;
}.give-card-choice span{
  display: block;
  margin-top: 6px;
  font-weight: 800;
  color: #fff;
}.inbox-claim-gift{
  margin: 8px 0 4px;
  padding: 9px 14px;
}.bio-friend-actions{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12px 0 18px;
}
.friend-hero{
    align-items: flex-start;
    flex-direction: column;
  }.friend-search{
    flex-direction: column;
  }.friend-row{
    align-items: flex-start;
    flex-direction: column;
  }.friend-actions{
    width: 100%;
    justify-content: stretch;
  }.friend-actions .gacha-btn{
    flex: 1;
  }.gacha-duo-actions{
    width: 100%;
  }.gacha-duo-actions .gacha-btn{
    flex: 1;
  }.private-chat-bubble{
    max-width: 88%;
  }
.friend-coin.no-attendance .attendance-claim-btn{
  display: none;
}.friend-action-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  transition: transform .18s ease,filter .18s ease,box-shadow .18s ease;
}.friend-action-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
}.friend-action-btn.chat{
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
}.friend-action-btn.give{
  background: linear-gradient(135deg,#8b5cf6,#ec4899);
}.friend-bookmark-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.18);
  transition: transform .18s ease,background .18s ease;
}.friend-bookmark-btn:hover{
  transform: translateY(-2px);
}.friend-bookmark-btn.active{
  background: linear-gradient(135deg,rgba(139,92,246,.95),rgba(236,72,153,.92));
  border-color: rgba(255,255,255,.28);
  cursor: default;
}.friend-bookmark-btn.active:hover{
  transform: none;
}.friend-bookmark-btn i{
  font-size: 1rem;
  line-height: 1;
}.bio-friend-actions .friend-bookmark-btn{
  min-width: 118px;
}.give-card-modal.gift-polish{
  width: min(94vw,860px);
  padding: 0;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(150deg,rgba(42,34,62,.98),rgba(14,15,24,.99) 62%);
}.give-card-modal.gift-polish .give-close{
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
}.give-card-head{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 58px 18px 24px;
  background: radial-gradient(circle at top left,rgba(236,72,153,.28),transparent 42%),linear-gradient(135deg,rgba(139,92,246,.26),rgba(255,255,255,.04));
  border-bottom: 1px solid rgba(255,255,255,.1);
}.give-card-head h2{
  margin: 2px 0 6px;
  color: #fff;
  font-size: clamp(1.45rem,5vw,2.2rem);
}.give-card-head p{
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.45;
}.give-card-avatar{
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 22px;
  padding: 3px;
  background: linear-gradient(135deg,#8b5cf6,#ec4899,#c084fc);
}.give-card-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
  display: block;
}.give-cost-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 24px 4px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 900;
}.give-card-modal.gift-polish .give-card-grid{
  padding: 16px 24px 24px;
  grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
  gap: 14px;
}.give-card-modal.gift-polish .give-card-choice{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 10px 10px 48px;
  background: linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 36px rgba(0,0,0,.26);
  transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}.give-card-modal.gift-polish .give-card-choice:hover{
  transform: translateY(-4px) scale(1.015);
  border-color: rgba(236,72,153,.5);
  box-shadow: 0 22px 48px rgba(0,0,0,.36);
}.give-card-frame{
  border-radius: 18px;
  overflow: hidden;
}.give-card-qty{
  position: absolute;
  left: 12px;
  bottom: 12px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.13);
  font-weight: 950;
}.give-card-choice em{
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-style: normal;
  font-weight: 950;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg,#8b5cf6,#ec4899);
}
.give-card-head{
    align-items: flex-start;
    padding: 22px 54px 16px 18px;
  }.give-card-avatar{
    width: 54px;
    height: 54px;
    border-radius: 19px;
  }.give-card-avatar img{
    border-radius: 16px;
  }.give-card-modal.gift-polish .give-card-grid{
    padding: 14px 14px 20px;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }.give-cost-pill{
    margin-left: 14px;
    margin-right: 14px;
  }.friend-bookmark-btn span, .friend-action-btn span{
    font-size: .92rem;
  }
.friend-hero .no-attendance [data-attendance], .friend-hero .attendance-btn, .friend-hero [data-claim-attendance], .friend-hero [data-open-attendance]{
  display: none;
}.give-card-modal.gift-v2{
  max-height: 90dvh;
  overflow: auto;
}.give-card-note{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 24px 0;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.82);
  font-weight: 700;
}.give-card-grid-v2{
  grid-template-columns: repeat(auto-fill,minmax(172px,1fr));
  align-items: stretch;
}.give-card-choice-v2{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  min-height: 250px;
  text-align: left;
}.give-card-mini{
  position: relative;
  height: 205px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg,rgba(139,92,246,.2),rgba(236,72,153,.13));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}.give-card-mini img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}.give-card-mini:after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 44%,rgba(0,0,0,.76));
  pointer-events: none;
}.give-card-mini-meta{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  color: #fff;
}.give-card-mini-meta b{
  min-width: 0;
  font-size: .95rem;
  line-height: 1.05;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.give-card-mini-meta small{
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 950;
}.give-card-send-pill{
  align-self: flex-end;
  margin: 0;
  padding: 7px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg,#8b5cf6,#ec4899);
  font-weight: 950;
  color: #fff;
}.give-confirm-box{
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5,5,9,.66);
  backdrop-filter: blur(6px);
}.give-confirm-panel{
  width: min(92vw,380px);
  padding: 20px;
  border-radius: 28px;
  background: linear-gradient(150deg,rgba(31,27,45,.98),rgba(13,14,22,.99));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
  color: #fff;
}.give-confirm-panel h3{
  margin: 0 0 12px;
  font-size: 1.35rem;
}.give-confirm-panel .give-card-mini{
  height: 230px;
  margin-bottom: 12px;
}.give-confirm-panel p{
  margin: 8px 0 16px;
  color: rgba(255,255,255,.8);
  line-height: 1.45;
}.give-confirm-actions{
  justify-content: flex-end;
}.private-chat-page.live-like-chat{
  height: calc(100dvh - 76px);
  min-height: 0;
  padding: 0 12px 10px;
  max-width: 820px;
  margin: 0 auto;
}.live-like-chat .friend-chat-head{
  position: sticky;
  top: 0;
  z-index: 5;
  margin: 0 -12px 8px;
  padding: 10px 12px;
  background: rgba(12,12,18,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}.friend-chat-title-avatar{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.16);
  margin-left: 4px;
}.live-like-chat .private-chat-list{
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  padding: 12px;
  gap: 8px;
}.private-chat-line{
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
}.private-chat-line.me{
  justify-content: flex-end;
}.private-chat-line.me .private-chat-avatar{
  order: 2;
}.private-chat-avatar{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.12);
}.private-chat-line .private-chat-bubble{
  max-width: min(74%,560px);
}.friend-chat-form{
  position: sticky;
  bottom: 0;
  margin: 8px -2px 0;
  padding: 8px;
  border-radius: 22px;
  background: rgba(18,18,26,.96);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: flex-end;
  gap: 8px;
}.friend-chat-form textarea{
  min-height: 44px;
  max-height: 120px;
  flex: 1;
  margin: 0;
}.friend-chat-form .wa-send-btn{
  position: static;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  display: grid;
  place-items: center;
}
.give-card-grid-v2{
    grid-template-columns: repeat(2,minmax(0,1fr));
  }.give-card-choice-v2{
    min-height: 218px;
  }.give-card-mini{
    height: 176px;
  }.give-confirm-actions{
    flex-direction: column-reverse;
  }.give-confirm-actions .gacha-btn, .give-confirm-actions .secondary-btn{
    width: 100%;
  }
.give-card-modal.gift-v3{
  width: min(96vw,980px);
  max-height: 92dvh;
  overflow: auto;
}.give-card-grid-v3{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(136px,1fr));
  gap: 12px;
  padding: 16px 22px 24px;
  margin: 0;
}.give-card-choice-v3{
  position: relative;
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.12);
  overflow: visible;
  min-height: 0;
  color: #fff;
}.give-card-choice-v3 .give-collection-card{
  width: 100%;
  display: grid;
  place-items: center;
}.give-card-choice-v3 .chart-card{
  width: 100%;
  max-width: 122px;
  min-width: 0;
  transform: none;
}.give-card-choice-v3 .chart-card-link{
  width: 100%;
}.give-card-copy-badge{
  right: 8px;
  bottom: 8px;
  margin: 0;
}.give-confirm-v3{
  width: min(92vw,430px);
  text-align: center;
}.give-confirm-card-wrap{
  display: grid;
  place-items: center;
  margin: 8px 0 14px;
}.give-confirm-card-wrap .chart-card{
  width: 148px;
  max-width: 148px;
}.private-friend-live-chat .private-chat-panel{
  height: calc(100dvh - 18px);
  max-height: none;
  display: flex;
  flex-direction: column;
}.private-friend-live-chat .private-chat-list{
  flex: 1 1 auto;
  min-height: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 14px;
}.private-friend-live-chat .private-chat-form{
  flex: 0 0 auto;
  position: relative;
  bottom: auto;
  margin: 0;
}.private-friend-live-chat .private-chat-form .live-chat-input-row{
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: flex-end;
}.private-friend-live-chat .private-chat-form textarea{
  flex: 1;
  margin: 0;
  min-height: 44px;
}.private-friend-live-chat .private-chat-form .wa-send-btn{
  position: static;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin: 0;
  display: grid;
  place-items: center;
}.private-chat-back{
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 999px;
}.private-live-message .wa-avatar{
  flex: 0 0 auto;
}.private-live-message.mine .wa-avatar{
  order: 2;
}.private-live-message.mine{
  justify-content: flex-end;
}.private-live-message.mine .wa-bubble{
  background: linear-gradient(135deg,rgba(124,58,237,.96),rgba(236,72,153,.9));
}
.give-card-grid-v3{
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding: 14px;
    gap: 10px;
  }.give-card-choice-v3 .chart-card{
    max-width: 118px;
  }.private-friend-live-chat .private-chat-panel{
    height: 100dvh;
    border-radius: 0;
  }
.collection-edit-like-page{
  padding-bottom: 28px;
}.give-page-head{
  display: grid;
  gap: 16px;
  margin: 8px 0 12px;
}.give-page-target{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background: radial-gradient(circle at 12% 0%,rgba(139,92,246,.28),transparent 34%),linear-gradient(145deg,rgba(30,29,44,.96),rgba(16,17,25,.96));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 18px 54px rgba(0,0,0,.35);
  color: #fff;
}.give-page-target h1{
  margin: 1px 0 5px;
  font-size: clamp(1.45rem,5vw,2.25rem);
}.give-page-target p{
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
}.give-page-note{
  margin: 12px 0 14px;
}.give-page-card-choice{
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}.give-page-card-choice .chart-card, .give-page-card-choice .chart-card-link{
  width: 100%;
  max-width: 100%;
  transform: none;
}.give-page-card-choice .give-card-copy-badge{
  right: 6px;
  bottom: 6px;
}.give-inline-confirm{
  display: grid;
  grid-template-columns: minmax(0,1fr) 118px auto;
  gap: 14px;
  align-items: center;
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(145deg,rgba(28,27,42,.98),rgba(12,13,20,.98));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 18px 52px rgba(0,0,0,.42);
  color: #fff;
}.give-inline-confirm h2{
  margin: 2px 0 6px;
}.give-inline-confirm p{
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
}.give-inline-preview .comment-bio-card{
  padding: 0;
  background: transparent;
  border: 0;
}.give-inline-preview .chart-card, .give-inline-preview .chart-card-link{
  width: 100%;
  max-width: 118px;
  transform: none;
}.give-inline-confirm .give-confirm-actions{
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}body .chart-grid, body .shop-chart-grid, body .leaderboard-grid, body .leaderboard-choice-grid{
  align-items: start;
}body .chart-grid .chart-card, body .shop-chart-grid .chart-card, body .leaderboard-grid .chart-card, body .leaderboard-choice-grid .chart-card, body .comment-bio-card .chart-card{
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 7px;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  overflow: visible;
}body .chart-grid .chart-card-link, body .shop-chart-grid .chart-card-link, body .leaderboard-grid .chart-card-link, body .leaderboard-choice-grid .chart-card-link, body .comment-bio-card .chart-card-link{
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,.18);
}body .chart-grid .chart-main-img, body .shop-chart-grid .chart-main-img, body .leaderboard-grid .chart-main-img, body .leaderboard-choice-grid .chart-main-img, body .comment-bio-card .chart-main-img{
  border-radius: 14px;
}
.private-friend-live-chat{
  padding: 0;
  inset: var(--live-chat-top,0) 0 auto 0;
  height: var(--live-chat-height,100dvh);
}.private-friend-live-chat .live-chat-panel{
  width: 100vw;
  height: calc(var(--live-chat-height,100dvh) - 18px);
  max-height: none;
  margin: 9px auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}.private-friend-live-chat .live-chat-topbar{
  flex: 0 0 auto;
}.private-friend-live-chat .live-chat-scroll{
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
}.private-friend-live-chat .live-chat-form{
  flex: 0 0 auto;
  position: relative;
  bottom: auto;
  margin: 0;
  padding: 10px;
}.private-chat-back{
  display: grid;
  place-items: center;
}.private-chat-back img{
  width: 21px;
  height: 21px;
  filter: none;
}.friend-private-avatar{
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg,#8b5cf6,#c084fc);
}.friend-private-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.give-page-target{
    align-items: flex-start;
  }.give-inline-confirm{
    grid-template-columns: 1fr;
  }.give-inline-preview{
    display: grid;
    place-items: center;
  }.give-inline-confirm .give-confirm-actions{
    flex-direction: column-reverse;
  }.give-inline-confirm .gacha-btn, .give-inline-confirm .secondary-btn{
    width: 100%;
  }.private-friend-live-chat .live-chat-panel{
    height: 100dvh;
    margin: 0;
    border-radius: 0;
  }
.chart-card{
  border-radius: var(--chart-radius,18px);
  background: var(--chart-bg,rgba(255,255,255,.06));
  border-color: var(--chart-border-color,rgba(255,255,255,.12));
  box-shadow: var(--chart-shadow,0 10px 24px rgba(0,0,0,.22));
  padding: var(--chart-padding,7px);
}.chart-card-link{
  border-radius: var(--chart-image-radius,14px);
}.chart-main-img{
  border-radius: var(--chart-image-radius,14px);
}.chart-card-static .chart-card-link{
  display: block;
  cursor: inherit;
}.give-page-card-choice{
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  padding: 9px;
  min-height: 0;
  overflow: visible;
}.give-page-card-choice:focus-visible{
  outline: 2px solid rgba(168,85,247,.9);
  outline-offset: 3px;
}.give-page-card-choice .chart-card{
  width: 100%;
  max-width: 132px;
  pointer-events: none;
}.give-page-card-choice .chart-card-link{
  pointer-events: none;
}.give-page-card-choice .give-card-copy-badge{
  z-index: 5;
  pointer-events: none;
}.give-inline-preview .chart-card{
  max-width: 126px;
  pointer-events: none;
}.private-friend-live-chat .live-chat-topbar.wa-chat-header{
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.045);
}.private-friend-live-chat .live-chat-topbar .section-kicker{
  display: block;
  margin: 0 0 2px;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.54);
}.private-friend-live-chat .live-chat-topbar p{
  margin: 0;
  font-weight: 950;
  color: #fff;
  font-size: 1.04rem;
}.private-friend-live-chat .friend-private-avatar{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg,#8b5cf6,#c084fc);
}.private-friend-live-chat .live-chat-x{
  margin-left: auto;
  position: static;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0;
}.private-friend-live-chat .home-chat-message{
  margin: 0;
}.private-friend-live-chat .home-chat-message .wa-avatar{
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  overflow: hidden;
}.private-friend-live-chat .home-chat-message .wa-bubble{
  max-width: min(76%,560px);
  border-radius: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.1);
}.private-friend-live-chat .home-chat-message.mine .wa-bubble{
  background: linear-gradient(135deg,rgba(124,58,237,.96),rgba(236,72,153,.9));
  border-color: rgba(255,255,255,.16);
}.private-friend-live-chat .wa-meta{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}.private-friend-live-chat .wa-meta b{
  font-size: .86rem;
  color: #fff;
}.private-friend-live-chat .wa-meta small{
  margin-left: auto;
  color: rgba(255,255,255,.58);
  font-size: .72rem;
}.private-friend-live-chat .wa-bubble p{
  margin: 0;
  color: rgba(255,255,255,.86);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}.private-friend-live-chat .live-chat-input-row{
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}.private-friend-live-chat .live-chat-form textarea{
  flex: 1 1 auto;
  min-width: 0;
  min-height: 46px;
  max-height: 126px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  color: #fff;
  padding: 12px 14px;
}.private-friend-live-chat .live-chat-form .wa-send-btn{
  position: static;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: 0;
  border-radius: 17px;
  display: grid;
  place-items: center;
}
.give-page-card-choice .chart-card{
    max-width: 126px;
  }.give-inline-confirm{
    grid-template-columns: 1fr;
  }.give-inline-preview{
    display: grid;
    place-items: center;
  }.give-inline-confirm .give-confirm-actions{
    display: grid;
    grid-template-columns: 1fr;
  }
.comment-bio-top-collection, .bio-top-collection, .top-collection, .comment-bio-section .comment-bio-cards, .card-chart-zero-space{
  padding: 0;
  margin: 0;
}.card-chart, .chart-card, .chart-card-link, .comment-bio-card, .shop-card-cell, .leaderboard-selected-card, .leaderboard-choice, .give-page-card-choice{
  padding: 0;
  margin: 0;
}.give-page-card-choice.give-direct-card{
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  overflow: visible;
  color: inherit;
}.give-page-card-choice .give-card-copy-badge, .give-card-copy-badge{
  display: none;
}.give-inline-confirm, [data-give-inline-confirm]{
  display: none;
}.give-page-card-choice .chart-card, .give-page-card-choice .chart-card-link{
  pointer-events: none;
}.gift-claim-gacha-overlay{
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(4,4,9,.78);
  backdrop-filter: blur(12px);
}.gift-claim-gacha-box{
  position: relative;
  width: min(94vw,520px);
  border-radius: 28px;
  padding: 22px;
  background: linear-gradient(145deg,rgba(25,25,38,.98),rgba(12,12,18,.98));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 90px rgba(0,0,0,.62);
}.gift-claim-gacha-box .gacha-stage{
  margin: 0;
}.private-friend-live-chat.live-chat-page{
  position: fixed;
  z-index: 10050;
  inset: var(--live-chat-top,0) 0 auto 0;
  width: 100vw;
  height: var(--live-chat-height,100dvh);
  padding: 0;
  background: radial-gradient(circle at top,rgba(139,92,246,.18),rgba(6,6,10,.98) 48%,rgba(6,6,10,.98));
}.private-friend-live-chat .live-chat-panel.home-chat-modal{
  position: relative;
  width: 100vw;
  height: calc(var(--live-chat-height,100dvh) - 18px);
  max-height: none;
  margin: 9px auto;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg,rgba(25,24,34,.98),rgba(10,10,16,.98));
}.private-friend-live-chat .live-chat-scroll.wa-chat-list{
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}.private-friend-live-chat .live-chat-form.wa-chat-form{
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(13,13,20,.98);
  border-top: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
}.private-friend-live-chat .wa-chat-header.live-chat-topbar{
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}.private-friend-live-chat .friend-private-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}.private-friend-live-chat .home-chat-message{
  display: flex;
  align-items: flex-end;
  gap: 9px;
  width: 100%;
}.private-friend-live-chat .home-chat-message.mine{
  justify-content: flex-end;
}.private-friend-live-chat .home-chat-message.mine .wa-avatar{
  order: 2;
}
.private-friend-live-chat .live-chat-panel.home-chat-modal{
    height: var(--live-chat-height,100dvh);
    margin: 0;
    border-radius: 0;
    width: 100vw;
  }
.card-chart, .chart-card, .chart-card-link, .chart-grid .chart-card, .shop-card-cell .chart-card, .leaderboard-page .chart-card, .bio-page-cards .chart-card, .comment-bio-card .chart-card{
  margin: var(--chart-margin,0);
  padding: var(--chart-padding,0);
}.bio-page-card .bio-page-cards, .card-chart-zero-space{
  margin: 0;
  padding: 0;
}.chart-card:hover, .comment-bio-card:hover .chart-card, .shop-card-cell:hover .chart-card, .leaderboard-page .chart-card:hover, .collection-page .chart-card:hover, .bio-page-cards .chart-card:hover{
  transform: var(--chart-hover-transform,translateY(-7px) scale(1.035));
  box-shadow: var(--chart-hover-shadow,0 18px 42px rgba(0,0,0,.38));
  filter: var(--chart-hover-filter,brightness(1.08) saturate(1.1));
}.private-chat-isolated [data-home-chat-list], .private-chat-isolated [data-home-chat-form]{
  display: initial;
}.private-friend-live-chat.private-chat-isolated .live-chat-panel{
  background: linear-gradient(180deg,rgba(25,24,34,.98),rgba(10,10,16,.98));
}.private-friend-live-chat.private-chat-isolated .private-chat-scroll{
  display: flex;
  flex-direction: column;
  gap: 10px;
}.private-friend-live-chat.private-chat-isolated .private-live-message{
  display: flex;
  align-items: flex-end;
  gap: 9px;
  width: 100%;
}.private-friend-live-chat.private-chat-isolated .private-live-message.mine .wa-bubble{
  background: linear-gradient(135deg,rgba(124,58,237,.96),rgba(236,72,153,.9));
  border-color: rgba(255,255,255,.16);
}.private-friend-live-chat.private-chat-isolated .private-live-message.other .wa-bubble{
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.1);
}.private-friend-live-chat.private-chat-isolated .wa-avatar{
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  overflow: hidden;
  padding: 0;
}.private-friend-live-chat.private-chat-isolated .wa-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}.private-friend-live-chat.private-chat-isolated .wa-bubble{
  max-width: min(76%,560px);
  border-radius: 18px;
  padding: 10px 12px;
  color: #fff;
}.private-friend-live-chat.private-chat-isolated .wa-bubble p{
  margin: 0;
  color: rgba(255,255,255,.88);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}.private-friend-live-chat.private-chat-isolated .wa-meta{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}.private-friend-live-chat.private-chat-isolated .wa-meta small{
  margin-left: auto;
  color: rgba(255,255,255,.58);
  font-size: .72rem;
}.friend-profile small, .friend-email, .user-email{
  display: none;
}.follow-btn{
  background: linear-gradient(135deg,#7c3aed,#ec4899);
}.private-chat-avatar, .friend-chat-title-avatar{
  border-radius: 999px;
  object-fit: cover;
}.top-collection-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(90px,1fr));
}.top-collection-grid .chart-card{
  display: block;
}.avatar-style-card, .profile-avatar-frame{
  background: var(--avatar-style-db);
}.private-friend-live-chat.private-chat-isolated .private-live-message.mine{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}.private-friend-live-chat.private-chat-isolated .private-live-message.mine .wa-bubble{
  order: 1;
  margin-left: auto;
  margin-right: 0;
}.private-friend-live-chat.private-chat-isolated .private-live-message.mine .private-own-avatar{
  order: 2;
  margin-left: 8px;
  margin-right: 0;
}.private-friend-live-chat.private-chat-isolated .private-live-message.other{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}.leaderboard-choice-button{
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
}.leaderboard-choice-count{
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 5;
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(124,58,237,.95);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}.leaderboard-choice-button.active::after{
  content: attr(data-selected-count);
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 5;
  display: grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(236,72,153,.95);
  color: #fff;
  font-weight: 900;
}.friend-action-btn.unfollow{
  background: rgba(244,63,94,.16);
  border: 1px solid rgba(251,113,133,.35);
  color: #fecdd3;
}.bio-page-cards.bio-all-cards-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(96px,1fr));
  gap: 12px;
  max-height: none;
  overflow: visible;
}.leaderboard-choice-button, .leaderboard-choice{
  min-width: 116px;
  min-height: 168px;
  overflow: visible;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 8px;
}.leaderboard-choice-button .chart-card, .leaderboard-choice .chart-card, .give-page-card-choice .chart-card, .give-inline-preview .chart-card{
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-width: 130px;
  margin: auto;
}.leaderboard-choice-button .chart-main-img, .leaderboard-choice .chart-main-img, .give-page-card-choice .chart-main-img{
  display: block;
  visibility: visible;
  opacity: 1;
  object-fit: cover;
}.give-confirm-overlay{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3,7,18,.72);
  backdrop-filter: blur(10px);
  padding: 18px;
}.give-confirm-modal{
  width: min(420px,100%);
  max-height: 92vh;
  overflow: auto;
  background: #12172c;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
}.give-confirm-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}.give-inline-preview{
  display: flex;
  justify-content: center;
  margin: 12px 0;
}.private-chat-isolated .private-live-message.mine{
  justify-content: flex-end;
  grid-template-columns: minmax(0,auto) auto;
}.private-chat-isolated .private-live-message.other{
  justify-content: flex-start;
  grid-template-columns: auto minmax(0,auto);
}.private-chat-isolated .private-live-message.mine .private-own-avatar{
  order: 2;
}.private-chat-isolated .private-live-message.mine .wa-bubble{
  order: 1;
}.eric-give-grid-v4{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}.eric-card-pick-v4, .eric-leaderboard-edit-v4 .leaderboard-choice{
  border: 0;
  background: transparent;
  padding: 0;
  min-height: auto;
  cursor: pointer;
  position: relative;
  overflow: visible;
}.eric-card-pick-v4 .chart-card, .eric-leaderboard-edit-v4 .chart-card{
  width: 100%;
  max-width: 100%;
  transform: none;
  pointer-events: none;
}.eric-static-card-v4 .chart-card-link{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}.give-card-copy-badge{
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 9;
  border-radius: 999px;
  padding: 5px 10px;
  background: linear-gradient(135deg,#7c3aed,#ec4899);
  color: #fff;
  font-weight: 900;
  font-size: .72rem;
  box-shadow: 0 10px 24px rgba(236,72,153,.25);
}.eric-confirm-v4{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: rgba(6,3,18,.72);
  backdrop-filter: blur(12px);
  padding: 18px;
}.eric-confirm-v4 .account-modal-panel{
  display: block;
  max-width: 430px;
  width: min(430px,94vw);
  text-align: center;
  background: linear-gradient(180deg,rgba(33,27,52,.98),rgba(18,13,31,.98));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}.eric-confirm-v4 .give-inline-preview{
  max-width: 150px;
  margin: 14px auto;
}.eric-confirm-v4 .give-confirm-actions{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}.eric-confirm-v4 .modal-btn{
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  color: #fff;
  background: rgba(255,255,255,.12);
}.eric-confirm-v4 .modal-btn.danger{
  background: linear-gradient(135deg,#7c3aed,#ec4899);
}.bio-all-cards-grid{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  max-height: none;
  overflow: visible;
}
.eric-give-grid-v4{
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
  }.eric-confirm-v4 .account-modal-panel{
    padding: 22px 16px;
  }.eric-confirm-v4 .give-inline-preview{
    max-width: 132px;
  }
.card-copy-id{
  display: inline-flex;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(15,23,42,.72);
  border: 1px solid rgba(148,163,184,.28);
  font-size: 11px;
  color: #dbeafe;
  line-height: 1;
}.leaderboard-choice .card-copy-id, .leaderboard-selected-card .card-copy-id{
  position: relative;
  z-index: 2;
}.friend-request-panel{
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 22px;
  background: rgba(15,23,42,.42);
}.friend-request-row{
  border-color: rgba(96,165,250,.28);
}.brand-logo, .boot-logo, .login-only-logo, .leaderboard-logo-loading img, .shop-hero-logo img{
  display: block;
  visibility: visible;
  opacity: 1;
  object-fit: contain;
}.brand-logo, .boot-logo, .login-only-logo{
  background: transparent;
}.page-logo-loader img, .page-logo-loader .page-loader-spinner, .page-logo-loader.transparent-loader img, .page-logo-loader.transparent-loader .page-loader-spinner, .brand-logo, .boot-logo, .login-only-logo, .leaderboard-logo-loading img, .shop-hero-logo img{
  display: block;
  visibility: visible;
  opacity: 1;
}.page-logo-loader span:not(.page-loader-spinner), .page-logo-loader.transparent-loader span:not(.page-loader-spinner){
  display: none;
}.page-logo-loader.transparent-loader .page-loader-spinner{
  display: block;
}.footer-logo{
  display: block;
  visibility: visible;
  opacity: 1;
}img[src*="assets/img/back.png?v=v15"], .header-back-btn img, .bio-page-back img, .comment-bio-back img, .watch-replies-back img, .private-chat-back img, .home-chat-close img{
  display: block;
  visibility: visible;
  opacity: 1;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
}img[src*="assets/img/sample-view.png"], img[src*="assets/img/sample-ui.png"], .view-sample-icon, .coin-menu-icon img, .inbox-item-icon > img{
  display: inline-block;
  visibility: visible;
  opacity: 1;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
}.card-copy-id, .leaderboard-choice-count{
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
}img[src*="assets/img/back.png"], img[src*="assets/img/back.pnh"], img[src*="assets/img/sample-ui.png"], img[src*="assets/img/sampl-ui.png"], .header-back-btn img, .bio-page-back img, .comment-bio-back img, .watch-replies-back img, .private-chat-back img, .home-chat-close img, .coin-menu-icon img, .view-sample-icon, .inbox-item-icon > img{
  display: inline-block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}.header-back-btn img, .bio-page-back img, .comment-bio-back img, .watch-replies-back img, .private-chat-back img, .home-chat-close img{
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  filter: none;
}.coin-menu-icon img{
  width: 28px;
  height: 28px;
}.view-sample-icon{
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  min-height: 1.15em;
  vertical-align: -0.2em;
}.inbox-item-icon > img{
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  border-radius: 16px;
}/* === ERIC 2026-05-17: Bio lebih rapat + hover ringan + sample Avatar Border === */
.comment-bio-modal.elite-user-bio.new-bio-card, .comment-bio-modal.elite-user-bio, .comment-bio-modal.new-bio-card{
  padding:36px 18px 20px;
}.comment-bio-avatar-wrap{ margin:0 auto 18px; }.comment-bio-hero h2{ margin-bottom:14px; }.comment-bio-stats{ margin-bottom:14px; gap:8px; }.comment-bio-cards{
  padding:4px;
  gap:8px;
}.comment-bio-card{
  margin:0;
}.comment-bio-cards .chart-card{
  transition:transform .14s ease, filter .14s ease;
  box-shadow:0 8px 18px rgba(0,0,0,.24);
}.comment-bio-cards .chart-card:hover{
  transform:translateY(-2px);
  filter:brightness(1.03);
  box-shadow:0 10px 22px rgba(0,0,0,.28);
}:root{
  --avatar-border-scale:1.38;
  --avatar-border-sample:conic-gradient(from 210deg,#fff2 0 8%,#b86cff 10%,#44d5ff 28%,#fff 36%,#f6c95b 48%,#ff4fd8 66%,#8b5cf6 82%,#fff2 100%);
}.wa-avatar, .comment-profile-avatar, .leaderboard-avatar, .profile-bio-trigger, .leaderboard-name-bio, .bio-page-avatar-wrap, .comment-bio-avatar-wrap, .account-strip-profile > img, .home-profile-only > img, .private-chat-avatar, .live-chat-avatar{
  position:relative;
  overflow:visible;
}.wa-avatar.has-avatar-border::before, .comment-profile-avatar.has-avatar-border::before, .leaderboard-avatar.has-avatar-border::before, .bio-page-avatar-wrap.has-avatar-border::before, .comment-bio-avatar-wrap.has-avatar-border::before, .private-chat-avatar.has-avatar-border::before, .live-chat-avatar.has-avatar-border::before, .avatar-border-preview-wrap.has-avatar-border::before{
  content:"";
  position:absolute;
  inset:calc((var(--avatar-border-scale) - 1) * -50%);
  z-index:3;
  pointer-events:none;
  border-radius:999px;
  background:var(--avatar-border-image);
  background-size:100% 100%;
  background-position:center;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.38));
}.wa-avatar img, .comment-profile-avatar img, .leaderboard-avatar img, .bio-page-avatar, .comment-bio-avatar, .private-chat-avatar img, .live-chat-avatar img{ position:relative; z-index:2; }.avatar-border-rank-ssr::before{ filter:drop-shadow(0 0 10px rgba(255,216,94,.76)) drop-shadow(0 4px 8px rgba(0,0,0,.4)); }.avatar-border-rank-ss::before, .avatar-border-rank-s::before{ filter:drop-shadow(0 0 9px rgba(168,85,247,.62)) drop-shadow(0 4px 8px rgba(0,0,0,.38)); }
.comment-bio-modal.elite-user-bio.new-bio-card, .comment-bio-modal.elite-user-bio, .comment-bio-modal.new-bio-card{ padding:32px 14px 18px; }.comment-bio-avatar-wrap{ width:142px; height:142px; margin-bottom:14px; }
/* FIX AVATAR BORDER CHAT OVERLAY */
.live-chat-scroll .home-chat-message .wa-avatar, .private-chat-message .wa-avatar, .chat-message .wa-avatar{
  position:relative;
  overflow:visible;
}.live-chat-scroll .home-chat-message .wa-avatar.never-sample-border::after, .private-chat-message .wa-avatar.never-sample-border::after, .chat-message .wa-avatar.never-sample-border::after{
  content:'';
  position:absolute;
  inset:-4px;
  background-image:url('../img/avatar-border/sample-border.png');
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  pointer-events:none;
  z-index:2;
}.live-chat-scroll .home-chat-message .wa-avatar img, .private-chat-message .wa-avatar img, .chat-message .wa-avatar img{
  position:relative;
  z-index:1;
  border-radius:50%;
}/* === ERIC FIX: Avatar Border pribadi, shop/collection card layout === */
.avatar-border-shop-block{margin-top:22px}.avatar-border-grid .avatar-border-card{display:flex;flex-direction:column;gap:10px}.avatar-border-preview-card{min-height:100%;overflow:visible}.avatar-border-preview-wrap{position:relative;overflow:visible;display:grid;place-items:center;min-height:150px}.avatar-border-preview-wrap img{width:96px;height:96px;object-fit:contain;border-radius:999px;position:relative;z-index:2;background:rgba(255,255,255,.06);padding:6px}.avatar-border-preview-wrap::before{content:"";position:absolute;inset:18px;z-index:3;pointer-events:none;border-radius:999px;background:var(--avatar-border-image);background-size:100% 100%;background-position:center;filter:drop-shadow(0 4px 8px rgba(0,0,0,.38))}.avatar-border-actions{display:flex;gap:8px;justify-content:center;padding:0 8px 10px}.avatar-border-card.active{outline:2px solid rgba(168,85,247,.7);outline-offset:3px}.avatar-border-card .gacha-btn[disabled]{opacity:.55;cursor:not-allowed}.avatar-border-collection-block{margin-top:20px}.has-avatar-border.avatar-border-rank-ssr::before{filter:drop-shadow(0 0 10px rgba(255,216,94,.76)) drop-shadow(0 4px 8px rgba(0,0,0,.4))}.has-avatar-border.avatar-border-rank-ss::before, .has-avatar-border.avatar-border-rank-s::before{filter:drop-shadow(0 0 9px rgba(168,85,247,.62)) drop-shadow(0 4px 8px rgba(0,0,0,.38))}/* === ERIC FIX v3: avatar border card jangan dobel + detail pindah ke popup === */
.avatar-border-preview-card{overflow:visible;aspect-ratio:260/380;min-height:auto}.avatar-border-preview-card .chart-card-link{overflow:visible;display:grid;place-items:center;padding:0;background:transparent;border:0;width:100%;height:100%;cursor:pointer}.avatar-border-preview-wrap{width:74%;aspect-ratio:1/1;min-height:0;inset:auto;margin:auto;border-radius:999px;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.16),rgba(15,15,28,.86));overflow:visible}.avatar-border-preview-wrap img{width:78%;height:78%;object-fit:cover;border-radius:999px;position:relative;z-index:2;background:rgba(255,255,255,.08);padding:6px}.avatar-border-preview-wrap::before{content:"";position:absolute;inset:-18%;z-index:3;pointer-events:none;border-radius:999px;background:var(--avatar-border-image);background-size:100% 100%;background-position:center;background-repeat:no-repeat;filter:drop-shadow(0 6px 12px rgba(0,0,0,.44))}.avatar-border-preview-card .chart-rank-text{position:absolute;left:14px;top:14px;z-index:5}.avatar-border-preview-card .chart-card-info{display:none}.avatar-border-card .avatar-border-actions{position:relative;z-index:8;margin-top:10px}.avatar-border-detail-modal .avatar-border-card{pointer-events:none}.avatar-border-detail-modal .avatar-border-actions{display:none}/* === ERIC FIX v4: active avatar border tampil di avatar profil/bio === */
.eric-avatar-border-own, .account-profile-row.has-avatar-border, .account-strip-profile.has-avatar-border, .home-profile-only.has-avatar-border, .profile-edit-avatar-wrap.has-avatar-border, .bio-page-avatar-wrap.has-avatar-border, .comment-bio-avatar-wrap.has-avatar-border{
  position:relative;
  overflow:visible;
}.account-profile-row.has-avatar-border::before, .account-strip-profile.has-avatar-border::before, .home-profile-only.has-avatar-border::before, .profile-edit-avatar-wrap.has-avatar-border::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:58px;
  height:58px;
  transform:translate(-7px,-50%);
  z-index:4;
  pointer-events:none;
  border-radius:999px;
  background:var(--avatar-border-image);
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.38));
}.account-strip-profile.has-avatar-border::before, .home-profile-only.has-avatar-border::before{left:2px;width:62px;height:62px;transform:translate(-8px,-50%)}.profile-edit-avatar-wrap.has-avatar-border::before{
  left:50%;
  top:50%;
  width:155px;
  height:155px;
  transform:translate(-50%,-50%)
}.comment-bio-avatar-wrap.has-avatar-border::before, .bio-page-avatar-wrap.has-avatar-border::before{
  content:"";
  position:absolute;
  inset:-18%;
  z-index:4;
  pointer-events:none;
  border-radius:999px;
  background:var(--avatar-border-image);
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat;
}.comment-bio-avatar-wrap.has-avatar-border .comment-bio-avatar, .bio-page-avatar-wrap.has-avatar-border .bio-page-avatar, .account-profile-row.has-avatar-border > img, .account-strip-profile.has-avatar-border > img, .home-profile-only.has-avatar-border > img, .profile-edit-avatar-wrap.has-avatar-border img{position:relative;z-index:2;border-radius:999px}/* Avatar Border shop/collection square card fix v5 */
.avatar-border-card{align-items:stretch}.avatar-border-card .avatar-border-actions{display:none}.avatar-border-preview-card{aspect-ratio:1/1;min-height:0;border-radius:22px;overflow:hidden}.avatar-border-preview-card .chart-card-link{width:100%;height:100%;display:block;padding:0;border:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(20,20,34,.94))}.avatar-border-square-preview{width:100%;height:100%;aspect-ratio:1/1;min-height:0;margin:0;border-radius:22px;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.14),rgba(15,15,28,.92))}.avatar-border-square-preview::before{display:none}.avatar-border-square-preview .avatar-border-item-img{width:100%;height:100%;object-fit:contain;border-radius:0;padding:10px;background:transparent;box-sizing:border-box}.avatar-border-preview-card .chart-rank-text{position:absolute;left:10px;top:10px;z-index:5}.avatar-border-card .shop-card-stock{z-index:6}.avatar-border-detail-modal .avatar-border-preview-card{aspect-ratio:1/1;max-width:340px;margin:auto}.avatar-border-detail-modal .avatar-border-card .avatar-border-actions{display:none}
.avatar-border-grid{
grid-template-columns:repeat(3,minmax(0,1fr));
gap:8px;
}
.avatar-border-grid{
grid-template-columns:repeat(3,minmax(0,1fr));
gap:6px;
}
.avatar-border-card{
width:100%;
aspect-ratio:1/1;
border-radius:16px;
overflow:hidden;
position:relative;
}/* Avatar Border stock label fix */
.avatar-border-stock{
  position:static;
  display:block;
  margin:0 0 6px 0;
  text-align:center;
  font-weight:700;
  font-size:14px;
  line-height:1.2;
  color:#fff;
  z-index:1;
}.avatar-border-card{
  margin-top:0;
}/* Avatar Border stock hanya di Shop, di luar box Border */
.avatar-border-item-cell{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:6px;
  position:relative;
  overflow:visible;
}.avatar-border-item-cell > .avatar-border-card{
  width:100%;
  aspect-ratio:1/1;
  border-radius:16px;
  overflow:hidden;
  position:relative;
  margin:0;
}.avatar-border-item-cell > .avatar-border-stock{
  position:static;
  order:2;
  display:block;
  width:100%;
  margin:0;
  padding:2px 4px;
  text-align:center;
  line-height:1.15;
  color:rgba(245,243,255,.9);
  font-size:.74rem;
  font-weight:850;
  z-index:1;
  transform:none;
}.avatar-border-item-cell > .avatar-border-stock b{color:#fff}.avatar-border-collection-block .avatar-border-stock, .avatar-border-collection-block .shop-card-stock{display:none}.avatar-border-grid .avatar-border-item-cell::after{inset:0}/* === ERIC FIX: Avatar Border milik target user di Friend/Bio === */
.friend-avatar-wrap, .friend-private-avatar, .give-card-avatar{
  position:relative;
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:999px;
  overflow:visible;
}.friend-avatar-wrap{width:52px;height:52px;}.friend-avatar-wrap img{width:100%;height:100%;object-fit:cover;border-radius:999px;position:relative;z-index:2;}.friend-avatar-wrap.has-avatar-border img{border-color:transparent;}.friend-avatar-wrap.has-avatar-border::before, .friend-private-avatar.has-avatar-border::before, .give-card-avatar.has-avatar-border::before{
  content:"";
  position:absolute;
  inset:-18%;
  z-index:3;
  pointer-events:none;
  border-radius:999px;
  background:var(--avatar-border-image);
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.44));
}.friend-profile > img{display:none;}
.login-code-open-btn, [data-open-login-code], .google-help-btn.login-code-open-btn{display:none}.google-auth-box, .live-chat-login-actions{gap:10px}.google-login-btn, .btn, .wallet-pill, .account-strip, .anime-card, .chart-card, .card, .panel{border-radius:18px}

@import url("components/app-polish.css?v=v16");

/* Patch 2026-05-18: leaderboard avatar/logo harus bulat konsisten seperti bio/profil/menu. */
.leaderboard-page .leaderboard-avatar,
.leaderboard-list .leaderboard-avatar,
.leaderboard-row .leaderboard-avatar.comment-profile-avatar {
  inline-size: 46px;
  block-size: 46px;
  min-inline-size: 46px;
  min-block-size: 46px;
  max-inline-size: 46px;
  max-block-size: 46px;
  aspect-ratio: 1 / 1;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: visible;
  isolation: isolate;
  line-height: 1;
  text-align: center;
  background: linear-gradient(135deg, rgba(168,85,247,.95), rgba(168,85,247,.72));
  box-shadow: 0 10px 24px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.22);
}.leaderboard-page .leaderboard-avatar > img, .leaderboard-list .leaderboard-avatar > img, .leaderboard-row .leaderboard-avatar.comment-profile-avatar > img{
  inline-size: 100%;
  block-size: 100%;
  min-inline-size: 100%;
  min-block-size: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  clip-path: circle(50% at 50% 50%);
  position: relative;
  z-index: 2;
}.leaderboard-page .leaderboard-avatar:not(:has(img)), .leaderboard-list .leaderboard-avatar:not(:has(img)){
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  text-transform: uppercase;
}
.leaderboard-page .leaderboard-avatar, .leaderboard-list .leaderboard-avatar, .leaderboard-row .leaderboard-avatar.comment-profile-avatar{
    inline-size: 42px;
    block-size: 42px;
    min-inline-size: 42px;
    min-block-size: 42px;
    max-inline-size: 42px;
    max-block-size: 42px;
  }
/* Patch 2026-05-18: interaction polish friend, collection, inbox, shop gacha. */
.friend-bookmark-btn{
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
}.friend-bookmark-btn:active{ transform: scale(.94); }.friend-bookmark-btn.is-loading{ opacity: .72; pointer-events: none; }.friend-bookmark-btn.active.cancelable{
  background: linear-gradient(135deg, rgba(239,68,68,.95), rgba(236,72,153,.86));
  box-shadow: 0 12px 28px rgba(239,68,68,.28);
}.friend-bookmark-btn.active.cancelable i{ font-size: 1.15rem; }.friend-row-removing{
  opacity: 0;
  transform: translateX(18px) scale(.96);
  transition: opacity .22s ease, transform .22s ease;
}.gacha-btn.is-loading, .border-apply-pulse{
  pointer-events: none;
  animation: ericButtonPulse .75s ease infinite;
}.avatar-border-detail-overlay.closing{ animation: ericOverlayOut .18s ease forwards; }.collection-success-flash{
  animation: ericCollectionFlash .9s ease both;
}.eric-mini-reward-overlay{
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(2,6,23,.72);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity .2s ease;
}.eric-mini-reward-overlay.show{ opacity: 1; }.eric-mini-reward-card{
  position: relative;
  width: min(92vw, 340px);
  min-height: 300px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 28px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: radial-gradient(circle at 50% 0%, rgba(236,72,153,.34), transparent 44%), linear-gradient(145deg, rgba(15,23,42,.98), rgba(46,16,101,.94));
  box-shadow: 0 28px 90px rgba(0,0,0,.58);
  transform: scale(.92) translateY(14px);
  animation: ericRewardPop .44s cubic-bezier(.2,1.15,.2,1) forwards;
}.eric-mini-reward-orb{
  position: absolute;
  inset: auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: conic-gradient(from 0deg, rgba(168,85,247,.0), rgba(168,85,247,.78), rgba(236,72,153,.86), rgba(255,255,255,.92), rgba(168,85,247,.0));
  filter: blur(10px);
  opacity: .55;
  animation: ericSpin 1.1s linear infinite;
}.eric-mini-reward-preview{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 126px;
  height: 168px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.04));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 22px 44px rgba(0,0,0,.34);
  animation: ericCardReveal .72s ease both;
}.eric-mini-reward-preview span{ font-size: 3rem; }.eric-mini-reward-card h2, .eric-mini-reward-card p{ position: relative; z-index: 1; margin: 0; text-align: center; }.eric-mini-reward-card h2{ color: #fff; font-size: 1.35rem; }.eric-mini-reward-card p{ color: rgba(255,255,255,.72); font-weight: 800; }.eric-mini-reward-close{ position: relative; z-index: 2; min-width: 120px; }.shop-page-polished .shop-hero, .shop-page-polished .shop-action-panel{
  border-radius: 28px;
  background: radial-gradient(circle at 100% 0%, rgba(168,85,247,.22), transparent 42%), linear-gradient(145deg, rgba(30,17,64,.96), rgba(9,11,28,.96));
}.shop-hero-compact h1{ font-size: clamp(2rem, 8vw, 3rem); }.shop-action-polished{ align-items: center; }.gacha-duo-actions{ display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }.shop-page-polished .gacha-btn{ min-height: 46px; }.eric-gacha-stage{
  min-height: 560px;
  padding: 24px 18px 86px;
  border-radius: 34px;
  background: radial-gradient(circle at 50% 38%, rgba(255,255,255,.22), rgba(168,85,247,.2) 32%, rgba(2,6,23,.9) 74%), linear-gradient(145deg, rgba(15,23,42,.92), rgba(30,7,54,.94));
}.eric-gacha-rays{
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: conic-gradient(from 0deg, transparent, rgba(168,85,247,.6), transparent, rgba(236,72,153,.72), transparent, rgba(255,255,255,.72), transparent);
  filter: blur(8px);
  opacity: .58;
  animation: ericSpin 4s linear infinite;
}.eric-gacha-spark{
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 20px rgba(255,255,255,.9);
  animation: ericSpark 1.35s ease-in-out infinite;
}.eric-gacha-spark.s1{ top: 18%; left: 20%; animation-delay: .1s; }.eric-gacha-spark.s2{ top: 34%; right: 16%; animation-delay: .34s; }.eric-gacha-spark.s3{ bottom: 28%; left: 18%; animation-delay: .6s; }.eric-gacha-card{
  z-index: 2;
  animation: ericCardRevealSoft .82s cubic-bezier(.2,.9,.2,1) both, ericCardFloatSoft 5.2s ease-in-out .9s infinite;
}.eric-gacha-result{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 22px;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 4px;
  padding-bottom: 56px;
  color: #fff;
  text-align: center;
  pointer-events: none;
}.eric-gacha-result b{ font-size: 1.18rem; }.eric-gacha-result span{ color: rgba(255,255,255,.82); font-weight: 900; }.eric-gacha-result small{ color: rgba(255,255,255,.68); }.gacha-take-btn.simple-gacha-take, .eric-gacha-claim{
  left: 50%;
  right: auto;
  bottom: 18px;
  transform: translateX(-50%);
  min-width: 148px;
  text-align: center;
}.eric-gacha-claim.claiming{ animation: ericClaimTap .24s ease both; }

@keyframes ericButtonPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(.96); } }
@keyframes ericOverlayOut { to { opacity: 0; transform: scale(.98); } }
@keyframes ericCollectionFlash { 0% { box-shadow: 0 0 0 rgba(168,85,247,0); } 38% { box-shadow: 0 0 0 4px rgba(168,85,247,.2), 0 0 42px rgba(168,85,247,.36); } 100% { box-shadow: 0 0 0 rgba(168,85,247,0); } }
@keyframes ericRewardPop { to { transform: scale(1) translateY(0); } }
@keyframes ericSpin { to { transform: rotate(360deg); } }
@keyframes ericCardReveal { 0% { opacity: 0; transform: translateY(34px) scale(.76) rotateY(70deg); filter: blur(8px); } 70% { opacity: 1; transform: translateY(-8px) scale(1.04) rotateY(-8deg); filter: blur(0); } 100% { opacity: 1; transform: translateY(0) scale(1) rotateY(0); filter: blur(0); } }
@keyframes ericCardRevealSoft { 0% { opacity: 0; transform: translateY(26px) scale(.9); filter: blur(6px); } 100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes ericCardFloatSoft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes ericSpark { 0%,100% { transform: translateY(0) scale(.65); opacity: .35; } 50% { transform: translateY(-20px) scale(1.35); opacity: 1; } }
@keyframes ericClaimTap { 50% { transform: translateX(-50%) scale(.92); } 100% { transform: translateX(-50%) scale(0); opacity: 0; } }/* === ERIC FIX: anime card spacing + live chat composer polish === */
:root{
  --anime-card-gap-y: 18px;
  --anime-card-gap-x: 16px;
  --live-chat-edge-gap: 8px;
  --live-chat-send-size: 52px;
}.anime-grid, .section .anime-grid, .page .anime-grid{
  gap: var(--anime-card-gap-y) var(--anime-card-gap-x);
}.anime-card:hover, .poster:hover, .poster-wrap:hover, .poster-wrap:hover .poster, .section .anime-card:hover, .page .anime-card:hover{
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}.poster, .poster:hover, .poster:focus, .poster:focus-visible, .poster-wrap, .poster-wrap:hover, .poster-wrap:focus-within{
  border-color: rgba(255,255,255,.10);
  outline: 0;
}.poster::before, .poster::after, .poster-wrap::before, .poster-wrap::after, .anime-card::before, .anime-card::after{
  box-shadow: none;
  border-color: transparent;
}.live-chat-panel, .live-chat-panel.home-chat-modal, .live-chat-fullscreen .live-chat-panel{
  overflow: hidden;
}.live-chat-form.wa-chat-form, .live-chat-form{
  left: var(--live-chat-edge-gap);
  right: var(--live-chat-edge-gap);
  bottom: 0;
  width: auto;
  max-width: none;
  transform: translateZ(0);
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(8,10,24,0), rgba(8,10,24,.94) 24%, rgba(8,10,24,.98));
  box-sizing: border-box;
}.live-chat-input-row{
  width: 100%;
  max-width: none;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}.live-chat-input-row input, .live-chat-input-row textarea, .live-chat-form input[name="message"], .live-chat-form textarea[name="message"]{
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  min-height: var(--live-chat-send-size);
  border-radius: 18px;
  padding: 15px 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.22);
}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
  flex: 0 0 var(--live-chat-send-size);
  width: var(--live-chat-send-size);
  min-width: var(--live-chat-send-size);
  height: var(--live-chat-send-size);
  min-height: var(--live-chat-send-size);
  border-radius: 18px;
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  transform: none;
}.live-chat-x.home-chat-close, .home-chat-close.live-chat-x, .live-chat-topbar .home-chat-close, .live-chat-topbar .live-chat-x{
  position: static;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
}.live-chat-x.home-chat-close::before, .home-chat-close.live-chat-x::before, .live-chat-topbar .home-chat-close::before, .live-chat-topbar .live-chat-x::before{
  content: '×';
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-1px);
}.live-chat-topbar.wa-chat-header, .live-chat-topbar{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}
:root{
    --anime-card-gap-y: 16px;
    --anime-card-gap-x: 14px;
    --live-chat-edge-gap: 6px;
    --live-chat-send-size: 50px;
  }.section .anime-grid{
    padding-left: 0;
    padding-right: 0;
  }.live-chat-input-row{
    gap: 6px;
  }.live-chat-input-row input, .live-chat-input-row textarea, .live-chat-form input[name="message"], .live-chat-form textarea[name="message"]{
    border-radius: 16px;
    padding: 14px 14px;
  }
/* Live chat lightweight interaction + manual jump control */
.live-chat-form{
  position: relative;
}.live-chat-jump-bottom{
  position: absolute;
  right: 72px;
  bottom: calc(100% + 10px);
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(15,23,42,.92);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0,0,0,.30);
  cursor: pointer;
  transform: translateZ(0);
}.live-chat-jump-bottom[hidden]{
  display: none;
}.live-chat-scroll .home-chat-message{
  transform: none;
  transition: none;
  will-change: auto;
}.live-chat-scroll .home-chat-message .wa-bubble{
  transform: translate3d(var(--swipe-x, 0px), 0, 0);
  transition: transform .12s ease;
  will-change: transform;
}.live-chat-scroll .home-chat-message.swiping .wa-bubble{
  transition: none;
}.live-chat-scroll .home-chat-message .home-chat-reply-btn, .live-chat-scroll .home-chat-message .comment-reply-btn, .live-chat-scroll .home-chat-message .wa-reply-action{
  display: none;
}.home-chat-swipe-hint{
  left: -18px;
  width: 22px;
  height: 22px;
  pointer-events: none;
}/* === ERIC FINAL FIX 2026-05-18: cleaner live chat composer + stable swipe === */
.live-chat-page.live-chat-fullscreen, .live-chat-page.live-chat-fullscreen *{box-sizing:border-box;}.live-chat-page.live-chat-fullscreen{width:100%;max-width:100vw;overflow:hidden;padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right));}.live-chat-panel.home-chat-modal, .live-chat-page .live-chat-panel{min-width:0;max-width:100%;overflow:hidden;}.live-chat-scroll{overflow-x:hidden;overscroll-behavior:contain;overflow-anchor:none;padding-left:0;padding-right:0;}.live-chat-scroll .home-chat-message{width:100%;max-width:100%;min-width:0;overflow:visible;touch-action:pan-y;contain:layout paint;}.live-chat-scroll .home-chat-message .wa-bubble{max-width:min(84%,calc(100% - 56px));transform:translate3d(var(--swipe-x,0px),0,0);transition:transform .14s ease;will-change:transform;}.live-chat-scroll .home-chat-message.mine{justify-content:flex-start;padding-right:0;}.live-chat-scroll .home-chat-message.mine .wa-bubble{max-width:calc(100% - 8px);margin-left:auto;margin-right:0;}.live-chat-scroll .home-chat-message.swiping .wa-bubble{transition:none;}.live-chat-form.wa-chat-form{position:relative;left:auto;right:auto;bottom:auto;transform:none;width:100%;max-width:100%;min-width:0;margin:6px 0 0;padding:8px;border-radius:18px;background:rgba(9,9,16,.88);border:1px solid rgba(255,255,255,.12);overflow:visible;overflow-anchor:none;}.live-chat-input-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:end;gap:8px;width:100%;max-width:100%;min-width:0;overflow:visible;}.live-chat-input-row textarea[name="message"], .live-chat-input-row input[name="message"], .live-chat-form textarea[name="message"], .live-chat-form input[name="message"]{display:block;grid-column:1;width:100%;min-width:0;max-width:100%;height:42px;min-height:42px;max-height:92px;padding:11px 13px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#fff;line-height:1.35;resize:none;outline:none;overflow-y:auto;box-shadow:none;}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{grid-column:2;width:42px;min-width:42px;max-width:42px;height:42px;min-height:42px;max-height:42px;padding:0;margin:0;border-radius:14px;display:grid;place-items:center;transform:none;flex:none;}.home-chat-reply-compose{width:100%;max-width:100%;margin:0 0 7px;padding:8px 42px 8px 10px;border-radius:14px;overflow:hidden;position:relative;overflow-anchor:none;}.home-chat-reply-compose button[data-cancel-home-chat-reply]{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:28px;height:28px;min-width:28px;min-height:28px;display:grid;place-items:center;border-radius:999px;touch-action:manipulation;}.live-chat-jump-bottom{right:8px;bottom:calc(100% + 8px);width:36px;height:36px;}
.live-chat-page.live-chat-fullscreen{padding-left:max(6px,env(safe-area-inset-left));padding-right:max(6px,env(safe-area-inset-right))}.live-chat-form.wa-chat-form{padding:7px;border-radius:17px}.live-chat-input-row{grid-template-columns:minmax(0,1fr) 40px;gap:7px}.live-chat-input-row textarea[name="message"], .live-chat-input-row input[name="message"], .live-chat-form textarea[name="message"], .live-chat-form input[name="message"]{height:40px;min-height:40px;padding:10px 12px}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px}
/* === ERIC FIX 2026-05-18: stable reply X hover + taller live chat composer === */
.live-chat-form.wa-chat-form{
  padding: 10px;
  border-radius: 20px;
}.live-chat-input-row{
  grid-template-columns: minmax(0, 1fr) 56px;
  gap: 10px;
  align-items: stretch;
}.live-chat-input-row textarea[name="message"], .live-chat-input-row input[name="message"], .live-chat-form textarea[name="message"], .live-chat-form input[name="message"]{
  height: 56px;
  min-height: 56px;
  max-height: 128px;
  padding: 15px 16px;
  border-radius: 16px;
  font-size: 1rem;
  line-height: 1.35;
}.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  border-radius: 16px;
  flex: 0 0 56px;
}.home-chat-reply-compose, .live-chat-form .home-chat-reply-compose{
  padding: 10px 48px 10px 12px;
  min-height: 44px;
  overflow: hidden;
  transform: none;
}.home-chat-reply-compose button[data-cancel-home-chat-reply], .live-chat-form .home-chat-reply-compose button[data-cancel-home-chat-reply], .home-chat-reply-compose button[data-cancel-home-chat-reply]:hover, .home-chat-reply-compose button[data-cancel-home-chat-reply]:focus, .home-chat-reply-compose button[data-cancel-home-chat-reply]:focus-visible, .home-chat-reply-compose button[data-cancel-home-chat-reply]:active, .live-chat-form .home-chat-reply-compose button[data-cancel-home-chat-reply]:hover, .live-chat-form .home-chat-reply-compose button[data-cancel-home-chat-reply]:focus, .live-chat-form .home-chat-reply-compose button[data-cancel-home-chat-reply]:focus-visible, .live-chat-form .home-chat-reply-compose button[data-cancel-home-chat-reply]:active{
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  bottom: auto;
  transform: translate3d(0, -50%, 0);
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  line-height: 1;
  border-radius: 999px;
  box-shadow: none;
  outline: none;
}.live-chat-scroll .home-chat-message, .live-chat-scroll .home-chat-message .wa-bubble{
  backface-visibility: hidden;
}
.live-chat-form.wa-chat-form{
    padding: 9px;
  }.live-chat-input-row{
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
  }.live-chat-input-row textarea[name="message"], .live-chat-input-row input[name="message"], .live-chat-form textarea[name="message"], .live-chat-form input[name="message"]{
    height: 52px;
    min-height: 52px;
    padding: 14px 15px;
  }.live-chat-input-row .wa-send-btn, .live-chat-form .wa-send-btn{
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    flex-basis: 52px;
  }
/* === ERIC FIX 2026-05-18: Collection ringan, render awal 3 baris === */
.collection-page.collection-lite-render{
  contain: layout paint;
}.collection-load-more-btn{
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
}.collection-load-more-btn:active{
  transform: scale(.99);
}

@import url("eric-unified-v1.css?v=v1");

/* === ERIC PATCH 2026-05-18: reuse shop card-list layout for Bio + Collection === */
:root {
  --eric-shop-card-width: 118px;
  --eric-shop-card-width-sm: 30vw;
  --eric-shop-card-width-md: 124px;
  --eric-shop-card-width-lg: 148px;
  --eric-shop-card-gap: 4px;
  --eric-shop-card-row-gap: 8px;
  --eric-shop-card-radius: 4px;
}.collection-shop-panel{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}/* === ERIC FINAL PATCH 2026-05-18: pakai tampilan shop list untuk Bio + Collection === */
:root{
  --eric-shop-card-radius: 4px;
  --eric-shop-card-width: clamp(104px, 30.5vw, 150px);
  --eric-shop-card-gap: 4px;
  --eric-shop-card-row-gap: 8px;
}.collection-page-v2 .collection-shop-style-panel, .collection-page-v2 .collection-shop-style-head{
  margin: 0;
  padding: 0;
}.collection-page-v2 .collection-shop-style-panel{
  background: transparent;
  border: 0;
  box-shadow: none;
}.collection-page-v2 .collection-shop-style-head{
  margin-bottom: 8px;
  gap: 8px;
}@media (max-width: 370px){:root{ --eric-shop-card-width: clamp(96px, 30vw, 112px); }
}
/* === ERIC FIX 2026-05-18: samakan Bio + Collection dengan shop list === */
.collection-shop-as-shop, .collection-shop-as-shop .collection-shop-title, .collection-shop-as-shop .collection-shop-rank-list, .collection-shop-as-shop .shop-rank-section, .collection-shop-as-shop .shop-card-grid, .bio-shop-card-grid{
  box-sizing: border-box;
}.collection-shop-as-shop{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}.collection-shop-as-shop .collection-shop-title{
  margin: 0 0 6px;
  padding: 0;
}.collection-shop-as-shop .collection-shop-rank-list{
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}.collection-shop-as-shop .shop-rank-section{
  margin: 0;
  padding: 0;
}.collection-shop-as-shop .shop-rank-head{
  margin: 0 0 6px;
  padding: 0;
}.collection-shop-as-shop .shop-card-grid, .bio-shop-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  align-items: start;
}.collection-shop-as-shop .shop-card-cell, .bio-shop-card-grid .shop-card-cell{
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
}.collection-shop-as-shop .chart-card, .collection-shop-as-shop .chart-card-compact, .bio-shop-card-grid .chart-card, .bio-shop-card-grid .chart-card-compact{
  width: 100%;
  inline-size: 100%;
  max-width: none;
  aspect-ratio: 2 / 3;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  transform: none;
}.collection-shop-as-shop .chart-card-link, .bio-shop-card-grid .chart-card-link{
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}.collection-shop-as-shop .chart-image-wrap, .bio-shop-card-grid .chart-image-wrap{
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}.collection-shop-as-shop .chart-main-img, .bio-shop-card-grid .chart-main-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}.collection-shop-as-shop .chart-banner-img, .collection-shop-as-shop .chart-border-img, .bio-shop-card-grid .chart-banner-img, .bio-shop-card-grid .chart-border-img{
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}.collection-shop-as-shop .shop-card-stock, .collection-shop-as-shop .chart-rank-img, .collection-shop-as-shop .chart-rank-text, .bio-shop-card-grid .chart-rank-img, .bio-shop-card-grid .chart-rank-text{
  pointer-events: none;
}
.collection-shop-as-shop .shop-card-grid, .bio-shop-card-grid{
    gap: 6px;
  }
/* === ERIC FIX 2026-05-20: Collection/Bio card chart must follow Shop image structure === */
.collection-shop-as-shop .shop-card-grid,
.collection-shop-as-shop .collection-shop-card-grid,
.bio-shop-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  justify-content:center;
  justify-items:center;
  gap:8px;
  row-gap:10px;
  margin:0;
  padding:0;
  align-items:start;
}
.collection-shop-as-shop .shop-card-cell,
.collection-shop-as-shop .collection-shop-card-cell,
.bio-shop-card-grid .shop-card-cell,
.bio-shop-card-grid .bio-shop-card-cell,
.bio-shop-card-grid .bio-page-chart-card{
  position:relative;
  display:grid;
  justify-items:center;
  width:100%;
  min-width:0;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.collection-shop-as-shop .chart-card,
.collection-shop-as-shop .chart-card-compact,
.bio-shop-card-grid .chart-card,
.bio-shop-card-grid .chart-card-compact,
.bio-page-chart-card .chart-card,
.bio-page-chart-card .chart-card-compact{
  position:relative;
  display:block;
  inline-size:min(150px,30vw);
  width:min(150px,30vw);
  max-inline-size:150px;
  max-width:150px;
  aspect-ratio:260/380;
  height:auto;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
  isolation:isolate;
  transform:translateZ(0);
}
.collection-shop-as-shop .chart-card-link,
.bio-shop-card-grid .chart-card-link,
.bio-page-chart-card .chart-card-link,
.chart-card > [data-plain-chart-card-link="true"]{
  position:relative;
  display:block;
  inline-size:100%;
  width:100%;
  block-size:100%;
  height:100%;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
}
.collection-shop-as-shop .chart-image-wrap,
.bio-shop-card-grid .chart-image-wrap,
.bio-page-chart-card .chart-image-wrap{
  position:absolute;
  inset:calc(3.95% + 1px) calc(5.77% + 1px);
  z-index:1;
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  outline:0;
}
.collection-shop-as-shop .chart-main-img,
.collection-shop-as-shop .chart-image-wrap > img:not(.chart-border-img),
.bio-shop-card-grid .chart-main-img,
.bio-shop-card-grid .chart-image-wrap > img:not(.chart-border-img),
.bio-page-chart-card .chart-main-img,
.bio-page-chart-card .chart-image-wrap > img:not(.chart-border-img){
  display:block;
  inline-size:100%;
  width:100%;
  block-size:100%;
  height:100%;
  object-fit:cover;
  border:0;
  border-radius:0;
  box-shadow:none;
  outline:0;
}
.collection-shop-as-shop .chart-banner-img,
.bio-shop-card-grid .chart-banner-img,
.bio-page-chart-card .chart-banner-img{
  position:absolute;
  inset:0;
  z-index:0;
  inline-size:100%;
  width:100%;
  block-size:100%;
  height:100%;
  object-fit:cover;
  opacity:.55;
  filter:blur(1px) saturate(1.18) brightness(.72);
  transform:scale(1.04);
  border-radius:0;
  pointer-events:none;
}
.collection-shop-as-shop .chart-border-img,
.collection-shop-as-shop .chart-border-only-img,
.bio-shop-card-grid .chart-border-img,
.bio-shop-card-grid .chart-border-only-img,
.bio-page-chart-card .chart-border-img,
.bio-page-chart-card .chart-border-only-img{
  position:absolute;
  inset:0;
  z-index:4;
  inline-size:100%;
  width:100%;
  block-size:100%;
  height:100%;
  object-fit:fill;
  border:0;
  border-radius:0;
  pointer-events:none;
}
.collection-shop-as-shop .shop-card-stock,
.bio-shop-card-grid .shop-card-stock,
.bio-page-chart-card .shop-card-stock{
  display:none;
}
.collection-shop-as-shop .chart-card,
  .collection-shop-as-shop .chart-card-compact,
  .bio-shop-card-grid .chart-card,
  .bio-shop-card-grid .chart-card-compact,
  .bio-page-chart-card .chart-card,
  .bio-page-chart-card .chart-card-compact{
    inline-size:min(150px,30vw);
    width:min(150px,30vw);
    max-inline-size:30vw;
    max-width:30vw;
  }
/* Eric request: anime cards radius 2px on home, bookmark, genre, and library. */
.anime-card,
.anime-card .poster,
.anime-card .poster-wrap,
.anime-card .poster img,
.page .anime-card,
.section .anime-card,
.library-page .anime-card,
.favorite-page .anime-card,
.genre-page .anime-card {
  border-radius: 2px;
}

/* ERIC FIX: force actual poster corners to 2px on library, bookmark/favorite, and genre pages */
body:has(.genre-cloud) .anime-grid .anime-card,
body:has(.genre-cloud) .anime-grid .poster-wrap,
body:has(.genre-cloud) .anime-grid .poster,
body:has(.genre-cloud) .anime-grid .poster img,
body:has(.genre-cloud) .anime-grid .anime-card img,
body:has(.page-title) .anime-grid .anime-card,
body:has(.page-title) .anime-grid .poster-wrap,
body:has(.page-title) .anime-grid .poster,
body:has(.page-title) .anime-grid .poster img,
body:has(.page-title) .anime-grid .anime-card img,
.page .anime-grid .anime-card,
.page .anime-grid .poster-wrap,
.page .anime-grid .poster,
.page .anime-grid .poster img,
.page .anime-grid .anime-card img,
.library-page .anime-grid .anime-card,
.library-page .anime-grid .poster-wrap,
.library-page .anime-grid .poster,
.library-page .anime-grid .poster img,
.favorite-page .anime-grid .anime-card,
.favorite-page .anime-grid .poster-wrap,
.favorite-page .anime-grid .poster,
.favorite-page .anime-grid .poster img,
.genre-page .anime-grid .anime-card,
.genre-page .anime-grid .poster-wrap,
.genre-page .anime-grid .poster,
.genre-page .anime-grid .poster img {
  border-radius: 2px;
}

body:has(.genre-cloud) .anime-grid .poster-wrap,
body:has(.genre-cloud) .anime-grid .poster,
.page .anime-grid .poster-wrap,
.page .anime-grid .poster,
.library-page .anime-grid .poster-wrap,
.library-page .anime-grid .poster,
.favorite-page .anime-grid .poster-wrap,
.favorite-page .anime-grid .poster,
.genre-page .anime-grid .poster-wrap,
.genre-page .anime-grid .poster {
  overflow: hidden;
}


/* Update v38: hard fix bookmark card/poster radius 2px */
.bookmark-page .anime-grid .anime-card,
.bookmark-page .anime-grid .anime-card .poster-wrap,
.bookmark-page .anime-grid .anime-card .poster,
.bookmark-page .anime-grid .anime-card .poster img,
main .bookmark-page .anime-card,
main .bookmark-page .poster-wrap,
main .bookmark-page .poster,
main .bookmark-page .poster img {
  border-radius: 2px;
}

.bookmark-page .anime-grid .anime-card,
.bookmark-page .anime-grid .anime-card .poster-wrap,
.bookmark-page .anime-grid .anime-card .poster,
main .bookmark-page .anime-card,
main .bookmark-page .poster-wrap,
main .bookmark-page .poster {
  overflow: hidden;
}


/* ===== Update v38 Avatar Border Collection Fix ===== */
.avatar-border-item,
.avatar-frame-item,
.border-avatar-item,
.avatar-border-collection .border-item,
.avatar-border-collection .avatar-item {
    position: relative;
    width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    box-sizing: border-box;
}

.avatar-border-item img,
.avatar-frame-item img,
.border-avatar-item img,
.avatar-border-collection .border-item img,
.avatar-border-collection .avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 18px;
}

.avatar-border-item canvas,
.avatar-frame-item canvas,
.avatar-border-collection canvas {
    width: 100%;
    height: 100%;
}


/* ===== Update v39 Collection Avatar Border Layout Fix ===== */
.avatar-border-collection-block .collection-border-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  justify-items: stretch;
  margin-top: 18px;
}

.avatar-border-collection-block .collection-border-item {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 10px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  box-sizing: border-box;
}

.avatar-border-collection-block .collection-border-item .avatar-border-card,
.avatar-border-collection-block .collection-border-item .avatar-border-preview-card,
.avatar-border-collection-block .collection-border-item .chart-card,
.avatar-border-collection-block .collection-border-item .chart-card-link {
  width: 100%;
  max-width: none;
  inline-size: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  display: block;
  box-sizing: border-box;
}

.avatar-border-collection-block .collection-border-item .avatar-border-preview-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}

.avatar-border-collection-block .collection-border-item .avatar-border-preview-wrap img,
.avatar-border-collection-block .collection-border-item .avatar-border-item-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  padding: 6px;
  display: block;
  box-sizing: border-box;
}

.avatar-border-collection-block .collection-border-item .avatar-border-preview-wrap::before {
  inset: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-border-collection-block .collection-border-item .chart-rank-text,
.avatar-border-collection-block .collection-border-item .avatar-border-stock,
.avatar-border-collection-block .collection-border-item .shop-card-stock {
  display: none;
}


.avatar-border-collection-block .collection-border-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .avatar-border-collection-block .collection-border-item {
    padding: 8px;
    border-radius: 20px;
  }


/* === ERIC FIX 2026-05-21: unified route loader uses network signal loader === */
.page-logo-loader .network-loading-spinner.page-loader-spinner,
.leaderboard-logo-loading .network-loading-spinner {
  width: 98px;
  height: 98px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,255,255,.08),rgba(139,92,246,.12));
  box-shadow: 0 0 35px rgba(139,92,246,.3);
  animation: none;
}

.page-logo-loader .network-loading-spinner.page-loader-spinner span,
.leaderboard-logo-loading .network-loading-spinner span {
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  animation: networkSpin 1.05s linear infinite;
  opacity: 1;
}

.page-logo-loader .network-loading-spinner.page-loader-spinner span:nth-child(1),
.leaderboard-logo-loading .network-loading-spinner span:nth-child(1) { inset: 10px; }
.page-logo-loader .network-loading-spinner.page-loader-spinner span:nth-child(2),
.leaderboard-logo-loading .network-loading-spinner span:nth-child(2) { inset: 20px; border-top-color: #a78bfa; animation-duration: 1.45s; animation-direction: reverse; }
.page-logo-loader .network-loading-spinner.page-loader-spinner span:nth-child(3),
.leaderboard-logo-loading .network-loading-spinner span:nth-child(3) { inset: 32px; border-top-color: #f0abfc; animation-duration: .85s; }

.page-logo-loader.transparent-loader .network-loading-spinner.page-loader-spinner {
  display: block;
}

@import url("maintenance/safe-responsive-guards.css?v=v45-safe");


/* === ERIC V51: inline maintenance CSS (fix ignored @import order) === */

/* ---- assets/css/maintenance/language-menu.css ---- */
/* Safe language modal add-on. Scoped to menu + modal only. */
.menu-drawer .menu-main-grid-unified > .language-menu-trigger{
  min-width:0;
  width:100%;
}

.menu-drawer .language-menu-trigger{
  appearance:none;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.075);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.92);
}

.menu-drawer .language-menu-trigger b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  min-height:22px;
  margin-left:auto;
  padding:0 7px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:rgba(255,255,255,.88);
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}

.language-modal-backdrop[hidden]{
  display:none;
}

.language-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(14px);
  opacity:0;
  transition:opacity .16s ease;
}

.language-modal-backdrop.open{
  opacity:1;
}

.language-modal-panel{
  width:min(460px,100%);
  max-height:min(82vh,640px);
  overflow:auto;
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px 28px 22px 22px;
  background:linear-gradient(180deg,rgba(24,27,48,.98),rgba(10,12,25,.98));
  color:#fff;
  box-shadow:0 24px 80px rgba(0,0,0,.44);
  padding:18px;
  transform:translateY(18px) scale(.985);
  transition:transform .18s ease;
}

.language-modal-backdrop.open .language-modal-panel{
  transform:translateY(0) scale(1);
}

.language-modal-close{
  position:sticky;
  top:0;
  margin-left:auto;
  display:flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:22px;
  line-height:1;
}

.language-modal-head{
  margin-top:-28px;
  padding-right:48px;
}

.language-modal-head span{
  display:inline-flex;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(168,85,247,.12);
  color:rgba(180,245,255,.95);
  font-size:11px;
  font-weight:800;
}

.language-modal-head h2{
  margin:0;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.03em;
}

.language-modal-head p{
  margin:7px 0 0;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.45;
}

.language-modal-options{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:16px;
}

.language-modal-option{
  appearance:none;
  min-height:92px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:rgba(255,255,255,.055);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:11px 8px;
  text-align:center;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}

.language-modal-option:active{
  transform:scale(.98);
}

.language-modal-option b{
  display:flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.1);
  font-size:12px;
  font-weight:950;
}

.language-modal-option span{
  font-size:12px;
  font-weight:850;
  line-height:1.2;
}

.language-modal-option small{
  color:rgba(255,255,255,.56);
  font-size:10px;
  font-weight:750;
}

.language-modal-option.active{
  border-color:rgba(168,85,247,.68);
  background:linear-gradient(135deg,rgba(139,92,246,.36),rgba(168,85,247,.22));
  box-shadow:0 12px 34px rgba(168,85,247,.14);
}

.language-modal-actions{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:10px;
  margin-top:16px;
}

.language-modal-actions button{
  min-height:48px;
  border:0;
  border-radius:16px;
  font-weight:900;
}

.language-modal-cancel{
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.84);
}

.language-modal-confirm{
  background:linear-gradient(135deg,#8b5cf6,#a855f7);
  color:#fff;
  box-shadow:0 14px 30px rgba(168,85,247,.14);
}
.language-modal-backdrop{
    padding:12px;
  }

  .language-modal-panel{
    border-radius:26px 26px 18px 18px;
    padding:16px;
  }

  .language-modal-options{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }

  .language-modal-option{
    min-height:86px;
    border-radius:18px;
  }
/* ---- assets/css/maintenance/language-page.css ---- */
/* ERIC V50: polished dedicated language page. */
.language-page {
  min-height: calc(100dvh - 76px);
  padding: 16px 12px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.language-page-card {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 14px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 15% 0%, rgba(139,92,246,.34), transparent 34%),
    radial-gradient(circle at 100% 20%, rgba(168,85,247,.18), transparent 32%),
    linear-gradient(180deg, rgba(23,24,38,.96), rgba(9,10,18,.98));
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  overflow: hidden;
}

.language-page-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 26%, transparent 72%, rgba(255,255,255,.05));
  opacity: .75;
}

.language-page-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 8px 18px;
}

.language-page-back {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.075);
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.language-page-head {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.language-page-head span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(168,85,247,.13);
  color: rgba(210,250,255,.94);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.language-page-head h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 6vw, 2.25rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.language-page-head p {
  max-width: 540px;
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.5;
  font-size: .92rem;
}

.language-current-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 126px;
  padding: 8px 10px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.language-current-pill b {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(139,92,246,.95), rgba(168,85,247,.82));
  font-size: .75rem;
}

.language-current-pill span {
  font-size: .82rem;
  font-weight: 850;
  white-space: nowrap;
}

.language-page-options {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.language-page-option {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon native" "icon label" "action action";
  align-items: center;
  gap: 4px 11px;
  min-height: 124px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.105);
  background: rgba(255,255,255,.058);
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.language-page-option:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
}

.language-page-option b {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 17px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
}

.language-page-option span {
  grid-area: native;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.language-page-option small {
  grid-area: label;
  color: rgba(255,255,255,.6);
  font-weight: 760;
}

.language-page-option em {
  grid-area: action;
  justify-self: stretch;
  margin-top: 8px;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.74);
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.language-page-option.active {
  border-color: rgba(168,85,247,.7);
  background: linear-gradient(135deg, rgba(139,92,246,.34), rgba(168,85,247,.18));
  box-shadow: 0 16px 34px rgba(168,85,247,.14), inset 0 1px 0 rgba(255,255,255,.1);
}

.language-page-option.active b,
.language-page-option.active em {
  background: linear-gradient(135deg, rgba(139,92,246,.95), rgba(168,85,247,.82));
  color: #fff;
}

.language-page-option:active {
  transform: scale(.985);
}

.language-page-note {
  position: relative;
  z-index: 1;
  margin: 12px 4px 2px;
  padding: 11px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.66);
  font-size: .82rem;
  line-height: 1.45;
  text-align: center;
}

.language-menu-trigger b {
  margin-left: auto;
  min-width: 30px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: .68rem;
  line-height: 1;
  text-align: center;
}

/* ERIC V48: keep leaderboard VIP badge slightly left so it does not touch card showcase. */
.leaderboard-page-row .leaderboard-name-bio {
  max-width: 100%;
  padding-right: 6px;
}

.leaderboard-page-row .leaderboard-vip-badge {
  margin-left: 4px;
  margin-right: 8px;
  transform: translateX(-3px);
}

/* ERIC V49: center leaderboard title and remove subtitle spacing after Top 50 text removal. */
.leaderboard-page .leaderboard-title,
.leaderboard-page .leaderboard-title > div {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.leaderboard-page .leaderboard-title .section-kicker {
  margin-left: auto;
  margin-right: auto;
}
.language-page-hero {
    grid-template-columns: 42px 1fr;
  }

  .language-current-pill {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .language-page-options {
    grid-template-columns: 1fr;
  }

  .language-page-option {
    min-height: 98px;
  }
.language-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .language-page-card {
    border-radius: 26px;
    padding: 12px;
  }

  .language-page-head h1 {
    font-size: 1.45rem;
  }

  .language-page-head p,
  .language-page-note {
    font-size: .8rem;
  }
/* === ERIC V51B: final language page override === */


/* ERIC V51: hard mobile polish for dedicated language page. */
.language-page,
section.language-page {
  padding-top: 12px;
}
.language-page-card {
  padding: 16px;
  border-radius: 28px;
}
.language-page-hero {
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 12px;
  padding: 4px 2px 14px;
}
.language-page-head span { font-size: .7rem; }
.language-page-head h1 { font-size: clamp(2rem, 11vw, 3.2rem); }
.language-page-head p { font-size: .98rem; color: rgba(255,255,255,.76); }
.language-current-pill {
  grid-column: 1 / -1;
  width: 100%;
  justify-content: flex-start;
  padding: 10px 12px;
}
.language-page-options {
  grid-template-columns: 1fr;
  gap: 10px;
}
.language-page-option {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  grid-template-areas: "icon native action" "icon label action";
  min-height: 74px;
  padding: 12px;
  border-radius: 22px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.language-page-option b { width: 44px; height: 44px; }
.language-page-option span { font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.language-page-option small { font-size: .8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.language-page-option em {
  margin-top: 0;
  align-self: center;
  justify-self: end;
  min-width: 58px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: .72rem;
}
@media (max-width: 380px){
  .language-page-card { padding: 13px; }
  .language-page-head h1 { font-size: 1.9rem; }
  .language-page-option { grid-template-columns: 42px minmax(0,1fr) auto; padding: 10px; }
  .language-page-option b { width: 38px; height: 38px; border-radius: 14px; }
}



/* =========================================================
   ERIC V56-V60 CLEAN: MOBILE HEADER OFFSET WITHOUT FORCE OVERRIDE
   Tujuan:
   - Satu sumber offset untuk halaman menu Android.
   - Home, watch, loading, dan hero tidak ikut terdorong.
   - Tidak memakai override paksa untuk fix top-gap.
========================================================= */
:root{
  --eric-topbar-height: 70px;
  --eric-home-hero-header-offset: 70px;
  --eric-mobile-header-safe: calc(75px + env(safe-area-inset-top, 0px));
}


.navbar,
.topbar,
.app-navbar,
.app-header,
.compact-navbar,
.mobile-navbar,
.search-navbar,
.search-topbar,
.page-topbar,
.back-navbar,
.back-topbar,
.live-chat-topbar,
.watch-replies-header{
  z-index: 9999;
}

body::before,
html::before{
  content: none;
  display: none;
  height: 0;
}

.preloader,
#preloader,
.loading-screen,
#loadingScreen,
.app-loader,
.splash-screen,
.loader-overlay,
.page-loader{
  top: 0;
  inset-block-start: 0;
  transform: none;
  margin-top: 0;
  padding-top: 0;
}

.home-page,
.home-hero,
.hero-section{
  margin-top: 0;
}

body[data-route-page="home"] .hero,
body[data-route-page="home"] .hero[data-hero-slider],
.app-shell > .app-main[data-active-page="home"] .hero,
.app-shell > .app-main[data-active-page="home"] .hero[data-hero-slider],
.home-page .hero,
.home-page .hero[data-hero-slider]{
  margin-top: calc(var(--eric-home-hero-header-offset, 70px) + env(safe-area-inset-top, 0px));
}


.app-shell > .app-main[data-active-page="library"],
  .app-shell > .app-main[data-active-page="detail"],
  .app-shell > .app-main[data-active-page="history"],
  .app-shell > .app-main[data-active-page="genre"],
  .app-shell > .app-main[data-active-page="bookmark"],
  .app-shell > .app-main[data-active-page="friend"],
  .app-shell > .app-main[data-active-page="language"],
  .app-shell > .app-main[data-active-page="leaderboard"],
  .app-shell > .app-main[data-active-page="shop"],
  .app-shell > .app-main[data-active-page="collection"],
  .app-shell > .app-main[data-active-page="inbox"],
  body:not(.login-page):not(.auth-page) main.page:not(.home-page):not(.watch-page){
    padding-top: var(--eric-mobile-header-safe);
    box-sizing: border-box;
  }

  .app-shell > .app-main[data-active-page="home"],
  .app-shell > .app-main[data-active-page="watch"],
  .page.watch-page,
  body:not(.login-page):not(.auth-page) .watch-page{
    padding-top: 0;
    margin-top: 0;
  }

  .app-shell > .app-main[data-active-page="library"] > .page,
  .app-shell > .app-main[data-active-page="detail"] > .page,
  .app-shell > .app-main[data-active-page="history"] > .page,
  .app-shell > .app-main[data-active-page="genre"] > .page,
  .app-shell > .app-main[data-active-page="bookmark"] > .page,
  .app-shell > .app-main[data-active-page="friend"] > .page,
  .app-shell > .app-main[data-active-page="language"] > .page,
  .app-shell > .app-main[data-active-page="leaderboard"] > .page,
  .app-shell > .app-main[data-active-page="shop"] > .page,
  .app-shell > .app-main[data-active-page="collection"] > .page,
  .app-shell > .app-main[data-active-page="inbox"] > .page{
    padding-top: 0;
    margin-top: 0;
  }

  .app-shell > .app-main[data-active-page="language"] .language-page-card,
  .app-shell > .app-main[data-active-page="collection"] .collection-page-v2,
  .app-shell > .app-main[data-active-page="leaderboard"] .leaderboard-page,
  .app-shell > .app-main[data-active-page="shop"] .shop-page,
  .app-shell > .app-main[data-active-page="friend"] .friend-page,
  .app-shell > .app-main[data-active-page="inbox"] .inbox-page{
    margin-top: 0;
  }

  .home-page,
  .home-hero,
  .hero-section,
  .preloader,
  #preloader,
  .loading-screen,
  #loadingScreen,
  .app-loader,
  .splash-screen,
  .loader-overlay,
  .page-loader{
    padding-top: 0;
    margin-top: 0;
    top: 0;
    inset-block-start: 0;
  }

  body[data-route-page="home"] .hero,
  body[data-route-page="home"] .hero[data-hero-slider],
  .app-shell > .app-main[data-active-page="home"] .hero,
  .app-shell > .app-main[data-active-page="home"] .hero[data-hero-slider],
  .home-page .hero,
  .home-page .hero[data-hero-slider]{
    margin-top: calc(var(--eric-home-hero-header-offset, 70px) + env(safe-area-inset-top, 0px));
  }

  .navbar,
  .compact-navbar,
  .mobile-navbar,
  .app-header,
  .topbar,
  .search-topbar,
  .page-topbar,
  .back-topbar,
  .live-chat-topbar,
  .watch-replies-header{
    z-index: 10020;
  }

  .navbar.compact-navbar,
  .compact-navbar{
    top: 0;
    inset-block-start: 0;
    z-index: 10050;
  }

  .menu-main-grid .menu-spacer{
    visibility: hidden;
    pointer-events: none;
  }


.menu-drawer .menu-main-grid-unified .menu-spacer,
.menu-drawer .menu-main-grid .menu-spacer{
  display: none;
}

.menu-drawer .menu-main-grid-unified{
  grid-auto-flow: row dense;
}

.menu-drawer .menu-main-grid-unified > .nav-link,
.menu-drawer .menu-main-grid-unified > a.nav-link{
  grid-column: auto;
}

.menu-drawer .menu-main-grid-unified .admin-send-menu-link{
  grid-column: 1 / -1;
}


/* === ERIC FIX 2026-05-23: logout modal layer + watch top spacing === */
.account-modal[data-account-modal="logout"],
.account-modal[data-account-modal="app-confirm"],
.account-modal[data-account-modal="nickname"],
.account-modal[data-account-modal="login-code"],
.account-modal[data-account-modal="history-delete"]{
  z-index: 12000;
}
.account-modal.show{
  pointer-events: auto;
}
.app-main[data-active-page="watch"] > .watch-page{
  padding-top: calc(var(--nav-height, 70px) + 8px);
}

.app-main[data-active-page="watch"] > .watch-page{
    padding-top: calc(var(--nav-height, 70px) + 4px);
  }
  .app-main[data-active-page="watch"] > .watch-page .watch-layout.watch-layout-side-playlist{
    margin-top: 0;
  }


body[data-route-page="watch"] .watch-main-column{
    display: grid;
    gap: 14px;
  }



/* =========================================================
   ERIC MOBILE ONLY SHELL CLEANUP 2026-05-23
========================================================= */
:root{
  --container: 100%;
  --eric-mobile-shell: 100%;
  --eric-topbar-height: 70px;
  --eric-mobile-header-safe: calc(75px + env(safe-area-inset-top, 0px));
}
html,
body{
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
#app,
.app-shell{
  width: 100%;
  max-width: none;
  min-height: 100dvh;
  margin-inline: auto;
  overflow-x: hidden;
  background: transparent;
}
main,
.app-main,
.page,
.page.container,
.container{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
  box-sizing: border-box;
}
.navbar.compact-navbar,
.compact-navbar{
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  transform: none;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 10px;
  min-height: 70px;
  height: 70px;
  padding-inline: 10px;
  border-radius: 0;
}
.compact-navbar .brand{
  display: none;
}
.compact-navbar .nav-search{
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 48px;
  border-radius: 18px;
}
.compact-navbar .menu-btn{
  display: grid;
}
.menu-drawer,
.nav-center.menu-drawer{
  top: 72px;
  right: 10px;
  left: auto;
  width: min(322px, calc(100vw - 20px));
  min-width: 0;
  max-width: calc(100vw - 20px);
}
.app-shell > .app-main[data-active-page="library"],
.app-shell > .app-main[data-active-page="detail"],
.app-shell > .app-main[data-active-page="watch"],
.app-shell > .app-main[data-active-page="history"],
.app-shell > .app-main[data-active-page="genre"],
.app-shell > .app-main[data-active-page="bookmark"],
.app-shell > .app-main[data-active-page="friend"],
.app-shell > .app-main[data-active-page="language"],
.app-shell > .app-main[data-active-page="leaderboard"],
.app-shell > .app-main[data-active-page="shop"],
.app-shell > .app-main[data-active-page="collection"],
.app-shell > .app-main[data-active-page="inbox"],
body:not(.login-page):not(.auth-page) main.page:not(.home-page){
  padding-top: var(--eric-mobile-header-safe);
  box-sizing: border-box;
}
.app-shell > .app-main[data-active-page="home"]{
  padding-top: 0;
  margin-top: 0;
}
.app-shell > .app-main[data-active-page="watch"] > .watch-page,
body:not(.login-page):not(.auth-page) .app-main[data-active-page="watch"] .watch-page{
  padding-top: 0;
  margin-top: 0;
}
.home-page,
.home-hero,
.hero-section{
  margin-top: 0;
}
body[data-route-page="home"] .hero,
body[data-route-page="home"] .hero[data-hero-slider],
.app-shell > .app-main[data-active-page="home"] .hero,
.app-shell > .app-main[data-active-page="home"] .hero[data-hero-slider],
.home-page .hero,
.home-page .hero[data-hero-slider]{
  margin-top: calc(var(--eric-home-hero-header-offset, 70px) + env(safe-area-inset-top, 0px));
}
.hero{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.page .anime-grid,
.anime-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 9px;
}
.watch-layout,
.watch-layout-side-playlist,
body[data-route-page="watch"] .watch-page .watch-layout.watch-layout-side-playlist,
body[data-route-page="watch"] .watch-layout-side-playlist{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none;
  gap: 14px;
}
.watch-main-column{
  display: grid;
  gap: 14px;
  min-width: 0;
}
.watch-side-playlist,
body[data-route-page="watch"] .watch-page .watch-side-playlist{
  position: static;
  top: auto;
  max-height: none;
  overflow: visible;
}
.watch-comments-separate,
body[data-route-page="watch"] .watch-page .watch-comments-separate{
  width: 100%;
  margin-top: 0;
}
.language-page-options,
.filter-grid,
.episode-grid,
.watch-actions{
  grid-template-columns: 1fr;
}
.sidebar{
  display: none;
}

@import url("./zz-mobile-only-breakpoints.css");


/* === ERIC FIX: shop card transparent edge cleanup ===
   Hilangkan background/glow/padding bawaan var(--chart-bg) di panel shop.
   Collection sudah bersih; selector ini khusus .shop-page agar tidak mengubah layout lain. */
.shop-page .shop-card-cell,
.shop-page .shop-card-cell.owned,
.shop-page .shop-card-cell.in-stock,
.shop-page .shop-card-cell.sold-out {
  background: transparent;
  box-shadow: none;
  filter: none;
  border: 0;
}

.shop-page .shop-card-cell .chart-card,
.shop-page .shop-card-cell .chart-card-compact,
.shop-page .shop-card-cell .chart-card-link,
.shop-page .shop-card-cell .chart-card > [data-plain-chart-card-link="true"],
.shop-page .shop-card-cell .chart-image-wrap,
.shop-page .shop-card-cell .chart-main-img,
.shop-page .shop-card-cell .chart-banner-img,
.shop-page .shop-card-cell .chart-border-img {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.shop-page .shop-card-cell .chart-card,
.shop-page .shop-card-cell .chart-card-compact,
.shop-page .shop-card-cell .chart-card-link,
.shop-page .shop-card-cell .chart-card > [data-plain-chart-card-link="true"] {
  border-radius: 0;
  overflow: hidden;
}

.shop-page .shop-card-cell .chart-card:hover,
.shop-page .shop-card-cell:hover .chart-card,
.shop-page .shop-card-cell .chart-card:active,
.shop-page .shop-card-cell .chart-card:focus {
  transform: none;
  filter: none;
  background: transparent;
  box-shadow: none;
}

.shop-page .shop-card-cell .chart-card::before,
.shop-page .shop-card-cell .chart-card::after,
.shop-page .shop-card-cell .chart-card-link::before,
.shop-page .shop-card-cell .chart-card-link::after,
.shop-page .shop-card-cell .chart-card > [data-plain-chart-card-link="true"]::before,
.shop-page .shop-card-cell .chart-card > [data-plain-chart-card-link="true"]::after {
  content: none;
  display: none;
  opacity: 0;
  background: transparent;
  box-shadow: none;
}

/* === ERIC FIX 2026-05-24: visible card preview for Give popup + Inbox claim gacha ===
   Replace target: hanya konteks Give V4 dan claim-gacha, tanpa deklarasi prioritas. */
.gift-claim-gacha-shop-box .eric-gacha-front,
.gift-claim-gacha-shop-box .eric-gacha-front .eric-card-visible-v5,
.eric-confirm-v4 .give-inline-preview,
.eric-confirm-v4 .give-inline-preview .eric-card-visible-v5,
.eric-give-page-v4 .eric-card-pick-v4 .eric-card-visible-v5 {
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  background: transparent;
}

.eric-confirm-v4 .give-inline-preview {
  inline-size: min(168px, 48vw);
  max-inline-size: min(168px, 48vw);
  aspect-ratio: 260 / 380;
  min-block-size: 0;
  margin: 14px auto 18px;
  overflow: visible;
}

.gift-claim-gacha-shop-box .eric-gacha-front .eric-card-visible-v5,
.eric-confirm-v4 .give-inline-preview .eric-card-visible-v5,
.eric-give-page-v4 .eric-card-pick-v4 .eric-card-visible-v5 {
  inline-size: 100%;
  block-size: auto;
  aspect-ratio: 260 / 380;
  max-inline-size: 100%;
  max-block-size: none;
  min-block-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transform: none;
}

.gift-claim-gacha-shop-box .eric-gacha-front .eric-card-visible-v5 {
  block-size: 100%;
}

.gift-claim-gacha-shop-box .eric-card-visible-v5 .chart-card-link,
.eric-confirm-v4 .give-inline-preview .eric-card-visible-v5 .chart-card-link,
.eric-give-page-v4 .eric-card-pick-v4 .eric-card-visible-v5 .chart-card-link {
  position: relative;
  display: block;
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 260 / 380;
  max-inline-size: none;
  overflow: hidden;
  background: transparent;
}

.gift-claim-gacha-shop-box .eric-card-visible-v5 .chart-image-wrap,
.eric-confirm-v4 .give-inline-preview .eric-card-visible-v5 .chart-image-wrap,
.eric-give-page-v4 .eric-card-pick-v4 .eric-card-visible-v5 .chart-image-wrap {
  position: absolute;
  inset: calc(3.95% + 1px) calc(5.77% + 1px);
  z-index: 1;
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  border-radius: 14px;
  background: transparent;
}

.gift-claim-gacha-shop-box .eric-card-visible-v5 .chart-main-img,
.eric-confirm-v4 .give-inline-preview .eric-card-visible-v5 .chart-main-img,
.eric-give-page-v4 .eric-card-pick-v4 .eric-card-visible-v5 .chart-main-img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  opacity: 1;
  visibility: visible;
  object-fit: cover;
  object-position: center;
}

.gift-claim-gacha-shop-box .eric-card-visible-v5 .chart-banner-img,
.eric-confirm-v4 .give-inline-preview .eric-card-visible-v5 .chart-banner-img,
.eric-give-page-v4 .eric-card-pick-v4 .eric-card-visible-v5 .chart-banner-img {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.gift-claim-gacha-shop-box .eric-card-visible-v5 .chart-rank-img,
.eric-confirm-v4 .give-inline-preview .eric-card-visible-v5 .chart-rank-img,
.eric-give-page-v4 .eric-card-pick-v4 .eric-card-visible-v5 .chart-rank-img {
  display: block;
  opacity: 1;
  visibility: visible;
}

.gift-claim-gacha-shop-box .eric-gacha-front {
  overflow: visible;
}

@media (max-width: 560px) {
  .eric-confirm-v4 .give-inline-preview {
    inline-size: min(152px, 46vw);
    max-inline-size: min(152px, 46vw);
  }
}

/* === ERIC REPLACE 2026-05-24: Give preview visible + Inbox gift claim button below chart === */
.gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: none;
  min-height: 100dvh;
  height: 100dvh;
  margin: 0;
  padding: max(78px, calc(env(safe-area-inset-top) + 64px)) 18px max(30px, calc(env(safe-area-inset-bottom) + 26px));
  gap: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.gift-claim-gacha-shop-box .gift-claim-stage .gacha-card-float.simple-gacha-card.eric-gacha-card {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  flex: 0 0 auto;
  width: min(222px, 58vw);
  max-width: 260px;
  margin: 0 auto;
  transform: none;
  animation: giftClaimCardIn .64s cubic-bezier(.2,.9,.2,1) both, giftClaimCardFloat 5.2s ease-in-out .9s infinite;
}

.inbox-card-body .inbox-claim-gift {
  position: static;
  inset: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: max-content;
  min-inline-size: 132px;
  margin: 10px 0 7px;
  transform: none;
}

.eric-confirm-v4.give-card-confirm-popup .give-inline-preview {
  display: grid;
  place-items: center;
  inline-size: min(178px, 52vw);
  max-inline-size: min(178px, 52vw);
  aspect-ratio: 260 / 380;
  margin: 14px auto 18px;
  overflow: visible;
}

.eric-confirm-v4.give-card-confirm-popup .give-inline-preview .eric-card-visible-v5,
.gift-claim-gacha-shop-box .gift-claim-stage .eric-gacha-front .eric-card-visible-v5 {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  min-block-size: 0;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  background: transparent;
}

.eric-confirm-v4.give-card-confirm-popup .give-inline-preview .chart-card-link,
.gift-claim-gacha-shop-box .gift-claim-stage .eric-gacha-front .chart-card-link {
  position: relative;
  display: block;
  inline-size: 100%;
  block-size: 100%;
  overflow: hidden;
  background: transparent;
}

.eric-confirm-v4.give-card-confirm-popup .give-inline-preview .chart-image-wrap,
.gift-claim-gacha-shop-box .gift-claim-stage .eric-gacha-front .chart-image-wrap {
  position: absolute;
  inset: calc(3.95% + 1px) calc(5.77% + 1px);
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  background: transparent;
}

.eric-confirm-v4.give-card-confirm-popup .give-inline-preview .chart-main-img,
.gift-claim-gacha-shop-box .gift-claim-stage .eric-gacha-front .chart-main-img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  opacity: 1;
  visibility: visible;
  object-fit: cover;
  object-position: center;
}

.gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .eric-gacha-result {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 7;
  display: grid;
  justify-items: center;
  gap: 4px;
  width: min(360px, calc(100vw - 44px));
  max-width: 360px;
  margin: 10px auto 0;
  padding: 0;
  color: #fff;
  text-align: center;
  transform: none;
  pointer-events: none;
  animation: giftClaimTextIn .28s cubic-bezier(.2,.8,.2,1) .88s both;
}

.gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .eric-gacha-result span {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-wrap: anywhere;
  line-height: 1.15;
  text-align: center;
}

.gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .eric-gacha-claim,
.gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .gacha-take-btn.simple-gacha-take {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 72vw);
  min-width: 154px;
  min-height: 46px;
  margin: 0 auto;
  transform: none;
  translate: 0 0;
  text-align: center;
  box-sizing: border-box;
  animation: giftClaimButtonIn .28s cubic-bezier(.2,.8,.2,1) .98s both, giftClaimButtonGlow 2.4s linear 1.24s infinite;
}

.gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .eric-gacha-claim span,
.gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .gacha-take-btn.simple-gacha-take span {
  display: block;
  width: 100%;
  text-align: center;
}

@keyframes giftClaimCardIn {
  from { opacity: 0; transform: translateY(24px) scale(.92); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

@keyframes giftClaimCardFloat {
  0%, 100% { transform: none; }
  50% { transform: translateY(-8px); }
}

@keyframes giftClaimTextIn {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: none; }
}

@keyframes giftClaimButtonIn {
  from { opacity: 0; transform: translateY(10px) scale(.96); }
  to { opacity: 1; transform: none; }
}

@keyframes giftClaimButtonGlow {
  from { background-position: 0% 50%; }
  to { background-position: 360% 50%; }
}

@media (max-width: 560px) {
  .eric-confirm-v4.give-card-confirm-popup .give-inline-preview {
    inline-size: min(156px, 48vw);
    max-inline-size: min(156px, 48vw);
  }

  .gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage {
    padding-top: max(74px, calc(env(safe-area-inset-top) + 58px));
    padding-bottom: max(26px, calc(env(safe-area-inset-bottom) + 22px));
    gap: 10px;
  }

  .gift-claim-gacha-shop-box .gift-claim-stage .gacha-card-float.simple-gacha-card.eric-gacha-card {
    width: min(204px, 60vw);
  }

  .gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .eric-gacha-result {
    width: min(340px, calc(100vw - 38px));
    margin-top: 8px;
  }

  .gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .eric-gacha-claim,
  .gift-claim-gacha-shop-box .gift-claim-stage.gacha-stage.simple-gacha-stage.eric-gacha-stage .gacha-take-btn.simple-gacha-take {
    width: min(214px, 76vw);
  }
}

/* ERIC PATCH 2026-05-24: polished shop header and wallet. Card list + gacha animation tetap aman. */
.shop-page.shop-page-clean {
  --shop-clean-bg: rgba(8, 10, 24, .64);
  --shop-clean-panel: rgba(255, 255, 255, .055);
  --shop-clean-panel-strong: rgba(255, 255, 255, .09);
  --shop-clean-line: rgba(255, 255, 255, .12);
  --shop-clean-text: rgba(255, 255, 255, .95);
  --shop-clean-muted: rgba(255, 255, 255, .66);
  --shop-clean-soft: rgba(255, 255, 255, .075);
  --shop-clean-purple: rgba(168, 85, 247, .88);
  --shop-clean-pink: rgba(236, 72, 153, .78);
  padding-top: 16px;
  padding-bottom: 30px;
}

.shop-page-clean .shop-clean-shell {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.shop-page-clean .shop-clean-header,
.shop-page-clean .shop-clean-gacha-panel,
.shop-page-clean .shop-clean-list-head,
.shop-page-clean .shop-rank-section {
  border: 1px solid var(--shop-clean-line);
  background: linear-gradient(180deg, var(--shop-clean-panel-strong), var(--shop-clean-panel));
  box-shadow: 0 16px 38px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.shop-page-clean .shop-clean-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(162px, 218px);
  align-items: stretch;
  gap: 12px;
  overflow: hidden;
  padding: 14px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 6% 0%, rgba(236, 72, 153, .24), transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(168, 85, 247, .28), transparent 38%),
    linear-gradient(145deg, rgba(16, 12, 34, .94), rgba(9, 12, 27, .84));
}

.shop-page-clean .shop-clean-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 25px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .13), transparent 28%, transparent 72%, rgba(216, 180, 254, .12));
  opacity: .76;
}

.shop-page-clean .shop-clean-title,
.shop-page-clean .shop-clean-wallet {
  position: relative;
  z-index: 1;
}

.shop-page-clean .shop-clean-title {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  padding: 4px 2px;
}

.shop-page-clean .shop-clean-eyebrow,
.shop-page-clean .shop-clean-chip,
.shop-page-clean .shop-wallet-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(216, 180, 254, .18);
  border-radius: 999px;
  color: #e9d5ff;
  background: rgba(168, 85, 247, .13);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.shop-page-clean .shop-clean-header h1,
.shop-page-clean .shop-clean-gacha-copy h2,
.shop-page-clean .shop-clean-list-head h2 {
  margin: 0;
  color: var(--shop-clean-text);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.shop-page-clean .shop-clean-header h1 {
  font-size: clamp(1.55rem, 5.4vw, 2.28rem);
}

.shop-page-clean .shop-clean-gacha-copy h2,
.shop-page-clean .shop-clean-list-head h2 {
  margin: 8px 0 4px;
  font-size: clamp(1.08rem, 3.8vw, 1.45rem);
}

.shop-page-clean .shop-clean-header p,
.shop-page-clean .shop-clean-gacha-copy p,
.shop-page-clean .shop-clean-list-head p {
  margin: 0;
  color: var(--shop-clean-muted);
  font-size: .88rem;
  line-height: 1.45;
}

.shop-page-clean .shop-clean-wallet {
  display: grid;
  align-content: center;
  gap: 9px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(216, 180, 254, .16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 84% 12%, rgba(236, 72, 153, .26), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 10px 28px rgba(0, 0, 0, .2);
}

.shop-page-clean .shop-wallet-label {
  min-height: 22px;
  padding: 4px 8px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .075);
  font-size: .62rem;
}

.shop-page-clean .purple-coin-badge.shop-coin {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "icon amount"
    "icon timer"
    "claim claim";
  align-items: center;
  width: 100%;
  gap: 2px 9px;
  flex: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  white-space: normal;
  background: transparent;
  box-shadow: none;
}

.shop-page-clean .purple-coin-badge.shop-coin .purple-coin-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(168, 85, 247, .32), rgba(236, 72, 153, .18));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.shop-page-clean .purple-coin-badge.shop-coin .purple-coin-icon img {
  width: 26px;
  height: 26px;
}

.shop-page-clean .purple-coin-badge.shop-coin b {
  grid-area: amount;
  min-width: 0;
  font-size: 1.34rem;
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1;
}

.shop-page-clean .purple-coin-badge.shop-coin small {
  grid-area: timer;
  min-width: 0;
  color: rgba(255, 255, 255, .66);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.18;
  white-space: normal;
}

.shop-page-clean .purple-coin-badge.shop-coin .attendance-claim-btn {
  grid-area: claim;
  width: 100%;
  margin-top: 8px;
  padding: 8px 10px;
  border-color: rgba(255, 255, 255, .13);
  background: linear-gradient(135deg, rgba(124, 58, 237, .92), rgba(236, 72, 153, .72));
}

.shop-page-clean .shop-clean-gacha-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 24px;
}

.shop-page-clean .shop-clean-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(96px, 1fr));
  gap: 10px;
  width: min(290px, 100%);
}

.shop-page-clean .gacha-btn,
.shop-page-clean .gacha-take-btn {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(168, 85, 247, .92), rgba(124, 58, 237, .86));
  background-size: 100% 100%;
  box-shadow: 0 12px 28px rgba(88, 28, 135, .24);
  animation: none;
  transition: transform .16s ease, filter .16s ease, border-color .16s ease;
}

.shop-page-clean .gacha-btn:active,
.shop-page-clean .gacha-take-btn:active {
  transform: scale(.985);
}

.shop-page-clean .gacha-btn.secondary,
.shop-page-clean .shop-secondary-gacha {
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.shop-page-clean .shop-clean-actions .gacha-btn {
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 10px 12px;
}

.shop-page-clean .shop-clean-actions .gacha-btn span {
  font-size: .9rem;
  font-weight: 950;
  line-height: 1;
}

.shop-page-clean .shop-clean-actions .gacha-btn small {
  color: rgba(255, 255, 255, .68);
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
}

.shop-page-clean .shop-login-gacha {
  width: fit-content;
  min-width: 150px;
}

.shop-page-clean .shop-clean-list-head {
  margin: 4px 0 0;
  padding: 15px 16px;
  border-radius: 22px;
  align-items: center;
}

.shop-page-clean .shop-toggle-cards {
  width: auto;
  min-width: 126px;
  padding-inline: 16px;
  border-radius: 999px;
}

.shop-page-clean .shop-card-list-panel {
  margin-top: 0;
}

.shop-page-clean .shop-card-list-panel[hidden] {
  display: none;
}

.shop-page-clean .shop-rank-section {
  margin: 14px 0;
  padding: 14px;
  border-radius: 24px;
}

.shop-page-clean .shop-rank-head {
  margin-bottom: 12px;
}

.shop-page-clean .shop-rank-head h3 {
  font-size: .98rem;
  letter-spacing: -.015em;
}

.shop-page-clean .shop-rank-head span,
.shop-page-clean .shop-card-stock {
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .08);
}

.shop-page-clean .shop-card-stock {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  margin: 0 auto 8px;
  padding: 5px 9px;
  border-radius: 999px;
  line-height: 1;
}

.shop-page-clean .shop-card-cell {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.shop-page-clean .shop-card-cell:hover .chart-card,
.shop-page-clean .shop-card-cell .chart-card:hover {
  transform: none;
}

@media (max-width: 720px) {
  .shop-page.shop-page-clean {
    padding-top: 10px;
  }

  .shop-page-clean .shop-clean-shell {
    gap: 12px;
  }

  .shop-page-clean .shop-clean-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 13px;
    border-radius: 22px;
  }

  .shop-page-clean .shop-clean-header::before {
    border-radius: 21px;
  }

  .shop-page-clean .shop-clean-title {
    gap: 7px;
    padding: 1px 0 0;
  }

  .shop-page-clean .shop-clean-wallet {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 11px;
    border-radius: 18px;
  }

  .shop-page-clean .shop-wallet-label {
    align-self: start;
  }

  .shop-page-clean .purple-coin-badge.shop-coin {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .shop-page-clean .purple-coin-badge.shop-coin .purple-coin-icon {
    width: 32px;
    height: 32px;
    border-radius: 13px;
  }

  .shop-page-clean .purple-coin-badge.shop-coin b {
    font-size: 1.24rem;
  }

  .shop-page-clean .shop-clean-gacha-panel,
  .shop-page-clean .shop-clean-list-head {
    padding: 13px;
    border-radius: 20px;
  }

  .shop-page-clean .shop-clean-gacha-panel {
    grid-template-columns: 1fr;
  }

  .shop-page-clean .shop-clean-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .shop-page-clean .shop-clean-list-head {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .shop-page-clean .shop-clean-list-head > div {
    min-width: 0;
    flex: 1 1 auto;
  }

  .shop-page-clean .shop-clean-list-head p {
    display: none;
  }

  .shop-page-clean .shop-toggle-cards {
    flex: 0 0 auto;
    min-width: 112px;
  }

  .shop-page-clean .shop-rank-section {
    padding: 12px 9px;
    border-radius: 20px;
  }
}

/* ERIC REPLACE 2026-05-24: Shop Premium 50 menyatu dengan Avatar Border. */
body[data-route-page="shop"],
.app-shell > .app-main[data-active-page="shop"] {
  background: var(--eric-home-background);
}

.shop-page.shop-page-clean {
  background: var(--eric-home-background);
}

.shop-page-clean .shop-border-clean-block {
  display: grid;
  gap: 0;
}

.shop-page-clean .avatar-border-list-head {
  margin-top: 4px;
}

.shop-page-clean .avatar-border-premium-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(216, 180, 254, .18);
  border-radius: 999px;
  color: #f5e8ff;
  background: linear-gradient(135deg, rgba(168, 85, 247, .26), rgba(236, 72, 153, .16));
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .04em;
  white-space: nowrap;
}

.shop-page-clean .avatar-border-list-panel {
  margin-top: 0;
}

.shop-page-clean .avatar-border-rank-section {
  margin: 14px 0;
}

.shop-page-clean .avatar-border-grid {
  align-items: start;
}

.shop-page-clean .avatar-border-item-cell {
  display: grid;
  align-content: start;
  gap: 8px;
}

.shop-page-clean .avatar-border-item-cell .avatar-border-card {
  width: 100%;
}

.shop-page-clean .avatar-border-preview-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
}

.shop-page-clean .avatar-border-preview-card .chart-card-link {
  display: block;
  width: 100%;
  height: 100%;
}

.shop-page-clean .avatar-border-square-preview {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.avatar-border-gacha-stage .avatar-border-gacha-result-card .avatar-border-preview-card {
  width: min(260px, 72vw);
  aspect-ratio: 1 / 1;
}

.avatar-border-gacha-stage .gacha-card-face .avatar-border-preview-card {
  height: 100%;
}

.avatar-border-gacha-copy small,
.simple-gacha-result small {
  display: block;
  margin-bottom: 4px;
  color: rgba(216, 180, 254, .82);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.avatar-border-collection-block .avatar-border-list-panel {
  margin-top: 12px;
}

.avatar-border-collection-title {
  align-items: center;
}

@media (max-width: 720px) {
  .shop-page-clean .avatar-border-list-head {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .shop-page-clean .avatar-border-list-head > div {
    min-width: 0;
    flex: 1 1 auto;
  }

  .shop-page-clean .avatar-border-premium-note {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 7px 10px;
    font-size: .68rem;
  }
}

/* === ERIC REPLACE 2026-05-24: watch player absolute + body bawah scroll === */
.app-shell > .app-main[data-active-page="watch"] {
  --watch-player-absolute-height: clamp(190px, 56.25vw, 620px);
  --watch-player-nav-offset: max(var(--nav-height, 64px), var(--eric-topbar-height, 70px));
  height: 100dvh;
  min-height: 100dvh;
  padding-top: var(--watch-player-nav-offset);
  overflow: hidden;
  box-sizing: border-box;
}

.app-shell > .app-main[data-active-page="watch"] > .watch-page,
.app-main[data-active-page="watch"] > .watch-page.page.watch-page {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: calc(100dvh - var(--watch-player-nav-offset));
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.watch-page .watch-player-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  width: 100%;
  height: var(--watch-player-absolute-height);
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
}

.watch-page .watch-player-absolute .player-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  isolation: isolate;
  contain: layout paint;
}

.watch-page .watch-player-absolute .player-frame iframe,
.watch-page .watch-player-absolute .player-frame video,
.watch-page .watch-player-absolute .player-frame .plyr,
.watch-page .watch-player-absolute .player-frame .plyr__video-wrapper,
.watch-page .watch-player-absolute .player-frame .embed-player-wrap,
.watch-page .watch-player-absolute .player-frame .embed-player-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.watch-page .watch-scroll-body {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-top: var(--watch-player-absolute-height);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scroll-padding-top: calc(var(--watch-player-absolute-height) + 12px);
  box-sizing: border-box;
}

.watch-page .watch-layout.watch-layout-side-playlist,
.watch-page .watch-main-column {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  margin: 0;
  overflow: visible;
  box-sizing: border-box;
}

.watch-page .watch-panel,
.watch-page .watch-side-playlist,
.watch-page .watch-comments-separate {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
  box-sizing: border-box;
}

.watch-page .watch-panel {
  border-radius: 0;
}

.watch-page .watch-info {
  padding: 14px 12px 16px;
}

.watch-page .watch-side-playlist {
  margin-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.watch-page .watch-comments-separate {
  margin-top: 10px;
  padding: 1px 1px calc(1px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 720px) {
  .app-shell > .app-main[data-active-page="watch"] {
    --watch-player-absolute-height: clamp(190px, 56.25vw, 300px);
    --watch-player-nav-offset: max(var(--nav-height, 64px), var(--eric-topbar-height, 70px));
  }

  .watch-page .watch-actions {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 980px) {
  .app-shell > .app-main[data-active-page="watch"] {
    --watch-player-absolute-height: min(56.25vw, 620px);
  }

  .watch-page .watch-scroll-body {
    padding-left: max(16px, calc((100vw - 1180px) / 2));
    padding-right: max(16px, calc((100vw - 1180px) / 2));
  }

  .watch-page .watch-player-absolute {
    left: max(16px, calc((100vw - 1180px) / 2));
    right: max(16px, calc((100vw - 1180px) / 2));
    width: auto;
  }
}

body.watch-reply-mode {
  overflow: hidden;
}

body.watch-reply-mode .app-main[data-active-page="watch"] {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
}

body.watch-reply-mode .app-main[data-active-page="watch"] > .watch-page,
body.watch-reply-mode .watch-page.watch-reply-mode {
  height: calc(100dvh - var(--watch-player-nav-offset));
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

body.watch-reply-mode .watch-page .watch-panel .watch-info,
body.watch-reply-mode .watch-page .watch-side-playlist {
  display: none;
}

body.watch-reply-mode .watch-page .watch-scroll-body {
  height: 100%;
  padding-top: var(--watch-player-absolute-height);
  overflow-y: auto;
  overflow-x: hidden;
}

body.watch-reply-mode .watch-page .watch-comments-separate {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1px 1px calc(1px + env(safe-area-inset-bottom, 0px));
  overflow: visible;
  box-sizing: border-box;
}

body.watch-reply-mode .watch-page .watch-comments-panel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

/* === ERIC FIX 2026-05-24: same home background on every page + instant top scroll === */
:root {
  --eric-home-background: radial-gradient(circle at 12% 0%, rgba(83, 67, 142, .36), transparent 28rem),
    radial-gradient(circle at 84% 58%, rgba(119, 63, 154, .28), transparent 34rem),
    linear-gradient(180deg, #141021 0%, #100d1a 46%, #090911 100%);
}

html,
body {
  scroll-behavior: auto;
}

body,
#app,
.app-shell,
.app-main,
.page,
.page.container,
.app-shell > .app-main,
.app-shell > .app-main[data-active-page],
body[data-route-page],
body:not(.login-page):not(.auth-page) main.page:not(.home-page),
.shop-page.shop-page-clean,
.collection-page-v2,
.leaderboard-page,
.friend-page,
.inbox-page,
.language-page-card,
.watch-page {
  background: var(--eric-home-background);
  background-color: #070711;
}

.watch-page .watch-player-absolute,
.watch-page .watch-player-absolute .player-frame,
.watch-page .watch-player-absolute .player-frame iframe,
.watch-page .watch-player-absolute .player-frame video {
  background: #000;
}

.watch-page .watch-side-playlist .section-head p,
.watch-page .watch-info > p:empty {
  display: none;
}

/* Home hero transition cleanup: remove home [LIVE] ticker gap and blend page background. */
body[data-route-page="home"],
.app-shell > .app-main[data-active-page="home"]{
  background: var(--eric-home-background);
}
body[data-route-page="home"] .home-latest-reward-wrap{
  display: none;
}
body[data-route-page="home"] .section,
body[data-route-page="home"] main > section:not(.hero){
  background-color: transparent;
}
body[data-route-page="home"] .hero,
body[data-route-page="home"] .hero[data-hero-slider]{
  box-shadow: none;
}
body[data-route-page="home"] .hero::after,
body[data-route-page="home"] .hero[data-hero-slider]::after{
  bottom: -1px;
  height: clamp(96px, 12vw, 156px);
  background: linear-gradient(180deg, rgba(9,9,17,0) 0%, rgba(9,9,17,.34) 44%, rgba(9,9,17,.72) 74%, #090911 100%);
}

/* Detail anime episode playlist: match the compact Watch playlist feel. */
.detail-episode-section.detail-watch-playlist-section{
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 14px;
  background: rgba(10,12,28,.90);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}
.detail-episode-section.detail-watch-playlist-section .section-head{
  margin: 0 0 8px;
  padding: 0 2px;
}
.detail-episode-section.detail-watch-playlist-section .section-head h2{
  margin: 0;
  font-size: 1rem;
  letter-spacing: -.02em;
}
.detail-episode-section.detail-watch-playlist-section .section-head p{
  display: none;
}
.detail-watch-playlist .episode-range-bar{
  margin-bottom: 8px;
  gap: 6px;
}
.detail-watch-playlist .episode-range-btn{
  min-height: 32px;
  padding-inline: 10px;
  border-radius: 10px;
  font-size: .76rem;
}
.detail-watch-playlist .episode-playlist,
.detail-watch-playlist .episode-playlist-grid,
.detail-watch-playlist.episode-playlist-wrap .episode-grid.episode-playlist-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.detail-watch-playlist .episode-card.episode-square{
  min-height: 40px;
  padding: 8px 6px;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  box-shadow: none;
}
.detail-watch-playlist .episode-card.episode-square strong{
  font-size: .76rem;
}
.detail-watch-playlist .episode-card.episode-square.active{
  border-color: rgba(96,165,250,.48);
  background: linear-gradient(135deg, rgba(139,92,246,.38), rgba(168,85,247,.26));
}


/* === ERIC CLEANUP 2026-05-25: slight text compacting, UI-safe === */
html{
  font-size:15px;
}
body,
button,
input,
textarea,
select{
  font-size:.94rem;
}
.page-title h1,
.section-head h1,
.section-head h2,
.detail-title,
.shop-clean-title h1,
.collection-shop-title h2,
.leaderboard-title h1{
  letter-spacing:-.015em;
}
.menu-label,
.nav-link,
.btn,
.gacha-btn,
.secondary-btn,
.custom-filter-btn,
.shop-rank-head,
.chart-card-title,
.comment-elite-text,
.inbox-card-body,
.history-main,
.friend-row{
  line-height:1.28;
}
@media (max-width:640px){
  html{
    font-size:14.5px;
  }
  .menu-label,
  .nav-link,
  .gacha-btn,
  .secondary-btn,
  .btn{
    font-size:.88rem;
  }
}

/* === ERIC FIX 2026-05-25: library card title real 2-line clamp === */
.library-page .anime-card .card-body,
.page.library-page .anime-card .card-body{
  padding-top:5px;
  overflow:hidden;
}
.library-page .anime-card .card-body h3,
.page.library-page .anime-card .card-body h3{
  min-height:0;
  height:calc(1.22em * 2);
  max-height:calc(1.22em * 2);
  margin:0;
  font-size:.74rem;
  line-height:1.22;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
}
.library-page .anime-card .card-body h3 a,
.page.library-page .anime-card .card-body h3 a{
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  max-height:calc(1.22em * 2);
  overflow:hidden;
  text-overflow:ellipsis;
}

/* === ERIC PATCH 2026-05-25: button-like rank header for collection ranks SSR-D === */
.collection-page-v2 .collection-shop-rank-section .shop-rank-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0 0 10px;
  padding: 9px 11px;
  border: 1px solid rgba(216, 180, 254, .18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(168, 85, 247, .24), rgba(236, 72, 153, .12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .16);
}
.collection-page-v2 .collection-shop-rank-section .shop-rank-head h3 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #fff;
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: .02em;
}
.collection-page-v2 .collection-shop-rank-section .shop-rank-head h3::before {
  content: "◇";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #f5e8ff;
  background: rgba(255, 255, 255, .105);
  border: 1px solid rgba(255, 255, 255, .10);
  font-size: .78rem;
  line-height: 1;
}
.collection-page-v2 .collection-shop-rank-section .shop-rank-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 9px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .10);
  font-size: .74rem;
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .collection-page-v2 .collection-shop-rank-section .shop-rank-head {
    padding: 8px 9px;
  }
  .collection-page-v2 .collection-shop-rank-section .shop-rank-head h3 {
    font-size: .8rem;
  }
  .collection-page-v2 .collection-shop-rank-section .shop-rank-head span {
    font-size: .7rem;
  }
}



/* === ERIC PATCH 2026-05-26: light collection picker, VIP near level, private chat notif === */
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style,
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style * {
  scroll-behavior: auto;
}
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice,
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice .chart-card,
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice .chart-card-link,
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice .chart-image-wrap,
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice .chart-main-img,
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice .chart-banner-img {
  animation: none;
  transition: none;
  will-change: auto;
  filter: none;
}
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice.active .chart-card,
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice:has(input:checked) .chart-card {
  transform: none;
  outline: 1px solid rgba(216,180,254,.62);
  box-shadow: 0 0 0 2px rgba(168,85,247,.14);
}
.collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice-slider {
  scroll-snap-type: none;
  contain: layout paint;
}
.leaderboard-page .leaderboard-level {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.leaderboard-page .leaderboard-level .leaderboard-vip-badge {
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  padding: 1px 5px;
  border-radius: 999px;
  font-size: .68rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .01em;
  vertical-align: middle;
  box-shadow: none;
}
.friend-nav-link,
.friend-action-btn.chat {
  position: relative;
}
.private-chat-purple-dot,
.friend-chat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #ec4899);
  border: 1px solid rgba(255,255,255,.22);
  font-size: .66rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0,0,0,.28);
}
.friend-chat-badge {
  margin-left: 3px;
}
.private-chat-purple-dot[hidden],
.friend-chat-badge[hidden] {
  display: none;
}
@media (max-width: 520px) {
  .collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice-slider {
    gap: 5px;
    padding-bottom: 6px;
  }
  .collection-leaderboard-picker.editing.eric-leaderboard-edit-shop-style .leaderboard-choice {
    min-block-size: 148px;
  }
  .leaderboard-page .leaderboard-level .leaderboard-vip-badge {
    min-height: 15px;
    padding: 1px 4px;
    font-size: .64rem;
  }
}

/* ERIC PATCH 2026-05-26B: reset old VIP offset only inside Lv line. */
.leaderboard-page .leaderboard-level .leaderboard-vip-badge {
  width: auto;
  height: auto;
  min-width: auto;
  margin-left: 3px;
  margin-right: 0;
  transform: none;
  text-transform: none;
}
.leaderboard-page .leaderboard-level .leaderboard-vip-badge::before,
.leaderboard-page .leaderboard-level .leaderboard-vip-badge::after {
  content: none;
  display: none;
}

.google-login-btn,
.login-google-main-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 40px;
  gap: 0;
  padding: 9px 16px;
  line-height: 1;
  background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 48%, #8b5cf6 100%);
  color: #fff;
  border-color: rgba(147,197,253,.28);
  box-shadow: 0 10px 26px rgba(37,99,235,.22), 0 0 18px rgba(124,58,237,.13);
}
.google-login-logo{
  display: none;
}
.google-auth-box{
  display: inline-flex;
  width: auto;
}
.google-auth-box .google-login-btn{
  width: auto;
  justify-content: center;
}
.login-code-submit-btn,
.login-code-open-btn,
[data-login-code],
[data-open-login-code]{
  display: none;
}


/* ERIC REPLACE 2026-05-30B: header search placement, search-page input, clean home sections. */
body[data-route-page="home"] .compact-navbar .header-search-btn{
  order: 0;
}
body[data-route-page="home"] .compact-navbar .header-spacer{
  order: 1;
}
body[data-route-page="home"] .compact-navbar .menu-btn{
  order: 2;
}
body[data-route-page="search"] .compact-navbar{
  display: flex;
  align-items: center;
  gap: 10px;
}
body[data-route-page="search"] .compact-navbar .header-spacer{
  display: none;
}
body[data-route-page="search"] .compact-navbar .nav-search{
  flex: 1 1 auto;
  display: flex;
  min-width: 0;
  max-width: none;
  height: 48px;
  margin: 0;
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.13);
}
body[data-route-page="search"] .compact-navbar .nav-search input{
  min-width: 0;
  height: 46px;
  font-size: .96rem;
}
body[data-route-page="search"] .compact-navbar .header-search-btn,
body[data-route-page="library"] .compact-navbar .header-search-btn,
body[data-route-page="history"] .compact-navbar .header-search-btn,
body[data-route-page="genre"] .compact-navbar .header-search-btn,
body[data-route-page="bookmark"] .compact-navbar .header-search-btn,
body[data-route-page="detail"] .compact-navbar .header-search-btn,
body[data-route-page="watch"] .compact-navbar .header-search-btn,
body[data-route-page="inbox"] .compact-navbar .header-search-btn,
body[data-route-page="friend"] .compact-navbar .header-search-btn,
body[data-route-page="collection"] .compact-navbar .header-search-btn,
body[data-route-page="shop"] .compact-navbar .header-search-btn,
body[data-route-page="leaderboard"] .compact-navbar .header-search-btn{
  display: none;
}
body[data-route-page="home"] .section.home-feature-section{
  margin-top: 30px;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
body[data-route-page="home"] .section.home-feature-section::before{
  content: none;
  display: none;
}
body[data-route-page="home"] .home-feature-section .section-head{
  margin-bottom: 14px;
}
body[data-route-page="home"] .home-feature-section .section-kicker,
body[data-route-page="home"] .home-feature-section .section-head p,
body[data-route-page="home"] .home-feature-section .section-head h2::before{
  display: none;
}
body[data-route-page="home"] .home-feature-section .section-head h2{
  margin: 0;
  display: block;
  color: #f8fafc;
  font-size: clamp(1.75rem, 5.8vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 950;
}
body[data-route-page="home"] .home-feature-section .anime-grid{
  gap: 14px;
  padding: 0 2px 16px;
  grid-auto-columns: clamp(155px, 32vw, 218px);
}
body[data-route-page="home"] .home-feature-section .anime-card{
  background: transparent;
  border: 0;
  box-shadow: none;
}
body[data-route-page="home"] .home-feature-section .poster,
body[data-route-page="home"] .home-feature-section .poster-wrap{
  border-color: rgba(255,255,255,.08);
  border-radius: 2px;
  box-shadow: none;
}
body[data-route-page="home"] .home-feature-section .card-body{
  padding: 8px 0 0;
}
body[data-route-page="home"] .home-feature-section .card-body h3{
  margin: 0;
  height: calc(1.28em * 2);
  max-height: calc(1.28em * 2);
  overflow: hidden;
  color: #f4f4f5;
  font-size: 1.03rem;
  line-height: 1.28;
  font-weight: 500;
}
body[data-route-page="home"] .home-feature-section .card-body h3 a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media (max-width: 520px){
  body[data-route-page="home"] .home-feature-section{
    width: min(100% - 32px, 1180px);
    margin-top: 28px;
  }
  body[data-route-page="home"] .home-feature-section .anime-grid{
    grid-auto-columns: clamp(138px, 38vw, 170px);
    gap: 12px;
  }
}

/* ERIC REPLACE 2026-05-30: Home hero poster cover, no forced login public pages. */
.navbar.compact-navbar,
.compact-navbar{
  display: flex;
  align-items: center;
  gap: 10px;
}
.compact-navbar .brand,
body[data-route-page="home"] .compact-navbar .brand{
  display: none;
}
body[data-route-page="home"] .compact-navbar .nav-search{
  display: none;
}
.header-spacer{
  flex: 1 1 auto;
  min-width: 0;
}
.header-search-btn{
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(139,92,246,.26), rgba(168,85,247,.12));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 14px 28px rgba(0,0,0,.24);
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1), border-color 180ms cubic-bezier(.22, 1, .36, 1), background 180ms cubic-bezier(.22, 1, .36, 1), box-shadow 180ms cubic-bezier(.22, 1, .36, 1);
}
.header-search-btn svg{
  width: 23px;
  height: 23px;
}
.header-search-btn:hover,
.header-search-btn:focus-visible{
  transform: translateY(-1px);
  border-color: rgba(168,85,247,.38);
  box-shadow: 0 14px 34px rgba(0,0,0,.24), 0 0 0 4px rgba(139,92,246,.08);
}
body[data-route-page="home"] .navbar.compact-navbar,
.app-shell > .app-main[data-active-page="home"] ~ .navbar.compact-navbar{
  background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,0));
  border-bottom: 0;
  backdrop-filter: none;
  box-shadow: none;
}
body[data-route-page="home"].is-header-scrolled .navbar.compact-navbar{
  background: linear-gradient(180deg, rgba(8,10,24,.92), rgba(8,10,24,.72));
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 42px rgba(0,0,0,.22);
}
body[data-route-page="home"] .compact-navbar .menu-btn,
body[data-route-page="home"] .compact-navbar .header-search-btn{
  color: #fff;
  background: rgba(0,0,0,.18);
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
body[data-route-page="home"].is-header-scrolled .compact-navbar .menu-btn,
body[data-route-page="home"].is-header-scrolled .compact-navbar .header-search-btn{
  background: linear-gradient(135deg, rgba(139,92,246,.26), rgba(168,85,247,.12));
  border-color: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 14px 28px rgba(0,0,0,.24);
}

body[data-route-page="home"] .hero,
body[data-route-page="home"] .hero[data-hero-slider],
.app-shell > .app-main[data-active-page="home"] .hero,
.app-shell > .app-main[data-active-page="home"] .hero[data-hero-slider],
.home-page .hero,
.home-page .hero[data-hero-slider]{
  width: 100%;
  min-height: 0;
  height: min(92svh, 790px);
  aspect-ratio: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  align-items: end;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 0;
  box-shadow: none;
  overflow: hidden;
}
body[data-route-page="home"] .hero::before,
body[data-route-page="home"] .hero[data-hero-slider]::before{
  background:
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.08) 34%, rgba(0,0,0,.58) 74%, #090911 100%),
    linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.03));
}
body[data-route-page="home"] .hero::after,
body[data-route-page="home"] .hero[data-hero-slider]::after{
  bottom: -1px;
  height: 42%;
  background: linear-gradient(180deg, rgba(9,9,17,0) 0%, rgba(9,9,17,.72) 54%, #090911 100%);
}
body[data-route-page="home"] .hero-inner{
  width: 100%;
  padding: calc(102px + env(safe-area-inset-top, 0px)) 22px 34px;
}
body[data-route-page="home"] .hero-copy{
  max-width: 680px;
  margin-inline: auto;
  display: grid;
  justify-items: center;
  text-align: center;
}
body[data-route-page="home"] .hero .eyebrow{
  display: none;
}
body[data-route-page="home"] .hero h1,
body[data-route-page="home"] .hero-title,
body[data-route-page="home"] .hero-content h1,
body[data-route-page="home"] .hero-slide h1,
body[data-route-page="home"] .banner-title{
  width: min(100%, 640px);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: clamp(2.05rem, 7.4vw, 4.45rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 950;
  text-shadow: 0 5px 22px rgba(0,0,0,.62);
}
body[data-route-page="home"] .hero-subtitle{
  display: none;
}
body[data-route-page="home"] .hero .actions.hero-main-actions{
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
body[data-route-page="home"] .hero-play-btn{
  min-width: 118px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #11131d;
  background: #fff;
  border: 0;
  font-size: .98rem;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
body[data-route-page="home"] .hero-play-btn svg{
  width: 20px;
  height: 20px;
}
body[data-route-page="home"] .hero-detail-btn{
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(0,0,0,.24);
  border-color: rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}
body[data-route-page="home"] .hero-dots{
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body[data-route-page="home"] .hero-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  box-shadow: 0 2px 8px rgba(0,0,0,.28);
  transition: width .25s ease, background .25s ease;
}
body[data-route-page="home"] .hero-dot.active{
  width: 10px;
  background: #fff;
}
@media (min-width: 740px){
  body[data-route-page="home"] .hero,
  body[data-route-page="home"] .hero[data-hero-slider]{
    height: min(78vh, 720px);
    background-position: center 18%;
  }
}
@media (max-width: 430px){
  body[data-route-page="home"] .hero-inner{
    padding-inline: 18px;
    padding-bottom: 28px;
  }
  body[data-route-page="home"] .hero-play-btn{
    min-width: 108px;
    min-height: 40px;
    font-size: .95rem;
  }
}

/* ERIC PATCH 2026-05-30D: text-only compact login button and 2px anime cards. */
.menu-account .google-login-btn,
.login-only-actions .google-login-btn,
.login-only-actions .login-google-main-btn,
.empty-state .google-login-btn,
.account-strip .google-login-btn{
  width: auto;
  max-width: max-content;
  min-height: 40px;
  padding: 9px 16px;
  gap: 0;
}
.google-login-btn img,
.login-google-main-btn img,
.google-login-logo{
  display: none;
}
.anime-card,
.anime-card .poster,
.anime-card .poster-wrap,
.anime-card .poster img,
body[data-route-page="home"] .home-feature-section .poster,
body[data-route-page="home"] .home-feature-section .poster-wrap{
  border-radius: 2px;
}
