body.atlan-theme {
  background-color: var(--bg-core);
  color: var(--text-primary);
  font-family: var(--font-body);
}

body.atlan-theme main {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

body.atlan-theme a {
  color: var(--accent-primary);
}

body.atlan-theme a:hover {
  color: #5b98ff;
}

body.atlan-theme .section,
body.atlan-theme .section__content,
body.atlan-theme .section__container,
body.atlan-theme .content__container {
  background: transparent;
}

body.atlan-theme .button,
body.atlan-theme .button-primary,
body.atlan-theme .button-secondary,
body.atlan-theme .button--primary,
body.atlan-theme .button--secondary,
body.atlan-theme .button--print,
body.atlan-theme input[type="submit"],
body.atlan-theme input[type="button"],
body.atlan-theme button:not(.mobile-menu-toggle):not(.dropdown__toggle-button) {
  text-decoration: none;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 1rem 2rem;
  border: 1px solid rgba(45, 123, 255, 0.65);
  color: #f4f7ff;
  background: #0f172c;
  transition: all 0.3s ease;
  border-radius: var(--radius-sm);
}

body.atlan-theme .button:hover,
body.atlan-theme .button-primary:hover,
body.atlan-theme .button-secondary:hover,
body.atlan-theme .button--primary:hover,
body.atlan-theme .button--secondary:hover,
body.atlan-theme .button--print:hover,
body.atlan-theme input[type="submit"]:hover,
body.atlan-theme input[type="button"]:hover,
body.atlan-theme button:not(.mobile-menu-toggle):not(.dropdown__toggle-button):hover {
  background: rgba(45, 123, 255, 0.3);
  border-color: var(--accent-primary);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(45, 123, 255, 0.25);
}

body.atlan-theme .button-primary,
body.atlan-theme .button--primary {
  background: var(--accent-primary);
  color: #06101f;
  border-color: var(--accent-primary);
}

body.atlan-theme .button-primary:hover,
body.atlan-theme .button--primary:hover {
  background: #5b98ff;
  border-color: #5b98ff;
  color: #041025;
  box-shadow: 0 16px 30px rgba(45, 123, 255, 0.35);
}

body.atlan-theme .button-secondary,
body.atlan-theme .button--secondary {
  background: transparent;
  color: #f4f7ff;
  border-color: rgba(255, 255, 255, 0.35);
}

body.atlan-theme .button-secondary:hover,
body.atlan-theme .button--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
}

body.atlan-theme .card,
body.atlan-theme .course-card,
body.atlan-theme .course-card__wrapper,
body.atlan-theme .course-card__content,
body.atlan-theme .product-card,
body.atlan-theme .bundle-card,
body.atlan-theme .collections__product-card,
body.atlan-theme .pricing-table,
body.atlan-theme .reviews__item,
body.atlan-theme .testimonial,
body.atlan-theme .checkout__order,
body.atlan-theme .checkout__form,
body.atlan-theme .my-account__wrapper,
body.atlan-theme .my-account__content,
body.atlan-theme .my-account__menu {
  background-color: var(--bg-card);
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
}

body.atlan-theme .form__control,
body.atlan-theme input[type="text"],
body.atlan-theme input[type="email"],
body.atlan-theme input[type="password"],
body.atlan-theme input[type="search"],
body.atlan-theme select,
body.atlan-theme textarea {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
}

body.atlan-theme .form__control:focus,
body.atlan-theme input[type="text"]:focus,
body.atlan-theme input[type="email"]:focus,
body.atlan-theme input[type="password"]:focus,
body.atlan-theme input[type="search"]:focus,
body.atlan-theme select:focus,
body.atlan-theme textarea:focus {
  border-color: var(--accent-primary);
  box-shadow: 0 0 0 2px rgba(45, 123, 255, 0.2);
  outline: none;
}

body.atlan-theme ::placeholder {
  color: var(--text-secondary);
}

body.atlan-theme .table,
body.atlan-theme table {
  color: var(--text-primary);
}

body.atlan-theme th,
body.atlan-theme td {
  border-color: var(--border-subtle);
}

body.atlan-theme .alert,
body.atlan-theme .form__notice,
body.atlan-theme .form-error__list {
  color: var(--text-secondary);
}

body.atlan-theme .header__nav-sign-in a {
  color: var(--text-primary);
}

body.atlan-theme .site-header {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.atlan-theme .site-header .logo-image {
  width: auto !important;
  max-height: 38px;
  height: 38px;
}

body.atlan-theme .desktop-nav {
  gap: 1.4rem;
  align-items: center;
}

body.atlan-theme .desktop-nav a:not(.cta-button) {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.2rem 0;
}

body.atlan-theme .mobile-menu-toggle {
  padding: 0.4rem 0.7rem;
  font-size: 0.65rem;
}

body.atlan-theme h1,
body.atlan-theme h2,
body.atlan-theme h3,
body.atlan-theme h4,
body.atlan-theme h5,
body.atlan-theme h6,
body.atlan-theme .section__heading,
body.atlan-theme .section__heading--secondary,
body.atlan-theme .page__heading,
body.atlan-theme .my-account__heading,
body.atlan-theme .affiliate__heading,
body.atlan-theme .password-reset__heading,
body.atlan-theme .course-review__heading,
body.atlan-theme .collections__heading,
body.atlan-theme .checkout__heading,
body.atlan-theme .checkout__subheading,
body.atlan-theme .student-dashboard__welcome {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f4f7ff;
  font-weight: 600;
}

body.atlan-theme .section__heading--secondary,
body.atlan-theme .card__name {
  font-size: 1rem;
  letter-spacing: 0.06em;
}

body.atlan-theme p,
body.atlan-theme .section__subheading,
body.atlan-theme .form__notice,
body.atlan-theme .form-error__list,
body.atlan-theme .my-account__back-link {
  color: #aeb8c9;
}

body.atlan-theme .form__label {
  color: #8fa1bd;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.atlan-theme .my-account {
  padding-top: 120px;
}

body.atlan-theme .my-account__heading {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

body.atlan-theme .my-account__subheading {
  font-size: 1.25rem;
}

body.atlan-theme .my-account__avatar img {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.atlan-theme .student-dashboard__banner {
  padding: 3.5rem 0 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
  background: rgba(5, 5, 5, 0.4);
}

body.atlan-theme .student-dashboard__content,
body.atlan-theme .my-account__content,
body.atlan-theme .checkout__form,
body.atlan-theme .checkout__order {
  background: rgba(10, 10, 10, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

body.atlan-theme .my-account__menu {
  background: rgba(15, 20, 35, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}

body.atlan-theme .my-account__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

body.atlan-theme .my-account__menu li {
  background: transparent !important;
}

body.atlan-theme .my-account__menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.atlan-theme .my-account__menu a {
  display: block;
  padding: 0.9rem 1.2rem;
  color: #f8fafc !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 600;
  background: transparent !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

body.atlan-theme .my-account__menu a:hover,
body.atlan-theme .my-account__menu a.active {
  background: rgba(45, 123, 255, 0.18);
  color: #ffffff;
}

body.atlan-theme .my-account__menu a:focus {
  outline: 2px solid rgba(45, 123, 255, 0.6);
  outline-offset: -2px;
}

body.atlan-theme .my-account__banner {
  padding: 3.5rem 0 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.4);
}

body.atlan-theme .my-account__content p,
body.atlan-theme .my-account__content li,
body.atlan-theme .my-account__content span {
  color: #aeb8c9;
}

body.atlan-theme .my-account__content a {
  color: #8fb4ff;
}

body.atlan-theme .my-account__content a:hover {
  color: #ffffff;
}

body.atlan-theme .my-account__order-overview p {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
}

body.atlan-theme .notice__form-error {
  background: rgba(80, 15, 20, 0.35);
  border: 1px solid rgba(255, 99, 99, 0.4);
  color: #ffb4b4;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}

body.atlan-theme .notice__form-error .form-error__list {
  color: #ffb4b4;
}

body.atlan-theme table,
body.atlan-theme .table--responsive {
  background: transparent;
  color: #e2e8f0;
}

body.atlan-theme table thead th {
  color: #f4f7ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.atlan-theme table tbody tr {
  background: rgba(255, 255, 255, 0.02);
}

body.atlan-theme table tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.03);
}

body.atlan-theme table tbody tr:hover {
  background: rgba(45, 123, 255, 0.08);
}

body.atlan-theme table th,
body.atlan-theme table td {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.atlan-theme .table--responsive tr {
  background: rgba(255, 255, 255, 0.03) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.atlan-theme .order-history--empty {
  color: #9fb0c8;
}

body.atlan-theme input[type="checkbox"].form__control {
  width: 16px;
  height: 16px;
  margin-right: 0.6rem;
  accent-color: #2d7bff;
}

body.atlan-theme .form__label--checkbox {
  color: #cbd5e1;
  text-transform: none;
  letter-spacing: 0.02em;
}

body.atlan-theme .card {
  background: rgba(10, 10, 10, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

body.atlan-theme .card__header,
body.atlan-theme .card__body {
  padding: 1.5rem;
}

body.atlan-theme .card__details a {
  color: #8fb4ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  text-decoration: none;
}

body.atlan-theme .card__details a:hover {
  color: #ffffff;
}

body.atlan-theme .card__progress--bar {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

body.atlan-theme .progress__bar {
  background: var(--accent-primary);
}

body.atlan-theme .progress__percentage-value {
  color: #ffffff;
}

body.atlan-theme .products__search-box .form__control {
  border-radius: 999px;
  padding-left: 1.2rem;
}

body.atlan-theme .products__search-box .form__search:after {
  color: #5b98ff;
}

body.atlan-theme .sign-in,
body.atlan-theme .sign-up,
body.atlan-theme .express-sign-in,
body.atlan-theme .social-sign-up,
body.atlan-theme .checkout__form--sign-in {
  padding-top: 160px;
}

body.atlan-theme .sign-in__container,
body.atlan-theme .sign-up__container,
body.atlan-theme .express-sign-in__container,
body.atlan-theme .social-sign-up__container {
  padding-top: 24px;
}

body.atlan-theme .remote-sign-in__divider,
body.atlan-theme .remote-sign-up__divider {
  color: #9fb0c8;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}

body.atlan-theme .remote-sign-in__divider:before,
body.atlan-theme .remote-sign-up__divider:before {
  border-top-color: rgba(255, 255, 255, 0.15);
}

body.atlan-theme .remote-sign-in__divider span,
body.atlan-theme .remote-sign-up__divider span {
  background: rgba(5, 5, 5, 0.85);
  color: #9fb0c8;
}

body.atlan-theme .collections,
body.atlan-theme .collections__container {
  padding-top: 120px;
}

body.atlan-theme .site-footer {
  background: rgba(5, 5, 5, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3rem 0 2.5rem;
  font-family: var(--font-body);
}

body.atlan-theme .site-footer h4 {
  color: #f4f7ff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.65rem;
  margin-bottom: 0.75rem;
}

body.atlan-theme .site-footer p,
body.atlan-theme .site-footer address {
  color: #aeb8c9;
  font-size: 0.9rem;
  line-height: 1.6;
}

body.atlan-theme .site-footer a {
  color: #8fb4ff;
  font-weight: 500;
}

body.atlan-theme .site-footer a:hover {
  color: #ffffff;
}

body.atlan-theme .footer-grid-4 {
  gap: 2.5rem;
}

body.atlan-theme .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.atlan-theme .footer-links-list li + li {
  margin-top: 0.5rem;
}

body.atlan-theme .footer-bottom {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  color: #8fa1bd;
  font-size: 0.85rem;
}

body.atlan-theme .footer-bottom .watermark {
  color: rgba(255, 255, 255, 0.08);
  font-size: 1.4rem;
  letter-spacing: 0.18em;
}
