.atcs-portal {
  --teal: #39c7c0;
  --teal-dark: #007c76;
  --orange: #e56f2f;
  --black: #0f1117;
  --ink: #0f1117;
  --white: #ffffff;
  --paper: #ffffff;
  --panel: #ffffff;
  --line: rgba(15, 17, 23, 0.18);
  --muted-line: rgba(57, 199, 192, 0.22);
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable Display", "Segoe UI", Inter, Arial, Helvetica, sans-serif;
  padding-bottom: 74px;
  overflow-x: hidden;
}

body.atcs-portal-page #main-header,
body.atcs-portal-page #top-header,
body.atcs-portal-page #main-footer,
body.atcs-portal-page .entry-title.main_title,
body.atcs-portal-page #sidebar {
  display: none !important;
}

body.atcs-portal-page #page-container {
  padding-top: 0 !important;
}

body.atcs-portal-page #main-content,
body.atcs-portal-page #main-content .container,
body.atcs-portal-page #left-area,
body.atcs-portal-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.atcs-portal-page #main-content .container::before {
  display: none !important;
}

body.atcs-portal-page .entry-content > .atcs-portal {
  width: 100%;
  min-height: 100vh;
}

body.atcs-portal-page {
  overflow-x: hidden;
}

.atcs-portal * {
  box-sizing: border-box;
}

.atcs-portal a {
  color: inherit;
}

.atcs-portal img {
  display: block;
  max-width: 100%;
  height: auto;
}

.atcs-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: var(--black);
  color: var(--white);
  border-bottom: 3px solid var(--teal);
  box-shadow: none;
  padding: 12px 22px;
}

.atcs-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0;
}

.atcs-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: var(--teal);
  color: var(--black);
  font-size: 13px;
  font-weight: 950;
}

.atcs-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  font-weight: 900;
  padding: 8px 12px;
}

.atcs-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 69px;
  background: var(--black);
  border-bottom: 3px solid var(--teal);
  padding: 10px 18px 18px;
}

.atcs-nav.is-open {
  display: grid;
  gap: 8px;
}

.atcs-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  text-decoration: none;
  font-weight: 900;
  padding: 9px 12px;
}

.atcs-nav .atcs-nav-join {
  background: var(--orange);
  color: var(--white);
}

.atcs-section,
.atcs-final,
.atcs-auth,
.atcs-gate {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.atcs-section {
  padding: 68px 0;
}

.atcs-hero {
  display: grid;
  gap: 34px;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 72vh;
  padding: 72px max(18px, calc((100% - 1120px) / 2)) 64px;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.atcs-hero-copy {
  position: relative;
  z-index: 1;
}

.atcs-hero h1,
.atcs-gate h1,
.atcs-auth h1 {
  margin: 0 0 18px;
  max-width: 920px;
  color: inherit;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.atcs-section h1,
.atcs-section h2,
.atcs-final h2 {
  margin: 0 0 18px;
  max-width: 920px;
  color: var(--black);
  font-size: clamp(31px, 5vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

.atcs-card h3,
.atcs-price-card h3,
.atcs-showcase-panel h2 {
  margin: 0 0 10px;
  color: var(--black);
  font-size: 23px;
  line-height: 1.14;
  letter-spacing: 0;
}

.atcs-kicker {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atcs-orange {
  color: var(--orange);
}

.atcs-lede,
.atcs-hero p,
.atcs-final p {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  font-weight: 750;
}

.atcs-lede-dark,
.atcs-section p,
.atcs-section li,
.atcs-card p,
.atcs-card li,
.atcs-price-card p,
.atcs-price-card li,
.atcs-auth p,
.atcs-gate p,
.atcs-faq p {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 750;
}

.atcs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.atcs-btn,
.atcs-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  color: var(--black);
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.1;
  padding: 13px 18px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.atcs-btn:hover,
.atcs-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 17, 23, 0.18);
}

.atcs-btn-primary {
  background: var(--teal);
}

.atcs-btn-secondary {
  background: var(--orange);
  color: var(--white);
}

.atcs-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  font-weight: 900;
  color: var(--teal-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.atcs-metrics {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.atcs-metrics span {
  border-left: 5px solid var(--teal);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 800;
  padding: 12px 14px;
}

.atcs-metrics span:nth-child(2) {
  border-left-color: var(--orange);
}

.atcs-metrics span strong {
  color: var(--teal);
  font-weight: 950;
}

.atcs-hero-showcase {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #151a24;
  padding: 14px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

.atcs-hero-showcase img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--black);
}

.atcs-showcase-panel {
  border-left: 5px solid var(--orange);
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
}

.atcs-showcase-panel .atcs-kicker,
.atcs-showcase-panel p {
  color: var(--black);
}

.atcs-mini-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.atcs-mini-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--black);
  font-weight: 900;
  padding: 10px 12px;
}

.atcs-card,
.atcs-price-card,
.atcs-form,
.atcs-notice {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  box-shadow: 0 16px 34px rgba(15, 17, 23, 0.08);
}

.atcs-card,
.atcs-price-card,
.atcs-form {
  padding: 22px;
}

.atcs-card,
.atcs-price-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.atcs-card::before,
.atcs-price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--teal);
}

.atcs-card:nth-child(2n)::before,
.atcs-price-card:nth-child(2n)::before {
  background: var(--orange);
}

.atcs-card:hover,
.atcs-price-card:hover {
  transform: translateY(-2px);
  border-color: var(--teal);
  box-shadow: 0 22px 52px rgba(17, 24, 39, 0.14);
}

.atcs-grid {
  display: grid;
  gap: 18px;
}

.atcs-grid-2,
.atcs-grid-3,
.atcs-grid-4,
.atcs-dashboard-grid {
  grid-template-columns: 1fr;
}

.atcs-image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}

.atcs-image-card {
  display: grid;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--black);
  border-radius: 6px;
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(15, 17, 23, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.atcs-image-card:hover {
  transform: translateY(-2px);
  border-color: var(--teal);
  box-shadow: 0 24px 48px rgba(15, 17, 23, 0.2);
}

.atcs-image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--black);
}

.atcs-image-card-body {
  display: grid;
  gap: 8px;
  border-top: 3px solid var(--teal);
  padding: 20px;
}

.atcs-image-card-body strong {
  color: var(--white);
  font-size: 24px;
  line-height: 1.08;
}

.atcs-image-card-body small {
  color: var(--white);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.atcs-home {
  background: var(--white);
}

.atcs-workspace {
  display: grid;
  width: min(1440px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
}

.atcs-workspace-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: var(--black);
  color: var(--white);
  border-right: 1px solid rgba(57, 199, 192, 0.38);
  padding: 42px 28px;
}

.atcs-workspace-sidebar .atcs-kicker,
.atcs-workspace-sidebar h2,
.atcs-workspace-sidebar p,
.atcs-workspace-sidebar .atcs-link {
  color: var(--white);
}

.atcs-workspace-sidebar h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.atcs-workspace-links {
  display: grid;
  gap: 8px;
}

.atcs-workspace-links a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  padding: 9px 10px;
  text-decoration: none;
}

.atcs-workspace-links a:hover {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--black);
}

.atcs-workspace-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 5px;
  background: var(--teal);
  color: var(--black);
  font-size: 12px;
  font-weight: 950;
}

.atcs-workspace-links a:nth-child(even) span {
  background: var(--orange);
  color: var(--white);
}

.atcs-sidebar-note {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 20px;
}

.atcs-sidebar-note strong {
  color: var(--teal);
  font-size: 16px;
}

.atcs-sidebar-note p {
  font-size: 14px;
  line-height: 1.5;
}

.atcs-workspace-main {
  border-top: 6px solid var(--orange);
  padding: 46px;
}

.atcs-workspace-top {
  display: grid;
  gap: 22px;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 2px solid var(--black);
}

.atcs-workspace-top h1 {
  max-width: 700px;
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.atcs-workspace-top p {
  max-width: 720px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.55;
}

.atcs-workspace-actions {
  display: grid;
  gap: 10px;
  align-items: center;
}

.atcs-workspace-actions .atcs-link {
  justify-content: center;
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.atcs-home-tools {
  margin-top: 26px;
}

.atcs-home-tools .atcs-image-card {
  box-shadow: 0 16px 34px rgba(15, 17, 23, 0.14);
}

.atcs-home-tools .atcs-image-card img {
  aspect-ratio: 16 / 8;
}

.atcs-access-band {
  display: grid;
  gap: 30px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-top: 6px solid var(--teal);
  border-bottom: 6px solid var(--orange);
  border-radius: 0;
  background: var(--black);
  color: var(--white);
  padding: 68px max(18px, calc((100% - 1120px) / 2));
}

.atcs-access-band h2,
.atcs-service-band h2,
.atcs-final-simple h2 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.atcs-access-band h2,
.atcs-access-band p,
.atcs-access-band .atcs-kicker {
  color: var(--white);
}

.atcs-access-band p,
.atcs-service-band p {
  color: var(--white);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.55;
}

.atcs-access-panel {
  display: grid;
  gap: 9px;
}

.atcs-access-panel span {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  font-weight: 800;
  padding: 11px 13px;
}

.atcs-membership-funnel {
  padding-top: 76px;
  padding-bottom: 76px;
}

.atcs-plan-compact {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--teal);
  border-radius: 6px;
  background: var(--black);
  color: var(--white);
  padding: 28px;
  box-shadow: 0 18px 38px rgba(15, 17, 23, 0.14);
}

.atcs-plan-compact.is-pro {
  border: 2px solid var(--orange);
}

.atcs-plan-compact h3 {
  margin: 14px 0 8px;
  color: var(--white);
  font-size: 25px;
}

.atcs-plan-compact strong {
  color: var(--white);
  font-size: 26px;
}

.atcs-plan-compact p {
  flex: 1;
  color: var(--white);
  font-weight: 750;
}

.atcs-plan-label {
  align-self: flex-start;
  border-radius: 5px;
  background: var(--teal);
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
}

.atcs-plan-compact.is-pro .atcs-plan-label {
  background: var(--orange);
  color: var(--white);
}

.atcs-service-band {
  display: grid;
  gap: 22px;
  align-items: center;
  width: 100%;
  margin: 0;
  border-top: 6px solid var(--teal);
  background: var(--black);
  padding: 50px max(18px, calc((100% - 1120px) / 2));
}

.atcs-service-band h2,
.atcs-service-band p,
.atcs-service-band .atcs-kicker {
  color: var(--white);
}

.atcs-final-simple {
  display: grid;
  gap: 22px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--black);
  color: var(--white);
  padding: 58px max(18px, calc((100% - 1120px) / 2));
}

.atcs-final-simple h2,
.atcs-final-simple .atcs-kicker,
.atcs-final-simple .atcs-link {
  color: var(--white);
}

.atcs-final-simple .atcs-actions {
  margin-top: 0;
}

.atcs-strip {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--black);
  color: var(--white);
}

.atcs-strip span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-weight: 950;
}

.atcs-soft {
  width: 100%;
  max-width: none;
  background: var(--paper);
  padding-left: max(18px, calc((100% - 1120px) / 2));
  padding-right: max(18px, calc((100% - 1120px) / 2));
}

.atcs-black {
  width: 100%;
  max-width: none;
  background: var(--black);
  color: var(--white);
  padding-left: max(18px, calc((100% - 1120px) / 2));
  padding-right: max(18px, calc((100% - 1120px) / 2));
}

.atcs-black h1,
.atcs-black h2,
.atcs-black h3,
.atcs-black p,
.atcs-black li,
.atcs-black .atcs-kicker {
  color: var(--white);
}

.atcs-black .atcs-card {
  background: #151a24;
  border-color: #2b3444;
}

.atcs-black .atcs-card h3,
.atcs-black .atcs-card p,
.atcs-black .atcs-card li {
  color: var(--white);
}

.atcs-black .atcs-card::before {
  background: var(--orange);
}

.atcs-checks {
  padding-left: 22px;
}

.atcs-checks li {
  margin: 9px 0;
}

.atcs-price {
  color: var(--black);
  font-size: 38px;
  font-weight: 950;
  line-height: 1;
  margin: 12px 0;
}

.atcs-price-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.atcs-price-card.is-featured {
  border: 3px solid var(--orange);
}

.atcs-price-card ul {
  flex: 1;
  padding-left: 22px;
}

.atcs-locked {
  border-color: var(--orange);
}

.atcs-locked::before {
  background: var(--orange);
}

.atcs-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--black);
  color: var(--white);
  margin-bottom: 10px;
}

.atcs-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--teal);
  color: var(--black);
  font-weight: 950;
  margin-bottom: 14px;
}

.atcs-final,
.atcs-gate,
.atcs-auth {
  padding: 70px 0;
}

.atcs-final {
  margin-bottom: 36px;
}

.atcs-auth {
  display: grid;
  gap: 28px;
  align-items: start;
}

.atcs-form {
  display: grid;
  gap: 14px;
}

.atcs-form label {
  display: grid;
  gap: 7px;
  color: var(--black);
  font-weight: 900;
}

.atcs-form input,
.atcs-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--black);
  font: inherit;
  padding: 13px;
}

.atcs-notice {
  width: min(1120px, calc(100% - 36px));
  margin: 16px auto 0;
  border-left: 5px solid var(--teal);
  color: var(--black);
  font-weight: 850;
  padding: 14px 18px;
}

.atcs-faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.atcs-faq summary {
  color: var(--black);
  cursor: pointer;
  font-size: 19px;
  font-weight: 950;
}

.atcs-dashboard-grid {
  display: grid;
  gap: 18px;
}

.atcs-market-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
}

.atcs-market-toolbar span,
.atcs-market-disclaimer {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

.atcs-market-grid,
.atcs-market-ticker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.atcs-market-section,
.atcs-market-inline {
  padding-top: 58px;
  padding-bottom: 58px;
}

.atcs-market-card {
  min-height: 230px;
  border-top: 0;
}

.atcs-market-card::before {
  background: var(--teal);
}

.atcs-market-card.is-down::before {
  background: var(--orange);
}

.atcs-market-card.is-muted::before {
  background: var(--line);
}

.atcs-market-name {
  min-height: 52px;
}

.atcs-market-price {
  color: var(--black);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
  margin: 12px 0 8px;
}

.atcs-market-change {
  color: var(--teal-dark);
  font-weight: 950;
}

.atcs-market-card.is-down .atcs-market-change {
  color: var(--orange);
}

.atcs-black .atcs-market-card {
  background: #151a24;
  border-color: #2b3444;
}

.atcs-black .atcs-market-price,
.atcs-black .atcs-market-name,
.atcs-black .atcs-market-change,
.atcs-black .atcs-market-toolbar span,
.atcs-black .atcs-market-disclaimer {
  color: var(--white);
}

.atcs-mobile-bar {
  position: fixed;
  z-index: 60;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  grid-template-columns: 1fr 1fr;
  background: var(--black);
  border-top: 3px solid var(--teal);
}

.atcs-mobile-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: var(--white);
  font-weight: 950;
  text-decoration: none;
}

.atcs-mobile-bar a:first-child {
  background: var(--teal);
  color: var(--black);
}

.woocommerce .atcs-portal button,
.atcs-portal .woocommerce button,
.atcs-portal .woocommerce a.button {
  border-radius: 8px;
  background: var(--teal);
  color: var(--black);
  font-weight: 950;
}

@media (min-width: 760px) {
  .atcs-portal {
    padding-bottom: 0;
  }

  .atcs-menu-toggle {
    display: none;
  }

  .atcs-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-bottom: 0;
    background: transparent;
  }

  .atcs-nav a {
    min-height: 40px;
  }

  .atcs-hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.82fr);
  }

  .atcs-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .atcs-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atcs-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atcs-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atcs-image-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atcs-market-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atcs-market-ticker {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atcs-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atcs-strip span {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .atcs-auth {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  }

  .atcs-workspace {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .atcs-workspace-top {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .atcs-access-band {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  }

  .atcs-service-band,
  .atcs-final-simple {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 759px) {
  .atcs-portal,
  .atcs-nav-wrap,
  .atcs-workspace,
  .atcs-workspace > *,
  .atcs-workspace-sidebar,
  .atcs-workspace-main,
  .atcs-workspace-top,
  .atcs-home-tools {
    min-width: 0;
    max-width: 100%;
  }

  .atcs-workspace {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .atcs-workspace-sidebar {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 4px solid var(--teal);
    padding: 28px 20px;
    overflow: hidden;
  }

  .atcs-workspace-sidebar h2 {
    max-width: 290px;
    font-size: 22px;
  }

  .atcs-sidebar-note {
    display: none;
  }

  .atcs-workspace-main {
    width: 100%;
    max-width: 100%;
    padding: 28px 18px;
    overflow: hidden;
  }

  .atcs-workspace-top h1 {
    max-width: none;
    font-size: 32px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .atcs-workspace-top p,
  .atcs-workspace-actions,
  .atcs-home-tools,
  .atcs-home-tools .atcs-image-card {
    width: 100%;
    max-width: none;
  }

  .atcs-workspace-top p,
  .atcs-image-card-body strong,
  .atcs-image-card-body small {
    overflow-wrap: anywhere;
  }

  .atcs-home-tools {
    margin-top: 20px;
  }

  .atcs-access-band {
    width: 100%;
    margin: 0;
    padding: 48px 18px;
  }

  .atcs-service-band {
    margin-top: 48px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .atcs-final-simple {
    width: 100%;
  }

  .atcs-hero {
    width: 100vw;
    max-width: 100vw;
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .atcs-hero > *,
  .atcs-hero-copy {
    width: 100%;
    max-width: 340px;
    min-width: 0;
  }

  .atcs-hero h1,
  .atcs-gate h1,
  .atcs-auth h1 {
    max-width: 340px;
    font-size: 28px;
    line-height: 1.12;
    overflow-wrap: normal;
  }

  .atcs-hero p,
  .atcs-lede,
  .atcs-final p {
    max-width: 340px;
    font-size: 16px;
  }

  .atcs-brand {
    min-width: 0;
  }

  .atcs-brand > span:last-child {
    display: none;
  }

  .atcs-nav-wrap {
    width: 100%;
    max-width: 100vw;
  }

  .atcs-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .atcs-btn {
    width: 100%;
  }

  .atcs-nav-wrap {
    position: sticky;
  }

  .atcs-mobile-bar {
    display: grid;
  }
}
