.sk-notice {
  margin: 0 0 18px;
  border: 1px solid #b9dcc4;
  border-radius: 14px;
  background: #eaf8ee;
  color: #174f36;
  padding: 12px 14px;
  font-weight: 800;
}

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

.sk-portal-dashboard,
.sk-admin-dashboard {
  max-width: 1100px;
  margin-inline: auto;
}

.sk-dashboard-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, #174f36, #276343 48%, #0f2c22);
  color: #fff;
  padding: 26px;
  box-shadow: 0 24px 68px rgba(14, 64, 43, 0.24);
}

.sk-dashboard-hero span {
  display: inline-flex;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
}

.sk-dashboard-hero h2,
.sk-dashboard-hero p {
  margin: 0;
}

.sk-dashboard-hero h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.sk-dashboard-hero p {
  margin-top: 8px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.sk-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sk-button-light {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.92);
  color: #173626;
}

.sk-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sk-stat-grid .sk-card {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.sk-stat-grid strong {
  color: #174f36;
  font-size: 34px;
  line-height: 1;
}

.sk-stat-grid span {
  color: #66756b;
  font-weight: 800;
}

.sk-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.sk-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.sk-table th,
.sk-table td {
  border-bottom: 1px solid #e3ece6;
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.sk-table th {
  color: #526259;
  font-size: 13px;
}

.sk-clean-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sk-clean-list li {
  border-bottom: 1px solid #e3ece6;
  padding: 10px 0;
}

.sk-inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.sk-mini-button {
  min-height: 32px;
  border: 0;
  border-radius: 10px;
  background: #17613f;
  color: #fff;
  padding: 0 10px;
  font-weight: 800;
}

.sk-mini-button-muted {
  background: #e8efe9;
  color: #173626;
}

.sk-auth-card,
.sk-auth-form {
  max-width: 520px;
  margin-inline: auto;
}

.sk-auth-form h2,
.sk-auth-form p {
  margin: 0;
}

.sk-auth-form p {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.sk-check {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px !important;
}

.sk-check input {
  width: auto !important;
  min-height: auto !important;
}

.sk-auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
}

.sk-auth-links a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sk-more {
  display: inline-flex;
  margin-top: 10px;
  color: #17613f;
  font-weight: 900;
}

.sk-apply-form {
  margin-top: 28px;
}

.sk-apply-form h2 {
  margin: 0;
  color: #fff;
}

@media (max-width: 720px) {
  .sk-dashboard-hero {
    padding: 20px;
  }

  .sk-stat-grid {
    grid-template-columns: 1fr;
  }
}
