/* ABT tenant layer: additive styles loaded after the base Studio theme. */

.tenant-login-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: -8px 0 22px;
}

.tenant-login-option {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 76px;
  padding: 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tenant-login-option:hover {
  border-color: rgba(99, 102, 241, 0.4);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.tenant-login-option.active {
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.tenant-login-option--abt.active,
.tenant-login-option--abt:hover {
  border-color: #c00303;
  box-shadow: 0 0 0 3px rgba(192, 3, 3, 0.12);
}

.tenant-login-monogram {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.tenant-login-option--abt .tenant-login-monogram {
  border-radius: 2px;
  background: #c00303;
}

.tenant-login-monogram img {
  width: 29px;
  height: auto;
  filter: invert(1);
}

.tenant-login-option > span:nth-child(2) {
  min-width: 0;
}

.tenant-login-option strong,
.tenant-login-option small {
  display: block;
}

.tenant-login-option strong {
  font-size: 0.9rem;
  font-weight: 700;
}

.tenant-login-option small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.2;
}

.tenant-login-state {
  position: absolute;
  top: 8px;
  right: 9px;
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tenant-login-option.active .tenant-login-state {
  color: var(--accent);
}

.tenant-login-option--abt.active .tenant-login-state {
  color: #c00303;
}

.abt-cobrand,
.abt-nav-link,
.abt-experience {
  display: none;
}

/* ABT login preview */

body.login-tenant-abt {
  --ink: #ffffff;
  --ink-dim: #d3d3d3;
  --muted: #969696;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --accent: #c00303;
  --accent-2: #e10b14;
  --surface: rgba(10, 10, 10, 0.88);
  --surface-strong: rgba(13, 13, 13, 0.96);
  background: #050505;
  color-scheme: dark;
}

body.login-tenant-abt .aurora {
  background:
    radial-gradient(55% 60% at 12% 15%, rgba(192, 3, 3, 0.28), transparent 65%),
    linear-gradient(145deg, #020202 0%, #111 56%, #050505 100%);
}

body.login-tenant-abt .aurora::before {
  background: radial-gradient(circle, rgba(192, 3, 3, 0.28), transparent 62%);
}

body.login-tenant-abt .aurora::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 62%);
}

body.login-tenant-abt .grid-overlay {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
}

body.login-tenant-abt .login-visual {
  min-height: 700px;
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 62%),
    url("assets/abt-xgt-hero.jpg") center / cover no-repeat;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

body.login-tenant-abt .login-visual::before {
  inset: auto -90px -130px auto;
  width: 430px;
  height: 390px;
  background: #c00303;
  clip-path: polygon(42% 0, 100% 0, 58% 100%, 0 100%);
  opacity: 0.86;
}

body.login-tenant-abt .login-visual h1 {
  max-width: 750px;
  color: #fff;
  background: none;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(3.3rem, 7vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.72);
}

body.login-tenant-abt .login-visual > p {
  color: rgba(255, 255, 255, 0.72);
}

body.login-tenant-abt .login-proof {
  border-radius: 2px;
  border-left: 3px solid #c00303;
  background: rgba(5, 5, 5, 0.7);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

body.login-tenant-abt .login-card {
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 8, 0.94);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
}

body.login-tenant-abt .login-card .brand-mark {
  border-radius: 2px;
  background: #c00303;
  box-shadow: 0 8px 28px rgba(192, 3, 3, 0.38);
}

body.login-tenant-abt .tenant-login-option {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.035);
}

body.login-tenant-abt .tenant-login-option:hover,
body.login-tenant-abt .tenant-login-option.active {
  background: rgba(255, 255, 255, 0.07);
}

body.login-tenant-abt .email-login input,
body.login-tenant-abt .google-button {
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.16);
  background: #111;
  color: #fff;
}

body.login-tenant-abt .email-login .primary-button {
  border-radius: 2px;
  background: #c00303;
  box-shadow: 0 8px 26px rgba(192, 3, 3, 0.28);
}

/* ABT authenticated workspace */

body.tenant-abt {
  --bg-0: #050505;
  --bg-1: #0a0a0a;
  --bg-2: #111111;
  --surface: rgba(14, 14, 14, 0.92);
  --surface-strong: rgba(18, 18, 18, 0.97);
  --ink: #f7f7f7;
  --ink-dim: #c0c0c0;
  --muted: #868686;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --accent: #c00303;
  --accent-2: #e10b14;
  --accent-3: #ffffff;
  --mint: #9dcd17;
  --amber: #f0b83d;
  --grad-primary: linear-gradient(135deg, #c00303, #e10b14);
  --grad-headline: linear-gradient(135deg, #fff, #bdbdbd);
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.46);
  --shadow-md: 0 16px 44px rgba(0, 0, 0, 0.32);
  --shadow-sm: 0 7px 20px rgba(0, 0, 0, 0.24);
  background: #050505;
  color-scheme: dark;
}

body.tenant-abt .aurora {
  background:
    radial-gradient(60% 50% at 86% 0%, rgba(192, 3, 3, 0.17), transparent 66%),
    radial-gradient(45% 42% at 10% 90%, rgba(255, 255, 255, 0.04), transparent 70%),
    #050505;
}

body.tenant-abt .aurora::before,
body.tenant-abt .aurora::after {
  opacity: 0.22;
}

body.tenant-abt .aurora::before {
  background: radial-gradient(circle, rgba(192, 3, 3, 0.4), transparent 60%);
}

body.tenant-abt .aurora::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);
}

body.tenant-abt .grid-overlay {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
}

body.tenant-abt .sidebar {
  border-right-color: rgba(255, 255, 255, 0.08);
  background: rgba(4, 4, 4, 0.94);
}

body.tenant-abt .cockpit {
  max-width: 1680px;
}

body.tenant-abt .brand-mark,
body.tenant-abt .account-card > span,
body.tenant-abt .decision-icon {
  border-radius: 2px;
  background: #c00303;
  box-shadow: 0 8px 24px rgba(192, 3, 3, 0.26);
}

body.tenant-abt .brand-mark::after {
  border-radius: 1px;
}

body.tenant-abt .abt-cobrand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 13px;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

body.tenant-abt .abt-cobrand span {
  color: #777;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.tenant-abt .abt-cobrand img {
  width: 64px;
  filter: invert(1);
}

body.tenant-abt .tenant-display,
body.tenant-abt .account-card,
body.tenant-abt .trust-card,
body.tenant-abt .sidebar-toggle {
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

body.tenant-abt .nav-list a {
  border-radius: 1px;
  color: #aaa;
}

body.tenant-abt .nav-list a:hover,
body.tenant-abt .nav-list a.active {
  border-color: rgba(192, 3, 3, 0.7);
  background: linear-gradient(90deg, rgba(192, 3, 3, 0.24), rgba(192, 3, 3, 0.02));
  color: #fff;
  box-shadow: none;
}

body.tenant-abt .nav-list a.active::before {
  border-radius: 0;
  background: #c00303;
  box-shadow: 0 0 14px rgba(192, 3, 3, 0.72);
}

body.tenant-abt .nav-list a.active .nav-icon,
body.tenant-abt .nav-list a:hover .nav-icon {
  color: #e10b14;
}

body.tenant-abt .abt-nav-link {
  display: flex;
}

body.tenant-abt .nav-list a[href="#connect"],
body.tenant-abt .nav-list a[href="#agents"],
body.tenant-abt .nav-list a[href="#recommendations"],
body.tenant-abt .nav-list a[href="#team"],
body.tenant-abt .nav-list a[href="#evidence"],
body.tenant-abt .nav-list a[href="#brief"],
body.tenant-abt .connect-panel,
body.tenant-abt .agents-panel,
body.tenant-abt .two-column,
body.tenant-abt .team-panel,
body.tenant-abt .evidence-panel,
body.tenant-abt .brief-grid {
  display: none;
}

body.tenant-abt .app-shell.sidebar-collapsed .tenant-display::before {
  color: #e10b14;
  content: "AB";
}

body.tenant-abt.is-admin .app-shell.sidebar-collapsed .tenant-display::before {
  content: "A";
}

body.tenant-abt .topbar h1,
body.tenant-abt .hero-copy h2,
body.tenant-abt .abt-experience h2,
body.tenant-abt .abt-experience h3,
body.tenant-abt .abt-campaign-copy strong {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
  font-stretch: condensed;
  text-transform: uppercase;
}

body.tenant-abt .topbar .eyebrow,
body.tenant-abt .abt-experience .eyebrow {
  color: #e10b14;
}

body.tenant-abt .topbar h1 {
  letter-spacing: -0.035em;
}

body.tenant-abt .topbar .ghost-button,
body.tenant-abt .topbar .primary-button,
body.tenant-abt .secondary-button,
body.tenant-abt .ghost-button {
  border-radius: 2px;
}

body.tenant-abt .topbar .ghost-button {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

body.tenant-abt .topbar .primary-button {
  background: #c00303;
  box-shadow: 0 8px 24px rgba(192, 3, 3, 0.28);
}

body.tenant-abt .hero-panel {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 14px;
}

body.tenant-abt .hero-copy,
body.tenant-abt .command-card,
body.tenant-abt .panel {
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.1);
}

body.tenant-abt .hero-copy {
  min-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.62) 54%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 60%),
    url("assets/abt-xgt-hero.jpg") center / cover no-repeat;
}

body.tenant-abt .hero-copy::before {
  inset: 0 auto 0 0;
  width: 4px;
  height: auto;
  background: #c00303;
}

body.tenant-abt .hero-copy::after {
  position: absolute;
  top: -130px;
  right: -110px;
  width: 340px;
  height: 360px;
  background: rgba(192, 3, 3, 0.82);
  clip-path: polygon(42% 0, 100% 0, 58% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

body.tenant-abt .hero-copy h2 {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin-top: 24px;
  background: none;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.66);
}

body.tenant-abt .hero-copy > p {
  position: relative;
  z-index: 1;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.7);
}

body.tenant-abt .status-row,
body.tenant-abt .hero-metrics {
  position: relative;
  z-index: 1;
}

body.tenant-abt .status-pill {
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.48);
  color: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

body.tenant-abt .status-pill .pill-icon {
  color: #9dcd17;
}

body.tenant-abt .hero-metrics {
  margin-top: 28px;
}

body.tenant-abt .hero-metrics article {
  min-height: 148px;
  border-radius: 1px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.62);
  box-shadow: none;
}

body.tenant-abt .hero-metrics article:hover {
  border-color: rgba(192, 3, 3, 0.7);
  background: rgba(6, 6, 6, 0.84);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

body.tenant-abt .hero-metrics strong {
  background: none;
  color: #fff;
}

body.tenant-abt .metric-icon {
  border-radius: 1px;
  border-color: rgba(192, 3, 3, 0.38);
  background: rgba(192, 3, 3, 0.18);
  color: #e10b14;
}

body.tenant-abt .command-card {
  min-height: 590px;
  border-top: 3px solid #c00303;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(192, 3, 3, 0.2), transparent 58%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 14px),
    #101010;
}

body.tenant-abt .command-card::before {
  background: none;
}

body.tenant-abt .command-eyebrow .pill-icon {
  color: #e10b14;
  filter: drop-shadow(0 0 8px rgba(192, 3, 3, 0.58));
}

body.tenant-abt .command-card > p {
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.55;
}

body.tenant-abt .command-proof {
  border-radius: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

body.tenant-abt #explainButton {
  border-color: #c00303;
  background: #c00303;
  color: #fff;
}

body.tenant-abt .account-card button,
body.tenant-abt .workspace-switcher select {
  border-radius: 1px;
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #111;
  color: #ddd;
}

body.tenant-abt .admin-panel,
body.tenant-abt .scale-card,
body.tenant-abt .tenant-card {
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  background: #101010;
}

body.tenant-abt .toast {
  border-color: rgba(255, 255, 255, 0.12);
  background: #151515;
  color: #fff;
}

/* ABT custom dashboard */

body.tenant-abt .abt-experience {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.abt-panel,
.abt-campaign-panel,
.abt-pipeline-panel,
.abt-learning-panel,
.abt-team-panel,
.abt-brief-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101010;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.abt-panel,
.abt-pipeline-panel,
.abt-learning-panel,
.abt-team-panel,
.abt-brief-panel {
  padding: clamp(24px, 3vw, 38px);
}

.abt-section-heading,
.abt-card-heading {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.abt-section-heading h2,
.abt-card-heading h3 {
  margin: 5px 0 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.abt-section-heading h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.abt-card-heading h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
}

.abt-demo-badge,
.abt-card-heading > span {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #969696;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.abt-demo-badge i,
.abt-live-dot::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9dcd17;
  box-shadow: 0 0 0 5px rgba(157, 205, 23, 0.1);
  content: "";
}

.abt-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.abt-channel-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 65%);
}

.abt-channel-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: #c00303;
  content: "";
}

.abt-channel-card header,
.abt-channel-card footer {
  display: flex;
  align-items: center;
}

.abt-channel-card header {
  gap: 11px;
}

.abt-social-mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 800;
}

.abt-channel-card header strong,
.abt-channel-card header small {
  display: block;
}

.abt-channel-card header strong {
  font-size: 0.92rem;
}

.abt-channel-card header small {
  margin-top: 2px;
  color: #777;
  font-size: 0.65rem;
}

.abt-channel-card header em {
  margin-left: auto;
  color: #9dcd17;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
}

.abt-channel-value {
  margin-top: 27px;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: clamp(2.35rem, 3vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.abt-channel-value small {
  color: #6f6f6f;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.abt-sparkline {
  display: flex;
  height: 48px;
  gap: 5px;
  align-items: flex-end;
  margin-top: 16px;
}

.abt-sparkline i {
  flex: 1;
  min-width: 3px;
  background: linear-gradient(180deg, #e10b14, rgba(192, 3, 3, 0.16));
}

.abt-sparkline i:nth-child(1) { height: 28%; }
.abt-sparkline i:nth-child(2) { height: 44%; }
.abt-sparkline i:nth-child(3) { height: 38%; }
.abt-sparkline i:nth-child(4) { height: 66%; }
.abt-sparkline i:nth-child(5) { height: 53%; }
.abt-sparkline i:nth-child(6) { height: 81%; }
.abt-sparkline i:nth-child(7) { height: 69%; }
.abt-sparkline i:nth-child(8) { height: 100%; }
.abt-channel-card--tiktok .abt-sparkline i:nth-child(4) { height: 88%; }
.abt-channel-card--linkedin .abt-sparkline i:nth-child(6) { height: 58%; }

.abt-channel-card footer {
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
  color: #777;
  font-size: 0.66rem;
}

.abt-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: 14px;
}

.abt-campaign-panel {
  min-height: 650px;
  background: #080808;
}

.abt-campaign-art {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  padding: clamp(24px, 4vw, 52px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.22)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.66), transparent 55%),
    url("assets/abt-xgt-hero.jpg") center / cover no-repeat;
}

.abt-campaign-art::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 300px;
  height: 330px;
  background: rgba(192, 3, 3, 0.84);
  clip-path: polygon(42% 0, 100% 0, 58% 100%, 0 100%);
  content: "";
}

.abt-campaign-topline,
.abt-campaign-copy,
.abt-campaign-progress {
  position: relative;
  z-index: 1;
}

.abt-campaign-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abt-campaign-topline img {
  width: 82px;
  filter: invert(1);
}

.abt-campaign-topline span,
.abt-campaign-copy > span,
.abt-campaign-copy p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.abt-campaign-copy strong {
  display: block;
  margin-top: 13px;
  color: #fff;
  font-size: clamp(3.2rem, 5.2vw, 6.1rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.78;
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.62);
}

.abt-campaign-copy p {
  margin: 20px 0 0;
}

.abt-campaign-progress {
  height: 3px;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.22);
}

.abt-campaign-progress span {
  display: block;
  height: 100%;
  background: #c00303;
  box-shadow: 0 0 18px rgba(192, 3, 3, 0.7);
}

.abt-campaign-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.abt-campaign-meta div {
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.abt-campaign-meta div:last-child {
  border-right: 0;
}

.abt-campaign-meta span,
.abt-campaign-meta strong {
  display: block;
}

.abt-campaign-meta span {
  color: #6f6f6f;
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.abt-campaign-meta strong {
  margin-top: 6px;
  font-size: 0.83rem;
}

.abt-pipeline-panel {
  display: flex;
  flex-direction: column;
}

.abt-pipeline {
  display: grid;
  gap: 0;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.abt-pipeline li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.abt-pipeline li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #777;
  font-size: 0.66rem;
  font-weight: 700;
}

.abt-pipeline li.done > span {
  border-color: rgba(157, 205, 23, 0.38);
  color: #9dcd17;
}

.abt-pipeline li.active > span {
  border-color: #c00303;
  background: #c00303;
  color: #fff;
  box-shadow: 0 0 22px rgba(192, 3, 3, 0.32);
}

.abt-pipeline strong,
.abt-pipeline small {
  display: block;
}

.abt-pipeline strong {
  font-size: 0.84rem;
}

.abt-pipeline small {
  margin-top: 4px;
  color: #777;
  font-size: 0.7rem;
  line-height: 1.35;
}

.abt-pipeline em {
  color: #777;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.abt-pipeline li.active em {
  color: #e10b14;
}

.abt-action-button,
.abt-secondary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.abt-action-button {
  gap: 16px;
  margin-top: auto;
  padding: 0 19px;
  border: 1px solid #c00303;
  background: #c00303;
  color: #fff;
}

.abt-action-button:hover,
.abt-secondary-action:hover {
  transform: translateY(-1px);
}

.abt-action-button:hover {
  background: #e10b14;
}

.abt-secondary-action {
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #fff;
}

.abt-secondary-action:hover {
  border-color: #c00303;
  color: #fff;
}

.abt-operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 14px;
}

.abt-live-dot {
  display: flex;
  align-items: center;
  gap: 9px;
}

.abt-primary-learning {
  margin-top: 26px;
  padding: 28px;
  border-left: 3px solid #c00303;
  background: linear-gradient(90deg, rgba(192, 3, 3, 0.16), rgba(192, 3, 3, 0.015));
}

.abt-primary-learning > span {
  color: #e10b14;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.abt-primary-learning strong {
  display: block;
  max-width: 760px;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.08;
}

.abt-primary-learning p {
  max-width: 800px;
  margin: 15px 0 0;
  color: #aaa;
  line-height: 1.55;
}

.abt-learning-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.abt-learning-list article {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.abt-learning-list article > span {
  color: #e10b14;
  font-size: 0.64rem;
  font-weight: 700;
}

.abt-learning-list strong,
.abt-learning-list small {
  display: block;
}

.abt-learning-list strong {
  font-size: 0.82rem;
}

.abt-learning-list small {
  margin-top: 5px;
  color: #747474;
  font-size: 0.7rem;
  line-height: 1.4;
}

.abt-team-panel {
  border-top: 3px solid #c00303;
  background:
    radial-gradient(100% 60% at 100% 0%, rgba(192, 3, 3, 0.15), transparent 60%),
    #101010;
}

.abt-team-panel h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2.1rem, 3.3vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.abt-capacity-meter {
  height: 4px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.1);
}

.abt-capacity-meter span {
  display: block;
  height: 100%;
  background: #c00303;
}

.abt-capacity-numbers {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: end;
  margin-top: 12px;
}

.abt-capacity-numbers strong {
  grid-row: 1 / 3;
  color: #fff;
  font-family: "Arial Narrow", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}

.abt-capacity-numbers span,
.abt-capacity-numbers em {
  color: #777;
  font-size: 0.68rem;
  font-style: normal;
}

.abt-capacity-numbers em {
  color: #9dcd17;
}

.abt-team-stack {
  display: flex;
  margin-top: 28px;
}

.abt-team-stack span {
  display: grid;
  width: 43px;
  height: 43px;
  margin-left: -7px;
  place-items: center;
  border: 2px solid #101010;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
}

.abt-team-stack span:first-child {
  margin-left: 0;
}

.abt-team-stack .agent {
  background: #c00303;
}

.abt-team-panel ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.abt-team-panel li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #aaa;
  font-size: 0.76rem;
  line-height: 1.4;
}

.abt-team-panel li span {
  width: 6px;
  height: 6px;
  margin-top: 5px;
  flex: 0 0 auto;
  background: #c00303;
}

.abt-agent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.abt-agent-grid article {
  position: relative;
  min-height: 270px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.abt-agent-grid article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #c00303, transparent 70%);
  content: "";
}

.abt-agent-index {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(192, 3, 3, 0.52);
  color: #e10b14;
  font-size: 0.7rem;
  font-weight: 800;
}

.abt-agent-grid em {
  position: absolute;
  top: 26px;
  right: 22px;
  color: #6f6f6f;
  font-size: 0.6rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.abt-agent-grid h3 {
  margin: 28px 0 0;
  color: #fff;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.abt-agent-grid p {
  margin: 11px 0 0;
  color: #858585;
  font-size: 0.76rem;
  line-height: 1.5;
}

.abt-agent-grid footer {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #666;
  font-size: 0.64rem;
}

.abt-agent-grid footer strong {
  color: #9dcd17;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.abt-brief-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1fr) auto;
  gap: 30px;
  align-items: center;
  border-left: 4px solid #c00303;
  background:
    linear-gradient(90deg, rgba(192, 3, 3, 0.12), transparent 42%),
    #101010;
}

.abt-brief-panel h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.abt-brief-items {
  display: grid;
  gap: 0;
}

.abt-brief-items > span {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.abt-brief-items > span:last-child {
  border-bottom: 0;
}

.abt-brief-items small {
  color: #e10b14;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.abt-brief-items strong {
  color: #bbb;
  font-size: 0.76rem;
}

@media (max-width: 1260px) {
  body.tenant-abt .hero-panel,
  .abt-story-grid,
  .abt-operations-grid {
    grid-template-columns: 1fr;
  }

  body.tenant-abt .command-card {
    min-height: 380px;
  }

  .abt-agent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abt-brief-panel {
    grid-template-columns: 1fr 1fr;
  }

  .abt-brief-panel .abt-action-button {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (max-width: 900px) {
  .tenant-login-picker,
  .abt-channel-grid,
  .abt-learning-list {
    grid-template-columns: 1fr;
  }

  .abt-channel-card {
    min-height: 225px;
  }

  .abt-sparkline {
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  body.login-tenant-abt .login-visual {
    min-height: 560px;
    background-position: 62% center;
  }

  body.login-tenant-abt .login-visual h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  body.tenant-abt .cockpit {
    padding: 18px;
  }

  body.tenant-abt .hero-copy {
    min-height: 650px;
    padding: 24px;
    background-position: 62% center;
  }

  body.tenant-abt .hero-copy h2 {
    font-size: clamp(2.7rem, 13vw, 4.6rem);
  }

  body.tenant-abt .hero-metrics {
    grid-template-columns: 1fr;
  }

  .abt-panel,
  .abt-pipeline-panel,
  .abt-learning-panel,
  .abt-team-panel,
  .abt-brief-panel {
    padding: 22px;
  }

  .abt-section-heading,
  .abt-card-heading {
    flex-direction: column;
  }

  .abt-campaign-panel,
  .abt-campaign-art {
    min-height: 540px;
  }

  .abt-campaign-copy strong {
    font-size: clamp(3.1rem, 17vw, 5rem);
  }

  .abt-campaign-meta {
    grid-template-columns: 1fr;
  }

  .abt-campaign-meta div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .abt-agent-grid,
  .abt-brief-panel {
    grid-template-columns: 1fr;
  }

  .abt-agent-grid article {
    min-height: 250px;
  }

  .abt-brief-panel .abt-action-button {
    grid-column: auto;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tenant-login-option,
  .abt-action-button,
  .abt-secondary-action {
    transition: none;
  }
}
