:root {
  --brand-primary: #0f766e;
  --brand-primary-strong: #115e59;
  --brand-secondary: #1d4ed8;
  --brand-accent: #f59e0b;
  --brand-surface: rgba(255, 255, 255, 0.92);
  --brand-surface-strong: #ffffff;
  --brand-ink: #123047;
  --brand-muted: #5f7385;
  --brand-border: rgba(15, 118, 110, 0.14);
  --brand-shadow: 0 22px 60px rgba(18, 48, 71, 0.16);
  --brand-radius: 24px;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Abel-Regular", "Segoe UI", sans-serif;
  color: var(--brand-ink);
  background:
    radial-gradient(circle at top left, rgba(29, 78, 216, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.2), transparent 24%),
    linear-gradient(180deg, #eff7ff 0%, #f6fbf7 46%, #edf7f3 100%);
  background-attachment: fixed;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.28;
}

.public-shell,
.admin-shell {
  padding-top: 104px;
  padding-bottom: 110px;
}

.app-stage {
  position: relative;
  z-index: 1;
}

.navbar.navbar-inverse {
  min-height: 78px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.86);
  border: 0;
  box-shadow: 0 16px 40px rgba(18, 48, 71, 0.08);
  backdrop-filter: blur(18px);
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-text {
  color: var(--brand-ink) !important;
  text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: var(--brand-primary) !important;
  background: transparent;
}

.navbar-toggle {
  margin-top: 14px;
  border-color: rgba(17, 94, 89, 0.25) !important;
  background: rgba(15, 118, 110, 0.08);
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: var(--brand-primary);
}

.brand-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-tagline {
  font-size: 12px;
  color: var(--brand-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel,
.auth-card,
.result-card,
.admin-panel,
.admin-card,
.dashboard-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: var(--brand-radius);
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

.well {
  border: 1px solid var(--brand-border);
  border-radius: var(--brand-radius);
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

.alert {
  border: 0;
  border-radius: 18px;
}

.hero-panel:before,
.auth-card:before,
.result-card:before,
.admin-panel:before,
.admin-card:before,
.dashboard-panel:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary), var(--brand-accent));
}

.hero-panel,
.auth-card,
.result-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px;
}

.hero-panel {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.hero-copy,
.hero-action {
  flex: 1 1 0;
}

.hero-badge,
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: var(--brand-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-title,
.card-title,
.result-title,
.admin-title,
.dashboard-title {
  margin: 18px 0 10px;
  color: var(--brand-ink);
  font-size: 36px;
  line-height: 1.1;
}

.card-title,
.result-title,
.admin-title,
.dashboard-title {
  font-size: 30px;
}

.hero-description,
.card-description,
.result-description,
.dashboard-description {
  color: var(--brand-muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-points {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
  color: var(--brand-ink);
  font-size: 16px;
}

.hero-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
}

.hero-action {
  padding: 28px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(15, 118, 110, 0.95), rgba(29, 78, 216, 0.9)),
    #0f766e;
  color: #fff;
}

.hero-action h3,
.hero-action h4,
.hero-action p,
.hero-action b,
.hero-action strong {
  color: #fff !important;
}

.hero-action hr,
.auth-card hr,
.result-card hr,
.admin-card hr,
.dashboard-panel hr {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.hero-action .alert,
.countdown-panel,
.status-panel {
  margin-bottom: 18px;
  border: 0;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.countdown-panel {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.14);
}

.countdown-panel strong,
.countdown-panel b {
  font-size: 22px;
  line-height: 1.4;
}

.countdown-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.88;
}

.hero-cta-group,
.action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn {
  border-radius: 14px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(18, 48, 71, 0.12);
}

.btn-primary,
.btn-danger,
.btn-success,
.btn-info {
  padding: 12px 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.btn-primary,
.btn-danger {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-strong)) !important;
}

.btn-success {
  background: linear-gradient(135deg, var(--brand-secondary), #1e40af) !important;
}

.btn-info {
  background: linear-gradient(135deg, var(--brand-accent), #d97706) !important;
}

.btn-default {
  background: rgba(15, 118, 110, 0.08) !important;
  color: var(--brand-primary-strong) !important;
  border: 1px solid rgba(15, 118, 110, 0.12);
}

.form-control {
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(95, 115, 133, 0.2);
  box-shadow: none;
  font-size: 16px;
  color: var(--brand-ink);
}

.form-control:focus {
  border-color: rgba(29, 78, 216, 0.5);
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);
}

.auth-card {
  max-width: 520px;
  text-align: center;
}

.auth-card .form-group,
.result-card .form-group {
  margin-bottom: 18px;
}

.card-logo,
.result-logo,
.admin-logo {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 12px;
}

.result-card {
  max-width: 1020px;
}

.result-card .table {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--brand-surface-strong);
}

.result-card .table > tbody > tr > td {
  padding: 15px 16px;
  border-color: rgba(95, 115, 133, 0.12);
}

.result-card .table .success td {
  background: rgba(15, 118, 110, 0.08) !important;
  color: var(--brand-ink);
}

.result-card .table .warning td {
  background: rgba(245, 158, 11, 0.12) !important;
}

.result-card .table .danger td {
  background: rgba(29, 78, 216, 0.08) !important;
}

.table .label-pass {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.footer-bar {
  min-height: 76px;
  background: linear-gradient(135deg, #123047, #0f766e) !important;
  border: 0;
  box-shadow: 0 -12px 30px rgba(18, 48, 71, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.footer-copy strong {
  display: block;
  font-size: 15px;
}

.admin-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.admin-layout > .admin-card {
  flex: 0 0 320px;
  position: sticky;
  top: 100px;
}

.admin-content {
  flex: 1 1 auto;
  min-width: 0;
}

.admin-content > .well,
.admin-content > .dashboard-panel {
  margin: 0 0 24px !important;
}

.admin-content .well {
  padding: 24px;
}

.admin-content .table {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
}

.admin-content .table-wrap {
  overflow-x: auto;
  border-radius: 18px;
}

.admin-section-title {
  margin: 0 0 18px;
  color: var(--brand-ink);
  font-size: 24px;
  line-height: 1.2;
}

.admin-section-intro {
  margin: 0 0 18px;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.7;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.logo-upload {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px dashed rgba(15, 118, 110, 0.22);
  border-radius: 18px;
  background: rgba(15, 118, 110, 0.04);
}

.logo-upload img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(95, 115, 133, 0.12);
}

.logo-upload small {
  display: block;
  margin-top: 8px;
  color: var(--brand-muted);
  line-height: 1.6;
}

.logo-upload-label {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-ink);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.logo-upload-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.logo-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.logo-upload-button {
  min-width: 190px;
}

.logo-upload-name {
  min-height: 20px;
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.4;
}

.admin-card,
.dashboard-panel {
  padding: 28px;
}

.menu-list {
  margin: 24px 0 0;
}

.menu-list a {
  display: block;
  margin-bottom: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.07);
  color: var(--brand-ink) !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.menu-list a:hover,
.menu-list a:focus {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(29, 78, 216, 0.12));
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.stat-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(95, 115, 133, 0.12);
}

.stat-card h5 {
  margin: 0 0 8px;
  color: var(--brand-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat-card strong {
  font-size: 22px;
  color: var(--brand-ink);
}

.dashboard-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.dashboard-tile {
  display: block;
  padding: 18px 16px;
  border: 1px solid rgba(95, 115, 133, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--brand-ink) !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.dashboard-tile:hover,
.dashboard-tile:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(18, 48, 71, 0.1);
  border-color: rgba(29, 78, 216, 0.22);
}

.dashboard-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(29, 78, 216, 0.14));
  color: var(--brand-primary-strong);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dashboard-tile strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  color: var(--brand-ink);
}

.dashboard-tile span:last-child {
  display: block;
  color: var(--brand-muted);
  font-size: 13px;
  line-height: 1.45;
}

.welcome-banner {
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(29, 78, 216, 0.1));
  color: var(--brand-ink);
}

.print-shell {
  padding: 24px 0;
  background: #f7fafc;
}

.print-shell .result-card {
  box-shadow: none;
  border-color: rgba(18, 48, 71, 0.12);
  background: #fff;
}

.public-shell-compact {
  padding-top: 84px;
  padding-bottom: 72px;
}

.public-shell-compact .navbar.navbar-inverse {
  min-height: 66px;
  padding: 6px 0;
}

.compact-page {
  min-height: calc(100vh - 156px);
  display: flex;
  align-items: center;
}

.compact-page-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.compact-card {
  max-width: 500px;
  padding: 22px 24px;
}

.compact-logo {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}

.compact-badge {
  padding: 6px 12px;
  font-size: 11px;
}

.compact-title {
  margin: 12px 0 6px;
  font-size: 26px;
}

.compact-description {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.compact-divider {
  margin-top: 12px;
  margin-bottom: 12px;
}

.compact-countdown,
.compact-status {
  margin-bottom: 12px;
}

.compact-countdown {
  padding: 14px 16px;
}

.compact-countdown strong,
.compact-countdown b,
.compact-status h4 {
  font-size: 18px;
  line-height: 1.3;
}

.compact-form-group {
  margin-bottom: 12px !important;
}

.compact-input {
  height: 46px;
  font-size: 15px;
}

.compact-button {
  min-width: 200px;
  padding: 10px 18px;
}

.public-shell-compact .footer-bar {
  min-height: 56px;
}

.public-shell-compact .footer-copy {
  font-size: 12px;
  line-height: 1.35;
}

.public-shell-compact .footer-copy strong {
  font-size: 13px;
}

.admin-shell-compact {
  padding-top: 82px;
  padding-bottom: 68px;
}

.admin-shell-compact .navbar.navbar-inverse {
  min-height: 68px;
  padding: 6px 0;
}

.admin-shell-compact .admin-layout {
  gap: 18px;
}

.admin-shell-compact .admin-layout > .admin-card {
  flex-basis: 288px;
  top: 88px;
}

.admin-shell-compact .admin-card,
.admin-shell-compact .dashboard-panel {
  padding: 20px;
}

.admin-shell-compact .admin-logo {
  width: 74px;
  height: 74px;
  margin-bottom: 8px;
}

.admin-shell-compact .section-badge {
  padding: 6px 12px;
  font-size: 11px;
}

.admin-shell-compact .admin-title,
.admin-shell-compact .dashboard-title {
  margin: 10px 0 6px;
  font-size: 24px;
}

.admin-shell-compact .card-description,
.admin-shell-compact .dashboard-description {
  font-size: 14px;
  line-height: 1.45;
}

.admin-shell-compact .menu-list {
  margin-top: 16px;
}

.admin-shell-compact .menu-list a {
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
}

.admin-shell-compact .welcome-banner {
  padding: 14px 16px;
  border-radius: 16px;
}

.admin-shell-compact .welcome-banner h4 {
  margin-bottom: 6px !important;
  font-size: 15px;
}

.admin-shell-compact .welcome-banner p {
  font-size: 14px;
  line-height: 1.4;
}

.admin-shell-compact .dashboard-grid {
  gap: 12px;
  margin-top: 14px;
}

.admin-shell-compact .dashboard-tiles {
  gap: 12px;
  margin-top: 14px;
}

.admin-shell-compact .dashboard-tile {
  padding: 14px 13px;
  border-radius: 16px;
}

.admin-shell-compact .dashboard-tile-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 12px;
}

.admin-shell-compact .dashboard-tile strong {
  font-size: 15px;
}

.admin-shell-compact .dashboard-tile span:last-child {
  font-size: 12px;
  line-height: 1.35;
}

.admin-shell-compact .stat-card {
  padding: 14px 16px;
  border-radius: 16px;
}

.admin-shell-compact .stat-card h5 {
  margin-bottom: 6px;
  font-size: 11px;
}

.admin-shell-compact .stat-card strong {
  font-size: 18px;
}

.admin-shell-compact .stat-card p {
  margin-top: 6px !important;
  font-size: 13px;
  line-height: 1.4;
}

.admin-shell-compact .footer-bar {
  min-height: 54px;
}

.admin-shell-compact .footer-copy {
  font-size: 11px;
  line-height: 1.3;
}

.admin-shell-compact .footer-copy strong {
  font-size: 12px;
}

@media (max-width: 991px) {
  .hero-panel {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    margin-bottom: 24px;
  }

  .hero-action {
    order: -1;
    margin-bottom: 12px;
  }

  .admin-layout {
    display: block;
  }

  .admin-layout > .admin-card {
    position: static;
    margin-bottom: 20px;
  }

  .public-shell-compact {
    padding-top: 76px;
    padding-bottom: 64px;
  }

  .compact-page {
    min-height: calc(100vh - 140px);
  }

  .compact-card {
    max-width: 460px;
    padding: 18px 20px;
  }

  .admin-shell-compact {
    padding-top: 74px;
    padding-bottom: 58px;
  }

  .admin-shell-compact .admin-layout > .admin-card {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .public-shell,
  .admin-shell {
    padding-top: 94px;
    padding-bottom: 92px;
  }

  .hero-panel,
  .auth-card,
  .result-card,
  .admin-card,
  .dashboard-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .hero-title,
  .card-title,
  .result-title,
  .admin-title,
  .dashboard-title {
    font-size: 28px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-tiles {
    grid-template-columns: 1fr;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-tagline {
    font-size: 11px;
  }

  .admin-content .well {
    padding: 18px;
  }

  .admin-toolbar {
    display: block;
  }

  .logo-upload {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .logo-upload-controls {
    justify-content: center;
  }

  .logo-upload-button {
    width: 100%;
    min-width: 0;
  }

  .public-shell-compact {
    padding-top: 70px;
    padding-bottom: 56px;
  }

  .public-shell-compact .navbar.navbar-inverse {
    min-height: 58px;
    padding: 4px 0;
  }

  .public-shell-compact .brand-mark {
    width: 34px;
    height: 34px;
  }

  .public-shell-compact .brand-name {
    font-size: 17px;
  }

  .public-shell-compact .brand-tagline {
    font-size: 9px;
  }

  .compact-page {
    min-height: calc(100vh - 126px);
    align-items: flex-start;
  }

  .compact-page-wrap {
    align-items: flex-start;
  }

  .compact-card {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 14px;
    border-radius: 18px;
  }

  .compact-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
  }

  .compact-title {
    margin: 10px 0 4px;
    font-size: 22px;
    line-height: 1.15;
  }

  .compact-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .compact-divider {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .compact-countdown,
  .compact-status {
    margin-bottom: 8px;
    border-radius: 14px;
  }

  .compact-countdown {
    padding: 10px 12px;
  }

  .compact-countdown strong,
  .compact-countdown b,
  .compact-status h4 {
    font-size: 15px;
    line-height: 1.25;
  }

  .compact-form-group {
    margin-bottom: 8px !important;
  }

  .compact-input {
    height: 42px;
    font-size: 14px;
  }

  .compact-button {
    width: 100%;
    min-width: 0;
    padding: 10px 14px;
  }

  .public-shell-compact .footer-bar {
    min-height: 46px;
  }

  .public-shell-compact .footer-copy {
    font-size: 10px;
  }

  .public-shell-compact .footer-copy strong {
    font-size: 11px;
  }

  .admin-shell-compact {
    padding-top: 68px;
    padding-bottom: 50px;
  }

  .admin-shell-compact .navbar.navbar-inverse {
    min-height: 58px;
    padding: 4px 0;
  }

  .admin-shell-compact .brand-mark {
    width: 34px;
    height: 34px;
  }

  .admin-shell-compact .brand-name {
    font-size: 17px;
  }

  .admin-shell-compact .brand-tagline {
    font-size: 9px;
  }

  .admin-shell-compact .admin-card,
  .admin-shell-compact .dashboard-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .admin-shell-compact .admin-logo {
    width: 58px;
    height: 58px;
    margin-bottom: 6px;
  }

  .admin-shell-compact .admin-title,
  .admin-shell-compact .dashboard-title {
    font-size: 20px;
    line-height: 1.15;
  }

  .admin-shell-compact .card-description,
  .admin-shell-compact .dashboard-description,
  .admin-shell-compact .welcome-banner p,
  .admin-shell-compact .stat-card p {
    font-size: 12px;
    line-height: 1.35;
  }

  .admin-shell-compact .welcome-banner {
    padding: 12px 13px;
  }

  .admin-shell-compact .welcome-banner h4 {
    font-size: 13px;
  }

  .admin-shell-compact .dashboard-grid {
    gap: 10px;
    margin-top: 10px;
  }

  .admin-shell-compact .dashboard-tiles {
    gap: 10px;
    margin-top: 10px;
  }

  .admin-shell-compact .stat-card {
    padding: 12px 13px;
  }

  .admin-shell-compact .stat-card strong {
    font-size: 16px;
  }

  .admin-shell-compact .dashboard-tile {
    padding: 12px 13px;
  }

  .admin-shell-compact .dashboard-tile-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    border-radius: 12px;
  }

  .admin-shell-compact .dashboard-tile strong {
    font-size: 14px;
  }

  .admin-shell-compact .menu-list {
    margin-top: 12px;
  }

  .admin-shell-compact .menu-list a {
    margin-bottom: 8px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .admin-shell-compact .footer-bar {
    min-height: 44px;
  }

  .admin-shell-compact .footer-copy {
    font-size: 10px;
  }

  .admin-shell-compact .footer-copy strong {
    font-size: 11px;
  }
}
