/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/(dashboard)/dashboard/dashboard.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/* Premium dashboard landing — centered hero, KPI grid, quick actions */

.dashboard_page__AQyvm {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.5rem 1rem 3rem;
  position: relative;
  isolation: isolate;
}

.dashboard_hero__CibhK,
.dashboard_kpiSection__pauln {
  position: relative;
  z-index: 1;
}

/* Hero — centered avatar, welcome, hairline rule, GET STARTED + 3 action cards */
.dashboard_hero__CibhK {
  width: 100%;
}

.dashboard_heroIntro__XGrCY {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  /* Full .page width (max 1120px) — do not cap hero/cards narrower than KPI grid */
  margin: 0 auto;
  padding: 0.25rem 0 0.5rem;
  animation: dashboard_heroIntroIn__r1yxz 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

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

@media (prefers-reduced-motion: reduce) {
  .dashboard_heroIntro__XGrCY {
    animation: none;
  }
}

.dashboard_heroAvatarWrap__8nNYE {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.dashboard_heroIntro__XGrCY .dashboard_avatarRing__L6C_z {
  width: 100px;
  height: 100px;
  padding: 4px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 20px 50px -12px rgba(6, 182, 212, 0.35),
    0 0 80px -40px rgba(139, 92, 246, 0.45);
}

.dashboard_heroIntro__XGrCY .dashboard_avatarInitials__faNTK {
  font-size: 1.65rem;
}

.dashboard_heroWelcome__GpvD3 {
  width: 100%;
  margin-bottom: 1.5rem;
}

.dashboard_heroWelcome__GpvD3 .dashboard_welcomeLine__OlBsB {
  text-align: center;
}

/* Horizontal hairline — editorial separator */
.dashboard_heroRule__RJGI3 {
  width: 100%;
  max-width: min(52rem, 94vw);
  height: 1px;
  margin: 0 auto 1.35rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(148, 163, 184, 0.08) 8%,
    rgba(148, 163, 184, 0.38) 50%,
    rgba(148, 163, 184, 0.08) 92%,
    transparent 100%
  );
}

[data-theme="light"] .dashboard_heroRule__RJGI3 {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(71, 85, 105, 0.1) 8%,
    rgba(71, 85, 105, 0.28) 50%,
    rgba(71, 85, 105, 0.1) 92%,
    transparent 100%
  );
}

.dashboard_getStartedWrap__cy5g6 {
  width: 100%;
  margin: 0 auto;
  padding: 0.35rem 0 0.5rem;
}

/* Editorial headline — VlagsterCoda, gradient metal on dark / ink on light */
.dashboard_getStartedHead__sbOVw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.dashboard_getStartedHeading__Q8kDz {
  margin: 0;
  max-width: 22ch;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 2.6vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(120deg, #ffffff 0%, #e2e8f0 45%, #94a3b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .dashboard_getStartedHeading__Q8kDz {
  background: linear-gradient(120deg, #0f172a 0%, #334155 55%, #64748b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.dashboard_getStartedHeadingAccent__peiHp {
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.85), rgba(167, 139, 250, 0.85), transparent);
  opacity: 0.85;
}

[data-theme="light"] .dashboard_getStartedHeadingAccent__peiHp {
  background: linear-gradient(90deg, transparent, rgba(8, 145, 178, 0.7), rgba(124, 58, 237, 0.65), transparent);
}

/* Awwwards-style tiles: index watermark, icon, type, soft lift */
.dashboard_getStartedGrid__ExMq2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  width: 100%;
}

@media (max-width: 960px) {
  .dashboard_getStartedGrid__ExMq2 {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
}

.dashboard_getStartedCard__9AdRI {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 260px;
  padding: 1.65rem 1.45rem 1.4rem;
  border-radius: 22px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(15, 23, 42, 0.35) 55%, rgba(15, 23, 42, 0.65) 100%);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s ease,
    box-shadow 0.55s ease;
}

.dashboard_getStartedCard__9AdRI:hover {
  transform: translateY(-10px);
}

[data-theme="light"] .dashboard_getStartedCard__9AdRI {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-color: rgba(15, 23, 42, 0.07);
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.06);
}

.dashboard_getStartedIndex__QLB0f {
  position: absolute;
  top: 0.35rem;
  right: 0.5rem;
  font-family: var(--font-kpi);
  font-size: clamp(3.25rem, 8vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.4s ease;
  z-index: 0;
}

[data-theme="light"] .dashboard_getStartedIndex__QLB0f {
  color: rgba(15, 23, 42, 0.05);
}

.dashboard_getStartedCardBody__6nLX6 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  height: 100%;
  min-height: 0;
}

.dashboard_getStartedIcon__1IrJA {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    background 0.4s ease,
    border-color 0.35s ease;
}

.dashboard_getStartedIcon__1IrJA img {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) opacity(0.88);
  transition: filter 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

[data-theme="light"] .dashboard_getStartedIcon__1IrJA {
  background: #f1f5f9;
  border-color: rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .dashboard_getStartedIcon__1IrJA img {
  filter: none;
  opacity: 0.88;
}

.dashboard_getStartedCardTitle__pcYBh {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text-primary, #f8fafc);
  transition: color 0.35s ease;
}

[data-theme="light"] .dashboard_getStartedCardTitle__pcYBh {
  color: #0f172a;
}

.dashboard_getStartedCardDesc__4ts_Z {
  margin: 0;
  flex: 1 1 auto;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  line-height: 1.58;
  letter-spacing: 0.01em;
  text-align: left;
  color: rgba(148, 163, 184, 0.95);
}

[data-theme="light"] .dashboard_getStartedCardDesc__4ts_Z {
  color: #64748b;
}

.dashboard_getStartedCta__TQrFp {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.75);
  transition: color 0.35s ease, gap 0.35s ease;
}

.dashboard_getStartedCtaArrow__k3saF {
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.dashboard_getStartedCard__9AdRI:hover .dashboard_getStartedCtaArrow__k3saF {
  transform: translateX(4px);
}

[data-theme="light"] .dashboard_getStartedCta__TQrFp {
  color: #64748b;
}

/* Accent borders / glow on hover */
.dashboard_getStartedCardFiles__IdhZh {
  border-color: rgba(34, 211, 238, 0.12);
}

.dashboard_getStartedCardFiles__IdhZh:hover {
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 28px 56px -28px rgba(34, 211, 238, 0.22);
}

.dashboard_getStartedCardTraining__Xi1A7 {
  border-color: rgba(167, 139, 250, 0.14);
}

.dashboard_getStartedCardTraining__Xi1A7:hover {
  border-color: rgba(167, 139, 250, 0.48);
  box-shadow: 0 28px 56px -28px rgba(139, 92, 246, 0.2);
}

.dashboard_getStartedCardChat__Re6S4 {
  border-color: rgba(var(--accent-rgb), 0.22);
}

.dashboard_getStartedCardChat__Re6S4:hover {
  border-color: rgba(var(--accent-rgb), 0.48);
  box-shadow: 0 28px 56px -28px rgba(var(--accent-rgb), 0.22);
}

[data-theme="light"] .dashboard_getStartedCardFiles__IdhZh:hover {
  box-shadow: 0 20px 40px -24px rgba(8, 145, 178, 0.2);
}

[data-theme="light"] .dashboard_getStartedCardTraining__Xi1A7:hover {
  box-shadow: 0 20px 40px -24px rgba(124, 58, 237, 0.18);
}

[data-theme="light"] .dashboard_getStartedCardChat__Re6S4:hover {
  box-shadow: 0 20px 40px -24px rgba(26, 115, 232, 0.18);
}

/* Card hover — icon tint + lifted shadow (matches legacy action cards) */
.dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedIcon__1IrJA {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.22), rgba(6, 182, 212, 0.08));
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 10px 22px -10px rgba(34, 211, 238, 0.45),
    0 0 24px rgba(34, 211, 238, 0.2);
}

.dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedIcon__1IrJA img {
  filter: invert(1) brightness(1.1) drop-shadow(0 0 6px rgba(34, 211, 238, 0.45));
}

.dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedCardTitle__pcYBh {
  color: #67e8f9;
}

.dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedIndex__QLB0f {
  color: rgba(34, 211, 238, 0.52);
}

.dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedIcon__1IrJA {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(167, 139, 250, 0.26), rgba(109, 40, 217, 0.1));
  border-color: rgba(167, 139, 250, 0.38);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 10px 22px -10px rgba(139, 92, 246, 0.42),
    0 0 24px rgba(139, 92, 246, 0.22);
}

.dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedIcon__1IrJA img {
  filter: invert(1) brightness(1.08) drop-shadow(0 0 6px rgba(167, 139, 250, 0.45));
}

.dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedCardTitle__pcYBh {
  color: #c4b5fd;
}

.dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedIndex__QLB0f {
  color: rgba(196, 181, 253, 0.55);
}

.dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedIcon__1IrJA {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(var(--accent-rgb), 0.28), rgba(var(--accent-rgb), 0.1));
  border-color: rgba(var(--accent-rgb), 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 10px 22px -10px rgba(var(--accent-rgb), 0.45),
    0 0 24px rgba(var(--accent-rgb), 0.22);
}

.dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedIcon__1IrJA img {
  filter: invert(1) brightness(1.08) drop-shadow(0 0 6px rgba(var(--accent-rgb), 0.45));
}

.dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedCardTitle__pcYBh {
  color: var(--accent);
}

.dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedIndex__QLB0f {
  color: rgba(var(--accent-rgb), 0.5);
}

[data-theme="light"] .dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedIcon__1IrJA {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(207, 250, 254, 0.9), rgba(165, 243, 252, 0.5));
  border-color: rgba(8, 145, 178, 0.35);
  box-shadow: 0 8px 22px -8px rgba(8, 145, 178, 0.28);
}

[data-theme="light"] .dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedIcon__1IrJA img {
  filter: none;
  opacity: 0.95;
}

[data-theme="light"] .dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedCardTitle__pcYBh {
  color: #0891b2;
}

[data-theme="light"] .dashboard_getStartedCardFiles__IdhZh:hover .dashboard_getStartedIndex__QLB0f {
  color: rgba(8, 145, 178, 0.42);
}

[data-theme="light"] .dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedIcon__1IrJA {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(237, 233, 254, 0.95), rgba(221, 214, 254, 0.65));
  border-color: rgba(124, 58, 237, 0.28);
  box-shadow: 0 8px 22px -8px rgba(124, 58, 237, 0.22);
}

[data-theme="light"] .dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedIcon__1IrJA img {
  filter: none;
  opacity: 0.95;
}

[data-theme="light"] .dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedCardTitle__pcYBh {
  color: #7c3aed;
}

[data-theme="light"] .dashboard_getStartedCardTraining__Xi1A7:hover .dashboard_getStartedIndex__QLB0f {
  color: rgba(124, 58, 237, 0.4);
}

[data-theme="light"] .dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedIcon__1IrJA {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(219, 234, 254, 0.95), rgba(191, 219, 254, 0.7));
  border-color: rgba(26, 115, 232, 0.32);
  box-shadow: 0 8px 22px -8px rgba(26, 115, 232, 0.26);
}

[data-theme="light"] .dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedIcon__1IrJA img {
  filter: none;
  opacity: 0.95;
}

[data-theme="light"] .dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedCardTitle__pcYBh {
  color: var(--accent);
}

[data-theme="light"] .dashboard_getStartedCardChat__Re6S4:hover .dashboard_getStartedIndex__QLB0f {
  color: rgba(26, 115, 232, 0.45);
}

/* Info strip + Legal panel — flex gap avoids overlap on client-side navigation (no margin collapse) */
.dashboard_dashboardStack__SX2io {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: 2.5rem;
  width: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
}

.dashboard_avatarRing__L6C_z {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.85), rgba(59, 130, 246, 0.75), rgba(139, 92, 246, 0.7));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 12px 40px rgba(6, 182, 212, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard_avatarImg__h_qS6 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--panel-bg, #0f1419);
}

.dashboard_avatarInitials__faNTK {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-primary, #e8eef4);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98));
}

[data-theme="light"] .dashboard_avatarInitials__faNTK {
  color: #0f172a;
  background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
}

.dashboard_welcomeLine__OlBsB {
  margin: 0;
  font-size: clamp(1.15rem, 2.8vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--text-secondary, rgba(226, 232, 240, 0.88));
}

.dashboard_welcomePrefix__tyJ_C {
  font-weight: 400;
  opacity: 0.92;
}

.dashboard_nameAccent__vgb6q {
  font-weight: 700;
  background: linear-gradient(120deg, #22d3ee 0%, #38bdf8 35%, #6366f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(34, 211, 238, 0.25));
}

[data-theme="light"] .dashboard_nameAccent__vgb6q {
  background: linear-gradient(120deg, #0891b2 0%, #0284c7 40%, #4f46e5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* KPI — aligned with Files KPI: tinted glass, top/bottom accent streaks on hover */
.dashboard_kpiSection__pauln {
  margin-top: 2.5rem;
}

.dashboard_kpiGrid__9x0hD {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5, 1.25rem);
}

@media (max-width: 1024px) {
  .dashboard_kpiGrid__9x0hD {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .dashboard_kpiGrid__9x0hD {
    grid-template-columns: 1fr;
  }
}

.dashboard_kpiCard__dxGGP {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 172px;
  padding: 1.15rem 1rem 1.25rem;
  border-radius: 14px;
  overflow: visible;
  text-align: center;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.dashboard_kpiCard__dxGGP > * {
  position: relative;
  z-index: 1;
}

.dashboard_kpiCard__dxGGP::before,
.dashboard_kpiCard__dxGGP::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
  pointer-events: none;
}

.dashboard_kpiCard__dxGGP::before {
  top: 0;
  border-radius: 14px 14px 0 0;
}

.dashboard_kpiCard__dxGGP::after {
  bottom: 0;
  border-radius: 0 0 14px 14px;
}

.dashboard_kpiCard__dxGGP:hover::before,
.dashboard_kpiCard__dxGGP:hover::after {
  opacity: 1;
}

.dashboard_kpiCard__dxGGP:hover {
  transform: translateY(-3px);
}

.dashboard_kpiCardInner__lQZh4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
}

.dashboard_kpiIconWrap__3jiRI {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
}

.dashboard_kpiValue__YoNDl {
  font-family: var(--font-kpi, system-ui, sans-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

.dashboard_kpiLabel__0NLsD {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

.dashboard_kpiSub__tTcNY {
  align-self: stretch;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0.15rem 0 0;
  max-width: 100%;
  padding: 0 0.2rem;
  text-align: left;
  opacity: 0.88;
}

/* Cyan */
.dashboard_kpiCyan__VMJ0q {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.22), rgba(8, 145, 178, 0.14));
  border: 0.5px solid rgba(6, 182, 212, 0.42);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.dashboard_kpiCyan__VMJ0q::before,
.dashboard_kpiCyan__VMJ0q::after {
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.85), transparent);
}

.dashboard_kpiCyan__VMJ0q:hover {
  border-color: rgba(34, 211, 238, 0.88);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(6, 182, 212, 0.18);
}

.dashboard_kpiCyan__VMJ0q .dashboard_kpiValue__YoNDl {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 12px rgba(6, 182, 212, 0.35);
}

.dashboard_kpiCyan__VMJ0q:hover .dashboard_kpiValue__YoNDl {
  color: #7dd3fc;
  text-shadow: 0 2px 18px rgba(34, 211, 238, 0.55);
}

.dashboard_kpiCyan__VMJ0q .dashboard_kpiLabel__0NLsD {
  color: rgba(255, 255, 255, 0.72);
}

.dashboard_kpiCyan__VMJ0q .dashboard_kpiSub__tTcNY {
  color: rgba(255, 255, 255, 0.52);
}

/* Violet */
.dashboard_kpiViolet__TLe_9 {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.22), rgba(109, 40, 217, 0.14));
  border: 0.5px solid rgba(139, 92, 246, 0.42);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.dashboard_kpiViolet__TLe_9::before,
.dashboard_kpiViolet__TLe_9::after {
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.88), transparent);
}

.dashboard_kpiViolet__TLe_9:hover {
  border-color: rgba(167, 139, 250, 0.88);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(139, 92, 246, 0.2);
}

.dashboard_kpiViolet__TLe_9 .dashboard_kpiValue__YoNDl {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 12px rgba(139, 92, 246, 0.38);
}

.dashboard_kpiViolet__TLe_9:hover .dashboard_kpiValue__YoNDl {
  color: #ddd6fe;
  text-shadow: 0 2px 18px rgba(167, 139, 250, 0.52);
}

.dashboard_kpiViolet__TLe_9 .dashboard_kpiLabel__0NLsD {
  color: rgba(255, 255, 255, 0.72);
}

.dashboard_kpiViolet__TLe_9 .dashboard_kpiSub__tTcNY {
  color: rgba(255, 255, 255, 0.52);
}

/* Amber — same family as Files storage KPI */
.dashboard_kpiAmber__rdOhq {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.22), rgba(217, 119, 6, 0.14));
  border: 0.5px solid rgba(245, 158, 11, 0.4);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.dashboard_kpiAmber__rdOhq::before,
.dashboard_kpiAmber__rdOhq::after {
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.85), transparent);
}

.dashboard_kpiAmber__rdOhq:hover {
  border-color: rgba(245, 158, 11, 0.85);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(245, 158, 11, 0.2);
}

.dashboard_kpiAmber__rdOhq .dashboard_kpiValue__YoNDl {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 12px rgba(245, 158, 11, 0.35);
}

.dashboard_kpiAmber__rdOhq:hover .dashboard_kpiValue__YoNDl {
  color: #fde68a;
  text-shadow: 0 2px 18px rgba(251, 191, 36, 0.48);
}

.dashboard_kpiAmber__rdOhq .dashboard_kpiLabel__0NLsD {
  color: rgba(255, 255, 255, 0.7);
}

.dashboard_kpiAmber__rdOhq .dashboard_kpiSub__tTcNY {
  color: rgba(255, 255, 255, 0.52);
}

/* Emerald */
.dashboard_kpiEmerald__W6_QQ {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(5, 150, 105, 0.14));
  border: 0.5px solid rgba(16, 185, 129, 0.42);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.dashboard_kpiEmerald__W6_QQ::before,
.dashboard_kpiEmerald__W6_QQ::after {
  background: linear-gradient(90deg, transparent, rgba(52, 211, 153, 0.88), transparent);
}

.dashboard_kpiEmerald__W6_QQ:hover {
  border-color: rgba(52, 211, 153, 0.88);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(16, 185, 129, 0.2);
}

.dashboard_kpiEmerald__W6_QQ .dashboard_kpiValue__YoNDl {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 12px rgba(16, 185, 129, 0.35);
}

.dashboard_kpiEmerald__W6_QQ:hover .dashboard_kpiValue__YoNDl {
  color: #6ee7b7;
  text-shadow: 0 2px 18px rgba(52, 211, 153, 0.5);
}

.dashboard_kpiEmerald__W6_QQ .dashboard_kpiLabel__0NLsD {
  color: rgba(255, 255, 255, 0.72);
}

.dashboard_kpiEmerald__W6_QQ .dashboard_kpiSub__tTcNY {
  color: rgba(255, 255, 255, 0.52);
}

/* Light theme KPI — white cards + left accent stripe (Files pattern) */
[data-theme="light"] .dashboard_kpiCyan__VMJ0q {
  background: #fff;
  border: 1px solid rgba(6, 182, 212, 0.22);
  border-left: 3px solid rgba(6, 182, 212, 0.85);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.07);
}

[data-theme="light"] .dashboard_kpiCyan__VMJ0q .dashboard_kpiValue__YoNDl {
  color: #0e7490;
  text-shadow: none;
}

[data-theme="light"] .dashboard_kpiCyan__VMJ0q:hover .dashboard_kpiValue__YoNDl {
  color: #0891b2;
  text-shadow: 0 1px 12px rgba(8, 145, 178, 0.28);
}

[data-theme="light"] .dashboard_kpiCyan__VMJ0q .dashboard_kpiLabel__0NLsD,
[data-theme="light"] .dashboard_kpiCyan__VMJ0q .dashboard_kpiSub__tTcNY {
  color: #64748b;
}

[data-theme="light"] .dashboard_kpiViolet__TLe_9 {
  background: #fff;
  border: 1px solid rgba(139, 92, 246, 0.22);
  border-left: 3px solid rgba(124, 58, 237, 0.85);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.07);
}

[data-theme="light"] .dashboard_kpiViolet__TLe_9 .dashboard_kpiValue__YoNDl {
  color: #6d28d9;
  text-shadow: none;
}

[data-theme="light"] .dashboard_kpiViolet__TLe_9:hover .dashboard_kpiValue__YoNDl {
  color: #7c3aed;
  text-shadow: 0 1px 12px rgba(124, 58, 237, 0.28);
}

[data-theme="light"] .dashboard_kpiViolet__TLe_9 .dashboard_kpiLabel__0NLsD,
[data-theme="light"] .dashboard_kpiViolet__TLe_9 .dashboard_kpiSub__tTcNY {
  color: #64748b;
}

[data-theme="light"] .dashboard_kpiAmber__rdOhq {
  background: #fff;
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-left: 3px solid rgba(245, 158, 11, 0.8);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.07);
}

[data-theme="light"] .dashboard_kpiAmber__rdOhq .dashboard_kpiValue__YoNDl {
  color: #b45309;
  text-shadow: none;
}

[data-theme="light"] .dashboard_kpiAmber__rdOhq:hover .dashboard_kpiValue__YoNDl {
  color: #d97706;
  text-shadow: 0 1px 12px rgba(217, 119, 6, 0.28);
}

[data-theme="light"] .dashboard_kpiAmber__rdOhq .dashboard_kpiLabel__0NLsD,
[data-theme="light"] .dashboard_kpiAmber__rdOhq .dashboard_kpiSub__tTcNY {
  color: #64748b;
}

[data-theme="light"] .dashboard_kpiEmerald__W6_QQ {
  background: #fff;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-left: 3px solid rgba(5, 150, 105, 0.85);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.07);
}

[data-theme="light"] .dashboard_kpiEmerald__W6_QQ .dashboard_kpiValue__YoNDl {
  color: #047857;
  text-shadow: none;
}

[data-theme="light"] .dashboard_kpiEmerald__W6_QQ:hover .dashboard_kpiValue__YoNDl {
  color: #059669;
  text-shadow: 0 1px 12px rgba(5, 150, 105, 0.28);
}

[data-theme="light"] .dashboard_kpiEmerald__W6_QQ .dashboard_kpiLabel__0NLsD,
[data-theme="light"] .dashboard_kpiEmerald__W6_QQ .dashboard_kpiSub__tTcNY {
  color: #64748b;
}

/* Action cards — depth, radial glow, shine sweep, icon tile */
.dashboard_actionSection__OvbDI {
  margin-top: 2.35rem;
}

.dashboard_actionGrid__9zS8R {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

@media (max-width: 900px) {
  .dashboard_actionGrid__9zS8R {
    grid-template-columns: 1fr;
  }
}

.dashboard_actionCard__PyWs5 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  padding: 1.4rem 1.3rem 1.45rem;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 42%, rgba(0, 0, 0, 0.2) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 18px 48px -28px rgba(0, 0, 0, 0.55);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    box-shadow 0.45s ease;
}

.dashboard_actionCard__PyWs5::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(ellipse 55% 45% at 50% 0%, var(--ac-glow, rgba(255, 255, 255, 0.06)), transparent 72%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
  pointer-events: none;
}

.dashboard_actionCard__PyWs5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.07) 50%,
    transparent 58%,
    transparent 100%
  );
  transform: translateX(-120%);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
  pointer-events: none;
}

[data-theme="light"] .dashboard_actionCard__PyWs5 {
  border-color: rgba(15, 23, 42, 0.08);
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px -20px rgba(15, 23, 42, 0.12);
}

.dashboard_actionCard__PyWs5:hover {
  transform: translateY(-4px) scale(1.01);
}

.dashboard_actionCard__PyWs5:hover::before {
  opacity: 1;
}

.dashboard_actionCard__PyWs5:hover::after {
  transform: translateX(120%);
}

.dashboard_actionRow__C1xym {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}

.dashboard_actionIconTitle___x_YH {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.dashboard_actionIconPh__SXMgm {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 8px 20px -12px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    background 0.4s ease;
}

.dashboard_actionIconPh__SXMgm img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) opacity(0.88);
  transition: filter 0.35s ease, transform 0.35s ease;
}

[data-theme="light"] .dashboard_actionIconPh__SXMgm {
  background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 4px 12px rgba(15, 23, 42, 0.06);
}

[data-theme="light"] .dashboard_actionIconPh__SXMgm img {
  filter: none;
  opacity: 0.82;
}

.dashboard_actionTitle__G_9ek {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text-primary, #f8fafc);
  transition: color 0.35s ease;
}

[data-theme="light"] .dashboard_actionTitle__G_9ek {
  color: #0f172a;
}

.dashboard_actionDesc__nR0Ss {
  margin: 0;
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  z-index: 2;
  padding-left: calc(44px + 0.85rem);
  font-size: 0.8125rem;
  line-height: 1.58;
  letter-spacing: 0.01em;
  color: var(--text-muted, rgba(148, 163, 184, 0.88));
  transition: color 0.35s ease;
}

[data-theme="light"] .dashboard_actionDesc__nR0Ss {
  color: #64748b;
}

/* CTA pill — collapsed: knob only; on card hover: expands, “Open” reveals, knob slides right (toggle) */
.dashboard_actionFooter__I0uJF {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 0.2rem;
  position: relative;
  z-index: 2;
}

.dashboard_actionPill__zE4KF {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  max-width: 36px;
  height: 34px;
  padding: 3px;
  gap: 0;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  overflow: hidden;
  transition:
    max-width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    gap 0.35s ease,
    padding 0.35s ease,
    justify-content 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.dashboard_actionPillText__OyorD {
  flex: 0 0 0;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.78);
  transition:
    opacity 0.22s ease 0.07s,
    max-width 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    flex-basis 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s ease;
}

/* Inner knob: no border — single stroke is only .actionPill; depth via fill + inset shadow */
.dashboard_actionPillArrow__oSIOc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  border: none;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: rgba(248, 250, 252, 0.9);
  margin-left: 0;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    margin 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.dashboard_actionPillSvg__2tyyw {
  display: block;
}

.dashboard_actionCard__PyWs5:hover .dashboard_actionPill__zE4KF,
.dashboard_actionCard__PyWs5:focus-within .dashboard_actionPill__zE4KF {
  justify-content: space-between;
  max-width: 118px;
  gap: 0.5rem;
  padding: 3px 4px 3px 10px;
}

.dashboard_actionCard__PyWs5:hover .dashboard_actionPillText__OyorD,
.dashboard_actionCard__PyWs5:focus-within .dashboard_actionPillText__OyorD {
  flex: 0 1 auto;
  max-width: 4.5rem;
  opacity: 1;
}

.dashboard_actionCard__PyWs5:hover .dashboard_actionPillArrow__oSIOc,
.dashboard_actionCard__PyWs5:focus-within .dashboard_actionPillArrow__oSIOc {
  margin-left: 0;
  transform: translateX(2px);
}

[data-theme="light"] .dashboard_actionPill__zE4KF {
  border-color: rgba(15, 23, 42, 0.1);
  background: linear-gradient(145deg, #f8fafc, #f1f5f9);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

[data-theme="light"] .dashboard_actionPillText__OyorD {
  color: #64748b;
}

[data-theme="light"] .dashboard_actionPillArrow__oSIOc {
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #334155;
}

.dashboard_actionFiles__CcZH_ {
  --ac: #22d3ee;
  --ac-glow: rgba(34, 211, 238, 0.14);
}

.dashboard_actionTraining__iDohx {
  --ac: #a78bfa;
  --ac-glow: rgba(167, 139, 250, 0.16);
}

.dashboard_actionChat__Lk2Xm {
  --ac: #fb7185;
  --ac-glow: rgba(251, 113, 133, 0.15);
}

.dashboard_actionFiles__CcZH_:hover {
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 0 0 1px rgba(34, 211, 238, 0.12),
    0 24px 56px -24px rgba(34, 211, 238, 0.22);
}

.dashboard_actionTraining__iDohx:hover {
  border-color: rgba(167, 139, 250, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 0 0 1px rgba(167, 139, 250, 0.14),
    0 24px 56px -24px rgba(139, 92, 246, 0.2);
}

.dashboard_actionChat__Lk2Xm:hover {
  border-color: rgba(251, 113, 133, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 0 0 1px rgba(251, 113, 133, 0.14),
    0 24px 56px -24px rgba(251, 113, 133, 0.18);
}

.dashboard_actionFiles__CcZH_:hover .dashboard_actionTitle__G_9ek {
  color: #67e8f9;
}

.dashboard_actionFiles__CcZH_:hover .dashboard_actionPill__zE4KF,
.dashboard_actionFiles__CcZH_:focus-within .dashboard_actionPill__zE4KF {
  border-color: rgba(34, 211, 238, 0.42);
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.14), rgba(6, 182, 212, 0.06));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 24px rgba(34, 211, 238, 0.12);
}

.dashboard_actionFiles__CcZH_:hover .dashboard_actionPillText__OyorD,
.dashboard_actionFiles__CcZH_:focus-within .dashboard_actionPillText__OyorD {
  color: #cffafe;
}

.dashboard_actionFiles__CcZH_:hover .dashboard_actionPillArrow__oSIOc,
.dashboard_actionFiles__CcZH_:focus-within .dashboard_actionPillArrow__oSIOc {
  background: rgba(34, 211, 238, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #ecfeff;
}

.dashboard_actionFiles__CcZH_:hover .dashboard_actionDesc__nR0Ss {
  color: rgba(226, 232, 240, 0.78);
}

.dashboard_actionFiles__CcZH_:hover .dashboard_actionIconPh__SXMgm {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.22), rgba(6, 182, 212, 0.08));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 0 24px rgba(34, 211, 238, 0.2);
}

.dashboard_actionFiles__CcZH_:hover .dashboard_actionIconPh__SXMgm img {
  filter: invert(1) brightness(1.1) drop-shadow(0 0 6px rgba(34, 211, 238, 0.45));
}

.dashboard_actionTraining__iDohx:hover .dashboard_actionTitle__G_9ek {
  color: #c4b5fd;
}

.dashboard_actionTraining__iDohx:hover .dashboard_actionPill__zE4KF,
.dashboard_actionTraining__iDohx:focus-within .dashboard_actionPill__zE4KF {
  border-color: rgba(167, 139, 250, 0.45);
  background: linear-gradient(145deg, rgba(167, 139, 250, 0.16), rgba(109, 40, 217, 0.08));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 24px rgba(139, 92, 246, 0.14);
}

.dashboard_actionTraining__iDohx:hover .dashboard_actionPillText__OyorD,
.dashboard_actionTraining__iDohx:focus-within .dashboard_actionPillText__OyorD {
  color: #ede9fe;
}

.dashboard_actionTraining__iDohx:hover .dashboard_actionPillArrow__oSIOc,
.dashboard_actionTraining__iDohx:focus-within .dashboard_actionPillArrow__oSIOc {
  background: rgba(139, 92, 246, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #f5f3ff;
}

.dashboard_actionTraining__iDohx:hover .dashboard_actionDesc__nR0Ss {
  color: rgba(226, 232, 240, 0.78);
}

.dashboard_actionTraining__iDohx:hover .dashboard_actionIconPh__SXMgm {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(167, 139, 250, 0.26), rgba(109, 40, 217, 0.1));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 0 24px rgba(139, 92, 246, 0.22);
}

.dashboard_actionTraining__iDohx:hover .dashboard_actionIconPh__SXMgm img {
  filter: invert(1) brightness(1.08) drop-shadow(0 0 6px rgba(167, 139, 250, 0.45));
}

.dashboard_actionChat__Lk2Xm:hover .dashboard_actionTitle__G_9ek {
  color: #fda4af;
}

.dashboard_actionChat__Lk2Xm:hover .dashboard_actionPill__zE4KF,
.dashboard_actionChat__Lk2Xm:focus-within .dashboard_actionPill__zE4KF {
  border-color: rgba(251, 113, 133, 0.45);
  background: linear-gradient(145deg, rgba(251, 113, 133, 0.16), rgba(244, 63, 94, 0.08));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 24px rgba(251, 113, 133, 0.12);
}

.dashboard_actionChat__Lk2Xm:hover .dashboard_actionPillText__OyorD,
.dashboard_actionChat__Lk2Xm:focus-within .dashboard_actionPillText__OyorD {
  color: #ffe4e6;
}

.dashboard_actionChat__Lk2Xm:hover .dashboard_actionPillArrow__oSIOc,
.dashboard_actionChat__Lk2Xm:focus-within .dashboard_actionPillArrow__oSIOc {
  background: rgba(251, 113, 133, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff1f2;
}

.dashboard_actionChat__Lk2Xm:hover .dashboard_actionDesc__nR0Ss {
  color: rgba(226, 232, 240, 0.78);
}

.dashboard_actionChat__Lk2Xm:hover .dashboard_actionIconPh__SXMgm {
  transform: scale(1.06);
  background: linear-gradient(145deg, rgba(251, 113, 133, 0.24), rgba(244, 63, 94, 0.1));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 0 24px rgba(251, 113, 133, 0.2);
}

.dashboard_actionChat__Lk2Xm:hover .dashboard_actionIconPh__SXMgm img {
  filter: invert(1) brightness(1.08) drop-shadow(0 0 6px rgba(251, 113, 133, 0.4));
}

[data-theme="light"] .dashboard_actionFiles__CcZH_:hover .dashboard_actionTitle__G_9ek {
  color: #0891b2;
}

[data-theme="light"] .dashboard_actionFiles__CcZH_:hover .dashboard_actionPill__zE4KF,
[data-theme="light"] .dashboard_actionFiles__CcZH_:focus-within .dashboard_actionPill__zE4KF {
  border-color: rgba(8, 145, 178, 0.35);
  background: linear-gradient(145deg, rgba(207, 250, 254, 0.95), rgba(165, 243, 252, 0.65));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 6px 20px rgba(8, 145, 178, 0.12);
}

[data-theme="light"] .dashboard_actionFiles__CcZH_:hover .dashboard_actionPillText__OyorD,
[data-theme="light"] .dashboard_actionFiles__CcZH_:focus-within .dashboard_actionPillText__OyorD {
  color: #0e7490;
}

[data-theme="light"] .dashboard_actionFiles__CcZH_:hover .dashboard_actionPillArrow__oSIOc,
[data-theme="light"] .dashboard_actionFiles__CcZH_:focus-within .dashboard_actionPillArrow__oSIOc {
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  color: #0891b2;
}

[data-theme="light"] .dashboard_actionFiles__CcZH_:hover .dashboard_actionDesc__nR0Ss {
  color: #475569;
}

[data-theme="light"] .dashboard_actionFiles__CcZH_:hover .dashboard_actionIconPh__SXMgm {
  background: linear-gradient(145deg, rgba(207, 250, 254, 0.9), rgba(165, 243, 252, 0.5));
}

[data-theme="light"] .dashboard_actionFiles__CcZH_:hover .dashboard_actionIconPh__SXMgm img {
  filter: none;
  opacity: 0.95;
}

[data-theme="light"] .dashboard_actionTraining__iDohx:hover .dashboard_actionTitle__G_9ek {
  color: #7c3aed;
}

[data-theme="light"] .dashboard_actionTraining__iDohx:hover .dashboard_actionPill__zE4KF,
[data-theme="light"] .dashboard_actionTraining__iDohx:focus-within .dashboard_actionPill__zE4KF {
  border-color: rgba(124, 58, 237, 0.3);
  background: linear-gradient(145deg, rgba(237, 233, 254, 0.98), rgba(221, 214, 254, 0.75));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 6px 20px rgba(124, 58, 237, 0.1);
}

[data-theme="light"] .dashboard_actionTraining__iDohx:hover .dashboard_actionPillText__OyorD,
[data-theme="light"] .dashboard_actionTraining__iDohx:focus-within .dashboard_actionPillText__OyorD {
  color: #5b21b6;
}

[data-theme="light"] .dashboard_actionTraining__iDohx:hover .dashboard_actionPillArrow__oSIOc,
[data-theme="light"] .dashboard_actionTraining__iDohx:focus-within .dashboard_actionPillArrow__oSIOc {
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  color: #7c3aed;
}

[data-theme="light"] .dashboard_actionTraining__iDohx:hover .dashboard_actionDesc__nR0Ss {
  color: #475569;
}

[data-theme="light"] .dashboard_actionTraining__iDohx:hover .dashboard_actionIconPh__SXMgm {
  background: linear-gradient(145deg, rgba(237, 233, 254, 0.95), rgba(221, 214, 254, 0.65));
}

[data-theme="light"] .dashboard_actionTraining__iDohx:hover .dashboard_actionIconPh__SXMgm img {
  filter: none;
  opacity: 0.95;
}

[data-theme="light"] .dashboard_actionChat__Lk2Xm:hover .dashboard_actionTitle__G_9ek {
  color: #e11d48;
}

[data-theme="light"] .dashboard_actionChat__Lk2Xm:hover .dashboard_actionPill__zE4KF,
[data-theme="light"] .dashboard_actionChat__Lk2Xm:focus-within .dashboard_actionPill__zE4KF {
  border-color: rgba(225, 29, 72, 0.28);
  background: linear-gradient(145deg, rgba(255, 228, 230, 0.98), rgba(254, 205, 211, 0.75));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 6px 20px rgba(225, 29, 72, 0.1);
}

[data-theme="light"] .dashboard_actionChat__Lk2Xm:hover .dashboard_actionPillText__OyorD,
[data-theme="light"] .dashboard_actionChat__Lk2Xm:focus-within .dashboard_actionPillText__OyorD {
  color: #be123c;
}

[data-theme="light"] .dashboard_actionChat__Lk2Xm:hover .dashboard_actionPillArrow__oSIOc,
[data-theme="light"] .dashboard_actionChat__Lk2Xm:focus-within .dashboard_actionPillArrow__oSIOc {
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  color: #e11d48;
}

[data-theme="light"] .dashboard_actionChat__Lk2Xm:hover .dashboard_actionDesc__nR0Ss {
  color: #475569;
}

[data-theme="light"] .dashboard_actionChat__Lk2Xm:hover .dashboard_actionIconPh__SXMgm {
  background: linear-gradient(145deg, rgba(255, 228, 230, 0.95), rgba(254, 205, 211, 0.65));
}

[data-theme="light"] .dashboard_actionChat__Lk2Xm:hover .dashboard_actionIconPh__SXMgm img {
  filter: none;
  opacity: 0.95;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/(dashboard)/dashboard/dashboard-info-strip.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* Two-column org + support strip */

.dashboard-info-strip_infoStrip___5Guj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

@media (max-width: 960px) {
  .dashboard-info-strip_infoStrip___5Guj {
    grid-template-columns: 1fr;
  }
}

.dashboard-info-strip_infoPanel__B9jYW {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.12) 100%);
  backdrop-filter: blur(12px);
  padding: 1.15rem 1.2rem 1.25rem;
  min-height: 0;
}

[data-theme="light"] .dashboard-info-strip_infoPanel__B9jYW {
  border-color: rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.dashboard-info-strip_panelTitle__j0PIK {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

[data-theme="light"] .dashboard-info-strip_panelTitle__j0PIK {
  color: #64748b;
}

.dashboard-info-strip_infoDl__VQey0 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.dashboard-info-strip_infoRow__4F6Tf {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: 0.5rem 0.75rem;
  align-items: baseline;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.dashboard-info-strip_infoDt__vs_Sz {
  margin: 0;
  color: rgba(148, 163, 184, 0.9);
  font-weight: 500;
}

[data-theme="light"] .dashboard-info-strip_infoDt__vs_Sz {
  color: #64748b;
}

.dashboard-info-strip_infoDd__X8ZO1 {
  margin: 0;
  color: var(--text-primary, #f1f5f9);
  font-weight: 500;
  word-break: break-word;
}

[data-theme="light"] .dashboard-info-strip_infoDd__X8ZO1 {
  color: #0f172a;
}

.dashboard-info-strip_langRow__GcQLT {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.dashboard-info-strip_langFlag__03oih {
  width: 18px;
  height: 13px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.dashboard-info-strip_supportStats__C8nMT {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dashboard-info-strip_statLine__ZQW1G {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8125rem;
}

.dashboard-info-strip_statLabel__f_0_i {
  color: rgba(148, 163, 184, 0.95);
  font-weight: 500;
}

[data-theme="light"] .dashboard-info-strip_statLabel__f_0_i {
  color: #64748b;
}

.dashboard-info-strip_statValue__MAmm3 {
  font-weight: 650;
  color: var(--text-primary, #f1f5f9);
  font-variant-numeric: tabular-nums;
}

[data-theme="light"] .dashboard-info-strip_statValue__MAmm3 {
  color: #0f172a;
}

.dashboard-info-strip_statRowBell__xywPM {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.dashboard-info-strip_bellIcon__M3Osb {
  flex-shrink: 0;
  color: #fbbf24;
  filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.35));
}

.dashboard-info-strip_supportLinks__F7Dxq {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="light"] .dashboard-info-strip_supportLinks__F7Dxq {
  border-top-color: rgba(15, 23, 42, 0.08);
}

.dashboard-info-strip_docsBtn__bueAq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  color: #e0f2fe;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.35), rgba(59, 130, 246, 0.25));
  border: 1px solid rgba(56, 189, 248, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.dashboard-info-strip_docsBtn__bueAq:hover {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.45), rgba(59, 130, 246, 0.35));
  transform: translateY(-1px);
}

[data-theme="light"] .dashboard-info-strip_docsBtn__bueAq {
  color: #0c4a6e;
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
  border-color: rgba(14, 165, 233, 0.35);
}

.dashboard-info-strip_socialRow__qbhnD {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}

.dashboard-info-strip_socialLink__T5gh2 {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  color: rgba(226, 232, 240, 0.88);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.dashboard-info-strip_socialLink__T5gh2:hover {
  color: #fff;
  opacity: 1;
}

[data-theme="light"] .dashboard-info-strip_socialLink__T5gh2 {
  color: #334155;
}

[data-theme="light"] .dashboard-info-strip_socialLink__T5gh2:hover {
  color: #0f172a;
}

.dashboard-info-strip_socialWordmark__PQOP4 {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.dashboard-info-strip_youtubeIcon__MKqQd {
  flex-shrink: 0;
}

.dashboard-info-strip_linkedinIcon__3vkdb {
  flex-shrink: 0;
}

.dashboard-info-strip_loadingText__VLYQz {
  font-size: 0.8125rem;
  color: rgba(148, 163, 184, 0.85);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./features/settings/settings.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/* ══════════════════════════════════════════
   SETTINGS — PAGE LAYOUT
   ══════════════════════════════════════════ */

.settings_page__64aVV {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  animation: settings_fadeUp__3sj17 0.3s ease;
}

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

.settings_topBar__9joDP {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.settings_title__dEGtv {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0;
}

.settings_subtitle__NyMHY {
  font-size: 0.84rem;
  color: var(--text-secondary);
  margin: 4px 0 0;
}

/* ── Tab navigation ── */

.settings_tabNav__Npuec {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.settings_tabBtn__Gp2Yk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 10px;
  min-width: 0;
  font-size: 0.8rem;
  font-weight: var(--weight-medium);
  font-family: var(--font-body);
  color: var(--text-ghost);
  background: rgba(var(--surface-rgb), 0.45);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.settings_tabBtn__Gp2Yk::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.settings_tabBtn__Gp2Yk:hover {
  color: var(--text-secondary);
  border-color: var(--border-medium);
}

.settings_tabBtnActive__KYrj4 {
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.06);
  border-color: rgba(var(--accent-rgb), 0.25);
  box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.08);
}

.settings_tabBtnActive__KYrj4::before {
  opacity: 1;
}

.settings_tabLabel__PMoy2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Content card ── */

.settings_card__iGO1L {
  background: rgba(var(--surface-rgb), 0.45);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.settings_sectionTitle__IlJH6 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0 0 var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--border-subtle);
}

.settings_sectionDesc___rTLs {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: calc(-1 * var(--space-3)) 0 var(--space-4);
}

/* ── Form elements ── */

.settings_formGroup__6XPNO {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.settings_formRow__D7pm_ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.settings_formLabel___7woc {
  font-size: 0.8rem;
  font-weight: var(--weight-medium);
  color: var(--text-secondary);
}

.settings_formHint__Y15nd {
  font-size: 0.74rem;
  color: var(--text-faint);
}

/* ── Account details (Organization company-settings style: label + icon-in-field) ── */

.settings_accountDetailsGrid__IezAx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}

.settings_accountField__oR5b1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.settings_accountFieldLabel__yo50H {
  font-size: 0.8rem;
  font-weight: var(--weight-medium);
  color: var(--text-secondary);
}

.settings_accountFieldWrap__JNeeh {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: var(--radius-lg);
}

.settings_accountFieldIcon___hit9 {
  position: absolute;
  left: 12px;
  color: var(--accent);
  z-index: 1;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.settings_accountInput__MSxwk {
  width: 100%;
  padding: 12px 14px 12px 44px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--input-border);
  background: var(--input-bg);
  color: var(--input-color);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: border-color 0.2s;
  box-sizing: border-box;
  min-height: 44px;
}

.settings_accountInput__MSxwk:focus {
  outline: none;
  border-color: var(--input-focus);
}

.settings_accountInputReadonly__lwwLu {
  cursor: default;
  opacity: 0.92;
}

.settings_accountInputMono__shE63 {
  font-family: monospace;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
}

@media (max-width: 900px) {
  .settings_accountDetailsGrid__IezAx {
    grid-template-columns: 1fr;
  }
}

/* Legacy detail list (other tabs may reference) */
.settings_detailsGrid__8_N7Q {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3) var(--space-5);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.3);
}

.settings_detailItem__kuYCn {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.settings_detailTexts__GLRXC {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.settings_detailLabel__rl6gU {
  font-size: 0.72rem;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: var(--weight-semibold);
}

.settings_detailValue__l3ke3 {
  font-size: 0.84rem;
  color: var(--text-primary);
  font-weight: var(--weight-medium);
}

.settings_detailValueMono__okk4g {
  font-size: 0.82rem;
  color: var(--text-primary);
  font-family: monospace;
  letter-spacing: 0.5px;
}

@media (max-width: 600px) {
  .settings_detailsGrid__8_N7Q {
    grid-template-columns: 1fr;
  }
}

.settings_formInput__DootA {
  padding: 9px 12px;
  font-size: 0.85rem;
  font-family: var(--font-body);
  color: var(--input-color);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  outline: none;
  transition: border-color var(--transition-fast);
}

.settings_formInput__DootA:focus {
  border-color: var(--input-focus);
}

.settings_formInput__DootA:-moz-read-only {
  opacity: 0.6;
  cursor: not-allowed;
}

.settings_formInput__DootA:read-only {
  opacity: 0.6;
  cursor: not-allowed;
}

.settings_formSelect__ad1NA {
  padding: 9px 36px 9px 12px;
  font-size: 0.85rem;
  font-family: var(--font-body);
  color: var(--input-color);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  transition: border-color var(--transition-fast);
}

[data-theme="light"] .settings_formSelect__ad1NA {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23374151' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.settings_formSelect__ad1NA:focus {
  border-color: var(--input-focus);
}

.settings_formSelect__ad1NA option {
  background: var(--surface-bg-solid);
  color: var(--text-primary);
}

.settings_formError__PKmgF {
  font-size: 0.74rem;
  color: var(--danger);
}

/* ── Custom language dropdown ── */

.settings_langDropdown__6nJJQ {
  position: relative;
  width: 100%;
}

.settings_langTrigger__2o5fK {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 36px 9px 12px;
  font-size: 0.85rem;
  font-family: var(--font-body);
  color: var(--input-color);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  transition: border-color var(--transition-fast);
}

[data-theme="light"] .settings_langTrigger__2o5fK {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23374151' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.settings_langTrigger__2o5fK:focus,
.settings_langTriggerOpen__9J0J3 {
  border-color: var(--input-focus);
}

.settings_langFlag__TXzEu {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.settings_langMenu__zqs0m {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: var(--z-dropdown);
  background: var(--surface-bg-solid);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 4px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  max-height: 260px;
  overflow-y: auto;
}

.settings_langMenuItem__rTCaZ {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 12px;
  font-size: 0.84rem;
  font-family: var(--font-body);
  color: var(--text-primary);
  background: none;
  border: none;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.settings_langMenuItem__rTCaZ:hover {
  background: rgba(var(--surface-rgb), 0.6);
}

.settings_langMenuItemActive__LYloC {
  color: var(--primary);
  font-weight: var(--weight-semibold);
}

/* ── Account detail with icon ── */

.settings_detailIcon__ZuTqT {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(var(--surface-rgb), 0.5);
  color: var(--text-secondary);
}

/* ── QR code area ── */

.settings_qrWrap__YjYUE {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-5);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.3);
  max-width: 280px;
}

.settings_qrSvgWrap__C6lQ7 {
  padding: 10px;
  border-radius: var(--radius-sm);
  background: #ffffff;
  line-height: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .settings_qrSvgWrap__C6lQ7 {
  background: #fff;
}

/* Fallback mock grid (unused when qrcode.react renders) */
.settings_qrPlaceholder__k_xfN {
  width: 180px;
  height: 180px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  background-color: #fff;
  background-image:
    linear-gradient(90deg, #111 50%, transparent 50%),
    linear-gradient(#111 50%, transparent 50%);
  background-size: 8px 8px;
  opacity: 0.85;
}

[data-theme="dark"] .settings_qrPlaceholder__k_xfN {
  background-color: rgba(0, 0, 0, 0.35);
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 50%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.9) 50%, transparent 50%);
}

.settings_qrLabel__FTOB8 {
  font-size: 0.82rem;
  color: var(--text-secondary);
  text-align: center;
  line-height: 1.4;
}

.settings_qrSecret__92nFK {
  font-family: monospace;
  font-size: 0.78rem;
  color: var(--text-primary);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  word-break: break-all;
  text-align: center;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

[data-theme="light"] .settings_qrSecret__92nFK {
  background: rgba(0, 0, 0, 0.04);
}

.settings_qrInput__HkZTk {
  width: 100%;
  padding: 9px 12px;
  font-size: 0.85rem;
  font-family: var(--font-body);
  color: var(--input-color);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  outline: none;
  text-align: center;
  letter-spacing: 4px;
  font-weight: var(--weight-semibold);
}

.settings_qrInput__HkZTk:focus {
  border-color: var(--input-focus);
}

/* ── Privacy tab (stacked panels, no nested cards) ── */

.settings_privacyShell__6rj_g {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  animation: settings_fadeUp__3sj17 0.35s ease;
}

.settings_privacyPanel__75hTc {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.42);
  padding: var(--space-5) var(--space-6);
}

.settings_privacyPanelMuted__E4oEx {
  background: rgba(var(--surface-rgb), 0.28);
  border-style: solid;
  border-color: rgba(var(--accent-rgb), 0.12);
}

.settings_privacyPanelDanger__OyT1M {
  border-color: rgba(220, 38, 38, 0.22);
  background: linear-gradient(
    165deg,
    rgba(220, 38, 38, 0.06) 0%,
    rgba(var(--surface-rgb), 0.4) 48%
  );
}

.settings_privacyPanelHead__UIxLR {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
}

.settings_privacyPanelIcon__NN1QE {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
}

.settings_privacyPanelIconDanger__yJSAq {
  background: rgba(220, 38, 38, 0.12);
  color: var(--danger);
}

.settings_privacyPanelHeadText__V_rkF {
  flex: 1;
  min-width: 0;
}

.settings_privacyPanelTitle__edy0N {
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.settings_privacyPanelLead__qq7Oj {
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0;
}

.settings_privacyVersionMeta__ZN_7V {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 12px 0 0;
  font-size: 0.76rem;
  color: var(--text-muted);
}

.settings_privacyVersionLabel__TFM_x {
  font-weight: var(--weight-medium);
}

.settings_privacyVersionValue__BO4AD {
  font-family: var(--font-mono, ui-monospace, monospace);
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(var(--surface-rgb), 0.6);
  border: 1px solid var(--border-subtle);
}

.settings_privacyPanelActions__8nXll {
  margin-top: var(--space-4);
}

.settings_privacyExportList__lh_6M {
  list-style: none;
  margin: var(--space-4) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border-subtle);
}

.settings_privacyExportRow__sXgrF {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.82rem;
}

.settings_privacyExportRow__sXgrF:last-child {
  border-bottom: none;
}

.settings_privacyExportMeta__vKwBg {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.settings_privacyExportWhen__r9gfG {
  color: var(--text-primary);
  font-weight: var(--weight-medium);
}

.settings_privacyExportExpires__q2uVZ {
  font-size: 0.74rem;
  color: var(--text-muted);
}

.settings_privacyExportTagOk__N__fx {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: var(--weight-semibold);
  color: var(--success);
}

.settings_privacyExportTagWait__Wkww1 {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: var(--weight-semibold);
  color: var(--warning);
}

.settings_privacyExportTagMuted__zXv3f {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: var(--weight-medium);
  color: var(--text-muted);
}

.settings_privacyConsentList__OpMQr {
  margin-top: var(--space-4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(var(--surface-rgb), 0.25);
}

.settings_privacyConsentRow__NBLoZ {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-4);
  border-bottom: 1px solid var(--border-subtle);
}

.settings_privacyConsentRow__NBLoZ:last-child {
  border-bottom: none;
}

.settings_privacyConsentCopy__nA3rR {
  flex: 1;
  min-width: 0;
}

.settings_privacyConsentTitle__hvIoU {
  font-size: 0.86rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0 0 4px;
}

.settings_privacyConsentDesc__2HKb_ {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

.settings_privacyConsentDate__jgMEg {
  font-size: 0.72rem;
  color: var(--text-faint);
  margin: 8px 0 0;
}

.settings_privacyConsentControls__OtwAv {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.settings_privacyConsentPill__lHNHq {
  font-size: 0.65rem;
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.settings_privacyConsentPillOn__7_DBt {
  background: rgba(34, 197, 94, 0.12);
  color: var(--success);
}

.settings_privacyConsentPillOff__Dc3UH {
  background: rgba(245, 158, 11, 0.1);
  color: var(--warning);
}

.settings_privacyConsentToggle__N1Vx_ {
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .settings_privacyConsentRow__NBLoZ {
    flex-direction: column;
    align-items: stretch;
  }

  .settings_privacyConsentControls__OtwAv {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .settings_privacyExportRow__sXgrF {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Privacy consent (legacy — kept for other references) ── */

.settings_consentCard__rJ0b0 {
  padding: var(--space-5);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.3);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-3);
}

.settings_consentHeader__M6RV_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.settings_consentTitle__JemUp {
  font-size: 0.85rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0;
}

.settings_consentStatus__vn87B {
  font-size: 0.72rem;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: var(--weight-semibold);
}

.settings_consentGiven__zKldf {
  background: rgba(34, 197, 94, 0.1);
  color: var(--success);
}

.settings_consentPending__1fWxO {
  background: rgba(245, 158, 11, 0.1);
  color: var(--warning);
}

.settings_consentBody__vIWGC {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.settings_consentDate__mEwr8 {
  font-size: 0.74rem;
  color: var(--text-faint);
}

/* ── Buttons ── */

.settings_btnPrimary__viLxe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  border: none;
  background: var(--accent);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: var(--weight-semibold);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.settings_btnPrimary__viLxe:hover { background: var(--accent-hover); }
.settings_btnPrimary__viLxe:disabled { opacity: 0.4; cursor: not-allowed; }

.settings_btnSecondary__dq5xb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-default);
  background: transparent;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.settings_btnSecondary__dq5xb:hover { border-color: var(--accent); color: var(--accent); }

.settings_btnDanger__GwT2J {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  border: none;
  background: var(--danger);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: var(--weight-semibold);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.settings_btnDanger__GwT2J:hover { opacity: 0.9; }

.settings_btnRow__MNK2d {
  display: flex;
  gap: var(--space-3);
  align-items: center;
  margin-top: var(--space-2);
}

/* ── Profile hero: avatar centered, first/last name stacked below ── */

.settings_profileHero__PauZB {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: var(--space-2) 0 var(--space-3);
}

.settings_profileHeroInner__tz_Xl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 20px 16px 8px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.settings_profileAvatarColumn__4yIh9 {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.settings_profileLogoWrap__Y07Ty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.settings_profileAvatarPreviewWrapper__868yS {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.settings_profileAvatarPreview__j_YkI {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(var(--muted-rgb), 0.12);
  border: 2px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.settings_profileAvatarImg__rn7Pf {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.settings_profileAvatarInitials__JmulT {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: var(--weight-bold);
  color: var(--accent);
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.settings_profileAvatarOverlay__UHP8n {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: 2px solid var(--surface-bg-solid);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.settings_profileAvatarOverlay__UHP8n:hover {
  opacity: 0.95;
  transform: scale(1.05);
}

.settings_profileAvatarOverlayDanger__shEdL {
  background: #b91c1c;
}

.settings_profileAvatarOverlayDanger__shEdL:hover {
  opacity: 0.95;
}

.settings_profileAvatarHint__PNKCG {
  font-size: 0.7rem;
  color: var(--text-muted);
  max-width: 280px;
  text-align: center;
  line-height: 1.25;
  margin-top: 2px;
}

.settings_profileNamesRow__K_PB0 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 12px;
  width: 100%;
  max-width: 440px;
  margin-top: var(--space-5);
  padding: 0 4px;
}

.settings_profileNameInline__lwojF {
  flex: 1 1 140px;
  min-width: 120px;
  max-width: 200px;
  box-sizing: border-box;
  padding: 6px 0 8px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border-subtle);
  border-radius: 0;
  outline: none;
  text-align: center;
  transition: border-color 0.2s;
}

.settings_profileNameInline__lwojF::-moz-placeholder {
  color: var(--text-muted);
  opacity: 0.8;
}

.settings_profileNameInline__lwojF::placeholder {
  color: var(--text-muted);
  opacity: 0.8;
}

.settings_profileNameInline__lwojF:focus {
  border-bottom-color: var(--accent);
}

.settings_profileNamesRow__K_PB0 .settings_profileNameInline__lwojF:first-of-type {
  text-align: right;
}

.settings_profileNamesRow__K_PB0 .settings_profileNameInline__lwojF:last-of-type {
  text-align: left;
}

@media (max-width: 600px) {
  .settings_profileHeroInner__tz_Xl {
    padding-top: 12px;
  }

  .settings_profileNamesRow__K_PB0 {
    flex-direction: column;
    max-width: 280px;
  }

  .settings_profileNameInline__lwojF {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .settings_profileNamesRow__K_PB0 .settings_profileNameInline__lwojF:first-of-type,
  .settings_profileNamesRow__K_PB0 .settings_profileNameInline__lwojF:last-of-type {
    text-align: center;
  }
}

/* ── Security: password split (current | new + confirm) ── */

.settings_passwordSplit__Bwc1K {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.15fr);
  gap: var(--space-5);
  align-items: start;
  margin-top: var(--space-3);
}

.settings_passwordDivider__Y_W1k {
  width: 1px;
  align-self: stretch;
  min-height: 132px;
  margin-top: 28px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--border-subtle) 12%,
    var(--border-subtle) 88%,
    transparent 100%
  );
  opacity: 0.85;
}

.settings_passwordCurrent__OQQzl {
  min-width: 0;
}

.settings_passwordNewCol__WAEIx {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

@media (max-width: 768px) {
  .settings_passwordSplit__Bwc1K {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .settings_passwordDivider__Y_W1k {
    width: 100%;
    height: 1px;
    min-height: 0;
    margin-top: 0;
    background: linear-gradient(
      to right,
      transparent 0%,
      var(--border-subtle) 15%,
      var(--border-subtle) 85%,
      transparent 100%
    );
  }
}

/* ── Toggle switch ── */

.settings_toggleRow__v4rqQ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.settings_toggleRow__v4rqQ:last-child {
  border-bottom: none;
}

.settings_twoFaEnableCol__JyIpr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-2);
  max-width: min(100%, 280px);
  text-align: right;
}

.settings_twoFaBlockedHint___kcPD {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--text-muted);
}

.settings_toggleInfo__PSRvF {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.settings_toggleLabel__7yuTg {
  font-size: 0.85rem;
  font-weight: var(--weight-medium);
  color: var(--text-primary);
}

.settings_toggleDesc__72Dki {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.settings_toggleSwitch__EmEzH {
  position: relative;
  width: 42px;
  height: 24px;
  flex-shrink: 0;
}

.settings_toggleSwitch__EmEzH input {
  opacity: 0;
  width: 0;
  height: 0;
}

.settings_toggleTrack__1Ojcn {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: var(--border-medium);
  cursor: pointer;
  transition: background 0.2s ease;
}

.settings_toggleTrack__1Ojcn::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.2s ease;
}

.settings_toggleSwitch__EmEzH input:checked + .settings_toggleTrack__1Ojcn {
  background: var(--accent);
}

.settings_toggleSwitch__EmEzH input:checked + .settings_toggleTrack__1Ojcn::after {
  transform: translateX(18px);
}

.settings_alwaysOnBadge__5KSRI {
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  font-weight: var(--weight-semibold);
}

/* ── Session row ── */

.settings_sessionRow__shrhq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.settings_sessionRow__shrhq:last-child {
  border-bottom: none;
}

.settings_sessionInfo__AEm4J {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.settings_sessionDevice__cFS2A {
  font-size: 0.85rem;
  font-weight: var(--weight-medium);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.settings_sessionCurrentBadge__yYjY9 {
  font-size: 0.68rem;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  font-weight: var(--weight-semibold);
}

.settings_sessionMeta__3J7HT {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.settings_sessionRevoke__QyarB {
  padding: 6px 12px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.78rem;
  cursor: pointer;
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.settings_sessionRevoke__QyarB:hover {
  border-color: var(--danger);
  color: var(--danger);
}

/* ── Usage bars ── */

.settings_usageGrid__BquVG {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--space-4);
}

.settings_usageCard__pbHrL {
  padding: var(--space-4);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.3);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.settings_usageLabel__FjmYB {
  font-size: 0.78rem;
  font-weight: var(--weight-medium);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.settings_usageValue__6YfU5 {
  font-family: var(--font-kpi);
  font-size: 1.3rem;
  font-weight: var(--weight-bold);
  color: var(--text-primary);
}

.settings_usageValueSm__AJx18 {
  font-size: 0.82rem;
  font-weight: var(--weight-medium);
  color: var(--text-muted);
}

.settings_usageTrack__D9ZuI {
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

[data-theme="light"] .settings_usageTrack__D9ZuI {
  background: rgba(0, 0, 0, 0.06);
}

.settings_usageFill__5XW8X {
  height: 100%;
  border-radius: 3px;
  background: var(--accent);
  transition: width 0.4s ease;
}

.settings_usageFillWarn___xWKK {
  background: var(--warning);
}

.settings_usageFillDanger__gYQX2 {
  background: var(--danger);
}

.settings_planBadge__1zoK1 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-md);
  background: rgba(var(--accent-rgb), 0.08);
  border: 1px solid rgba(var(--accent-rgb), 0.15);
  font-size: 0.85rem;
  font-weight: var(--weight-semibold);
  color: var(--accent);
}

.settings_planPeriod___LQwv {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-left: var(--space-3);
}

/* ── Usage & limits — editorial layout ── */

.settings_usageShell__iea2v {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  animation: settings_fadeUp__3sj17 0.45s ease;
}

.settings_usageHero__OcQvF {
  position: relative;
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  background:
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(var(--accent-rgb), 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 90% 60% at 0% 100%, rgba(99, 102, 241, 0.06) 0%, transparent 50%),
    rgba(var(--surface-rgb), 0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.settings_usageHeroInner__ueqtA {
  position: relative;
  z-index: 1;
}

.settings_usageHeroTitle__juJkB {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 3.2vw, 1.9rem);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0 0 6px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.settings_usageHeroPeriodLine__jyxTJ {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0 0 14px;
  font-variant-numeric: tabular-nums;
}

.settings_usageHeroSubtitle__I5lC3 {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
  max-width: 52ch;
}

.settings_usagePermRow__fStho {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.settings_usagePermChip__eKVal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.4);
  max-width: 100%;
}

.settings_usagePermLabel__mgFhe {
  font-size: 0.72rem;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 148px;
}

@media (min-width: 640px) {
  .settings_usagePermLabel__mgFhe {
    max-width: 200px;
  }
}

.settings_usagePermIconOn__nuW94 {
  color: var(--accent);
  flex-shrink: 0;
}

.settings_usagePermIconOff__1In3T {
  color: var(--text-faint);
  opacity: 0.8;
  flex-shrink: 0;
}

.settings_usagePermBadgeOn__XETNi,
.settings_usagePermBadgeOff__voL2F {
  font-size: 0.62rem;
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.settings_usagePermBadgeOn__XETNi {
  color: var(--success);
}

.settings_usagePermBadgeOff__voL2F {
  color: var(--text-faint);
}

.settings_usageMetricsGrid__11d2n {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

.settings_usageMetricCard__BFC7L {
  position: relative;
  padding: var(--space-5);
  border-radius: 20px;
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.4);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.settings_usageMetricCard__BFC7L::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.7), transparent);
  opacity: 0.85;
}

.settings_usageMetricTop__QYRDm {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.settings_usageMetricLabel__fr91X {
  font-size: 0.72rem;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.settings_usageMetricPct__4wt4g {
  font-size: 0.75rem;
  font-weight: var(--weight-bold);
  font-variant-numeric: tabular-nums;
  color: var(--text-secondary);
}

.settings_usageMetricValue__Nq5vq {
  font-family: var(--font-kpi);
  font-size: 1.15rem;
  font-weight: var(--weight-bold);
  font-variant-numeric: tabular-nums;
  color: var(--text-primary);
  margin: 0 0 14px;
  line-height: 1.2;
}

.settings_usageMetricSep__kYAoF {
  font-weight: var(--weight-medium);
  color: var(--text-faint);
  margin: 0 4px;
}

.settings_usageTrackLg__PfDFD {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

[data-theme="light"] .settings_usageTrackLg__PfDFD {
  background: rgba(0, 0, 0, 0.06);
}

.settings_usageBarInner__1I0nh {
  height: 100%;
  border-radius: 999px;
  min-width: 4px;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.settings_usageBarOk__XJQp1 {
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.85), var(--accent));
}

.settings_usageBarWarn__mJ9Nm {
  background: linear-gradient(90deg, rgba(234, 179, 8, 0.95), var(--warning));
}

.settings_usageBarDanger__Zb4MJ {
  background: linear-gradient(90deg, rgba(248, 113, 113, 0.95), var(--danger));
}

.settings_usageFootnote__YQ3QM {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
  max-width: 62ch;
}

.settings_usageChartSkeleton__3g8fm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 280px;
  justify-content: center;
  align-items: stretch;
  padding: 24px;
}

.settings_usageChartSkeletonBar__B8Nsx {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(var(--accent-rgb), 0.08),
    rgba(var(--accent-rgb), 0.18),
    rgba(var(--accent-rgb), 0.08)
  );
  background-size: 200% 100%;
  animation: settings_usageShimmer__vgQDg 1.2s ease-in-out infinite;
}

.settings_usageChartSkeletonBar__B8Nsx:nth-child(2) {
  animation-delay: 0.15s;
  width: 88%;
}

.settings_usageChartSkeletonBar__B8Nsx:nth-child(3) {
  animation-delay: 0.3s;
  width: 72%;
}

@keyframes settings_usageShimmer__vgQDg {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* ── Export history ── */

.settings_exportRow__N9wdp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-3);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.3);
}

.settings_exportInfo__LVnmW {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.settings_exportDate__Jb1AF {
  font-size: 0.82rem;
  color: var(--text-primary);
  font-weight: var(--weight-medium);
}

.settings_exportMeta__am6Oa {
  font-size: 0.74rem;
  color: var(--text-muted);
}

.settings_exportStatusReady__BO2da {
  color: var(--success);
  font-weight: var(--weight-semibold);
}

.settings_exportStatusPending__gLp_Q {
  color: var(--warning);
}

.settings_exportStatusExpired__rktbP {
  color: var(--text-faint);
}

/* ── AI mode cards ── */

.settings_modeCard__rHBPp {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border-subtle);
  background: transparent;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: left;
  width: 100%;
  font-family: var(--font-body);
}

.settings_modeCard__rHBPp:hover {
  border-color: var(--border-medium);
}

.settings_modeCardActive__3KOLJ {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.06);
}

.settings_modeRadio__ivHfz {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--border-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all var(--transition-fast);
}

.settings_modeCardActive__3KOLJ .settings_modeRadio__ivHfz {
  border-color: var(--accent);
}

.settings_modeRadioDot__W4B8P {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: background var(--transition-fast);
}

.settings_modeCardActive__3KOLJ .settings_modeRadioDot__W4B8P {
  background: var(--accent);
}

.settings_modeInfo__YWp2r {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.settings_modeLabel__JgTWz {
  font-size: 0.85rem;
  font-weight: var(--weight-medium);
  color: var(--text-primary);
  margin: 0;
}

.settings_modeDesc__NYVyQ {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
}

/* ── AI & Governance (read-only policy mirror) ── */

.settings_aiGovShell__9ZEKM {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  animation: settings_fadeUp__3sj17 0.35s ease;
}

.settings_aiGovHeader__tTcy4 {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  padding: var(--space-5);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.45);
}

.settings_aiGovHeaderIcon__mmTf_ {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
}

.settings_aiGovTitle__WUK4c {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0 0 8px;
}

.settings_aiGovLead__97Kv1 {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0 0 8px;
}

.settings_aiGovHint__aVByz {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

.settings_aiGovBlock__KKok1 {
  padding: var(--space-5);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.35);
}

.settings_aiGovBlockTitle__Kqt_1 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0 0 6px;
}

.settings_aiGovBlockDesc__PQU6C {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0 0 12px;
}

.settings_aiGovDefaultLine__OK9Rc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  margin: 0 0 16px;
}

.settings_aiGovDefaultLabel__0NfHR {
  color: var(--text-muted);
  font-weight: var(--weight-medium);
}

.settings_aiGovModeGrid__f_Ah0 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}

.settings_aiGovModeCard__Ed0st {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  background: rgba(var(--surface-rgb), 0.5);
  min-height: 0;
}

.settings_aiGovModeCardOff__l6yZE {
  border-style: dashed;
  border-color: var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.25);
  opacity: 0.88;
}

.settings_aiGovModeCardTop__yt14Y {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.settings_aiGovModeName__0W_ra {
  font-size: 0.84rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  line-height: 1.25;
}

.settings_aiGovModeBlurb__aATS_ {
  font-size: 0.74rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

.settings_aiGovBadgeOk__SZ6vw,
.settings_aiGovBadgeOff__VqLXu {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 999px;
}

.settings_aiGovBadgeOk__SZ6vw {
  color: var(--success);
  background: rgba(34, 197, 94, 0.12);
}

.settings_aiGovBadgeOff__VqLXu {
  color: var(--text-faint);
  background: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .settings_aiGovBadgeOff__VqLXu {
  background: rgba(0, 0, 0, 0.04);
}

.settings_aiGovFooter__ceVSF {
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-lg);
  border: 1px dashed var(--border-subtle);
  background: rgba(var(--accent-rgb), 0.04);
}

.settings_aiGovEffective__0g6FW {
  font-size: 0.88rem;
  color: var(--text-primary);
  margin: 0 0 8px;
}

.settings_aiGovFooterNote__bKaY_ {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0 0 6px;
}

.settings_aiGovFooterNote__bKaY_:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .settings_aiGovModeGrid__f_Ah0 {
    grid-template-columns: 1fr;
  }
}

.settings_modeNote__ft9Ur {
  font-size: 0.78rem;
  color: var(--text-faint);
  line-height: 1.5;
  padding: var(--space-3);
  border-radius: var(--radius-md);
  background: rgba(var(--accent-rgb), 0.05);
  border: 1px solid rgba(var(--accent-rgb), 0.1);
}

/* ── Deactivation modal ── */

.settings_modalOverlay__CsPf7 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: settings_fadeUp__3sj17 0.2s ease;
}

.settings_modal__QitN7 {
  background: var(--surface-bg-solid);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  width: 440px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.settings_modalTitle__E3jYX {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin: 0;
}

.settings_modalText__bPHAx {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.settings_consentRow__VShCu {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.settings_consentRow__VShCu input[type="checkbox"] {
  accent-color: var(--danger);
  margin-top: 3px;
  flex-shrink: 0;
}

.settings_modalActions__G9prM {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-2);
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */

@media (max-width: 1200px) {
  .settings_tabNav__Npuec {
    grid-template-columns: repeat(3, 1fr);
  }

  .settings_formRow__D7pm_ {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .settings_tabNav__Npuec {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .settings_tabBtn__Gp2Yk,
  .settings_tabBtnActive__KYrj4 {
    padding: 10px 8px;
    font-size: 0.78rem;
  }

  .settings_card__iGO1L {
    padding: var(--space-4);
  }

  .settings_usageGrid__BquVG {
    grid-template-columns: 1fr 1fr;
  }

  .settings_usageMetricsGrid__11d2n {
    grid-template-columns: 1fr;
  }

  .settings_modal__QitN7 { max-width: 95vw; width: 100%; }
  .settings_qrWrap__YjYUE { max-width: 240px; margin: 0 auto; }
}

@media (max-width: 480px) {
  .settings_tabNav__Npuec {
    grid-template-columns: repeat(2, 1fr);
  }

  .settings_tabBtn__Gp2Yk,
  .settings_tabBtnActive__KYrj4 {
    font-size: 0.76rem;
    padding: 10px 6px;
  }

  .settings_usageGrid__BquVG {
    grid-template-columns: 1fr;
  }
}

/* ── Spacing modifiers ── */

.settings_mtSpace3__RjKv5 {
  margin-top: var(--space-3);
}

.settings_mtSpace4__eiWOW {
  margin-top: var(--space-4);
}

.settings_mtSpace5__2lhWR {
  margin-top: var(--space-5);
}

/* ── Layout utilities ── */

.settings_modeCardList__jisDj {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.settings_consentFooter__hmuyK {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.settings_consentRequired__9jAGi {
  color: var(--danger);
  margin-left: 4px;
}

.settings_toggleSwitchEnd__SiYzI {
  margin-left: auto;
}

.settings_exportList__puwJR {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.settings_btnFull__eKMg8 {
  width: 100%;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/(dashboard)/dashboard/dashboard-legal-panel.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/* Legal links — 4×2 grid; Phosphor icons use accent color */

/* Smaller than settings usage hero title (usage tab keeps large plan name) */
.dashboard-legal-panel_legalPanelTitle__8z0Ac {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin-bottom: 10px;
  letter-spacing: -0.015em;
}

/* Shell matches settings usage width; no fadeUp animation (prevents overlap glitches when returning from /legal) */
.dashboard-legal-panel_legalShell__tMPq4 {
  display: flex;
  flex-direction: column;
  gap: var(--space-7, 1.75rem);
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.dashboard-legal-panel_legalGrid__PZ233 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

@media (min-width: 720px) {
  .dashboard-legal-panel_legalGrid__PZ233 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.dashboard-legal-panel_legalLinkChip__pRkUC {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  background: rgba(var(--surface-rgb), 0.4);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
}

.dashboard-legal-panel_legalLinkChip__pRkUC:hover {
  background: rgba(var(--accent-rgb), 0.1);
  border-color: rgba(var(--accent-rgb), 0.28);
  transform: translateY(-1px);
}

.dashboard-legal-panel_legalLinkChip__pRkUC:focus-visible {
  outline: 2px solid rgba(var(--accent-rgb), 0.45);
  outline-offset: 2px;
}

.dashboard-legal-panel_legalIconPh__nU9tj {
  flex-shrink: 0;
  color: var(--accent);
}

.dashboard-legal-panel_legalLinkLabel__HpzMw {
  font-size: 0.72rem;
  color: var(--text-secondary);
  white-space: normal;
  line-height: 1.35;
  flex: 1 1 auto;
  min-width: 0;
}

.dashboard-legal-panel_legalLinkArrow__RMbWT {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-faint, var(--text-muted));
  flex-shrink: 0;
}

