﻿/* TODU V6 â€” clean visual system */
:root {
  --v6-font: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v6-display: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v6-bg: #f4f2f7;
  --v6-paper: #ffffff;
  --v6-ink: #17101d;
  --v6-text: #4d4156;
  --v6-muted: #8b8093;
  --v6-line: rgba(49,31,64,.11);
  --v6-night: #09080d;
  --v6-purple: #922fe7;
  --v6-pink: #d83ff4;
  --v6-blue: #4d75e8;
  --v6-cyan: #51d2e7;
  --v6-green: #19a86b;
  --v6-red: #e13c5d;
  --v6-orange: #e99a30;
  --v6-r-xl: 30px;
  --v6-r-lg: 23px;
  --v6-r-md: 15px;
  --v6-shadow: 0 18px 48px rgba(33,20,48,.08);
  --role-admin: #0891b2;
  --role-admin-soft: #22d3ee;
  --role-admin-bg: rgba(8,145,178,.12);
  --role-admin-border: rgba(34,211,238,.32);
  --role-admin-gradient: linear-gradient(135deg, #0891b2, #22d3ee);
  --role-mod: #16a34a;
  --role-mod-soft: #4ade80;
  --role-mod-bg: rgba(34,197,94,.12);
  --role-mod-border: rgba(74,222,128,.32);
  --role-mod-gradient: linear-gradient(135deg, #15803d, #22c55e);
  --role-todu: #facc15;
  --role-todu-soft: #fde047;
  --role-todu-bg: rgba(250, 204, 21, .14);
  --role-todu-border: rgba(250, 204, 21, .36);
  --role-todu-gradient: linear-gradient(135deg, #ca8a04, #facc15);
}

/* Premium dark purple dashboard tokens */
.v6-shell {
  --dash-bg: #070416;
  --dash-panel: #0b0820;
  --dash-panel-soft: #120c2d;
  --dash-panel-gradient: linear-gradient(155deg, #16092f 0%, #0b0820 52%, #111b46 100%);
  --dash-border: rgba(168, 85, 247, .25);
  --dash-shadow: 0 25px 80px rgba(76, 29, 149, .35);
  --dash-title: #f5f3ff;
  --dash-desc: rgba(230, 220, 255, .72);
  --dash-muted: rgba(230, 220, 255, .48);
}

/* Rol metin renkleri — Kanal Sahibi sarı, Yönetim turkuaz, Moderatör yeşil */
.role-name.is-todu { color: var(--role-todu); font-weight: 800; }
.role-name.is-admin { color: var(--role-admin); font-weight: 800; }
.role-name.is-moderator { color: var(--role-mod); font-weight: 800; }
td .subline .role-name.is-todu, .subline.role-name.is-todu { color: var(--role-todu); }
td .subline .role-name.is-admin, .subline.role-name.is-admin { color: var(--role-admin); }
td .subline .role-name.is-moderator, .subline.role-name.is-moderator { color: var(--role-mod); }
.reward-user-choice small .role-name.is-todu { color: var(--role-todu); }
.reward-user-choice small .role-name.is-admin { color: var(--role-admin); }
.reward-user-choice small .role-name.is-moderator { color: var(--role-mod); }

body:has(.v6-shell), body:has(.v6-auth) {
  margin: 0;
  min-width: 320px;
  color: var(--v6-ink);
  background: #06040f;
  font-family: var(--v6-font);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}

html:has(body.is-guest:not(:has(.v6-auth))),
body.is-guest:not(:has(.v6-auth)) {
  min-height: 100%;
  background: #fbfafc;
}

body.is-guest:has(.v6-auth),
html:has(body.is-guest .v6-auth) {
  background: #050308;
}

/* Shell */
.v6-shell.app-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 286px minmax(0,1fr) !important;
  background: #06040f !important;
}

/* —— Sidebar —— */
.v6-shell.app-shell.is-sidebar-collapsed {
  grid-template-columns: 286px minmax(0, 1fr) !important;
}
.v6-shell.app-shell.is-sidebar-collapsed .sidebar {
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}
.v6-shell .sidebar {
  position: sticky;
  top: 0;
  width: 286px !important;
  height: 100svh;
  height: 100dvh;
  z-index: 30;
  display: flex;
  flex-direction: column;
  padding: 14px 12px max(12px, env(safe-area-inset-bottom)) !important;
  overflow: hidden;
  border-right: 1px solid var(--dash-border) !important;
  background:
    radial-gradient(ellipse 90% 70% at 50% -8%, rgba(129, 140, 248, .22), transparent 58%),
    radial-gradient(circle at 88% 92%, rgba(34, 211, 238, .10), transparent 42%),
    radial-gradient(circle at 8% 78%, rgba(168, 85, 247, .18), transparent 44%),
    var(--dash-panel-gradient) !important;
  backdrop-filter: blur(20px);
  box-shadow: var(--dash-shadow) !important;
  color: var(--dash-title);
  --sidebar-brand: #a855f7;
  --sidebar-brand-soft: #d8b4fe;
  --sidebar-brand-pink: #d946ef;
  --sidebar-brand-blue: #6366f1;
  --sidebar-brand-cyan: #22d3ee;
  --sidebar-brand-amber: #fbbf24;
  --sidebar-glow: rgba(168, 85, 247, .35);
}
.v6-shell .sidebar::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(168, 85, 247, .38), transparent 40%),
    radial-gradient(circle at 86% 88%, rgba(59, 130, 246, .26), transparent 38%),
    radial-gradient(circle at 52% 52%, rgba(34, 211, 238, .10), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, .03) 0%, transparent 28%);
  opacity: .92;
}
.v6-shell .sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #922fe7 0%, #a855f7 24%, #6366f1 58%, #51d2e7 100%);
  pointer-events: none;
  z-index: 2;
  opacity: .88;
}
.v6-shell .sidebar > * {
  position: relative;
  z-index: 1;
}
.v6-shell .sidebar-head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0 2px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.v6-shell .sidebar-brand {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.v6-shell .sidebar-brand::after { display: none !important; content: none !important; }
.v6-shell .sidebar-brand img {
  width: min(132px, 100%) !important;
  max-width: 100% !important;
  max-height: 44px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: left center;
  transform: none !important;
  filter: drop-shadow(0 4px 16px rgba(168, 85, 247, .24)) drop-shadow(0 2px 10px rgba(99, 102, 241, .12)) !important;
}
@media (prefers-reduced-motion: no-preference) {
  .v6-shell .sidebar-brand img {
    animation: sidebarLogoFloat 5s ease-in-out infinite;
  }
}
@keyframes sidebarLogoFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 4px 16px rgba(168, 85, 247, .24)) drop-shadow(0 2px 10px rgba(99, 102, 241, .12));
  }
  50% {
    transform: translateY(-2px) scale(1.012);
    filter: drop-shadow(0 8px 22px rgba(168, 85, 247, .34)) drop-shadow(0 4px 14px rgba(34, 211, 238, .14));
  }
}
.v6-shell .sidebar-collapse {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  color: #8b8494;
  background: rgba(255, 255, 255, .04);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color .16s ease, border-color .16s ease, background .16s ease;
}
.v6-shell .sidebar-collapse .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}
.v6-shell .sidebar-collapse:hover {
  color: var(--sidebar-brand-soft);
  border-color: rgba(168, 85, 247, .24);
  background: rgba(146, 47, 231, .12);
}
.v6-shell .sidebar-nav {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px 0 6px !important;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.v6-shell .sidebar-nav::-webkit-scrollbar { display: none; }
.v6-shell .sidebar-nav-section {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0 2px;
}
.v6-shell .sidebar-nav-divider {
  height: 1px;
  margin: 10px 8px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .10), transparent);
}
.v6-shell .sidebar-nav .nav-caption {
  display: block;
  margin: 0;
  padding: 8px 10px 6px;
  color: #9c43e4;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .14em;
}
.v6-shell .sidebar-nav .nav-caption::after { display: none !important; }
.v6-shell .sidebar .nav-item {
  position: relative;
  width: 100%;
  min-height: 36px;
  padding: 0 10px 0 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--dash-desc);
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 560;
  text-align: left;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, box-shadow .16s ease, border-color .16s ease;
  animation: none !important;
  transform: none !important;
}
.v6-shell .sidebar .nav-item::before {
  display: none !important;
  content: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  box-shadow: none !important;
}
.v6-shell .sidebar .nav-item:hover {
  color: var(--dash-title);
  background: rgba(168, 85, 247, .14);
  border-color: rgba(192, 132, 252, .24);
  transform: none !important;
}
.v6-shell .sidebar .nav-item.is-active {
  color: var(--dash-title);
  border-color: rgba(168, 85, 247, .32);
  background: rgba(18, 12, 45, .72);
  box-shadow: 0 8px 24px rgba(168, 85, 247, .16);
}
.v6-shell .sidebar .nav-item.is-active::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  width: auto !important;
  height: 2px !important;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #a855f7, #d946ef) !important;
  box-shadow: none !important;
}
.v6-shell .sidebar .nav-item-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
}
.v6-shell .sidebar .nav-item-icon .icon {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
  color: #d8b4fe;
  padding: 0 !important;
  animation: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.v6-shell .sidebar .nav-item:hover .nav-item-icon .icon { color: var(--sidebar-brand-soft); }
.v6-shell .sidebar .nav-item.is-active .nav-item-icon .icon {
  color: var(--sidebar-brand-soft);
}
.v6-shell .sidebar .nav-item-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v6-shell .sidebar .nav-item-badge {
  flex: 0 0 auto;
  min-width: 20px;
  height: 20px;
  margin-left: auto;
  padding: 0 6px;
  border-radius: 999px;
  color: #f5f3ff;
  background: rgba(168, 85, 247, .16);
  border: 1px solid rgba(192, 132, 252, .32);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 0 12px rgba(168, 85, 247, .22);
}
.v6-shell .sidebar .nav-item-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sidebar-brand), var(--sidebar-brand-pink));
  box-shadow: 0 0 10px rgba(168, 85, 247, .55);
}
.v6-shell .sidebar .nav-item.is-active .nav-item-badge + .nav-item-dot {
  margin-left: 6px;
}
@media (min-width: 1101px) {
  .v6-shell .sidebar-head {
    justify-content: center;
    padding: 4px 2px 14px;
  }
  .v6-shell .sidebar-brand {
    justify-content: center !important;
  }
  .v6-shell .sidebar-brand img {
    width: min(148px, 100%) !important;
    max-height: 50px !important;
    object-position: center center;
  }
  .v6-shell .sidebar-nav .nav-caption {
    padding: 10px 12px 7px;
    font-size: 10.5px;
    letter-spacing: .13em;
  }
  .v6-shell .sidebar .nav-item {
    min-height: 44px;
    padding: 0 12px 0 10px;
    gap: 12px;
    font-size: 14.5px;
    font-weight: 650;
    border-radius: 13px;
  }
  .v6-shell .sidebar .nav-item-icon {
    width: 24px;
    height: 24px;
  }
  .v6-shell .sidebar .nav-item-icon .icon {
    width: 20px;
    height: 20px;
    stroke-width: 2;
  }
  .v6-shell .sidebar .nav-item-badge {
    min-width: 22px;
    height: 22px;
    font-size: 11px;
  }
  .v6-shell .sidebar .nav-item-dot {
    width: 8px;
    height: 8px;
  }
}
.v6-shell .sidebar-footer {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 12px 2px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .10);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v6-shell .sidebar-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 4px;
  border-radius: 14px;
  background: rgba(18, 12, 45, .55);
  border: 1px solid rgba(168, 85, 247, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.v6-shell .sidebar-social-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  border-radius: 11px;
  transition: transform .16s ease;
}
.v6-shell .sidebar-social-link:hover { transform: translateY(-1px); }
.v6-shell .sidebar-social-link:focus-visible {
  outline: 2px solid rgba(192, 132, 252, .55);
  outline-offset: 2px;
}
.v6-shell .sidebar-social-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(192, 132, 252, .16);
  border-radius: 11px;
  background: rgba(168, 85, 247, .08);
  display: grid;
  place-items: center;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.v6-shell .sidebar-social-glyph {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.v6-shell .sidebar-social-glyph .icon.is-social-brand {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  stroke-width: 0;
  color: #a78bfa;
  fill: currentColor;
  stroke: none;
  display: block;
}
.v6-shell .sidebar-social-glyph.is-youtube .icon.is-social-brand {
  fill-rule: evenodd;
}
.v6-shell .sidebar-social-icon .icon {
  width: 18px;
  height: 18px;
  stroke-width: 0;
  color: #a78bfa;
}
.v6-shell .sidebar-social-icon .icon.fill {
  fill: currentColor;
  stroke: none;
}
.v6-shell .sidebar-social-link:hover .sidebar-social-icon {
  border-color: rgba(192, 132, 252, .32);
  background: rgba(168, 85, 247, .14);
  box-shadow: 0 0 24px rgba(168, 85, 247, .2);
}
.v6-shell .sidebar-social-link:hover .sidebar-social-icon .icon { color: #e9d5ff; }
.v6-shell .sidebar-social-link.is-instagram:hover .sidebar-social-icon .icon { color: #f0abfc; }
.v6-shell .sidebar-social-link.is-youtube:hover .sidebar-social-icon .icon { color: #c4b5fd; }
.v6-shell .sidebar-social-link.is-tiktok:hover .sidebar-social-icon .icon { color: #ddd6fe; }
.v6-shell .sidebar-social-link:active .sidebar-social-icon { transform: scale(.96); }
.v6-shell .sidebar-logout {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(168, 85, 247, .24);
  border-radius: 12px;
  color: #c4b5fd;
  background: rgba(168, 85, 247, .10);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}
.v6-shell .sidebar-logout .icon {
  width: 17px;
  height: 17px;
  stroke-width: 2;
  flex: 0 0 auto;
  color: #a78bfa;
}
.v6-shell .sidebar-logout:hover {
  color: #f5f3ff;
  border-color: rgba(192, 132, 252, .38);
  background: rgba(168, 85, 247, .18);
  box-shadow: 0 8px 22px rgba(168, 85, 247, .16);
}
.v6-shell .sidebar-logout:hover .icon {
  color: #ddd6fe;
}
.v6-shell .sidebar-broadcast-card {
  width: 100%;
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  color: inherit;
  background: var(--dash-panel-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: border-color .18s ease, background .18s ease;
}
.v6-shell .sidebar-broadcast-card:hover {
  border-color: rgba(168, 85, 247, .32);
  background: rgba(18, 12, 45, .88);
  box-shadow: 0 8px 24px rgba(168, 85, 247, .16);
}
.v6-shell .sidebar-broadcast-card.is-live {
  border-color: rgba(34, 197, 94, .24);
  background: rgba(34, 197, 94, .08);
}
.v6-shell .sidebar-broadcast-icon {
  position: relative;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(192, 132, 252, .22);
  border-radius: 12px;
  background: rgba(168, 85, 247, .12);
  display: grid;
  place-items: center;
}
.v6-shell .sidebar-broadcast-icon .icon {
  width: 18px;
  height: 18px;
  color: #c4b5fd;
  stroke-width: 2;
}
.v6-shell .sidebar-broadcast-icon b {
  position: absolute;
  inset: 7px;
  border: 2px solid rgba(196, 181, 253, .42);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(168, 85, 247, .10);
}
.v6-shell .sidebar-broadcast-card.is-live .sidebar-broadcast-icon {
  border-color: rgba(34, 197, 94, .28);
  background: rgba(34, 197, 94, .12);
}
.v6-shell .sidebar-broadcast-card.is-live .sidebar-broadcast-icon .icon { color: #4ade80; }
.v6-shell .sidebar-broadcast-card.is-live .sidebar-broadcast-icon b {
  border-color: rgba(74, 222, 128, .55);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .12);
  background: #22c55e;
}
.v6-shell .sidebar-broadcast-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  gap: 3px;
}
.v6-shell .sidebar-broadcast-copy strong {
  color: #f5f3ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.v6-shell .sidebar-broadcast-copy span {
  color: #918b98;
  font-size: 11px;
  line-height: 1.35;
}
.v6-shell .sidebar-broadcast-chevron {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #a78bfa;
}
.v6-shell .sidebar-broadcast-chevron .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2.2;
}
.v6-shell .live-mini.is-live b {
  background: #21c879 !important;
  box-shadow: 0 0 0 4px rgba(33,200,121,.14), 0 0 10px rgba(33,200,121,.28) !important;
}

/* —— Topbar —— */
.v6-shell .main-area {
  position: relative;
  min-width: 0;
  padding: 24px clamp(25px,3vw,62px) 58px !important;
  background:
    radial-gradient(circle at 10% -6%, rgba(147, 51, 234, .22), transparent 38%),
    radial-gradient(circle at 90% 2%, rgba(59, 130, 246, .14), transparent 34%),
    radial-gradient(circle at 78% 92%, rgba(236, 72, 153, .10), transparent 32%),
    radial-gradient(circle at 14% 88%, rgba(99, 102, 241, .10), transparent 30%),
    linear-gradient(180deg, #070416 0%, #0b0820 48%, #111b46 100%) !important;
}
.v6-shell :is(.topbar,.workspace) { width: 100%; max-width: 2100px !important; margin-left: auto; margin-right: auto; }
.v6-shell .topbar {
  position: relative;
  min-height: 64px;
  padding: 0 0 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: visible;
}
.v6-shell .topbar-left,.v6-shell .topbar-right { display: flex; align-items: center; gap: 10px; min-width: 0; }
.v6-shell .topbar-left {
  flex: 1;
  gap: 14px;
}
.v6-shell .topbar-crumb-short { display: none; }
.v6-shell .topbar-right { position: relative; z-index: 80; flex-shrink: 0; overflow: visible; gap: 0; }
.v6-shell.is-notifications-open .topbar,
.v6-shell.is-notifications-open .topbar-right,
.v6-shell.is-profile-open .topbar,
.v6-shell.is-profile-open .topbar-right {
  z-index: 420;
}
.v6-shell .topbar-page-head { min-width: 0; }
.v6-shell .crumb { color: #c084fc; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.v6-shell .topbar h1 { margin: 4px 0 0; color: #f5f3ff; font-size: clamp(26px, 2.6vw, 36px) !important; line-height: 1; letter-spacing: -.04em; font-weight: 760; }
.v6-shell .topbar-title-short { display: none; }
.v6-shell .topbar-page-sub { display: none !important; }
.v6-shell .page-subtitle { display: none !important; }

.v6-shell .topbar-account-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  overflow: visible;
  padding: 10px 22px 10px 16px;
  border: 1px solid rgba(167, 139, 250, .28);
  border-radius: 999px;
  background: rgba(12, 10, 28, .58);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 12px 32px rgba(8, 6, 18, .32),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.v6-shell .topbar-account-card:hover {
  border-color: rgba(192, 132, 252, .42);
  background: rgba(255, 255, 255, .10);
  box-shadow:
    0 16px 38px rgba(8, 6, 18, .38),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}
.v6-shell .topbar-account-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding-left: 2px;
}
.v6-shell .topbar-account-divider {
  flex: 0 0 auto;
  width: 1px;
  height: 38px;
  margin: 0 4px;
  background: rgba(255, 255, 255, .12);
}
.v6-shell .topbar-toolbar { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.v6-shell .topbar-tool-btn {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: #c4b5fd;
  background: rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.v6-shell .topbar-tool-btn .icon { width: 20px; height: 20px; stroke-width: 2; }
.v6-shell .topbar-tool-btn:hover {
  color: #f5f3ff;
  background: rgba(168, 85, 247, .22);
  transform: translateY(-1px);
}
.v6-shell .topbar-tool-btn.is-active {
  color: #f5f3ff;
  background: rgba(168, 85, 247, .28);
}
.v6-shell .topbar-reset-data-btn {
  color: #fca5a5;
  background: rgba(239, 68, 68, .12);
}
.v6-shell .topbar-reset-data-btn:hover {
  color: #fff;
  background: rgba(239, 68, 68, .28);
  transform: translateY(-1px);
}
.v6-shell .topbar-notify-badge {
  position: absolute;
  right: 2px;
  top: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid rgba(12, 10, 28, .92);
  border-radius: 999px;
  color: #1c1917;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
  box-sizing: border-box;
}
.v6-shell .topbar-account-card.is-todu .topbar-notify-badge {
  background: var(--role-todu);
  box-shadow: 0 2px 8px rgba(250, 204, 21, .32);
}
.v6-shell .topbar-account-card.is-admin .topbar-notify-badge {
  background: var(--role-admin-soft);
  box-shadow: 0 2px 8px rgba(34, 211, 238, .28);
}
.v6-shell .topbar-account-card.is-moderator .topbar-notify-badge {
  background: var(--role-mod-soft);
  box-shadow: 0 2px 8px rgba(74, 222, 128, .28);
}
.v6-shell .topbar-notify-badge.is-hidden { display: none; }
.v6-shell .topbar-settings-btn .icon,
.v6-shell .topbar-user-settings .icon {
  transform-origin: center center;
  animation: topbar-settings-rotate 5s linear infinite;
}
.v6-shell .topbar-user-block:hover .topbar-user-settings .icon { animation-duration: 1.1s; }
@keyframes topbar-settings-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.v6-shell .topbar-user-block {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 4px 0 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  transition: opacity .15s ease;
}
.v6-shell .topbar-user-avatar.avatar {
  width: 44px;
  height: 44px;
  --v6-avatar-ring: transparent;
}
.v6-shell .topbar-user-block.is-todu .topbar-user-avatar.avatar {
  border-color: var(--role-todu-border);
  box-shadow: 0 2px 10px rgba(250, 204, 21, .18);
}
.v6-shell .topbar-user-block.is-admin .topbar-user-avatar.avatar {
  border-color: var(--role-admin-border);
  box-shadow: 0 2px 10px rgba(34, 211, 238, .16);
}
.v6-shell .topbar-user-block.is-moderator .topbar-user-avatar.avatar {
  border-color: var(--role-mod-border);
  box-shadow: 0 2px 10px rgba(74, 222, 128, .16);
}
.v6-shell .topbar-user-settings {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid rgba(12, 10, 28, .92);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}
.v6-shell .topbar-user-block.is-todu .topbar-user-settings {
  background: var(--role-todu-gradient);
  box-shadow: 0 2px 10px rgba(250, 204, 21, .32);
}
.v6-shell .topbar-user-block.is-admin .topbar-user-settings {
  background: var(--role-admin-gradient);
  box-shadow: 0 2px 10px rgba(34, 211, 238, .28);
}
.v6-shell .topbar-user-block.is-moderator .topbar-user-settings {
  background: var(--role-mod-gradient);
  box-shadow: 0 2px 10px rgba(74, 222, 128, .28);
}
.v6-shell .topbar-user-settings .icon {
  width: 12px;
  height: 12px;
  margin: 0;
  flex: 0 0 auto;
  display: block;
  stroke: #fff;
  stroke-width: 2.2;
  color: #fff;
}
.v6-shell .topbar-user-block.is-todu:hover .topbar-user-settings {
  background: linear-gradient(135deg, #a16207, #eab308);
  box-shadow: 0 3px 12px rgba(250, 204, 21, .38);
}
.v6-shell .topbar-user-block.is-admin:hover .topbar-user-settings {
  background: linear-gradient(135deg, #0e7490, #06b6d4);
  box-shadow: 0 3px 12px rgba(34, 211, 238, .34);
}
.v6-shell .topbar-user-block.is-moderator:hover .topbar-user-settings {
  background: linear-gradient(135deg, #166534, #16a34a);
  box-shadow: 0 3px 12px rgba(74, 222, 128, .34);
}
.v6-shell .topbar-user-avatar-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.v6-shell .topbar-user-meta {
  display: grid;
  gap: 1px;
  min-width: 0;
  text-align: left;
}
.v6-shell .topbar-user-meta strong {
  overflow: hidden;
  color: #f5f3ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
}
.v6-shell .topbar-user-meta small {
  overflow: hidden;
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
}
.v6-shell .topbar-user-meta small .role-name.is-todu { color: var(--role-todu); font-weight: 700; }
.v6-shell .topbar-user-meta small .role-name.is-admin { color: var(--role-admin); font-weight: 600; }
.v6-shell .topbar-user-meta small .role-name.is-moderator { color: var(--role-mod); font-weight: 600; }
.v6-shell .topbar-user-chevron {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: grid;
  place-items: center;
  transition: transform .18s ease, color .18s ease;
}
.v6-shell .topbar-user-block.is-todu .topbar-user-chevron { color: var(--role-todu-soft); }
.v6-shell .topbar-user-block.is-admin .topbar-user-chevron { color: var(--role-admin-soft); }
.v6-shell .topbar-user-block.is-moderator .topbar-user-chevron { color: var(--role-mod-soft); }

@media (min-width:761px) {
  .v6-shell .topbar-account-card {
    min-width: min(100%, 430px);
    padding: 11px 24px 11px 18px;
    gap: 16px;
  }
  .v6-shell .topbar-account-actions { gap: 8px; padding-left: 4px; }
  .v6-shell .topbar-account-divider { margin: 0 6px; }
  .v6-shell .topbar-user-block { gap: 14px; padding-right: 6px; }
  .v6-shell .topbar-user-meta strong { max-width: 190px; font-size: 15px; }
  .v6-shell .topbar-user-meta small { max-width: 210px; font-size: 12px; }
  .v6-shell .topbar-user-chevron { margin-left: 6px; }
}
.v6-shell .topbar-user-chevron .icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}
.v6-shell .topbar-user-block.is-todu:hover .topbar-user-chevron {
  color: var(--role-todu);
  transform: translateY(1px);
}
.v6-shell .topbar-user-block.is-admin:hover .topbar-user-chevron {
  color: var(--role-admin);
  transform: translateY(1px);
}
.v6-shell .topbar-user-block.is-moderator:hover .topbar-user-chevron {
  color: var(--role-mod);
  transform: translateY(1px);
}
.v6-shell .topbar-user-block.is-open .topbar-user-chevron {
  transform: rotate(180deg);
}
.v6-shell .topbar-user-block.is-todu.is-open .topbar-user-chevron { color: var(--role-todu); transform: rotate(180deg); }
.v6-shell .topbar-user-block.is-admin.is-open .topbar-user-chevron { color: var(--role-admin); transform: rotate(180deg); }
.v6-shell .topbar-user-block.is-moderator.is-open .topbar-user-chevron { color: var(--role-mod); transform: rotate(180deg); }
.v6-shell .topbar-profile-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  padding: 8px;
  border: 1px solid rgba(168, 85, 247, .28);
  border-radius: 18px;
  background: rgba(11, 8, 32, .96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(76, 29, 149, .35);
  z-index: 450;
}
.v6-shell .topbar-profile-menu-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(230, 220, 255, .82);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}
.v6-shell .topbar-profile-menu-item .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke-width: 2;
}
.v6-shell .topbar-profile-menu-item:hover {
  background: rgba(255, 255, 255, .06);
  color: #f5f3ff;
}
.v6-shell .topbar-profile-menu-item.is-danger {
  color: #f87171;
}
.v6-shell .topbar-profile-menu-item.is-danger:hover {
  background: rgba(239, 68, 68, .12);
  color: #fecaca;
}

.v6-shell .topbar .icon-button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(167, 139, 250, .18) !important;
  border-radius: 13px !important;
  color: #c4b5fd !important;
  background: rgba(255, 255, 255, .08) !important;
  box-shadow: 0 8px 20px rgba(8, 6, 18, .18) !important;
  backdrop-filter: blur(12px);
}
.v6-shell .topbar .icon-button .icon { width: 20px; height: 20px; stroke-width: 2; }
.v6-shell .topbar .icon-button:hover { color: #f5f3ff !important; border-color: rgba(192, 132, 252, .32) !important; background: rgba(168, 85, 247, .22) !important; }
.v6-shell .topbar .icon-button.is-active { color: #f5f3ff !important; border-color: rgba(192, 132, 252, .38) !important; background: rgba(168, 85, 247, .28) !important; }

.v6-shell .avatar.is-todu {
  --v6-avatar-ring: var(--role-todu);
}
.v6-shell .avatar.is-admin {
  --v6-avatar-ring: var(--role-admin);
}
.v6-shell .avatar.is-moderator {
  --v6-avatar-ring: var(--role-mod);
}
.v6-auth .avatar.is-todu {
  --v6-avatar-ring: var(--role-todu);
}
.v6-auth .avatar.is-admin {
  --v6-avatar-ring: var(--role-admin);
}
.v6-auth .avatar.is-moderator {
  --v6-avatar-ring: var(--role-mod);
}
/* Avatar — tek renk, gradient yok */
.v6-shell .avatar {
  --v6-avatar-bg: #fff;
  --v6-avatar-ring: #9333ea;
  box-sizing: border-box;
  display: block !important;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid var(--v6-avatar-ring);
  background: var(--v6-avatar-bg) !important;
  box-shadow: none;
  flex-shrink: 0;
}
.v6-auth .avatar {
  --v6-avatar-bg: #f0ebf6;
  --v6-avatar-ring: #9333ea;
  box-sizing: border-box;
  display: block !important;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid var(--v6-avatar-ring);
  background: var(--v6-avatar-bg) !important;
  box-shadow: none;
  flex-shrink: 0;
}
.v6-shell .avatar:has(> img),
.v6-auth .avatar:has(> img) {
  background: var(--v6-avatar-bg) !important;
}
.v6-shell .avatar > img,
.v6-auth .avatar > img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 50%;
}
.v6-shell .settings-hero-avatar.avatar { width: 64px; height: 64px; }

.v6-shell .topbar .notification-badge {
  position: absolute;
  right: -4px;
  top: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #e2487f, #ba38ec);
  font-size: 9px;
  font-weight: 900;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(186,56,236,.24);
}

.v6-shell .notification-backdrop {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(7, 4, 22, .62);
  pointer-events: auto;
}

html:has(.v6-shell) {
  scrollbar-gutter: stable;
}

html:has(.v6-shell.is-notifications-open),
html:has(.v6-shell.is-notifications-open) body {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (min-width:761px) {
  html:has(.v6-shell.is-notifications-open),
  html:has(.v6-shell.is-notifications-open) body {
    overflow: auto;
    overscroll-behavior: auto;
  }
  .v6-shell > .notification-menu.is-sheet-expanded,
  .v6-shell .topbar-account-card .notification-menu.is-sheet-expanded {
    max-height: min(720px, calc(100svh - 120px));
  }
}

.v6-shell :is(.language-switch) {
  border: 1px solid var(--v6-line) !important;
  background: rgba(255,255,255,.88) !important;
  box-shadow: 0 8px 20px rgba(42,26,57,.06) !important;
  backdrop-filter: blur(14px);
}
.v6-shell .icon-button.mobile-menu {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 13px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(167, 139, 250, .22) !important;
  color: #ddd6fe !important;
  background: rgba(255, 255, 255, .08) !important;
  box-shadow:
    0 8px 20px rgba(8, 6, 18, .22),
    inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.v6-shell .icon-button.mobile-menu:hover {
  color: #f5f3ff !important;
  border-color: rgba(192, 132, 252, .36) !important;
  background: rgba(168, 85, 247, .22) !important;
  box-shadow:
    0 10px 24px rgba(8, 6, 18, .28),
    inset 0 1px 0 rgba(255, 255, 255, .10) !important;
}
.v6-shell .icon-button.mobile-menu.is-open {
  color: #f5f3ff !important;
  border-color: rgba(192, 132, 252, .42) !important;
  background: rgba(168, 85, 247, .28) !important;
}
.v6-shell .mobile-menu-bars {
  position: relative;
  width: 18px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.v6-shell .mobile-menu-bars span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform .24s ease, opacity .18s ease, width .24s ease;
}
.v6-shell .mobile-menu-bars span:nth-child(2) { width: 72%; }
.v6-shell .icon-button.mobile-menu.is-open .mobile-menu-bars span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.v6-shell .icon-button.mobile-menu.is-open .mobile-menu-bars span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.v6-shell .icon-button.mobile-menu.is-open .mobile-menu-bars span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.v6-shell .mobile-menu { display: none; }

/* Universal layout */
.v6-shell .workspace { min-width: 0; }
.v6-shell .grid { display: grid; gap: clamp(14px,1.2vw,22px) !important; }
.v6-shell .grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.v6-shell .grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.v6-shell .grid.four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.v6-shell .card { min-width: 0; border: 1px solid var(--v6-line) !important; border-radius: var(--v6-r-lg) !important; background: rgba(255,255,255,.90) !important; box-shadow: var(--v6-shadow) !important; backdrop-filter: blur(18px); }
.v6-shell .card.pad { padding: clamp(21px,1.75vw,31px) !important; }
.v6-shell .card-head { margin-bottom: 21px; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.v6-shell .card-head h2,.v6-shell .card-head h3 { margin: 0; color: #211529; letter-spacing: -.04em; }
.v6-shell .card-head h2 { font-size: clamp(24px, 2vw, 32px) !important; font-weight: 700; letter-spacing: -.02em; }
.v6-shell .card-head h3 { font-size: clamp(17px,1.05vw,21px) !important; }
.v6-shell .card-head p { max-width: 760px; margin: 6px 0 0; color: #8a7f92; font-size: 12px !important; line-height: 1.58; }
.v6-shell .card-head-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.v6-shell .section-eyebrow { color: #9c43e4; font-size: 9px !important; font-weight: 950; letter-spacing: .16em; }
.v6-shell .form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.v6-shell .form-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.v6-shell .form-stack { display: grid; gap: 15px; }
.v6-shell .full { grid-column: 1/-1; }
.v6-shell .app-field,.v6-shell .field { min-width: 0; display: grid; gap: 7px; }
.v6-shell :is(.app-field,.field) > label { color: #776a80; font-size: 10px; font-weight: 900; letter-spacing: .055em; }
.v6-shell .app-control,.v6-shell .control { width: 100%; min-height: 50px !important; border: 1px solid rgba(62,38,80,.14) !important; border-radius: 15px !important; color: #2d2135; background-color: rgba(255,255,255,.94) !important; font-size: 13px; box-shadow: inset 0 1px 0 #fff !important; }
.v6-shell .app-control { padding-left: 13px; padding-right: 13px; }
.v6-shell .control { display: flex; align-items: center; }
.v6-shell .control input,.v6-shell .control textarea,.v6-shell .control select { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; padding: 13px; }
.v6-shell textarea.app-control { min-height: 112px; padding-top: 13px; resize: vertical; }
.v6-shell .app-control:focus,.v6-shell .control:focus-within { outline: 0; border-color: rgba(146,47,231,.52) !important; box-shadow: 0 0 0 4px rgba(146,47,231,.09) !important; }
.v6-shell :is(.primary-small,.auth-primary,.premium-use-button) { min-height: 44px; padding: 0 17px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(110deg,#7828d4,#aa32e7 52%,#4c74e4) !important; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 10px; font-weight: 900; box-shadow: 0 12px 25px rgba(111,39,200,.20) !important; }
.v6-shell :is(.ghost-button,.mini-button,.danger-button,.outline-button) { min-height: 42px; padding: 0 13px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; font-weight: 900; }
.v6-shell .pill { min-height: 28px; padding: 0 10px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 900; }
.v6-shell .empty-state { min-height: 150px; padding: 27px; border: 1px dashed rgba(68,43,87,.14); border-radius: 18px; color: #92869b; background: rgba(255,255,255,.43); display: grid; place-items: center; text-align: center; }
.v6-shell .table-wrap { overflow: auto; border: 1px solid var(--v6-line); border-radius: 19px; background: #fff; }
.v6-shell table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; }
.v6-shell th { padding: 14px 16px !important; color: #887b91; background: #f4f0f7; font-size: 9px !important; letter-spacing: .08em; text-align: left; }
.v6-shell td { padding: 15px 16px !important; border-top: 1px solid #eee8f2; color: #504459; font-size: 12px !important; }
.v6-shell tbody tr:hover td { background: rgba(146,47,231,.035); }

/* Page mastheads */
.v6-shell :is(.dashboard-command-hero,.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero) {
  position: relative;
  overflow: hidden;
  min-height: 220px !important;
  padding: clamp(29px,2.8vw,47px) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: var(--v6-r-xl) !important;
  color: #fff;
  background: radial-gradient(circle at 90% 12%,rgba(201,53,255,.50),transparent 26%),radial-gradient(circle at 68% 122%,rgba(70,132,255,.32),transparent 39%),linear-gradient(120deg,#0d0a13,#211031 53%,#111d35) !important;
  box-shadow: 0 27px 68px rgba(28,14,42,.22) !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.v6-shell :is(.dashboard-command-hero,.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero)::after { content: ""; position: absolute; width: 270px; height: 270px; right: -82px; top: -112px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025),0 0 0 84px rgba(255,255,255,.015); }
.v6-shell :is(.dashboard-command-hero,.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero) > * { position: relative; z-index: 1; }
.v6-shell :is(.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero) > div:first-child { max-width: 800px; }
.v6-shell :is(.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero) h2 { margin: 7px 0 9px; color: #fff; font-size: clamp(30px,2.75vw,49px) !important; line-height: 1; letter-spacing: -.055em; }
.v6-shell :is(.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero) p { max-width: 720px; margin: 0; color: rgba(255,255,255,.69); font-size: 13px !important; line-height: 1.65; }
.v6-shell :is(.uc-command-stats,.support-command-stats,.library-command-stats,.reward-command-stats,.team-command-stats,.operations-stats) { flex: 0 0 auto; min-width: min(440px,40%); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.v6-shell :is(.uc-command-stats,.support-command-stats,.library-command-stats,.reward-command-stats,.team-command-stats,.operations-stats) > * { min-height: 78px; padding: 14px !important; border: 1px solid rgba(255,255,255,.13) !important; border-radius: 17px !important; color: rgba(255,255,255,.72) !important; background: rgba(255,255,255,.075) !important; backdrop-filter: blur(12px); }
.v6-shell :is(.uc-command-stats,.support-command-stats,.library-command-stats,.reward-command-stats,.team-command-stats,.operations-stats) strong { color: #fff !important; }

/* Dashboard */
.v6-shell .main-area.view-dashboard .dashboard-stats-shell {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.v6-shell .main-area.view-dashboard .dashboard-stats-aura {
  display: none;
}
.v6-shell .main-area.view-dashboard .dashboard-side-card,
.v6-shell .main-area.view-dashboard .dashboard-history-card {
  border: 1px solid rgba(167, 139, 250, .18) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, .10), transparent 38%),
    linear-gradient(155deg, rgba(30, 21, 56, .94) 0%, rgba(18, 15, 36, .90) 100%) !important;
  box-shadow: 0 18px 42px rgba(8, 6, 18, .32) !important;
  color: #fff;
}
.v6-shell .main-area.view-dashboard .dashboard-side-card .card-head h3,
.v6-shell .main-area.view-dashboard .dashboard-history-card .card-head h2 {
  color: #f5f3ff !important;
}
.v6-shell .main-area.view-dashboard .dashboard-side-card .card-head p,
.v6-shell .main-area.view-dashboard .dashboard-history-card .card-head p {
  color: #c4b5fd !important;
}
.v6-shell .main-area.view-dashboard .dashboard-side-card .live-person,
.v6-shell .main-area.view-dashboard .dashboard-side-card .activity-row {
  border-color: rgba(255, 255, 255, .08) !important;
  background: rgba(255, 255, 255, .05) !important;
}
.v6-shell .main-area.view-dashboard .live-person-info strong,
.v6-shell .main-area.view-dashboard .activity-copy strong {
  color: #f5f3ff;
}
.v6-shell .main-area.view-dashboard .live-person-info span,
.v6-shell .main-area.view-dashboard .activity-copy span {
  color: #c4b5fd;
}
.v6-shell .main-area.view-dashboard .info-strip {
  border: 1px solid rgba(255, 255, 255, .08);
  color: #ddd6fe;
  background: rgba(255, 255, 255, .06);
}
.v6-shell .main-area.view-dashboard .info-strip .icon {
  color: #c084fc;
}
.v6-shell .main-area.view-dashboard .empty-state.small-empty {
  color: #c4b5fd;
  border-color: rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .04);
}

/* Dashboard performance — static surfaces, no GPU-heavy effects */
.v6-shell .main-area.view-dashboard {
  background: linear-gradient(180deg, #070416 0%, #0b0820 48%, #111b46 100%) !important;
}
.v6-shell .main-area.view-dashboard :is(
  .dashboard-stats-aura,
  .mgmt-flow-aura,
  .bh-aura,
  .broadcast-play-spark,
  .mgmt-flow-card-glow,
  .dashboard-stats-rings,
  .bh-rings
) {
  display: none !important;
}
.v6-shell .main-area.view-dashboard :is(
  .mgmt-flow-card,
  .broadcast-history-panel,
  .management-flow-panel,
  .dash-stat-card,
  .broadcast-studio-card,
  .mod-spotlight-card,
  .mod-ranking-card
) {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: none !important;
}
.v6-shell .main-area.view-dashboard :is(
  .mgmt-flow-card:hover,
  .dash-stat-card:hover,
  button.broadcast-studio-card:hover
) {
  transform: none !important;
}
.v6-shell .main-area.view-dashboard .dash-stat-card:hover .dash-stat-icon {
  transform: none !important;
}
.v6-shell .main-area.view-dashboard button.broadcast-studio-card {
  transition: none !important;
}
.v6-shell .main-area.view-dashboard .broadcast-play-ring {
  animation: none !important;
}
.v6-shell .main-area.view-dashboard .broadcast-studio-badge i {
  animation: none !important;
}
.v6-shell .main-area.view-dashboard .dash-stat-card.is-pink.is-live-active .dash-stat-icon {
  animation: none !important;
}
.v6-shell .main-area.view-dashboard .dashboard-workspace > :is(.dashboard-stats-shell, .dashboard-moderator-grid, .management-flow-panel, .broadcast-history-panel, .broadcast-studio-card, button.broadcast-studio-card) {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

/* Broadcast history panel */
.v6-shell .broadcast-history-panel {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  padding: 24px;
  border: 1px solid var(--dash-border);
  border-radius: 34px;
  color: var(--dash-title);
  background:
    radial-gradient(circle at top left, rgba(147, 51, 234, .22), transparent 32%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, .12), transparent 30%),
    var(--dash-panel-gradient);
  box-shadow: var(--dash-shadow);
}
.v6-shell .broadcast-history-panel .bh-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.v6-shell .broadcast-history-panel .bh-aura-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(147, 51, 234, .28), transparent 32%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, .15), transparent 34%);
}
.v6-shell .broadcast-history-panel .bh-aura-blob {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(48px);
}
.v6-shell .broadcast-history-panel .bh-aura-blob.is-left {
  left: -128px;
  top: -128px;
  background: rgba(147, 51, 234, .25);
}
.v6-shell .broadcast-history-panel .bh-aura-blob.is-right {
  right: -96px;
  bottom: 0;
  background: rgba(79, 70, 229, .20);
}
.v6-shell .broadcast-history-panel .bh-rings {
  position: absolute;
  inset: 0;
  opacity: .08;
}
.v6-shell .broadcast-history-panel .bh-rings i {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
}
.v6-shell .broadcast-history-panel .bh-rings i:nth-child(1) { right: 0; top: 0; width: 384px; height: 384px; }
.v6-shell .broadcast-history-panel .bh-rings i:nth-child(2) { right: 48px; top: 48px; width: 288px; height: 288px; }
.v6-shell .broadcast-history-panel .bh-rings i:nth-child(3) { left: 0; bottom: 0; width: 320px; height: 320px; }
.v6-shell .broadcast-history-panel .bh-inner {
  position: relative;
  z-index: 1;
}
.v6-shell .broadcast-history-panel .bh-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.v6-shell .broadcast-history-panel .bh-head-copy {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}
.v6-shell .broadcast-history-panel .bh-head-icon {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(192, 132, 252, .35);
  border-radius: 18px;
  color: #d8b4fe;
  background: rgba(168, 85, 247, .15);
  box-shadow: 0 0 35px rgba(168, 85, 247, .22);
  display: grid;
  place-items: center;
}
.v6-shell .broadcast-history-panel .bh-head-icon .icon {
  width: 32px;
  height: 32px;
  stroke-width: 2;
}
.v6-shell .broadcast-history-panel .bh-head-copy h2 {
  margin: 0;
  color: #f5f3ff;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 900;
}
.v6-shell .broadcast-history-panel .bh-head-copy p {
  margin: 8px 0 0;
  max-width: 640px;
  color: var(--dash-desc);
  font-size: 14px;
  line-height: 1.55;
}
.v6-shell .broadcast-history-panel .bh-date-filter {
  position: relative;
  flex: 0 0 auto;
}
.v6-shell .broadcast-history-panel .bh-date-trigger {
  min-height: 58px;
  min-width: 0;
  width: auto;
  max-width: 100%;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(192, 132, 252, .24);
  border-radius: 18px;
  color: #ede9fe;
  background:
    linear-gradient(135deg, rgba(168, 85, 247, .14), rgba(255, 255, 255, .04)),
    rgba(255, 255, 255, .03);
  backdrop-filter: blur(18px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}
.v6-shell .broadcast-history-panel .bh-date-trigger-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(192, 132, 252, .22);
  border-radius: 13px;
  background: rgba(168, 85, 247, .16);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.v6-shell .broadcast-history-panel .bh-date-trigger-icon .icon {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  color: #e9d5ff;
}
.v6-shell .broadcast-history-panel .bh-date-trigger-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  gap: 2px;
}
.v6-shell .broadcast-history-panel .bh-date-trigger-copy em {
  color: rgba(196, 181, 253, .72);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v6-shell .broadcast-history-panel .bh-date-trigger-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f5f3ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.v6-shell .broadcast-history-panel .bh-date-trigger-chevron {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  display: grid;
  place-items: center;
  transition: transform .22s ease, background .22s ease;
}
.v6-shell .broadcast-history-panel .bh-date-trigger-chevron .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2.2;
  color: #d8b4fe;
}
.v6-shell .broadcast-history-panel .bh-date-filter.is-open .bh-date-trigger-chevron {
  transform: rotate(180deg);
  background: rgba(168, 85, 247, .18);
}
.v6-shell .broadcast-history-panel .bh-date-trigger:hover,
.v6-shell .broadcast-history-panel .bh-date-trigger.is-active {
  border-color: rgba(216, 180, 254, .42);
  background:
    linear-gradient(135deg, rgba(168, 85, 247, .22), rgba(59, 130, 246, .08)),
    rgba(255, 255, 255, .05);
  box-shadow: 0 18px 45px rgba(168, 85, 247, .18);
}
.v6-shell .broadcast-history-panel .bh-date-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 30;
  width: min(380px, calc(100vw - 48px));
  padding: 16px;
  border: 1px solid rgba(192, 132, 252, .24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 85, 247, .16), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(59, 130, 246, .08), transparent 38%),
    rgba(10, 8, 22, .97);
  backdrop-filter: blur(22px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .05);
  display: grid;
  gap: 14px;
}
.v6-shell .broadcast-history-panel .bh-date-panel-head strong {
  display: block;
  color: #f5f3ff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.v6-shell .broadcast-history-panel .bh-date-panel-head span {
  display: block;
  margin-top: 4px;
  color: rgba(237, 233, 254, .58);
  font-size: 12px;
  line-height: 1.45;
}
.v6-shell .broadcast-history-panel .bh-date-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v6-shell .broadcast-history-panel .bh-date-preset {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  color: rgba(237, 233, 254, .72);
  background: rgba(255, 255, 255, .04);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.v6-shell .broadcast-history-panel .bh-date-preset:hover {
  color: #f5f3ff;
  border-color: rgba(192, 132, 252, .24);
  background: rgba(168, 85, 247, .10);
}
.v6-shell .broadcast-history-panel .bh-date-preset.is-active {
  color: #fff;
  border-color: rgba(192, 132, 252, .42);
  background: linear-gradient(135deg, rgba(126, 34, 206, .42), rgba(59, 130, 246, .16));
  box-shadow: 0 8px 22px rgba(147, 51, 234, .22);
}
.v6-shell .broadcast-history-panel .bh-date-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.v6-shell .broadcast-history-panel .bh-date-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.v6-shell .broadcast-history-panel .bh-date-field:focus-within {
  border-color: rgba(192, 132, 252, .32);
  background: rgba(168, 85, 247, .08);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, .12);
}
.v6-shell .broadcast-history-panel .bh-date-field-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(168, 85, 247, .14);
  display: grid;
  place-items: center;
}
.v6-shell .broadcast-history-panel .bh-date-field-icon .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
  color: #d8b4fe;
}
.v6-shell .broadcast-history-panel .bh-date-field-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.v6-shell .broadcast-history-panel .bh-date-field-body em {
  color: rgba(196, 181, 253, .72);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v6-shell .broadcast-history-panel .bh-date-input {
  width: 100%;
  min-width: 0;
  min-height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #f5f3ff;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  color-scheme: dark;
}
.v6-shell .broadcast-history-panel .bh-date-input:focus {
  outline: none;
  box-shadow: none;
}
.v6-shell .broadcast-history-panel .bh-date-input::-webkit-calendar-picker-indicator {
  opacity: .72;
  cursor: pointer;
  filter: invert(86%) sepia(18%) saturate(1200%) hue-rotate(224deg) brightness(104%) contrast(101%);
}
.v6-shell .broadcast-history-panel .bh-date-panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.v6-shell .broadcast-history-panel .bh-date-summary {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: rgba(237, 233, 254, .58);
  font-size: 11px;
  line-height: 1.45;
}
.v6-shell .broadcast-history-panel .bh-date-clear {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 12px;
  color: #ddd6fe;
  background: rgba(255, 255, 255, .05);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.v6-shell .broadcast-history-panel .bh-date-clear .icon {
  width: 14px;
  height: 14px;
  stroke-width: 2.2;
}
.v6-shell .broadcast-history-panel .bh-date-clear:hover {
  color: #fff;
  border-color: rgba(248, 113, 113, .32);
  background: rgba(239, 68, 68, .10);
}
@media (min-width: 901px) {
  .v6-shell .broadcast-history-panel .bh-date-trigger {
    min-width: 220px;
  }
}
.v6-shell .broadcast-history-panel .bh-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.v6-shell .broadcast-history-panel .bh-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--dash-border);
  background: var(--dash-panel-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.v6-shell .broadcast-history-panel .bh-stat-card.is-purple {
  border-color: rgba(168, 85, 247, .35);
  background: linear-gradient(135deg, rgba(168, 85, 247, .20), rgba(59, 7, 100, .20));
  box-shadow: 0 20px 50px rgba(168, 85, 247, .20);
}
.v6-shell .broadcast-history-panel .bh-stat-card.is-blue {
  border-color: rgba(59, 130, 246, .35);
  background: linear-gradient(135deg, rgba(59, 130, 246, .20), rgba(23, 37, 84, .20));
  box-shadow: 0 20px 50px rgba(59, 130, 246, .20);
}
.v6-shell .broadcast-history-panel .bh-stat-card.is-emerald {
  border-color: rgba(16, 185, 129, .35);
  background: linear-gradient(135deg, rgba(16, 185, 129, .20), rgba(6, 44, 37, .20));
  box-shadow: 0 20px 50px rgba(16, 185, 129, .20);
}
.v6-shell .broadcast-history-panel .bh-stat-card.is-amber {
  border-color: rgba(245, 158, 11, .35);
  background: linear-gradient(135deg, rgba(245, 158, 11, .20), rgba(69, 26, 3, .20));
  box-shadow: 0 20px 50px rgba(245, 158, 11, .20);
}
.v6-shell .broadcast-history-panel .bh-stat-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(5, 4px);
  gap: 8px;
  opacity: .30;
  pointer-events: none;
}
.v6-shell .broadcast-history-panel .bh-stat-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.v6-shell .broadcast-history-panel .bh-stat-card.is-purple .bh-stat-dots { color: #c084fc; }
.v6-shell .broadcast-history-panel .bh-stat-card.is-blue .bh-stat-dots { color: #93c5fd; }
.v6-shell .broadcast-history-panel .bh-stat-card.is-emerald .bh-stat-dots { color: #6ee7b7; }
.v6-shell .broadcast-history-panel .bh-stat-card.is-amber .bh-stat-dots { color: #fcd34d; }
.v6-shell .broadcast-history-panel .bh-stat-body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.v6-shell .broadcast-history-panel .bh-stat-icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  place-items: center;
}
.v6-shell .broadcast-history-panel .bh-stat-card.is-purple .bh-stat-icon { color: #d8b4fe; background: rgba(168, 85, 247, .15); border-color: rgba(192, 132, 252, .30); }
.v6-shell .broadcast-history-panel .bh-stat-card.is-blue .bh-stat-icon { color: #93c5fd; background: rgba(59, 130, 246, .15); border-color: rgba(96, 165, 250, .30); }
.v6-shell .broadcast-history-panel .bh-stat-card.is-emerald .bh-stat-icon { color: #6ee7b7; background: rgba(16, 185, 129, .15); border-color: rgba(52, 211, 153, .30); }
.v6-shell .broadcast-history-panel .bh-stat-card.is-amber .bh-stat-icon { color: #fcd34d; background: rgba(245, 158, 11, .15); border-color: rgba(251, 191, 36, .30); }
.v6-shell .broadcast-history-panel .bh-stat-icon .icon {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}
.v6-shell .broadcast-history-panel .bh-stat-title {
  margin: 0;
  color: var(--dash-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}
.v6-shell .broadcast-history-panel .bh-stat-value {
  margin: 4px 0 0;
  color: var(--dash-title);
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 900;
}
.v6-shell .broadcast-history-panel .bh-stat-desc {
  margin: 4px 0 0;
  color: var(--dash-desc);
  font-size: 13px;
  font-weight: 500;
}
.v6-shell .broadcast-history-panel .bh-table {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--dash-border);
  border-radius: 28px;
  background: rgba(18, 12, 45, .42);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.v6-shell .broadcast-history-panel .bh-table-head,
.v6-shell .broadcast-history-panel .bh-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(140px, 1fr) minmax(140px, 1fr) minmax(110px, .7fr);
  align-items: center;
  gap: 12px;
}
.v6-shell .broadcast-history-panel .bh-table-head {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(18, 12, 45, .55);
  color: var(--dash-desc);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.v6-shell .broadcast-history-panel .bh-row {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: background .22s ease, box-shadow .22s ease;
}
.v6-shell .broadcast-history-panel .bh-row:last-child {
  border-bottom: 0;
}
.v6-shell .broadcast-history-panel .bh-row:hover {
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, .18);
}
.v6-shell .broadcast-history-panel .bh-row-member {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.v6-shell .broadcast-history-panel .bh-row-avatar-wrap {
  position: relative;
  flex: 0 0 auto;
}
.v6-shell .broadcast-history-panel .bh-row-avatar.avatar {
  width: 48px;
  height: 48px;
  border-color: rgba(192, 132, 252, .40);
  box-shadow: 0 0 25px rgba(168, 85, 247, .20);
}
.v6-shell .broadcast-history-panel .bh-row-avatar-dot {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 14px;
  height: 14px;
  border: 2px solid #09051a;
  border-radius: 50%;
  background: #34d399;
}
.v6-shell .broadcast-history-panel .bh-row-avatar-dot.is-gold { background: #a855f7; }
.v6-shell .broadcast-history-panel .bh-row-avatar-dot.is-purple { background: #a855f7; }
.v6-shell .broadcast-history-panel .bh-row-avatar-dot.is-cyan { background: #22d3ee; }
.v6-shell .broadcast-history-panel .bh-row-member-copy {
  min-width: 0;
}
.v6-shell .broadcast-history-panel .bh-row-member-copy h4 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.v6-shell .broadcast-history-panel .bh-role {
  display: inline-flex;
  margin-top: 6px;
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
}
.v6-shell .broadcast-history-panel .bh-role.is-gold {
  color: #ddd6fe;
  border-color: rgba(192, 132, 252, .32);
  background: rgba(168, 85, 247, .14);
}
.v6-shell .broadcast-history-panel .bh-role.is-purple {
  color: #ddd6fe;
  border-color: rgba(192, 132, 252, .32);
  background: rgba(168, 85, 247, .14);
}
.v6-shell .broadcast-history-panel .bh-role.is-emerald {
  color: #6ee7b7;
  border-color: rgba(52, 211, 153, .25);
  background: rgba(16, 185, 129, .10);
}
.v6-shell .broadcast-history-panel .bh-role.is-cyan {
  color: #67e8f9;
  border-color: rgba(34, 211, 238, .25);
  background: rgba(8, 145, 178, .10);
}
.v6-shell .broadcast-history-panel .bh-row-date.is-pending {
  color: var(--dash-muted);
}
.v6-shell .broadcast-history-panel .bh-row-pending {
  color: var(--dash-muted);
  font-weight: 600;
}
.v6-shell .broadcast-history-panel .bh-row.is-active {
  background: rgba(168, 85, 247, .08);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, .14);
}
.v6-shell .broadcast-history-panel .bh-duration-pill.is-live {
  border-color: rgba(244, 63, 94, .30);
  background: rgba(244, 63, 94, .12);
  color: #fda4af;
}
.v6-shell .broadcast-history-panel .bh-row-date {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--dash-desc);
  font-size: 14px;
  font-weight: 500;
}
.v6-shell .broadcast-history-panel .bh-row-date .icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: #d8b4fe;
  stroke-width: 2;
}
.v6-shell .broadcast-history-panel .bh-duration-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(192, 132, 252, .25);
  border-radius: 14px;
  color: #ddd6fe;
  background: rgba(168, 85, 247, .10);
  font-size: 14px;
  font-weight: 700;
}
.v6-shell .broadcast-history-panel .bh-duration-pill .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}
.v6-shell .broadcast-history-panel .bh-empty {
  padding: 36px 24px;
  color: #c4b5fd;
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  font-size: 14px;
}
.v6-shell .broadcast-history-panel .bh-empty .icon {
  width: 28px;
  height: 28px;
  opacity: .75;
}
.v6-shell .broadcast-history-panel .bh-pagination-wrap:empty {
  display: none;
}
.v6-shell .broadcast-history-panel .bh-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(11, 8, 32, .55);
}
.v6-shell .broadcast-history-panel .bh-page-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.v6-shell .broadcast-history-panel .bh-page-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 11px;
  color: var(--dash-desc);
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.v6-shell .broadcast-history-panel .bh-page-btn:hover:not(:disabled):not(.is-active) {
  color: var(--dash-title);
  border-color: rgba(192, 132, 252, .28);
  background: rgba(168, 85, 247, .12);
}
.v6-shell .broadcast-history-panel .bh-page-btn.is-active {
  color: #fff;
  border-color: rgba(192, 132, 252, .42);
  background: linear-gradient(135deg, rgba(124, 58, 237, .92), rgba(147, 51, 234, .88));
  box-shadow: 0 8px 20px rgba(76, 29, 149, .28);
}
.v6-shell .broadcast-history-panel .bh-page-btn:disabled {
  opacity: .35;
  cursor: default;
}
.v6-shell .broadcast-history-panel .bh-page-nav {
  min-width: 34px;
  padding: 0;
  font-size: 18px;
}
.v6-shell .broadcast-history-panel .bh-page-ellipsis {
  min-width: 18px;
  color: var(--dash-muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.v6-shell .broadcast-history-panel .bh-page-meta {
  flex: 1 1 100%;
  text-align: center;
  color: var(--dash-muted);
  font-size: 11px;
  font-weight: 600;
}

.v6-shell .dashboard-workspace {
  display: grid;
  gap: 22px;
}
.v6-shell .dashboard-workspace > :is(.dashboard-stats-shell, .dashboard-moderator-grid, .management-flow-panel, .broadcast-history-panel, .broadcast-studio-card, button.broadcast-studio-card) {
  content-visibility: auto;
  contain-intrinsic-size: auto 280px;
}
.v6-shell .dash-stat-card,
.v6-shell .mod-spotlight-card,
.v6-shell .mod-ranking-card,
.v6-shell .broadcast-studio-card,
.v6-shell .management-flow-panel,
.v6-shell .broadcast-history-panel {
  contain: layout style paint;
}
.v6-shell .dashboard-workspace > :is(.broadcast-studio-card, button.broadcast-studio-card),
.v6-shell .dashboard-workspace > .dashboard-stats-shell,
.v6-shell .dashboard-workspace > .dashboard-moderator-grid,
.v6-shell .dashboard-workspace > .management-flow-panel,
.v6-shell .dashboard-workspace > .broadcast-history-panel {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Bekleyen Talepler paneli */
.v6-shell .management-flow-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--dash-border);
  border-radius: 24px;
  color: var(--dash-title);
  background:
    radial-gradient(ellipse 90% 70% at 50% -8%, rgba(129, 140, 248, .22), transparent 58%),
    radial-gradient(circle at 88% 92%, rgba(34, 211, 238, .10), transparent 42%),
    radial-gradient(circle at 8% 78%, rgba(168, 85, 247, .18), transparent 44%),
    var(--dash-panel-gradient);
  box-shadow: var(--dash-shadow);
}
.v6-shell .mgmt-flow-aura {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.v6-shell .mgmt-flow-aura::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(236, 72, 153, .10);
  filter: blur(56px);
}
.v6-shell .mgmt-flow-aura-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(168, 85, 247, .38), transparent 40%),
    radial-gradient(circle at 86% 88%, rgba(59, 130, 246, .26), transparent 38%),
    radial-gradient(circle at 52% 52%, rgba(34, 211, 238, .10), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, .03) 0%, transparent 28%);
  opacity: .92;
}
.v6-shell .mgmt-flow-aura-blob {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  filter: blur(44px);
}
.v6-shell .mgmt-flow-aura-blob.is-left {
  top: -80px;
  left: -80px;
  background: rgba(147, 51, 234, .32);
}
.v6-shell .mgmt-flow-aura-blob.is-right {
  right: -80px;
  bottom: -24px;
  background: rgba(79, 70, 229, .24);
}
.v6-shell .mgmt-flow-inner {
  position: relative;
  z-index: 1;
}
.v6-shell .mgmt-flow-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.v6-shell .mgmt-flow-head-copy {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.v6-shell .mgmt-flow-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(192, 132, 252, .32);
  border-radius: 14px;
  background: rgba(168, 85, 247, .14);
  color: #d8b4fe;
  box-shadow: 0 0 24px rgba(168, 85, 247, .2);
}
.v6-shell .mgmt-flow-head-icon svg {
  width: 24px;
  height: 24px;
}
.v6-shell .mgmt-flow-head h2 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.08;
  color: var(--dash-title);
}
.v6-shell .mgmt-flow-eyebrow {
  display: block;
  margin-bottom: 6px;
}
.v6-shell .mgmt-flow-head p {
  margin: 4px 0 0;
  color: var(--dash-desc);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}
.v6-shell .mgmt-flow-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.v6-shell .mgmt-flow-status svg {
  width: 14px;
  height: 14px;
}
.v6-shell .mgmt-flow-status.is-clean {
  border: 1px solid rgba(52, 211, 153, .25);
  background: rgba(52, 211, 153, .1);
  color: #6ee7b7;
}
.v6-shell .mgmt-flow-status.is-alert {
  border: 1px solid rgba(251, 191, 36, .28);
  background: rgba(251, 191, 36, .1);
  color: #fcd34d;
}
.v6-shell .mgmt-flow-grid {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.v6-shell .mgmt-flow-card {
  position: relative;
  overflow: hidden;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: var(--dash-panel-soft);
  backdrop-filter: blur(24px);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.v6-shell .mgmt-flow-card:hover {
  transform: translateY(-3px);
  background: rgba(18, 12, 45, .88);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .32);
}
.v6-shell .mgmt-flow-card.is-purple {
  border-color: rgba(168, 85, 247, .32);
  box-shadow: 0 8px 24px rgba(168, 85, 247, .16);
}
.v6-shell .mgmt-flow-card.is-blue {
  border-color: rgba(59, 130, 246, .32);
  box-shadow: 0 8px 24px rgba(59, 130, 246, .16);
}
.v6-shell .mgmt-flow-card.is-amber {
  border-color: rgba(245, 158, 11, .32);
  box-shadow: 0 8px 24px rgba(245, 158, 11, .16);
}
.v6-shell .mgmt-flow-card-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.v6-shell .mgmt-flow-card.is-purple .mgmt-flow-card-bar {
  background: linear-gradient(90deg, #a855f7, #d946ef);
}
.v6-shell .mgmt-flow-card.is-blue .mgmt-flow-card-bar {
  background: linear-gradient(90deg, #3b82f6, #22d3ee);
}
.v6-shell .mgmt-flow-card.is-amber .mgmt-flow-card-bar {
  background: linear-gradient(90deg, #fbbf24, #f97316);
}
.v6-shell .mgmt-flow-card-glow {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  opacity: .12;
  filter: blur(20px);
  transition: opacity .3s ease;
}
.v6-shell .mgmt-flow-card.is-purple .mgmt-flow-card-glow {
  background: linear-gradient(135deg, #a855f7, #d946ef);
}
.v6-shell .mgmt-flow-card.is-blue .mgmt-flow-card-glow {
  background: linear-gradient(135deg, #3b82f6, #22d3ee);
}
.v6-shell .mgmt-flow-card.is-amber .mgmt-flow-card-glow {
  background: linear-gradient(135deg, #fbbf24, #f97316);
}
.v6-shell .mgmt-flow-card:hover .mgmt-flow-card-glow {
  opacity: .24;
}
.v6-shell .mgmt-flow-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.v6-shell button.mgmt-flow-card-inner:focus-visible {
  outline: 2px solid rgba(192, 132, 252, .55);
  outline-offset: 3px;
  border-radius: 14px;
}
.v6-shell .mgmt-flow-card-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.v6-shell .mgmt-flow-card-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(124, 58, 237, .22);
}
.v6-shell .mgmt-flow-card.is-purple .mgmt-flow-card-icon {
  background: linear-gradient(135deg, #a855f7, #d946ef);
}
.v6-shell .mgmt-flow-card.is-blue .mgmt-flow-card-icon {
  background: linear-gradient(135deg, #3b82f6, #22d3ee);
}
.v6-shell .mgmt-flow-card.is-amber .mgmt-flow-card-icon {
  background: linear-gradient(135deg, #fbbf24, #f97316);
}
.v6-shell .mgmt-flow-card-icon svg {
  width: 22px;
  height: 22px;
}
.v6-shell .mgmt-flow-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.v6-shell .mgmt-flow-card-index {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(243, 232, 255, .42);
}
.v6-shell .mgmt-flow-card-badge {
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(243, 232, 255, .68);
  font-size: 10px;
  font-weight: 800;
}
.v6-shell .mgmt-flow-card-copy h3,
.v6-shell .mgmt-flow-card-title {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}
.v6-shell .mgmt-flow-card-copy p,
.v6-shell .mgmt-flow-card-desc {
  display: block;
  margin: 4px 0 0;
  color: var(--dash-desc);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}
.v6-shell .mgmt-flow-card-action {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .06);
  color: #e9d5ff;
  transition: border-color .3s ease, background .3s ease, color .3s ease;
}
.v6-shell .mgmt-flow-card-action svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.v6-shell .mgmt-flow-card.is-purple .mgmt-flow-card-action {
  border-color: rgba(168, 85, 247, .32);
  background: rgba(168, 85, 247, .14);
  color: #d8b4fe;
}
.v6-shell .mgmt-flow-card.is-blue .mgmt-flow-card-action {
  border-color: rgba(59, 130, 246, .32);
  background: rgba(59, 130, 246, .14);
  color: #7dd3fc;
}
.v6-shell .mgmt-flow-card.is-amber .mgmt-flow-card-action {
  border-color: rgba(245, 158, 11, .32);
  background: rgba(245, 158, 11, .14);
  color: #fcd34d;
}
.v6-shell .mgmt-flow-card.is-purple:hover .mgmt-flow-card-action {
  border-color: rgba(216, 180, 254, .58);
  background: rgba(168, 85, 247, .26);
  color: #f3e8ff;
}
.v6-shell .mgmt-flow-card.is-blue:hover .mgmt-flow-card-action {
  border-color: rgba(125, 211, 252, .58);
  background: rgba(59, 130, 246, .26);
  color: #e0f2fe;
}
.v6-shell .mgmt-flow-card.is-amber:hover .mgmt-flow-card-action {
  border-color: rgba(251, 191, 36, .58);
  background: rgba(245, 158, 11, .26);
  color: #fef3c7;
}
@media (min-width: 768px) {
  .v6-shell .mgmt-flow-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .v6-shell .management-flow-panel {
    padding: 22px;
  }
  .v6-shell .mgmt-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .v6-shell .management-flow-panel {
    padding: 14px;
    border-radius: 20px;
  }
  .v6-shell .mgmt-flow-head {
    gap: 10px;
    padding-bottom: 12px;
  }
  .v6-shell .mgmt-flow-head-copy {
    gap: 10px;
  }
  .v6-shell .mgmt-flow-head-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .v6-shell .mgmt-flow-head-icon svg {
    width: 20px;
    height: 20px;
  }
  .v6-shell .mgmt-flow-head h2 {
    font-size: 20px;
  }
  .v6-shell .mgmt-flow-head p {
    font-size: 11px;
    line-height: 1.4;
  }
  .v6-shell .mgmt-flow-status {
    padding: 5px 10px;
    font-size: 11px;
  }
  .v6-shell .mgmt-flow-grid {
    gap: 8px;
    margin-top: 12px;
  }
  .v6-shell .mgmt-flow-card {
    padding: 12px;
    border-radius: 16px;
  }
  .v6-shell .mgmt-flow-card-inner {
    align-items: center;
    gap: 10px;
  }
  .v6-shell .mgmt-flow-card-main {
    align-items: center;
    gap: 10px;
  }
  .v6-shell .mgmt-flow-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .v6-shell .mgmt-flow-card-icon svg {
    width: 20px;
    height: 20px;
  }
  .v6-shell .mgmt-flow-card-copy h3 {
    font-size: 14px;
  }
  .v6-shell .mgmt-flow-card-copy p {
    font-size: 11px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .v6-shell .mgmt-flow-card-action {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .v6-shell .mgmt-flow-card-action svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 420px) {
  .v6-shell .mgmt-flow-head-copy {
    align-items: flex-start;
  }
  .v6-shell .mgmt-flow-card-meta {
    margin-bottom: 2px;
  }
  .v6-shell .mgmt-flow-card-badge {
    padding: 2px 7px;
    font-size: 9px;
  }
}
.v6-shell .dashboard-command-hero { min-height: 355px !important; margin: 0 !important; }
.v6-shell .dashboard-command-hero h2 { max-width: 800px; margin: 7px 0 11px; font-size: clamp(42px,4.1vw,74px) !important; line-height: .97; letter-spacing: -.07em; }
.v6-shell .dashboard-command-hero p { max-width: 680px; color: rgba(255,255,255,.69); font-size: 14px !important; }
.v6-shell .dashboard-command-hero .hero-actions { margin-top: 26px; display: flex; gap: 10px; }
.v6-shell .hero-live-button { min-height: 46px; padding: 0 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; gap: 8px; font-weight: 850; }
.v6-shell .hero-live-button:first-child { border: 0; background: linear-gradient(110deg,#9531e9,#516ee7); box-shadow: 0 14px 28px rgba(105,45,221,.28); }
.v6-shell .hero-visual-mark { position: absolute; right: 38px; bottom: 22px; width: min(36%,440px); opacity: .20; filter: drop-shadow(0 22px 35px rgba(0,0,0,.36)); }
.v6-shell .dashboard-stats-shell {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 24px;
  border: 1px solid var(--dash-border);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(147, 51, 234, .22), transparent 32%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, .12), transparent 30%),
    var(--dash-panel-gradient);
  box-shadow: var(--dash-shadow);
}
.v6-shell .dashboard-stats-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.v6-shell .dashboard-stats-aura-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(147, 51, 234, .28), transparent 32%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, .16), transparent 30%);
}
.v6-shell .dashboard-stats-aura-blob {
  position: absolute;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  filter: blur(48px);
}
.v6-shell .dashboard-stats-aura-blob.is-left {
  left: -112px;
  top: -112px;
  background: rgba(147, 51, 234, .25);
}
.v6-shell .dashboard-stats-aura-blob.is-right {
  right: -112px;
  bottom: 0;
  background: rgba(37, 99, 235, .20);
}
.v6-shell .dashboard-stats-rings {
  position: absolute;
  inset: 0;
  opacity: .08;
}
.v6-shell .dashboard-stats-rings i {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
}
.v6-shell .dashboard-stats-rings i:nth-child(1) {
  right: 0;
  top: 0;
  width: 320px;
  height: 320px;
}
.v6-shell .dashboard-stats-rings i:nth-child(2) {
  right: 40px;
  top: 40px;
  width: 240px;
  height: 240px;
}
.v6-shell .dashboard-stats-rings i:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 288px;
  height: 288px;
}
.v6-shell .dashboard-stats-shell .dashboard-stat-grid {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.v6-shell .dash-stat-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 240px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid var(--dash-border);
  background: var(--dash-panel-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: background .5s ease, border-color .5s ease;
}
.v6-shell .dash-stat-card:hover {
  background: rgba(18, 12, 45, .92);
}
.v6-shell .dash-stat-dots {
  position: absolute;
  right: 32px;
  top: 112px;
  display: grid;
  grid-template-columns: repeat(5, 4px);
  gap: 8px;
  opacity: .30;
  pointer-events: none;
}
.v6-shell .dash-stat-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.v6-shell .dash-stat-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
  height: 100%;
}
.v6-shell .dash-stat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex: 0 0 auto;
  min-height: 72px;
}
.v6-shell .dash-stat-title {
  margin: 0;
  color: var(--dash-muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.v6-shell .dash-stat-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .5s ease;
}
.v6-shell .dash-stat-card:hover .dash-stat-icon { transform: scale(1.08); }
.v6-shell .dash-stat-icon .icon {
  width: 32px;
  height: 32px;
}
.v6-shell .dash-stat-icon .broadcast-play-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.v6-shell .dash-stat-main {
  margin-top: 16px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-height: 128px;
}
.v6-shell .dash-stat-value {
  margin: 0;
  color: var(--dash-title);
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
  text-shadow: 0 8px 24px rgba(255, 255, 255, .12);
  flex: 0 0 auto;
}
.v6-shell .dash-stat-note {
  margin: 0;
  max-width: none;
  min-height: 46px;
  color: var(--dash-desc);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  display: flex;
  align-items: flex-end;
}
.v6-shell .dash-stat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: rgba(0, 0, 0, .15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.v6-shell .dash-stat-change-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.v6-shell .dash-stat-change-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
}
.v6-shell .dash-stat-change-icon .icon {
  width: 20px;
  height: 20px;
}
.v6-shell .dash-stat-change {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.v6-shell .dash-stat-period {
  color: rgba(237, 233, 254, .65);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.v6-shell .dash-stat-dots {
  color: rgba(255, 255, 255, .22);
}
.v6-shell .dash-stat-card:is(.is-purple, .is-blue, .is-pink, .is-amber) {
  border-color: rgba(255, 255, 255, .10);
  color: #fff;
}
.v6-shell .dash-stat-card.is-purple {
  color: #fff;
}
.v6-shell .dash-stat-card.is-purple .dash-stat-icon {
  color: #d8b4fe;
  background: rgba(168, 85, 247, .15);
  border-color: rgba(192, 132, 252, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.v6-shell .dash-stat-card.is-purple .dash-stat-change-icon {
  color: #d8b4fe;
  background: rgba(168, 85, 247, .15);
}
.v6-shell .dash-stat-card.is-blue {
  color: #fff;
}
.v6-shell .dash-stat-card.is-blue .dash-stat-icon {
  color: #93c5fd;
  background: rgba(59, 130, 246, .15);
  border-color: rgba(96, 165, 250, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.v6-shell .dash-stat-card.is-blue .dash-stat-change-icon {
  color: #93c5fd;
  background: rgba(59, 130, 246, .15);
}
.v6-shell .dash-stat-card.is-pink {
  color: #fff;
}
.v6-shell .dash-stat-card.is-pink .dash-stat-icon {
  color: #f9a8d4;
  background: rgba(236, 72, 153, .15);
  border-color: rgba(244, 114, 182, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.v6-shell .dash-stat-card.is-pink .dash-stat-change-icon {
  color: #f9a8d4;
  background: rgba(236, 72, 153, .15);
}
.v6-shell .dash-stat-card.is-pink.is-live-active {
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .28);
}
.v6-shell .dash-stat-card.is-pink.is-live-active .dash-stat-icon {
  animation: dashStatLivePulse 1.8s ease infinite;
}
@keyframes dashStatLivePulse {
  0%, 100% { transform: scale(1); border-color: rgba(244, 114, 182, .30); }
  50% { transform: scale(1.05); border-color: rgba(244, 114, 182, .55); }
}
@keyframes dashStatGlowPulse {
  0%, 100% { opacity: .85; }
  50% { opacity: 1; }
}
.v6-shell .dash-stat-card.is-amber {
  color: #fff;
}
.v6-shell .dash-stat-card.is-amber .dash-stat-icon {
  color: #fcd34d;
  background: rgba(245, 158, 11, .15);
  border-color: rgba(251, 191, 36, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.v6-shell .dash-stat-card.is-amber .dash-stat-change-icon {
  color: #fcd34d;
  background: rgba(245, 158, 11, .15);
}
.v6-shell .stat-card { position: relative; overflow: hidden; min-height: 174px !important; padding: 23px !important; border: 1px solid var(--v6-line) !important; border-radius: 23px !important; background: rgba(255,255,255,.91) !important; box-shadow: 0 15px 38px rgba(38,23,55,.07) !important; }
.v6-shell .stat-card::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 3px; border-radius: 0 99px 99px 0; background: linear-gradient(#a238f1,#4fcfe9); }
.v6-shell .dashboard-stats-shell .stat-card::before { display: none; }
.v6-shell .stat-kicker { display: flex; justify-content: space-between; align-items: center; color: #8b7f94; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.v6-shell .stat-icon { width: 40px; height: 40px; border-radius: 14px; color: #7931cf; background: linear-gradient(145deg,#f3e8ff,#edf5ff); display: grid; place-items: center; }
.v6-shell .stat-value { margin-top: 19px; color: #201529; font-size: clamp(35px,2.5vw,49px) !important; font-weight: 800; letter-spacing: -.06em; }
.v6-shell .stat-note { margin-top: 5px; color: #94899c; font-size: 11px; }
.v6-shell .dashboard-stats-shell .stat-card { contain: unset; backdrop-filter: unset !important; }
.v6-shell .dashboard-stats-shell .stat-card:hover { transform: unset !important; }
.v6-shell .dashboard-control-grid { margin-top: 0 !important; grid-template-columns: minmax(0,1.45fr) minmax(350px,.75fr); }
.v6-shell :is(.leader-item,.live-person,.user-card,.license-row,.ticket-card,.activity-row) { border: 1px solid var(--v6-line) !important; border-radius: 17px !important; background: rgba(255,255,255,.82) !important; }

/* Workspace pages */
.v6-shell :is(.uc-command-grid,.id-command-grid,.team-license-grid) { grid-template-columns: minmax(330px,.76fr) minmax(0,1.24fr) !important; }
.v6-shell .status-toggle { min-width: 118px; min-height: 38px; border-radius: 12px; }
.v6-shell .uc-status-stack { display: grid; gap: 6px; justify-items: start; }
.v6-shell .uc-order-error { display: block; color: #dc2626; font-size: 11px; line-height: 1.35; max-width: 220px; }
.v6-shell .status-toggle.uc-status-processing { opacity: .88; cursor: wait; }

/* UC Merkezi — kontrol paneli uyumu */
.v6-shell .main-area.view-uc {
  background: linear-gradient(180deg, #070416 0%, #0b0820 48%, #111b46 100%) !important;
}
.v6-shell .uc-workspace {
  display: grid;
  gap: 18px;
}
.v6-shell .uc-workspace > :is(.uc-command-hero, .uc-command-grid, .uc-list-card) {
  margin: 0 !important;
}
.v6-shell .main-area.view-uc :is(.uc-entry-card, .uc-list-card) {
  border: 1px solid var(--dash-border) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 85, 247, .18), transparent 42%),
    radial-gradient(circle at 88% 100%, rgba(99, 102, 241, .12), transparent 38%),
    var(--dash-panel-gradient) !important;
  box-shadow: var(--dash-shadow) !important;
  color: var(--dash-title);
}
.v6-shell .main-area.view-uc .uc-flow-card {
  border: 1px solid rgba(168, 85, 247, .32) !important;
  border-radius: 28px !important;
  color: #f5f3ff;
  background:
    radial-gradient(circle at 88% 10%, rgba(34, 211, 238, .14), transparent 38%),
    radial-gradient(circle at 12% 100%, rgba(168, 85, 247, .20), transparent 42%),
    linear-gradient(155deg, rgba(30, 21, 56, .96) 0%, rgba(18, 15, 36, .94) 100%) !important;
  box-shadow: var(--dash-shadow) !important;
}
.v6-shell .main-area.view-uc :is(.uc-entry-card, .uc-flow-card, .uc-list-card) .card-head h2 {
  color: #fff !important;
  font-size: clamp(20px, 1.8vw, 24px) !important;
}
.v6-shell .main-area.view-uc :is(.uc-entry-card, .uc-flow-card, .uc-list-card) .card-head p {
  color: var(--dash-desc) !important;
}
.v6-shell .main-area.view-uc .uc-entry-card #addUcForm {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
}
.v6-shell .main-area.view-uc .uc-entry-card #addUcForm .form-action {
  align-self: end;
}
.v6-shell .main-area.view-uc .uc-entry-card :is(.app-field, .field) > label {
  color: #c4b5fd !important;
}
.v6-shell .main-area.view-uc .uc-entry-card .app-control {
  min-height: 48px !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 14px !important;
  color: #f5f3ff !important;
  background: rgba(255, 255, 255, .06) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}
.v6-shell .main-area.view-uc .uc-entry-card .app-control:focus {
  border-color: rgba(192, 132, 252, .42) !important;
  box-shadow: 0 0 0 4px rgba(168, 85, 247, .14) !important;
}
.v6-shell .main-area.view-uc .uc-entry-card .primary-small {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #a855f7 58%, #6366f1) !important;
  box-shadow: 0 10px 24px rgba(124, 58, 237, .28) !important;
}
.v6-shell .main-area.view-uc .uc-flow-card .info-strip {
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 16px;
  color: #ddd6fe;
  background: rgba(255, 255, 255, .06);
}
.v6-shell .main-area.view-uc .uc-flow-card .info-strip .icon {
  color: #c084fc;
}
.v6-shell .main-area.view-uc .uc-flow-card .info-strip b {
  color: #fff;
  font-size: 15px;
}
.v6-shell .main-area.view-uc .uc-list-card > .card-head {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.v6-shell .main-area.view-uc .uc-list-card .table-wrap {
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(15, 10, 30, .48);
  overflow: auto;
}
.v6-shell .main-area.view-uc .uc-list-card table {
  min-width: 900px;
}
.v6-shell .main-area.view-uc .uc-list-card thead th {
  padding: 12px 14px !important;
  color: #c4b5fd !important;
  background: rgba(255, 255, 255, .04) !important;
  font-size: 9px !important;
  letter-spacing: .08em;
}
.v6-shell .main-area.view-uc .uc-list-card tbody td {
  padding: 14px !important;
  border-top: 1px solid rgba(255, 255, 255, .06) !important;
  color: #e9d5ff !important;
  font-size: 12px !important;
}
.v6-shell .main-area.view-uc .uc-list-card tbody tr:hover td {
  background: rgba(168, 85, 247, .08) !important;
}
.v6-shell .main-area.view-uc .uc-list-card .uc-data-row.status-loaded td:first-child {
  box-shadow: inset 3px 0 0 #4ade80;
}
.v6-shell .main-area.view-uc .uc-list-card .uc-data-row.status-not_loaded td:first-child,
.v6-shell .main-area.view-uc .uc-list-card .uc-data-row.status-failed td:first-child,
.v6-shell .main-area.view-uc .uc-list-card .uc-data-row.status-processing td:first-child {
  box-shadow: inset 3px 0 0 #fbbf24;
}
.v6-shell .main-area.view-uc .uc-list-card .status-toggle {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}
.v6-shell .main-area.view-uc .uc-list-card .status-toggle.uc-status-loaded {
  border: 1px solid rgba(74, 222, 128, .28);
  color: #86efac;
  background: rgba(34, 197, 94, .12);
  box-shadow: none;
}
.v6-shell .main-area.view-uc .uc-list-card .status-toggle.uc-status-waiting,
.v6-shell .main-area.view-uc .uc-list-card .status-toggle.uc-status-processing {
  border: 1px solid rgba(251, 191, 36, .28);
  color: #fcd34d;
  background: rgba(251, 191, 36, .10);
  box-shadow: none;
}
.v6-shell .main-area.view-uc .uc-list-card .status-toggle.uc-status-failed {
  border: 1px solid rgba(248, 113, 113, .28);
  color: #fca5a5;
  background: rgba(239, 68, 68, .12);
  box-shadow: none;
}
.v6-shell .main-area.view-uc .player-id-cell {
  min-height: 36px;
  padding: 5px 5px 5px 10px;
  border: 1px solid rgba(192, 132, 252, .22);
  border-radius: 10px;
  color: #e9d5ff;
  background: rgba(168, 85, 247, .10);
}
.v6-shell .main-area.view-uc .player-id-cell code {
  font-size: 11px;
  font-weight: 700;
}
.v6-shell .main-area.view-uc .player-id-cell button {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #ddd6fe;
  background: rgba(168, 85, 247, .18);
}
.v6-shell .main-area.view-uc .player-id-cell button:hover {
  color: #fff;
  background: rgba(168, 85, 247, .34);
}
.v6-shell .main-area.view-uc .uc-list-card .table-icon {
  border-color: rgba(255, 255, 255, .10) !important;
  color: #c4b5fd !important;
  background: rgba(255, 255, 255, .06) !important;
}
.v6-shell .main-area.view-uc .uc-list-card .table-icon.danger {
  color: #fca5a5 !important;
  background: rgba(239, 68, 68, .10) !important;
}
.v6-shell .main-area.view-uc .uc-list-card .muted {
  color: #a8a3c4 !important;
}
.v6-shell .main-area.view-uc .uc-order-error {
  color: #fca5a5;
}
@media (max-width: 1180px) {
  .v6-shell .main-area.view-uc .uc-entry-card #addUcForm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .v6-shell .main-area.view-uc .uc-entry-card #addUcForm {
    grid-template-columns: 1fr;
  }
  .v6-shell .main-area.view-uc .uc-list-card .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }
  .v6-shell .main-area.view-uc .uc-list-card table,
  .v6-shell .main-area.view-uc .uc-list-card tbody {
    min-width: 0;
    width: 100%;
    display: block;
  }
  .v6-shell .main-area.view-uc .uc-list-card thead {
    display: none;
  }
  .v6-shell .main-area.view-uc .uc-list-card tbody tr.uc-data-row {
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background: rgba(18, 12, 45, .72);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
    box-shadow: 0 8px 24px rgba(8, 6, 18, .24);
  }
  .v6-shell .main-area.view-uc .uc-list-card tbody tr.uc-data-row td {
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    display: grid;
    gap: 4px;
    overflow-wrap: anywhere;
  }
  .v6-shell .main-area.view-uc .uc-list-card tbody tr.uc-data-row td::before {
    content: attr(data-label);
    color: #c4b5fd;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .v6-shell .main-area.view-uc .uc-list-card tbody tr.uc-data-row td:first-child {
    box-shadow: none;
  }
  .v6-shell .main-area.view-uc .uc-list-card tbody tr.uc-data-row td:nth-child(2),
  .v6-shell .main-area.view-uc .uc-list-card tbody tr.uc-data-row td:last-child {
    grid-column: 1 / -1;
  }
}

.v6-shell .support-toolbar { padding: 7px; border-radius: 17px; background: rgba(77,51,95,.06); }
.v6-shell :is(.support-compact-list,.ticket-list,.license-list,.user-list,.activity-list) { display: grid; gap: 12px; }

.v6-shell :is(.support-compact-list,.ticket-list,.license-list,.user-list,.activity-list) { display: grid; gap: 12px; }

/* Team workspace â€” licenses & members */
.v6-shell .team-workspace { display: grid; gap: 20px; }
.v6-shell .team-workspace .team-command-stats strong { font-size: clamp(26px, 2.2vw, 34px) !important; letter-spacing: -.04em; }
.v6-shell .team-workspace .team-command-stats span { font-size: 11px !important; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.v6-shell .team-workspace .license-command-deck {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(121,49,207,.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 0%, rgba(168,85,247,.22), transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(81,210,231,.14), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,241,255,.94));
  box-shadow: 0 20px 54px rgba(38,23,55,.10);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, .9fr) minmax(280px, .85fr);
  gap: 14px;
  align-items: stretch;
}
.v6-shell .team-workspace .license-command-deck::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(121,49,207,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(121,49,207,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.45), transparent 72%);
}
.v6-shell .team-workspace .license-command-deck > * { position: relative; z-index: 1; }
.v6-shell .team-workspace .license-command-main {
  min-height: 170px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  display: grid;
  align-content: center;
}
.v6-shell .team-workspace .license-command-main h2 {
  margin: 6px 0 8px;
  color: #1f1228;
  font-size: clamp(25px, 2.1vw, 36px) !important;
  line-height: 1;
  letter-spacing: -.055em;
}
.v6-shell .team-workspace .license-command-main p {
  max-width: 560px;
  margin: 0;
  color: #6d6078;
  font-size: 13px !important;
  line-height: 1.6;
}
.v6-shell .team-workspace .license-health-bar {
  height: 10px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(121,49,207,.10);
}
.v6-shell .team-workspace .license-health-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7931cf, #a855f7, #51d2e7);
  box-shadow: 0 0 18px rgba(121,49,207,.28);
}
.v6-shell .team-workspace .license-command-main small {
  margin-top: 8px;
  color: #8a7a96;
  font-size: 11px;
  font-weight: 800;
}
.v6-shell .team-workspace .license-command-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.v6-shell .team-workspace .license-command-stats div {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(121,49,207,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 26px rgba(38,23,55,.055);
  display: grid;
  align-content: center;
  gap: 3px;
}
.v6-shell .team-workspace .license-command-stats span {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  border-radius: 11px;
  color: #7931cf;
  background: rgba(121,49,207,.10);
  display: grid;
  place-items: center;
}
.v6-shell .team-workspace .license-command-stats span .icon { width: 16px; height: 16px; }
.v6-shell .team-workspace .license-command-stats strong {
  color: #201529;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.055em;
  font-variant-numeric: tabular-nums;
}
.v6-shell .team-workspace .license-command-stats em {
  color: #8b8093;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.v6-shell .team-workspace .license-spotlight-card {
  min-height: 170px;
  padding: 16px;
  border: 1px solid rgba(121,49,207,.18);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(31,18,42,.96), rgba(74,28,112,.92));
  color: #fff;
  box-shadow: 0 18px 38px rgba(38,23,55,.18);
  display: grid;
  gap: 12px;
}
.v6-shell .team-workspace .license-spotlight-card.is-empty {
  background: linear-gradient(145deg, rgba(44,35,58,.92), rgba(85,71,101,.84));
}
.v6-shell .team-workspace .license-spotlight-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #f3e8ff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  display: grid;
  place-items: center;
}
.v6-shell .team-workspace .license-spotlight-icon .icon { width: 21px; height: 21px; }
.v6-shell .team-workspace .license-spotlight-card em {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v6-shell .team-workspace .license-spotlight-card strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -.02em;
}
.v6-shell .team-workspace .license-spotlight-card code {
  display: block;
  margin-top: 9px;
  padding: 10px 11px;
  border-radius: 12px;
  background: rgba(255,255,255,.10);
  color: #f5edff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
  word-break: break-all;
}
.v6-shell .team-workspace .license-spotlight-card p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 12px !important;
  line-height: 1.5;
}
.v6-shell .team-license-grid { align-items: stretch; }
.v6-shell .team-workspace .license-create-card,
.v6-shell .team-workspace .license-vault-card,
.v6-shell .team-workspace .team-members-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--v6-line);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255,255,255,.98), rgba(251,248,255,.92));
  box-shadow: 0 16px 40px rgba(38,23,55,.06);
}
.v6-shell .team-workspace .license-create-card::before {
  content: "";
  position: absolute;
  right: -48px;
  top: -58px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121,49,207,.14), transparent 68%);
  pointer-events: none;
}
.v6-shell .team-workspace .license-forge-head { align-items: flex-start; }
.v6-shell .team-workspace .license-forge-badge {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(121,49,207,.16);
  border-radius: 999px;
  color: #7931cf;
  background: rgba(121,49,207,.08);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
}
.v6-shell .team-workspace .license-forge-badge .icon { width: 14px; height: 14px; }
.v6-shell .team-workspace .card-head h2 { margin: 5px 0 0; font-size: clamp(24px, 2vw, 32px) !important; letter-spacing: -.02em; color: #221032; font-weight: 700; }
.v6-shell .team-workspace .card-head p { margin: 7px 0 0; color: var(--v6-muted); font-size: 14px !important; line-height: 1.55; }
.v6-shell .team-workspace .license-create-form { margin-top: 6px; padding: 18px; border: 1px solid rgba(121,49,207,.14); border-radius: 18px; background: linear-gradient(160deg, rgba(255,255,255,.84), rgba(250,245,255,.74)); box-shadow: inset 0 1px 0 rgba(255,255,255,.74); }
.v6-shell .team-workspace .license-create-form .app-field > label { font-size: 12px !important; }
.v6-shell .team-workspace .license-create-form .app-control { min-height: 52px !important; font-size: 15px !important; }
.v6-shell .team-workspace .license-create-submit {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 56px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.20) 0%, transparent 46%),
    linear-gradient(135deg, #5b21b6 0%, #7c3aed 42%, #a855f7 70%, #6366f1 100%) !important;
  box-shadow:
    0 20px 40px rgba(91,33,182,.30),
    inset 0 1px 0 rgba(255,255,255,.30);
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .03em;
  gap: 10px !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.v6-shell .team-workspace .license-create-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(255,255,255,.18) 50%, transparent 72%);
  transform: translateX(-130%);
  transition: transform .6s ease;
  pointer-events: none;
}
.v6-shell .team-workspace .license-create-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 24px 48px rgba(91,33,182,.36),
    inset 0 1px 0 rgba(255,255,255,.36);
}
.v6-shell .team-workspace .license-create-submit:hover::before { transform: translateX(130%); }
.v6-shell .team-workspace .license-create-submit:active {
  transform: translateY(0);
  box-shadow: 0 14px 28px rgba(91,33,182,.28);
}
.v6-shell .team-workspace .license-create-submit .icon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  padding: 7px;
  border-radius: 11px;
  background: rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20);
  box-sizing: content-box;
}
.v6-shell .team-workspace .license-forge-notes {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.v6-shell .team-workspace .license-forge-notes span {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(121,49,207,.10);
  border-radius: 12px;
  color: #6b4c7b;
  background: rgba(255,255,255,.68);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.v6-shell .team-workspace .license-forge-notes .icon { width: 14px; height: 14px; color: #7931cf; }
.v6-shell .team-workspace .license-create-result {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(121,49,207,.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(121,49,207,.08), rgba(255,255,255,.92));
  display: grid;
  gap: 12px;
}
.v6-shell .team-workspace .license-create-result-head { display: flex; align-items: flex-start; gap: 12px; }
.v6-shell .team-workspace .license-create-result-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #7931cf;
  background: rgba(121,49,207,.12);
  border: 1px solid rgba(121,49,207,.16);
}
.v6-shell .team-workspace .license-create-result-icon .icon { width: 20px; height: 20px; }
.v6-shell .team-workspace .license-create-result-head strong { display: block; font-size: 16px; letter-spacing: -.02em; color: #221032; }
.v6-shell .team-workspace .license-create-result-head p { margin: 4px 0 0; font-size: 13px !important; color: var(--v6-muted); }
.v6-shell .team-workspace .license-create-result-code {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px dashed rgba(121,49,207,.24);
  background: rgba(255,255,255,.88);
}
.v6-shell .team-workspace .license-create-result-code code {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 800;
  letter-spacing: .04em;
  color: #6528a8;
  word-break: break-all;
}
.v6-shell .team-workspace .license-vault-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.v6-shell .team-workspace .license-vault-chips {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v6-shell .team-workspace .license-vault-chip {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  border: 1px solid transparent;
}
.v6-shell .team-workspace .license-vault-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.v6-shell .team-workspace .license-vault-chip.is-ready {
  color: #92400e;
  background: rgba(251,191,36,.16);
  border-color: rgba(245,158,11,.22);
}
.v6-shell .team-workspace .license-vault-chip.is-ready i { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,.12); }
.v6-shell .team-workspace .license-vault-chip.is-used {
  color: #166534;
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.18);
}
.v6-shell .team-workspace .license-vault-chip.is-used i { background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.10); }
.v6-shell .team-workspace .license-vault-card .license-pass-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: min(680px, calc(100vh - 280px));
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(121,49,207,.35) transparent;
}
.v6-shell .team-workspace .license-vault-card .license-pass-list::-webkit-scrollbar { width: 8px; }
.v6-shell .team-workspace .license-vault-card .license-pass-list::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(121,49,207,.35); }
.v6-shell .team-workspace .license-pass {
  display: grid;
  grid-template-columns: 86px minmax(0, 1.2fr) minmax(140px, 0.9fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--v6-line);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 6px 18px rgba(38,23,55,.04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.v6-shell .team-workspace .license-pass:hover {
  border-color: rgba(121,49,207,.22);
  box-shadow: 0 12px 28px rgba(121,49,207,.08);
  transform: translateY(-1px);
}
.v6-shell .team-workspace .license-pass.is-waiting { border-color: rgba(234,179,8,.22); background: linear-gradient(90deg, rgba(255,251,235,.72), rgba(255,255,255,.96)); }
.v6-shell .team-workspace .license-pass.is-used { border-color: rgba(34,197,94,.18); background: linear-gradient(90deg, rgba(240,253,244,.62), rgba(255,255,255,.96)); }
.v6-shell .team-workspace .license-pass-rail {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  padding: 8px 6px;
  border-radius: 12px;
  border: 1px solid rgba(121,49,207,.12);
  background: rgba(121,49,207,.05);
}
.v6-shell .team-workspace .license-pass.is-admin .license-pass-rail { color: var(--role-admin); border-color: var(--role-admin-border); background: var(--role-admin-bg); }
.v6-shell .team-workspace .license-pass.is-moderator .license-pass-rail { color: var(--role-mod); border-color: var(--role-mod-border); background: var(--role-mod-bg); }
.v6-shell .team-workspace .license-pass-rail span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.72); }
.v6-shell .team-workspace .license-pass-rail .icon { width: 16px; height: 16px; }
.v6-shell .team-workspace .license-pass-rail em { font-style: normal; font-size: 10px; font-weight: 900; letter-spacing: .04em; line-height: 1.25; }
.v6-shell .team-workspace .license-pass-core { min-width: 0; display: grid; gap: 5px; }
.v6-shell .team-workspace .license-pass-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.v6-shell .team-workspace .license-pass-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 800;
  letter-spacing: .05em;
  color: #5b21b6;
  word-break: break-all;
  line-height: 1.3;
}
.v6-shell .team-workspace .license-pass-status {
  flex: 0 0 auto;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.v6-shell .team-workspace .license-pass-status i { width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; }
.v6-shell .team-workspace .license-pass-status.is-waiting { color: #92400e; background: rgba(251,191,36,.18); }
.v6-shell .team-workspace .license-pass-status.is-waiting i { background: #f59e0b; }
.v6-shell .team-workspace .license-pass-status.is-used { color: #166534; background: rgba(34,197,94,.14); }
.v6-shell .team-workspace .license-pass-status.is-used i { background: #22c55e; }
.v6-shell .team-workspace .license-pass-status.is-suspended { color: #92400e; background: rgba(251,191,36,.18); }
.v6-shell .team-workspace .license-pass-status.is-suspended i { background: #f59e0b; }
.v6-shell .team-workspace .license-pass-status.is-banned { color: #991b1b; background: rgba(239,68,68,.14); }
.v6-shell .team-workspace .license-pass-status.is-banned i { background: #ef4444; }
.v6-shell .team-workspace .license-pass-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--v6-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.v6-shell .team-workspace .license-pass-user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding-left: 12px;
  border-left: 1px solid rgba(121,49,207,.10);
}
.v6-shell .team-workspace .license-pass-manage {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(121,49,207,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  color: #5b21b6;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.v6-shell .team-workspace .license-pass-manage .icon { width: 16px; height: 16px; }
.v6-shell .team-workspace .license-pass-manage:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #7931cf, #a855f7);
  box-shadow: 0 8px 18px rgba(121,49,207,.20);
}
.v6-shell .team-workspace .license-pass-user.is-empty { opacity: .78; }
.v6-shell .team-workspace .license-pass-empty-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7931cf;
  background: rgba(121,49,207,.08);
  border: 1px dashed rgba(121,49,207,.18);
}
.v6-shell .team-workspace .license-pass-empty-icon .icon { width: 16px; height: 16px; }
.v6-shell .team-workspace .license-pass-avatar { width: 36px; height: 36px; flex: 0 0 36px; }
.v6-shell .team-workspace .license-pass-user-copy { display: grid; gap: 2px; min-width: 0; }
.v6-shell .team-workspace .license-pass-user-copy strong {
  font-size: 13px;
  letter-spacing: -.02em;
  color: #221032;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v6-shell .team-workspace .license-pass-user-copy span {
  color: var(--v6-muted);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v6-shell .team-workspace .license-pass-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 196px;
}
.v6-shell .team-workspace .license-pass-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(121,49,207,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  color: #5b21b6;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.v6-shell .team-workspace .license-pass-btn .icon { width: 16px; height: 16px; }
.v6-shell .team-workspace .license-pass-btn.is-copy:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #7931cf, #a855f7);
  box-shadow: 0 8px 18px rgba(121,49,207,.20);
}
.v6-shell .team-workspace .license-pass-btn.is-danger {
  color: #b42318;
  border-color: rgba(220,38,38,.18);
  background: rgba(254,242,242,.92);
}
.v6-shell .team-workspace .license-pass-btn.is-danger:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  box-shadow: 0 8px 18px rgba(220,38,38,.18);
}
.v6-shell .team-workspace .license-pass-btn.is-manage:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  box-shadow: 0 8px 18px rgba(99,102,241,.20);
}
.v6-shell .team-workspace .license-pass-btn.is-warn {
  color: #b45309;
  border-color: rgba(245,158,11,.24);
  background: rgba(255,251,235,.96);
}
.v6-shell .team-workspace .license-pass-btn.is-warn:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  box-shadow: 0 8px 18px rgba(245,158,11,.22);
}
.v6-shell .team-workspace .license-pass-btn.is-ban {
  color: #b91c1c;
  border-color: rgba(239,68,68,.22);
  background: rgba(254,242,242,.96);
}
.v6-shell .team-workspace .license-pass-btn.is-ban:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  box-shadow: 0 8px 18px rgba(220,38,38,.20);
}
.v6-shell .team-workspace .license-pass-btn.is-success {
  color: #166534;
  border-color: rgba(34,197,94,.22);
  background: rgba(240,253,244,.96);
}
.v6-shell .team-workspace .license-pass-btn.is-success:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 8px 18px rgba(34,197,94,.20);
}
.v6-shell .team-workspace .license-action-btn {
  flex: 1 1 auto;
  min-height: 44px;
  min-width: 120px;
  padding: 0 14px;
  border: 1px solid rgba(121,49,207,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  color: #5b21b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.v6-shell .team-workspace .license-action-btn .icon { width: 16px; height: 16px; flex: 0 0 auto; }
.v6-shell .team-workspace .license-action-btn.is-primary:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #7931cf, #a855f7);
  box-shadow: 0 10px 22px rgba(121,49,207,.22);
}
.v6-shell .team-workspace .license-action-btn.is-danger {
  color: #b42318;
  border-color: rgba(220,38,38,.18);
  background: rgba(254,242,242,.92);
}
.v6-shell .team-workspace .license-action-btn.is-danger:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  box-shadow: 0 10px 22px rgba(220,38,38,.20);
}
.v6-shell .team-workspace .license-empty { grid-column: 1 / -1; }
.v6-shell .team-workspace .license-studio-hero {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(121,49,207,.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 10%, rgba(121,49,207,.20), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(81,210,231,.18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,242,255,.94));
  box-shadow: 0 24px 64px rgba(38,23,55,.11);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 190px minmax(280px, .9fr);
  gap: 18px;
  align-items: stretch;
}
.v6-shell .team-workspace .license-studio-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(121,49,207,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121,49,207,.06) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.42), transparent 76%);
}
.v6-shell .team-workspace .license-studio-hero > * { position: relative; z-index: 1; }
.v6-shell .team-workspace .license-studio-copy {
  position: relative;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 23px;
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
  display: grid;
  align-content: center;
  gap: 0;
  overflow: hidden;
}
.v6-shell .team-workspace .license-studio-copy-glow {
  position: absolute;
  right: -42px;
  top: -48px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121,49,207,.18), transparent 68%);
  pointer-events: none;
}
.v6-shell .team-workspace .license-studio-hero.is-manager {
  background:
    radial-gradient(circle at 12% 12%, rgba(59,130,246,.16), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(121,49,207,.18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,247,255,.95));
}
.v6-shell .team-workspace .license-studio-hero.is-manager .license-studio-copy {
  border-color: rgba(59,130,246,.14);
  background: linear-gradient(160deg, rgba(255,255,255,.82), rgba(239,246,255,.72));
}
.v6-shell .team-workspace .license-studio-hero.is-manager .license-studio-copy-glow {
  background: radial-gradient(circle, rgba(59,130,246,.16), transparent 68%);
}
.v6-shell .team-workspace .license-studio-identity {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(121,49,207,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(38,23,55,.05);
}
.v6-shell .team-workspace .license-studio-hero.is-manager .license-studio-identity {
  border-color: rgba(59,130,246,.14);
  background: rgba(255,255,255,.84);
}
.v6-shell .team-workspace .license-studio-avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 2px solid rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(121,49,207,.14);
}
.v6-shell .team-workspace .license-studio-identity-copy { display: grid; gap: 4px; min-width: 0; }
.v6-shell .team-workspace .license-studio-identity-copy strong {
  font-size: 15px;
  letter-spacing: -.02em;
  color: #221032;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v6-shell .team-workspace .license-studio-identity-copy span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7a6b88;
  font-size: 12px;
  font-weight: 700;
}
.v6-shell .team-workspace .license-studio-identity-copy .icon { width: 14px; height: 14px; color: #7931cf; }
.v6-shell .team-workspace .license-studio-hero.is-manager .license-studio-identity-copy .icon { color: #2563eb; }
.v6-shell .team-workspace .license-studio-access-badge {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #166534;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.16);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.v6-shell .team-workspace .license-studio-access-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.12);
}
.v6-shell .team-workspace .license-studio-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}
.v6-shell .team-workspace .license-studio-chips span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(121,49,207,.12);
  background: rgba(255,255,255,.78);
  color: #5b21b6;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .01em;
}
.v6-shell .team-workspace .license-studio-hero.is-manager .license-studio-chips span {
  color: #1d4ed8;
  border-color: rgba(59,130,246,.14);
  background: rgba(239,246,255,.82);
}
.v6-shell .team-workspace .license-studio-chips .icon { width: 14px; height: 14px; }
.v6-shell .team-workspace .license-studio-health {
  position: relative;
  z-index: 1;
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(121,49,207,.10);
  background: rgba(255,255,255,.72);
}
.v6-shell .team-workspace .license-studio-hero.is-manager .license-studio-health {
  border-color: rgba(59,130,246,.12);
  background: rgba(255,255,255,.84);
}
.v6-shell .team-workspace .license-studio-health-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.v6-shell .team-workspace .license-studio-health-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7a6b88;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.v6-shell .team-workspace .license-studio-health-head .icon { width: 14px; height: 14px; color: #7931cf; }
.v6-shell .team-workspace .license-studio-health-head strong {
  color: #4c1d95;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums;
}
.v6-shell .team-workspace .license-studio-hero.is-manager .license-studio-health-head strong { color: #1d4ed8; }
.v6-shell .team-workspace .license-studio-health .license-health-bar { margin-top: 0; }
.v6-shell .team-workspace .license-studio-health small {
  display: block;
  margin-top: 9px;
  color: #8a7a96;
  font-size: 12px;
  font-weight: 700;
}
.v6-shell .team-workspace .license-studio-stats article.is-wide { grid-column: 1 / -1; }
.v6-shell .team-workspace .license-studio-copy h2 {
  max-width: 720px;
  margin: 7px 0 10px;
  color: #1f1228;
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: .98;
  letter-spacing: -.06em;
}
.v6-shell .team-workspace .license-studio-copy p {
  max-width: 650px;
  margin: 0;
  color: #6d6078;
  font-size: 14px !important;
  line-height: 1.65;
}
.v6-shell .team-workspace .license-studio-orb {
  min-height: 210px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.14), transparent 38%),
    linear-gradient(165deg, #2a1840 0%, #5d2490 52%, #7e3acf 100%);
  color: #fff;
  box-shadow: 0 22px 42px rgba(38,23,55,.18);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
}
.v6-shell .team-workspace .license-studio-orb-icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.v6-shell .team-workspace .license-studio-orb-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}
.v6-shell .team-workspace .license-studio-orb .icon {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  opacity: .96;
}
.v6-shell .team-workspace .license-panel-icon.is-seal {
  color: #fff;
  background: linear-gradient(145deg, #7c3aed, #a855f7);
  border-color: rgba(121,49,207,.22);
  box-shadow: 0 10px 22px rgba(121,49,207,.18);
}
.v6-shell .team-workspace .license-studio-orb strong {
  font-size: 58px;
  line-height: .9;
  letter-spacing: -.08em;
  font-variant-numeric: tabular-nums;
}
.v6-shell .team-workspace .license-studio-orb em {
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v6-shell .team-workspace .license-studio-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.v6-shell .team-workspace .license-studio-stats article {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(121,49,207,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 28px rgba(38,23,55,.06);
  display: grid;
  align-content: center;
  gap: 4px;
}
.v6-shell .team-workspace .license-studio-stats span,
.v6-shell .team-workspace .license-panel-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #7931cf;
  background: rgba(121,49,207,.10);
  border: 1px solid rgba(121,49,207,.14);
  display: grid;
  place-items: center;
}
.v6-shell .team-workspace .license-studio-stats .icon,
.v6-shell .team-workspace .license-panel-icon .icon { width: 18px; height: 18px; }
.v6-shell .team-workspace .license-studio-stats strong {
  color: #201529;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.06em;
  font-variant-numeric: tabular-nums;
}
.v6-shell .team-workspace .license-studio-stats em {
  color: #8b8093;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.v6-shell .team-workspace .license-studio-grid {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: stretch;
}
.v6-shell .team-workspace .license-create-card,
.v6-shell .team-workspace .license-vault-card {
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(121,49,207,.12), transparent 32%),
    linear-gradient(160deg, rgba(255,255,255,.99), rgba(250,247,255,.94));
  box-shadow: 0 20px 52px rgba(38,23,55,.08);
}
.v6-shell .team-workspace .license-panel-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  margin-bottom: 17px;
}
.v6-shell .team-workspace .license-panel-head h2 {
  margin: 4px 0 0;
  color: #221032;
  font-size: clamp(24px, 2vw, 32px) !important;
  letter-spacing: -.04em;
}
.v6-shell .team-workspace .license-panel-head p {
  margin: 7px 0 0;
  color: var(--v6-muted);
  font-size: 13px !important;
  line-height: 1.55;
}
.v6-shell .team-workspace .license-create-form {
  display: grid;
  gap: 13px;
  margin-top: 0;
  padding: 18px;
  border: 1px solid rgba(121,49,207,.14);
  border-radius: 21px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
}
.v6-shell .team-workspace .license-create-form .app-field > label {
  color: #6b4c7b;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.v6-shell .team-workspace .license-create-form .app-control {
  min-height: 54px !important;
  border-radius: 16px !important;
  border-color: rgba(121,49,207,.16) !important;
  background: rgba(255,255,255,.92) !important;
}
.v6-shell .team-workspace .license-vault-head {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 13px;
}
.v6-shell .team-workspace .license-vault-chips {
  align-self: start;
  justify-self: end;
}
.v6-shell .team-workspace .license-vault-card .license-pass-list {
  gap: 12px;
  max-height: min(720px, calc(100vh - 245px));
}
.v6-shell .team-workspace .license-pass {
  grid-template-columns: 56px minmax(0, 1.25fr) minmax(170px, .78fr) auto;
  gap: 14px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 26px rgba(38,23,55,.055);
}
.v6-shell .team-workspace .license-pass.is-admin {
  border-color: rgba(59,130,246,.18);
  background: linear-gradient(90deg, rgba(239,246,255,.86), rgba(255,255,255,.94));
}
.v6-shell .team-workspace .license-pass.is-moderator {
  border-color: rgba(121,49,207,.16);
  background: linear-gradient(90deg, rgba(250,245,255,.88), rgba(255,255,255,.94));
}
.v6-shell .team-workspace .license-pass.is-used {
  border-color: rgba(34,197,94,.18);
}
.v6-shell .team-workspace .license-pass-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #7931cf;
  background: rgba(121,49,207,.10);
  border: 1px solid rgba(121,49,207,.14);
}
.v6-shell .team-workspace .license-pass.is-admin .license-pass-mark {
  color: #2563eb;
  background: rgba(59,130,246,.10);
  border-color: rgba(59,130,246,.16);
}
.v6-shell .team-workspace .license-pass-mark .icon { width: 22px; height: 22px; }
.v6-shell .team-workspace .license-pass-role {
  color: #6b4c7b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v6-shell .team-workspace .license-pass-code {
  margin-top: 5px;
  font-size: clamp(15px, 1.12vw, 17px);
  color: #4c1d95;
}
.v6-shell .team-workspace .license-pass-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.v6-shell .team-workspace .license-pass-meta .icon {
  width: 15px;
  height: 15px;
  color: #7931cf;
}
.v6-shell .team-workspace .license-pass-btn {
  border-radius: 14px;
  background: rgba(255,255,255,.96);
}

/* —— Neon yetki anahtarı kartları —— */
.v6-shell .team-workspace .license-vault-card .license-pass-list {
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(124,58,237,.16), transparent 58%),
    linear-gradient(180deg, #100a1c 0%, #120d20 48%, #0b0714 100%);
  border: 1px solid rgba(167,139,250,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 14px 44px rgba(15,10,26,.28);
  scrollbar-color: rgba(167,139,250,.45) transparent;
}
.v6-shell .team-workspace .license-vault-card .license-pass-list::-webkit-scrollbar-thumb {
  background: rgba(167,139,250,.45);
}
.v6-shell .team-workspace .license-neon-pass {
  position: relative;
  grid-template-columns: 72px minmax(0, 1fr) auto !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 18px !important;
  border: 1px solid rgba(167,139,250,.28) !important;
  background: linear-gradient(135deg, rgba(22,16,38,.97) 0%, rgba(12,8,22,.98) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 10px 34px rgba(0,0,0,.42) !important;
}
.v6-shell .team-workspace .license-neon-pass:hover {
  border-color: rgba(192,132,252,.52) !important;
  box-shadow:
    0 0 28px rgba(124,58,237,.22),
    0 0 0 1px rgba(192,132,252,.12) inset,
    0 14px 40px rgba(0,0,0,.48) !important;
}
.v6-shell .team-workspace .license-neon-pass.is-admin { --neon-accent: var(--role-admin-soft); --neon-glow: rgba(34,211,238,.35); }
.v6-shell .team-workspace .license-neon-pass.is-moderator { --neon-accent: var(--role-mod-soft); --neon-glow: rgba(74,222,128,.32); }
.v6-shell .team-workspace .license-neon-pass.is-todu { --neon-accent: var(--role-todu-soft); --neon-glow: rgba(250, 204, 21, .32); }
.v6-shell .team-workspace .license-neon-pass.is-waiting { --neon-accent: #fbbf24; --neon-glow: rgba(251,191,36,.28); }
.v6-shell .team-workspace .license-neon-pass.is-used { --neon-accent: #34d399; --neon-glow: rgba(52,211,153,.32); }
.v6-shell .team-workspace .license-neon-pass.is-suspended { --neon-accent: #fb923c; --neon-glow: rgba(251,146,60,.32); }
.v6-shell .team-workspace .license-neon-pass.is-banned { --neon-accent: #f87171; --neon-glow: rgba(248,113,113,.32); }
.v6-shell .team-workspace .license-neon-glow {
  position: absolute;
  inset: -45% -25% auto;
  height: 85%;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 0%, var(--neon-glow, rgba(124,58,237,.35)), transparent 68%);
  opacity: .75;
}
.v6-shell .team-workspace .license-neon-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  border-right: 1px solid rgba(167,139,250,.12);
  background: linear-gradient(180deg, rgba(124,58,237,.14) 0%, transparent 100%);
}
.v6-shell .team-workspace .license-neon-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid var(--neon-accent, #a78bfa);
  background: rgba(124,58,237,.16);
  box-shadow: 0 0 22px var(--neon-glow, rgba(167,139,250,.38));
  color: var(--neon-accent, #c4b5fd);
}
.v6-shell .team-workspace .license-neon-mark .icon { width: 20px; height: 20px; }
.v6-shell .team-workspace .license-neon-side-label {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(196,181,253,.88);
  line-height: 1.25;
  max-width: 64px;
}
.v6-shell .team-workspace .license-neon-body {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v6-shell .team-workspace .license-neon-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.v6-shell .team-workspace .license-neon-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(167,139,250,.78);
}
.v6-shell .team-workspace .license-neon-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid rgba(52,211,153,.42);
  background: rgba(52,211,153,.12);
  color: #6ee7b7;
  box-shadow: 0 0 14px rgba(52,211,153,.18);
}
.v6-shell .team-workspace .license-neon-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}
.v6-shell .team-workspace .license-neon-status.is-waiting {
  border-color: rgba(251,191,36,.48);
  background: rgba(251,191,36,.12);
  color: #fcd34d;
  box-shadow: 0 0 14px rgba(251,191,36,.18);
}
.v6-shell .team-workspace .license-neon-status.is-suspended {
  border-color: rgba(251,146,60,.48);
  background: rgba(251,146,60,.12);
  color: #fdba74;
  box-shadow: 0 0 14px rgba(251,146,60,.18);
}
.v6-shell .team-workspace .license-neon-status.is-banned {
  border-color: rgba(248,113,113,.48);
  background: rgba(248,113,113,.12);
  color: #fca5a5;
  box-shadow: 0 0 14px rgba(248,113,113,.18);
}
.v6-shell .team-workspace .license-neon-code-box {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(167,139,250,.26);
  background: rgba(0,0,0,.38);
  box-shadow: inset 0 0 22px rgba(124,58,237,.08), 0 0 18px rgba(124,58,237,.1);
}
.v6-shell .team-workspace .license-neon-code-box code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 800;
  letter-spacing: .06em;
  color: #e9d5ff;
  text-shadow: 0 0 22px rgba(192,132,252,.45);
  word-break: break-all;
}
.v6-shell .team-workspace .license-neon-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  font-size: 12px;
  font-weight: 650;
  color: rgba(196,181,253,.68);
}
.v6-shell .team-workspace .license-neon-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.v6-shell .team-workspace .license-neon-meta .icon {
  width: 14px;
  height: 14px;
  opacity: .75;
  color: rgba(196,181,253,.85);
}
.v6-shell .team-workspace .license-neon-user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 2px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(167,139,250,.2);
  background: rgba(0,0,0,.28);
}
.v6-shell .team-workspace .license-neon-user.is-empty {
  align-items: center;
  border-style: dashed;
  border-color: rgba(251,191,36,.34);
  background: rgba(251,191,36,.06);
}
.v6-shell .team-workspace .license-neon-user-empty {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(251,191,36,.42);
  color: #fcd34d;
  box-shadow: 0 0 16px rgba(251,191,36,.2);
}
.v6-shell .team-workspace .license-neon-user-empty .icon { width: 18px; height: 18px; }
.v6-shell .team-workspace .license-neon-user.is-empty strong {
  display: block;
  color: #fde68a;
  font-size: 13px;
}
.v6-shell .team-workspace .license-neon-user.is-empty span {
  color: rgba(253,230,138,.68);
  font-size: 11px;
}
.v6-shell .team-workspace .license-neon-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px !important;
  border: 2px solid rgba(167,139,250,.42) !important;
  box-shadow: 0 0 18px rgba(124,58,237,.28);
}
.v6-shell .team-workspace .license-neon-user-main {
  min-width: 0;
  display: grid;
  gap: 6px;
}
.v6-shell .team-workspace .license-neon-user-main strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #f5f3ff;
}
.v6-shell .team-workspace .license-neon-user-main > span {
  font-size: 11px;
  font-weight: 650;
  color: rgba(196,181,253,.72);
}
.v6-shell .team-workspace .license-neon-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}
.v6-shell .team-workspace .license-neon-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  border: 1px solid rgba(167,139,250,.32);
  background: rgba(124,58,237,.16);
  color: #ddd6fe;
  box-shadow: 0 0 12px rgba(124,58,237,.12);
}
.v6-shell .team-workspace .license-neon-chip .icon { width: 11px; height: 11px; opacity: .88; }
.v6-shell .team-workspace .license-neon-chip.is-role.is-todu { border-color: var(--role-todu-border); background: var(--role-todu-bg); color: var(--role-todu-soft); box-shadow: 0 0 12px rgba(250, 204, 21, .18); }
.v6-shell .team-workspace .license-neon-chip.is-role.is-admin { border-color: var(--role-admin-border); background: var(--role-admin-bg); color: var(--role-admin-soft); box-shadow: 0 0 12px rgba(34,211,238,.14); }
.v6-shell .team-workspace .license-neon-chip.is-role.is-moderator { border-color: var(--role-mod-border); background: var(--role-mod-bg); color: var(--role-mod-soft); box-shadow: 0 0 12px rgba(74,222,128,.14); }
.v6-shell .team-workspace .license-neon-side-label.role-name.is-admin { color: var(--role-admin-soft); }
.v6-shell .team-workspace .license-neon-side-label.role-name.is-moderator { color: var(--role-mod-soft); }
.v6-shell .team-workspace .license-neon-side-label.role-name.is-todu { color: var(--role-todu-soft); }
.v6-shell .team-workspace .license-neon-chip.is-ok {
  border-color: rgba(52,211,153,.44);
  background: rgba(52,211,153,.12);
  color: #6ee7b7;
  box-shadow: 0 0 12px rgba(52,211,153,.18);
}
.v6-shell .team-workspace .license-neon-chip.is-warn {
  border-color: rgba(251,146,60,.44);
  background: rgba(251,146,60,.12);
  color: #fdba74;
  box-shadow: 0 0 12px rgba(251,146,60,.16);
}
.v6-shell .team-workspace .license-neon-chip.is-ban {
  border-color: rgba(248,113,113,.44);
  background: rgba(248,113,113,.12);
  color: #fca5a5;
  box-shadow: 0 0 12px rgba(248,113,113,.16);
}
.v6-shell .team-workspace .license-neon-chip.is-access {
  border-color: rgba(34,211,238,.34);
  background: rgba(34,211,238,.1);
  color: #67e8f9;
  box-shadow: 0 0 12px rgba(34,211,238,.14);
}
.v6-shell .team-workspace .license-neon-actions {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: none !important;
  padding: 14px 12px;
  border-left: 1px solid rgba(167,139,250,.12);
  background: rgba(0,0,0,.18);
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(167,139,250,.34);
  background: rgba(18,12,32,.92);
  color: #c4b5fd;
  box-shadow: 0 0 14px rgba(124,58,237,.14);
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn:hover {
  border-color: rgba(192,132,252,.58);
  background: rgba(124,58,237,.28);
  box-shadow: 0 0 22px rgba(124,58,237,.32);
  color: #e9d5ff;
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn.is-copy {
  border-color: rgba(34,211,238,.38);
  color: #67e8f9;
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn.is-copy:hover {
  border-color: rgba(34,211,238,.62);
  box-shadow: 0 0 22px rgba(34,211,238,.28);
  background: rgba(34,211,238,.14);
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn.is-danger,
.v6-shell .team-workspace .license-neon-actions .license-pass-btn.is-ban {
  border-color: rgba(248,113,113,.42);
  color: #fca5a5;
  background: rgba(248,113,113,.08);
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn.is-warn {
  border-color: rgba(251,146,60,.42);
  color: #fdba74;
  background: rgba(251,146,60,.08);
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn.is-success {
  border-color: rgba(52,211,153,.42);
  color: #6ee7b7;
  background: rgba(52,211,153,.08);
}
.v6-shell .team-workspace .license-neon-actions .license-pass-btn.is-manage {
  border-color: rgba(192,132,252,.42);
}
.v6-shell .team-workspace .license-spotlight-card {
  min-height: 0;
  margin-top: 14px;
  border-radius: 21px;
}
.v6-shell .team-workspace .team-members-card { margin-top: 0 !important; }
.v6-shell .team-workspace .team-members-card .user-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.v6-shell .team-workspace .team-member-card {
  position: relative;
  min-height: 92px;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid var(--v6-line) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.9) !important;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.v6-shell .team-workspace .team-member-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #b8afc4;
}
.v6-shell .team-workspace .team-member-card.member-todu::before { background: var(--role-todu-gradient); }
.v6-shell .team-workspace .team-member-card.member-admin::before { background: var(--role-admin-gradient); }
.v6-shell .team-workspace .team-member-card.member-moderator::before { background: var(--role-mod-gradient); }
.v6-shell .team-workspace .team-member-card.is-disabled { opacity: .72; }
.v6-shell .team-workspace .team-member-card > .avatar { width: 50px; height: 50px; flex: 0 0 50px; }
.v6-shell .team-workspace .team-member-card .user-card-copy strong { font-size: 15px !important; color: #221032; }
.v6-shell .team-workspace .team-member-card .user-card-copy > span { font-size: 12px !important; line-height: 1.45; }
.v6-shell .team-workspace .team-member-card .card-head-actions { align-items: center; gap: 8px; }
.v6-shell .team-workspace .member-account-status {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #166534;
  background: rgba(34,197,94,.12);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}
.v6-shell .team-workspace .member-account-status i { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; }
.v6-shell .team-workspace .team-member-card.is-disabled .member-account-status { color: #b42318; background: rgba(239,68,68,.10); }
.v6-shell .team-workspace .team-member-card.is-disabled .member-account-status i { background: #ef4444; }
.v6-shell .team-workspace .team-manage-button {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(121,49,207,.18);
  border-radius: 11px;
  color: #7931cf;
  background: rgba(121,49,207,.08);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, box-shadow .16s ease;
}
.v6-shell .team-workspace .team-manage-button .icon { width: 14px; height: 14px; }
.v6-shell .team-workspace .team-manage-button:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #7931cf, #a855f7);
  box-shadow: 0 8px 18px rgba(121,49,207,.22);
}

.v6-shell :is(.support-compact-card,.ticket-card,.password-request-card,.wow-card,.broadcast-card,.black-card,.note-card,.rule-block) { padding: 18px !important; border: 1px solid var(--v6-line) !important; border-radius: 20px !important; background: rgba(255,255,255,.86) !important; box-shadow: 0 11px 28px rgba(38,23,55,.055); }
.v6-shell :is(.library-admin-grid,.library-content-grid) { grid-template-columns: repeat(3,minmax(0,1fr)); }
.v6-shell .log-filter-grid { grid-template-columns: 1.35fr 1fr 1fr 1fr; }
.v6-shell .activity-summary-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }

/* Operations / logs workspace */
.v6-shell .operations-workspace { display: grid; gap: 18px; }
.v6-shell .operations-workspace :is(.operation-row, .ops-session-row, .activity-user-card, .ops-overview-stat) { contain: layout style paint; }
.v6-shell .activity-user-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.v6-shell .activity-user-card { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--v6-line); border-radius: 18px; background: rgba(255,255,255,.88); transition: border-color .18s ease, box-shadow .18s ease; }
.v6-shell .activity-user-card.is-online { border-color: rgba(34,197,94,.26); background: linear-gradient(160deg, rgba(34,197,94,.07), rgba(255,255,255,.94)); box-shadow: 0 8px 24px rgba(34,197,94,.08); }
.v6-shell .activity-user-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.v6-shell .activity-user-card-id { display: flex; align-items: center; gap: 12px; min-width: 0; }
.v6-shell .activity-user-card-avatar { width: 48px; height: 48px; flex: 0 0 48px; }
.v6-shell .activity-user-card-id div { display: grid; gap: 3px; min-width: 0; }
.v6-shell .activity-user-card-id strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; letter-spacing: -.02em; color: #221032; }
.v6-shell .activity-user-card-id span { color: var(--v6-muted); font-size: 11px; font-weight: 700; }
.v6-shell .activity-user-card.is-todu .activity-user-card-id span.role-name { color: var(--role-todu); font-weight: 800; }
.v6-shell .activity-user-card.is-admin .activity-user-card-id span.role-name { color: var(--role-admin); font-weight: 800; }
.v6-shell .activity-user-card.is-moderator .activity-user-card-id span.role-name { color: var(--role-mod); font-weight: 800; }
.v6-shell .ops-live-user-copy span.role-name.is-todu { color: var(--role-todu); }
.v6-shell .ops-live-user-copy span.role-name.is-admin { color: var(--role-admin); }
.v6-shell .ops-live-user-copy span.role-name.is-moderator { color: var(--role-mod); }
.v6-shell .ops-session-user span.role-name.is-todu { color: var(--role-todu); font-weight: 800; }
.v6-shell .ops-session-user span.role-name.is-admin { color: var(--role-admin); font-weight: 800; }
.v6-shell .ops-session-user span.role-name.is-moderator { color: var(--role-mod); font-weight: 800; }
.v6-shell .ops-member-picker-value em .role-name.is-todu { color: var(--role-todu); }
.v6-shell .ops-member-picker-value em .role-name.is-admin { color: var(--role-admin); }
.v6-shell .ops-member-picker-value em .role-name.is-moderator { color: var(--role-mod); }
.v6-shell .license-spotlight-card strong .role-name.is-admin { color: var(--role-admin-soft); }
.v6-shell .license-spotlight-card strong .role-name.is-moderator { color: var(--role-mod-soft); }
.v6-shell .license-studio-identity-copy span .role-name.is-todu { color: var(--role-todu); }
.v6-shell .license-studio-identity-copy span .role-name.is-admin { color: var(--role-admin); }
.v6-shell .license-studio-identity-copy span .role-name.is-moderator { color: var(--role-mod); }
.v6-shell .activity-user-card-status { flex: 0 0 auto; padding: 5px 10px; border-radius: 999px; background: rgba(77,51,95,.08); color: var(--v6-muted); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.v6-shell .activity-user-card-status.is-online { background: rgba(34,197,94,.14); color: #15803d; }
.v6-shell .activity-user-card-meta { margin: 0; color: var(--v6-muted); font-size: 11px; line-height: 1.5; }
.v6-shell .activity-user-card-stat { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 12px 14px; border-radius: 14px; background: linear-gradient(135deg, rgba(121,49,207,.08), rgba(255,255,255,.72)); border: 1px solid rgba(121,49,207,.10); }
.v6-shell .activity-user-card.is-online .activity-user-card-stat { background: linear-gradient(135deg, rgba(34,197,94,.10), rgba(255,255,255,.78)); border-color: rgba(34,197,94,.16); }
.v6-shell .activity-user-card-stat span { color: var(--v6-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.v6-shell .activity-user-card-stat b { color: #7931cf; font-size: clamp(20px, 1.8vw, 26px); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.v6-shell .activity-user-card.is-online .activity-user-card-stat b { color: #15803d; }
.v6-shell .ops-activity-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 16px; }
.v6-shell .ops-activity-stat { display: flex; align-items: center; gap: 12px; min-height: 74px; padding: 12px 14px; border: 1px solid var(--v6-line); border-radius: 16px; background: rgba(255,255,255,.84); }
.v6-shell .ops-activity-stat.is-live { border-color: rgba(121,49,207,.18); background: linear-gradient(135deg, rgba(121,49,207,.08), rgba(255,255,255,.94)); }
.v6-shell .ops-activity-stat.is-online { border-color: rgba(34,197,94,.22); background: linear-gradient(135deg, rgba(34,197,94,.08), rgba(255,255,255,.92)); }
.v6-shell .ops-activity-stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(121,49,207,.10); color: #7931cf; flex: 0 0 auto; }
.v6-shell .ops-activity-stat.is-live .ops-activity-stat-icon { background: rgba(121,49,207,.16); color: #7931cf; }
.v6-shell .ops-activity-stat.is-online .ops-activity-stat-icon { background: rgba(34,197,94,.16); color: #15803d; }
.v6-shell .ops-activity-stat-icon .icon { width: 16px; height: 16px; }
.v6-shell .ops-activity-stat > div { display: grid; gap: 2px; min-width: 0; }
.v6-shell .ops-activity-stat strong { font-size: clamp(18px, 1.5vw, 24px); letter-spacing: -.03em; color: #221032; font-variant-numeric: tabular-nums; }
.v6-shell .ops-activity-stat.is-online strong { color: #15803d; }
.v6-shell .ops-activity-stat span { color: var(--v6-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.v6-shell .security-log-grid { display: grid; gap: 12px; }
.v6-shell .security-log-card { display: grid; gap: 14px; padding: 16px; border: 1px solid var(--v6-line); border-radius: 18px; background: rgba(255,255,255,.9); }
.v6-shell .security-log-card.is-success { border-color: rgba(34,197,94,.22); background: linear-gradient(160deg, rgba(34,197,94,.06), rgba(255,255,255,.96)); }
.v6-shell .security-log-card.is-warning { border-color: rgba(234,88,12,.22); background: linear-gradient(160deg, rgba(234,88,12,.07), rgba(255,255,255,.96)); }
.v6-shell .security-log-card-head { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: start; }
.v6-shell .security-log-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #7931cf, #5b21b6); }
.v6-shell .security-log-card.is-success .security-log-card-icon { background: linear-gradient(135deg, #16a568, #22c55e); }
.v6-shell .security-log-card.is-warning .security-log-card-icon { background: linear-gradient(135deg, #e5962e, #ea580c); }
.v6-shell .security-log-card-icon .icon { width: 20px; height: 20px; }
.v6-shell .security-log-card-copy { min-width: 0; display: grid; gap: 4px; }
.v6-shell .security-log-card-copy strong { font-size: 15px; letter-spacing: -.02em; color: #221032; line-height: 1.35; }
.v6-shell .security-log-card-copy span { color: var(--v6-muted); font-size: 12px; line-height: 1.45; }
.v6-shell .security-log-card-time { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: rgba(77,51,95,.07); color: var(--v6-muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.v6-shell .security-log-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.v6-shell .security-log-fact { display: flex; align-items: flex-start; gap: 10px; min-width: 0; padding: 12px 13px; border: 1px solid rgba(77,51,95,.08); border-radius: 14px; background: rgba(255,255,255,.78); }
.v6-shell .security-log-fact-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(121,49,207,.10); color: #7931cf; flex: 0 0 auto; }
.v6-shell .security-log-fact-icon .icon { width: 16px; height: 16px; }
.v6-shell .security-log-fact div { display: grid; gap: 3px; min-width: 0; }
.v6-shell .security-log-fact em { font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--v6-muted); }
.v6-shell .security-log-fact b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; letter-spacing: -.01em; color: #221032; }
.v6-shell .operation-log-grid { display: grid; gap: 12px; }
.v6-shell .ops-list-more { margin: 4px 0 0; padding: 10px 14px; border-radius: 12px; font-size: 12px; font-weight: 600; color: var(--v6-muted); text-align: center; background: rgba(121,49,207,.06); border: 1px dashed rgba(121,49,207,.18); }
.v6-shell .operation-log-card { display: grid; gap: 14px; padding: 16px; border: 1px solid var(--v6-line); border-radius: 18px; background: rgba(255,255,255,.9); }
.v6-shell .operation-log-card.is-brand { border-color: rgba(121,49,207,.18); background: linear-gradient(160deg, rgba(121,49,207,.05), rgba(255,255,255,.96)); }
.v6-shell .operation-log-card.is-success { border-color: rgba(34,197,94,.22); background: linear-gradient(160deg, rgba(34,197,94,.06), rgba(255,255,255,.96)); }
.v6-shell .operation-log-card.is-warning { border-color: rgba(234,88,12,.22); background: linear-gradient(160deg, rgba(234,88,12,.07), rgba(255,255,255,.96)); }
.v6-shell .operation-log-card-head { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: start; }
.v6-shell .operation-log-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #7931cf, #5b21b6); }
.v6-shell .operation-log-card.is-success .operation-log-card-icon { background: linear-gradient(135deg, #16a568, #22c55e); }
.v6-shell .operation-log-card.is-warning .operation-log-card-icon { background: linear-gradient(135deg, #e5962e, #ea580c); }
.v6-shell .operation-log-card-icon .icon { width: 20px; height: 20px; }
.v6-shell .operation-log-card-copy { min-width: 0; display: grid; gap: 4px; }
.v6-shell .operation-log-card-copy strong { font-size: 15px; letter-spacing: -.02em; color: #221032; line-height: 1.35; }
.v6-shell .operation-log-card-copy span { color: var(--v6-muted); font-size: 12px; line-height: 1.45; }
.v6-shell .operation-log-card-time { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: rgba(77,51,95,.07); color: var(--v6-muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.v6-shell .operation-log-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.v6-shell .operation-log-fact { display: flex; align-items: flex-start; gap: 10px; min-width: 0; padding: 12px 13px; border: 1px solid rgba(77,51,95,.08); border-radius: 14px; background: rgba(255,255,255,.78); }
.v6-shell .operation-log-fact-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(121,49,207,.10); color: #7931cf; flex: 0 0 auto; }
.v6-shell .operation-log-fact-icon .icon { width: 16px; height: 16px; }
.v6-shell .operation-log-fact div { display: grid; gap: 3px; min-width: 0; }
.v6-shell .operation-log-fact em { font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--v6-muted); }
.v6-shell .operation-log-fact b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; letter-spacing: -.01em; color: #221032; }
.v6-shell .operations-command-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 34px);
  min-height: 196px;
  padding: clamp(26px, 2.8vw, 40px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--v6-r-xl);
  color: #fff;
  background: radial-gradient(circle at 88% 8%, rgba(188,56,255,.46), transparent 28%), radial-gradient(circle at 10% 96%, rgba(58,132,255,.24), transparent 34%), linear-gradient(120deg, #0e0b15, #221032 54%, #131d38);
  box-shadow: 0 24px 58px rgba(28,14,42,.20);
}
.v6-shell .operations-command-hero::after { content: ""; position: absolute; width: 270px; height: 270px; right: -82px; top: -112px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025),0 0 0 84px rgba(255,255,255,.015); }
.v6-shell .operations-command-hero > * { position: relative; z-index: 1; }
.v6-shell .operations-command-copy { max-width: 640px; min-width: 0; }
.v6-shell .operations-command-copy h2 { margin: 7px 0 9px; color: #fff; font-size: clamp(28px, 2.6vw, 44px); line-height: 1.02; letter-spacing: -.055em; }
.v6-shell .operations-command-copy p { margin: 0; max-width: 560px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.65; }
.v6-shell .operations-command-stats { flex: 1 1 auto; min-width: min(480px, 46%); align-self: stretch; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.v6-shell .operations-command-stats.is-recorded { grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: min(360px, 42%); }
.v6-shell .ops-hero-stat { position: relative; display: grid; gap: 6px; min-height: 96px; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); backdrop-filter: blur(14px); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); align-content: end; }
.v6-shell .ops-hero-stat.is-live { border-color: rgba(34,197,94,.34); background: linear-gradient(160deg, rgba(34,197,94,.20), rgba(255,255,255,.06)); }
.v6-shell .ops-hero-stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.88); }
.v6-shell .ops-hero-stat.is-live .ops-hero-stat-icon { background: rgba(34,197,94,.24); color: #bbf7d0; }
.v6-shell .ops-hero-stat-icon .icon { width: 16px; height: 16px; }
.v6-shell .ops-hero-stat-label { font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.56); line-height: 1.25; }
.v6-shell .ops-hero-stat.is-live .ops-hero-stat-label { color: rgba(187,247,208,.88); }
.v6-shell .ops-hero-stat strong { color: #fff; font-size: clamp(20px, 1.75vw, 28px); letter-spacing: -.04em; line-height: 1.05; font-variant-numeric: tabular-nums; white-space: nowrap; }
.v6-shell .ops-hero-stat.is-live strong { color: #ecfdf5; }
.v6-shell .ops-hero-stat.is-live::before { content: ""; position: absolute; top: 14px; right: 14px; width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.5); animation: opsLivePulse 1.8s ease infinite; }
.v6-shell .ops-filter-card { display: grid; gap: 18px; }
.v6-shell .ops-filter-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 4px; }
.v6-shell .ops-filter-head-copy { min-width: 0; }
.v6-shell .ops-filter-head-copy p { margin: 6px 0 0; max-width: 560px; color: var(--v6-muted); font-size: 13px; line-height: 1.55; }
.v6-shell .ops-filter-head h2 { margin: 4px 0 0; font-size: clamp(20px, 1.7vw, 26px); letter-spacing: -.04em; }
.v6-shell .ops-filter-reset { flex: 0 0 auto; align-self: flex-start; }
.v6-shell .ops-filter-panel { display: grid; gap: 16px; padding: 16px; border: 1px solid rgba(77,51,95,.08); border-radius: 18px; background: linear-gradient(180deg, rgba(121,49,207,.03), rgba(255,255,255,.72)); }
.v6-shell .ops-filter-section { display: grid; gap: 10px; }
.v6-shell .ops-filter-section + .ops-filter-section { padding-top: 16px; border-top: 1px solid rgba(77,51,95,.08); }
.v6-shell .ops-filter-section-label { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--v6-muted); }
.v6-shell .ops-filter-section-summary .ops-filter-summary { margin-top: 2px; }
.v6-shell .ops-filter-grid { display: grid; gap: 12px; align-items: stretch; }
.v6-shell .ops-filter-grid.is-three { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr); }
.v6-shell .ops-filter-grid.is-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v6-shell .ops-filter-field { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; min-width: 0; padding: 12px 14px; border: 1px solid rgba(77,51,95,.10); border-radius: 16px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(121,49,207,.03)); transition: border-color .18s ease, box-shadow .18s ease; }
.v6-shell .ops-filter-field:focus-within { border-color: rgba(121,49,207,.28); box-shadow: 0 0 0 3px rgba(121,49,207,.08); }
.v6-shell .ops-filter-field-icon { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(121,49,207,.10); color: #7931cf; }
.v6-shell .ops-filter-field-icon .icon { width: 18px; height: 18px; }
.v6-shell .ops-filter-field-body { display: grid; gap: 5px; min-width: 0; margin: 0; }
.v6-shell .ops-filter-field-label { font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--v6-muted); }
.v6-shell .ops-filter-control { width: 100%; min-width: 0; min-height: 40px !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: #221032; font-size: 14px; font-weight: 650; letter-spacing: -.01em; }
.v6-shell .ops-filter-control:focus { outline: 0; box-shadow: none !important; }
.v6-shell select.ops-filter-control { padding-right: 28px !important; cursor: pointer; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #7931cf 50%), linear-gradient(135deg, #7931cf 50%, transparent 50%) !important; background-position: calc(100% - 16px) calc(50% + 2px), calc(100% - 11px) calc(50% + 2px) !important; background-size: 5px 5px, 5px 5px !important; background-repeat: no-repeat !important; }
.v6-shell input[type="date"].ops-filter-control { color-scheme: light; font-variant-numeric: tabular-nums; }
.v6-shell input[type="date"].ops-filter-control::-webkit-calendar-picker-indicator { opacity: .72; cursor: pointer; filter: hue-rotate(260deg) saturate(1.2); }
.v6-shell .ops-filter-field.is-member-field { grid-template-columns: minmax(0, 1fr); }
.v6-shell .ops-filter-field.is-member { overflow: visible; z-index: 1; }
.v6-shell .ops-filter-field.is-member-field.is-picker-open,
.v6-shell .ops-filter-field.is-member.is-picker-open { z-index: 40; }
.v6-shell .ops-filter-panel { overflow: visible; }
.v6-shell .ops-member-picker { position: relative; min-width: 0; }
.v6-shell .ops-member-picker-trigger { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 44px; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.v6-shell .ops-member-picker-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 11px; background: rgba(121,49,207,.10); color: #7931cf; flex: 0 0 auto; }
.v6-shell .ops-member-picker-icon .icon { width: 18px; height: 18px; }
.v6-shell .ops-member-picker-avatar { width: 36px; height: 36px; flex: 0 0 36px; }
.v6-shell .ops-member-picker-value { display: grid; gap: 2px; min-width: 0; flex: 1 1 auto; }
.v6-shell .ops-member-picker-value strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-weight: 750; letter-spacing: -.02em; color: #221032; }
.v6-shell .ops-member-picker-value em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-style: normal; font-size: 11px; color: var(--v6-muted); }
.v6-shell .ops-member-picker-chevron { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 999px; background: rgba(121,49,207,.08); color: #7931cf; flex: 0 0 auto; transition: transform .18s ease, background .18s ease; }
.v6-shell .ops-member-picker-chevron .icon { width: 16px; height: 16px; }
.v6-shell .ops-member-picker.is-open .ops-member-picker-chevron { transform: rotate(180deg); background: rgba(121,49,207,.14); }
.v6-shell .ops-member-picker-menu { display: none; flex-direction: column; gap: 4px; padding: 8px; border: 1px solid rgba(77,51,95,.12); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 18px 44px rgba(38,23,55,.16); max-height: min(480px, calc(100vh - 120px)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-gutter: stable; scrollbar-width: thin; scrollbar-color: rgba(121,49,207,.45) transparent; }
.v6-shell .ops-member-picker-menu::-webkit-scrollbar { width: 8px; }
.v6-shell .ops-member-picker-menu::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(121,49,207,.35); }
.v6-shell .ops-member-picker-menu::-webkit-scrollbar-thumb:hover { background: rgba(121,49,207,.55); }
.v6-shell .ops-member-picker-scroll { display: flex; flex-direction: column; gap: 4px; min-height: 0; overflow: visible; }
.v6-shell .ops-member-picker.is-open .ops-member-picker-menu { display: flex; position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 90; }
.v6-shell .operations-workspace:has(.ops-member-picker.is-open) .ops-filter-card { position: relative; z-index: 120; }
.v6-shell .ops-filter-card,
.v6-shell .ops-filter-panel,
.v6-shell .ops-filter-section,
.v6-shell .ops-filter-field.is-member.is-picker-open,
.v6-shell .ops-filter-field.is-member-field.is-picker-open { overflow: visible; }
.v6-shell .ops-member-picker-divider { padding: 8px 12px 4px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--v6-muted); }
.v6-shell .ops-member-picker-empty { padding: 12px; color: var(--v6-muted); font-size: 12px; text-align: center; }
.v6-shell .ops-member-option { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; align-items: center; width: 100%; padding: 10px 12px; border: 0; border-radius: 14px; background: transparent; color: inherit; text-align: left; cursor: pointer; transition: background .16s ease, transform .16s ease; }
.v6-shell .ops-member-option:hover { background: rgba(121,49,207,.06); }
.v6-shell .ops-member-option.is-active { background: linear-gradient(135deg, rgba(121,49,207,.12), rgba(121,49,207,.05)); box-shadow: inset 0 0 0 1px rgba(121,49,207,.14); }
.v6-shell .ops-member-option.is-online.is-active { background: linear-gradient(135deg, rgba(34,197,94,.10), rgba(121,49,207,.05)); box-shadow: inset 0 0 0 1px rgba(34,197,94,.18); }
.v6-shell .ops-member-option-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; background: rgba(121,49,207,.10); color: #7931cf; }
.v6-shell .ops-member-option-icon .icon { width: 18px; height: 18px; }
.v6-shell .ops-member-option-avatar { width: 40px; height: 40px; flex: 0 0 40px; }
.v6-shell .ops-member-option-copy { display: grid; gap: 3px; min-width: 0; }
.v6-shell .ops-member-option-top { display: flex; align-items: center; gap: 8px; min-width: 0; flex-wrap: wrap; }
.v6-shell .ops-member-option-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; letter-spacing: -.02em; color: #221032; }
.v6-shell .ops-member-option-copy em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-style: normal; font-size: 11px; color: var(--v6-muted); }
.v6-shell .ops-member-option.is-online .ops-member-option-copy em { color: #15803d; }
.v6-shell .ops-member-option-check { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; background: rgba(121,49,207,.12); color: #7931cf; }
.v6-shell .ops-member-option-check .icon { width: 14px; height: 14px; }
.v6-shell .ops-member-role-badge { display: inline-flex; align-items: center; min-height: 20px; padding: 0 8px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.v6-shell .ops-member-role-badge.role-name.is-todu { background: var(--role-todu-bg); color: var(--role-todu); border: 1px solid var(--role-todu-border); }
.v6-shell .ops-member-role-badge.role-name.is-admin { background: var(--role-admin-bg); color: var(--role-admin); border: 1px solid var(--role-admin-border); }
.v6-shell .ops-member-role-badge.role-name.is-moderator { background: var(--role-mod-bg); color: var(--role-mod); border: 1px solid var(--role-mod-border); }
.v6-shell .settings-role-pill.is-todu { color: var(--role-todu-soft); background: var(--role-todu-bg); border: 1px solid var(--role-todu-border); }
.v6-shell .settings-role-pill.is-admin { color: var(--role-admin-soft); background: var(--role-admin-bg); border: 1px solid var(--role-admin-border); }
.v6-shell .settings-role-pill.is-moderator { color: var(--role-mod-soft); background: var(--role-mod-bg); border: 1px solid var(--role-mod-border); }
.v6-shell .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.v6-shell .ops-filter-grid label span { font-size: 11px; font-weight: 750; letter-spacing: .02em; text-transform: none; color: #4a3d57; }
.v6-shell .ops-tab-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.v6-shell .ops-tab { min-height: 38px; padding: 0 14px; border: 1px solid var(--v6-line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--v6-muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.v6-shell .ops-tab:hover { transform: translateY(-1px); border-color: rgba(121,49,207,.24); color: #7931cf; }
.v6-shell .ops-tab.is-active { color: #fff; border-color: rgba(121,49,207,.42); background: linear-gradient(135deg, #7931cf, #5b21b6); box-shadow: 0 10px 24px rgba(121,49,207,.22); }
.v6-shell .ops-filter-grid { align-items: stretch; }
.v6-shell .ops-filter-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.v6-shell .ops-filter-chip { display: flex; align-items: flex-start; gap: 12px; min-height: 68px; padding: 12px 14px; border: 1px solid rgba(77,51,95,.10); border-radius: 16px; background: linear-gradient(135deg, rgba(121,49,207,.05), rgba(255,255,255,.94)); }
.v6-shell .ops-filter-chip-icon { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(121,49,207,.10); color: #7931cf; }
.v6-shell .ops-filter-chip-icon .icon { width: 16px; height: 16px; }
.v6-shell .ops-filter-chip-avatar { flex: 0 0 auto; width: 34px; height: 34px; }
.v6-shell .ops-filter-chip-copy { display: grid; gap: 2px; min-width: 0; }
.v6-shell .ops-filter-chip-copy em { font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--v6-muted); }
.v6-shell .ops-filter-chip-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; letter-spacing: -.02em; color: #221032; }
.v6-shell .ops-filter-chip-copy span { font-size: 11px; line-height: 1.4; color: var(--v6-muted); }
.v6-shell .ops-filter-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; min-height: 44px; padding: 10px 12px; border: 1px dashed rgba(77,51,95,.16); border-radius: 14px; color: var(--v6-muted); font-size: 12px; font-weight: 650; }
.v6-shell .ops-filter-meta span { display: inline-flex; align-items: center; gap: 8px; }
.v6-shell .ops-overview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.v6-shell .ops-overview-stat { display: grid; gap: 8px; min-height: 118px; align-content: start; }
.v6-shell .ops-overview-stat strong { font-size: clamp(22px, 2vw, 30px); letter-spacing: -.04em; color: #221032; }
.v6-shell .ops-overview-stat p { margin: 0; color: var(--v6-muted); font-size: 12px; line-height: 1.55; }
.v6-shell .ops-live-banner { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; padding: 14px 16px; border: 1px solid rgba(34,197,94,.24); border-radius: 18px; background: linear-gradient(135deg, rgba(34,197,94,.10), rgba(255,255,255,.88)); }
.v6-shell .ops-live-banner-copy { min-width: 0; }
.v6-shell .ops-live-banner-multi { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
.v6-shell .ops-live-banner-head { display: flex; align-items: center; gap: 14px; }
.v6-shell .ops-live-users { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.v6-shell .ops-live-user-chip { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 12px 14px; border: 1px solid rgba(34,197,94,.22); border-radius: 16px; background: rgba(255,255,255,.72); }
.v6-shell .ops-live-user-chip.is-self { border-color: rgba(121,49,207,.24); background: linear-gradient(135deg, rgba(121,49,207,.08), rgba(255,255,255,.88)); }
.v6-shell .ops-live-user-avatar { width: 40px; height: 40px; flex: 0 0 40px; }
.v6-shell .ops-live-user-copy { display: grid; gap: 2px; min-width: 0; }
.v6-shell .ops-live-user-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; letter-spacing: -.02em; }
.v6-shell .ops-live-user-copy span { color: var(--v6-muted); font-size: 11px; }
.v6-shell .ops-live-user-copy em { color: #15803d; font-style: normal; font-weight: 800; font-size: 13px; font-variant-numeric: tabular-nums; }
.v6-shell .ops-session-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 16px; }
.v6-shell .ops-session-stat { display: flex; align-items: center; gap: 12px; min-height: 74px; padding: 12px 14px; border: 1px solid var(--v6-line); border-radius: 16px; background: rgba(255,255,255,.84); }
.v6-shell .ops-session-stat.is-online { border-color: rgba(34,197,94,.22); background: linear-gradient(135deg, rgba(34,197,94,.08), rgba(255,255,255,.92)); }
.v6-shell .ops-session-stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(121,49,207,.10); color: #7931cf; flex: 0 0 auto; }
.v6-shell .ops-session-stat.is-online .ops-session-stat-icon { background: rgba(34,197,94,.16); color: #15803d; }
.v6-shell .ops-session-stat-icon .icon { width: 16px; height: 16px; }
.v6-shell .ops-session-stat > div { display: grid; gap: 2px; min-width: 0; }
.v6-shell .ops-session-stat strong { font-size: clamp(18px, 1.5vw, 24px); letter-spacing: -.03em; color: #221032; font-variant-numeric: tabular-nums; }
.v6-shell .ops-session-stat span { color: var(--v6-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.v6-shell .ops-live-pulse { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.45); animation: opsLivePulse 1.8s ease infinite; }
.v6-shell .ops-live-banner strong { display: block; font-size: 14px; letter-spacing: -.02em; }
.v6-shell .ops-live-banner span { color: var(--v6-muted); font-size: 12px; }
.v6-shell .ops-live-banner em { color: #15803d; font-style: normal; font-weight: 800; }
.v6-shell .ops-session-list { display: grid; gap: 10px; }
.v6-shell .ops-session-list.compact { margin-top: 4px; }
.v6-shell .ops-session-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.35fr) auto; gap: 14px; align-items: center; padding: 14px 16px; border: 1px solid var(--v6-line); border-radius: 18px; background: rgba(255,255,255,.84); }
.v6-shell .ops-session-row.compact { grid-template-columns: minmax(0, 1fr) auto; }
.v6-shell .ops-session-row.is-live { border-color: rgba(34,197,94,.28); background: linear-gradient(135deg, rgba(34,197,94,.08), rgba(255,255,255,.92)); }
.v6-shell .ops-session-user { display: flex; align-items: center; gap: 12px; min-width: 0; }
.v6-shell .ops-session-user strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.v6-shell .ops-session-user span { display: block; color: var(--v6-muted); font-size: 11px; }
.v6-shell .ops-session-kicker { display: block; margin-bottom: 4px; color: var(--v6-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v6-shell .ops-session-times b, .v6-shell .ops-session-side b, .v6-shell .ops-session-duration-value { font-size: 14px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.v6-shell .ops-session-times b, .v6-shell .ops-session-times em { display: block; font-size: 12px; }
.v6-shell .ops-session-times em { margin-top: 3px; color: #15803d; font-style: normal; font-weight: 700; }
.v6-shell .ops-session-side { text-align: right; min-width: 92px; }
.v6-shell .ops-session-side .ops-session-duration-value { display: block; font-size: 16px; color: #221032; }
.v6-shell .ops-session-row.is-live .ops-session-side .ops-session-duration-value { color: #15803d; }
.v6-shell .ops-session-day b, .v6-shell .ops-session-duration b { font-size: 14px; letter-spacing: -.02em; }
.v6-shell .ops-session-range b, .v6-shell .ops-session-range em { display: block; font-size: 12px; }
.v6-shell .ops-session-range em { margin-top: 3px; color: #15803d; font-style: normal; font-weight: 700; }
.v6-shell .ops-live-tag { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; padding: 3px 8px; border-radius: 999px; background: rgba(34,197,94,.14); color: #15803d; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.v6-shell .ops-live-tag b { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }
.v6-shell .ops-day-row { align-items: center; }
.v6-shell .ops-day-row em { display: block; margin-top: 2px; color: var(--v6-muted); font-size: 11px; font-style: normal; }
.v6-shell .ops-timeline .ops-timeline-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 14px; border-radius: 50%; background: linear-gradient(135deg, #7931cf, #5b21b6); box-shadow: 0 0 0 4px rgba(121,49,207,.12); }
.v6-shell .ops-timeline .activity-row { position: relative; padding-left: 8px; }
@keyframes opsLivePulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.45); } 70% { box-shadow: 0 0 0 12px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }

@media (min-width: 981px) {
  .v6-shell .operations-workspace .section-eyebrow {
    font-size: 11px !important;
    letter-spacing: .14em;
  }
  .v6-shell .operations-workspace .card-head h2 {
    font-size: clamp(24px, 1.85vw, 32px) !important;
  }
  .v6-shell .operations-workspace .card-head p {
    font-size: 15px !important;
    line-height: 1.6;
  }
  .v6-shell .operations-workspace .log-result-count {
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px !important;
  }
  .v6-shell .operations-workspace .ghost-button {
    font-size: 13px;
    min-height: 42px;
  }
  .v6-shell .operations-workspace .ops-filter-head h2 {
    font-size: clamp(22px, 1.9vw, 28px) !important;
  }
  .v6-shell .operations-workspace .ops-filter-head-copy p {
    font-size: 14px !important;
  }
  .v6-shell .operations-workspace .ops-filter-panel {
    padding: 18px;
    gap: 18px;
  }
  .v6-shell .operations-workspace .ops-filter-grid .ops-filter-control {
    font-size: 14px;
    min-height: 42px !important;
  }
  .v6-shell .operations-workspace .ops-filter-field {
    padding: 14px 16px;
    gap: 14px;
  }
  .v6-shell .operations-workspace .ops-filter-field-icon {
    width: 42px;
    height: 42px;
  }
  .v6-shell .operations-workspace .ops-filter-summary {
    gap: 12px;
  }
  .v6-shell .operations-workspace .ops-filter-chip {
    min-height: 76px;
    padding: 14px 16px;
  }
  .v6-shell .operations-workspace .ops-filter-chip-copy strong {
    font-size: 15px;
  }
  .v6-shell .operations-workspace .ops-filter-chip-copy span {
    font-size: 12px;
  }
  .v6-shell .operations-workspace .ops-overview-stat {
    min-height: 148px;
    gap: 10px;
  }
  .v6-shell .operations-workspace .ops-overview-stat strong {
    font-size: clamp(30px, 2.4vw, 38px) !important;
  }
  .v6-shell .operations-workspace .ops-overview-stat p {
    font-size: 14px !important;
    line-height: 1.55;
  }
  .v6-shell .operations-workspace .ops-activity-summary {
    gap: 12px;
    margin-bottom: 18px;
  }
  .v6-shell .operations-workspace .ops-activity-stat {
    min-height: 88px;
    padding: 14px 16px;
  }
  .v6-shell .operations-workspace .ops-activity-stat strong {
    font-size: clamp(22px, 1.8vw, 28px) !important;
  }
  .v6-shell .operations-workspace .ops-activity-stat span {
    font-size: 11px;
  }
  .v6-shell .operations-workspace .activity-user-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
  }
  .v6-shell .operations-workspace .activity-user-card {
    padding: 18px;
    gap: 14px;
  }
  .v6-shell .operations-workspace .activity-user-card-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  .v6-shell .operations-workspace .activity-user-card-id strong {
    font-size: 17px !important;
  }
  .v6-shell .operations-workspace .activity-user-card-id span {
    font-size: 12px !important;
  }
  .v6-shell .operations-workspace .activity-user-card-meta {
    font-size: 12px !important;
  }
  .v6-shell .operations-workspace .activity-user-card-status {
    font-size: 10px !important;
    padding: 6px 12px;
  }
  .v6-shell .operations-workspace .activity-user-card-stat b {
    font-size: clamp(22px, 1.8vw, 28px) !important;
  }
  .v6-shell .operations-workspace .active-day-list {
    gap: 10px;
  }
  .v6-shell .operations-workspace .active-day-row {
    min-height: 54px;
    padding: 12px 14px;
  }
  .v6-shell .operations-workspace .active-day-row span {
    font-size: 15px !important;
  }
  .v6-shell .operations-workspace .active-day-row b {
    font-size: 17px !important;
  }
  .v6-shell .operations-workspace .ops-day-row em {
    font-size: 13px !important;
  }
  .v6-shell .operations-workspace .ops-session-list {
    gap: 12px;
  }
  .v6-shell .operations-workspace .ops-session-row {
    min-height: 84px;
    padding: 16px 18px;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.45fr) minmax(96px, auto);
  }
  .v6-shell .operations-workspace .ops-session-row .avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
  .v6-shell .operations-workspace .ops-session-row.compact {
    min-height: 76px;
    padding: 16px 18px;
  }
  .v6-shell .operations-workspace .ops-session-row.compact .avatar {
    width: 48px;
    height: 48px;
  }
  .v6-shell .operations-workspace .ops-session-row.compact > b {
    font-size: 17px !important;
    color: #7f35dc;
    font-weight: 950;
  }
  .v6-shell .operations-workspace .ops-session-user strong {
    font-size: 17px !important;
  }
  .v6-shell .operations-workspace .ops-session-user span {
    font-size: 14px !important;
  }
  .v6-shell .operations-workspace .ops-session-kicker {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .v6-shell .operations-workspace .ops-session-times b,
  .v6-shell .operations-workspace .ops-session-side .ops-session-duration-value {
    font-size: 16px !important;
  }
  .v6-shell .operations-workspace .ops-session-times b,
  .v6-shell .operations-workspace .ops-session-times em {
    font-size: 14px !important;
  }
  .v6-shell .operations-workspace .ops-session-times em {
    font-size: 13px !important;
  }
  .v6-shell .operations-workspace .ops-session-stats {
    gap: 12px;
    margin-bottom: 18px;
  }
  .v6-shell .operations-workspace .ops-session-stat {
    min-height: 88px;
    padding: 14px 16px;
  }
  .v6-shell .operations-workspace .ops-session-stat strong {
    font-size: clamp(22px, 1.8vw, 28px) !important;
  }
  .v6-shell .operations-workspace .ops-session-stat span {
    font-size: 11px;
  }
  .v6-shell .operations-workspace .ops-live-banner-multi {
    padding: 18px;
  }
  .v6-shell .operations-workspace .ops-live-user-chip {
    padding: 14px 16px;
  }
  .v6-shell .operations-workspace .ops-live-user-copy strong {
    font-size: 16px !important;
  }
  .v6-shell .operations-workspace .ops-live-user-copy em {
    font-size: 15px !important;
  }
  .v6-shell .operations-workspace .ops-live-banner strong {
    font-size: 16px;
  }
  .v6-shell .operations-workspace .ops-live-banner span {
    font-size: 14px;
  }
  .v6-shell .operations-workspace .ops-session-day b,
  .v6-shell .operations-workspace .ops-session-duration b {
    font-size: 16px !important;
  }
  .v6-shell .operations-workspace .ops-session-range b {
    font-size: 14px !important;
  }
  .v6-shell .operations-workspace .ops-session-range em {
    font-size: 13px !important;
  }
  .v6-shell .operations-workspace .operations-list {
    gap: 12px;
  }
  .v6-shell .operations-workspace .operation-row {
    min-height: 88px;
    padding: 18px 22px !important;
    gap: 16px;
    align-items: center !important;
  }
  .v6-shell .operations-workspace .operation-row .avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  .v6-shell .operations-workspace .operation-row .activity-copy strong {
    font-size: 17px !important;
    line-height: 1.35;
  }
  .v6-shell .operations-workspace .operation-row .activity-copy span {
    margin-top: 6px;
    font-size: 14px !important;
    line-height: 1.5;
  }
  .v6-shell .operations-workspace .operation-detail {
    margin-top: 6px;
    font-size: 14px !important;
    line-height: 1.45;
  }
  .v6-shell .operations-workspace .operation-row .activity-time {
    font-size: 13px !important;
    padding: 10px 14px;
  }
  .v6-shell .operations-workspace .security-log-card {
    padding: 18px;
    gap: 16px;
  }
  .v6-shell .operations-workspace .security-log-card-copy strong {
    font-size: 17px !important;
  }
  .v6-shell .operations-workspace .security-log-card-copy span {
    font-size: 13px !important;
  }
  .v6-shell .operations-workspace .security-log-card-time {
    font-size: 12px !important;
    padding: 7px 12px;
  }
  .v6-shell .operations-workspace .security-log-fact b {
    font-size: 14px !important;
  }
  .v6-shell .operations-workspace .operation-security-icon {
    width: 52px;
    height: 52px;
  }
  .v6-shell .operations-workspace .operation-security-icon .icon {
    width: 22px;
    height: 22px;
  }
  .v6-shell .operations-workspace .security-facts span {
    font-size: 12px !important;
    padding: 8px 11px;
  }
  .v6-shell .operations-workspace .security-agent {
    font-size: 12px !important;
  }
  .v6-shell .operations-workspace .ops-hero-stat {
    min-height: 108px;
    padding: 18px;
    gap: 8px;
  }
  .v6-shell .operations-workspace .ops-hero-stat strong {
    font-size: clamp(24px, 1.9vw, 32px) !important;
  }
  .v6-shell .operations-workspace .ops-hero-stat-label {
    font-size: 11px;
  }
  .v6-shell .operations-command-copy p {
    font-size: 14px;
  }
}

.v6-shell .badge-settings { grid-template-columns: repeat(5,minmax(150px,1fr)); }
.permission-studio { padding: 21px !important; border-radius: 21px !important; }
.permission-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.permission-option { min-height: 78px; border-radius: 16px; }

/* Settings workspace */
.v6-shell .settings-workspace { display: grid; gap: 20px; }
.v6-shell .settings-command-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 34px);
  min-height: 196px;
  padding: clamp(26px, 2.8vw, 40px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--v6-r-xl);
  color: #fff;
  background: radial-gradient(circle at 88% 8%, rgba(188,56,255,.46), transparent 28%), radial-gradient(circle at 10% 96%, rgba(58,132,255,.24), transparent 34%), linear-gradient(120deg, #0e0b15, #221032 54%, #131d38);
  box-shadow: 0 24px 58px rgba(28,14,42,.20);
}
.v6-shell .settings-command-copy { max-width: 620px; min-width: 0; }
.v6-shell .settings-command-copy h2 { margin: 7px 0 9px; font-size: clamp(28px, 2.6vw, 44px); line-height: 1.02; letter-spacing: -.055em; }
.v6-shell .settings-command-copy p { margin: 0; max-width: 520px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.65; }
.v6-shell .settings-hero-badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.v6-shell .settings-hero-meta { min-width: 0; display: grid; gap: 5px; }
.v6-shell .settings-hero-meta strong { overflow: hidden; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; max-width: 220px; }
.v6-shell .settings-hero-meta small { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 650; line-height: 1.45; }
.v6-shell .settings-workspace .section-eyebrow { letter-spacing: .06em; text-transform: none; }
.v6-shell .settings-workspace :is(.app-field,.field) > label { text-transform: none; font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.v6-shell .settings-role-pill {
  justify-self: start;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
}
.v6-shell .settings-role-pill.is-todu { color: var(--role-todu-soft); background: var(--role-todu-bg); border: 1px solid var(--role-todu-border); }
.v6-shell .settings-role-pill.is-admin { color: var(--role-admin-soft); background: var(--role-admin-bg); border: 1px solid var(--role-admin-border); }
.v6-shell .settings-role-pill.is-moderator { color: var(--role-mod-soft); background: var(--role-mod-bg); border: 1px solid var(--role-mod-border); }
.v6-shell .settings-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: 20px; align-items: start; }
.v6-shell .settings-aside { display: grid; gap: 20px; min-width: 0; }
.v6-shell .settings-card-head { align-items: flex-start !important; gap: 14px !important; padding-bottom: 16px !important; margin-bottom: 18px !important; border-bottom: 1px solid var(--v6-line); }
.v6-shell .settings-card-head h2 { margin: 4px 0 0; font-size: clamp(24px, 2vw, 32px); letter-spacing: -.02em; font-weight: 700; }
.v6-shell .settings-card-head p { margin: 6px 0 0; color: var(--v6-muted); font-size: 12px; line-height: 1.55; }
.v6-shell .settings-card-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #7931cf;
  background: linear-gradient(145deg, #f3e8ff, #edf5ff);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 #fff;
}
.v6-shell .settings-card-icon .icon { width: 20px; height: 20px; }
.v6-shell .settings-crop-card {
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(146,47,231,.14);
  border-radius: 20px;
  background: linear-gradient(145deg, #fdfbff, #f7f2fb);
  box-shadow: inset 0 1px 0 #fff;
}
.v6-shell .settings-crop-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.v6-shell .settings-crop-title strong { display: block; color: #1f1228; font-size: 14px; font-weight: 800; letter-spacing: -.02em; }
.v6-shell .settings-crop-title p { margin: 4px 0 0; color: #8b7f94; font-size: 12px; line-height: 1.45; }
.v6-shell .settings-crop-tag {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  color: #7c3aed;
  background: rgba(124,58,237,.10);
  border: 1px solid rgba(124,58,237,.18);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
}
.v6-shell .settings-crop-layout { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 18px; align-items: center; }
.v6-shell .settings-crop-preview {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #9333ea;
  background: #fff;
  box-shadow: 0 14px 32px rgba(109,40,217,.14);
}
.v6-shell .settings-crop-default,
.v6-shell .settings-crop-preview canvas { width: 100%; height: 100%; display: block; object-fit: cover; }
.v6-shell .settings-crop-default.is-hidden,
.v6-shell .settings-crop-preview canvas.is-hidden { display: none; }
.v6-shell .settings-crop-controls { display: grid; gap: 12px; min-width: 0; align-self: center; }
.v6-shell .settings-crop-controls.is-idle .settings-range,
.v6-shell .settings-crop-controls.is-idle .settings-crop-reset { display: none; }
.v6-shell .settings-crop-controls.is-idle { align-self: stretch; }
.v6-shell .settings-crop-controls.is-idle .settings-upload-btn { min-height: 132px; flex-direction: column; justify-content: center; gap: 10px; }
.v6-shell .settings-crop-layout:has(.settings-crop-controls:not(.is-idle)) { align-items: start; }
.v6-shell .settings-upload-btn {
  position: relative;
  min-height: 46px;
  padding: 10px 14px;
  border: 1.5px dashed rgba(124,58,237,.34);
  border-radius: 14px;
  color: #6b4f7d;
  background: rgba(255,255,255,.82);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.v6-shell .settings-upload-btn:hover { border-color: rgba(124,58,237,.55); background: #fff; box-shadow: 0 0 0 4px rgba(124,58,237,.08); }
.v6-shell .settings-upload-btn input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.v6-shell .settings-upload-btn .icon { width: 18px; height: 18px; color: #7c3aed; }
.v6-shell .settings-range { display: grid; gap: 7px; }
.v6-shell .settings-range-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #776a80; font-size: 11px; font-weight: 750; letter-spacing: .02em; text-transform: none; }
.v6-shell .settings-range-label em { color: #7c3aed; font-style: normal; font-size: 11px; font-weight: 900; letter-spacing: 0; text-transform: none; }
.v6-shell .settings-range-input { width: 100%; accent-color: #9333ea; }
.v6-shell .settings-crop-reset { width: 100%; min-height: 40px; justify-content: center; }
.v6-shell .settings-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
.v6-shell .settings-form-actions { margin-top: 4px; }
.v6-shell .settings-save-btn { min-height: 46px; width: 100%; font-size: 11px; }
.v6-shell .settings-password-form { gap: 14px; }
.v6-shell .settings-limits-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.v6-shell .settings-backup-actions { display: grid; gap: 14px; }
.v6-shell .settings-onsra-card .settings-card-head p strong { color: #c4b5fd; font-weight: 800; }
.v6-shell .settings-onsra-status { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.v6-shell .settings-onsra-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.v6-shell .settings-onsra-pill.is-active { background: rgba(59,130,246,.16); color: #93c5fd; border: 1px solid rgba(59,130,246,.28); }
.v6-shell .settings-onsra-pill.is-idle { background: rgba(251,191,36,.12); color: #fcd34d; border: 1px solid rgba(251,191,36,.24); }
.v6-shell .settings-onsra-form { gap: 14px 16px; }
.v6-shell .settings-onsra-url-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }
.v6-shell .settings-onsra-url-row .table-icon { width: 42px; height: 42px; border-radius: 12px; }
.v6-shell .onsra-balance-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid rgba(34,197,94,.24);
  background: rgba(34,197,94,.1);
}
.v6-shell .onsra-balance-block.is-error {
  border-color: rgba(251,191,36,.24);
  background: rgba(251,191,36,.08);
}
.v6-shell .onsra-balance-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.v6-shell .onsra-balance-label { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.v6-shell .onsra-balance-value { color: #fff; font-size: 24px; line-height: 1.1; letter-spacing: -.03em; }
.v6-shell .onsra-balance-value.muted { font-size: 14px; font-weight: 600; }
.v6-shell .onsra-balance-error { color: #fcd34d; font-size: 12px; line-height: 1.45; }
.v6-shell .onsra-balance-items { display: flex; flex-wrap: wrap; gap: 8px 14px; color: rgba(255,255,255,.78); font-size: 12px; }
.v6-shell .onsra-balance-refresh { width: 36px; height: 36px; border-radius: 11px; }
.v6-shell .uc-command-stats .onsra-balance-block { grid-column: 1 / -1; margin-bottom: 0; min-height: 0; background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.13); }
.v6-shell .uc-command-stats .onsra-balance-value { font-size: 20px; }
.v6-shell .settings-toggle-row { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: #e9e0f3; cursor: pointer; }
.v6-shell .settings-toggle-row input { width: 18px; height: 18px; accent-color: #8b5cf6; }
.v6-shell .settings-file-drop {
  position: relative;
  min-height: 52px;
  padding: 12px 14px;
  border: 1.5px dashed rgba(62,38,80,.18);
  border-radius: 14px;
  color: #776a80;
  background: rgba(255,255,255,.72);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease;
}
.v6-shell .settings-file-drop:hover { border-color: rgba(124,58,237,.42); background: #fff; }
.v6-shell .settings-file-drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.v6-shell .settings-file-drop .icon { width: 18px; height: 18px; color: #7c3aed; flex: 0 0 auto; }
.v6-shell .settings-import-form { gap: 12px; }

/* Rewards: a dedicated visual vault */
.v6-shell .rewards-enhanced { display: grid; gap: 20px; }
.v6-shell :is(.reward-command-hero,.reward-create-card,.reward-catalog-card,.reward-vault-card) { margin-top: 0 !important; }
.v6-shell .reward-vault-card { padding: clamp(20px,2vw,32px) !important; }
.v6-shell .reward-vault-card > .card-head { padding-bottom: 18px; border-bottom: 1px solid var(--v6-line); }
.v6-shell .reward-list { display: grid; gap: 17px; }
.v6-shell .view-rewards .reward-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
.v6-shell .view-reward_management .reward-list { grid-template-columns: 1fr; }
.v6-shell .reward-vault-item.reward-premium-card { position: relative; min-height: 268px !important; padding: 24px !important; overflow: hidden; border: 1px solid rgba(67,41,86,.12) !important; border-radius: 27px !important; background: radial-gradient(circle at 98% 0%,rgba(145,44,229,.09),transparent 28%),linear-gradient(145deg,#fff,#fbf8fd 58%,#f7fbff) !important; box-shadow: 0 19px 48px rgba(36,20,52,.085) !important; }
.v6-shell .view-rewards .reward-vault-item.reward-premium-card { display: grid !important; grid-template-columns: 104px minmax(0,1fr) !important; grid-template-rows: auto auto; align-items: start !important; gap: 18px !important; }
.v6-shell .view-reward_management .reward-vault-item.reward-premium-card { display: grid !important; grid-template-columns: 122px minmax(0,1fr) 175px !important; align-items: stretch !important; gap: 24px !important; }
.v6-shell .premium-reward-art { min-width: 0; padding: 14px 10px; border: 1px solid rgba(68,42,86,.12); border-radius: 23px; background: rgba(255,255,255,.82); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; box-shadow: inset 0 1px 0 #fff,0 12px 30px rgba(43,27,59,.07); }
.v6-shell .premium-reward-art .reward-visual { position: static !important; width: 82px !important; height: 82px !important; border-radius: 23px !important; display: grid !important; box-shadow: 0 16px 30px rgba(39,23,55,.17) !important; }
.v6-shell .premium-reward-art > span { max-width: 100%; overflow: hidden; color: #8b7a94; font-size: 8px; font-weight: 950; letter-spacing: .09em; text-overflow: ellipsis; white-space: nowrap; }
.v6-shell .premium-reward-main { min-width: 0; display: grid; align-content: start; gap: 13px; }
.v6-shell .premium-reward-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 13px; }
.v6-shell .premium-reward-head h3 { margin: 4px 0 0; color: #1b1023; font-size: clamp(22px,1.6vw,30px); line-height: 1.06; letter-spacing: -.045em; }
.v6-shell .premium-reward-head > div > span { color: #9b8ba5; font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.v6-shell .premium-reward-head time { min-height: 31px; padding: 0 9px; border: 1px solid #ece4f1; border-radius: 999px; color: #82758b; background: #fff; display: inline-flex; align-items: center; gap: 6px; font-size: 8px; font-weight: 850; white-space: nowrap; }
.v6-shell .premium-reward-reason { min-height: 56px; padding: 10px 12px; border: 1px solid rgba(134,45,213,.12); border-radius: 16px; background: rgba(134,45,213,.055); display: flex; align-items: center; gap: 10px; }
.v6-shell .premium-reason-icon { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 11px; color: #fff; background: linear-gradient(135deg,#8133d8,#bd42ec); display: grid; place-items: center; }
.v6-shell .premium-reward-reason > div { min-width: 0; display: grid; gap: 2px; }
.v6-shell .premium-reward-reason small { color: #9988a4; font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.v6-shell .premium-reward-reason strong { overflow: hidden; color: #40264f; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.v6-shell .premium-recipient { margin-left: auto; padding: 5px 9px 5px 5px; border: 1px solid #e7ddec; border-radius: 999px; background: #fff; display: inline-flex; align-items: center; gap: 7px; }
.v6-shell .premium-recipient .avatar { width: 26px; height: 26px; }
.v6-shell .premium-recipient b { max-width: 125px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.v6-shell .premium-code-vault { padding: 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 19px; background: linear-gradient(135deg,#171020,#0c0911 68%,#151021); box-shadow: inset 0 1px 0 rgba(255,255,255,.07),0 15px 30px rgba(18,10,25,.16); }
.v6-shell .premium-code-title { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.v6-shell .premium-code-title > span { color: #d7baef; display: inline-flex; align-items: center; gap: 6px; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.v6-shell .premium-code-title em { color: #7e7088; font-size: 8px; font-style: normal; }
.v6-shell .premium-code-row { margin-top: 9px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
.v6-shell .premium-code-row code { min-width: 0; min-height: 48px; padding: 0 14px; overflow-x: auto; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; color: #fff; background: rgba(255,255,255,.055); display: flex; align-items: center; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 13px; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.v6-shell .premium-code-row button { min-height: 48px; padding: 0 15px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#7630d0,#a43ce7); display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; font-weight: 900; box-shadow: 0 10px 22px rgba(118,48,208,.25); }
.v6-shell .premium-reward-actions { min-width: 0; padding-left: 19px; border-left: 1px solid #ebe3ef; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.v6-shell .view-rewards .premium-reward-actions { grid-column: 1/-1; padding: 13px 0 0; border-left: 0; border-top: 1px solid #ebe3ef; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.v6-shell .premium-status { min-height: 42px; padding: 0 12px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 9px; font-weight: 950; letter-spacing: .06em; }
.v6-shell .premium-status i { width: 8px; height: 8px; border-radius: 50%; }
.v6-shell .premium-status.unused { color: #915300; border: 1px solid #f5d79d; background: linear-gradient(135deg,#fff5e0,#ffe0a7); }
.v6-shell .premium-status.unused i { background: var(--v6-orange); box-shadow: 0 0 0 4px rgba(233,154,48,.17); }
.v6-shell .premium-status.used { color: #087647; border: 1px solid #bcebd3; background: linear-gradient(135deg,#e8fff3,#c9f4dd); }
.v6-shell .premium-status.used i { background: var(--v6-green); box-shadow: 0 0 0 4px rgba(25,168,107,.16); }
.v6-shell :is(.premium-use-button,.premium-delete-button) { min-height: 42px; padding: 0 12px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; font-weight: 900; }
.v6-shell .premium-delete-button { border: 1px solid #f0d8df; color: #c43b59; background: #fff4f6; }
.v6-shell .reward-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

.v6-shell > .notification-menu,
.v6-shell .topbar-account-card .notification-menu {
  position: fixed;
  z-index: 460 !important;
  top: clamp(88px, 10vh, 108px);
  right: clamp(18px, 3vw, 48px);
  left: auto;
  bottom: auto;
  width: min(400px, calc(100vw - 28px));
  max-height: min(580px, calc(100svh - 96px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 250, .28) !important;
  border-radius: 24px !important;
  color: var(--dash-title);
  background:
    radial-gradient(circle at 100% 0%, rgba(147, 51, 234, .14), transparent 38%),
    rgba(12, 10, 28, .96) !important;
  box-shadow:
    0 16px 42px rgba(8, 6, 18, .42),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}
@media (min-width:761px) {
  .v6-shell .topbar-account-card .notification-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: max(100%, 360px);
    min-width: 360px;
    max-width: min(420px, calc(100vw - 32px));
    max-height: min(560px, calc(100svh - 120px));
  }
  .v6-shell .topbar-account-card.is-todu .notification-menu {
    border-color: rgba(250, 204, 21, .24) !important;
  }
  .v6-shell .notification-close { display: grid; }
  .v6-shell .notification-backdrop {
    background: rgba(7, 4, 22, .42);
  }
}
.v6-shell .notification-menu::before { display: none !important; }
.v6-shell .notification-sheet-grab { display: none; }
.v6-shell .notification-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  background: rgba(11, 8, 32, .55) !important;
}
.v6-shell .notification-menu-head-main {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.v6-shell .notification-menu-heading {
  flex: 0 1 auto;
  min-width: 0;
  color: var(--dash-title) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: -.02em;
}
.v6-shell .notification-unread-pill {
  flex: 0 0 auto;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  color: #ddd6fe;
  background: rgba(168, 85, 247, .16);
  border: 1px solid rgba(192, 132, 252, .28);
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.v6-shell .notification-unread-pill.is-clear {
  color: var(--dash-muted);
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .08);
}
.v6-shell .notification-head-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.v6-shell .notification-head-btn {
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 10px;
  color: var(--dash-desc);
  background: rgba(255, 255, 255, .04);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  transition: color .15s ease, background .15s ease, border-color .15s ease, transform .15s ease;
}
.v6-shell .notification-head-btn .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}
.v6-shell .notification-head-btn:hover {
  color: var(--dash-title);
  background: rgba(168, 85, 247, .14);
  border-color: rgba(192, 132, 252, .24);
}
.v6-shell .notification-head-btn:active {
  transform: scale(.96);
}
.v6-shell .notification-clear-btn:hover {
  color: #fecaca;
  border-color: rgba(248, 113, 113, .24);
  background: rgba(239, 68, 68, .10);
}
.v6-shell .notification-close {
  display: none;
}
.v6-shell .notification-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 0 !important;
  background: transparent;
}
.v6-shell .notification-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: transparent;
}
.v6-shell .notification-row:last-child { border-bottom: 0; }
.v6-shell .notification-row.is-unread {
  background: rgba(168, 85, 247, .08);
  box-shadow: inset 3px 0 0 rgba(168, 85, 247, .72);
}
@media (hover:hover) {
  .v6-shell .notification-row:hover {
    background: rgba(255, 255, 255, .035);
  }
  .v6-shell .notification-row.is-unread:hover {
    background: rgba(168, 85, 247, .12);
  }
}
.v6-shell .notification-row-main {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  color: inherit;
}
.v6-shell .notification-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
}
.v6-shell .notification-icon .icon { width: 18px; height: 18px; stroke-width: 2; }
.v6-shell .notification-icon.is-purple {
  color: #d8b4fe;
  background: rgba(168, 85, 247, .16);
  border-color: rgba(192, 132, 252, .24);
}
.v6-shell .notification-icon.is-blue {
  color: #93c5fd;
  background: rgba(59, 130, 246, .14);
  border-color: rgba(96, 165, 250, .24);
}
.v6-shell .notification-icon.is-pink { color: #fda4af; background: rgba(244, 63, 94, .12); border-color: rgba(251, 113, 133, .24); }
.v6-shell .notification-icon.is-orange { color: #c2410c; background: rgba(234, 88, 12, .1); }
.v6-shell .notification-icon.is-teal { color: #67e8f9; background: rgba(8, 145, 178, .12); border-color: rgba(34, 211, 238, .22); }
.v6-shell .notification-row-copy { min-width: 0; display: grid; gap: 4px; }
.v6-shell .notification-row-copy strong {
  color: var(--dash-title) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35;
}
.v6-shell .notification-row-copy p {
  margin: 0;
  color: var(--dash-desc) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.v6-shell .notification-dismiss {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--dash-muted);
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.v6-shell .notification-dismiss:hover {
  color: var(--dash-title);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .08);
}
.v6-shell .notification-dismiss .icon { width: 14px; height: 14px; stroke-width: 2.2; }
.v6-shell .notification-empty {
  min-height: 220px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.v6-shell .notification-empty-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 16px;
  color: #d8b4fe;
  background: rgba(168, 85, 247, .14);
  border: 1px solid rgba(192, 132, 252, .24);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(76, 29, 149, .18);
}
.v6-shell .notification-empty-icon .icon { width: 22px; height: 22px; }
.v6-shell .notification-empty strong { color: var(--dash-title); font-size: 14px; font-weight: 700; }
.v6-shell .notification-empty p { max-width: 240px; margin: 6px 0 0; color: var(--dash-desc); font-size: 12px; line-height: 1.5; }
.v6-shell .notification-menu-foot {
  flex: 0 0 auto;
  display: grid;
  gap: 8px;
  padding: 14px 16px 16px !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  background: rgba(11, 8, 32, .78) !important;
}
.v6-shell .notification-view-all {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(192, 132, 252, .28);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  box-shadow: 0 10px 24px rgba(76, 29, 149, .32);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.v6-shell .notification-view-all:hover:not(:disabled) {
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  border-color: rgba(216, 180, 254, .36);
  box-shadow: 0 12px 28px rgba(76, 29, 149, .42);
}
.v6-shell .notification-view-all:disabled {
  opacity: .42;
  cursor: default;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .08);
  box-shadow: none;
  color: var(--dash-muted);
}
.v6-shell .notification-clear-link {
  width: 100%;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
  color: var(--dash-muted);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: color .15s ease;
}
.v6-shell .notification-clear-link:hover { color: var(--dash-desc); }
.modal-backdrop { background: rgba(9,6,13,.58) !important; backdrop-filter: blur(8px); }
.reset-site-warning,
.reset-site-safe {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.55;
}
.reset-site-warning {
  border: 1px solid rgba(239, 68, 68, .24);
  background: rgba(254, 226, 226, .72);
  color: #991b1b;
}
.reset-site-safe {
  border: 1px solid rgba(34, 197, 94, .22);
  background: rgba(220, 252, 231, .72);
  color: #166534;
}
.reset-site-warning strong,
.reset-site-safe strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.reset-site-warning p,
.reset-site-safe p {
  margin: 0;
}
.reset-site-warning .icon,
.reset-site-safe .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.modal { width: min(760px,calc(100vw - 30px)); max-height: calc(100svh - 30px); overflow: auto; border: 1px solid rgba(255,255,255,.17) !important; border-radius: 28px !important; background: rgba(255,255,255,.97) !important; box-shadow: 0 35px 100px rgba(25,12,38,.28) !important; }
.toast-root { position: fixed; right: 20px; bottom: 20px; z-index: 9999; display: grid; gap: 9px; }
.toast { min-width: 280px; max-width: min(430px,calc(100vw - 24px)); padding: 14px 16px; border: 1px solid rgba(25,161,102,.20); border-radius: 15px; color: #087349; background: rgba(244,255,249,.97); box-shadow: 0 18px 45px rgba(29,17,42,.15); font-size: 11px; font-weight: 800; white-space: pre-line; }
.toast.error { color: #b72e4b; border-color: rgba(218,55,87,.20); background: #fff4f6; }

/* 2K */
@media (min-width:1800px) {
  .v6-shell.app-shell { grid-template-columns: 318px minmax(0,1fr) !important; }
  .v6-shell .sidebar { width: 318px !important; }
  .v6-shell .main-area { padding-left: clamp(50px,3.5vw,86px) !important; padding-right: clamp(50px,3.5vw,86px) !important; }
  .v6-shell .topbar h1 { font-size: clamp(28px, 2.8vw, 40px) !important; }
  .v6-shell .topbar-user-meta strong { font-size: 13px; max-width: 220px; }
  .v6-shell .topbar-user-meta small { font-size: 11px; max-width: 240px; }
  .v6-shell .topbar-user-avatar.avatar { width: 44px; height: 44px; }
  .v6-shell .topbar-tool-btn { width: 42px; height: 42px; }
  .v6-shell .topbar-tool-btn .icon { width: 22px; height: 22px; }
  .v6-shell .card-head h2 { font-size: clamp(24px, 2vw, 32px) !important; }
  .v6-shell .card-head h3 { font-size: clamp(32px, 2.6vw, 44px) !important; }
  .v6-shell .card-head p { font-size: 13px !important; }
  .v6-shell .app-control { font-size: 14px; }
  .v6-shell td { font-size: 13px !important; }
  .v6-shell .dashboard-command-hero { min-height: 405px !important; }
  .v6-shell .stat-card { min-height: 194px !important; }
  .v6-shell .view-rewards .reward-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .v6-shell .view-rewards .reward-vault-item.reward-premium-card { min-height: 300px !important; }
  .v6-shell .view-reward_management .reward-vault-item.reward-premium-card { min-height: 285px !important; grid-template-columns: 142px minmax(0,1fr) 195px !important; }
  .v6-shell .premium-reward-art .reward-visual { width: 98px !important; height: 98px !important; }
}

/* Laptop/tablet */
@media (max-width:1320px) {
  .v6-shell.app-shell { grid-template-columns: 286px minmax(0,1fr) !important; }
  .v6-shell .sidebar { width: 286px !important; }
  .v6-shell .main-area { padding-left: 24px !important; padding-right: 24px !important; }
  .v6-shell :is(.library-admin-grid,.library-content-grid) { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v6-shell .view-rewards .reward-list { grid-template-columns: 1fr; }
  .v6-shell .view-reward_management .reward-vault-item.reward-premium-card { grid-template-columns: 110px minmax(0,1fr) !important; }
  .v6-shell .view-reward_management .premium-reward-actions { grid-column: 1/-1; padding: 14px 0 0; border-left: 0; border-top: 1px solid #ebe3ef; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .v6-shell .team-workspace .license-command-deck { grid-template-columns: 1fr 1fr; }
  .v6-shell .team-workspace .license-spotlight-card { grid-column: 1 / -1; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; }
}
@media (max-width:1100px) {
  .v6-shell.app-shell { grid-template-columns: 1fr !important; }
  .v6-shell .sidebar {
    position: fixed !important;
    width: min(272px, 86vw) !important;
    max-width: min(272px, 86vw) !important;
    height: auto !important;
    max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    inset: max(8px, env(safe-area-inset-top)) auto auto max(8px, env(safe-area-inset-left)) !important;
    padding: 14px 12px max(12px, env(safe-area-inset-bottom)) !important;
    transform: translateX(calc(-105% - 12px)) !important;
    transition: transform .22s ease;
    box-shadow: var(--dash-shadow) !important;
    pointer-events: none;
    z-index: 120 !important;
    border-radius: 18px;
    border: 1px solid var(--dash-border) !important;
    overflow: hidden;
    backdrop-filter: blur(24px);
  }
  .v6-shell.app-shell.is-sidebar-collapsed { grid-template-columns: 1fr !important; }
  .v6-shell.app-shell.is-sidebar-collapsed .sidebar { opacity: 1; pointer-events: auto; }
  .v6-shell .sidebar.is-open { transform: translateX(0) !important; pointer-events: auto; }
  .v6-shell .sidebar-collapse { display: none !important; }
  .v6-shell .sidebar-head {
    justify-content: center;
    padding-bottom: 14px;
  }
  .v6-shell .sidebar-brand {
    flex: 1 1 auto;
    justify-content: center !important;
    min-height: 52px;
    padding-bottom: 0 !important;
  }
  .v6-shell .sidebar-brand img {
    max-height: 46px !important;
    object-position: center center;
  }
  .v6-shell .sidebar-nav {
    flex: 0 1 auto;
    min-height: 0;
    overflow-y: auto;
    max-height: min(68dvh, calc(100dvh - 180px));
  }
  .v6-shell .sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(9, 6, 13, .28);
    backdrop-filter: blur(2px);
  }
  .v6-shell .topbar-right { z-index: 5; }
  .v6-shell.is-notifications-open .topbar,
  .v6-shell.is-notifications-open .topbar-right,
  .v6-shell.is-profile-open .topbar,
  .v6-shell.is-profile-open .topbar-right {
    position: relative;
    z-index: 420;
  }
  .v6-shell.is-sidebar-open .main-area { z-index: 0; }
  .v6-shell.is-sidebar-open .topbar,
  .v6-shell.is-sidebar-open .topbar-right { z-index: 1; }
  .v6-shell .icon-button.mobile-menu { display: inline-grid !important; }
  .v6-shell :is(.dashboard-command-hero,.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero) { align-items: stretch; flex-direction: column; }
  .v6-shell :is(.uc-command-stats,.support-command-stats,.library-command-stats,.reward-command-stats,.team-command-stats,.operations-stats) { width: 100%; min-width: 0; }
  .v6-shell .dashboard-stats-shell .dashboard-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v6-shell .dash-stat-card { min-height: 280px; }
  .v6-shell :is(.dashboard-control-grid,.uc-command-grid,.id-command-grid,.team-license-grid) { grid-template-columns: 1fr !important; }
  .v6-shell .team-workspace .license-command-deck { grid-template-columns: 1fr; }
  .v6-shell .team-workspace .license-spotlight-card { grid-template-columns: 1fr; }
  .v6-shell .team-workspace .license-command-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .v6-shell .badge-settings { grid-template-columns: repeat(3,minmax(150px,1fr)); }
  .v6-shell .settings-layout { grid-template-columns: 1fr; }
  .v6-shell .settings-command-hero { flex-direction: column; align-items: stretch; min-height: 0; }
  .v6-shell .settings-hero-badge { width: 100%; }
  .v6-shell .operations-workspace .ops-filter-grid.is-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v6-shell .operations-workspace .ops-filter-grid.is-three .ops-filter-field.is-member {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width:760px) {
  html:has(.v6-shell),
  body:has(.v6-shell) { font-size: 14px; overflow-x: hidden; max-width: 100%; }
  .v6-shell .main-area { padding: 14px 11px 28px !important; overflow-x: hidden; }
  .v6-shell .main-area.view-dashboard > .dashboard-workspace { margin-top: 12px; }
  .v6-shell .dashboard-workspace { gap: 18px; }
  .v6-shell .dash-stat-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .v6-shell .dashboard-stats-aura-blob {
    filter: blur(28px);
    opacity: .55;
  }
  .v6-shell .broadcast-play-ring,
  .v6-shell .broadcast-play-orb.is-live .broadcast-play-ring,
  .v6-shell .dash-stat-card.is-pink.is-live-active .dash-stat-icon,
  .v6-shell .broadcast-studio-badge.is-live i {
    animation: none !important;
  }
  .v6-shell .dashboard-workspace > :is(.dashboard-stats-shell, .dashboard-moderator-grid, .management-flow-panel, .broadcast-history-panel, .broadcast-studio-card, button.broadcast-studio-card) {
    contain-intrinsic-size: auto 220px;
  }
  .v6-shell .dashboard-workspace > :is(.broadcast-studio-card, button.broadcast-studio-card) {
    overflow: hidden;
  }
  .v6-shell .broadcast-play-orb {
    width: 64px;
    height: 64px;
  }
  .v6-shell .topbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    margin-bottom: 6px;
    padding: 2px 0 12px !important;
    gap: 8px;
    overflow: visible;
    border-bottom-color: rgba(168, 85, 247, .14);
  }
  .v6-shell .topbar-left {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }
  .v6-shell .topbar-page-head {
    flex: 1 1 auto;
    min-width: 0;
  }
  .v6-shell .topbar-crumb-long { display: none; }
  .v6-shell .topbar-crumb-short { display: inline; }
  .v6-shell .crumb {
    margin: 0;
    font-size: 8px;
    letter-spacing: .09em;
    line-height: 1.2;
    color: rgba(192, 132, 252, .82);
  }
  .v6-shell .topbar h1 {
    margin: 2px 0 0;
    font-size: clamp(16px, 4.2vw, 21px) !important;
    font-weight: 780 !important;
    line-height: 1.08;
    letter-spacing: -.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v6-shell .topbar-right {
    width: auto;
    flex: 0 0 auto;
    max-width: none;
    gap: 0;
    overflow: visible;
    justify-content: flex-end;
  }
  .v6-shell .topbar-account-card {
    width: auto;
    max-width: none;
    margin-left: 0;
    padding: 7px 12px 7px 9px;
    border-radius: 999px;
    gap: 10px;
    justify-content: flex-start;
    background: rgba(11, 8, 32, .92);
    box-shadow:
      0 10px 24px rgba(8, 6, 18, .28),
      inset 0 1px 0 rgba(255, 255, 255, .06);
  }
  .v6-shell .topbar-reset-data-btn { display: none; }
  .v6-shell .topbar-account-divider {
    height: 32px;
    margin: 0 3px;
    flex-shrink: 0;
  }
  .v6-shell .topbar-account-actions {
    gap: 6px;
    flex-shrink: 0;
  }
  .v6-shell .topbar-tool-btn { width: 36px; height: 36px; border-radius: 11px; }
  .v6-shell .topbar-tool-btn .icon { width: 18px; height: 18px; }
  .v6-shell .topbar-tool-btn.topbar-fullscreen-btn { display: none; }
  .v6-shell .topbar-notify-badge {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
    border-width: 2px;
  }
  .v6-shell .topbar-user-block {
    flex: 0 1 auto;
    min-width: 0;
    justify-content: flex-end;
    gap: 6px;
    padding: 0;
  }
  .v6-shell .topbar-user-meta {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 72px;
    text-align: left;
  }
  .v6-shell .topbar-user-meta strong {
    display: block;
    max-width: 100%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v6-shell .topbar-user-meta small { display: none; }
  .v6-shell .topbar-user-avatar-wrap {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  .v6-shell .topbar-user-avatar.avatar { width: 36px; height: 36px; }
  .v6-shell .topbar-user-settings {
    width: 16px;
    height: 16px;
    right: -3px;
    bottom: -2px;
    border-width: 2px;
  }
  .v6-shell .topbar-user-settings .icon {
    width: 10px;
    height: 10px;
    stroke-width: 2.2;
  }
  .v6-shell .topbar-user-chevron {
    display: none;
  }
  .v6-shell .topbar .icon-button { width: 36px; height: 36px; border-radius: 11px !important; }
  .v6-shell .icon-button.mobile-menu { width: 36px; height: 36px; display: inline-grid !important; }
  .v6-shell .notification-backdrop { backdrop-filter: none; -webkit-backdrop-filter: none; z-index: 470; }
  .v6-shell > .notification-menu,
  .v6-shell .topbar-account-card .notification-menu {
    z-index: 480 !important;
    left: 14px !important;
    right: 14px !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    top: auto !important;
    width: auto !important;
    height: min(42dvh, 390px);
    max-height: none;
    border-radius: 24px !important;
    transition: none;
    touch-action: pan-y;
    transform: translateZ(0);
    box-shadow:
      0 24px 60px rgba(0, 0, 0, .46),
      var(--dash-shadow) !important;
  }
  .v6-shell > .notification-menu.is-sheet-expanded,
  .v6-shell .topbar-account-card .notification-menu.is-sheet-expanded { height: min(68dvh, 620px); }
  .v6-shell > .notification-menu.is-sheet-dragging,
  .v6-shell .topbar-account-card .notification-menu.is-sheet-dragging { transition: none; }
  .v6-shell .notification-menu::before { display: none; }
  .v6-shell .notification-sheet-grab {
    display: grid;
    place-items: center;
    padding: 10px 0 4px;
    touch-action: none;
    cursor: grab;
    flex: 0 0 auto;
  }
  .v6-shell .notification-sheet-handle {
    width: 44px;
    height: 5px;
    border-radius: 999px;
    background: rgba(192, 132, 252, .34);
  }
  .v6-shell .notification-close { display: grid; }
  .v6-shell .notification-menu-head { padding: 12px 16px 10px !important; flex: 0 0 auto; }
  .v6-shell .notification-unread-pill { font-size: 10px; padding: 0 9px; min-height: 24px; }
  .v6-shell .notification-list { flex: 1 1 auto; min-height: 0; }
  .v6-shell .notification-row { padding: 12px 14px; }
  .v6-shell .notification-icon { width: 38px; height: 38px; }
  .v6-shell .notification-row-copy strong { font-size: 13px !important; }
  .v6-shell .notification-row-copy p { font-size: 11px !important; }
  .v6-shell .notification-menu-foot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 14px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .v6-shell .notification-view-all {
    min-height: 42px;
    font-size: 12px;
  }
  .v6-shell .notification-head-btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
  .v6-shell :is(.grid.two,.grid.three,.grid.four,.form-grid,.form-grid.three,.library-admin-grid,.library-content-grid,.reward-catalog-grid,.log-filter-grid,.activity-summary-grid,.permission-grid,.badge-settings) { grid-template-columns: 1fr !important; }
  .v6-shell .operations-workspace .ops-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .v6-shell .operations-command-stats { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; width: 100% !important; min-width: 0 !important; }
  .v6-shell .operations-command-hero { align-items: stretch; flex-direction: column; min-height: 0 !important; padding: 18px 16px !important; border-radius: 22px !important; gap: 14px !important; }
  .v6-shell .operations-command-copy h2 { font-size: clamp(22px, 6.5vw, 28px) !important; line-height: 1.05 !important; margin-bottom: 0 !important; }
  .v6-shell .operations-command-copy p { display: none; }
  .v6-shell .operations-command-hero.is-team-command .operations-command-copy p { display: block; margin-top: 8px; max-width: none; font-size: 11px !important; line-height: 1.55; color: rgba(255,255,255,.62); }
  .v6-shell .ops-hero-stat { min-height: 0 !important; padding: 13px 14px !important; gap: 5px !important; border-radius: 16px !important; }
  .v6-shell .ops-hero-stat.is-live { grid-column: 1 / -1; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; align-items: center; column-gap: 12px; row-gap: 2px; min-height: 74px !important; padding: 14px 16px !important; }
  .v6-shell .ops-hero-stat.is-live .ops-hero-stat-icon { grid-row: 1 / span 2; width: 38px; height: 38px; border-radius: 12px; }
  .v6-shell .ops-hero-stat.is-live .ops-hero-stat-label { grid-column: 2; align-self: end; font-size: 9px !important; }
  .v6-shell .ops-hero-stat.is-live strong { grid-column: 2; grid-row: 2; align-self: start; text-align: left; font-size: clamp(20px, 5.8vw, 24px) !important; }
  .v6-shell .ops-hero-stat.is-live::before { top: 50%; right: 16px; transform: translateY(-50%); }
  .v6-shell .ops-hero-stat:not(.is-live) { justify-items: center; text-align: center; align-content: center; min-height: 82px !important; }
  .v6-shell .ops-hero-stat:not(.is-live) .ops-hero-stat-icon { width: 30px; height: 30px; }
  .v6-shell .ops-hero-stat:not(.is-live) .ops-hero-stat-label { font-size: 8px !important; line-height: 1.2; letter-spacing: .06em; }
  .v6-shell .ops-hero-stat:not(.is-live) strong { font-size: clamp(18px, 5vw, 22px) !important; white-space: normal; }
  .v6-shell .operations-workspace { gap: 12px !important; }
  .v6-shell .operations-workspace .ops-filter-card { gap: 12px !important; padding: 16px !important; }
  .v6-shell .operations-workspace .ops-filter-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .v6-shell .operations-workspace .ops-filter-head h2 { font-size: 20px !important; margin: 2px 0 0 !important; }
  .v6-shell .operations-workspace .ops-filter-head-copy p { font-size: 12px !important; line-height: 1.5; margin-top: 4px !important; }
  .v6-shell .operations-workspace .ops-filter-reset { align-self: stretch; width: 100%; justify-content: center; }
  .v6-shell .operations-workspace .ops-filter-panel { padding: 12px !important; gap: 12px !important; border-radius: 16px !important; }
  .v6-shell .operations-workspace .ops-filter-section + .ops-filter-section { padding-top: 12px !important; }
  .v6-shell .operations-workspace .ghost-button { min-height: 38px; padding: 0 12px; font-size: 11px; }
  .v6-shell .ops-tab-bar { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; overflow: visible; margin: 0; padding-bottom: 0; }
  .v6-shell .ops-tab-bar::-webkit-scrollbar { display: none; }
  .v6-shell .ops-tab { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-width: 0; min-height: 40px; padding: 0 6px; font-size: 9px; letter-spacing: .03em; white-space: nowrap; }
  .v6-shell .operations-workspace .ops-filter-grid { gap: 10px !important; }
  .v6-shell .operations-workspace .ops-filter-grid.is-three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .v6-shell .operations-workspace .ops-filter-grid.is-three .ops-filter-field.is-member {
    grid-column: 1 / -1;
  }
  .v6-shell .operations-workspace .ops-filter-grid.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .v6-shell .operations-workspace .ops-filter-field {
    padding: 12px 13px;
    gap: 10px;
  }
  .v6-shell .operations-workspace .ops-filter-field-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }
  .v6-shell .operations-workspace .ops-filter-field-icon .icon {
    width: 16px;
    height: 16px;
  }
  .v6-shell .operations-workspace .ops-filter-control {
    min-height: 38px !important;
    font-size: 13px !important;
  }
  .v6-shell .operations-workspace .ops-filter-field-label {
    font-size: 9px !important;
  }
  .v6-shell .operations-workspace .ops-member-picker-trigger {
    min-height: 42px;
  }
  .v6-shell .operations-workspace .ops-member-picker.is-open .ops-member-picker-menu {
    position: static;
    margin-top: 8px;
    box-shadow: none;
    max-height: min(320px, 50vh);
  }
  .v6-shell .operations-workspace .ops-member-option {
    padding: 11px 12px;
  }
  .v6-shell .operations-workspace .ops-member-option-avatar,
  .v6-shell .operations-workspace .ops-member-option-icon {
    width: 38px;
    height: 38px;
  }
  .v6-shell .operations-workspace .ops-filter-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .v6-shell .operations-workspace .ops-filter-chip { min-height: 0; padding: 11px 12px; }
  .v6-shell .operations-workspace .ops-filter-chip-copy strong { font-size: 13px !important; }
  .v6-shell .operations-workspace .ops-filter-chip-copy span { font-size: 10px !important; }
  .v6-shell .operations-workspace .ops-filter-meta { min-height: 0; padding: 10px 12px; font-size: 11px; flex-direction: column; align-items: flex-start; gap: 6px; }
  .v6-shell .operations-workspace .ops-activity-summary { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; margin-bottom: 14px !important; }
  .v6-shell .operations-workspace .ops-activity-stat { min-height: 68px !important; padding: 11px 12px !important; gap: 10px !important; }
  .v6-shell .operations-workspace .ops-activity-stat-icon { width: 30px; height: 30px; }
  .v6-shell .operations-workspace .ops-activity-stat strong { font-size: clamp(18px, 5vw, 22px) !important; }
  .v6-shell .operations-workspace .ops-activity-stat span { font-size: 8px !important; }
  .v6-shell .operations-workspace .activity-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .v6-shell .operations-workspace .ops-session-stats { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; margin-bottom: 14px !important; }
  .v6-shell .operations-workspace .ops-session-stat { min-height: 68px !important; padding: 11px 12px !important; gap: 10px !important; }
  .v6-shell .operations-workspace .ops-session-stat-icon { width: 30px; height: 30px; }
  .v6-shell .operations-workspace .ops-session-stat strong { font-size: clamp(18px, 5vw, 22px) !important; }
  .v6-shell .operations-workspace .ops-session-stat span { font-size: 8px !important; }
  .v6-shell .operations-workspace .ops-live-banner-multi { padding: 14px !important; gap: 12px !important; }
  .v6-shell .operations-workspace .ops-live-users { grid-template-columns: 1fr !important; }
  .v6-shell .operations-workspace .ops-live-user-chip { padding: 12px 14px !important; }
  .v6-shell .operations-workspace .ops-live-user-copy strong { font-size: 15px !important; }
  .v6-shell .operations-workspace .ops-live-user-copy em { font-size: 14px !important; }
  .v6-shell .operations-workspace .activity-summary-grid span { min-height: 74px !important; padding: 12px 13px !important; font-size: 11px !important; line-height: 1.35; }
  .v6-shell .operations-workspace .activity-summary-grid strong { font-size: clamp(20px, 5.5vw, 24px) !important; margin-bottom: 2px; }
  .v6-shell .operations-workspace .ops-overview-stat { min-height: 0 !important; padding: 14px 13px !important; gap: 6px !important; align-content: start; }
  .v6-shell .operations-workspace .ops-overview-stat .section-eyebrow { font-size: 9px !important; letter-spacing: .07em; }
  .v6-shell .operations-workspace .ops-overview-stat strong { font-size: clamp(20px, 5.5vw, 24px) !important; line-height: 1.05; }
  .v6-shell .operations-workspace .ops-overview-stat p { font-size: 10px !important; line-height: 1.4; }
  .v6-shell .operations-workspace .activity-user-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
  .v6-shell .operations-workspace .activity-user-card { padding: 14px !important; gap: 10px !important; border-radius: 16px !important; }
  .v6-shell .operations-workspace .activity-user-card-avatar { width: 44px !important; height: 44px !important; flex: 0 0 44px !important; }
  .v6-shell .operations-workspace .activity-user-card-id strong { font-size: 15px !important; }
  .v6-shell .operations-workspace .activity-user-card-meta { font-size: 10px !important; }
  .v6-shell .operations-workspace .activity-user-card-stat { padding: 10px 12px !important; }
  .v6-shell .operations-workspace .activity-user-card-stat b { font-size: clamp(20px, 5.5vw, 24px) !important; }
  .v6-shell .operations-workspace .security-log-card { padding: 14px !important; gap: 12px !important; border-radius: 16px !important; }
  .v6-shell .operations-workspace .security-log-card-head { grid-template-columns: auto minmax(0, 1fr); gap: 10px !important; }
  .v6-shell .operations-workspace .security-log-card-time { grid-column: 1 / -1; justify-self: start; font-size: 10px !important; }
  .v6-shell .operations-workspace .security-log-card-icon { width: 40px; height: 40px; border-radius: 12px; }
  .v6-shell .operations-workspace .security-log-card-copy strong { font-size: 14px !important; }
  .v6-shell .operations-workspace .security-log-facts { grid-template-columns: 1fr !important; gap: 8px !important; }
  .v6-shell .operations-workspace .security-log-fact { padding: 10px 12px !important; }
  .v6-shell .operations-workspace .security-log-fact b { font-size: 12px !important; white-space: normal !important; }
  .v6-shell .operations-workspace .operation-log-card { padding: 14px !important; gap: 12px !important; border-radius: 16px !important; }
  .v6-shell .operations-workspace .operation-log-card-head { grid-template-columns: auto minmax(0, 1fr); gap: 10px !important; }
  .v6-shell .operations-workspace .operation-log-card-time { grid-column: 1 / -1; justify-self: start; font-size: 10px !important; }
  .v6-shell .operations-workspace .operation-log-card-icon { width: 40px; height: 40px; border-radius: 12px; }
  .v6-shell .operations-workspace .operation-log-card-copy strong { font-size: 14px !important; }
  .v6-shell .operations-workspace .operation-log-facts { grid-template-columns: 1fr !important; gap: 8px !important; }
  .v6-shell .operations-workspace .operation-log-fact { padding: 10px 12px !important; }
  .v6-shell .operations-workspace .operation-log-fact b { font-size: 12px !important; white-space: normal !important; }
  .v6-shell .operations-workspace .card-head h2 { font-size: clamp(22px, 6vw, 28px) !important; }
  .v6-shell .operations-workspace .card-head p { font-size: 12px !important; line-height: 1.5; }
  .v6-shell .operations-workspace .log-result-count { min-height: 34px; font-size: 10px !important; }
  .v6-shell .ops-session-row:not(.compact) {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto auto !important;
    gap: 8px 12px !important;
    padding: 14px 14px !important;
    align-items: start !important;
  }
  .v6-shell .ops-session-row:not(.compact) .ops-session-user { grid-column: 1 / -1; }
  .v6-shell .ops-session-row:not(.compact) .ops-session-times { grid-column: 1; min-width: 0; }
  .v6-shell .ops-session-row:not(.compact) .ops-session-side { grid-column: 2; grid-row: 2; align-self: end; text-align: right; min-width: 84px; }
  .v6-shell .ops-session-row:not(.compact) .ops-session-side .ops-session-duration-value { font-size: 18px !important; }
  .v6-shell .ops-live-banner { padding: 12px 14px; margin-bottom: 12px; }
  .v6-shell .ops-session-row.compact { padding: 12px 14px !important; min-height: 0 !important; align-items: center !important; }
  .v6-shell .ops-session-row.compact .ops-session-user strong { font-size: 14px !important; }
  .v6-shell .ops-session-row.compact .ops-session-user span { font-size: 11px !important; }
  .v6-shell .ops-session-row.compact > b { font-size: 14px !important; }
  .v6-shell .operations-workspace .operation-row { padding: 14px !important; gap: 10px !important; }
  .v6-shell .operations-workspace .operation-row .activity-copy strong { font-size: 14px !important; }
  .v6-shell .operations-workspace .operation-row .activity-copy span { font-size: 12px !important; }
  .v6-shell .operations-workspace .operation-row .activity-time { width: auto !important; margin-left: auto !important; text-align: right !important; font-size: 10px !important; padding: 6px 9px !important; }
  .v6-shell .dashboard-stats-shell { padding: 16px; border-radius: 26px; }
  .v6-shell .dashboard-stats-shell .dashboard-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; align-items: stretch; }
  .v6-shell .dash-stat-card { min-height: 210px; height: 100%; padding: 18px; border-radius: 24px; }
  .v6-shell .dash-stat-head { min-height: 58px; }
  .v6-shell .dash-stat-icon { width: 54px; height: 54px; }
  .v6-shell .dash-stat-icon .icon { width: 26px; height: 26px; }
  .v6-shell .dash-stat-value { font-size: clamp(42px, 12vw, 56px); }
  .v6-shell .dash-stat-main { margin-top: 12px; min-height: 108px; gap: 10px; }
  .v6-shell .dash-stat-note { min-height: 40px; font-size: 13px; }
  .v6-shell .dash-stat-foot { margin-top: 24px; padding: 14px 16px; }
  .v6-shell .broadcast-history-panel { padding: 18px; border-radius: 26px; }
  .v6-shell .broadcast-history-panel .bh-head { flex-direction: column; align-items: stretch; gap: 14px; padding-bottom: 20px; }
  .v6-shell .broadcast-history-panel .bh-head-copy p { font-size: 13px; }
  .v6-shell .broadcast-history-panel .bh-date-filter,
  .v6-shell .broadcast-history-panel .bh-date-trigger { width: 100%; max-width: none; }
  .v6-shell .broadcast-history-panel .bh-date-trigger { min-width: 0; min-height: 52px; padding: 8px 12px; }
  .v6-shell .broadcast-history-panel .bh-date-trigger-icon { width: 36px; height: 36px; border-radius: 11px; }
  .v6-shell .broadcast-history-panel .bh-date-filter.is-open { z-index: 130; }
  .v6-shell .broadcast-history-panel .bh-date-filter.is-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 120;
    background: rgba(4, 3, 10, .68);
    backdrop-filter: blur(4px);
  }
  .v6-shell .broadcast-history-panel .bh-date-filter.is-open .bh-date-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    top: auto;
    width: auto;
    min-width: 0;
    max-height: min(78dvh, 620px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    z-index: 131;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    border-radius: 24px 24px 20px 20px;
  }
  .v6-shell .broadcast-history-panel.is-date-open { z-index: 40; }
  .v6-shell .broadcast-history-panel .bh-date-fields { grid-template-columns: 1fr; }
  .v6-shell .broadcast-history-panel .bh-date-panel-foot { flex-direction: column; align-items: stretch; gap: 10px; }
  .v6-shell .broadcast-history-panel .bh-date-clear { justify-content: center; width: 100%; }
  .v6-shell .broadcast-history-panel .bh-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .v6-shell .broadcast-history-panel .bh-stat-card {
    min-height: 0;
    padding: 14px 14px 14px 16px;
    border-radius: 20px;
    isolation: isolate;
  }
  .v6-shell .broadcast-history-panel .bh-stat-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 0 8px 8px 0;
    z-index: 2;
  }
  .v6-shell .broadcast-history-panel .bh-stat-card::after {
    content: "";
    position: absolute;
    left: -28px;
    top: 50%;
    width: 120px;
    height: 120px;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: .28;
    filter: blur(24px);
    pointer-events: none;
    z-index: 0;
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-purple {
    background: linear-gradient(115deg, rgba(168, 85, 247, .34) 0%, rgba(88, 28, 135, .18) 42%, rgba(18, 12, 45, .94) 100%);
    border-color: rgba(168, 85, 247, .46);
    box-shadow: 0 12px 28px rgba(168, 85, 247, .26), inset 0 1px 0 rgba(255, 255, 255, .07);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-purple::before {
    background: linear-gradient(180deg, #e9d5ff, #a855f7);
    box-shadow: 0 0 16px rgba(192, 132, 252, .55);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-purple::after { background: #a855f7; }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-blue {
    background: linear-gradient(115deg, rgba(59, 130, 246, .34) 0%, rgba(30, 58, 138, .18) 42%, rgba(18, 12, 45, .94) 100%);
    border-color: rgba(59, 130, 246, .46);
    box-shadow: 0 12px 28px rgba(59, 130, 246, .26), inset 0 1px 0 rgba(255, 255, 255, .07);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-blue::before {
    background: linear-gradient(180deg, #bfdbfe, #3b82f6);
    box-shadow: 0 0 16px rgba(96, 165, 250, .55);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-blue::after { background: #3b82f6; }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-emerald {
    background: linear-gradient(115deg, rgba(16, 185, 129, .34) 0%, rgba(6, 78, 59, .18) 42%, rgba(18, 12, 45, .94) 100%);
    border-color: rgba(16, 185, 129, .46);
    box-shadow: 0 12px 28px rgba(16, 185, 129, .26), inset 0 1px 0 rgba(255, 255, 255, .07);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-emerald::before {
    background: linear-gradient(180deg, #a7f3d0, #10b981);
    box-shadow: 0 0 16px rgba(52, 211, 153, .55);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-emerald::after { background: #10b981; }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-amber {
    background: linear-gradient(115deg, rgba(245, 158, 11, .34) 0%, rgba(120, 53, 15, .18) 42%, rgba(18, 12, 45, .94) 100%);
    border-color: rgba(245, 158, 11, .46);
    box-shadow: 0 12px 28px rgba(245, 158, 11, .26), inset 0 1px 0 rgba(255, 255, 255, .07);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-amber::before {
    background: linear-gradient(180deg, #fde68a, #f59e0b);
    box-shadow: 0 0 16px rgba(251, 191, 36, .55);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-amber::after { background: #f59e0b; }
  .v6-shell .broadcast-history-panel .bh-stat-dots {
    left: 10px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: .42;
    grid-template-columns: repeat(4, 3px);
    gap: 6px;
  }
  .v6-shell .broadcast-history-panel .bh-stat-body { gap: 12px; }
  .v6-shell .broadcast-history-panel .bh-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
  }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-purple .bh-stat-icon { background: rgba(168, 85, 247, .30); border-color: rgba(192, 132, 252, .48); }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-blue .bh-stat-icon { background: rgba(59, 130, 246, .30); border-color: rgba(96, 165, 250, .48); }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-emerald .bh-stat-icon { background: rgba(16, 185, 129, .30); border-color: rgba(52, 211, 153, .48); }
  .v6-shell .broadcast-history-panel .bh-stat-card.is-amber .bh-stat-icon { background: rgba(245, 158, 11, .30); border-color: rgba(251, 191, 36, .48); }
  .v6-shell .broadcast-history-panel .bh-stat-icon .icon { width: 24px; height: 24px; }
  .v6-shell .broadcast-history-panel .bh-stat-title { font-size: 10px; letter-spacing: .14em; }
  .v6-shell .broadcast-history-panel .bh-stat-value { font-size: clamp(24px, 6.8vw, 30px); }
  .v6-shell .broadcast-history-panel .bh-stat-desc { font-size: 12px; line-height: 1.35; }
  .v6-shell .broadcast-history-panel .bh-table-head { display: none; }
  .v6-shell .broadcast-history-panel .bh-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 14px;
    text-align: center;
    justify-items: center;
  }
  .v6-shell .broadcast-history-panel .bh-row-member {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }
  .v6-shell .broadcast-history-panel .bh-row-avatar.avatar {
    width: 56px;
    height: 56px;
  }
  .v6-shell .broadcast-history-panel .bh-row-member-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .v6-shell .broadcast-history-panel .bh-row-member-copy h4 {
    font-size: 15px;
  }
  .v6-shell .broadcast-history-panel .bh-role { margin-top: 0; }
  .v6-shell .broadcast-history-panel .bh-row-date {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
    gap: 8px;
  }
  .v6-shell .broadcast-history-panel .bh-row-date::before {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    color: var(--dash-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .v6-shell .broadcast-history-panel .bh-row-date:nth-child(2)::before { content: 'Yayına Giriş'; }
  .v6-shell .broadcast-history-panel .bh-row-date:nth-child(3)::before { content: 'Yayından Çıkış'; }
  .v6-shell .broadcast-history-panel .bh-row-duration {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    margin-top: 4px;
  }
  .v6-shell .broadcast-history-panel .bh-pagination { padding: 14px 12px 16px; gap: 8px; }
  .v6-shell .broadcast-history-panel .bh-page-btn { min-width: 40px; height: 40px; border-radius: 12px; }
  .v6-shell .broadcast-history-panel .bh-page-meta { font-size: 10px; }
  .v6-shell .card { border-radius: 20px !important; }
  .v6-shell .card.pad { padding: 17px !important; }
  .v6-shell .card-head { align-items: flex-start; flex-direction: column; margin-bottom: 16px; }
  .v6-shell .card-head-actions { width: 100%; justify-content: stretch; }
  .v6-shell .card-head-actions > * { flex: 1 1 auto; }
  .v6-shell :is(.dashboard-command-hero,.uc-command-hero,.support-command-hero,.library-command-hero,.reward-command-hero,.team-command-hero,.operations-hero) { min-height: 0 !important; padding: 22px 18px !important; border-radius: 23px !important; }
  .v6-shell .dashboard-command-hero { min-height: 375px !important; justify-content: flex-start; }
  .v6-shell .dashboard-command-hero h2 { font-size: clamp(35px,10vw,49px) !important; }
  .v6-shell .dashboard-command-hero p { font-size: 12px !important; }
  .v6-shell .hero-actions { align-items: stretch; flex-direction: column; }
  .v6-shell .hero-live-button { width: 100%; justify-content: center; }
  .v6-shell .hero-visual-mark { width: 72%; right: -8%; bottom: 3px; }
  .v6-shell .stat-card { min-height: 138px !important; padding: 16px !important; }
  .v6-shell .stat-value { margin-top: 12px; font-size: 30px !important; }
  .v6-shell .stat-note { font-size: 9px; }
  .v6-shell .table-wrap { margin-left: -4px; margin-right: -4px; }
  .v6-shell .reward-vault-card { padding: 14px !important; }
  .v6-shell :is(.view-rewards,.view-reward_management) .reward-list { grid-template-columns: 1fr; }
  .v6-shell :is(.view-rewards,.view-reward_management) .reward-vault-item.reward-premium-card { min-height: 0 !important; padding: 15px !important; display: grid !important; grid-template-columns: 1fr !important; gap: 14px !important; border-radius: 21px !important; }
  .v6-shell .premium-reward-art { min-height: 78px; padding: 10px; flex-direction: row; justify-content: flex-start; }
  .v6-shell .premium-reward-art .reward-visual { width: 58px !important; height: 58px !important; border-radius: 18px !important; }
  .v6-shell .premium-reward-head { align-items: flex-start; flex-direction: column; }
  .v6-shell .premium-reward-head h3 { font-size: 21px; }
  .v6-shell .premium-reward-reason { align-items: flex-start; flex-wrap: wrap; }
  .v6-shell .premium-recipient { width: 100%; margin-left: 0; }
  .v6-shell .premium-code-title em { display: none; }
  .v6-shell .premium-code-row { grid-template-columns: 1fr; }
  .v6-shell .premium-code-row button { width: 100%; }
  .v6-shell :is(.view-rewards,.view-reward_management) .premium-reward-actions { grid-column: auto; padding: 13px 0 0; grid-template-columns: 1fr; }
  .v6-shell .premium-reward-actions > * { width: 100%; }
  .v6-shell .operation-row { align-items: flex-start !important; flex-wrap: wrap; }
  .v6-shell .activity-time { width: 100%; margin-left: 0 !important; text-align: center; }
  .toast-root { left: 10px; right: 10px; bottom: 10px; }
  .toast { width: 100%; min-width: 0; }
  .v6-shell .settings-crop-layout { grid-template-columns: 1fr; justify-items: center; gap: 14px; }
  .v6-shell .settings-crop-controls { width: 100%; }
  .v6-shell .settings-crop-controls.is-idle .settings-upload-btn { min-height: 112px; width: 100%; }
  .v6-shell .settings-form-grid,
  .v6-shell .settings-limits-form { grid-template-columns: 1fr !important; }
  .v6-shell .settings-command-copy h2 { font-size: 26px; }
  .v6-shell .settings-hero-meta strong { max-width: 100%; }
  .v6-shell .team-workspace .license-vault-card .license-pass-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    padding: 12px;
  }
  .v6-shell .team-workspace .license-neon-pass {
    grid-template-columns: 1fr !important;
  }
  .v6-shell .team-workspace .license-neon-side {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(167,139,250,.12);
  }
  .v6-shell .team-workspace .license-neon-side-label {
    max-width: none;
    text-align: left;
    font-size: 10px;
  }
  .v6-shell .team-workspace .license-neon-body {
    padding: 12px 14px;
  }
  .v6-shell .team-workspace .license-neon-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-left: 0;
    border-top: 1px solid rgba(167,139,250,.12);
    padding: 10px 12px 12px;
  }
  .v6-shell .team-workspace .license-neon-actions .license-pass-btn {
    width: 44px;
    height: 44px;
  }
  .v6-shell .team-workspace .license-pass {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }
  .v6-shell .team-workspace .license-pass-rail {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
    padding: 10px 12px;
  }
  .v6-shell .team-workspace .license-pass-rail span { width: 32px; height: 32px; }
  .v6-shell .team-workspace .license-pass-user {
    padding-left: 0;
    border-left: 0;
    padding-top: 10px;
    border-top: 1px solid var(--v6-line);
  }
  .v6-shell .team-workspace .license-pass-actions {
    justify-content: flex-end;
    padding-top: 4px;
  }
  .v6-shell .team-workspace .license-pass-btn { width: 44px; height: 44px; }
  .v6-shell .team-workspace .license-command-deck { padding: 14px; border-radius: 20px; }
  .v6-shell .team-workspace .license-command-main { min-height: 0; padding: 15px; }
  .v6-shell .team-workspace .license-command-main h2 { font-size: 24px !important; }
  .v6-shell .team-workspace .license-command-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v6-shell .team-workspace .license-forge-head { gap: 12px; }
  .v6-shell .team-workspace .license-forge-badge { width: fit-content; }
  .v6-shell .team-workspace .license-forge-notes { grid-template-columns: 1fr; }
  .v6-shell .team-workspace .license-action-btn { width: 100%; min-width: 0; min-height: 46px; font-size: 14px !important; }
  .v6-shell .team-workspace .license-create-form .app-control { font-size: 16px !important; }
  .v6-shell .team-workspace .license-create-submit { min-height: 50px !important; font-size: 14px !important; }
  .v6-shell .team-workspace .card-head h2 { font-size: clamp(22px, 6vw, 28px) !important; }
  .v6-shell .team-workspace .card-head p { font-size: 13px !important; }
  .v6-shell .team-workspace .team-members-card .user-list { grid-template-columns: 1fr; }
  .v6-shell .team-workspace .team-member-card { grid-template-columns: auto minmax(0, 1fr); }
  .v6-shell .team-workspace .team-member-card .card-head-actions {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .v6-shell .team-workspace .team-manage-button { flex: 1 1 auto; justify-content: center; min-height: 44px; font-size: 13px !important; }
  .v6-shell .team-workspace .team-command-stats strong { font-size: 24px !important; }
}
@media (max-width:600px) {
  .v6-shell .topbar-crumb-short { display: none; }
  .v6-shell .topbar h1 { margin-top: 0; font-size: clamp(15px, 4vw, 18px) !important; }
  .v6-shell .topbar-title-long { display: none; }
  .v6-shell .topbar-title-short { display: inline; }
  .v6-shell .topbar-account-divider,
  .v6-shell .topbar-user-meta,
  .v6-shell .topbar-user-chevron { display: none; }
  .v6-shell .topbar-user-block { gap: 0; }
}
@media (max-width:420px) {
  .v6-shell .main-area { padding-left: 8px !important; padding-right: 8px !important; }
  .v6-shell .dashboard-stats-shell .dashboard-stat-grid { grid-template-columns: 1fr !important; }
  .v6-shell .broadcast-history-panel { padding: 14px; border-radius: 22px; }
  .v6-shell .broadcast-history-panel .bh-stat-grid { grid-template-columns: 1fr !important; gap: 10px; }
  .v6-shell .broadcast-history-panel .bh-stat-card { padding: 15px 16px 15px 18px; }
  .v6-shell .broadcast-history-panel .bh-stat-body { gap: 14px; }
  .v6-shell .broadcast-history-panel .bh-stat-icon { width: 52px; height: 52px; }
  .v6-shell .broadcast-history-panel .bh-stat-value { font-size: clamp(28px, 8vw, 34px); }
  .v6-shell .broadcast-history-panel .bh-date-filter.is-open .bh-date-panel {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }
  .v6-shell .broadcast-history-panel .bh-date-presets { gap: 6px; }
  .v6-shell .broadcast-history-panel .bh-date-preset { min-height: 32px; padding: 0 10px; font-size: 11px; }
  .v6-shell .topbar-account-card {
    padding: 8px 14px 8px 10px;
    gap: 12px;
  }
  .v6-shell .topbar-user-avatar-wrap { width: 38px; height: 38px; }
  .v6-shell .topbar-user-avatar.avatar { width: 38px; height: 38px; }
  .v6-shell .topbar-tool-btn { width: 38px; height: 38px; }
  .v6-shell .icon-button.mobile-menu { width: 34px; height: 34px; }
  .v6-shell .topbar h1 { font-size: clamp(14px, 4.2vw, 17px) !important; }
  .v6-shell .operations-workspace .ops-filter-grid.is-three,
  .v6-shell .operations-workspace .ops-filter-grid.is-two {
    grid-template-columns: 1fr !important;
  }
  .v6-shell .operations-workspace .ops-filter-grid.is-three .ops-filter-field.is-member {
    grid-column: auto;
  }
  .v6-shell .operations-workspace .ops-filter-summary {
    grid-template-columns: 1fr !important;
  }
}

/* Authentication â€” unified Todu brand */
@keyframes auth-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes auth-ring-pulse {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}

.v6-auth.auth-shell {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  min-height: 100svh;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050308 !important;
}
.v6-auth .auth-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #050308;
}
.v6-auth .auth-bg-photo {
  display: none;
}
.v6-auth .auth-bg-mobile {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 120% 52% at 50% -4%, rgba(170,50,231,.20), transparent 58%),
    radial-gradient(circle at 14% 88%, rgba(124,58,237,.16), transparent 40%),
    radial-gradient(circle at 86% 18%, rgba(147,51,234,.14), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(76,116,228,.10), transparent 48%),
    linear-gradient(168deg, #06040c 0%, #0a0616 36%, #11081f 62%, #08050f 100%);
}
.v6-auth .auth-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (min-width:821px) {
  .v6-auth .auth-bg-mobile { display: none; }
  .v6-auth .auth-bg-photo {
    display: block;
    position: absolute;
    inset: 0;
    background: url("../img/auth-lightning-bg.png") center center / cover no-repeat;
    transform: translateZ(0);
  }
  .v6-auth .auth-bg::after {
    background:
      radial-gradient(ellipse 92% 72% at 50% 46%, rgba(5,3,8,.20), rgba(5,3,8,.68) 74%),
      linear-gradient(180deg, rgba(5,3,8,.32), rgba(5,3,8,.52));
  }
}
@media (max-width:820px) {
  .v6-auth .auth-bg::after {
    background:
      radial-gradient(ellipse 88% 64% at 50% 44%, rgba(5,3,8,.06), rgba(5,3,8,.42) 72%),
      linear-gradient(180deg, rgba(5,3,8,.10), rgba(5,3,8,.28));
  }
}
.v6-auth .auth-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100dvh;
  min-height: 100svh;
  padding: clamp(30px,4.6vw,76px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}
.v6-auth .auth-content { width: min(100%,520px); margin: auto; padding: 0; display: grid; gap: 18px; }
.v6-auth .auth-brand-mark {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  filter: drop-shadow(0 10px 28px rgba(170,50,231,.28));
}
.v6-auth .auth-brand-mark img { width: auto; height: 118px; max-width: min(100%, 360px); object-fit: contain; }

.v6-auth .auth-card.is-brand {
  position: relative;
  border-radius: 24px;
  border: 1.5px solid rgba(196,132,252,.42);
  background: linear-gradient(165deg, #140c20 0%, #0a0712 52%, #0e0918 100%);
  box-shadow:
    0 0 0 1px rgba(170,50,231,.12),
    0 28px 70px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.07);
  overflow: hidden;
}
.v6-auth .auth-card-ring {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 12% 0%, rgba(210,106,255,.16), transparent 46%),
    radial-gradient(circle at 88% 100%, rgba(76,116,228,.12), transparent 42%);
  opacity: .78;
}
.v6-auth .auth-card-body { position: relative; z-index: 1; padding: clamp(24px,3.6vw,32px) clamp(24px,3.2vw,32px) clamp(22px,3.2vw,28px); }

.v6-auth .auth-eyebrow { margin-bottom: 10px; color: #d48cff; font-size: 9px; font-weight: 950; letter-spacing: .12em; line-height: 1.45; }
.v6-auth .auth-card-body h1 { margin: 0; color: #faf7ff; font-size: clamp(32px,3.8vw,52px); line-height: 1.04; letter-spacing: -.065em; text-shadow: 0 8px 28px rgba(170,50,231,.15); }
.v6-auth .auth-card-body h1 + .auth-tabs { margin-top: 14px; }
.v6-auth .auth-lead { margin: 10px 0 22px; color: rgba(228,220,240,.68); font-size: 14px; line-height: 1.65; }

.v6-auth .auth-tabs { margin-bottom: 22px; padding: 5px; border: 1px solid rgba(170,50,231,.18); border-radius: 16px; background: rgba(255,255,255,.05); display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.v6-auth .auth-tab { min-height: 44px; border: 0; border-radius: 12px; color: rgba(228,220,240,.48); background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; transition: color .18s ease, background .18s ease, box-shadow .18s ease; }
.v6-auth .auth-tab.is-active { color: #fff; background: linear-gradient(110deg,#7828d4,#aa32e7 52%,#4c74e4); box-shadow: 0 8px 22px rgba(120,40,212,.28); }

.v6-auth .form-stack { display: grid; gap: 14px; }
.v6-auth .field { display: grid; gap: 7px; }
.v6-auth .field > label { color: rgba(210,196,228,.72); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.v6-auth .control { min-height: 54px; border: 1px solid rgba(170,50,231,.22); border-radius: 15px; background: rgba(255,255,255,.04); display: flex; align-items: center; min-width: 0; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.v6-auth .control:focus-within { border-color: rgba(196,132,252,.62); box-shadow: 0 0 0 3px rgba(124,58,237,.16); background: rgba(255,255,255,.06); }
.v6-auth .control .icon { flex-shrink: 0; margin-left: 16px; color: rgba(196,132,252,.68); transition: color .18s ease; }
.v6-auth .control:focus-within .icon { color: #d8b4fe; }
.v6-auth .control input { flex: 1; min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; padding: 14px 14px 14px 10px; color: #faf7ff; font-size: 14px; font-weight: 650; }
.v6-auth .control input::placeholder { color: rgba(228,220,240,.62); opacity: 1; }
.v6-auth .password-toggle { border: 0; color: rgba(196,132,252,.5); background: transparent; margin-right: 12px; padding: 7px; cursor: pointer; }

.v6-auth .auth-message { min-height: 18px; color: #fb7185; font-size: 12px; font-weight: 700; line-height: 1.4; }
.v6-auth .auth-message:empty { display: none; min-height: 0; margin: 0; }
.v6-auth .auth-message.good { color: #34d399; }

.v6-auth .auth-login-preview:not([hidden]) { display: block; }
.v6-auth .auth-login-welcome {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #4c2a6e;
  border-radius: 16px;
  background: #221830;
  box-shadow: none;
}
.v6-auth .auth-login-welcome-avatar .avatar {
  width: 56px;
  height: 56px;
}
.v6-auth .auth-login-welcome-avatar .avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v6-auth .auth-login-welcome-kicker {
  display: block;
  margin-bottom: 2px;
  color: #d8b4fe;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v6-auth .auth-login-welcome-copy strong {
  display: block;
  color: #faf7ff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.v6-auth .auth-login-welcome-copy p {
.v6-auth .auth-login-welcome-copy p .role-name.is-todu { color: var(--role-todu-soft); }
.v6-auth .auth-login-welcome-copy p .role-name.is-admin { color: var(--role-admin-soft); }
.v6-auth .auth-login-welcome-copy p .role-name.is-moderator { color: var(--role-mod-soft); }
  margin: 4px 0 0;
  color: rgba(228,220,240,.66);
  font-size: 12px;
  line-height: 1.45;
}

.v6-auth .auth-primary {
  min-height: 54px; border: 0; border-radius: 15px; color: #fff;
  background: linear-gradient(110deg,#7828d4,#aa32e7 52%,#4c74e4);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; font-weight: 900; cursor: pointer;
  box-shadow: 0 16px 34px rgba(120,40,212,.32);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.v6-auth .auth-primary .icon { width: 18px; flex-shrink: 0; }
.v6-auth .auth-primary:hover { transform: translateY(-1px); filter: brightness(1.06); box-shadow: 0 20px 40px rgba(120,40,212,.38); }
.v6-auth .auth-primary:active { transform: translateY(0); filter: brightness(.98); }

.v6-auth .auth-remember { position: relative; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.v6-auth .auth-remember-input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.v6-auth .auth-remember-switch { position: relative; flex: 0 0 auto; width: 44px; height: 26px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(196,132,252,.22); transition: background .2s ease, border-color .2s ease; }
.v6-auth .auth-remember-switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.22); transition: transform .2s ease; }
.v6-auth .auth-remember-input:checked + .auth-remember-switch { background: linear-gradient(110deg,#7828d4,#aa32e7 52%,#4c74e4); border-color: transparent; }
.v6-auth .auth-remember-input:checked + .auth-remember-switch::after { transform: translateX(18px); }
.v6-auth .auth-remember-text { color: rgba(236,228,246,.82); font-size: 13px; font-weight: 650; letter-spacing: -.02em; }

.v6-auth .auth-ghost-btn {
  appearance: none; width: 100%; min-height: 50px; margin: 0; padding: 0 16px;
  border: 1.5px solid rgba(196,132,252,.28); border-radius: 14px;
  color: #efe8ff; background: rgba(255,255,255,.04);
  font-size: 12px; font-weight: 700; letter-spacing: -.01em;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.v6-auth .auth-ghost-btn .icon { width: 16px; color: #c084fc; }
.v6-auth .auth-ghost-btn:hover { color: #fff; border-color: rgba(196,132,252,.48); background: rgba(124,58,237,.12); }
.v6-auth .auth-ghost-btn:active { transform: translateY(1px); }

.v6-auth .auth-note-card {
  display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px;
  border: 1px solid rgba(196,132,252,.22); border-radius: 14px;
  background: rgba(124,58,237,.08); color: rgba(236,228,246,.88);
}
.v6-auth .auth-note-card .icon { flex: 0 0 auto; width: 18px; margin-top: 2px; color: #c084fc; }
.v6-auth .auth-note-card strong { display: block; margin-bottom: 4px; font-size: 13px; font-weight: 700; color: #faf7ff; }
.v6-auth .auth-note-card p { margin: 0; font-size: 12px; line-height: 1.55; color: rgba(228,220,240,.72); }

.v6-auth .auth-license-gate { display: grid; gap: 16px; }
.v6-auth .auth-license-intro {
  display: flex; align-items: flex-start; gap: 14px; padding: 16px;
  border: 1px solid rgba(196,132,252,.24); border-radius: 16px;
  background: linear-gradient(135deg, rgba(124,58,237,.12), rgba(76,116,228,.06));
}
.v6-auth .auth-license-intro-icon { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px; color: #e9d5ff; background: rgba(124,58,237,.22); display: grid; place-items: center; border: 1px solid rgba(196,132,252,.28); }
.v6-auth .auth-license-intro-icon .icon { width: 20px; height: 20px; }
.v6-auth .auth-license-intro strong { display: block; font-size: 14px; font-weight: 700; color: #faf7ff; letter-spacing: -.02em; }
.v6-auth .auth-license-intro p { margin: 4px 0 0; font-size: 12px; line-height: 1.55; color: rgba(228,220,240,.68); }

.v6-auth .auth-license-badge { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border: 1px solid rgba(196,132,252,.24); border-radius: 14px; background: rgba(124,58,237,.10); }
.v6-auth .auth-license-badge-icon { flex: 0 0 auto; width: 36px; height: 36px; border-radius: 10px; background: rgba(124,58,237,.22); color: #d8b4fe; display: grid; place-items: center; border: 1px solid rgba(196,132,252,.22); }
.v6-auth .auth-license-badge-icon .icon { width: 18px; }
.v6-auth .auth-license-badge-copy { display: grid; gap: 3px; min-width: 0; }
.v6-auth .auth-license-badge-copy strong { font-size: 13px; font-weight: 700; color: #faf7ff; letter-spacing: -.01em; }
.v6-auth .auth-license-badge-copy span { font-size: 12px; font-weight: 500; line-height: 1.45; color: rgba(228,220,240,.62); }

.v6-auth .auth-crop-card { padding: 16px; border: 1px solid rgba(196,132,252,.20); border-radius: 16px; background: rgba(255,255,255,.03); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.v6-auth .auth-crop-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.v6-auth .auth-crop-title strong { display: block; font-size: 14px; font-weight: 700; color: #faf7ff; letter-spacing: -.02em; }
.v6-auth .auth-crop-title p { margin: 4px 0 0; font-size: 12px; line-height: 1.45; color: rgba(228,220,240,.58); }
.v6-auth .auth-crop-tag { flex: 0 0 auto; padding: 5px 10px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #d8b4fe; background: rgba(124,58,237,.16); border: 1px solid rgba(196,132,252,.22); }
.v6-auth .auth-crop-layout { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 16px; align-items: center; }
.v6-auth .auth-crop-preview { position: relative; flex: 0 0 auto; width: 112px; height: 112px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(196,132,252,.42); background: #12091f; box-shadow: 0 12px 28px rgba(109,40,217,.24), inset 0 0 0 1px rgba(255,255,255,.08); }
.v6-auth .auth-crop-default,
.v6-auth .auth-crop-preview canvas { width: 100%; height: 100%; display: block; object-fit: cover; }
.v6-auth .auth-crop-default.is-hidden,
.v6-auth .auth-crop-preview canvas.is-hidden { display: none; }
.v6-auth .auth-crop-controls.is-idle .auth-range { display: none; }
.v6-auth .auth-crop-controls { display: grid; gap: 12px; min-width: 0; align-self: center; }
.v6-auth .auth-crop-controls.is-idle {
  display: flex;
  align-items: center;
  align-self: center;
  min-height: 112px;
}
.v6-auth .auth-crop-controls.is-idle .auth-upload-btn { width: 100%; min-height: 112px; flex-direction: column; gap: 10px; }
.v6-auth .auth-crop-controls:not(.is-idle) { align-self: start; }
.v6-auth .auth-crop-layout:has(.auth-crop-controls:not(.is-idle)) { align-items: start; }
.v6-auth .auth-upload-btn { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 14px; border: 1.5px dashed rgba(196,132,252,.32); border-radius: 12px; color: #d8b4fe; background: rgba(124,58,237,.08); font-size: 13px; font-weight: 600; cursor: pointer; overflow: hidden; }
.v6-auth .auth-upload-btn:hover { border-color: rgba(196,132,252,.52); background: rgba(124,58,237,.14); }
.v6-auth .auth-upload-btn .icon { width: 17px; flex-shrink: 0; }
.v6-auth .auth-upload-btn span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v6-auth .auth-upload-btn input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.v6-auth .auth-range { display: grid; gap: 8px; }
.v6-auth .auth-range-label span { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: rgba(210,196,228,.58); }
.v6-auth .auth-range-input { width: 100%; height: 6px; margin: 0; appearance: none; border-radius: 999px; background: rgba(255,255,255,.08); cursor: pointer; }
.v6-auth .auth-range-input::-webkit-slider-thumb { appearance: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: linear-gradient(135deg,#7828d4,#aa32e7); box-shadow: 0 2px 8px rgba(109,40,217,.35); }
.v6-auth .auth-range-input::-moz-range-thumb { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: linear-gradient(135deg,#7828d4,#aa32e7); box-shadow: 0 2px 8px rgba(109,40,217,.35); }
.v6-auth .auth-range-input::-moz-range-track { height: 6px; border: 0; border-radius: 999px; background: rgba(255,255,255,.08); }
.v6-auth .auth-register-form { gap: 16px; }
.v6-auth .auth-register-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.v6-auth .auth-register-grid .field { margin: 0; }

.v6-auth.session-boot .auth-panel { padding: clamp(24px, 4vw, 56px); }
.v6-auth.session-boot .session-boot-card {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 34px);
  border: 1.5px solid rgba(196,132,252,.34);
  border-radius: 22px;
  background: linear-gradient(165deg, #140c20 0%, #0a0712 52%, #0e0918 100%);
  box-shadow: 0 0 0 1px rgba(170,50,231,.10), 0 24px 56px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
}
.v6-auth.session-boot .session-boot-logo {
  display: block;
  height: 72px;
  width: auto;
  margin: 0 auto 16px;
  object-fit: contain;
  filter: drop-shadow(0 8px 22px rgba(170,50,231,.22));
}
.v6-auth.session-boot .session-boot-eyebrow {
  margin-bottom: 8px;
  text-align: center;
  color: #d48cff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .14em;
}
.v6-auth.session-boot .session-boot-title {
  margin: 0;
  text-align: center;
  color: #faf7ff;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.12;
  letter-spacing: -.04em;
}
.v6-auth.session-boot .session-boot-lead {
  margin: 10px 0 22px;
  text-align: center;
  color: rgba(228,220,240,.62);
  font-size: 13px;
  line-height: 1.55;
}
.v6-auth.session-boot .session-boot-steps {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.v6-auth.session-boot .session-boot-step {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(170,50,231,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  opacity: .58;
  transition: opacity .22s ease, border-color .22s ease, background .22s ease;
}
.v6-auth.session-boot .session-boot-step.is-active {
  opacity: 1;
  border-color: rgba(196,132,252,.34);
  background: rgba(124,58,237,.10);
}
.v6-auth.session-boot .session-boot-step.is-complete {
  opacity: 1;
  border-color: rgba(52,211,153,.24);
  background: rgba(16,185,129,.08);
}
.v6-auth.session-boot .session-boot-step.is-verified .session-boot-step-icon {
  color: #fff;
  border-color: rgba(52,211,153,.42);
  background: linear-gradient(145deg, #059669, #34d399);
  box-shadow: 0 8px 18px rgba(16,185,129,.24);
}
.v6-auth.session-boot .session-boot-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(196,132,252,.24);
  background: rgba(124,58,237,.12);
  color: #d8b4fe;
  display: grid;
  place-items: center;
  transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.v6-auth.session-boot .session-boot-step.is-complete .session-boot-step-icon {
  color: #fff;
  border-color: rgba(52,211,153,.34);
  background: linear-gradient(145deg, #059669, #34d399);
}
.v6-auth.session-boot .session-boot-step.is-active .session-boot-step-icon {
  color: #f3e8ff;
  border-color: rgba(196,132,252,.42);
  background: rgba(124,58,237,.22);
}
.v6-auth.session-boot .session-boot-step-icon .icon { width: 18px; height: 18px; }
.v6-auth.session-boot .session-boot-step-copy strong {
  display: block;
  color: #faf7ff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
}
.v6-auth.session-boot .session-boot-step-copy span {
  display: block;
  margin-top: 2px;
  color: rgba(228,220,240,.58);
  font-size: 11px;
  line-height: 1.45;
}
.v6-auth.session-boot .session-boot-progress {
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.v6-auth.session-boot .session-boot-progress > i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, #7828d4, #aa32e7 52%, #34d399);
  transition: width .32s ease;
}
body.is-session-boot { overflow: hidden; }

@keyframes workspace-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.v6-shell.is-entering { animation: workspace-enter .48s cubic-bezier(.22, 1, .36, 1); }

@media (min-width:821px) {
  .v6-auth.session-boot .session-boot-logo { height: 84px; }
  .v6-auth.session-boot .session-boot-card { width: min(100%, 560px); }
}

@media (prefers-reduced-motion: reduce) {
  .v6-shell.is-entering { animation: none; }
}

@media (min-width:821px) {
  .v6-auth .auth-content { width: min(100%, 480px); }
  .v6-auth .auth-brand-mark img { height: 124px; max-width: min(100%, 380px); }
  .v6-auth .auth-card-body { padding: 28px 28px 26px; }
  .v6-auth .auth-card-body h1 { font-size: clamp(30px, 3.2vw, 44px); }
  .v6-auth .control input { font-size: 15px; padding: 14px 16px 14px 10px; }
}

@media (min-width:1200px) {
  .v6-auth .auth-content { width: min(100%, 500px); }
}

@media (min-width:1800px) {
  .v6-auth .auth-content { width: min(100%,520px); }
  .v6-auth .auth-card-body h1 { font-size: 46px; }
}

@media (max-width:820px) {
  html:has(.v6-auth),
  body:has(.v6-auth),
  body.is-guest:has(.v6-auth) {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
  }
  body.is-guest:has(.v6-auth) #app,
  #app:has(.v6-auth) {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .v6-auth .auth-panel {
    min-height: 100svh;
    justify-content: center;
    padding: max(22px, env(safe-area-inset-top)) 20px max(22px, env(safe-area-inset-bottom));
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .v6-auth .auth-content { width: 100%; max-width: 100%; margin-inline: auto; gap: 18px; overflow-x: hidden; }
  .v6-auth .auth-brand-mark img { height: 102px; max-width: min(100%, 320px); }
  .v6-auth .auth-card.is-brand {
    border-width: 2px;
    border-radius: 20px;
    border-color: rgba(196,132,252,.55);
    background: linear-gradient(165deg, #140c20 0%, #0a0712 52%, #0e0918 100%);
    box-shadow: 0 0 0 1px rgba(170,50,231,.2), 0 20px 48px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
    max-width: 100%;
    overflow-x: hidden;
  }
  .v6-auth .auth-card-body { padding: 24px 20px 22px; max-width: 100%; box-sizing: border-box; }
  .v6-auth .auth-card-body h1 { font-size: 32px; letter-spacing: -.055em; }
  .v6-auth .auth-eyebrow { font-size: 8px; letter-spacing: .1em; margin-bottom: 8px; }
  .v6-auth .auth-tabs { margin-bottom: 18px; padding: 4px; border-radius: 14px; }
  .v6-auth .auth-tab { min-height: 42px; font-size: 10px; border-radius: 11px; }
  .v6-auth .form-stack { gap: 14px; }
  .v6-auth .field { gap: 7px; }
  .v6-auth .field > label { font-size: 9px; }
  .v6-auth .control { min-height: 50px; border-width: 1.5px; border-radius: 14px; }
  .v6-auth .control input,
  .v6-auth .control textarea,
  .v6-auth .control select { font-size: 16px; padding: 12px; }
  .v6-auth .control input::placeholder { color: rgba(228,220,240,.68); }
  .v6-auth .auth-primary, .v6-auth .auth-ghost-btn { min-height: 50px; font-size: 12px; border-radius: 14px; }
  .v6-auth .auth-remember-text { font-size: 12px; }
  .v6-auth .auth-register-grid { grid-template-columns: 1fr; }
  .v6-auth .auth-crop-card { padding: 16px; }
  .v6-auth .auth-crop-layout { grid-template-columns: 1fr; justify-items: center; gap: 14px; }
  .v6-auth .auth-crop-controls { width: 100%; }

  .v6-shell .app-control,
  .v6-shell .control input,
  .v6-shell .control textarea,
  .v6-shell .control select,
  .v6-shell textarea.app-control,
  .modal .app-control,
  .modal .control input,
  .modal textarea,
  .modal select {
    font-size: 16px !important;
  }
  html:has(.v6-shell),
  body:has(.v6-shell),
  #app:has(.v6-shell),
  .v6-shell.app-shell {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width:560px) {
  .v6-auth .auth-panel { padding-left: 18px; padding-right: 18px; }
  .v6-auth .auth-brand-mark img { height: 96px; max-width: min(100%, 300px); }
  .v6-auth .auth-card-body h1 { font-size: 30px; }
  .v6-auth .auth-crop-controls { width: 100%; }
  .v6-auth .auth-crop-header { flex-direction: column; align-items: stretch; gap: 8px; }
  .v6-auth .auth-crop-tag { align-self: flex-start; }
  .v6-auth .auth-register-grid { grid-template-columns: 1fr; }
}
@media (max-width:1180px) {
  .v6-shell .team-workspace .license-studio-hero {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .72fr);
  }
  .v6-shell .team-workspace .license-studio-orb {
    grid-column: 2;
    grid-row: 1;
  }
  .v6-shell .team-workspace .license-studio-stats {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .v6-shell .team-workspace .license-studio-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:760px) {
  .v6-shell .team-workspace .license-studio-hero {
    grid-template-columns: 1fr !important;
    padding: 16px !important;
    border-radius: 22px !important;
    gap: 12px;
  }
  .v6-shell .team-workspace .license-studio-copy {
    min-height: 0;
    padding: 17px;
    border-radius: 18px;
  }
  .v6-shell .team-workspace .license-studio-identity {
    grid-template-columns: auto minmax(0, 1fr);
    margin-bottom: 14px;
    padding: 12px;
  }
  .v6-shell .team-workspace .license-studio-access-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .v6-shell .team-workspace .license-studio-chips {
    margin: 12px 0 14px;
  }
  .v6-shell .team-workspace .license-studio-copy h2 {
    font-size: clamp(28px, 8vw, 38px) !important;
  }
  .v6-shell .team-workspace .license-studio-orb {
    grid-column: auto;
    grid-row: auto;
    min-height: 150px;
  }
  .v6-shell .team-workspace .license-studio-orb strong { font-size: 46px; }
  .v6-shell .team-workspace .license-studio-stats {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .v6-shell .team-workspace .license-studio-stats article {
    min-height: 82px;
    padding: 13px;
    border-radius: 17px;
  }
  .v6-shell .team-workspace .license-studio-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .v6-shell .team-workspace .license-panel-head,
  .v6-shell .team-workspace .license-vault-head {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }
  .v6-shell .team-workspace .license-vault-chips {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .v6-shell .team-workspace .license-vault-chip {
    flex: 1 1 auto;
    justify-content: center;
  }
  .v6-shell .team-workspace .license-vault-card .license-pass-list {
    max-height: none !important;
    overflow: visible !important;
    padding: 12px !important;
  }
  .v6-shell .team-workspace .license-neon-pass {
    grid-template-columns: 1fr !important;
  }
  .v6-shell .team-workspace .license-neon-side {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(167,139,250,.12);
  }
  .v6-shell .team-workspace .license-neon-actions {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: stretch !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(167,139,250,.12);
    padding: 10px 12px 12px !important;
  }
  .v6-shell .team-workspace .license-neon-actions .license-pass-btn {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 44px;
    height: 46px !important;
  }
  .v6-shell .team-workspace .license-pass {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
  }
  .v6-shell .team-workspace .license-pass-mark {
    width: 100%;
    height: auto;
    min-height: 52px;
    justify-content: start;
    padding: 0 14px;
  }
  .v6-shell .team-workspace .license-pass-head {
    justify-content: space-between;
  }
  .v6-shell .team-workspace .license-pass-user {
    padding-left: 0 !important;
    border-left: 0 !important;
    padding-top: 10px !important;
    border-top: 1px solid var(--v6-line) !important;
  }
  .v6-shell .team-workspace .license-pass-manage {
    width: 44px;
    height: 44px;
  }
  .v6-shell .team-workspace .license-pass-actions {
    justify-content: stretch !important;
    max-width: none !important;
  }
  .v6-shell .team-workspace .license-pass-btn {
    flex: 1 1 auto;
    width: auto !important;
    height: 46px !important;
  }
}

/* Broadcast studio card */
.v6-shell .broadcast-studio-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 22px;
  width: 100%;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid var(--dash-border);
  border-radius: 24px;
  color: var(--dash-title);
  text-align: left;
  background:
    radial-gradient(circle at 8% 50%, rgba(147, 51, 234, .16), transparent 42%),
    radial-gradient(circle at 92% 80%, rgba(99, 102, 241, .08), transparent 36%),
    var(--dash-panel-gradient);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    var(--dash-shadow);
  overflow: hidden;
}
.v6-shell .broadcast-studio-card.broadcast-banner::before {
  display: none !important;
}
.v6-shell .broadcast-studio-card.is-live {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  border-color: rgba(244, 63, 94, .28);
  background:
    radial-gradient(circle at 10% 40%, rgba(244, 63, 94, .16), transparent 38%),
    radial-gradient(circle at 88% 70%, rgba(147, 51, 234, .14), transparent 34%),
    linear-gradient(135deg, rgba(22, 12, 24, .98), rgba(18, 12, 30, .94));
}
.v6-shell .broadcast-studio-card.is-live .broadcast-play-orb {
  margin-top: 2px;
}
.v6-shell button.broadcast-studio-card {
  cursor: pointer;
  font: inherit;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.v6-shell button.broadcast-studio-card:hover {
  transform: translateY(-1px);
  border-color: rgba(168, 85, 247, .42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .05),
    0 22px 48px rgba(8, 6, 18, .48),
    0 0 0 1px rgba(168, 85, 247, .08);
}
.v6-shell button.broadcast-studio-card:focus-visible {
  outline: 2px solid rgba(168, 85, 247, .65);
  outline-offset: 3px;
}
.v6-shell .broadcast-studio-card.is-waiting {
  opacity: .92;
}
.v6-shell .broadcast-play-orb {
  position: relative;
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
}
.v6-shell .broadcast-play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(168, 85, 247, .55);
  box-shadow:
    0 0 24px rgba(147, 51, 234, .42),
    inset 0 0 18px rgba(147, 51, 234, .12);
  animation: v6BroadcastRingPulse 2.6s ease-in-out infinite;
}
.v6-shell .broadcast-play-orb.is-live .broadcast-play-ring {
  border-color: rgba(251, 113, 133, .62);
  box-shadow:
    0 0 26px rgba(244, 63, 94, .42),
    inset 0 0 18px rgba(244, 63, 94, .14);
  animation: v6BroadcastLiveRing 1.8s ease-in-out infinite;
}
.v6-shell .broadcast-play-spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c084fc;
  box-shadow: 0 0 8px rgba(192, 132, 252, .85);
  opacity: .85;
}
.v6-shell .broadcast-play-spark.spark-1 { top: 8px; right: 10px; }
.v6-shell .broadcast-play-spark.spark-2 { bottom: 12px; left: 6px; width: 3px; height: 3px; opacity: .65; }
.v6-shell .broadcast-play-spark.spark-3 { top: 50%; right: 0; transform: translateY(-50%); width: 3px; height: 3px; opacity: .55; }
.v6-shell .broadcast-play-core {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #9333ea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 22px rgba(168, 85, 247, .55);
}
.v6-shell .broadcast-play-orb.is-live .broadcast-play-core {
  background: linear-gradient(135deg, #fb7185, #e11d48);
  box-shadow: 0 0 22px rgba(244, 63, 94, .48);
}
.v6-shell .broadcast-play-core .broadcast-play-icon {
  width: 24px;
  height: 24px;
  margin: 0;
  flex: 0 0 auto;
  color: #fff;
  stroke: #fff;
  stroke-width: 2.5;
  fill: none;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .18));
}
.v6-shell .broadcast-play-orb:not(.is-live) .broadcast-play-core .broadcast-play-icon {
  color: #faf5ff;
  stroke: #faf5ff;
}
.v6-shell .broadcast-studio-stat-team {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.v6-shell .broadcast-studio-main {
  min-width: 0;
  display: grid;
  gap: 6px;
  justify-items: start;
  text-align: left;
}
.v6-shell .broadcast-studio-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 24px;
  padding: 4px 10px;
  border: 1px solid rgba(168, 85, 247, .24);
  border-radius: 999px;
  color: #d8b4fe;
  background: rgba(147, 51, 234, .12);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.v6-shell .broadcast-studio-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c084fc;
  box-shadow: 0 0 10px rgba(192, 132, 252, .85);
  animation: v6BroadcastDotPulse 1.6s ease-in-out infinite;
}
.v6-shell .broadcast-studio-badge.is-muted {
  color: #a8a3c4;
  border-color: rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
}
.v6-shell .broadcast-studio-badge.is-muted i {
  background: #8b86a8;
  box-shadow: none;
  animation: none;
}
.v6-shell .broadcast-studio-badge.is-live {
  color: #fecdd3;
  border-color: rgba(244, 63, 94, .28);
  background: rgba(244, 63, 94, .12);
}
.v6-shell .broadcast-studio-badge.is-live i {
  background: #fb7185;
  box-shadow: 0 0 10px rgba(251, 113, 133, .75);
}
.v6-shell .broadcast-studio-main > strong {
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.12;
}
.v6-shell .broadcast-studio-main > p {
  margin: 0;
  color: #a8a3c4;
  font-size: 14px;
  line-height: 1.55;
}
.v6-shell .broadcast-studio-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 14px;
  margin-top: 4px;
  color: #9d98b8;
  font-size: 12px;
  font-weight: 600;
}
.v6-shell .broadcast-studio-stats > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.v6-shell .broadcast-studio-stats .icon {
  width: 14px;
  height: 14px;
  color: #a78bfa;
}
.v6-shell .broadcast-studio-stat-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .10);
}
.v6-shell .broadcast-studio-live-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 2px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  color: #d8d3ea;
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
  font-weight: 700;
}
.v6-shell .broadcast-studio-live-time .icon {
  width: 14px;
  height: 14px;
  color: #f0abfc;
}
.v6-shell .broadcast-studio-live-time em {
  color: #fff;
  font-style: normal;
}
.v6-shell .broadcast-studio-chevron {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #c084fc;
  background: rgba(147, 51, 234, .12);
  display: grid;
  place-items: center;
  box-shadow: 0 0 18px rgba(147, 51, 234, .18);
}
.v6-shell .broadcast-studio-chevron .icon {
  width: 18px;
  height: 18px;
}
.v6-shell .broadcast-studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.v6-shell .broadcast-studio-card.is-live .broadcast-studio-actions {
  grid-column: 2;
  justify-content: flex-start;
  margin-top: 4px;
}
.v6-shell .broadcast-studio-btn {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.v6-shell .broadcast-studio-btn .icon {
  width: 15px;
  height: 15px;
}
.v6-shell .broadcast-studio-btn.is-primary {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  box-shadow: 0 10px 24px rgba(124, 58, 237, .28);
}
.v6-shell .broadcast-studio-btn.is-danger {
  color: #fff;
  background: linear-gradient(135deg, #e11d48, #be123c);
  box-shadow: 0 10px 24px rgba(225, 29, 72, .24);
}
.v6-shell .broadcast-studio-btn.is-ghost {
  color: #e9d5ff;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
}
.v6-shell .broadcast-studio-btn:hover {
  transform: translateY(-1px);
}
@keyframes v6BroadcastRingPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: .88; }
}
@keyframes v6BroadcastLiveRing {
  0%, 100% { box-shadow: 0 0 26px rgba(244, 63, 94, .42), inset 0 0 18px rgba(244, 63, 94, .14); }
  50% { box-shadow: 0 0 34px rgba(244, 63, 94, .58), inset 0 0 22px rgba(244, 63, 94, .18); }
}
@keyframes v6BroadcastDotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: .75; }
}
@media (max-width: 860px) {
  .v6-shell .broadcast-studio-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 18px;
    gap: 14px 16px;
  }
  .v6-shell .broadcast-studio-card.is-live {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .v6-shell .broadcast-studio-chevron {
    display: none;
  }
  .v6-shell .broadcast-studio-card.is-live .broadcast-studio-actions,
  .v6-shell .broadcast-studio-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }
  .v6-shell .broadcast-studio-btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .v6-shell .broadcast-studio-card {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-items: start;
    text-align: left;
  }
  .v6-shell .broadcast-studio-card.is-live {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .v6-shell .broadcast-studio-main {
    justify-items: start;
    text-align: left;
  }
  .v6-shell .broadcast-studio-stats {
    justify-content: flex-start;
  }
  .v6-shell .broadcast-studio-actions {
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
  }
}

/* Ayın Moderatörü — premium spotlight */
.v6-shell .dashboard-moderator-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
  gap: 18px !important;
}
.v6-shell .mod-spotlight-card,
.v6-shell .mod-ranking-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dash-border) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 85, 247, .18), transparent 42%),
    radial-gradient(circle at 88% 100%, rgba(99, 102, 241, .12), transparent 38%),
    var(--dash-panel-gradient) !important;
  box-shadow: var(--dash-shadow) !important;
  color: var(--dash-title);
}
.v6-shell .mod-ranking-card {
  background: var(--dash-panel-gradient) !important;
  box-shadow: var(--dash-shadow) !important;
}
.v6-shell .mod-spotlight-head,
.v6-shell .mod-ranking-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 22px 0;
}
.v6-shell .mod-spotlight-eyebrow,
.v6-shell .mod-ranking-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.v6-shell .mod-spotlight-eyebrow .icon,
.v6-shell .mod-ranking-eyebrow .icon {
  width: 20px;
  height: 20px;
  color: #c084fc;
}
.v6-shell .mod-spotlight-head-copy p,
.v6-shell .mod-ranking-head-copy p {
  margin: 6px 0 0;
  color: var(--dash-desc);
  font-size: 13px;
  line-height: 1.5;
}
.v6-shell .mod-spotlight-date {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  color: #ddd6fe;
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.v6-shell .mod-spotlight-date .icon {
  width: 15px;
  height: 15px;
  color: #c084fc;
}
.v6-shell .mod-spotlight-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px 20px;
  align-items: center;
  padding: 20px 22px 18px;
}
.v6-shell .mod-spotlight-avatar-wrap {
  position: relative;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
}
.v6-shell .mod-spotlight-wreath {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(192, 132, 252, .28);
  box-shadow:
    0 0 0 8px rgba(147, 51, 234, .10),
    0 0 28px rgba(168, 85, 247, .28);
  pointer-events: none;
}
.v6-shell .mod-spotlight-avatar.avatar {
  width: 92px;
  height: 92px;
  border: 4px solid rgba(255, 255, 255, .92);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, .45), 0 16px 34px rgba(76, 29, 149, .35);
  --v6-avatar-ring: transparent;
}
.v6-shell .mod-spotlight-online {
  position: absolute;
  right: -4px;
  bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #ecfdf5;
  background: rgba(15, 23, 42, .72);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.v6-shell .mod-spotlight-online i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, .75);
}
.v6-shell .mod-spotlight-profile {
  min-width: 0;
  display: grid;
  gap: 8px;
  text-align: left;
}
.v6-shell .mod-spotlight-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.v6-shell .mod-spotlight-name-row strong {
  color: #fff;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.05;
}
.v6-shell .mod-spotlight-quick-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 600;
}
.v6-shell .mod-stat-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.v6-shell .mod-stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.v6-shell .mod-stat-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex: 0 0 auto;
  padding: 0 10px;
  color: rgba(196, 181, 253, .72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  user-select: none;
}
.v6-shell .mod-spotlight-quick-stats > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.v6-shell .mod-spotlight-quick-stats .icon,
.v6-shell .mod-stat-chip .icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: #a78bfa;
}
.v6-shell .mod-stat-chip .mod-stat-play-icon {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.v6-shell .mod-spotlight-bio {
  margin: 0;
  max-width: 520px;
  color: #a8a3c4;
  font-size: 13px;
  line-height: 1.55;
}
.v6-shell .mod-spotlight-score-box {
  min-width: 132px;
  padding: 16px 18px;
  border: 1px solid rgba(167, 139, 250, .18);
  border-radius: 20px;
  text-align: center;
  background: rgba(15, 10, 30, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.v6-shell .mod-spotlight-score-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.v6-shell .mod-spotlight-score-icon {
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.v6-shell .mod-spotlight-score-icon .icon {
  width: 22px;
  height: 22px;
}
.v6-shell .mod-spotlight-score-icon.mod-rank-emblem .rank-emblem {
  width: 42px;
  height: 42px;
}
.v6-shell .mod-spotlight-score-icon.mod-rank-emblem .rank-emblem img {
  width: 30px;
  height: 30px;
}
.v6-shell .mod-spotlight-score-icon.mod-rank-emblem .rank-emblem em {
  right: -4px;
  bottom: -4px;
  width: 18px;
  height: 18px;
  font-size: 10px;
}
.v6-shell .mod-spotlight-score-label {
  display: block;
  color: #a78bfa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.v6-shell .mod-spotlight-score-meta > strong {
  display: block;
  margin-top: 0;
  color: #d8b4fe;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}
.v6-shell .mod-spotlight-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 22px 22px;
}
.v6-shell .mod-spotlight-metric {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
}
.v6-shell .mod-metric-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
}
.v6-shell .mod-metric-icon .icon {
  width: 20px;
  height: 20px;
}
.v6-shell .mod-metric-icon .broadcast-play-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.v6-shell .mod-metric-icon.is-purple {
  color: #d8b4fe;
  background: rgba(147, 51, 234, .18);
}
.v6-shell .mod-metric-icon.is-blue {
  color: #93c5fd;
  background: rgba(59, 130, 246, .16);
}
.v6-shell .mod-metric-icon.is-gold {
  color: #fcd34d;
  background: rgba(251, 191, 36, .14);
}
.v6-shell .mod-metric-icon.is-live {
  color: #e9d5ff;
  background: rgba(168, 85, 247, .18);
}
.v6-shell .mod-metric-icon.is-muted {
  color: #c4b5fd;
  background: rgba(255, 255, 255, .08);
}
.v6-shell .mod-spotlight-metric em {
  display: block;
  color: #a8a3c4;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
}
.v6-shell .mod-spotlight-metric strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.v6-shell .mod-spotlight-metric small {
  display: block;
  margin-top: 4px;
  color: #9d98b8;
  font-size: 11px;
}
.v6-shell .mod-spotlight-empty,
.v6-shell .mod-ranking-empty {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 220px;
  margin: 18px 22px 22px;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, .12);
  border-radius: 20px;
  color: #c4b5fd;
  text-align: center;
}
.v6-shell .mod-spotlight-empty .icon,
.v6-shell .mod-ranking-empty .icon {
  width: 34px;
  height: 34px;
  color: #a78bfa;
}
.v6-shell .mod-ranking-reset,
.v6-shell .mod-ranking-reset.reset-leaderboard-button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  color: #ddd6fe;
  background: rgba(18, 15, 36, .96);
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.v6-shell .mod-ranking-reset:hover,
.v6-shell .mod-ranking-reset.reset-leaderboard-button:hover {
  color: #f5f3ff;
  background: rgba(30, 21, 56, .98);
  border-color: rgba(192, 132, 252, .28);
  box-shadow: none !important;
  transform: none;
}
.v6-shell .mod-ranking-reset .icon {
  width: 15px;
  height: 15px;
}
.v6-shell .mod-ranking-list {
  display: grid;
  gap: 10px;
  padding: 18px 22px 12px;
}
.v6-shell .mod-rank-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 8px 14px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: var(--dash-panel-soft);
  transition: background .22s ease, box-shadow .22s ease;
}
.v6-shell .mod-rank-row:hover {
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, .18);
}
.v6-shell .mod-rank-emblem .rank-emblem {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: visible;
  border: 2px solid rgba(255, 255, 255, .14);
  background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
  box-shadow: 0 10px 22px rgba(0, 0, 0, .24);
  display: grid;
  place-items: center;
}
.v6-shell .mod-rank-emblem .rank-emblem img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.v6-shell .rank-emblem.palette-purple {
  border-radius: 50%;
  border-color: rgba(196, 73, 255, .40);
  background: linear-gradient(145deg, rgba(125, 57, 233, .30), rgba(88, 28, 135, .18));
}
.v6-shell .rank-emblem.palette-purple img { border-radius: 50%; }
.v6-shell .rank-emblem.palette-purple em { background: linear-gradient(135deg, #7d39e9, #9333ea); }
.v6-shell .rank-emblem.palette-orange {
  border-radius: 16px;
  border-color: rgba(255, 179, 72, .42);
  background: linear-gradient(145deg, rgba(241, 119, 39, .28), rgba(180, 83, 9, .16));
}
.v6-shell .rank-emblem.palette-orange img { border-radius: 12px; }
.v6-shell .rank-emblem.palette-orange em { background: linear-gradient(135deg, #f17727, #d77813); }
.v6-shell .rank-emblem.palette-aqua {
  border-radius: 50% 50% 50% 8px;
  border-color: rgba(85, 217, 212, .42);
  background: linear-gradient(145deg, rgba(24, 170, 188, .26), rgba(4, 142, 159, .15));
}
.v6-shell .rank-emblem.palette-aqua img { border-radius: 50% 50% 50% 6px; }
.v6-shell .rank-emblem.palette-aqua em { background: linear-gradient(135deg, #18aabc, #048e9f); }
.v6-shell .rank-emblem.palette-blue {
  border-radius: 10px;
  border-color: rgba(104, 186, 247, .42);
  background: linear-gradient(145deg, rgba(43, 127, 233, .24), rgba(22, 127, 200, .14));
}
.v6-shell .rank-emblem.palette-blue img { border-radius: 8px; }
.v6-shell .rank-emblem.palette-blue em { background: linear-gradient(135deg, #2b7fe9, #167fc8); }
.v6-shell .rank-emblem.palette-red {
  border-radius: 8px 18px 8px 18px;
  border-color: rgba(255, 108, 118, .42);
  background: linear-gradient(145deg, rgba(223, 57, 89, .26), rgba(184, 35, 57, .16));
}
.v6-shell .rank-emblem.palette-red img { border-radius: 6px 14px 6px 14px; }
.v6-shell .rank-emblem.palette-red em { background: linear-gradient(135deg, #df3959, #b82339); }
.v6-shell .mod-rank-row.is-top {
  border-color: rgba(147, 51, 234, .30);
  background: linear-gradient(135deg, rgba(125, 57, 233, .12), rgba(255, 255, 255, .04));
  box-shadow: inset 0 0 0 1px rgba(147, 51, 234, .10);
}
.v6-shell .mod-rank-row.is-top.is-palette-orange {
  border-color: rgba(241, 119, 39, .30);
  background: linear-gradient(135deg, rgba(241, 119, 39, .10), rgba(255, 255, 255, .04));
  box-shadow: inset 0 0 0 1px rgba(241, 119, 39, .08);
}
.v6-shell .mod-rank-row.is-top.is-palette-aqua {
  border-color: rgba(24, 170, 188, .28);
  background: linear-gradient(135deg, rgba(24, 170, 188, .10), rgba(255, 255, 255, .04));
  box-shadow: inset 0 0 0 1px rgba(24, 170, 188, .08);
}
.v6-shell .mod-rank-row.is-top.is-palette-blue {
  border-color: rgba(43, 127, 233, .28);
  background: linear-gradient(135deg, rgba(43, 127, 233, .10), rgba(255, 255, 255, .04));
  box-shadow: inset 0 0 0 1px rgba(43, 127, 233, .08);
}
.v6-shell .mod-rank-row.is-top.is-palette-red {
  border-color: rgba(223, 57, 89, .28);
  background: linear-gradient(135deg, rgba(223, 57, 89, .10), rgba(255, 255, 255, .04));
  box-shadow: inset 0 0 0 1px rgba(223, 57, 89, .08);
}
.v6-shell .mod-rank-emblem .rank-emblem em {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  text-align: center;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
}
.v6-shell .mod-rank-emblem {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.v6-shell .mod-rank-medal {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 800;
}
.v6-shell .mod-rank-medal .icon {
  width: 20px;
  height: 20px;
}
.v6-shell .mod-rank-medal.is-gold {
  color: #fde68a;
  background: linear-gradient(135deg, rgba(251, 191, 36, .28), rgba(245, 158, 11, .16));
}
.v6-shell .mod-rank-medal.is-silver {
  color: #e5e7eb;
  background: linear-gradient(135deg, rgba(203, 213, 225, .24), rgba(148, 163, 184, .14));
}
.v6-shell .mod-rank-medal.is-bronze {
  color: #fdba74;
  background: linear-gradient(135deg, rgba(251, 146, 60, .24), rgba(234, 88, 12, .14));
}
.v6-shell .mod-rank-medal.is-plain {
  color: #cbd5e1;
  background: rgba(255, 255, 255, .06);
}
.v6-shell .mod-rank-user {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.v6-shell .mod-rank-user .avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  --v6-avatar-ring: rgba(168, 85, 247, .35);
}
.v6-shell .mod-rank-user strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.v6-shell .mod-rank-role {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
.v6-shell .mod-rank-stats {
  grid-column: 2;
  grid-row: 2;
  color: #a8a3c4;
  font-size: 11px;
  font-weight: 600;
}
.v6-shell .mod-rank-stats .icon {
  width: 13px;
  height: 13px;
  color: #a78bfa;
}
.v6-shell .mod-rank-score {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  min-width: 84px;
  padding: 10px 12px;
  border-radius: 14px;
  text-align: center;
  color: #ddd6fe;
  background: rgba(124, 58, 237, .16);
  font-size: 12px;
  font-weight: 700;
}
.v6-shell .mod-rank-score em {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.v6-shell .mod-ranking-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0 22px 18px;
  padding: 8px 10px;
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  color: var(--dash-desc);
  background: var(--dash-panel-soft);
  font-size: 10px;
  line-height: 1.45;
}
.v6-shell .mod-ranking-note .icon {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #a78bfa;
}
@media (min-width: 761px) {
  .v6-shell .mod-ranking-note {
    gap: 8px;
    padding: 9px 12px;
    font-size: 11px;
    line-height: 1.5;
  }
  .v6-shell .mod-ranking-note .icon {
    width: 14px;
    height: 14px;
    margin-top: 1px;
  }
}
@media (max-width: 1180px) {
  .v6-shell .dashboard-moderator-grid {
    grid-template-columns: 1fr !important;
  }
  .v6-shell .mod-spotlight-hero {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }
  .v6-shell .mod-spotlight-score-box {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    min-width: 0;
    padding: 14px 16px;
    text-align: left;
  }
  .v6-shell .mod-spotlight-score-icon {
    margin: 0;
    flex: 0 0 auto;
  }
  .v6-shell .mod-spotlight-score-meta {
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .v6-shell .mod-spotlight-score-meta > strong {
    font-size: clamp(28px, 7vw, 36px);
    text-align: right;
  }
}
@media (max-width: 760px) {
  .v6-shell .mod-spotlight-card {
    border-radius: 22px !important;
  }
  .v6-shell .mod-spotlight-head {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 0;
  }
  .v6-shell .mod-ranking-head {
    flex-direction: column;
    padding-top: 18px;
  }
  .v6-shell .mod-spotlight-eyebrow {
    font-size: 17px;
    gap: 10px;
  }
  .v6-shell .mod-spotlight-eyebrow .icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(147, 51, 234, .28);
    border: 1px solid rgba(192, 132, 252, .24);
    box-shadow: 0 8px 18px rgba(76, 29, 149, .22);
  }
  .v6-shell .mod-spotlight-head-copy p {
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.45;
    color: #ddd6fe;
  }
  .v6-shell .mod-spotlight-date {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }
  .v6-shell .mod-spotlight-hero {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px 16px;
    align-items: start;
    padding: 16px;
  }
  .v6-shell .mod-spotlight-avatar-wrap {
    width: 92px;
    height: 92px;
  }
  .v6-shell .mod-spotlight-avatar.avatar {
    width: 72px;
    height: 72px;
  }
  .v6-shell .mod-spotlight-wreath {
    box-shadow:
      0 0 0 6px rgba(147, 51, 234, .12),
      0 0 24px rgba(168, 85, 247, .34);
  }
  .v6-shell .mod-spotlight-profile {
    gap: 10px;
  }
  .v6-shell .mod-spotlight-name-row strong {
    font-size: 24px;
  }
  .v6-shell .mod-spotlight-quick-stats {
    font-size: 12px;
    font-weight: 700;
    color: #ddd6fe;
  }
  .v6-shell .mod-stat-sep {
    padding: 0 8px;
    font-size: 12px;
  }
  .v6-shell .mod-spotlight-quick-stats .icon,
  .v6-shell .mod-stat-chip .icon {
    width: 15px;
    height: 15px;
  }
  .v6-shell .mod-spotlight-bio {
    font-size: 13px;
    line-height: 1.55;
    color: #c4b5fd;
  }
  .v6-shell .mod-spotlight-score-box {
    margin-top: 4px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(10, 6, 22, .62);
  }
  .v6-shell .mod-spotlight-score-label {
    font-size: 11px;
    letter-spacing: .10em;
  }
  .v6-shell .mod-spotlight-score-meta > strong {
    font-size: clamp(30px, 8vw, 38px);
  }
  .v6-shell .mod-spotlight-score-icon.mod-rank-emblem .rank-emblem {
    width: 44px;
    height: 44px;
  }
  .v6-shell .mod-spotlight-score-icon.mod-rank-emblem .rank-emblem img {
    width: 32px;
    height: 32px;
  }
  .v6-shell .mod-spotlight-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0 16px 16px;
  }
  .v6-shell .mod-spotlight-metric {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    min-height: 0;
    padding: 12px;
    border-radius: 16px;
  }
  .v6-shell .mod-metric-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
  .v6-shell .mod-metric-icon .icon {
    width: 18px;
    height: 18px;
  }
  .v6-shell .mod-spotlight-metric em {
    font-size: 10px;
    letter-spacing: .08em;
    color: #c4b5fd;
  }
  .v6-shell .mod-spotlight-metric strong {
    margin-top: 3px;
    font-size: 20px;
  }
  .v6-shell .mod-spotlight-metric small {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.4;
    color: #b8b3d4;
  }
  .v6-shell .mod-rank-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 10px 12px;
    padding: 12px;
  }
  .v6-shell .mod-rank-emblem,
  .v6-shell .mod-rank-medal {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: start;
  }
  .v6-shell .mod-rank-user {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .v6-shell .mod-rank-emblem .rank-emblem {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .v6-shell .mod-rank-emblem .rank-emblem img {
    width: 32px;
    height: 32px;
  }
  .v6-shell .mod-rank-emblem .rank-emblem em {
    right: -3px;
    bottom: -3px;
    width: 17px;
    height: 17px;
    font-size: 9px;
  }
  .v6-shell .mod-rank-stats {
    grid-column: 2;
    grid-row: 2;
  }
  .v6-shell .mod-rank-score {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    min-width: 64px;
    padding: 8px 10px;
  }
  .v6-shell .mod-rank-score em {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .v6-shell .mod-spotlight-head {
    flex-direction: column;
    align-items: stretch;
  }
  .v6-shell .mod-spotlight-date {
    align-self: flex-start;
  }
  .v6-shell .mod-spotlight-quick-stats {
    width: 100%;
  }
  .v6-shell .mod-spotlight-metrics {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .v6-shell .mod-spotlight-metric {
    flex-direction: row;
    align-items: center;
    padding: 12px 14px;
  }
  .v6-shell .mod-spotlight-metric strong {
    font-size: 22px;
  }
}

/* Broadcast started popup */
.broadcast-announcement {
  background: rgba(7, 4, 22, .74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.broadcast-announcement-card {
  position: relative;
  width: min(420px, calc(100vw - 32px));
  padding: 16px 20px 24px;
  border: 1px solid rgba(167, 139, 250, .34);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(147, 51, 234, .24), transparent 54%),
    radial-gradient(circle at 88% 92%, rgba(124, 58, 237, .14), transparent 40%),
    rgba(12, 10, 28, .97);
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(168, 85, 247, .14),
    0 28px 80px rgba(8, 6, 18, .58);
}
.broadcast-announcement-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 32px;
  margin-bottom: 2px;
}
.broadcast-announcement-close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 10px;
  color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .04);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.broadcast-announcement-close:hover {
  color: #fff;
  border-color: rgba(192, 132, 252, .28);
  background: rgba(168, 85, 247, .12);
}
.broadcast-announcement-close .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.2;
}
.broadcast-announcement-orb {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #9333ea, #c026d3 58%, #7c3aed);
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 10px rgba(124, 58, 237, .14),
    0 18px 36px rgba(109, 40, 217, .34);
}
.broadcast-announcement-orb .icon {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}
.broadcast-announcement-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(192, 132, 252, .28);
  border-radius: 999px;
  color: #c4b5fd;
  background: rgba(124, 58, 237, .14);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.broadcast-announcement-card strong {
  display: block;
  margin-top: 14px;
  color: #f5f3ff;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 800;
}
.broadcast-announcement-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.broadcast-announcement-divider {
  position: relative;
  display: block;
  height: 1px;
  margin: 22px 0 20px;
  background: linear-gradient(90deg, transparent, rgba(192, 132, 252, .32), transparent);
}
.broadcast-announcement-divider i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #a855f7;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 14px rgba(168, 85, 247, .55);
}
.broadcast-announcement-join-btn {
  width: 100%;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(124, 58, 237, .28);
  transition: transform .16s ease, box-shadow .16s ease;
}
.broadcast-announcement-join-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(124, 58, 237, .34);
}
.broadcast-announcement-join-btn:active {
  transform: scale(.98);
}
.broadcast-announcement-join-btn .icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  stroke-width: 2.5;
}
@media (max-width:760px) {
  .broadcast-announcement-card {
    padding: 14px 16px 22px;
    border-radius: 24px;
  }
  .broadcast-announcement-join-btn {
    min-height: 42px;
    font-size: 13px;
  }
}
