.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top-strip.utility-strip {
  height: auto;
  color: #ffffff;
  background: #111111;
  text-transform: none;
  overflow: visible;
}

.utility-inner,
.top-strip.utility-strip .container {
  min-height: 64px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.admission-call,
.assist-btn {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #111111;
  background: #ffba08;
  border-radius: 6px;
  font-weight: 900;
  white-space: nowrap;
}

.assist-btn {
  text-transform: uppercase;
  font-size: 13px;
}

.utility-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.utility-contact a,
.utility-socials a {
  color: #ffffff;
}

.utility-contact i {
  margin-right: 5px;
  color: #cfd5df;
}

.utility-socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #ffffff;
  font-size: 17px;
}

.site-search {
  min-width: 160px;
  max-width: 210px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 18px;
  color: #8c93a3;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.site-search input {
  width: 100%;
  height: 34px;
  color: #ffffff;
  background: transparent;
  border: 0;
  outline: 0;
}

.site-search input::placeholder {
  color: #8c93a3;
}

.site-header {
  background: #920000;
  border-bottom: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  backdrop-filter: none;
}

.site-header .header-inner {
  height: 58px;
  align-items: stretch;
}

.site-header .brand {
  min-width: 98px;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.site-header .brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.32));
}

.site-header .brand > span {
  display: none;
}

.site-header .main-nav {
  flex: 1;
  gap: 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-header .main-nav > a,
.site-header .nav-drop-trigger {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: #ffffff;
}

.site-header .main-nav > a:hover,
.site-header .nav-drop-trigger:hover,
.site-header .main-nav [aria-current="page"],
.site-header .apply-now {
  color: #ffba08;
}

.site-header .nav-dropdown {
  min-height: 58px;
}

.site-header .nav-dropdown-menu {
  top: 58px;
  left: 0;
  min-width: 236px;
  transform: translateY(8px);
  border-radius: 0 0 6px 6px;
}

.site-header .nav-dropdown:hover .nav-dropdown-menu,
.site-header .nav-dropdown:focus-within .nav-dropdown-menu {
  transform: translateY(0);
}

.site-header .nav-dropdown-menu::before {
  display: none;
}

.site-header .nav-dropdown-menu a {
  color: #172033;
  text-transform: none;
}

.notice-strip {
  background: #f6f8fc;
  border-top: 1px solid #e4e7ee;
  border-bottom: 1px solid #e4e7ee;
  padding: 26px 0;
}

.notice-strip .container {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.notice-strip h2 {
  margin: 0;
  color: #101c62;
  font-size: 24px;
  font-weight: 900;
}

.notice-list {
  display: grid;
  gap: 10px;
}

.notice-list a,
.notice-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  color: #172033;
  background: #ffffff;
  border: 1px solid #e4e7ee;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.notice-list small,
.notice-card small {
  color: #5c6576;
  white-space: nowrap;
}

.empty-state {
  padding: 26px;
  color: #5c6576;
  text-align: center;
  background: #ffffff;
  border: 1px dashed #cfd5df;
  border-radius: 8px;
}

.admin-body {
  min-height: 100vh;
  background: #f6f8fc;
}

.admin-shell {
  width: min(1100px, calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0 70px;
}

.login-panel,
.admin-panel {
  background: #ffffff;
  border: 1px solid #e4e7ee;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
}

.login-panel {
  width: min(460px, 100%);
  margin: 70px auto;
  padding: 32px;
}

.admin-panel {
  padding: 28px;
  margin-top: 22px;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-top h1,
.login-panel h1,
.admin-panel h2 {
  margin: 0 0 8px;
  color: #101c62;
  line-height: 1.15;
}

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

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

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

.status-message {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 900;
}

.status-message.success {
  color: #075d33;
  background: #e9f8ef;
}

.status-message.error {
  color: #920000;
  background: #fff0f0;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  font-size: 15px;
}

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

.admin-table th {
  color: #101c62;
  font-size: 12px;
  text-transform: uppercase;
}

.admin-table img {
  width: 88px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
}

.danger-btn {
  color: #ffffff;
  background: #920000;
}

@media (max-width: 1160px) {
  .utility-inner,
  .top-strip.utility-strip .container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .utility-socials {
    margin-left: 0;
  }

  .site-header .main-nav {
    display: none;
  }

  .site-header .mobile-toggle {
    display: inline-flex;
    align-self: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
  }

  .site-header .header-inner {
    height: 76px;
    align-items: center;
  }

  .site-header .brand img {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 720px) {
  .utility-contact,
  .utility-socials,
  .site-search {
    display: none;
  }

  .notice-strip .container,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .notice-list a,
  .notice-card,
  .admin-top {
    display: grid;
  }

  .login-panel,
  .admin-panel {
    padding: 22px;
  }
}
