.creator-hub {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
}

.creator-hero,
.creator-panel,
.creator-stats article {
  border: 1px solid rgba(70, 214, 255, .16);
  background: linear-gradient(145deg, rgba(8, 25, 43, .94), rgba(13, 18, 40, .96));
  box-shadow: 0 20px 50px rgba(0, 0, 0, .14);
}

.creator-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.7rem;
  border-radius: 24px;
}

.creator-hero h1,
.creator-panel h2 {
  margin: .35rem 0 0;
  color: #f3f8ff;
}

.creator-hero h1 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.creator-hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; }

.creator-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.creator-stats article {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.1rem;
  border-radius: 18px;
}

.creator-stats article > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(65, 212, 255, .11);
  color: #4edbff;
}

.creator-stats span { display: grid; }
.creator-stats strong { color: #fff; font-size: 1.45rem; line-height: 1; }
.creator-stats small { margin-top: .3rem; color: #8ea9bf; }

.creator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 1rem;
}

.creator-grid--insights { grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); }

.creator-panel {
  padding: 1.35rem;
  border-radius: 22px;
}

.creator-panel--primary {
  background:
    radial-gradient(circle at 90% 10%, rgba(116, 86, 255, .16), transparent 30%),
    linear-gradient(145deg, rgba(8, 25, 43, .97), rgba(13, 18, 40, .97));
}

.creator-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.creator-panel p { color: #96abc0; line-height: 1.65; }
.creator-panel__head > a { color: #4edbff; text-decoration: none; font-weight: 700; }
.creator-panel__head > a:hover { color: #a78bfa; }

.creator-status {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  padding: .4rem .68rem;
  border-radius: 999px;
  background: rgba(255, 194, 61, .1);
  color: #ffd166;
  font-size: .78rem;
  font-weight: 800;
}

.creator-status i { font-size: .5rem; }
.creator-checklist { display: grid; gap: .65rem; margin-top: 1rem; }
.creator-checklist span { display: flex; align-items: center; gap: .65rem; color: #9eb1c4; }
.creator-checklist span i { width: 20px; color: #6d7f92; }
.creator-checklist .is-done { color: #dcecff; }
.creator-checklist .is-done i { color: #42e5b2; }

.creator-channel-preview {
  display: grid;
  gap: .85rem;
  margin: 1rem 0;
  padding: .85rem;
  border: 1px solid rgba(70, 214, 255, .12);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.creator-banner {
  min-height: 118px;
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  background: radial-gradient(circle at 20% 10%, rgba(78,219,255,.24), transparent 32%), linear-gradient(135deg, rgba(16,33,56,.96), rgba(38,28,72,.94));
  color: #cceeff;
  font-weight: 800;
}

.creator-channel-row {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: .9rem;
}

.creator-channel-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg,#39cfff,#7368ff);
  color: #fff;
  font-weight: 900;
}

.creator-channel-avatar img { width: 100%; height: 100%; object-fit: cover; }
.creator-channel-row strong,.creator-channel-row small { display: block; }
.creator-channel-row small,.creator-description { color: #8ea9bf; }

.creator-mini-list {
  display: grid;
  gap: .55rem;
  margin: .9rem 0;
}

.creator-mini-list span {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: #dcecff;
}

.creator-mini-list i { width: 20px; color: #4edbff; }

.creator-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  margin: .9rem 0;
}

.creator-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#39cfff,#7368ff);
}

.creator-empty--compact { min-height: 130px; }

.creator-recent { overflow: hidden; }
.creator-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}

.creator-videos a {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  padding: .65rem;
  border: 1px solid rgba(70, 214, 255, .12);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, .025);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.creator-videos a:hover {
  transform: translateY(-2px);
  border-color: rgba(70, 214, 255, .32);
  background: rgba(70, 214, 255, .05);
}

.creator-videos img {
  width: 110px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 11px;
}

.creator-videos span { min-width: 0; display: grid; gap: .28rem; }
.creator-videos strong { color: #edf6ff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.creator-videos small { color: #8399ad; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.creator-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .45rem;
  color: #8095a8;
  text-align: center;
}

.creator-empty i { font-size: 2rem; color: #4edbff; }
.creator-empty p { margin: 0; color: #dcecff; }

html[data-theme="light"] .creator-hero,
html[data-theme="light"] .creator-panel,
html[data-theme="light"] .creator-stats article,
body.light .creator-hero,
body.light .creator-panel,
body.light .creator-stats article {
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(239,246,252,.98));
  border-color: rgba(27, 122, 175, .15);
}

html[data-theme="light"] .creator-hero h1,
html[data-theme="light"] .creator-panel h2,
html[data-theme="light"] .creator-stats strong,
body.light .creator-hero h1,
body.light .creator-panel h2,
body.light .creator-stats strong { color: #183047; }

@media (max-width: 980px) {
  .creator-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .creator-grid { grid-template-columns: 1fr; }
  .creator-videos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .creator-hero { align-items: flex-start; flex-direction: column; }
  .creator-stats { grid-template-columns: 1fr; }
  .creator-videos { grid-template-columns: 1fr; }
  .creator-panel__head { flex-direction: column; }
  .creator-channel-row { grid-template-columns: auto minmax(0,1fr); }
  .creator-channel-row .btn { grid-column: 1 / -1; justify-content: center; }
}
