@import url('./core/framework.css');
@import url('./core/forms.css');
@import url('./core/buttons.css');
@import url('./core/tables.css');
@import url('./core/utilities.css');
@import url('./global/layout.css');
@import url('./global/header.css');
@import url('./global/footer.css');
@import url('./global/responsive.css');
@import url('./tournaments/tournaments.css');

/* Add all custom DOPE CSS here. */


/* V4.3 CMS / Media improvements */
textarea {
  width: 100%;
  min-height: 160px;
  border: 1px solid rgba(255,255,255,.12);
  outline: none;
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--dope-text);
  background: rgba(255,255,255,.055);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  line-height: 1.5;
}
select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--dope-text);
  background: #111827;
}
.dopegap { display: grid; gap: 14px; }


/* V4.4 Members + Teams */
.dopecard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 14px;
}
@media(max-width:720px){
  .dope-card form > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
}


/* V4.5 Results + Scoring */
.score-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,212,255,.12);
  border: 1px solid rgba(0,212,255,.24);
  color: #dff9ff;
  font-weight: 950;
}
table img {
  max-width: 46px;
  max-height: 46px;
}


/* V4.6 Groups + Schedule */
.status-live,
.score-badge.live {
  background: rgba(39,245,154,.14);
  border-color: rgba(39,245,154,.28);
  color: #bdffdf;
}
.schedule-card {
  border-left: 3px solid var(--dope-cyan);
}


/* V4.7 Forums */
.forum-post-content {
  white-space: pre-wrap;
  line-height: 1.65;
}
.forum-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
.forum-row:hover {
  background: rgba(255,255,255,.035);
}


/* V4.8 Theme Editor */
input[type="color"] {
  min-height: 54px;
  padding: 6px;
  cursor: pointer;
}
.theme-preview-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 18px;
  background: var(--dope-panel);
}
.dope-brand img {
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
}


/* V4.9 OAuth */
.oauth-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}
.oauth-provider-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,212,255,.12);
  border: 1px solid rgba(0,212,255,.22);
  font-weight: 900;
}


/* V5.0 Plugin System + Widgets */
.dope-widget {
  padding: 18px !important;
}
.widget-list {
  display: grid;
  gap: 4px;
}
.plugin-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,212,255,.12);
  border: 1px solid rgba(0,212,255,.22);
  font-weight: 900;
}


/* V5.1 Security + Roles */
.security-severity-critical { color:#ffb4c0; font-weight:950; }
.security-severity-high { color:#ffd28a; font-weight:950; }
.security-severity-medium { color:#fff0a8; font-weight:950; }
.security-severity-low { color:#bdf7ff; font-weight:950; }
.permission-grid {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:10px;
}


/* V5.4 Email + Notifications */
.notification-unread {
  background: rgba(0,212,255,.08);
  border-color: rgba(0,212,255,.22);
}
.email-status-pending { color:#fff0a8; font-weight:950; }
.email-status-sent { color:#bdffdf; font-weight:950; }
.email-status-failed { color:#ffd0d9; font-weight:950; }


/* V5.5 Discord Webhooks */
.discord-status-sent { color:#bdffdf; font-weight:950; }
.discord-status-failed { color:#ffd0d9; font-weight:950; }
.discord-status-skipped { color:#fff0a8; font-weight:950; }
.webhook-url-input {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}


/* V5.6 Live Rooms */
.room-status-live {
  color:#bdffdf;
  font-weight:950;
}
.room-status-scheduled {
  color:#bdf7ff;
  font-weight:950;
}
.room-status-finished {
  color:#d7dde9;
  font-weight:950;
}
.room-lobby-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,.04);
}


/* V5.7 Staff Tasks + Activity */
.task-priority-urgent { color:#ffd0d9; font-weight:950; }
.task-priority-high { color:#ffd28a; font-weight:950; }
.task-status-done { color:#bdffdf; font-weight:950; }
.task-status-blocked { color:#ffd0d9; font-weight:950; }
.staff-activity-row {
  border-left: 3px solid var(--dope-cyan);
}


/* V5.8 Public Team Profiles */
.team-profile-hero {
  overflow: hidden;
}
.team-card {
  transition: transform .15s ease, border-color .15s ease;
}
.team-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,212,255,.32);
}
.team-player-card {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.team-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


/* V5.9 Advanced Search */
.search-result-card {
  display: block;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.search-result-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,212,255,.30);
  background: rgba(0,212,255,.06);
}
.search-result-card strong {
  display: block;
  margin-top: 8px;
  font-size: 17px;
}


/* V6.0 Final Stabilization */
.health-ok { color:#bdffdf; font-weight:950; }
.health-warning { color:#fff0a8; font-weight:950; }
.health-critical { color:#ffd0d9; font-weight:950; }
.production-warning {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,170,0,.10);
  border: 1px solid rgba(255,170,0,.22);
}
.production-critical {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,77,109,.10);
  border: 1px solid rgba(255,77,109,.22);
}


/* V6.1 SEO + Sitemap */
.seo-preview-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,.04);
}
.seo-route-key {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}


/* V6.2 Analytics */
.analytics-sparkline {
  display: flex;
  align-items: end;
  gap: 4px;
  min-height: 80px;
}
.analytics-bar {
  width: 100%;
  min-width: 8px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(0,212,255,.65), rgba(0,212,255,.15));
}
.analytics-metric {
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}


/* V6.4 PWA + Mobile App Experience */
.dope-mobile-bottom-nav {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .dope-mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    padding: 8px;
    border-radius: 22px;
    background: rgba(7, 10, 18, .88);
    border: 1px solid rgba(0, 212, 255, .18);
    box-shadow: 0 18px 50px rgba(0,0,0,.42);
    backdrop-filter: blur(18px);
  }

  .dope-mobile-bottom-nav a,
  .dope-mobile-bottom-nav button {
    min-height: 42px;
    border: 0;
    border-radius: 15px;
    background: rgba(255,255,255,.06);
    color: #f4f7ff;
    text-decoration: none;
    font-weight: 900;
    font-size: 12px;
    display: grid;
    place-items: center;
    padding: 0 8px;
  }

  .dope-mobile-bottom-nav a:hover,
  .dope-mobile-bottom-nav button:hover {
    background: rgba(0,212,255,.14);
  }

  .dope-card {
    border-radius: 18px;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .admin-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.pwa-preview-phone {
  max-width: 320px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.14);
  background: #070a12;
  padding: 16px;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}


/* V6.5 Broadcast Center + Browser Notifications */
.dope-notification-widget {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 9998;
}
.dope-notification-bell {
  min-width: 48px;
  min-height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(0,212,255,.22);
  background: rgba(7, 10, 18, .88);
  color: #f4f7ff;
  box-shadow: 0 14px 44px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
  cursor: pointer;
}
.dope-notification-bell span {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ff3355;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
}
.dope-notification-panel {
  display: none;
  position: absolute;
  right: 0;
  bottom: 58px;
  width: min(360px, calc(100vw - 28px));
  max-height: 420px;
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7, 10, 18, .95);
  box-shadow: 0 22px 70px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
  padding: 10px;
}
.dope-notification-widget:hover .dope-notification-panel,
.dope-notification-widget:focus-within .dope-notification-panel {
  display: block;
}
.dope-notification-item {
  display: block;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: inherit;
  text-decoration: none;
  margin-bottom: 8px;
}
.dope-notification-item.is-unread {
  border-color: rgba(0,212,255,.26);
  background: rgba(0,212,255,.08);
}
.dope-notification-item strong {
  display: block;
  margin-bottom: 4px;
}
.dope-notification-item span,
.dope-notification-empty {
  color: #9fb0c8;
  font-size: 13px;
}
@media (max-width:760px) {
  .dope-notification-widget {
    right: 14px;
    bottom: 82px;
  }
}


/* V6.6 Export Center + Reports */
.export-format-badge {
  display:inline-flex;
  align-items:center;
  padding:4px 9px;
  border-radius:999px;
  border:1px solid rgba(0,212,255,.22);
  background:rgba(0,212,255,.08);
  font-weight:900;
  font-size:12px;
}
.export-file-path {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size:12px;
}


/* V6.7 Live Stream Center */
.stream-embed-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(0,212,255,.18);
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}
.stream-embed-wrap iframe,
.stream-tiktok-fallback iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.stream-card {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.stream-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,212,255,.32);
  background: rgba(0,212,255,.06);
}
.stream-thumb {
  height: 170px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.08);
}
.stream-thumb-empty {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(0,212,255,.16), rgba(255,255,255,.04));
  font-size: 32px;
  font-weight: 950;
  letter-spacing: .08em;
}
.stream-platform-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,212,255,.22);
  background: rgba(0,212,255,.08);
  font-weight: 950;
  font-size: 12px;
  text-transform: uppercase;
}
.stream-status-live {
  color: #bdffdf;
  border-color: rgba(39,245,154,.35);
  background: rgba(39,245,154,.12);
}
.stream-status-scheduled {
  color: #d7ecff;
}
.stream-status-offline,
.stream-status-ended,
.stream-status-hidden {
  color: #ffc0ce;
}
.stream-no-embed,
.stream-tiktok-fallback {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}
@media (max-width:760px) {
  .stream-thumb { height: 140px; }
  .stream-embed-wrap { border-radius: 16px; }
}


/* V6.8 Highlights / TikTok-style Feed */
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.highlight-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
}
.highlight-card-thumb {
  aspect-ratio: 9/16;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0,212,255,.18), rgba(255,255,255,.04));
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  font-weight: 950;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.highlight-reel-feed {
  display: grid;
  gap: 28px;
}
.highlight-reel-item {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 18px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.04);
}
.highlight-video-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  max-height: 720px;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(0,212,255,.18);
  box-shadow: 0 22px 70px rgba(0,0,0,.32);
}
.highlight-video-frame iframe,
.highlight-video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.highlight-watch-layout {
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  gap: 24px;
  align-items: start;
}
.highlight-side-info {
  padding: 12px;
}
.highlight-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 14px 0;
}
.highlight-actions button,
.highlight-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(0,212,255,.22);
  background: rgba(0,212,255,.08);
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  padding: 0 14px;
  cursor: pointer;
}
.highlight-platform-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,212,255,.22);
  background: rgba(0,212,255,.08);
  font-weight: 950;
  font-size: 12px;
  text-transform: uppercase;
}
.highlight-status-featured,
.highlight-status-published {
  color: #bdffdf;
}
.highlight-status-pending {
  color: #fff0a8;
}
.highlight-status-hidden,
.highlight-status-rejected {
  color: #ffc0ce;
}
.highlight-comment {
  padding: 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  margin-top: 8px;
}
.highlight-admin-preview {
  max-width: 360px;
}
.highlight-open-link {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  justify-content: center;
  backdrop-filter: blur(10px);
}
@media (max-width: 900px) {
  .highlight-reel-item,
  .highlight-watch-layout {
    grid-template-columns: 1fr;
  }
  .highlight-video-frame {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .highlight-reel-feed {
    gap: 18px;
  }
  .highlight-reel-item {
    border-radius: 18px;
    padding: 10px;
  }
}


/* V6.9 Social Profiles + Latest Social Posts */
.social-profile-grid,
.social-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}
.social-profile-card,
.social-post-card {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  transition: transform .15s ease, border-color .15s ease;
}
.social-profile-card:hover,
.social-post-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,212,255,.28);
}
.social-card-cover,
.social-profile-cover {
  height: 92px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0,212,255,.18), rgba(255,255,255,.04));
  background-size: cover;
  background-position: center;
  margin-bottom: -34px;
}
.social-profile-cover {
  height: 170px;
  margin-bottom: -44px;
}
.social-profile-avatar,
.social-avatar {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(0,212,255,.35), rgba(255,255,255,.10));
  border: 3px solid rgba(7,10,18,.95);
  background-size: cover;
  background-position: center;
  font-weight: 950;
  font-size: 26px;
}
.social-avatar {
  width: 42px;
  height: 42px;
  border-width: 2px;
  font-size: 16px;
  flex: 0 0 auto;
}
.social-profile-main {
  display: flex;
  align-items: end;
  gap: 14px;
  margin-bottom: 12px;
}
.social-platform-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,212,255,.22);
  background: rgba(0,212,255,.08);
  font-weight: 950;
  font-size: 12px;
  text-transform: uppercase;
}
.social-profile-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 14px 0;
}
.social-profile-stats.compact {
  grid-template-columns: repeat(3, 1fr);
}
.social-profile-stats div {
  padding: 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  text-align: center;
}
.social-profile-stats strong {
  display: block;
  font-size: 20px;
}
.social-profile-stats span {
  color: #9fb0c8;
  font-size: 12px;
}
.social-post-card-thumb {
  display: block;
  height: 160px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0,212,255,.16), rgba(255,255,255,.04));
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
}
.social-post-thumb-empty {
  display: grid;
  place-items: center;
  font-weight: 950;
}
.social-post-embed {
  position: relative;
  width: min(100%, 760px);
  aspect-ratio: 16/9;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(0,212,255,.18);
  margin-bottom: 16px;
}
.social-post-embed iframe,
.social-post-embed video {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.dope-social-sidebar-widget {
  position: fixed;
  right: 18px;
  top: 110px;
  width: 320px;
  max-height: calc(100vh - 220px);
  overflow: auto;
  z-index: 9992;
  border: 1px solid rgba(0,212,255,.16);
  background: rgba(7,10,18,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 70px rgba(0,0,0,.35);
  border-radius: 24px;
  padding: 14px;
}
.social-mini-profiles {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}
.social-mini-profile,
.social-sidebar-post {
  display: flex;
  gap: 10px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.social-mini-profile strong,
.social-sidebar-post strong {
  display: block;
  font-size: 13px;
}
.social-mini-profile small,
.social-sidebar-post small {
  display: block;
  color: #9fb0c8;
  font-size: 11px;
}
.social-post-thumb {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
}
.social-all-btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .dope-social-sidebar-widget {
    position: static;
    width: auto;
    max-height: none;
    margin: 18px 0;
  }
}
@media (max-width: 760px) {
  .social-profile-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-profile-cover {
    height: 120px;
  }
}

/* V7.0 FULL PLATFORM UPGRADE */
:root{--v70-bg:#070a12;--v70-panel:#101827;--v70-line:rgba(160,190,255,.14);--v70-cyan:#24d9ff;--v70-muted:#9fb0c8}.v70-admin-body{background:radial-gradient(circle at 18% 0%,rgba(36,217,255,.12),transparent 34%),#070a12;color:#fff}.v70-admin-shell{display:grid;grid-template-columns:64px 300px minmax(0,1fr);min-height:100vh}.v70-admin-rail{background:#0d121d;padding:10px;display:flex;flex-direction:column;gap:10px;border-right:1px solid var(--v70-line);position:sticky;top:0;height:100vh}.v70-rail-logo,.v70-rail-btn{width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);display:grid;place-items:center;color:#fff;text-decoration:none;cursor:pointer;transition:.25s}.v70-rail-logo,.v70-rail-btn.active,.v70-rail-btn:hover{background:linear-gradient(135deg,var(--v70-cyan),#dff9ff);color:#05111c;transform:translateY(-2px);box-shadow:0 12px 34px rgba(36,217,255,.22)}.v70-admin-menu{background:linear-gradient(180deg,#151c28,#101720);border-right:1px solid var(--v70-line);padding:22px 16px;overflow:auto;position:sticky;top:0;height:100vh}.v70-admin-title h2{margin:0;font-size:22px}.v70-admin-title p{color:var(--v70-muted);font-size:13px;line-height:1.5}.v70-admin-group{display:none;animation:v70Slide .25s ease both}.v70-admin-group.active{display:block}.v70-admin-group h4{margin:22px 0 9px;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.v70-admin-group a{display:flex;padding:11px 12px;border-radius:12px;color:#dce7ff;text-decoration:none;transition:.2s;border:1px solid transparent}.v70-admin-group a:hover{background:rgba(36,217,255,.10);border-color:rgba(36,217,255,.18);transform:translateX(4px)}.v70-admin-main{padding:28px;min-width:0}@keyframes v70Slide{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.dope-form-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}select,.dope-dark-select{background:#0c1220!important;color:#f4f7ff!important;border:1px solid rgba(36,217,255,.24)!important;border-radius:14px!important;min-height:48px}option{background:#101827!important;color:#f4f7ff!important}input,textarea{background:#0c1220!important;color:#f4f7ff!important;border-color:rgba(36,217,255,.18)!important}.v70-header{min-height:90px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:0 38px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(13,18,29,.95),rgba(9,12,20,.92));position:sticky;top:0;z-index:100}.v70-header-logo{display:grid;place-items:center;text-decoration:none;color:#fff;font-weight:950}.v70-header-logo img{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(36,217,255,.35))}.v70-header-left,.v70-header-right{display:flex;align-items:center;gap:12px}.v70-header-right{justify-content:flex-end}.v70-nav{display:flex;gap:8px;flex-wrap:wrap}.v70-nav a,.v70-icon-btn,.v70-user-chip{display:inline-flex;align-items:center;min-height:42px;padding:0 13px;border-radius:13px;color:#dce7ff;text-decoration:none;border:1px solid transparent;transition:.22s}.v70-nav a:hover,.v70-icon-btn:hover,.v70-user-chip:hover{color:#fff;background:rgba(36,217,255,.10);border-color:rgba(36,217,255,.20);transform:translateY(-2px)}.platform-stats-widget{margin:22px 0;padding:24px;border:1px solid rgba(36,217,255,.18);border-radius:24px;background:linear-gradient(135deg,rgba(16,24,39,.88),rgba(10,15,25,.92))}.platform-stats-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}.platform-widget-kicker,.dope-widget-title span{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(36,217,255,.10);border:1px solid rgba(36,217,255,.30);color:#bdf7ff;font-size:11px;font-weight:950;letter-spacing:.12em}.platform-stats-grid{display:grid;gap:14px}.platform-stat-card{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;align-items:center;padding:18px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);transition:.22s}.platform-stat-card:hover{transform:translateY(-3px);border-color:var(--psw-accent)}.platform-stat-icon{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:rgba(36,217,255,.08);grid-row:span 2}.platform-stat-card strong{font-size:26px}.dope-social-sidebar-widget{position:relative!important;right:auto!important;top:auto!important;width:auto!important;max-height:none!important;margin:0 0 18px!important}.social-profile-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important;gap:16px!important}.v70-footer{margin-top:28px;padding:34px;border:1px solid rgba(255,255,255,.08);border-radius:26px 26px 0 0;background:linear-gradient(180deg,rgba(16,24,39,.92),#090d16);display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:24px}.v70-footer a{display:block;color:#cfe0ff;text-decoration:none;margin:8px 0}.v70-footer-bottom{display:flex;justify-content:space-between;color:var(--v70-muted);padding:16px 8px 28px}.member-profile-hero{padding:52px 24px;border-radius:28px;background:radial-gradient(circle at 50% 0%,rgba(36,217,255,.16),transparent 40%),#101827;text-align:center;border:1px solid rgba(255,255,255,.10);background-size:cover;background-position:center}.member-avatar-xl{width:154px;height:154px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#202b40,#111827);border:4px solid rgba(36,217,255,.18);font-size:58px;font-weight:950;position:relative}.member-avatar-camera{position:absolute;right:8px;bottom:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#202b40;font-size:16px}.online-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#39e58c;margin-right:6px}.member-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:26px auto 0;max-width:920px}.member-profile-stats div{padding:18px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10)}.member-profile-tabs{display:flex;gap:22px;flex-wrap:wrap;margin:22px 0;border-bottom:1px solid rgba(255,255,255,.10)}.member-profile-tabs a{padding:16px 0;text-decoration:none;color:#a9c8ff;font-weight:900}.member-profile-tabs a.active,.member-profile-tabs a:hover{color:#fff;border-bottom:2px solid var(--v70-cyan)}.member-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.setup-progress,.donation-progress{height:14px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden}.setup-progress span,.donation-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--v70-cyan),#95f6ff)}.verified-badge{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--v70-cyan);color:#05111c}.donation-goal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.donation-goal-grid div{padding:18px;border-radius:16px;background:rgba(255,255,255,.06);text-align:center}.donation-wall-row{padding:14px;border-bottom:1px solid rgba(255,255,255,.08)}.v70-builder-zone{outline:1px dashed rgba(36,217,255,.25);outline-offset:6px}.dope-block{margin:18px 0;padding:18px;border-radius:20px;border:1px dashed rgba(36,217,255,.22);background:rgba(255,255,255,.035)}@media(max-width:1100px){.v70-admin-shell{grid-template-columns:64px minmax(0,1fr)}.v70-admin-menu{position:fixed;left:64px;top:0;bottom:0;width:300px;z-index:500;transform:translateX(-105%);transition:.25s}.v70-admin-rail:hover+.v70-admin-menu,.v70-admin-menu:hover{transform:translateX(0)}.member-profile-layout{grid-template-columns:1fr}.v70-footer{grid-template-columns:1fr 1fr}.v70-header{grid-template-columns:1fr;justify-items:center}}@media(max-width:760px){.dope-form-grid-3,.platform-stats-grid,.member-profile-stats,.donation-goal-grid{grid-template-columns:1fr!important}.v70-footer{grid-template-columns:1fr}.v70-footer-bottom{flex-direction:column}.v70-header{padding:14px}}

/* DOPE VIP COMPLETE V7.1 */
.dope-vip-page {
  --dope-vip-orange:#ffaa00;
  --dope-vip-cyan:#00d4ff;
  --dope-vip-bg:#060807;
  --dope-vip-panel:rgba(12,14,12,.88);
  --dope-vip-line:rgba(255,170,0,.35);
  position:relative;
}

.dope-vip-page::before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 15%,rgba(0,212,255,.09),transparent 28%),
    radial-gradient(circle at 85% 20%,rgba(255,170,0,.08),transparent 34%),
    linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15));
  z-index:-1;
}

.dope-vip-showcase,
.dope-vip-panel {
  border:1px solid var(--dope-vip-line);
  background:linear-gradient(135deg,rgba(15,17,14,.92),rgba(5,8,8,.94));
  box-shadow:0 30px 80px rgba(0,0,0,.35), inset 0 0 80px rgba(255,170,0,.04);
  border-radius:4px;
  margin-bottom:20px;
}

.dope-vip-showcase {
  padding:16px;
}

.dope-vip-showcase-head {
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:14px;
}

.dope-vip-showcase-head strong,
.dope-vip-panel-head h1 {
  color:#ffe7b8;
  letter-spacing:.08em;
  text-shadow:0 0 12px rgba(255,170,0,.35);
}

.dope-vip-showcase-head p {
  color:#bcae94;
  margin:4px 0 0;
  font-size:13px;
}

.dope-vip-icon {
  display:inline-grid;
  width:32px;
  height:32px;
  place-items:center;
  border:1px solid var(--dope-vip-orange);
  color:var(--dope-vip-orange);
  margin-right:12px;
}

.dope-vip-more {
  color:var(--dope-vip-cyan);
  font-size:11px;
  letter-spacing:.18em;
}

.dope-vip-carousel {
  display:grid;
  grid-template-columns:repeat(9,minmax(88px,1fr));
  gap:12px;
  overflow:auto;
  padding:4px;
}

.dope-vip-member-card {
  border:1px solid rgba(255,170,0,.35);
  background:rgba(10,12,12,.78);
  padding:9px;
  text-align:center;
  min-width:88px;
  transition:.22s ease;
}

.dope-vip-member-card:hover {
  transform:translateY(-4px);
  border-color:var(--dope-vip-cyan);
  box-shadow:0 16px 40px rgba(0,212,255,.10);
}

.dope-vip-member-avatar {
  width:68px;
  height:68px;
  margin:0 auto 8px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#1d2532,#080b0f);
  color:var(--dope-vip-orange);
  font-size:28px;
  font-weight:950;
  border:1px solid rgba(255,170,0,.35);
}

.dope-vip-member-card strong {
  display:block;
  color:#fff;
  font-size:12px;
}

.dope-vip-member-card span {
  display:inline-block;
  margin:5px 0;
  padding:3px 8px;
  border:1px solid var(--dope-vip-orange);
  color:var(--dope-vip-orange);
  font-size:10px;
}

.dope-vip-member-card small {
  display:block;
  color:var(--dope-vip-cyan);
  font-size:10px;
  text-transform:uppercase;
}

.dope-vip-panel-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:24px;
  padding:28px 28px 22px;
  background:linear-gradient(90deg,rgba(255,170,0,.13),transparent);
  border-bottom:1px solid rgba(255,170,0,.24);
}

.dope-vip-panel-head span {
  color:var(--dope-vip-orange);
  letter-spacing:.18em;
  font-size:12px;
}

.dope-vip-panel-head h1 {
  margin:8px 0;
  font-size:34px;
}

.dope-vip-panel-head p {
  color:#bcae94;
  max-width:780px;
}

.dope-vip-panel-head aside {
  border:1px solid rgba(255,170,0,.28);
  background:rgba(0,0,0,.28);
  padding:18px;
}

.dope-vip-panel-head aside small {
  display:block;
  text-align:right;
  color:var(--dope-vip-orange);
  font-size:10px;
  letter-spacing:.18em;
}

.dope-vip-panel-head aside span {
  display:block;
  margin-top:20px;
  color:#a79780;
  font-size:11px;
}

.dope-vip-panel-head aside strong {
  display:block;
  color:#fff;
  font-size:24px;
  margin-top:8px;
}

.dope-vip-mode-tabs {
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.dope-vip-mode-tabs button,
.dope-vip-tabs button {
  background:rgba(255,255,255,.03);
  color:#e9eefb;
  border:0;
  border-bottom:3px solid transparent;
  padding:16px;
  font-weight:950;
  letter-spacing:.08em;
  cursor:pointer;
  transition:.2s ease;
}

.dope-vip-mode-tabs button.dope-is-active {
  background:rgba(0,212,255,.10);
  border-bottom-color:var(--dope-vip-cyan);
}

.dope-vip-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  min-height:520px;
}

.dope-vip-options {
  padding:18px;
  border-right:1px solid rgba(255,255,255,.10);
}

.dope-vip-tabs {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.dope-vip-tabs button {
  border:1px solid rgba(255,170,0,.22);
  padding:13px 16px;
}

.dope-vip-tabs button.dope-is-active {
  color:#150d03;
  background:linear-gradient(135deg,#ffd67a,#ff7a1a);
  border-color:#ffaa00;
  transform:skewX(-8deg);
}

.dope-vip-tier {
  display:block;
  margin-bottom:18px;
}

.dope-vip-tab-panel {
  display:none;
}

.dope-vip-tab-panel.dope-is-active {
  display:block;
  animation:dopeVipFade .22s ease both;
}

@keyframes dopeVipFade {
  from { opacity:0; transform:translateY(8px); }
  to { opacity:1; transform:translateY(0); }
}

.dope-vip-section-title {
  border:1px solid rgba(255,170,0,.25);
  padding:12px;
  margin-bottom:12px;
}

.dope-vip-section-title span {
  color:var(--dope-vip-orange);
  font-weight:950;
  letter-spacing:.12em;
}

.dope-vip-section-title small {
  display:block;
  color:#bcae94;
  margin-top:6px;
}

.dope-vip-asset-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-height:360px;
  overflow:auto;
  padding-right:8px;
}

.dope-vip-asset-option {
  position:relative;
  min-height:76px;
  display:grid;
  place-items:center;
  text-align:center;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,170,0,.18);
  cursor:pointer;
  transition:.18s ease;
}

.dope-vip-asset-option:hover,
.dope-vip-asset-option.dope-is-selected {
  border-color:var(--dope-vip-orange);
  box-shadow:inset 0 0 0 1px rgba(255,170,0,.25),0 12px 30px rgba(255,170,0,.08);
}

.dope-vip-asset-option input {
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.dope-vip-asset-preview {
  display:block;
  color:#fff;
  font-weight:900;
  padding:0 8px;
}

.dope-vip-asset-option small {
  color:#ffd079;
  font-size:10px;
}

.dope-vip-preview-panel {
  padding:22px;
  background:linear-gradient(135deg,rgba(0,212,255,.06),rgba(0,0,0,.14));
}

.dope-vip-preview-panel > span {
  color:#a79780;
  font-size:11px;
  letter-spacing:.18em;
}

.dope-vip-mini-preview {
  position:relative;
  margin-top:22px;
  border:1px solid rgba(140,180,255,.24);
  background:#101923;
  border-radius:8px;
  padding:24px;
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:16px;
  min-height:190px;
}

.dope-vip-preview-avatar {
  width:96px;
  height:96px;
  display:grid;
  place-items:center;
  background:#bcc31f;
  color:#151705;
  font-size:56px;
  font-weight:950;
  border-radius:7px;
}

.dope-vip-preview-body strong {
  color:#fff;
  font-size:18px;
}

.dope-vip-preview-body em {
  display:inline-block;
  margin:8px 4px 10px 0;
  padding:5px 8px;
  background:#ffd000;
  color:#1b1500;
  font-style:normal;
  font-size:10px;
  font-weight:950;
}

.dope-vip-preview-body dl {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:4px 14px;
  font-size:12px;
  color:#dfe8ff;
}

.dope-vip-preview-body dd {
  margin:0;
  color:#9ca9bd;
}

.dope-vip-preview-stats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  font-size:10px;
  margin-top:12px;
}

.dope-vip-preview-stats span {
  text-align:center;
  color:#c7d6ed;
}

.dope-vip-preview-stats b {
  display:block;
  color:#fff;
  margin-top:3px;
}

.dope-vip-preview-body button {
  margin-top:14px;
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  padding:8px 12px;
  border-radius:4px;
}

.dope-vip-mini-preview i {
  position:absolute;
  top:16px;
  right:16px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  background:#07111b;
  border-radius:6px;
  font-style:normal;
}

.dope-vip-payment-box {
  margin-top:20px;
  border:1px solid rgba(255,170,0,.24);
  background:rgba(0,0,0,.22);
  padding:16px;
}

.dope-vip-payment-box h3 {
  margin-top:0;
  color:#ffe2a8;
}

.dope-vip-actions {
  display:grid;
  grid-template-columns:180px 1fr 180px;
  gap:18px;
  align-items:center;
  padding:16px 22px;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.22);
}

.dope-vip-actions button {
  border:0;
  color:#190c00;
  background:linear-gradient(135deg,#ffd67a,#ff7a1a);
  font-weight:950;
  letter-spacing:.08em;
  padding:13px 16px;
  clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);
}

.dope-vip-actions button:first-child {
  background:#15120c;
  border:1px solid rgba(255,170,0,.30);
  color:#ffbe42;
}

.dope-vip-actions span {
  text-align:center;
  color:#ffd079;
  letter-spacing:.12em;
}

.dope-vip-result {
  border-color:rgba(255,170,0,.35)!important;
  background:rgba(255,170,0,.08)!important;
}

.dope-admin-vip-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:18px;
}

.dope-check {
  display:flex!important;
  align-items:center;
  gap:10px;
}

.dope-check input {
  width:auto!important;
}

@media(max-width:1100px) {
  .dope-vip-layout,
  .dope-vip-panel-head,
  .dope-admin-vip-grid {
    grid-template-columns:1fr;
  }

  .dope-vip-carousel {
    grid-template-columns:repeat(4,minmax(88px,1fr));
  }

  .dope-vip-preview-panel {
    border-top:1px solid rgba(255,255,255,.10);
  }
}

@media(max-width:720px) {
  .dope-vip-asset-grid,
  .dope-vip-preview-stats,
  .dope-vip-actions {
    grid-template-columns:1fr;
  }

  .dope-vip-mini-preview {
    grid-template-columns:1fr;
  }

  .dope-vip-carousel {
    grid-template-columns:repeat(2,minmax(88px,1fr));
  }
}
