
/* V7.0.7 - front theme final unification */

/* 全局黑绿统一 */
.home-app,.profile-page,.page,.form-page{
  background:#080d0f!important;
  color:#f8fafc!important;
}

/* 首页顶部搜索区 */
.app-head{
  background:#080d0f!important;
  padding:12px 14px 8px!important;
  border-bottom:0!important;
}
.app-search-row{
  background:transparent!important;
}
.app-logo{
  color:#20e36b!important;
  font-size:27px!important;
  line-height:.9!important;
}
.app-logo small{
  color:#20e36b!important;
  opacity:.9!important;
}
.app-search{
  background:#11181b!important;
  color:#e5eef2!important;
  border:1px solid rgba(32,227,107,.18)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important;
}
.app-icon{
  background:#11181b!important;
  color:#fff!important;
  border:1px solid rgba(32,227,107,.18)!important;
}

/* 首页大图：减少割裂、文字压到底部 */
.app-hero{
  margin:0 12px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  min-height:218px!important;
  background:#11181b!important;
  border:1px solid rgba(32,227,107,.18)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.28)!important;
}
.app-hero img{
  height:218px!important;
  object-fit:cover!important;
  filter:saturate(.98) contrast(1.03) brightness(.86)!important;
}
.app-hero:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:62%!important;
  background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.32),transparent)!important;
  z-index:1!important;
}
.app-hero-title{
  left:16px!important;
  bottom:37px!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:1000!important;
  z-index:2!important;
}
.app-hero-sub{
  left:16px!important;
  bottom:17px!important;
  color:#e5eef2!important;
  font-size:13px!important;
  font-weight:900!important;
  z-index:2!important;
}
.vip-tag{
  right:10px!important;
  top:10px!important;
  background:linear-gradient(135deg,#ffe28a,#f6b93b)!important;
  color:#111!important;
  border-radius:9px!important;
  font-weight:1000!important;
}
.dots{
  z-index:3!important;
  right:18px!important;
  bottom:18px!important;
}
.dots span{
  background:rgba(255,255,255,.35)!important;
}
.dots span.active{
  background:#20e36b!important;
}

/* 首页公告：改暗色胶囊，不再白底 */
.notice-bar{
  margin:10px 12px 12px!important;
  height:40px!important;
  background:#11181b!important;
  border:1px solid rgba(32,227,107,.22)!important;
  color:#d7e2e7!important;
  box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
}
.notice-bar:before{
  content:"📢 系統公告"!important;
  color:#20e36b!important;
  font-weight:1000!important;
}
.notice-text{
  color:#d7e2e7!important;
}

/* 首页分类：去掉大白块，改黑色卡片 */
.channel-row{
  margin:0 12px 14px!important;
  padding:14px 8px!important;
  background:#11181b!important;
  border:1px solid rgba(32,227,107,.16)!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(0,0,0,.20)!important;
}
.channel{
  color:#dce6ea!important;
  font-weight:900!important;
}
.channel-icon{
  width:42px!important;
  height:42px!important;
  border-radius:14px!important;
  background:#172024!important;
  color:#20e36b!important;
  box-shadow:inset 0 0 0 1px rgba(32,227,107,.22)!important;
}
.channel.active{
  color:#20e36b!important;
}
.channel.active:after{
  background:#20e36b!important;
  bottom:-7px!important;
}

/* 正在热播：整体黑卡，不再白底 */
.app-section{
  margin:0 12px 14px!important;
  padding:14px!important;
  background:#11181b!important;
  border:1px solid rgba(32,227,107,.16)!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(0,0,0,.20)!important;
}
.app-title{
  color:#20e36b!important;
  font-size:21px!important;
  font-weight:1000!important;
  margin-bottom:12px!important;
}
.feed-grid{
  gap:10px!important;
}
.feed-card{
  background:transparent!important;
}
.feed-cover{
  border-radius:12px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.feed-name{
  color:#20e36b!important;
  font-weight:1000!important;
}
.feed-desc{
  color:#9fb0b8!important;
}

/* 今日助推榜继续统一 */
.rank-section{
  margin:0 12px 82px!important;
  background:#11181b!important;
  border:1px solid rgba(32,227,107,.20)!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(0,0,0,.20)!important;
}
.rank-title{
  color:#20e36b!important;
}
.rank-row{
  border-bottom:1px solid rgba(255,255,255,.16)!important;
}
.rank-info b{
  color:#fff!important;
}
.rank-money{
  color:#20e36b!important;
}

/* 个人中心：等级文字横向更自然 */
.profile-main{
  gap:14px!important;
}
.profile-name{
  display:inline-block!important;
  margin-right:8px!important;
}
.gold{
  display:inline-block!important;
  padding:2px 8px!important;
  border-radius:999px!important;
  background:rgba(32,227,107,.12)!important;
  border:1px solid rgba(32,227,107,.25)!important;
  color:#20e36b!important;
  font-size:13px!important;
  vertical-align:middle!important;
}

/* 个人中心功能区：去掉白底，改黑绿 */
.icon-grid{
  margin:14px!important;
  padding:16px!important;
  background:#11181b!important;
  border:1px solid rgba(32,227,107,.18)!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
  display:grid!important;
  grid-template-columns:repeat(2,1fr)!important;
  gap:12px!important;
}
.icon-grid a{
  background:#0b1114!important;
  border:1px solid rgba(32,227,107,.14)!important;
  border-radius:16px!important;
  color:#e7f0f3!important;
  min-height:92px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  font-weight:900!important;
}
.icon-grid .circle{
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#050708!important;
  color:#f6c453!important;
  border:1px solid rgba(246,196,83,.25)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.28)!important;
}
.icon-grid a[href="/logout.php"]{
  grid-column:1/3!important;
  min-height:60px!important;
  flex-direction:row!important;
  background:#0e1620!important;
  border-color:rgba(32,227,107,.24)!important;
  color:#20e36b!important;
}
.icon-grid a[href="/logout.php"] .circle{
  margin-right:6px!important;
}

/* 个人中心列表更统一 */
.white-list{
  margin:14px 14px 86px!important;
  background:#11181b!important;
  border:1px solid rgba(32,227,107,.18)!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.white-row{
  color:#dce6ea!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  background:#11181b!important;
}
.white-row b{
  color:#20e36b!important;
}

/* 底部导航压暗一点 */
.bottom-nav{
  background:rgba(8,13,15,.96)!important;
  border-top:1px solid rgba(32,227,107,.18)!important;
  backdrop-filter:blur(12px)!important;
}
.bottom-nav a{
  color:#20e36b!important;
}
