body.eartes-campus-theme .ea-campus,
body.eartes-campus-theme .ea-campus-content,
body.eartes-campus-theme .ea-campus-grades,
body.eartes-campus-theme .ea-billing-shell,
body.eartes-campus-theme .ea-matricula-shell {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-grid {
  display: grid;
  gap: 16px;
}

body.eartes-campus-theme .ea-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.eartes-campus-theme .ea-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.eartes-campus-theme .ea-grid-auto,
body.eartes-campus-theme .ea-overview-grid,
body.eartes-campus-theme .ea-summary-grid,
body.eartes-campus-theme .ea-billing-grid,
body.eartes-campus-theme .ea-billing-summary-grid,
body.eartes-campus-theme .ea-matricula-grid,
body.eartes-campus-theme .ea-documents-grid,
body.eartes-campus-theme .ea-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

body.eartes-campus-theme .ea-campus-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
}

body.eartes-campus-theme .ea-campus-overlay {
  display: none;
}

body.eartes-campus-theme .ea-campus-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  align-content: start;
  gap: 22px;
  height: 100vh;
  padding: 28px 18px 18px;
  background:
    linear-gradient(180deg, rgba(16, 37, 63, 0.98), rgba(11, 28, 49, 0.98)),
    var(--ea-shell-brand);
  color: #f7f3ec;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

body.eartes-campus-theme .ea-campus-brand-link,
body.eartes-campus-theme .ea-campus-logout,
body.eartes-campus-theme .ea-card-link,
body.eartes-campus-theme .ea-course-card {
  text-decoration: none;
}

body.eartes-campus-theme .ea-campus-brand-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
}

body.eartes-campus-theme .ea-campus-brand-link:hover,
body.eartes-campus-theme .ea-campus-brand-link:focus {
  color: inherit;
}

body.eartes-campus-theme .ea-campus-brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

body.eartes-campus-theme .ea-campus-brand-mark img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

body.eartes-campus-theme .ea-campus-brand-mark span {
  font-size: 26px;
  font-weight: 900;
}

body.eartes-campus-theme .ea-campus-brand-copy {
  display: grid;
  gap: 4px;
}

body.eartes-campus-theme .ea-campus-brand-copy strong {
  font-size: 16px;
  line-height: 1.1;
}

body.eartes-campus-theme .ea-campus-brand-copy small,
body.eartes-campus-theme .ea-campus-usercard small {
  color: rgba(247, 243, 236, 0.68);
  font-size: 12px;
  letter-spacing: 0.04em;
  word-break: break-word;
}

body.eartes-campus-theme .ea-campus-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

body.eartes-campus-theme .ea-campus-nav {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-campus-nav-section {
  display: grid;
  gap: 10px;
}

body.eartes-campus-theme .ea-campus-nav-label {
  margin: 0;
  padding: 0 16px;
  color: rgba(247, 243, 236, 0.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.eartes-campus-theme .ea-campus-nav li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  color: rgba(247, 243, 236, 0.84);
  font-weight: 700;
  transition: background-color 120ms ease, transform 120ms ease, color 120ms ease;
}

body.eartes-campus-theme .ea-campus-nav li a:hover,
body.eartes-campus-theme .ea-campus-nav li a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(1px);
}

body.eartes-campus-theme .ea-campus-nav li.is-active a {
  color: #0f172a;
  background: linear-gradient(135deg, #f7ead0, #d8aa52);
  box-shadow: 0 12px 24px rgba(211, 166, 79, 0.22);
}

body.eartes-campus-theme .ea-campus-nav .dashicons,
body.eartes-campus-theme .ea-campus-logout .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

body.eartes-campus-theme .ea-campus-sidebar-footer {
  margin-top: auto;
  padding-top: 20px;
  display: grid;
  gap: 14px;
}

body.eartes-campus-theme .ea-campus-usercard,
body.eartes-campus-theme .ea-campus-topbar-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
}

body.eartes-campus-theme .ea-campus-usercard {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.eartes-campus-theme .ea-campus-usercard-avatar,
body.eartes-campus-theme .ea-campus-topbar-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

body.eartes-campus-theme .ea-campus-usercard strong,
body.eartes-campus-theme .ea-campus-topbar-user strong {
  display: block;
  line-height: 1.2;
}

body.eartes-campus-theme .ea-campus-logout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  color: #ffb4ab;
  font-weight: 700;
}

body.eartes-campus-theme .ea-campus-logout:hover,
body.eartes-campus-theme .ea-campus-logout:focus {
  color: #fff;
  background: rgba(180, 59, 47, 0.28);
}

body.eartes-campus-theme .ea-campus-main {
  min-width: 0;
  padding: 26px;
}

body.eartes-campus-theme .ea-campus-topbar {
  margin-bottom: 22px;
  padding: 18px 22px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 251, 245, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

body.eartes-campus-theme .ea-campus-topbar-main,
body.eartes-campus-theme .ea-campus-topbar-side {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

body.eartes-campus-theme .ea-campus-topbar-side {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

body.eartes-campus-theme .ea-campus-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: var(--ea-shell-brand);
}

body.eartes-campus-theme .ea-campus-topbar-copy {
  max-width: 760px;
}

body.eartes-campus-theme .ea-campus-kicker {
  margin: 0 0 8px;
  color: #9a6b17;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 12px;
}

body.eartes-campus-theme .ea-campus-topbar-copy h1,
body.eartes-campus-theme .ea-campus-content h1,
body.eartes-campus-theme .ea-campus-content h2,
body.eartes-campus-theme .ea-campus-content h3,
body.eartes-campus-theme .ea-campus-content .ea-program-header,
body.eartes-campus-theme .ea-campus-content .ea-section-subtitle {
  letter-spacing: -0.03em;
}

body.eartes-campus-theme .ea-campus-topbar-copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3.4vw, 3.5rem);
  line-height: 0.98;
  color: var(--ea-shell-brand);
}

body.eartes-campus-theme .ea-campus-topbar-copy p:last-child,
body.eartes-campus-theme .ea-overview-desc,
body.eartes-campus-theme .ea-campus-content .ea-muted {
  color: var(--ea-shell-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.eartes-campus-theme .ea-campus-topbar-user {
  background: rgba(16, 37, 63, 0.06);
}

body.eartes-campus-theme button.ea-campus-topbar-user {
  border: 1px solid rgba(16, 37, 63, 0.08);
  cursor: pointer;
  text-align: left;
}

body.eartes-campus-theme .ea-campus-topbar-user small {
  color: var(--ea-shell-muted);
}

body.eartes-campus-theme .ea-campus-support-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(211, 166, 79, 0.16);
  color: #8c5d0a;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.eartes-campus-theme .ea-campus-support-badge-neutral,
body.eartes-campus-theme .ea-role-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 37, 63, 0.08);
  color: var(--ea-shell-brand);
  border: 1px solid rgba(16, 37, 63, 0.08);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.eartes-campus-theme .ea-campus-support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(16, 37, 63, 0.08);
  color: var(--ea-shell-brand);
  text-decoration: none;
  font-weight: 700;
}

body.eartes-campus-theme .ea-campus-support-link:hover,
body.eartes-campus-theme .ea-campus-support-link:focus {
  color: var(--ea-shell-brand);
  background: rgba(16, 37, 63, 0.12);
}

body.eartes-campus-theme .ea-campus-content {
  max-width: 1280px;
}

body.eartes-campus-theme .ea-switch-banner {
  margin: 18px 26px 0;
  padding: 14px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(16, 37, 63, 0.98), rgba(24, 61, 99, 0.92));
  color: #f8f2e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.eartes-campus-theme .ea-switch-banner-copy {
  display: grid;
  gap: 4px;
}

body.eartes-campus-theme .ea-switch-banner-copy strong {
  display: block;
}

body.eartes-campus-theme .ea-switch-banner-copy span {
  color: rgba(248, 242, 232, 0.72);
  font-size: 14px;
}

body.eartes-campus-theme .ea-user-switcher-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  padding: 28px;
  background: rgba(15, 23, 42, 0.42);
  display: grid;
  place-items: center;
}

body.eartes-campus-theme .ea-user-switcher-modal[hidden] {
  display: none !important;
}

body.eartes-campus-theme .ea-user-switcher-dialog {
  width: min(860px, 100%);
  max-height: min(78vh, 860px);
  overflow: auto;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 251, 245, 0.96);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

body.eartes-campus-theme .ea-user-switcher-close {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(16, 37, 63, 0.1);
  background: #fff;
  color: var(--ea-shell-brand);
  cursor: pointer;
}

body.eartes-campus-theme .ea-user-switcher-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(180px, 0.7fr);
  gap: 12px;
  margin: 18px 0;
}

body.eartes-campus-theme .ea-user-switcher-shortcuts {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

body.eartes-campus-theme .ea-user-switcher-shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.eartes-campus-theme .ea-user-switcher-shortcut-copy {
  display: grid;
  gap: 4px;
}

body.eartes-campus-theme .ea-user-switcher-shortcut-copy p {
  margin: 0;
  color: var(--ea-shell-muted);
}

body.eartes-campus-theme .ea-user-switcher-shortcut-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.eartes-campus-theme .ea-user-switcher-toolbar .ea-field {
  display: grid;
  gap: 6px;
}

body.eartes-campus-theme .ea-user-switcher-toolbar .ea-field span {
  font-family: 'Outfit', 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--ea-shell-brand) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

body.eartes-campus-theme .ea-user-switcher-search,
body.eartes-campus-theme input[type="search"].ea-user-switcher-search,
body.eartes-campus-theme .ea-user-switcher-role,
body.eartes-campus-theme select.ea-user-switcher-role {
  min-height: 48px !important;
  height: 48px !important;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif !important;
  border-radius: 12px !important;
  border: 1.5px solid rgba(16, 37, 63, 0.15) !important;
  background-color: #ffffff !important;
  color: var(--ea-shell-brand) !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 6px rgba(16, 37, 63, 0.02) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
  width: 100% !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

body.eartes-campus-theme input[type="search"].ea-user-switcher-search {
  padding-left: 16px !important;
}

body.eartes-campus-theme .ea-user-switcher-search:focus,
body.eartes-campus-theme input[type="search"].ea-user-switcher-search:focus,
body.eartes-campus-theme .ea-user-switcher-role:focus,
body.eartes-campus-theme select.ea-user-switcher-role:focus {
  border-color: var(--ea-shell-accent, #cfa052) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(207, 160, 82, 0.15), 0 4px 12px rgba(16, 37, 63, 0.05) !important;
  outline: none !important;
}

body.eartes-campus-theme .ea-user-switcher-results {
  display: grid;
  gap: 12px;
}

body.eartes-campus-theme .ea-user-switcher-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.eartes-campus-theme .ea-user-switcher-result-copy {
  display: grid;
  gap: 4px;
}

body.eartes-campus-theme .ea-user-switcher-result-copy p,
body.eartes-campus-theme .ea-user-switcher-result-copy span {
  margin: 0;
  color: var(--ea-shell-muted);
  font-size: 14px;
}

body.eartes-campus-theme .ea-user-switcher-result-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.eartes-campus-theme .ea-campus-content > * {
  min-width: 0;
}

body.eartes-campus-theme .ea-card,
body.eartes-campus-theme .ea-tabs-card,
body.eartes-campus-theme .ea-kpi,
body.eartes-campus-theme .ea-summary-metric,
body.eartes-campus-theme .ea-meta-item,
body.eartes-campus-theme .ea-document-card,
body.eartes-campus-theme .ea-matricula-card {
  border: 1px solid var(--ea-shell-line);
  border-radius: var(--ea-shell-radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.94));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

body.eartes-campus-theme .ea-card,
body.eartes-campus-theme .ea-tabs-card,
body.eartes-campus-theme .ea-document-card,
body.eartes-campus-theme .ea-matricula-card {
  padding: 24px;
}

body.eartes-campus-theme .ea-staff-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: stretch;
}

body.eartes-campus-theme .ea-staff-home,
body.eartes-campus-theme .ea-staff-section {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-staff-primary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

body.eartes-campus-theme .ea-staff-secondary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

body.eartes-campus-theme .ea-staff-card,
body.eartes-campus-theme .ea-staff-intro,
body.eartes-campus-theme .ea-staff-guidance {
  display: grid;
  gap: 14px;
}

body.eartes-campus-theme .ea-staff-intro,
body.eartes-campus-theme .ea-staff-guidance {
  grid-column: 1 / -1;
}

body.eartes-campus-theme .ea-staff-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 220px !important;
  box-sizing: border-box !important;
}

body.eartes-campus-theme .ea-staff-card-primary {
  background: linear-gradient(180deg, rgba(16, 37, 63, 0.98), rgba(22, 48, 81, 0.95));
  border-color: rgba(16, 37, 63, 0.12);
  box-shadow: 0 24px 48px rgba(16, 37, 63, 0.18);
}

body.eartes-campus-theme .ea-staff-card-primary h3,
body.eartes-campus-theme .ea-staff-card-primary .ea-muted {
  color: #f7f3ec;
}

body.eartes-campus-theme .ea-staff-card-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex-grow: 1 !important;
  margin-bottom: 20px !important;
}

body.eartes-campus-theme .ea-staff-card-copy p,
body.eartes-campus-theme .ea-staff-card-copy h3 {
  margin: 0;
}

body.eartes-campus-theme .ea-catalog-shell,
body.eartes-campus-theme .ea-catalog-form {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-catalog-savebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.eartes-campus-theme .ea-catalog-savebar > div:first-child {
  display: grid;
  gap: 8px;
}

body.eartes-campus-theme .ea-catalog-savebar h3,
body.eartes-campus-theme .ea-catalog-program-card h3,
body.eartes-campus-theme .ea-catalog-independent-card h3 {
  margin: 0;
}

body.eartes-campus-theme .ea-catalog-programs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

body.eartes-campus-theme .ea-catalog-program-card,
body.eartes-campus-theme .ea-catalog-independent-card {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-catalog-program-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.eartes-campus-theme .ea-catalog-program-copy {
  display: grid;
  gap: 6px;
}

body.eartes-campus-theme .ea-catalog-program-copy p,
body.eartes-campus-theme .ea-catalog-program-copy h3 {
  margin: 0;
}

body.eartes-campus-theme .ea-catalog-meta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 180px);
  gap: 12px;
}

body.eartes-campus-theme .ea-catalog-course-list {
  display: grid;
  gap: 10px;
}

body.eartes-campus-theme .ea-catalog-course-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(16, 37, 63, 0.08);
  background: rgba(255, 255, 255, 0.74);
}

body.eartes-campus-theme .ea-catalog-course-copy {
  display: grid;
  gap: 4px;
}

body.eartes-campus-theme .ea-catalog-course-copy strong,
body.eartes-campus-theme .ea-catalog-course-copy span {
  display: block;
}

body.eartes-campus-theme .ea-field-inline {
  display: grid;
  gap: 6px;
  min-width: 110px;
}

body.eartes-campus-theme .ea-field-inline span,
body.eartes-campus-theme .ea-field-compact span {
  font-size: 12px;
  font-weight: 800;
  color: var(--ea-shell-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.eartes-campus-theme .ea-staff-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

body.eartes-campus-theme .ea-staff-fact,
body.eartes-campus-theme .ea-mini-status {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(16, 37, 63, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

body.eartes-campus-theme .ea-staff-fact strong,
body.eartes-campus-theme .ea-mini-status strong {
  color: var(--ea-shell-brand);
  font-size: 15px;
  line-height: 1.2;
}

body.eartes-campus-theme .ea-staff-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

body.eartes-campus-theme .ea-staff-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.9fr);
  gap: 18px;
  align-items: start;
}

body.eartes-campus-theme .ea-staff-guidance-copy,
body.eartes-campus-theme .ea-staff-guidance-actions {
  display: grid;
  gap: 14px;
}

body.eartes-campus-theme .ea-professor-shell {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-admissions-shell {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-ops-shell,
body.eartes-campus-theme .ea-ops-card,
body.eartes-campus-theme .ea-status-list {
  display: grid;
  gap: 18px;
}

body.eartes-campus-theme .ea-ops-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.eartes-campus-theme .ea-professor-hero {
  grid-template-columns: minmax(0, 1.4fr) auto;
  align-items: start;
}

body.eartes-campus-theme .ea-professor-hero,
body.eartes-campus-theme .ea-professor-hero-copy,
body.eartes-campus-theme .ea-professor-hero-meta,
body.eartes-campus-theme .ea-admissions-toolbar,
body.eartes-campus-theme .ea-professor-toolbar,
body.eartes-campus-theme .ea-professor-list,
body.eartes-campus-theme .ea-professor-card,
body.eartes-campus-theme .ea-professor-card-copy,
body.eartes-campus-theme .ea-professor-submission-body,
body.eartes-campus-theme .ea-admissions-detail,
body.eartes-campus-theme .ea-admissions-panel,
body.eartes-campus-theme .ea-admissions-form,
body.eartes-campus-theme .ea-admissions-doc-list,
body.eartes-campus-theme .ea-ops-shell,
body.eartes-campus-theme .ea-ops-card,
body.eartes-campus-theme .ea-status-list {
  display: grid;
  gap: 14px;
}

body.eartes-campus-theme .ea-professor-hero-meta {
  justify-items: end;
  text-align: right;
}

body.eartes-campus-theme .ea-professor-kpi-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.eartes-campus-theme .ea-professor-toolbar-card {
  gap: 18px;
}

body.eartes-campus-theme .ea-professor-toolbar {
  grid-template-columns: minmax(180px, 220px) minmax(220px, 1fr) auto;
  align-items: end;
}

body.eartes-campus-theme .ea-admissions-toolbar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}

body.eartes-campus-theme .ea-professor-card {
  gap: 18px;
}

body.eartes-campus-theme .ea-professor-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.eartes-campus-theme .ea-professor-submission-body {
  padding: 18px;
  border: 1px solid rgba(16, 37, 63, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
}

body.eartes-campus-theme .ea-professor-submission-body > :first-child {
  margin-top: 0;
}

body.eartes-campus-theme .ea-professor-submission-body > :last-child {
  margin-bottom: 0;
}

body.eartes-campus-theme .ea-professor-quick-grade {
  grid-template-columns: minmax(180px, 220px) minmax(140px, 180px) minmax(0, 1fr) auto;
  align-items: end;
}

body.eartes-campus-theme .ea-professor-feedback-field {
  min-width: 0;
}

body.eartes-campus-theme .ea-admissions-table td:first-child {
  min-width: 220px;
}

body.eartes-campus-theme .ea-meta-cluster,
body.eartes-campus-theme .ea-group-tags,
body.eartes-campus-theme .ea-summary-pills,
body.eartes-campus-theme .ea-states-inline,
body.eartes-campus-theme .ea-actions-stack {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body.eartes-campus-theme .ea-actions-stack {
  align-items: flex-start;
  flex-direction: column;
}

body.eartes-campus-theme .ea-inline-form {
  margin: 0;
}

body.eartes-campus-theme .ea-row-quick-actions {
  width: 100%;
}

body.eartes-campus-theme .ea-mini-pill,
body.eartes-campus-theme .ea-tag,
body.eartes-campus-theme .ea-summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(16, 37, 63, 0.06);
  border: 1px solid rgba(16, 37, 63, 0.08);
  color: var(--ea-shell-brand);
  font-size: 12px;
  font-weight: 700;
}

body.eartes-campus-theme .ea-mini-pill-alert {
  background: var(--ea-shell-danger-soft);
  border-color: #fecdca;
  color: var(--ea-shell-danger);
}

body.eartes-campus-theme .ea-summary-pill strong {
  color: var(--ea-shell-ink);
}

body.eartes-campus-theme .ea-summary-stack {
  display: grid;
  gap: 10px;
}

body.eartes-campus-theme .ea-access-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

body.eartes-campus-theme .ea-access-note {
  margin-top: 10px;
}

body.eartes-campus-theme .ea-summary-emphasis {
  font-weight: 800;
  color: #a35a00;
}

body.eartes-campus-theme .ea-admissions-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.eartes-campus-theme .ea-admissions-panel {
  align-content: start;
}

body.eartes-campus-theme .ea-access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

body.eartes-campus-theme .ea-ops-card {
  align-content: start;
}

body.eartes-campus-theme .ea-admissions-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.eartes-campus-theme .ea-code-block {
  margin: 0;
  padding: 16px 18px;
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(16, 37, 63, 0.08);
  background: rgba(16, 37, 63, 0.04);
  color: #172033;
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

body.eartes-campus-theme .ea-card h3,
body.eartes-campus-theme .ea-card-header h3,
body.eartes-campus-theme .ea-tabs-card > h3,
body.eartes-campus-theme .ea-section-title {
  margin: 0;
  color: var(--ea-shell-brand);
}

body.eartes-campus-theme .ea-card-header,
body.eartes-campus-theme .ea-card-head,
body.eartes-campus-theme .ea-billing-header,
body.eartes-campus-theme .ea-matricula-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

body.eartes-campus-theme .ea-card-header,
body.eartes-campus-theme .ea-card-head {
  margin-bottom: 14px;
}

body.eartes-campus-theme .ea-tabs-card > h3,
body.eartes-campus-theme .ea-section-title {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.96;
}

body.eartes-campus-theme .ea-program-header,
body.eartes-campus-theme .ea-section-subtitle {
  margin: 6px 0 16px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--ea-shell-ink);
}

body.eartes-campus-theme .ea-card-link {
  color: inherit;
  min-height: 100%;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

body.eartes-campus-theme .ea-card-link:hover,
body.eartes-campus-theme .ea-card-link:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
  border-color: rgba(16, 37, 63, 0.16);
}

body.eartes-campus-theme .ea-progress {
  display: grid;
  gap: 8px;
}

body.eartes-campus-theme .ea-progress-bar {
  height: 10px;
  border-radius: 999px;
  background: #ece6d9;
  overflow: hidden;
}

body.eartes-campus-theme .ea-progress-bar > span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ea-shell-accent), var(--ea-shell-brand));
}

body.eartes-campus-theme .ea-overview-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
}

body.eartes-campus-theme .ea-overview-actions,
body.eartes-campus-theme .ea-inline-actions,
body.eartes-campus-theme .ea-actions,
body.eartes-campus-theme .ea-billing-chips {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.eartes-campus-theme .ea-tab-nav {
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  margin: 6px 0 22px;
  border-radius: 999px;
  background: rgba(16, 37, 63, 0.06);
  border: 1px solid rgba(16, 37, 63, 0.08);
}

body.eartes-campus-theme .ea-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--ea-shell-brand);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}

body.eartes-campus-theme .ea-tab-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(16, 37, 63, 0.08);
  color: inherit;
  font-size: 12px;
}

body.eartes-campus-theme .ea-tab-btn.is-active {
  background: linear-gradient(135deg, var(--ea-shell-brand), var(--ea-shell-brand-2));
  color: #fff;
  box-shadow: 0 10px 18px rgba(16, 37, 63, 0.2);
}

body.eartes-campus-theme .ea-tab-panel {
  display: none;
}

body.eartes-campus-theme .ea-tab-panel.is-active {
  display: block;
}

body.eartes-campus-theme .ea-program-heading {
  display: grid;
  gap: 2px;
  margin-top: 12px;
}

body.eartes-campus-theme .ea-empty-state-inline {
  margin-bottom: 18px;
}

body.eartes-campus-theme .ea-summary-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #475467;
}

body.eartes-campus-theme .ea-summary-line strong {
  color: #101828;
}

body.eartes-campus-theme .ea-btn,
body.eartes-campus-theme .ea-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ea-shell-brand), var(--ea-shell-brand-2));
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 14px 28px rgba(16, 37, 63, 0.18);
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

body.eartes-campus-theme .ea-btn:hover,
body.eartes-campus-theme .ea-btn:focus,
body.eartes-campus-theme .ea-form button:hover,
body.eartes-campus-theme .ea-form button:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(16, 37, 63, 0.22);
  filter: brightness(1.03);
}

body.eartes-campus-theme .ea-btn-sm {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 14px;
  font-size: 13px;
}

body.eartes-campus-theme .ea-btn-outline {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(16, 37, 63, 0.14);
  color: var(--ea-shell-brand);
  box-shadow: none;
}

body.eartes-campus-theme .ea-btn-outline:hover,
body.eartes-campus-theme .ea-btn-outline:focus {
  color: var(--ea-shell-brand);
  background: #fff;
}

body.eartes-campus-theme .ea-empty-state {
  padding: 40px 24px;
  border-radius: 24px;
  border: 1px dashed rgba(16, 37, 63, 0.18);
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

body.eartes-campus-theme .ea-empty-state p {
  margin: 0;
}

body.eartes-campus-theme .ea-empty-state p + p {
  margin-top: 8px;
}

body.eartes-campus-theme .ea-chip,
body.eartes-campus-theme .ea-badge,
body.eartes-campus-theme .ea-grade-badge,
body.eartes-campus-theme .ea-state-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

body.eartes-campus-theme .ea-chip {
  background: rgba(16, 37, 63, 0.08);
  color: var(--ea-shell-brand);
}

body.eartes-campus-theme .ea-badge,
body.eartes-campus-theme .ea-grade-badge.pending,
body.eartes-campus-theme .ea-badge-warning {
  background: var(--ea-shell-warning-soft);
  color: var(--ea-shell-warning);
  border-color: rgba(154, 103, 0, 0.18);
}

body.eartes-campus-theme .ea-badge-success,
body.eartes-campus-theme .ea-grade-badge.approved {
  background: var(--ea-shell-success-soft);
  color: var(--ea-shell-success);
  border-color: rgba(5, 96, 58, 0.16);
}

body.eartes-campus-theme .ea-alert {
  border-radius: 18px;
  padding: 14px 16px;
  font-weight: 600;
  border: 1px solid transparent;
}

body.eartes-campus-theme .ea-alert-success {
  background: var(--ea-shell-success-soft);
  color: var(--ea-shell-success);
  border-color: #abefc6;
}

body.eartes-campus-theme .ea-alert-error {
  background: var(--ea-shell-danger-soft);
  color: var(--ea-shell-danger);
  border-color: #fecdca;
}

body.eartes-campus-theme .ea-alert-warning {
  background: var(--ea-shell-warning-soft);
  color: var(--ea-shell-warning);
  border-color: #fedf89;
}

body.eartes-campus-theme .ea-alert-info {
  background: var(--ea-shell-info-soft);
  color: var(--ea-shell-info);
  border-color: #b2ddff;
}

body.eartes-campus-theme .ea-state-chip.ea-al_dia,
body.eartes-campus-theme .ea-state-chip.ea-ok,
body.eartes-campus-theme .ea-state-chip.ea-elegible,
body.eartes-campus-theme .ea-state-chip.ea-emitida,
body.eartes-campus-theme .ea-state-chip.ea-aprobada,
body.eartes-campus-theme .ea-state-chip.ea-cerrada,
body.eartes-campus-theme .ea-state-chip.ea-paid,
body.eartes-campus-theme .ea-state-chip.ea-active,
body.eartes-campus-theme .ea-state-chip.ea-live,
body.eartes-campus-theme .ea-state-chip.ea-trial {
  color: var(--ea-shell-success);
  background: var(--ea-shell-success-soft);
  border-color: #abefc6;
}

body.eartes-campus-theme .ea-state-chip.ea-pendiente,
body.eartes-campus-theme .ea-state-chip.ea-pending,
body.eartes-campus-theme .ea-state-chip.ea-pendiente_pago,
body.eartes-campus-theme .ea-state-chip.ea-pendiente_firma,
body.eartes-campus-theme .ea-state-chip.ea-pendiente_aceptacion,
body.eartes-campus-theme .ea-state-chip.ea-requiere_cambios,
body.eartes-campus-theme .ea-state-chip.ea-en_revision,
body.eartes-campus-theme .ea-state-chip.ea-pausada,
body.eartes-campus-theme .ea-state-chip.ea-overdue,
body.eartes-campus-theme .ea-state-chip.ea-dunning,
body.eartes-campus-theme .ea-state-chip.ea-on_hold,
body.eartes-campus-theme .ea-state-chip.ea-unpaid {
  color: var(--ea-shell-warning);
  background: var(--ea-shell-warning-soft);
  border-color: #fedf89;
}

body.eartes-campus-theme .ea-state-chip.ea-blocked,
body.eartes-campus-theme .ea-state-chip.ea-bloqueado_administrativo,
body.eartes-campus-theme .ea-state-chip.ea-incompleto,
body.eartes-campus-theme .ea-state-chip.ea-incompleta,
body.eartes-campus-theme .ea-state-chip.ea-no_elegible,
body.eartes-campus-theme .ea-state-chip.ea-suspendida,
body.eartes-campus-theme .ea-state-chip.ea-baja,
body.eartes-campus-theme .ea-state-chip.ea-refunded {
  color: var(--ea-shell-danger);
  background: var(--ea-shell-danger-soft);
  border-color: #fecdca;
}

body.eartes-campus-theme .ea-course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 10px;
}

body.eartes-campus-theme .ea-course-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid rgba(16, 37, 63, 0.1);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  color: inherit;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

body.eartes-campus-theme .ea-course-card:hover,
body.eartes-campus-theme .ea-course-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
  color: inherit;
}

body.eartes-campus-theme .ea-course-thumb {
  position: relative;
  min-height: 190px;
  background:
    linear-gradient(180deg, rgba(16, 37, 63, 0.08), rgba(16, 37, 63, 0.72)),
    linear-gradient(135deg, #0f2742, #173758);
  background-size: cover;
  background-position: center;
}

body.eartes-campus-theme .ea-course-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 37, 63, 0.08), rgba(16, 37, 63, 0.56));
}

body.eartes-campus-theme .ea-course-thumb--fallback {
  padding: 18px;
}

body.eartes-campus-theme .ea-course-thumb--fallback.ea-course-thumb--tone-1 {
  background:
    radial-gradient(circle at top right, rgba(244, 193, 77, 0.28), transparent 38%),
    linear-gradient(135deg, #10253f, #173758 58%, #265b85);
}

body.eartes-campus-theme .ea-course-thumb--fallback.ea-course-thumb--tone-2 {
  background:
    radial-gradient(circle at top right, rgba(255, 201, 149, 0.24), transparent 36%),
    linear-gradient(135deg, #12263b, #214761 56%, #4a7a83);
}

body.eartes-campus-theme .ea-course-thumb--fallback.ea-course-thumb--tone-3 {
  background:
    radial-gradient(circle at top right, rgba(255, 214, 102, 0.26), transparent 34%),
    linear-gradient(135deg, #13253d, #203a57 52%, #5f4b8b);
}

body.eartes-campus-theme .ea-course-thumb--fallback.ea-course-thumb--tone-4 {
  background:
    radial-gradient(circle at top right, rgba(241, 160, 94, 0.25), transparent 38%),
    linear-gradient(135deg, #11263f, #184568 54%, #2d6d7f);
}

body.eartes-campus-theme .ea-course-cta,
body.eartes-campus-theme .ea-course-progress {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

body.eartes-campus-theme .ea-course-cta {
  top: 14px;
  left: 14px;
  min-height: 32px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.eartes-campus-theme .ea-course-progress {
  right: 12px;
  bottom: 12px;
  min-width: 52px;
  min-height: 32px;
  padding: 0 10px;
  background: rgba(255, 248, 239, 0.92);
  color: var(--ea-shell-brand);
  font-size: 12px;
  font-weight: 900;
}

body.eartes-campus-theme .ea-course-fallback-mark {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

body.eartes-campus-theme .ea-course-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

body.eartes-campus-theme .ea-course-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--ea-shell-ink);
}

body.eartes-campus-theme .ea-course-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--ea-shell-muted);
  font-size: 13px;
  font-weight: 700;
}

body.eartes-campus-theme .ea-course-grade {
  color: #a35a00;
}

body.eartes-campus-theme .ea-table-wrap {
  width: 100%;
  margin-top: 16px;
  overflow: auto;
  border: 1px solid rgba(16, 37, 63, 0.1);
  border-radius: 18px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

body.eartes-campus-theme .ea-table,
body.eartes-campus-theme .ea-admin-table,
body.eartes-campus-theme table {
  width: 100%;
  border-collapse: collapse;
}

body.eartes-campus-theme .ea-table th,
body.eartes-campus-theme .ea-admin-table th,
body.eartes-campus-theme table th {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ea-shell-muted);
  background: rgba(16, 37, 63, 0.04);
}

body.eartes-campus-theme .ea-table td,
body.eartes-campus-theme .ea-table th,
body.eartes-campus-theme .ea-admin-table td,
body.eartes-campus-theme .ea-admin-table th,
body.eartes-campus-theme table td,
body.eartes-campus-theme table th {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 37, 63, 0.08);
  vertical-align: top;
}

body.eartes-campus-theme .ea-table tbody tr:last-child td,
body.eartes-campus-theme .ea-admin-table tbody tr:last-child td,
body.eartes-campus-theme table tbody tr:last-child td {
  border-bottom: 0;
}

body.eartes-campus-theme .ea-list {
  margin: 0;
  padding-left: 18px;
}

body.eartes-campus-theme .ea-list li + li {
  margin-top: 8px;
}

body.eartes-campus-theme .ea-table-compact th,
body.eartes-campus-theme .ea-table-compact td {
  padding: 10px 12px;
}

body.eartes-campus-theme .ea-action-link {
  font-weight: 700;
  color: var(--ea-shell-brand);
}

body.eartes-campus-theme .ea-feedback-text {
  color: var(--ea-shell-muted);
  line-height: 1.55;
}

body.eartes-campus-theme .ea-archive-session-empty {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(16, 37, 63, 0.1);
  background: rgba(16, 37, 63, 0.04);
  display: grid;
  gap: 10px;
}

body.eartes-campus-theme .ea-archive-session-empty strong {
  color: var(--ea-shell-ink);
}

body.eartes-campus-theme .ea-archive-session-unavailable {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(16, 37, 63, 0.04);
  border: 1px solid rgba(16, 37, 63, 0.1);
}

body.eartes-campus-theme .ea-archive-session-unavailable strong {
  color: var(--ea-shell-ink);
}

body.eartes-campus-theme .ea-archive-session-unavailable p,
body.eartes-campus-theme .ea-archive-session-unavailable-meta {
  color: var(--ea-shell-muted);
}

body.eartes-campus-theme .ea-archive-session-unavailable-meta {
  font-size: 13px;
  font-weight: 700;
}

body.eartes-campus-theme .ea-archive-session-empty p,
body.eartes-campus-theme .ea-archive-session-empty li {
  color: var(--ea-shell-muted);
}

body.eartes-campus-theme .ea-access-course-list {
  margin-bottom: 16px;
}

body.eartes-campus-theme .ea-access-course-item {
  display: grid;
  gap: 4px;
}

body.eartes-campus-theme .ea-form,
body.eartes-campus-theme .ea-project-delivery,
body.eartes-campus-theme .ea-delivery-file,
body.eartes-campus-theme .ea-delivery-link,
body.eartes-campus-theme .ea-quick-grade,
body.eartes-campus-theme .ea-status-stack {
  display: grid;
  gap: 10px;
}

body.eartes-campus-theme .ea-cta,
body.eartes-campus-theme .ea-kv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

body.eartes-campus-theme .ea-radio-block,
body.eartes-campus-theme .ea-checkbox-line {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--ea-shell-muted);
  font-size: 13px;
  font-weight: 600;
}

body.eartes-campus-theme .ea-radio-block input,
body.eartes-campus-theme .ea-checkbox-line input {
  width: auto;
  margin: 0;
}

body.eartes-campus-theme .ea-form input,
body.eartes-campus-theme .ea-form textarea,
body.eartes-campus-theme .ea-form select,
body.eartes-campus-theme .ea-kv-input,
body.eartes-campus-theme .ea-student-profile-form input[type="text"],
body.eartes-campus-theme .ea-student-profile-form input[type="date"],
body.eartes-campus-theme .ea-campus-content input[type="text"],
body.eartes-campus-theme .ea-campus-content input[type="date"],
body.eartes-campus-theme .ea-campus-content input[type="url"],
body.eartes-campus-theme .ea-campus-content input[type="number"],
body.eartes-campus-theme .ea-campus-content select,
body.eartes-campus-theme .ea-campus-content textarea {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: var(--ea-shell-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.eartes-campus-theme .ea-campus-content textarea {
  min-height: 120px;
  resize: vertical;
}

body.eartes-campus-theme .ea-help-text,
body.eartes-campus-theme .ea-ficha-note,
body.eartes-campus-theme .ea-cell-sub {
  font-size: 12px;
  color: var(--ea-shell-muted);
}

body.eartes-campus-theme .ea-delivery-feedback {
  margin: 0;
  color: var(--ea-shell-danger);
  font-weight: 700;
}

body.eartes-campus-theme .ea-kv,
body.eartes-campus-theme .ea-ficha {
  display: grid;
  gap: 8px;
}

body.eartes-campus-theme .ea-kv-item,
body.eartes-campus-theme .ea-ficha-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.4fr) 1fr;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 37, 63, 0.08);
  border-radius: 16px;
  background: var(--ea-shell-surface-muted);
}

body.eartes-campus-theme .ea-ficha-row {
  background: transparent;
  border-radius: 0;
  border-inline: 0;
  border-top: 1px solid rgba(16, 37, 63, 0.08);
  border-bottom: 0;
  padding-inline: 0;
}

body.eartes-campus-theme .ea-ficha-row:first-child {
  border-top: 0;
}

body.eartes-campus-theme .ea-kv-label,
body.eartes-campus-theme .ea-meta-label,
body.eartes-campus-theme .ea-summary-metric-label,
body.eartes-campus-theme .ea-billing-kpi-label {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ea-shell-muted);
  font-weight: 800;
}

body.eartes-campus-theme .ea-kv-value,
body.eartes-campus-theme .ea-ficha-value,
body.eartes-campus-theme .ea-meta-value,
body.eartes-campus-theme .ea-summary-metric-value,
body.eartes-campus-theme .ea-billing-kpi-value {
  color: var(--ea-shell-ink);
  font-weight: 800;
}

body.eartes-campus-theme .ea-kv-value,
body.eartes-campus-theme .ea-ficha-value {
  display: grid;
  gap: 6px;
}

body.eartes-campus-theme .ea-ficha-value.is-pending {
  color: var(--ea-shell-warning);
}

body.eartes-campus-theme .ea-kv-input {
  display: none;
}

body.eartes-campus-theme .ea-matricula-edit-form.is-editing .ea-kv-text {
  display: none;
}

body.eartes-campus-theme .ea-matricula-edit-form.is-editing .ea-kv-input {
  display: block;
}

body.eartes-campus-theme .ea-icon-btn {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: var(--ea-shell-brand);
  border-radius: 999px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.eartes-campus-theme .ea-icon-btn:hover,
body.eartes-campus-theme .ea-icon-btn:focus {
  background: #f8fafc;
}

body.eartes-campus-theme .ea-icon-btn svg {
  width: 16px;
  height: 16px;
}

body.eartes-campus-theme .ea-edit-actions,
body.eartes-campus-theme .ea-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

body.eartes-campus-theme .ea-edit-actions {
  display: none;
}

body.eartes-campus-theme .ea-matricula-edit-form.is-editing .ea-edit-actions {
  display: flex;
}

body.eartes-campus-theme .ea-billing-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.eartes-campus-theme .ea-billing-kpi {
  display: grid;
  gap: 8px;
  align-content: start;
}

body.eartes-campus-theme .ea-billing-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(16, 37, 63, 0.08);
}

body.eartes-campus-theme .ea-billing-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.eartes-campus-theme .ea-billing-list dt {
  margin: 0;
  color: var(--ea-shell-muted);
  font-weight: 700;
}

body.eartes-campus-theme .ea-billing-list dd {
  margin: 0;
  text-align: right;
  color: var(--ea-shell-brand);
  font-weight: 800;
}

body.eartes-campus-theme .ea-billing-status-copy {
  display: grid;
  gap: 4px;
}

body.eartes-campus-theme .ea-documents-grid {
  margin-top: 18px;
}

body.eartes-campus-theme .ea-document-card {
  display: grid;
  gap: 12px;
}

body.eartes-campus-theme .ea-document-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

body.eartes-campus-theme .ea-document-card h3 {
  margin: 0;
  font-size: 16px;
}

body.eartes-campus-theme .ea-documents-shell .ea-form-actions {
  margin-top: 18px;
}

body.eartes-campus-theme .ea-campus-grades .ea-mt-2 {
  margin-top: 18px;
}

body.eartes-campus-theme .ea-summary-metric {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

body.eartes-campus-theme .ea-section-title + .ea-muted,
body.eartes-campus-theme .ea-card-header > .ea-muted,
body.eartes-campus-theme .ea-card > .ea-muted:first-of-type {
  margin-top: 8px;
}

@media (max-width: 1120px) {
  body.eartes-campus-theme .ea-campus-shell {
    grid-template-columns: 1fr;
  }

  body.eartes-campus-theme .ea-campus-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(88vw, 320px);
    height: auto;
    z-index: 2001;
    transform: translateX(-100%);
    transition: transform 180ms ease;
  }

  body.eartes-campus-theme .ea-campus-sidebar.is-open {
    transform: translateX(0);
  }

  body.eartes-campus-theme .ea-campus-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    border: 0;
    background: rgba(15, 23, 42, 0.36);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  body.eartes-campus-theme .ea-campus-overlay.is-visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  body.eartes-campus-theme .ea-campus-main {
    padding: 16px;
  }

  body.eartes-campus-theme .ea-campus-topbar {
    padding: 16px;
    border-radius: 24px;
    display: grid;
  }

  body.eartes-campus-theme .ea-campus-topbar-main,
  body.eartes-campus-theme .ea-campus-topbar-side {
    width: 100%;
  }

  body.eartes-campus-theme .ea-campus-topbar-side {
    justify-content: flex-start;
  }

  body.eartes-campus-theme .ea-campus-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
}

@media (max-width: 960px) {
  body.eartes-campus-theme .ea-course-grid,
  body.eartes-campus-theme .ea-grid-2,
  body.eartes-campus-theme .ea-grid-4 {
    grid-template-columns: 1fr;
  }

  body.eartes-campus-theme .ea-staff-grid,
  body.eartes-campus-theme .ea-staff-primary-grid,
  body.eartes-campus-theme .ea-staff-secondary-grid,
  body.eartes-campus-theme .ea-professor-kpi-grid,
  body.eartes-campus-theme .ea-professor-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.eartes-campus-theme .ea-staff-guidance-grid,
  body.eartes-campus-theme .ea-admissions-toolbar,
  body.eartes-campus-theme .ea-catalog-meta-grid,
  body.eartes-campus-theme .ea-admissions-detail-grid,
  body.eartes-campus-theme .ea-access-grid,
  body.eartes-campus-theme .ea-admissions-subgrid,
  body.eartes-campus-theme .ea-ops-grid,
  body.eartes-campus-theme .ea-professor-hero,
  body.eartes-campus-theme .ea-professor-toolbar,
  body.eartes-campus-theme .ea-professor-quick-grade {
    grid-template-columns: 1fr;
  }

  body.eartes-campus-theme .ea-professor-hero-meta {
    justify-items: start;
    text-align: left;
  }

  body.eartes-campus-theme .ea-tab-nav {
    display: grid;
  }

  body.eartes-campus-theme .ea-billing-list div,
  body.eartes-campus-theme .ea-summary-line {
    display: grid;
    gap: 4px;
  }

  body.eartes-campus-theme .ea-billing-list dd {
    text-align: left;
  }
}

@media (max-width: 720px) {
  body.eartes-campus-theme .ea-switch-banner,
  body.eartes-campus-theme .ea-user-switcher-shortcut,
  body.eartes-campus-theme .ea-user-switcher-result {
    display: grid;
  }

  body.eartes-campus-theme .ea-user-switcher-modal {
    padding: 14px;
  }

  body.eartes-campus-theme .ea-user-switcher-dialog {
    padding: 18px;
    border-radius: 22px;
  }

  body.eartes-campus-theme .ea-user-switcher-toolbar {
    grid-template-columns: 1fr;
  }

  body.eartes-campus-theme .ea-campus-topbar-copy h1 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  body.eartes-campus-theme .ea-campus-topbar-user,
  body.eartes-campus-theme .ea-campus-content .ea-card,
  body.eartes-campus-theme .ea-campus-content .ea-tabs-card,
  body.eartes-campus-theme .ea-document-card,
  body.eartes-campus-theme .ea-matricula-card {
    width: 100%;
  }

  body.eartes-campus-theme .ea-card,
  body.eartes-campus-theme .ea-tabs-card,
  body.eartes-campus-theme .ea-document-card,
  body.eartes-campus-theme .ea-matricula-card {
    padding: 18px;
    border-radius: 22px;
  }

  body.eartes-campus-theme .ea-kv-item,
  body.eartes-campus-theme .ea-ficha-row {
    grid-template-columns: 1fr;
  }

  body.eartes-campus-theme .ea-staff-grid,
  body.eartes-campus-theme .ea-staff-primary-grid,
  body.eartes-campus-theme .ea-staff-secondary-grid,
  body.eartes-campus-theme .ea-catalog-programs,
  body.eartes-campus-theme .ea-staff-facts,
  body.eartes-campus-theme .ea-professor-kpi-grid,
  body.eartes-campus-theme .ea-professor-meta-grid {
    grid-template-columns: 1fr;
  }

  body.eartes-campus-theme .ea-catalog-savebar,
  body.eartes-campus-theme .ea-catalog-program-head,
  body.eartes-campus-theme .ea-catalog-course-row {
    display: grid;
  }

  body.eartes-campus-theme .ea-table td,
  body.eartes-campus-theme .ea-table th,
  body.eartes-campus-theme .ea-admin-table td,
  body.eartes-campus-theme .ea-admin-table th,
  body.eartes-campus-theme table td,
  body.eartes-campus-theme table th {
    padding: 12px 14px;
  }
}
