body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f6f7fb;
  color: #181b25;
}

.container {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.page-main {
  padding: 28px 0 56px;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e7ecf4;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  height: 40px;
  width: auto;
}

.brand-subtitle {
  font-size: 14px;
  color: #7b8798;
}

.main-nav {
  display: flex;
  gap: 16px;
}

.main-nav a {
  text-decoration: none;
  color: #243041;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

.footer-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.burger {
  display: none;
}

.page-intro {
  padding: 8px 0 20px;
}

.page-intro-meta {
  margin-bottom: 14px;
  color: #667085;
  font-size: 0.95rem;
}

.page-title {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.1;
}

.page-description {
  margin: 0;
  color: #667085;
  max-width: 760px;
}

.table-card {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.03);
  padding: 16px;
}

.table-card-head {
  margin-bottom: 16px;
}

.table-card-title {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.table-card-description {
  margin: 0;
  color: #667085;
}