.epm-student-wrap {
  max-width: 1180px;
  margin: 24px auto;
  padding: 0 12px;
  font-family: inherit;
}
.epm-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  color: #fff;
  border-radius: 24px;
  padding: 28px;
  margin-bottom: 18px;
  box-shadow: 0 20px 45px rgba(29, 78, 216, .18);
}
.epm-kicker {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.epm-hero h2 {
  color: #fff;
  margin: 12px 0 8px;
  font-size: 34px;
}
.epm-hero p { margin: 0; opacity: .92; }
.epm-student-filters {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr)) auto;
  gap: 14px;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.epm-student-filters label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #374151;
  font-weight: 600;
}
.epm-student-filters select,
.epm-student-filters input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #fff;
}
.epm-search-box { min-width: 220px; }
.epm-filter-actions {
  display: flex;
  gap: 10px;
  align-items: end;
}
.epm-filter-actions button,
.epm-filter-actions a,
.epm-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}
.epm-filter-actions button,
.epm-download-btn {
  border: 0;
  background: #1d4ed8;
  color: #fff;
}
.epm-filter-actions a {
  background: #f3f4f6;
  color: #111827;
}
.epm-table-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}
.epm-student-table {
  width: 100%;
  border-collapse: collapse;
}
.epm-student-table thead th {
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.epm-student-table th,
.epm-student-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #eef2f7;
  text-align: left;
}
.epm-student-table tbody tr:hover {
  background: #f8fbff;
}
.epm-doc-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.epm-doc-cell span {
  color: #64748b;
  font-size: 12px;
}
.epm-empty {
  text-align: center;
  color: #6b7280;
  padding: 30px 20px;
}
@media (max-width: 980px) {
  .epm-student-filters { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .epm-student-filters { grid-template-columns: 1fr; }
  .epm-table-card { overflow-x: auto; }
  .epm-student-table { min-width: 760px; }
}
.epm-student-wrap {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 16px;
    font-family: Arial, sans-serif;
    color: #0f172a;
}

.epm-hero {
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    color: #fff;
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.epm-kicker {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.epm-hero h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
}

.epm-hero p {
    margin: 0;
    font-size: 16px;
    opacity: 0.92;
}

.epm-student-filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 16px;
    align-items: end;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    margin-bottom: 24px;
}

.epm-student-filters label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.epm-student-filters input,
.epm-student-filters select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    font-size: 14px;
}

.epm-student-filters input:focus,
.epm-student-filters select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.epm-search-box {
    min-width: 220px;
}

.epm-filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.epm-filter-actions button,
.epm-download-btn {
    appearance: none;
    border: none;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.epm-filter-actions button:hover,
.epm-download-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.epm-filter-actions a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.epm-table-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.epm-student-table {
    width: 100%;
    border-collapse: collapse;
}

.epm-student-table thead th {
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    text-align: left;
    padding: 16px 14px;
    border-bottom: 1px solid #e2e8f0;
}

.epm-student-table tbody td {
    padding: 16px 14px;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.epm-student-table tbody tr:hover {
    background: #f8fbff;
}

.epm-doc-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.epm-doc-cell strong {
    font-size: 15px;
    color: #0f172a;
}

.epm-doc-cell span {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.epm-empty {
    text-align: center;
    color: #64748b;
    padding: 28px 12px !important;
}

@media (max-width: 980px) {
    .epm-student-filters {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .epm-hero {
        padding: 24px;
    }

    .epm-hero h2 {
        font-size: 26px;
    }

    .epm-student-filters {
        grid-template-columns: 1fr;
    }

    .epm-table-card {
        overflow-x: auto;
    }

    .epm-student-table {
        min-width: 760px;
    }
}