.alumni-hero {
    background: linear-gradient(rgba(19, 69, 41, .78), rgba(10, 36, 24, .86)), url("../assets/img/graduets/graduets-1.jpg") center/cover;
    color: #fff;
    padding: 88px 0 72px;
}

.alumni-hero h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 18px;
    text-align: left;
}

.alumni-hero p {
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
}

.alumni-section {
    padding: 64px 0;
}

.alumni-band {
    background: #f4f8f5;
}

.alumni-stat {
    background: #fff;
    border: 1px solid #dfe9e3;
    border-radius: 8px;
    padding: 22px;
}

.alumni-stat span {
    color: #134529;
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.alumni-stat small {
    color: #5f6f66;
    display: block;
    margin-top: 8px;
}

.alumni-card {
    background: #fff;
    border: 1px solid #dfe9e3;
    border-radius: 8px;
    height: 100%;
    padding: 22px;
}

.alumni-card-photo {
    border-radius: 50%;
    display: block;
    height: 64px;
    margin-bottom: 14px;
    object-fit: cover;
    width: 64px;
}

.alumni-card-initials {
    align-items: center;
    background: #eef6f1;
    border: 1px solid #d4e4dc;
    color: #134529;
    display: flex;
    font-size: 20px;
    font-weight: 800;
    justify-content: center;
}

.alumni-card-pending {
    border-color: #f2d36b;
    box-shadow: 0 12px 30px rgba(102, 80, 12, .08);
}

.alumni-card h3,
.alumni-card h4 {
    color: #153d28;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
    text-align: left;
}

.alumni-result-card {
    border-color: #d8e6df;
    box-shadow: 0 12px 34px rgba(19, 69, 41, .07);
    overflow: hidden;
    padding: 24px;
    position: relative;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.alumni-result-card::before {
    background: #134529;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.alumni-result-card:hover {
    border-color: #bfd4c8;
    box-shadow: 0 18px 44px rgba(19, 69, 41, .12);
    transform: translateY(-2px);
}

.alumni-result-top {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
    min-width: 0;
}

.alumni-result-top h3 {
    color: #0f3f28;
    font-size: 22px;
    line-height: 1.18;
    margin: 6px 0 3px;
}

.alumni-year-badge {
    background: #fff4c2;
    border-radius: 999px;
    color: #66500c;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 7px 11px;
}

.alumni-id {
    color: #6b7b72;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.alumni-detail-list {
    border-top: 1px solid #edf3ef;
    display: grid;
    gap: 11px;
    padding-top: 16px;
}

.alumni-detail-list div {
    align-items: flex-start;
    color: #50645a;
    display: flex;
    font-size: 14px;
    gap: 10px;
    line-height: 1.45;
}

.alumni-detail-list i {
    color: #134529;
    flex: 0 0 18px;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 1px;
}

.alumni-detail-list span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.alumni-directory-shell {
    background: #fff;
    border: 1px solid #d9e5de;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(19, 69, 41, .08);
    margin-bottom: 28px;
    padding: 28px;
}

.alumni-directory-head {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.alumni-directory-head h2 {
    color: #0f3f28;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 8px;
}

.alumni-directory-head p {
    color: #65756d;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.alumni-directory-link {
    border: 1px solid #cbdad2;
    border-radius: 6px;
    color: #134529;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
    white-space: nowrap;
}

.alumni-search-form {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.alumni-search-form .alumni-search-field {
    flex: 3 1 240px;
}

.alumni-search-form .form-select {
    flex: 1 1 150px;
}

.alumni-search-form button {
    flex: 0 0 auto;
    min-width: 130px;
}

.alumni-search-field {
    position: relative;
}

.alumni-search-field i {
    color: #6b7d73;
    font-size: 20px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.alumni-search-field .form-control {
    padding-left: 46px;
}

.alumni-empty-state {
    align-items: center;
    background: #f7faf8;
    border: 1px dashed #cbdad2;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    padding: 22px 24px;
}

.alumni-empty-icon {
    align-items: center;
    background: #fff5cf;
    border-radius: 50%;
    color: #134529;
    display: flex;
    flex: 0 0 48px;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.alumni-empty-state h3 {
    color: #123f28;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 5px;
    text-align: left;
}

.alumni-meta {
    color: #66766d;
    font-size: 14px;
    line-height: 1.55;
}

.alumni-pill {
    background: #fff5cf;
    border-radius: 999px;
    color: #66500c;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.alumni-form .form-control,
.alumni-form .form-select {
    border: 1px solid #cfddd5;
    border-radius: 6px;
    min-height: 46px;
}

.alumni-form label {
    color: #24382d;
    font-weight: 700;
    margin-bottom: 6px;
}

.alumni-admin-stat {
    background: #fff;
    border-left: 4px solid #134529;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(20, 48, 34, .06);
    padding: 18px;
}

.alumni-admin-stat strong {
    color: #134529;
    display: block;
    font-size: 28px;
}

.alumni-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.alumni-profile-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8f6 100%);
}

.alumni-profile-panel {
    align-items: stretch;
    background: #fff;
    border: 1px solid #dce8e1;
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(19, 69, 41, .09);
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    overflow: hidden;
}

.alumni-profile-copy {
    background: linear-gradient(rgba(19, 69, 41, .9), rgba(13, 49, 29, .94)), url("../assets/img/graduets/graduets-8.jpg") center/cover;
    color: #fff;
    padding: 42px;
}

.alumni-profile-copy .alumni-pill {
    background: rgba(255, 193, 7, .18);
    color: #ffe28a;
}

.alumni-profile-copy h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 16px 0 14px;
}

.alumni-profile-copy p {
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.alumni-profile-notes {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.alumni-profile-notes div {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 14px;
}

.alumni-profile-notes strong,
.alumni-profile-notes span {
    display: block;
}

.alumni-profile-notes strong {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

.alumni-profile-notes span {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.45;
}

.alumni-profile-form-wrap {
    padding: 34px;
}

.alumni-profile-form label {
    font-size: 13px;
}

.alumni-profile-form textarea.form-control {
    min-height: 132px;
}

.alumni-photo-upload {
    align-items: center;
    background: #f7faf8;
    border: 1px dashed #b7ccc0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 16px;
    transition: border-color .2s ease, background-color .2s ease;
}

.alumni-photo-upload:hover {
    background: #f2f7f4;
    border-color: #134529;
}

.alumni-photo-upload strong,
.alumni-photo-upload small {
    display: block;
}

.alumni-photo-upload strong {
    color: #163d29;
    font-size: 15px;
    margin-bottom: 4px;
}

.alumni-photo-upload small {
    color: #6a7a71;
    font-size: 13px;
}

.alumni-photo-preview {
    align-items: center;
    background: #fff;
    border: 1px solid #d8e5de;
    border-radius: 50%;
    color: #134529;
    display: flex;
    flex: 0 0 72px;
    font-size: 30px;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    width: 72px;
}

.alumni-photo-preview img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.alumni-portal-body {
    background: #f3f7f5;
    color: #21382d;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0;
}

.alumni-admin-brand {
    align-items: center;
    display: flex;
    gap: 12px;
}

.alumni-admin-brand img {
    height: 42px;
    object-fit: contain;
    width: 42px;
}

.alumni-admin-brand span {
    color: #103d28;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.alumni-admin-whoami {
    color: #798a80;
    font-size: 13px;
}

.alumni-admin-whoami strong {
    color: #20382c;
    font-weight: 700;
}

.alumni-admin-form label {
    color: #45564c;
    display: grid;
    font-size: 12.5px;
    font-weight: 700;
    gap: 6px;
}

.alumni-admin-form input,
.alumni-admin-form select,
.alumni-admin-form textarea,
.alumni-admin-search input,
.alumni-admin-search select,
.alumni-admin-import-form input {
    background: #fff;
    border: 1px solid #d6e1da;
    border-radius: 6px;
    color: #1d3228;
    font: inherit;
    font-size: 14px;
    min-height: 42px;
    padding: 9px 12px;
    transition: border-color .15s ease, box-shadow .15s ease;
    width: 100%;
}

.alumni-admin-form input:focus,
.alumni-admin-form select:focus,
.alumni-admin-form textarea:focus,
.alumni-admin-search input:focus,
.alumni-admin-search select:focus,
.alumni-admin-import-form input:focus {
    border-color: #134529;
    box-shadow: 0 0 0 3px rgba(19, 69, 41, .1);
    outline: none;
}

.alumni-admin-primary {
    align-items: center;
    background: #134529;
    border: 0;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    transition: background-color .15s ease;
}

.alumni-admin-primary:hover {
    background: #0d3320;
}

.alumni-admin-search button {
    align-items: center;
    background: #fff;
    border: 1px solid #cddbd3;
    border-radius: 6px;
    color: #134529;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    transition: background-color .15s ease, border-color .15s ease;
    white-space: nowrap;
}

.alumni-admin-search button:hover {
    background: #f2f7f4;
    border-color: #134529;
}

.alumni-form-error {
    color: #b00020;
    display: block;
    margin: -8px 0 12px;
}

.alumni-admin-header a,
.alumni-admin-panel-head a {
    color: #134529;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.alumni-admin-header a:hover,
.alumni-admin-panel-head a:hover {
    text-decoration: underline;
}

/* Alumni Portal Auth (login) screen */

.alumni-auth-screen {
    align-items: center;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .06), transparent 45%), linear-gradient(160deg, #0d311d 0%, #134529 52%, #0a2418 100%);
    display: flex;
    min-height: 100vh;
    padding: 32px;
}

.alumni-auth-shell {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 34px 80px rgba(6, 26, 16, .35);
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    margin: 0 auto;
    max-width: 940px;
    overflow: hidden;
    width: 100%;
}

.alumni-auth-shell-solo {
    grid-template-columns: minmax(0, 1fr);
    max-width: 460px;
}

.alumni-auth-brand {
    background:
        radial-gradient(circle at 88% 8%, rgba(255, 193, 7, .16), transparent 40%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0px, rgba(255, 255, 255, .05) 2px, transparent 2px, transparent 26px),
        linear-gradient(165deg, #15502f 0%, #0d3a22 62%, #082614 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 34px;
    justify-content: space-between;
    padding: 44px 38px;
}

.alumni-auth-brand-top {
    align-items: center;
    display: flex;
    gap: 14px;
}

.alumni-auth-brand-top img {
    background: #fff;
    border-radius: 50%;
    height: 54px;
    object-fit: contain;
    padding: 6px;
    width: 54px;
}

.alumni-auth-brand-top strong {
    display: block;
    font-size: 15px;
    line-height: 1.3;
}

.alumni-auth-brand-top span {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
}

.alumni-auth-brand-copy .alumni-pill {
    background: rgba(255, 193, 7, .18);
    color: #ffe28a;
}

.alumni-auth-brand-copy h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.28;
    margin: 14px 0 12px;
    text-align: left;
}

.alumni-auth-brand-copy p {
    color: rgba(255, 255, 255, .78);
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0;
}

.alumni-auth-features {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.alumni-auth-features li {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    display: flex;
    font-size: 13.5px;
    gap: 12px;
    padding: 12px 14px;
}

.alumni-auth-features i {
    color: #ffe28a;
    flex: 0 0 auto;
    font-size: 18px;
}

.alumni-auth-panel {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 44px 40px;
}

.alumni-auth-panel-inner {
    max-width: 360px;
    width: 100%;
}

.alumni-auth-panel-head h2 {
    color: #103d28;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 6px;
    text-align: left;
}

.alumni-auth-panel-head p {
    color: #66766d;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 28px;
}

.alumni-auth-field {
    margin-bottom: 18px;
}

.alumni-auth-field label {
    color: #20382c;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.alumni-auth-input {
    align-items: center;
    background: #fff;
    border: 1px solid #cddbd3;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    padding: 0 14px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.alumni-auth-input:focus-within {
    border-color: #134529;
    box-shadow: 0 0 0 3px rgba(19, 69, 41, .12);
}

.alumni-auth-input.has-error {
    border-color: #d33044;
}

.alumni-auth-input > i {
    color: #6b7d73;
    flex: 0 0 auto;
    font-size: 18px;
}

.alumni-auth-input input {
    background: transparent;
    border: 0;
    color: #1d3228;
    flex: 1 1 auto;
    font: inherit;
    min-height: 48px;
    min-width: 0;
    padding: 10px 0;
}

.alumni-auth-input input:focus {
    outline: none;
}

.alumni-auth-toggle {
    background: transparent;
    border: 0;
    color: #7c8d83;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-size: 18px;
    padding: 6px;
}

.alumni-auth-toggle:hover {
    color: #134529;
}

.alumni-auth-field .alumni-form-error {
    font-size: 12.5px;
    margin: 7px 0 0;
}

.alumni-auth-submit {
    align-items: center;
    background: #134529;
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    margin-top: 6px;
    min-height: 50px;
    transition: background-color .15s ease, transform .15s ease;
    width: 100%;
}

.alumni-auth-submit:hover {
    background: #0d3320;
}

.alumni-auth-submit:active {
    transform: translateY(1px);
}

.alumni-auth-submit i {
    font-size: 19px;
}

.alumni-auth-foot {
    border-top: 1px solid #e5eee9;
    margin-top: 26px;
    padding-top: 18px;
    text-align: center;
}

.alumni-auth-foot a {
    align-items: center;
    color: #134529;
    display: inline-flex;
    font-size: 13.5px;
    font-weight: 800;
    gap: 6px;
    text-decoration: none;
}

.alumni-auth-foot a:hover {
    text-decoration: underline;
}

.alumni-admin-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e5eee9;
    display: flex;
    justify-content: space-between;
    min-height: 64px;
    padding: 0 32px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.alumni-admin-header nav {
    align-items: center;
    display: flex;
    gap: 20px;
}

.alumni-admin-header nav .alumni-admin-whoami {
    border-right: 1px solid #e5eee9;
    padding-right: 20px;
}

.alumni-admin-shell {
    margin: 0 auto;
    max-width: 1360px;
    padding: 28px 32px 48px;
}

.alumni-admin-stats-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 20px;
}

.alumni-admin-tabs {
    border-bottom: 1px solid #e5eee9;
    display: flex;
    margin-bottom: 22px;
}

.alumni-admin-tab {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #66766d;
    cursor: pointer;
    display: inline-flex;
    font-size: 13.5px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: -1px;
    margin-right: 24px;
    padding: 12px 2px;
    transition: color .15s ease, border-color .15s ease;
}

.alumni-admin-tab:hover {
    color: #134529;
}

.alumni-admin-tab.is-active {
    border-bottom-color: #134529;
    color: #134529;
}

.alumni-admin-tab i {
    font-size: 12.5px;
}

.alumni-admin-tabpanel[hidden] {
    display: none;
}

.alumni-admin-stat {
    background: #fff;
    border: 1px solid #e5eee9;
    border-radius: 8px;
    padding: 16px 18px;
}

.alumni-admin-stat strong {
    color: #123f28;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.alumni-admin-stat span {
    color: #798a80;
    display: block;
    font-size: 12px;
    letter-spacing: .02em;
    margin-top: 4px;
    text-transform: uppercase;
}

.alumni-admin-panel {
    background: #fff;
    border: 1px solid #e5eee9;
    border-radius: 8px;
    padding: 22px;
}

.alumni-admin-panel-head {
    align-items: flex-start;
    border-bottom: 1px solid #eef2f0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

.alumni-admin-panel-head p {
    color: #83938a;
    font-size: 13px;
    margin: 0;
}

.alumni-admin-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alumni-admin-form-grid .wide {
    grid-column: 1 / -1;
}

.alumni-admin-form-section {
    border-bottom: 1px solid #eef2f0;
    color: #134529;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-top: 4px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.alumni-admin-form-section:first-child {
    margin-top: 0;
}

.alumni-admin-form label small {
    color: #93a199;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.alumni-admin-rights-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 4px 0 18px;
}

.alumni-admin-checkbox {
    align-items: center;
    color: #45564c;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 7px;
}

.alumni-admin-checkbox input {
    accent-color: #134529;
    height: 16px;
    width: 16px;
}

.alumni-admin-rights-editor {
    background: #f7faf8;
    border: 1px solid #d8e6df;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 18px;
}

.alumni-admin-rights-editor .alumni-admin-panel-head {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.alumni-admin-temp-password {
    align-items: flex-start;
    background: #fff8e1;
    border: 1px solid #f2d36b;
    border-radius: 8px;
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    padding: 16px 18px;
}

.alumni-admin-temp-password > i {
    color: #66500c;
    font-size: 18px;
    margin-top: 2px;
}

.alumni-admin-temp-password strong {
    color: #4a3a09;
}

.alumni-admin-temp-password code {
    background: #fff;
    border: 1px solid #ecd48a;
    border-radius: 5px;
    color: #4a3a09;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 8px;
}

.alumni-admin-temp-password p {
    color: #66500c;
    font-size: 12.5px;
    margin: 6px 0 0;
}

.alumni-admin-import-form {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.alumni-admin-import-form input[type="file"] {
    flex: 1 1 auto;
}

.alumni-admin-import-hint {
    color: #93a199;
    font-size: 12.5px;
    margin: 14px 0 0;
}

.alumni-admin-search {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(180px, 1fr) 160px auto;
    margin-bottom: 16px;
}

.alumni-admin-table-wrap {
    overflow-x: auto;
}

.alumni-admin-users-list {
    border-top: 1px solid #eef2f0;
    margin-top: 24px;
    padding-top: 20px;
}

.alumni-admin-table {
    border-collapse: collapse;
    width: 100%;
}

.alumni-admin-table th {
    background: #fafcfb;
    color: #7c8d83;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.alumni-admin-table th,
.alumni-admin-table td {
    border-bottom: 1px solid #eef2f0;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.alumni-admin-table tbody tr:hover {
    background: #fafcfb;
}

.alumni-admin-table td strong {
    color: #1d3228;
    font-weight: 600;
}

.alumni-admin-table td small {
    color: #93a199;
    display: block;
    margin-top: 2px;
}

.alumni-admin-status {
    border-radius: 999px;
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 10px;
}

.status-active {
    background: #e7f6ed;
    color: #0d6b36;
}

.status-pending {
    background: #fff4c2;
    color: #66500c;
}

.status-inactive {
    background: #f4e4e6;
    color: #9b1420;
}

.alumni-actions a {
    align-items: center;
    border: 1px solid #e5eee9;
    border-radius: 6px;
    color: #56675d;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    width: 30px;
}

.alumni-actions a:hover {
    background: #eef6f1;
    border-color: #134529;
    color: #134529;
}

.alumni-admin-pagination {
    display: flex;
    gap: 6px;
    margin-top: 18px;
}

.alumni-admin-pagination a {
    align-items: center;
    border: 1px solid #e5eee9;
    border-radius: 6px;
    color: #56675d;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    justify-content: center;
    text-decoration: none;
    width: 32px;
}

.alumni-admin-pagination a.active {
    background: #134529;
    border-color: #134529;
    color: #fff;
}

@media (max-width: 767px) {
    .alumni-hero {
        padding: 64px 0 52px;
    }

    .alumni-hero h1 {
        font-size: 32px;
    }

    .alumni-directory-shell {
        padding: 20px;
    }

    .alumni-directory-head {
        display: block;
    }

    .alumni-directory-head h2 {
        font-size: 28px;
    }

    .alumni-directory-link {
        display: inline-block;
        margin-top: 16px;
    }

    .alumni-search-form .alumni-search-field,
    .alumni-search-form .form-select,
    .alumni-search-form button {
        flex-basis: 100%;
    }

    .alumni-empty-state {
        align-items: flex-start;
        padding: 18px;
    }

    .alumni-profile-panel {
        grid-template-columns: 1fr;
    }

    .alumni-profile-copy,
    .alumni-profile-form-wrap {
        padding: 24px;
    }

    .alumni-profile-copy h2 {
        font-size: 30px;
    }

    .alumni-photo-upload {
        align-items: flex-start;
    }

    .alumni-auth-screen,
    .alumni-admin-shell {
        padding: 18px;
    }

    .alumni-admin-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 14px 18px;
    }

    .alumni-admin-header nav .alumni-admin-whoami {
        border-right: 0;
        padding-right: 0;
    }

    .alumni-admin-stats-grid,
    .alumni-admin-form-grid,
    .alumni-admin-search {
        grid-template-columns: 1fr;
    }

    .alumni-admin-tabs {
        overflow-x: auto;
    }

    .alumni-admin-tab {
        flex: 0 0 auto;
    }

    .alumni-auth-shell {
        border-radius: 12px;
        grid-template-columns: minmax(0, 1fr);
    }

    .alumni-auth-brand {
        gap: 20px;
        padding: 32px 28px;
    }

    .alumni-auth-features {
        display: none;
    }

    .alumni-auth-panel {
        padding: 32px 28px;
    }
}
