body.ag-wow {
  --wow-bg: #0f0d0b;
  --wow-panel: #151311;
  --wow-line: rgba(255, 255, 255, 0.08);
  --wow-text: #f3efe9;
  --wow-muted: rgba(243, 239, 233, 0.68);
  --wow-muted-2: rgba(243, 239, 233, 0.46);
  --wow-gold: #d8a648;
  --wow-gold-strong: #f0c268;
  --wow-shadow: 0 28px 70px rgba(0, 0, 0, 0.46);
  --wow-radius-sm: 16px;
  --wow-radius-md: 22px;
  --wow-radius-lg: 28px;
  --wow-type-overline: 11px;
  --wow-type-body-sm: 13px;
  --wow-type-body-md: 14px;
  --wow-type-body-lg: 15px;
  --wow-type-section: 18px;
  --wow-type-title: clamp(31px, 3vw, 46px);
  --wow-type-feature: clamp(24px, 2vw, 34px);
  background:
    radial-gradient(72rem 42rem at 78% -14%, rgba(216, 166, 72, 0.16), transparent 56%),
    radial-gradient(42rem 32rem at -8% 110%, rgba(216, 166, 72, 0.08), transparent 56%),
    linear-gradient(180deg, #0c0b09 0%, #0f0d0b 52%, #12100e 100%) !important;
  color: var(--wow-text) !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ag-wow .font-serif,
body.ag-wow h1.font-serif,
body.ag-wow h2.font-serif,
body.ag-wow h3.font-serif,
body.ag-wow h4.font-serif {
  font-family: "Cormorant Garamond", "Jeju Myeongjo", Georgia, serif !important;
  letter-spacing: -0.02em;
}

body.ag-wow .text-muted {
  color: var(--wow-muted) !important;
}

body.ag-wow .text-muted2 {
  color: var(--wow-muted-2) !important;
}

body.ag-wow .text-gold {
  color: var(--wow-gold-strong) !important;
}

body.ag-wow .card-panel {
  background: linear-gradient(180deg, rgba(25, 22, 19, 0.94) 0%, rgba(16, 15, 13, 0.98) 100%) !important;
  border: 1px solid var(--wow-line) !important;
  border-radius: 26px !important;
  box-shadow: var(--wow-shadow) !important;
  backdrop-filter: blur(18px);
}

body.ag-wow .card-hover:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 166, 72, 0.28) !important;
  background: linear-gradient(180deg, rgba(31, 28, 24, 0.98) 0%, rgba(19, 17, 15, 0.98) 100%) !important;
}

body.ag-wow .identity-logout-btn {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--wow-text) !important;
  font-family: "Cormorant Garamond", "Jeju Myeongjo", Georgia, serif;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

body.ag-wow .identity-logout-btn:hover {
  transform: translateY(-1px);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

body.ag-wow #statusScreen,
body.ag-wow #loaderScreen,
body.ag-wow #authScreen {
  background:
    radial-gradient(30rem 24rem at 50% 0%, rgba(216, 166, 72, 0.12), transparent 60%),
    rgba(15, 13, 11, 0.98) !important;
}

body.ag-wow #mainLayout {
  max-width: 1720px !important;
  padding: 28px 30px 40px !important;
  gap: 34px !important;
}

body.ag-wow #mainLayout > aside {
  display: flex !important;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 22px 16px 18px;
  border-right: 1px solid var(--wow-line);
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.96) 0%, rgba(13, 12, 10, 0.98) 100%);
  border-radius: 30px;
  box-shadow: var(--wow-shadow);
}

body.ag-wow #mainLayout > aside::-webkit-scrollbar {
  display: none;
}

body.ag-wow #mainLayout > aside > div:first-child {
  padding: 8px 14px 18px !important;
  margin-bottom: 18px !important;
  align-items: center !important;
  flex-direction: row;
  gap: 10px !important;
}

body.ag-wow #mainLayout > aside > div:first-child.h-full {
  padding: 20px !important;
  margin-bottom: 0 !important;
  align-items: stretch !important;
  flex-direction: column !important;
  gap: 24px !important;
}

body.ag-wow #mainLayout > aside > div:first-child.h-full > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 !important;
  margin: 0 !important;
}

body.ag-wow #mainLayout > aside > div:first-child img {
  display: block !important;
  width: auto !important;
  height: 34px !important;
  max-width: 176px !important;
  object-fit: contain !important;
  object-position: left center !important;
  flex: 0 0 auto !important;
}

body.ag-wow #mainLayout > aside > div:first-child.h-full > div:first-child img {
  display: block !important;
  width: auto !important;
  height: 34px !important;
  max-width: 176px !important;
  object-fit: contain !important;
  object-position: left center !important;
  flex: 0 0 auto !important;
}

body.ag-wow #mainLayout > aside > div:first-child > span {
  display: none !important;
}

body.ag-wow .wow-sidebar-brand-copy {
  display: none;
}

body.ag-wow #mainLayout > aside nav {
  gap: 8px !important;
  padding-right: 0 !important;
}

body.ag-wow #mainLayout > aside nav > a {
  position: relative;
  min-height: 56px !important;
  padding: 0 16px !important;
  border-radius: 16px !important;
  color: var(--wow-muted) !important;
  border: 1px solid transparent;
  background: transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

body.ag-wow #mainLayout > aside nav > a:hover {
  transform: translateX(2px);
  color: var(--wow-text) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

body.ag-wow .nav-link-active,
body.ag-wow #mainLayout > aside nav > a.nav-link-active {
  color: var(--wow-text) !important;
  border-right: 0 !important;
  border-color: rgba(216, 166, 72, 0.14) !important;
  background: linear-gradient(90deg, rgba(216, 166, 72, 0.16) 0%, rgba(255, 255, 255, 0.03) 66%) !important;
}

body.ag-wow .nav-link-active::before,
body.ag-wow #mainLayout > aside nav > a.nav-link-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 999px;
  background: var(--wow-gold);
  box-shadow: 0 0 14px rgba(216, 166, 72, 0.5);
}

body.ag-wow #mainLayout > aside .mt-auto {
  margin-top: auto;
  flex-shrink: 0;
  padding: 18px !important;
  border: 1px solid var(--wow-line) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(24, 21, 18, 0.88) 0%, rgba(16, 15, 13, 0.98) 100%) !important;
}

body.ag-wow #mainLayout > main {
  gap: 30px !important;
}

body.ag-wow #mainLayout > main > header:first-of-type h1 {
  font-size: var(--wow-type-title) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em;
}

body.ag-wow #mainLayout > main > header:first-of-type p {
  margin-top: 10px !important;
  font-size: var(--wow-type-body-md) !important;
  color: var(--wow-muted) !important;
}

body.ag-wow input,
body.ag-wow select,
body.ag-wow textarea,
body.ag-wow .input-field {
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: var(--wow-text) !important;
  box-shadow: none !important;
}

body.ag-wow input:focus,
body.ag-wow select:focus,
body.ag-wow textarea:focus,
body.ag-wow .input-field:focus {
  border-color: rgba(216, 166, 72, 0.46) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 0 0 3px rgba(216, 166, 72, 0.1) !important;
}

body.ag-wow .btn-gold {
  background: linear-gradient(135deg, var(--wow-gold) 0%, #b98331 100%) !important;
  color: #130f0b !important;
  border-radius: 999px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(216, 166, 72, 0.2);
}

body.ag-wow .wow-topbar {
  align-items: flex-start !important;
}

body.ag-wow .wow-login-brand img {
  display: block !important;
  width: auto !important;
  height: 40px !important;
  max-width: 220px !important;
  object-fit: contain !important;
  object-position: left center !important;
  flex: 0 0 auto !important;
}

body.ag-wow .wow-page-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.ag-wow .wow-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid var(--wow-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(216, 166, 72, 0.92) !important;
  font-size: var(--wow-type-overline);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.ag-wow .wow-page-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--wow-gold);
  box-shadow: 0 0 12px rgba(216, 166, 72, 0.55);
}

body.ag-wow .wow-page-title {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Cormorant Garamond", "Jeju Myeongjo", Georgia, serif !important;
  font-size: var(--wow-type-title) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.04em !important;
}

body.ag-wow .wow-page-subtitle {
  max-width: 60ch;
  margin: 0 !important;
  color: var(--wow-muted) !important;
  font-size: var(--wow-type-body-lg) !important;
  line-height: 1.56 !important;
}

body.ag-wow .wow-detail-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--wow-muted-2) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.ag-wow .wow-detail-breadcrumbs a {
  color: var(--wow-muted) !important;
  transition: color .18s ease;
}

body.ag-wow .wow-detail-breadcrumbs a:hover {
  color: var(--wow-gold-strong) !important;
}

body.ag-wow .wow-detail-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

body.ag-wow .wow-detail-title-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.ag-wow .wow-detail-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.ag-wow .wow-inline-alert {
  border: 1px solid rgba(216, 166, 72, 0.2) !important;
  border-radius: 18px !important;
  background: rgba(216, 166, 72, 0.08) !important;
  color: rgba(240, 194, 104, 0.94) !important;
}

body.ag-wow .wow-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

body.ag-wow .wow-section-title {
  margin: 0;
  color: #fff;
  font-family: "Jeju Myeongjo", Georgia, serif;
  font-size: var(--wow-type-section);
  line-height: 1.18;
}

body.ag-wow .wow-section-link {
  color: rgba(216, 166, 72, 0.86) !important;
  font-size: var(--wow-type-overline) !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  transition: color .18s ease, opacity .18s ease;
}

body.ag-wow .wow-section-link:hover {
  color: var(--wow-gold-strong) !important;
  opacity: 1 !important;
}

body.ag-wow .wow-profile-chip {
  min-height: 62px;
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  padding: 8px 10px 8px 18px !important;
  border-radius: 22px !important;
  border: 1px solid var(--wow-line) !important;
  background: linear-gradient(180deg, rgba(24, 21, 18, 0.92) 0%, rgba(16, 15, 13, 0.98) 100%) !important;
  box-shadow: none !important;
}

body.ag-wow .wow-profile-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: right;
}

body.ag-wow .wow-profile-title {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

body.ag-wow .wow-profile-subtitle {
  margin: 0;
  color: var(--wow-muted-2);
  font-size: 11px;
  line-height: 1.35;
}

body.ag-wow .wow-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(216, 166, 72, 0.12);
  border: 1px solid rgba(216, 166, 72, 0.18);
  color: var(--wow-gold);
  flex: 0 0 auto;
}

body.ag-wow .wow-icon-button {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 18px !important;
  border: 1px solid var(--wow-line) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

body.ag-wow .wow-icon-button:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 166, 72, 0.3) !important;
  background: rgba(216, 166, 72, 0.08) !important;
}

body.ag-wow .wow-notif-badge {
  top: 7px !important;
  right: 7px !important;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  border-width: 2px !important;
  border-color: #120f0d !important;
  background: var(--wow-gold) !important;
  color: #1a130d !important;
  font-size: 9px !important;
  font-weight: 800 !important;
}

body.ag-wow .wow-stat-card {
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--wow-radius-md) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

body.ag-wow .wow-stat-label {
  display: block;
  margin-bottom: 8px;
  color: var(--wow-muted-2) !important;
  font-size: var(--wow-type-overline) !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body.ag-wow .wow-stat-value {
  display: block;
  color: #fff !important;
  font-family: "Cormorant Garamond", "Jeju Myeongjo", Georgia, serif !important;
  font-size: clamp(26px, 1.8vw, 32px) !important;
  line-height: 1 !important;
}

body.ag-wow .wow-stat-meta {
  display: block;
  margin-top: 6px;
  color: var(--wow-muted) !important;
  font-size: var(--wow-type-body-sm) !important;
  line-height: 1.45 !important;
}

body.ag-wow .wow-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(216, 166, 72, 0.18);
  background: rgba(216, 166, 72, 0.1);
  color: rgba(216, 166, 72, 0.92) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body.ag-wow .wow-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.ag-wow .wow-action-tile {
  min-height: 112px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: space-between;
  gap: 16px;
  padding: 16px !important;
  border-radius: var(--wow-radius-md) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, rgba(24, 21, 18, 0.72) 0%, rgba(16, 15, 13, 0.92) 100%) !important;
}

body.ag-wow .wow-action-tile:hover {
  border-color: rgba(216, 166, 72, 0.26) !important;
  background: linear-gradient(180deg, rgba(33, 29, 25, 0.96) 0%, rgba(18, 16, 14, 0.98) 100%) !important;
}

body.ag-wow .wow-action-tile svg {
  width: 20px;
  height: 20px;
  color: rgba(216, 166, 72, 0.88);
}

body.ag-wow .wow-action-label {
  color: rgba(243, 239, 233, 0.78) !important;
  font-size: var(--wow-type-overline) !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.ag-wow .wow-outline-btn,
body.ag-wow .wow-soft-btn,
body.ag-wow .wow-ghost-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

body.ag-wow .wow-readable-btn {
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  font-size: 13px !important;
}

body.ag-wow .wow-outline-btn {
  border: 1px solid rgba(216, 166, 72, 0.22);
  background: rgba(216, 166, 72, 0.08);
  color: rgba(216, 166, 72, 0.94) !important;
}

body.ag-wow .wow-outline-btn:hover {
  background: rgba(216, 166, 72, 0.14);
  border-color: rgba(216, 166, 72, 0.34);
}

body.ag-wow .wow-soft-btn {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(243, 239, 233, 0.76) !important;
}

body.ag-wow .wow-soft-btn:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07);
}

body.ag-wow .wow-ghost-btn {
  border: 1px solid transparent;
  background: transparent;
  color: var(--wow-muted) !important;
}

body.ag-wow .wow-ghost-btn:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.05);
}

body.ag-wow .wow-danger-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(239, 68, 68, 0.22);
  background: rgba(239, 68, 68, 0.06);
  color: rgba(248, 113, 113, 0.94) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

body.ag-wow .wow-danger-btn:hover:not(:disabled) {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(248, 113, 113, 0.34);
}

body.ag-wow .wow-danger-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

body.ag-wow .wow-filter-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px !important;
}

body.ag-wow .wow-filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ag-wow .wow-filter-label {
  color: var(--wow-muted) !important;
  font-size: var(--wow-type-overline) !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

body.ag-wow .wow-pager {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.ag-wow .wow-pager-btn {
  width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

body.ag-wow .wow-pager-btn:hover:not(:disabled) {
  border-color: rgba(216, 166, 72, 0.26) !important;
  color: #fff !important;
  background: rgba(216, 166, 72, 0.08) !important;
}

body.ag-wow .wow-empty-shell {
  padding: 28px !important;
  border-radius: var(--wow-radius-lg) !important;
  border: 1px dashed rgba(255, 255, 255, 0.12) !important;
  background: linear-gradient(180deg, rgba(24, 21, 18, 0.66) 0%, rgba(15, 13, 11, 0.88) 100%) !important;
}

body.ag-wow .wow-detail-empty {
  max-width: 860px;
  min-height: 380px;
  margin: 24px auto 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

body.ag-wow .wow-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

body.ag-wow .wow-footer-shell {
  margin-top: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.ag-wow .wow-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.ag-wow .wow-footer-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.ag-wow .wow-footer-kicker {
  color: rgba(216, 166, 72, 0.86) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body.ag-wow .wow-footer-text {
  color: var(--wow-muted) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

body.ag-wow .wow-list-item {
  padding: 18px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--wow-radius-md) !important;
  background: rgba(255, 255, 255, 0.025) !important;
}

body.ag-wow .wow-list-item:hover {
  border-color: rgba(216, 166, 72, 0.2) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

body.ag-wow .wow-list-title {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.ag-wow .wow-list-text {
  color: var(--wow-muted) !important;
  font-size: var(--wow-type-body-sm) !important;
  line-height: 1.5 !important;
}

body.ag-wow .wow-login-card {
  max-width: 540px !important;
  padding: 36px !important;
  border-radius: 32px !important;
}

body.ag-wow .wow-login-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

body.ag-wow .wow-login-brand-title {
  margin: 0;
  color: var(--wow-gold);
  font-family: "Cormorant Garamond", "Jeju Myeongjo", Georgia, serif;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.ag-wow .wow-login-brand-name {
  margin: 4px 0 0;
  color: var(--wow-gold-strong);
  font-family: "Cormorant Garamond", "Jeju Myeongjo", Georgia, serif;
  font-size: 34px;
  line-height: 0.94;
}

body.ag-wow .wow-login-kicker {
  margin: 0 0 14px;
  color: rgba(216, 166, 72, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  body.ag-wow .wow-detail-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  body.ag-wow .wow-detail-actions {
    width: 100%;
  }

  body.ag-wow .wow-detail-empty {
    min-height: 320px;
    margin-top: 16px;
  }
}

body.ag-wow .wow-login-title {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Jeju Myeongjo", Georgia, serif;
  font-size: clamp(42px, 5vw, 56px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

body.ag-wow .wow-login-copy {
  margin-top: 18px;
  color: var(--wow-muted);
  font-size: 15px;
  line-height: 1.65;
}

body.ag-wow .wow-field-label {
  color: rgba(216, 166, 72, 0.82) !important;
  font-size: var(--wow-type-overline) !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body.ag-wow .wow-note-box,
body.ag-wow .wow-message-box {
  border-radius: 20px !important;
  padding: 14px 16px !important;
}

body.ag-wow .wow-note-box {
  border: 1px solid rgba(216, 166, 72, 0.2) !important;
  background: rgba(216, 166, 72, 0.1) !important;
}

body.ag-wow .wow-message-box {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

body.ag-wow table {
  border-collapse: separate;
  border-spacing: 0;
}

body.ag-wow th {
  color: var(--wow-muted-2) !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

body.ag-wow td {
  color: var(--wow-text) !important;
}

body.ag-wow tbody tr:hover {
  background: rgba(255, 255, 255, 0.025) !important;
}

body.ag-wow .skeleton {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 25%, rgba(216, 166, 72, 0.12) 50%, rgba(255, 255, 255, 0.03) 75%) !important;
  background-size: 200% 100% !important;
}

@media (max-width: 1180px) {
  body.ag-wow #mainLayout {
    padding: 22px 18px 34px !important;
    grid-template-columns: 1fr !important;
  }

  body.ag-wow #mainLayout > aside {
    display: none !important;
  }
}

@media (max-width: 820px) {
  body.ag-wow .wow-topbar {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.ag-wow .wow-filter-shell {
    flex-direction: column;
    align-items: stretch;
  }

  body.ag-wow .wow-profile-chip {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  body.ag-wow {
    --wow-type-title: clamp(28px, 10vw, 40px);
  }

  body.ag-wow .wow-detail-title-row:has(.wow-page-meta) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 14px 12px;
  }

  body.ag-wow .wow-detail-title-row:has(.wow-page-meta) > :first-child {
    grid-column: 1;
  }

  body.ag-wow .wow-detail-title-row:has(.wow-page-meta) > div:first-child {
    align-items: flex-start !important;
  }

  body.ag-wow .wow-detail-title-row:has(.wow-page-meta) .wow-page-meta {
    grid-column: 2;
    min-width: 0;
  }

  body.ag-wow .wow-detail-title-row:has(.wow-page-meta) > :last-child {
    grid-column: 3;
    justify-self: end;
    align-self: start;
  }

  body.ag-wow .wow-detail-title-row:has(.wow-page-meta) .wow-icon-button {
    width: 44px;
    height: 44px;
    border-radius: 16px !important;
  }

  body.ag-wow .wow-action-grid {
    grid-template-columns: 1fr;
  }

  body.ag-wow .wow-login-card {
    padding: 28px 22px !important;
    border-radius: 26px !important;
  }

  body.ag-wow .wow-login-brand-name {
    font-size: 28px;
  }

  body.ag-wow .wow-login-title {
    font-size: clamp(34px, 12vw, 44px);
  }
}

body.ag-wow .wow-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 130;
  pointer-events: none;
}

body.ag-wow .wow-mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(7, 6, 5, 0.76);
  backdrop-filter: blur(8px);
  transition: opacity .28s ease;
}

body.ag-wow .wow-mobile-menu-panel {
  position: absolute;
  top: 16px;
  left: 16px;
  bottom: 16px;
  width: min(368px, calc(100vw - 32px));
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--wow-line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(19, 17, 15, 0.98) 0%, rgba(12, 11, 9, 0.99) 100%);
  box-shadow: var(--wow-shadow);
  transform: translateX(calc(-100% - 24px));
  transition: transform .34s cubic-bezier(.22, .61, .36, 1);
}

body.ag-wow.wow-menu-open {
  overflow: hidden;
}

body.ag-wow.wow-menu-open .wow-mobile-menu {
  pointer-events: auto;
}

body.ag-wow.wow-menu-open .wow-mobile-menu-backdrop {
  opacity: 1;
}

body.ag-wow.wow-menu-open .wow-mobile-menu-panel {
  transform: translateX(0);
}

body.ag-wow .wow-mobile-menu-header,
body.ag-wow .wow-mobile-menu-brand,
body.ag-wow .wow-mobile-menu-identity,
body.ag-wow .wow-mobile-menu-link,
body.ag-wow .wow-mobile-menu-trigger-wrap {
  display: flex;
  align-items: center;
}

body.ag-wow .wow-mobile-menu-header,
body.ag-wow .wow-mobile-menu-footer {
  gap: 12px;
}

body.ag-wow .wow-mobile-menu-header {
  justify-content: space-between;
}

body.ag-wow .wow-mobile-menu-brand,
body.ag-wow .wow-mobile-menu-identity {
  gap: 12px;
  min-width: 0;
}

body.ag-wow .wow-mobile-menu-brand img,
body.ag-wow .wow-mobile-menu-trigger-logo {
  display: block;
  width: auto;
  height: 38px;
  max-width: 172px;
  object-fit: contain;
  object-position: left center;
}

body.ag-wow .wow-mobile-menu-kicker,
body.ag-wow .wow-mobile-menu-section-title,
body.ag-wow .wow-mobile-menu-role {
  margin: 0;
  color: var(--wow-muted-2);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.ag-wow .wow-mobile-menu-title,
body.ag-wow .wow-mobile-menu-name {
  margin: 4px 0 0;
  color: var(--wow-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

body.ag-wow .wow-mobile-menu-content {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 4px;
}

body.ag-wow .wow-mobile-menu-content::-webkit-scrollbar {
  display: none;
}

body.ag-wow .wow-mobile-menu-section + .wow-mobile-menu-section {
  margin-top: 18px;
}

body.ag-wow .wow-mobile-menu-section-title {
  margin-bottom: 10px;
}

body.ag-wow .wow-mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.ag-wow .wow-mobile-menu-link {
  gap: 12px;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: var(--wow-muted);
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

body.ag-wow .wow-mobile-menu-link:hover {
  transform: translateX(2px);
  color: var(--wow-text);
  background: rgba(255, 255, 255, 0.04);
}

body.ag-wow .wow-mobile-menu-link.is-active {
  color: var(--wow-text);
  border-color: rgba(216, 166, 72, 0.18);
  background: linear-gradient(90deg, rgba(216, 166, 72, 0.18) 0%, rgba(255, 255, 255, 0.04) 72%);
}

body.ag-wow .wow-mobile-menu-link-icon,
body.ag-wow .wow-mobile-menu-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(216, 166, 72, 0.10);
  color: var(--wow-gold-strong);
}

body.ag-wow .wow-mobile-menu-link svg,
body.ag-wow .wow-mobile-menu-close svg,
body.ag-wow .wow-mobile-menu-button svg,
body.ag-wow .wow-floating-menu-button svg,
body.ag-wow .wow-mobile-menu-avatar svg {
  width: 20px;
  height: 20px;
}

body.ag-wow .wow-mobile-menu-close,
body.ag-wow .wow-mobile-menu-button,
body.ag-wow .wow-floating-menu-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--wow-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--wow-gold-strong);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

body.ag-wow .wow-mobile-menu-close:hover,
body.ag-wow .wow-mobile-menu-button:hover,
body.ag-wow .wow-floating-menu-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

body.ag-wow .wow-mobile-menu-footer {
  flex-direction: column;
  align-items: stretch;
  padding-top: 16px;
  border-top: 1px solid var(--wow-line);
}

body.ag-wow .wow-mobile-menu-identity-copy {
  min-width: 0;
}

body.ag-wow .wow-mobile-menu-role {
  margin-top: 3px;
}

body.ag-wow .wow-mobile-menu-logout {
  margin-top: 2px;
}

body.ag-wow .wow-mobile-menu-trigger-wrap {
  gap: 14px;
  min-width: 0;
}

body.ag-wow .wow-floating-menu-button {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 80;
}

body.ag-wow.wow-menu-open .wow-floating-menu-button {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  body.ag-wow .wow-mobile-menu,
  body.ag-wow .wow-mobile-menu-trigger-wrap,
  body.ag-wow .wow-floating-menu-button {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  body.ag-wow .wow-mobile-menu-button,
  body.ag-wow .wow-floating-menu-button {
    backdrop-filter: blur(16px);
  }
}

@media (max-width: 640px) {
  body.ag-wow .wow-mobile-menu-panel {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    padding: 18px;
    border-radius: 24px;
  }

  body.ag-wow .wow-mobile-menu-trigger-logo {
    height: 34px;
    max-width: 144px;
  }

  body.ag-wow .wow-mobile-menu-link {
    min-height: 50px;
  }
}
