/* ===== UI MOCKUPS — Realistic app/website recreations =====
   Layered after styles.css. These replace the terminal demos. */

/* ─── Generic browser-window mock (richer than .mock above) ─── */
.bw {
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-2);
  margin: 22px 0;
  background: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1a1a1a;
}
body.theme-dark .bw { box-shadow: 0 8px 28px rgba(0,0,0,0.5); }
.bw__chrome {
  background: linear-gradient(180deg, #f5f5f7, #e8e8ec);
  padding: 8px 12px 0;
  border-bottom: 1px solid #d8d8dc;
}
.bw__chrome-row {
  display: flex; align-items: center; gap: 10px;
}
.bw__dots { display: flex; gap: 6px; }
.bw__dots span { width: 12px; height: 12px; border-radius: 999px; background: #d8d8dc; }
.bw__dots span:nth-child(1) { background: #ff5f57; }
.bw__dots span:nth-child(2) { background: #febc2e; }
.bw__dots span:nth-child(3) { background: #28c840; }
.bw__tab {
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 6px 12px;
  font-size: 12px;
  color: #4a4a4f;
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 2px;
  border: 1px solid #d8d8dc;
  border-bottom: 0;
  max-width: 240px;
}
.bw__tab-fav { width: 12px; height: 12px; border-radius: 2px; background: #1f4d33; flex-shrink: 0; }
.bw__url-row {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 0 8px;
}
.bw__url-nav {
  display: flex; gap: 4px; color: #71757a; font-size: 14px;
}
.bw__url-nav span { padding: 2px 5px; cursor: default; }
.bw__url {
  flex: 1;
  background: #fff;
  border: 1px solid #d8d8dc;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  color: #4a4a4f;
  display: flex; align-items: center; gap: 8px;
}
.bw__url-lock { color: #6b7280; font-size: 10px; }
.bw__bookmarks {
  display: flex; gap: 16px;
  padding: 4px 12px 6px;
  border-top: 1px solid #ebebef;
  font-size: 11px; color: #4a4a4f;
  background: #f5f5f7;
}
.bw__bookmark { display: flex; align-items: center; gap: 5px; cursor: default; }
.bw__bookmark--folder::before {
  content: ""; width: 12px; height: 9px; background: #f6c657;
  border-radius: 1px; display: inline-block;
}
.bw__body { background: #fff; }
body.theme-dark .bw__chrome { background: linear-gradient(180deg, #2d2d30, #1f1f22); border-color: #3a3a3f; color: #e0e0e3; }
body.theme-dark .bw__tab { background: #1f1f22; border-color: #3a3a3f; color: #c8c8cc; }
body.theme-dark .bw__url { background: #2d2d30; border-color: #3a3a3f; color: #c8c8cc; }
body.theme-dark .bw__bookmarks { background: #2d2d30; border-color: #3a3a3f; color: #c8c8cc; }

/* ─── Windows-style Wi-Fi credential dialog ─── */
.win-wifi {
  position: relative;
  background: #003e7e;
  color: #fff;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  padding: 16px 20px 18px;
  max-width: 340px;
  margin: 22px auto;
  border-radius: 2px;
  box-shadow: 0 12px 36px rgba(0,30,80,0.35);
}
.win-wifi__head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.win-wifi__icon {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.15);
  border-radius: 4px;
  display: grid; place-items: center;
  position: relative;
}
.win-wifi__icon::before {
  content: ""; position: absolute; inset: 6px;
  border: 2px solid #fff; border-color: #fff transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(0deg);
}
.win-wifi__title-block { line-height: 1.25; }
.win-wifi__title { font-weight: 600; font-size: 14px; }
.win-wifi__sub { font-size: 12px; opacity: 0.8; }
.win-wifi__prompt { font-size: 13px; margin-bottom: 12px; }
.win-wifi__check { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 12px; opacity: 0.75; }
.win-wifi__check-box { width: 12px; height: 12px; background: #fff; border-radius: 1px; }
.win-wifi__field {
  background: #fff; color: #1a1a1a;
  border-radius: 1px;
  padding: 7px 10px;
  font-size: 13px;
  margin-bottom: 6px;
  font-family: inherit;
  display: flex; align-items: center;
}
.win-wifi__field--pass {
  background: rgba(255,255,255,0.18); color: #cfd8e0;
  font-family: inherit;
  letter-spacing: 0.18em;
}
.win-wifi__field--placeholder { color: #c0d2dd; }
.win-wifi__btn-row {
  display: flex; gap: 8px; margin-top: 16px;
}
.win-wifi__btn {
  flex: 1; padding: 6px 12px;
  font-family: inherit; font-size: 13px;
  background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 1px; cursor: default;
}
.win-wifi__btn--primary { background: rgba(255,255,255,0.28); color: #fff; }

/* ─── macOS Wi-Fi network list ─── */
.mac-wifi {
  background: rgba(245,245,247,0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  color: #1a1a1a;
  width: 280px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0,0,0,0.15);
}
.mac-wifi__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px 8px;
  font-size: 13px; font-weight: 500;
}
.mac-wifi__toggle {
  width: 32px; height: 18px; background: #34c759; border-radius: 999px;
  position: relative;
}
.mac-wifi__toggle::after {
  content: ""; position: absolute; top: 2px; right: 2px;
  width: 14px; height: 14px; background: #fff; border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.mac-wifi__sub { padding: 2px 14px 8px; font-size: 11px; color: #71757a; border-bottom: 1px solid rgba(0,0,0,0.08); }
.mac-wifi__net {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.mac-wifi__net:last-child { border-bottom: 0; }
.mac-wifi__net--active { background: rgba(0,103,184,0.08); }
.mac-wifi__net-name { flex: 1; }
.mac-wifi__check { color: #1f4d33; font-weight: 600; }
.mac-wifi__lock { color: #71757a; font-size: 11px; }
.mac-wifi__bars {
  display: flex; align-items: end; gap: 1.5px; height: 12px; width: 14px;
}
.mac-wifi__bars span { width: 2.5px; background: #1a1a1a; border-radius: 1px; }
.mac-wifi__bars span:nth-child(1) { height: 30%; }
.mac-wifi__bars span:nth-child(2) { height: 55%; }
.mac-wifi__bars span:nth-child(3) { height: 80%; }
.mac-wifi__bars span:nth-child(4) { height: 100%; }
.mac-wifi__bars--weak span:nth-child(3),
.mac-wifi__bars--weak span:nth-child(4) { background: #c8c8cc; }

/* ─── Office.com sign-in (real Microsoft layout) ─── */
.ms-signin {
  background: #fff;
  border: 1px solid #ddd;
  padding: 36px 40px 28px;
  max-width: 420px;
  margin: 0 auto;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #1a1a1a;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.ms-signin__brand {
  display: flex; align-items: center; gap: 6px;
  font-size: 15px; color: #5e5e5e;
  margin-bottom: 18px;
}
.ms-signin__brand-grid {
  width: 22px; height: 22px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
}
.ms-signin__brand-grid span:nth-child(1) { background: #f25022; }
.ms-signin__brand-grid span:nth-child(2) { background: #7fba00; }
.ms-signin__brand-grid span:nth-child(3) { background: #00a4ef; }
.ms-signin__brand-grid span:nth-child(4) { background: #ffb900; }
.ms-signin__brand-text { color: #1a1a1a; font-weight: 400; }
.ms-signin__h1 { font-size: 24px; font-weight: 400; margin: 0 0 12px; color: #1a1a1a; }
.ms-signin__field {
  width: 100%; padding: 6px 0; border: 0;
  border-bottom: 1px solid #666;
  font-size: 15px; outline: none; background: transparent;
  color: #1a1a1a; margin-bottom: 4px;
  font-family: inherit;
}
.ms-signin__hint { font-size: 13px; color: #5e5e5e; margin: 8px 0 16px; }
.ms-signin__hint a { color: #0067b8; text-decoration: none; }
.ms-signin__btn-row { display: flex; justify-content: flex-end; gap: 6px; margin-top: 18px; }
.ms-signin__btn {
  background: #0067b8; color: #fff; border: 0;
  padding: 6px 14px; font-size: 15px;
  cursor: default; min-width: 108px;
  font-family: inherit;
}
.ms-signin__btn--ghost { background: transparent; color: #5e5e5e; }

/* ─── Office 365 home (post-login dashboard) ─── */
.o365 {
  background: #fafafa;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #1a1a1a;
  display: grid;
  grid-template-columns: 60px 1fr;
  min-height: 320px;
}
.o365__rail {
  background: #f0f0f0;
  display: flex; flex-direction: column;
  align-items: center;
  padding: 16px 0; gap: 18px;
}
.o365__rail-app {
  width: 32px; height: 32px;
  border-radius: 4px;
  display: grid; place-items: center;
  font-size: 11px; font-weight: 700; color: #fff;
  font-family: inherit;
}
.o365__rail-app--home { background: #0067b8; }
.o365__rail-app--outlook { background: #0078d4; }
.o365__rail-app--teams { background: #6264a7; }
.o365__rail-app--word { background: #2b579a; }
.o365__rail-app--excel { background: #217346; }
.o365__rail-app--ppt { background: #d24726; }
.o365__rail-app--onedrive { background: #0078d4; }
.o365__main { padding: 24px 28px; }
.o365__topbar {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
}
.o365__search {
  flex: 1; max-width: 420px;
  background: #fff; border: 1px solid #e0e0e0; border-radius: 2px;
  padding: 6px 12px; font-size: 13px; color: #71757a;
}
.o365__avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: #6264a7; color: #fff;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 600;
  margin-left: auto;
}
.o365__h1 { font-size: 26px; font-weight: 600; margin: 0 0 16px; }
.o365__cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.o365__card {
  background: #fff; border: 1px solid #e0e0e0;
  padding: 14px;
  font-size: 12px; color: #5e5e5e;
}
.o365__card-thumb {
  height: 80px; background: linear-gradient(135deg, #c97650, #804429);
  margin-bottom: 8px;
  display: grid; place-items: center;
  color: #fff; font-size: 11px; font-weight: 600;
  text-align: center;
  padding: 8px;
}
.o365__card-title { font-size: 13px; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }

/* ─── Microsoft "My Account" Security info page ─── */
.mya {
  background: #fff;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #1a1a1a;
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 360px;
}
.mya__nav {
  background: #f5f5f5;
  border-right: 1px solid #e0e0e0;
  padding: 14px 0;
  font-size: 13px;
}
.mya__nav-brand {
  display: flex; align-items: center; gap: 8px;
  padding: 0 18px 14px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
}
.mya__nav-brand-text {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 500;
  color: #1f4d33;
  letter-spacing: 0.04em;
}
.mya__nav-account {
  padding: 0 18px 12px;
  font-size: 12px; color: #5e5e5e;
}
.mya__nav-account strong { display: block; color: #1a1a1a; font-size: 13px; }
.mya__nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 18px;
  color: #1a1a1a;
  font-size: 13px;
  border-left: 3px solid transparent;
}
.mya__nav-item--active {
  background: #fff;
  border-left-color: #0067b8;
  font-weight: 600;
}
.mya__nav-icon { width: 14px; height: 14px; background: #71757a; border-radius: 1px; flex-shrink: 0; }
.mya__nav-item--active .mya__nav-icon { background: #0067b8; }
.mya__main { padding: 26px 28px; }
.mya__h1 { font-size: 22px; font-weight: 600; margin: 0 0 20px; }
.mya__cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.mya__card {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 18px 20px 20px;
  text-align: center;
}
.mya__card-title { font-size: 14px; font-weight: 600; margin: 0 0 12px; }
.mya__card-icon {
  width: 60px; height: 60px;
  margin: 0 auto 10px;
  display: grid; place-items: center;
  border: 2px solid #1a1a1a;
  border-radius: 4px;
}
.mya__card-icon--security {
  border: 0; position: relative;
}
.mya__card-icon--security::before {
  content: ""; width: 32px; height: 36px;
  background: #1a1a1a; clip-path: polygon(50% 0, 100% 22%, 100% 70%, 50% 100%, 0 70%, 0 22%);
}
.mya__card-desc { font-size: 12px; color: #5e5e5e; line-height: 1.5; margin: 0 0 10px; }
.mya__card-link { color: #0067b8; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; }

/* MFA method-add card */
.mfa-add {
  border: 2px dashed #cfb53b;
  background: #fffdf3;
  padding: 18px 22px;
  margin-top: 14px;
  font-family: var(--font-sans);
  font-size: 13px;
  display: flex; align-items: center; gap: 14px;
}
body.theme-dark .mfa-add { background: rgba(207,181,59,0.06); }
.mfa-add__icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: #1f1f1f; color: #fff;
  display: grid; place-items: center;
  font-weight: 700; font-size: 11px; flex-shrink: 0;
}
.mfa-add__body { flex: 1; }
.mfa-add__title { font-weight: 600; color: var(--fg-1); margin-bottom: 2px; }
.mfa-add__sub { color: var(--fg-3); font-size: 12px; }

/* ─── Uniflow login (real layout) ─── */
.uni-login {
  background: #fff;
  font-family: system-ui, "Segoe UI", sans-serif;
  color: #1a1a1a;
  padding: 40px 24px 50px;
  text-align: center;
}
.uni-login__brand {
  display: inline-flex; align-items: baseline; gap: 1px;
  margin: 0 auto 30px;
  position: relative;
}
.uni-login__brand-cloud {
  position: absolute; top: -16px; left: -8px;
  width: 80px; height: 28px;
  border: 2px solid #b8b8bc; border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: transparent;
}
.uni-login__brand-uni { font-size: 28px; font-weight: 400; color: #5a5a5e; }
.uni-login__brand-flow { font-size: 28px; font-weight: 700; color: #d83229; }
.uni-login__brand-online { font-size: 11px; color: #5a5a5e; align-self: end; margin-bottom: 4px; }
.uni-login__card {
  max-width: 420px; margin: 0 auto;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 24px 28px 22px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.uni-login__h1 { font-size: 18px; font-weight: 600; margin: 0 0 18px; text-align: center; }
.uni-login__btn {
  display: block; width: 100%;
  padding: 12px;
  border: 1px solid #d8d8dc;
  background: #fafafa;
  text-align: center;
  font-size: 14px; font-weight: 500;
  margin-bottom: 12px;
  border-radius: 2px;
  font-family: inherit;
}
.uni-login__btn--primary { border-color: #cfb53b; background: #fff8d6; color: #5a4900; font-weight: 600; }
.uni-login__alt {
  text-align: center; font-size: 13px;
  color: #0067b8; margin: 0 0 18px;
  text-decoration: underline;
}
.uni-login__rule { border: 0; border-top: 1px solid #e0e0e0; margin: 14px 0; }
.uni-login__check { font-size: 12px; color: #5a5a5e; display: flex; align-items: center; gap: 8px; }
.uni-login__check-box { width: 12px; height: 12px; border: 1px solid #888; }

/* ─── Uniflow Start Printing dashboard ─── */
.uni-dash {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 12px;
  background: #fff;
  font-family: system-ui, "Segoe UI", sans-serif;
  color: #1a1a1a;
  padding: 14px;
  font-size: 12px;
  min-height: 320px;
}
.uni-dash__sidebar {
  background: #1a1f24;
  color: #c8c8cc;
  padding: 14px 0;
  font-size: 12px;
}
.uni-dash__menu-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px;
}
.uni-dash__menu-item--active {
  background: #2a2f34;
  color: #fff;
  font-weight: 600;
  border-left: 2px solid #d83229;
  padding-left: 12px;
}
.uni-dash__menu-icon {
  width: 12px; height: 12px;
  background: #71757a; border-radius: 1px;
}
.uni-dash__menu-item--active .uni-dash__menu-icon { background: #fff; }
.uni-dash__panel {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.uni-dash__panel-head {
  background: #4a4d52; color: #fff;
  padding: 8px 12px;
  font-size: 12px; font-weight: 500;
}
.uni-dash__drop {
  border: 2px dashed #b8b8bc;
  margin: 14px;
  padding: 24px 14px;
  text-align: center;
  font-size: 11px; color: #71757a;
  position: relative;
}
.uni-dash__drop-icon {
  font-size: 22px; margin-bottom: 6px; color: #71757a;
}
.uni-dash__drop-platforms {
  position: absolute; top: 14px; right: 14px;
  display: flex; flex-direction: column; gap: 8px;
  font-size: 14px;
}
.uni-dash__drop-platforms span { display: flex; align-items: center; gap: 4px; }
.uni-dash__drop-platforms span::after { content: "→"; color: #d83229; }
.uni-dash__driver {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
}
.uni-dash__driver:last-child { border-bottom: 0; }
.uni-dash__driver-icon {
  width: 24px; height: 24px;
  background: #f5f5f5;
  border-radius: 2px;
  display: grid; place-items: center;
  font-size: 11px; flex-shrink: 0;
}
.uni-dash__driver-title { font-weight: 600; font-size: 12px; }
.uni-dash__driver-sub { font-size: 11px; color: #71757a; }

/* ─── Uniflow flow diagram ─── */
.uni-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 22px 0 4px;
  font-family: var(--font-sans);
}
.uni-flow__step {
  text-align: center;
  padding: 14px 10px;
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-top: 2px solid var(--csol-gold);
  border-radius: 2px;
}
.uni-flow__step-icon {
  width: 36px; height: 36px;
  margin: 0 auto 8px;
  border: 1px solid var(--csol-green);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--csol-green);
  font-size: 14px;
}
body.theme-dark .uni-flow__step-icon { color: var(--csol-gold); border-color: var(--csol-gold); }
.uni-flow__step-label { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; color: var(--fg-1); }
.uni-flow__step-sub { font-size: 10px; color: var(--fg-3); margin-top: 3px; }
.uni-flow__arrow {
  color: var(--csol-gold);
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 700px) {
  .uni-flow {
    grid-template-columns: 1fr;
  }
  .uni-flow__arrow { transform: rotate(90deg); margin: 4px auto; }
}

/* ─── Chrome bookmarks bar with dropdown ─── */
.chrome-bm {
  position: relative;
}
.chrome-bm__folder {
  display: inline-flex; align-items: center; gap: 6px;
  background: #ebebef;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  color: #1a1a1a;
}
.chrome-bm__folder::before {
  content: ""; width: 12px; height: 9px; background: #f6c657;
  border-radius: 1px;
}
.chrome-bm__menu {
  position: absolute;
  top: 30px; left: 0;
  background: #fff;
  border: 1px solid #d8d8dc;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  padding: 6px 0;
  min-width: 240px;
  font-size: 12px;
  color: #1a1a1a;
  z-index: 2;
}
.chrome-bm__item {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 14px;
  color: #1a4691;
}
.chrome-bm__item-fav {
  width: 14px; height: 14px;
  background: linear-gradient(135deg, #62748d, #3a4a60);
  border-radius: 50%;
  flex-shrink: 0;
  display: grid; place-items: center;
  font-size: 8px; color: #fff;
}
.chrome-bm__item--folder .chrome-bm__item-fav {
  background: #f6c657;
  border-radius: 1px;
  width: 12px; height: 9px;
}
.chrome-bm__item-arrow {
  margin-left: auto;
  color: #71757a;
  font-size: 10px;
}

/* ─── CSOL Access (Jenzabar) login ─── */
.csa-login {
  background: linear-gradient(180deg, #fff, #f4f4f6);
  position: relative;
  overflow: hidden;
}
.csa-login__hero {
  position: relative;
  height: 280px;
  background-size: cover; background-position: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff;
  padding: 0 24px;
}
.csa-login__hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(31,77,51,0.45), rgba(0,0,0,0.55));
}
.csa-login__brand {
  position: relative; z-index: 1;
  text-align: center;
}
.csa-login__brand-title {
  font-family: var(--font-display);
  font-size: 44px; font-weight: 500;
  letter-spacing: -0.005em;
}
.csa-login__brand-rule { border: 0; border-top: 1px solid #cfb53b; width: 80px; margin: 4px auto; }
.csa-login__brand-sub { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.42em; }
.csa-login__topbar {
  position: absolute; top: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.0);
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 24px;
  z-index: 2;
  font-family: system-ui, "Segoe UI", sans-serif;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.04em;
}
.csa-login__topbar-left {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  color: #d83279;
}
.csa-login__topbar-right { display: flex; align-items: center; gap: 18px; font-weight: 600; }
.csa-login__login-trigger {
  background: #d83279; color: #fff;
  padding: 4px 10px; border-radius: 2px;
  font-weight: 700;
  position: relative;
}
.csa-login__login-trigger::after {
  content: "▾"; margin-left: 6px; font-size: 10px;
}
.csa-login__menu {
  position: absolute; top: 36px; right: 18px;
  background: #fff;
  border: 1px solid #d8d8dc;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  font-family: system-ui, sans-serif;
  font-size: 12px;
  color: #1a1a1a;
  min-width: 150px;
  z-index: 3;
}
.csa-login__menu-item {
  padding: 7px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.csa-login__menu-item:last-child { border-bottom: 0; }
.csa-login__menu-item--active {
  background: #d83279; color: #fff; font-weight: 700;
}

/* ─── CSOL Access — true-to-life recreation ─── */
.csa-real {
  background: #fff;
  font-family: system-ui, "Segoe UI", sans-serif;
  color: #1a1a1a;
  position: relative;
  min-height: 380px;
}
.csa-real__topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px 10px;
  background: #fff;
  position: relative;
}
.csa-real__wordmark {
  font-family: var(--font-display);
  font-weight: 600; font-size: 18px;
  color: #d83279;
  letter-spacing: 0.01em;
}
.csa-real__topbar-right {
  display: flex; gap: 24px;
  font-size: 12px; font-weight: 700;
  color: #5a5a5e; letter-spacing: 0.06em;
}
.csa-real__login { color: #d83279; }
.csa-real__login-caret { font-size: 9px; }
.csa-real__menu {
  position: absolute; top: 38px; right: 60px;
  background: #fff;
  border: 1px solid #d8d8dc;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  z-index: 3;
  min-width: 130px;
}
.csa-real__menu-item {
  padding: 6px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.csa-real__menu-item:last-child { border-bottom: 0; }
.csa-real__menu-item--active {
  background: #d83279; color: #fff;
}
.csa-real__strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  height: 240px;
  position: relative;
}
.csa-real__photo {
  background-size: cover; background-position: center;
}
.csa-real__photo--1 { background: linear-gradient(160deg, #2d3a44 0%, #4a5a64 60%, #6a7a84 100%); }
.csa-real__photo--2 { background: linear-gradient(160deg, #c9a14a 0%, #8d6f30 60%, #5a4520 100%); }
.csa-real__photo--3 { background: linear-gradient(160deg, #6b7d8c 0%, #44535e 60%, #2c3a44 100%); }
.csa-real__photo--4 { background: linear-gradient(160deg, #1f4d33 0%, #2d3a44 60%, #1a2a30 100%); }
.csa-real__photo::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(0,0,0,0.15), rgba(0,0,0,0.45));
}
.csa-real__photo {
  position: relative;
}
.csa-real__photo::before {
  content: ""; position: absolute; inset: 24px 32px 60px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
  filter: blur(10px);
}
.csa-real__banner {
  position: absolute;
  bottom: 30px; left: 0;
  background: #1f4d33;
  color: #f7f4e6;
  padding: 14px 40px 14px 24px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
  font-family: var(--font-display);
  font-weight: 500;
  z-index: 2;
}
.csa-real__banner-title {
  font-size: 18px;
  letter-spacing: 0.02em;
}
.csa-real__banner-sub {
  font-size: 13px;
  letter-spacing: 0.32em;
  margin-top: 4px;
  opacity: 0.92;
}
.csa-real__wave {
  height: 28px;
  background: linear-gradient(90deg, #d83279 0%, #d83279 30%, #0096d6 60%, #1f4d33 100%);
  clip-path: polygon(0 50%, 8% 30%, 22% 65%, 38% 25%, 55% 70%, 72% 30%, 88% 60%, 100% 35%, 100% 100%, 0 100%);
  margin-top: -8px;
  position: relative;
  z-index: 1;
}
.csa-real__footer {
  background: #1a2520;
  color: #d8d2bc;
  padding: 12px 24px;
  display: flex; justify-content: center;
  gap: 18px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em;
}
.csa-real__jenzabar {
  position: absolute;
  bottom: 50px; right: 24px;
  font-family: system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: right;
}
.csa-real__jenzabar-ver {
  font-size: 9px;
  font-weight: 500;
  color: #5a5a5e;
  letter-spacing: 0;
  margin-top: 2px;
}

/* PIN entry follow-up panel */
.csa-pin {
  background: #fff;
  padding: 28px 32px;
  border-top: 4px solid #d83279;
  font-family: system-ui, sans-serif;
  color: #1a1a1a;
}
.csa-pin__h2 { font-size: 18px; font-weight: 600; margin: 0 0 16px; color: #d83279; }
.csa-pin__row {
  display: flex; gap: 14px; align-items: end;
  margin-bottom: 12px;
}
.csa-pin__field {
  flex: 1;
}
.csa-pin__field label {
  display: block; font-size: 11px; color: #5e5e5e;
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 4px;
}
.csa-pin__field input {
  width: 100%; padding: 7px 10px;
  border: 1px solid #b8b8bc;
  border-radius: 2px;
  font-family: var(--font-mono);
  font-size: 14px;
  background: #f6f6f3;
  color: #1a1a1a;
}
.csa-pin__btn {
  background: #d83279; color: #fff;
  padding: 7px 18px;
  border: 0; border-radius: 2px;
  font-size: 13px; font-weight: 600;
  font-family: inherit;
  cursor: default;
}

/* Update Bio mock — Jenzabar */
.csa-bio {
  background: #fff;
  font-family: system-ui, sans-serif;
  color: #1a1a1a;
  display: grid;
  grid-template-columns: 200px 1fr;
  font-size: 12px;
  min-height: 300px;
}
.csa-bio__nav {
  background: #ebebef;
  padding: 0;
}
.csa-bio__nav-brand {
  background: #d83279; color: #fff;
  padding: 10px 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
}
.csa-bio__nav-section {
  background: #d83279; color: #fff;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  border-top: 1px solid #fff;
}
.csa-bio__nav-item {
  padding: 6px 14px 6px 24px;
  font-size: 12px;
  color: #1a1a1a;
}
.csa-bio__nav-item--active {
  background: #d83279; color: #fff; font-weight: 600;
}
.csa-bio__main { padding: 22px 28px; }
.csa-bio__topnav {
  display: flex; gap: 18px;
  font-size: 11px; font-weight: 700; color: #5e5e5e;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 18px;
}
.csa-bio__topnav span { padding: 4px 0; }
.csa-bio__topnav span:nth-child(5) { color: #d83279; border-bottom: 2px solid #d83279; }
.csa-bio__h2 { font-size: 18px; font-weight: 600; margin: 0 0 18px; color: #1a1a1a; }
.csa-bio__field { margin-bottom: 12px; }
.csa-bio__field label { display: block; font-size: 11px; color: #5e5e5e; margin-bottom: 3px; }
.csa-bio__field input {
  width: 100%; padding: 5px 8px;
  border: 1px solid #b8b8bc;
  font-size: 12px;
  background: #fff;
  color: #1a1a1a;
}
.csa-bio__field--filled input { background: #fff8d6; }
.csa-bio__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ─── iOS contact card (helpdesk) ─── */
.ios-contact {
  width: 280px;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 38px;
  padding: 6px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}
.ios-contact__screen {
  background: #f6f6f3;
  border-radius: 32px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", system-ui, sans-serif;
  color: #1a1a1a;
  position: relative;
  aspect-ratio: 9/19;
}
.ios-contact__statusbar {
  display: flex; justify-content: space-between;
  padding: 14px 24px 6px;
  font-size: 12px; font-weight: 600;
}
.ios-contact__statusbar-right {
  display: inline-flex; gap: 4px; align-items: center;
}
.ios-contact__statusbar-right::before {
  content: "•••"; letter-spacing: 1px; font-size: 8px;
}
.ios-contact__statusbar-right::after {
  content: "🔋"; font-size: 11px;
}
.ios-contact__head {
  background: #2d3a44;
  color: #fff;
  padding: 16px 24px 18px;
  text-align: center;
}
.ios-contact__head-brand {
  font-family: var(--font-sans);
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em;
  color: #4ec9b0;
  margin-bottom: 18px;
}
.ios-contact__head-name {
  font-size: 18px; font-weight: 500;
}
.ios-contact__head-actions {
  display: grid; grid-template-columns: 1fr 1fr;
  background: #2d3a44;
  border-top: 1px solid #3a4a54;
  border-bottom: 1px solid #3a4a54;
  color: #fff;
}
.ios-contact__head-action {
  text-align: center; padding: 12px 0;
  font-size: 9px; letter-spacing: 0.06em; font-weight: 600;
  border-right: 1px solid #3a4a54;
}
.ios-contact__head-action:last-child { border-right: 0; }
.ios-contact__head-action-icon {
  font-size: 16px; margin-bottom: 4px;
}
.ios-contact__row {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 9px 18px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  background: #fff;
}
.ios-contact__row-icon {
  width: 16px; flex-shrink: 0;
  color: #71757a; font-size: 13px;
  text-align: center;
}
.ios-contact__row-value {
  font-size: 13px; color: #1a1a1a; line-height: 1.25;
}
.ios-contact__row-label {
  font-size: 10px; color: #71757a;
  margin-top: 1px;
}
.ios-contact__bottom-actions {
  position: absolute; bottom: 80px; right: 16px;
  display: flex; flex-direction: column; gap: 10px;
}
.ios-contact__bottom-action {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff; font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.ios-contact__bottom-action--share { background: #fff; color: #1a1a1a; border: 1px solid #d8d8dc; }
.ios-contact__bottom-action--save { background: #d83279; }

/* QR code with frame */
.qr {
  background: #fff;
  border: 4px solid #1a1a1a;
  border-radius: 14px;
  padding: 12px;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.qr--lg { width: 240px; padding: 16px; }
.qr--xl { width: 300px; padding: 18px; }
.qr img { width: 100%; display: block; }
.qr__label {
  background: #1a1a1a; color: #fff;
  text-align: center;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
  padding: 8px 0;
  border-radius: 999px;
  margin-top: 12px;
}
.qr__label::before {
  content: "📇 ";
  margin-right: 4px;
}

/* Two-up grid for QR pairs */
.qr-pair {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; align-items: end;
  margin: 22px 0;
}
.qr-pair--one {
  grid-template-columns: 1fr;
  max-width: 320px;
  margin-inline: auto;
}
.qr-pair__col { text-align: center; }
.qr-pair__platform {
  font-family: var(--font-sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--fg-3);
  margin-top: 10px;
}

/* Course Key phone — enhanced screen with animated waves */
.ck-phone {
  width: 240px;
  background: #1a1a1a;
  border-radius: 36px;
  padding: 6px;
  margin: 0 auto;
  box-shadow: 0 12px 36px rgba(0,0,0,0.25);
}
.ck-phone__screen {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 9/19;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", system-ui, sans-serif;
  color: #1a1a1a;
}
.ck-phone__notch {
  position: absolute; top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 22px; background: #1a1a1a;
  border-radius: 0 0 14px 14px;
}
.ck-phone__statusbar {
  display: flex; justify-content: space-between;
  padding: 12px 22px 0;
  font-size: 12px; font-weight: 600;
  position: relative; z-index: 0;
}
.ck-phone__head {
  padding: 24px 18px 12px;
  text-align: center;
}
.ck-phone__head-logo {
  display: inline-block;
  background: #1f4d33; color: #fff;
  padding: 5px 10px;
  font-family: var(--font-sans);
  font-weight: 700; font-size: 10px;
  letter-spacing: 0.1em;
  border-radius: 2px;
}
.ck-phone__class {
  margin: 12px 0 4px;
  font-size: 14px; font-weight: 600;
}
.ck-phone__class-sub { font-size: 11px; color: #71757a; }
.ck-phone__waves {
  display: flex; align-items: end; justify-content: center;
  gap: 4px; height: 80px;
  margin: 18px auto 6px;
}
.ck-phone__waves span {
  width: 6px; background: #1f4d33; border-radius: 2px;
  animation: ckwave 1.2s ease-in-out infinite;
}
.ck-phone__waves span:nth-child(1) { height: 25%; animation-delay: 0s; }
.ck-phone__waves span:nth-child(2) { height: 45%; animation-delay: 0.1s; }
.ck-phone__waves span:nth-child(3) { height: 65%; animation-delay: 0.2s; }
.ck-phone__waves span:nth-child(4) { height: 95%; animation-delay: 0.3s; }
.ck-phone__waves span:nth-child(5) { height: 65%; animation-delay: 0.4s; }
.ck-phone__waves span:nth-child(6) { height: 45%; animation-delay: 0.5s; }
.ck-phone__waves span:nth-child(7) { height: 25%; animation-delay: 0.6s; }
@keyframes ckwave { 0%,100% { opacity: 0.35; transform: scaleY(0.4); } 50% { opacity: 1; transform: scaleY(1); } }
body.motion-reduced .ck-phone__waves span { animation: none; opacity: 1; }
.ck-phone__listening {
  font-size: 11px; color: #71757a;
  text-align: center; margin: 0 0 16px;
}
.ck-phone__btn {
  margin: 0 18px;
  background: #1f4d33; color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 6px;
  font-size: 13px; font-weight: 600;
}
.ck-phone__home {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 4px; background: #1a1a1a; border-radius: 2px; opacity: 0.5;
}

/* Compact two-column layouts */
.split-2 {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; align-items: center;
  margin: 18px 0;
}
.split-2--single { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
@media (max-width: 700px) { .split-2 { grid-template-columns: 1fr; } }

/* Caption under mocks */
.mock-caption {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  text-align: center;
  margin: -8px 0 18px;
}

/* Ordered list shared style */
.ol-numbered {
  font-family: var(--font-serif);
  color: var(--fg-2);
  line-height: 1.7;
  padding-left: 22px;
  margin: 14px 0;
}
.ol-numbered li { margin-bottom: 6px; }
.ol-numbered li::marker { color: var(--csol-gold); font-family: var(--font-display); font-weight: 600; }

/* Step grid for procedural numbered cards */
.proc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.proc__card {
  border: 1px solid var(--border);
  border-top: 2px solid var(--csol-gold);
  background: var(--bg-tint);
  padding: 14px 14px 16px;
  border-radius: 2px;
}
.proc__num {
  font-family: var(--font-display);
  font-size: 24px; color: var(--csol-gold);
  line-height: 1;
}
.proc__title {
  font-family: var(--font-sans);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--fg-1);
  margin: 6px 0 4px;
}
.proc__body { font-family: var(--font-serif); font-size: 13px; line-height: 1.5; color: var(--fg-3); }

/* ── Verify email CTA — slotted at the end of the Office 365 step body ── */
.verify-cta {
  margin: 22px 0 0;
  padding: 18px 20px;
  background: linear-gradient(180deg, rgba(31,77,51,0.04), rgba(31,77,51,0.08));
  border: 1px solid var(--border);
  border-left: 3px solid var(--csol-gold);
  border-radius: 2px;
}
.verify-cta__h {
  font-family: var(--font-sans);
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--csol-green);
  margin-bottom: 6px;
}
.verify-cta p {
  font-family: var(--font-serif);
  font-size: 14px; line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 14px;
}
.verify-cta__btn {
  background: var(--csol-green);
  color: #fff;
  border: 0;
  padding: 10px 22px;
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background 120ms ease;
}
.verify-cta__btn:hover { background: var(--csol-green-dark, #14331f); }
.verify-cta--done {
  background: rgba(31,77,51,0.08);
  border-left-color: var(--csol-green);
}
.verify-cta--done .verify-cta__h { color: var(--csol-green-dark, #14331f); }
