:root {
  --navy: #071b5f;
  --blue: #174ea6;
  --blue-soft: #e8f1ff;
  --gold: #d6a331;
  --gold-soft: #fff4d8;
  --red: #b8861f;
  --ink: #152038;
  --muted: #697286;
  --line: #dce4f0;
  --white: #ffffff;
  --soft: #f4f7fb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html[data-font-scale="decrease"] {
  font-size: 90%;
}

html[data-font-scale="normal"] {
  font-size: 100%;
}

html[data-font-scale="increase"] {
  font-size: 115%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--soft);
  font-family: "Poppins", sans-serif;
}

body[data-font-scale="decrease"],
body[data-font-scale="reset"],
body[data-font-scale="normal"],
body[data-font-scale="increase"] {
  font-size: 1rem;
}

a {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

main:focus {
  outline: 0;
}

:focus-visible {
  outline: 3px solid #f2b705;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 16px;
  color: #ffffff;
  background: var(--navy);
  border: 2px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(11, 21, 73, 0.28);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
}

.skip-link:focus,
.skip-link:focus-visible {
  color: #ffffff;
  transform: translateY(0);
}

.container-fluid {
  --bs-gutter-x: clamp(1.5rem, 3vw, 4rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(11, 21, 73, 0.1);
  box-shadow: 0 18px 38px rgba(11, 21, 73, 0.1);
  backdrop-filter: blur(16px);
}

.home-chatbot-launcher {
  position: fixed;
  bottom: 24px;
  left: 14px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  background: #dc2626;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(220, 38, 38, 0.35);
  text-decoration: none;
}

.home-chatbot-launcher i {
  font-size: 1.45rem;
  line-height: 1;
}

.home-chatbot-launcher:hover,
.home-chatbot-launcher:focus {
  color: #ffffff;
  background: #b91c1c;
  box-shadow: 0 22px 40px rgba(185, 28, 28, 0.42);
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  .home-chatbot-launcher {
    bottom: 18px;
    left: 12px;
    width: 48px;
    height: 48px;
  }

  .home-chatbot-launcher i {
    font-size: 1.25rem;
  }
}

.utility-bar {
  color: rgba(255, 255, 255, 0.84);
  background: linear-gradient(90deg, var(--navy), var(--blue));
  font-size: 0.78rem;
  font-weight: 600;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  gap: 12px;
}

.utility-social {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

.utility-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.86rem;
  text-decoration: none;
}

.utility-social a:hover,
.utility-social a:focus {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}

.utility-social .call-link {
  width: auto;
  padding: 0 12px;
  gap: 7px;
  font-weight: 800;
}

.main-nav button.nav-link {
  background: transparent;
  border: 0;
  font: inherit;
}

.marquee-link-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.site-search {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: min(100%, 340px);
  height: 34px;
  overflow: hidden;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  transition: width 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-search:focus-within {
  width: min(100%, 430px);
  border-color: rgba(214, 163, 49, 0.72);
  box-shadow: 0 0 0 4px rgba(214, 163, 49, 0.18);
}

.site-search i {
  flex: 0 0 auto;
  padding-left: 13px;
  color: var(--blue);
}

.site-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 8px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 0.88rem;
  font-weight: 600;
  outline: 0;
}

.site-search input::placeholder {
  color: #7a8295;
}

.site-search button {
  height: 100%;
  padding: 0 16px;
  color: var(--navy);
  background: var(--gold);
  border: 0;
  font-size: 0.78rem;
  font-weight: 800;
}

.site-search-match {
  outline: 3px solid rgba(214, 163, 49, 0.5);
  outline-offset: 5px;
  border-radius: 8px;
  background: rgba(255, 244, 216, 0.8);
  transition: outline-color 180ms ease, background 180ms ease;
}

.site-search button:hover,
.site-search button:focus {
  background: #f0c264;
}

.search-header {
  position: relative;
}

.search-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 800;
}

.search-page {
  min-height: 70vh;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

.search-hero {
  padding: clamp(2rem, 5vw, 4rem) 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 95, 0.96), rgba(23, 78, 166, 0.9)),
    var(--navy);
}

.search-hero h1 {
  margin: 8px 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
}

.search-hero p {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
}

.search-hero .section-label {
  color: var(--gold);
}

.search-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: min(100%, 900px);
  min-height: 48px;
  overflow: hidden;
  color: var(--navy);
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.search-panel i {
  padding-left: 18px;
  color: var(--blue);
  font-size: 1.1rem;
}

.search-panel input {
  min-width: 0;
  height: 48px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  font-weight: 600;
}

.search-panel button,
.search-summary button {
  align-self: stretch;
  padding: 0 24px;
  color: var(--navy);
  background: var(--gold);
  border: 0;
  font-weight: 800;
}

.search-results-section {
  padding: clamp(1.5rem, 4vw, 3rem) 0;
}

.search-alert,
.search-summary,
.search-categories,
.search-result-group,
.search-empty {
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(11, 21, 73, 0.08);
}

.search-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  color: #8a4b00;
  background: #fff8e8;
  border-color: rgba(214, 163, 49, 0.28);
  font-weight: 700;
}

.search-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  margin-bottom: 18px;
}

.search-summary span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.search-summary span i {
  color: var(--blue);
}

.search-summary form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.search-summary label {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.search-summary input {
  width: 76px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-summary button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
}

.search-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 14px;
  padding: 18px;
  margin-bottom: 22px;
}

.search-categories a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 16px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(23, 78, 166, 0.08), rgba(214, 163, 49, 0.18)),
    #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.14);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(11, 21, 73, 0.09);
}

.search-categories a:nth-child(4n + 2) {
  border-top-color: #0f8a72;
}

.search-categories a:nth-child(4n + 3) {
  border-top-color: var(--gold);
}

.search-categories a:nth-child(4n) {
  border-top-color: #b4454b;
}

.search-categories a:hover,
.search-categories a:focus {
  color: #ffffff;
  background:
    linear-gradient(135deg, #071b5f 0%, #174ea6 56%, #0f8a72 100%);
  border-color: var(--navy);
  box-shadow: 0 20px 36px rgba(11, 21, 73, 0.22);
  transform: translateY(-2px);
}

.search-categories > a > i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--blue);
  background: #eef4ff;
  border-radius: 8px;
  font-size: 1.55rem;
  box-shadow: inset 0 0 0 1px rgba(23, 78, 166, 0.12);
}

.search-categories a:nth-child(4n + 2) > i {
  color: #056c5d;
  background: #e8f8f4;
  box-shadow: inset 0 0 0 1px rgba(15, 138, 114, 0.12);
}

.search-categories a:nth-child(4n + 3) > i {
  color: #8a4b00;
  background: #fff7e8;
  box-shadow: inset 0 0 0 1px rgba(214, 163, 49, 0.16);
}

.search-categories a:nth-child(4n) > i {
  color: #8c3349;
  background: #fff0f2;
  box-shadow: inset 0 0 0 1px rgba(180, 69, 75, 0.12);
}

.search-categories a:hover > i,
.search-categories a:focus > i {
  color: var(--navy);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.search-categories span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.search-categories strong {
  color: var(--navy);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.1;
}

.search-categories em {
  overflow-wrap: anywhere;
  color: #4c5870;
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
}

.search-categories a:hover strong,
.search-categories a:focus strong,
.search-categories a:hover em,
.search-categories a:focus em {
  color: #ffffff;
}

.search-categories .is-empty {
  opacity: 0.58;
}

.search-result-groups {
  display: grid;
  gap: 20px;
}

.search-result-group {
  overflow: hidden;
}

.search-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(90deg, #f7faff, #ffffff);
  border-bottom: 1px solid var(--line);
}

.search-group-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 800;
}

.search-group-head span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.search-list {
  display: grid;
}

.search-item {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.search-item:last-child {
  border-bottom: 0;
}

.search-item a {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.search-item a:hover,
.search-item a:focus {
  color: var(--red);
}

.search-item time {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.search-item p {
  max-width: 900px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.search-empty {
  display: grid;
  justify-items: center;
  padding: 42px 18px;
  text-align: center;
}

.search-empty i {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 50%;
  font-size: 1.55rem;
}

.search-empty h2 {
  margin: 16px 0 6px;
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 800;
}

.search-empty p {
  margin: 0;
  color: var(--muted);
}

.utility-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.language-select {
  height: 34px;
  min-width: 124px;
  padding: 0 30px 0 12px;
  color: var(--navy);
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.font-tools {
  display: inline-flex;
  overflow: hidden;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.font-tools button {
  min-width: 38px;
  padding: 0 10px;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.font-tools button:last-child {
  border-right: 0;
}

.font-tools button:hover,
.font-tools button:focus,
.font-tools button.is-active {
  color: var(--navy);
  background: var(--gold);
}

.font-tools button:disabled {
  cursor: default;
  opacity: 1;
}

.main-nav {
  min-height: 88px;
  padding: 11px 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  max-width: 600px;
  gap: 14px;
  white-space: normal;
}

.brand-logo {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 6px;
  background: #fffaf0;
  border: 1px solid rgba(215, 164, 71, 0.36);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(11, 21, 73, 0.13);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.brand-text small {
  margin-top: 4px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 700;
}

.navbar-toggler {
  width: 42px;
  height: 38px;
  padding: 0;
  border-color: rgba(11, 21, 73, 0.25);
  border-radius: 7px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(30, 68, 157, 0.18);
}

.main-nav .navbar-nav {
  gap: 10px;
}

.main-nav .nav-item {
  position: static;
}

.main-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 13px 15px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.main-nav .nav-link i {
  color: var(--blue);
  font-size: 1rem;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .show > .nav-link {
  color: var(--red);
}

.main-nav .nav-link:hover i,
.main-nav .nav-link.active i,
.main-nav .show > .nav-link i {
  color: var(--red);
}

.main-nav .nav-link.active::after {
  position: absolute;
  right: 15px;
  bottom: 7px;
  left: 15px;
  height: 3px;
  background: var(--gold);
  border-radius: 999px;
  content: "";
}

.mega-menu {
  right: 0;
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 130px);
  margin-top: 0;
  padding: 26px max(24px, calc((100vw - 1320px) / 2 + 12px));
  overflow-y: auto;
  border: 0;
  border-top: 1px solid rgba(11, 21, 73, 0.08);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 24px 54px rgba(11, 21, 73, 0.18);
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mega-grid a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 4px 14px;
  min-height: 100px;
  padding: 18px;
  color: var(--ink);
  background: #f7faff;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
}

.mega-grid a:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.mega-grid i {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 9px;
  font-size: 1.35rem;
}

.mega-grid span {
  grid-area: title;
  font-size: 1rem;
  font-weight: 800;
}

.mega-grid small {
  grid-area: text;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.mega-grid a:hover i {
  color: var(--navy);
  background: var(--gold);
}

.mega-grid a:hover small {
  color: rgba(255, 255, 255, 0.76);
}

.hero-slider {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 21, 73, 0.08), transparent),
    var(--navy);
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item,
.banner-slide {
  width: 100%;
}

.banner-slide {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #071b5f 0%, #174ea6 100%);
}

.banner-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1177 / 400;
  object-fit: contain;
  object-position: center;
  filter: none;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.hero-slider .carousel-item-next:not(.carousel-item-start),
.hero-slider .active.carousel-item-end {
  transform: translateX(100%);
}

.hero-slider .carousel-item-prev:not(.carousel-item-end),
.hero-slider .active.carousel-item-start {
  transform: translateX(-100%);
}

.sample2-page {
  --sample2-header-height: 132px;
}

.sample2-page .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.sample2-page .utility-bar {
  background: rgba(11, 21, 73, 0.42);
  backdrop-filter: blur(10px);
}

.sample2-page .main-nav {
  background: transparent;
}

.sample2-page .brand-logo {
  background: rgba(255, 250, 240, 0.9);
}

.sample2-page .brand-text strong {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(11, 21, 73, 0.42);
}

.sample2-page .brand-text small {
  color: var(--gold);
  text-shadow: 0 2px 12px rgba(11, 21, 73, 0.42);
}

.sample2-page .main-nav .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sample2-page .navbar-toggler {
  display: grid;
  place-items: center;
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(11, 21, 73, 0.24);
  backdrop-filter: blur(8px);
}

.sample2-page .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.96%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sample2-page .sample2-side-menu {
  width: min(420px, 92vw);
  color: var(--ink);
  background: #ffffff;
  border-left: 0;
  box-shadow: -26px 0 60px rgba(11, 21, 73, 0.26);
}

.sample2-page .sample2-side-menu .offcanvas-header {
  align-items: flex-start;
  gap: 12px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.sample2-page .sample2-side-menu .brand-lockup {
  max-width: calc(100% - 42px);
}

.sample2-page .sample2-side-menu .brand-text strong {
  color: var(--navy);
  text-shadow: none;
}

.sample2-page .sample2-side-menu .brand-text small {
  color: var(--red);
  text-shadow: none;
}

.sample2-page .sample2-side-menu .offcanvas-body {
  padding: 14px 22px 24px;
}

.sample2-page .sample2-side-menu .navbar-nav {
  gap: 4px;
}

.sample2-page .sample2-side-menu .nav-item {
  position: relative;
}

.sample2-page .sample2-side-menu .nav-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
  color: var(--navy);
}

.sample2-page .sample2-side-menu .nav-link i {
  color: var(--blue);
  margin-right: 8px;
}

.sample2-page .sample2-side-menu .nav-link:hover,
.sample2-page .sample2-side-menu .nav-link:focus,
.sample2-page .sample2-side-menu .nav-link.active,
.sample2-page .sample2-side-menu .show > .nav-link {
  color: var(--red);
}

.sample2-page .sample2-side-menu .nav-link:hover i,
.sample2-page .sample2-side-menu .nav-link:focus i,
.sample2-page .sample2-side-menu .nav-link.active i,
.sample2-page .sample2-side-menu .show > .nav-link i {
  color: var(--red);
}

.sample2-page .sample2-side-menu .nav-link.active::after {
  display: none;
}

.sample2-page .sample2-side-menu .dropdown-menu {
  position: static !important;
  width: 100%;
  max-height: none;
  margin: 0 0 10px;
  padding: 10px;
  transform: none !important;
  background: #f7faff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
}

.sample2-page .sample2-side-menu .mega-grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

.sample2-page .sample2-side-menu .mega-grid a {
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: auto;
  padding: 11px;
  border-radius: 8px;
}

.sample2-page .sample2-side-menu .mega-grid i {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.sample2-page .sample2-side-menu .mega-grid span {
  font-size: 0.9rem;
}

.sample2-page .sample2-side-menu .mega-grid small {
  font-size: 0.74rem;
}

.sample2-page .hero-slider {
  height: 100svh;
  min-height: 520px;
}

.sample2-page .hero-slider .carousel,
.sample2-page .hero-slider .carousel-inner,
.sample2-page .hero-slider .carousel-item,
.sample2-page .banner-slide {
  height: 100%;
}

.sample2-page .banner-slide img {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.sample2-page .portal-launcher-section {
  position: relative;
  overflow: hidden;
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.9);
}

.sample2-page .content-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.sample2-page .content-section > .container-fluid,
.sample2-page .portal-launcher-section > .container-fluid {
  position: relative;
  z-index: 1;
}

.sample2-page .content-section::before,
.sample2-page .content-section::after,
.sample2-page .portal-launcher-section::before {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.sample2-page .portal-launcher-section::before {
  top: -42px;
  right: -8vw;
  width: min(460px, 42vw);
  height: 180px;
  background: linear-gradient(135deg, rgba(215, 164, 71, 0.18), rgba(255, 255, 255, 0));
  border-radius: 0 0 0 160px;
}

.sample2-page .announcement-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(179, 58, 53, 0.11), transparent 25%),
    radial-gradient(circle at 92% 75%, rgba(215, 164, 71, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(11, 21, 73, 0.05), rgba(215, 164, 71, 0.18)),
    #ffffff;
}

.sample2-page .announcement-section::before {
  right: 4vw;
  bottom: 34px;
  width: min(420px, 38vw);
  height: 180px;
  background: rgba(30, 68, 157, 0.08);
  border-radius: 80px 16px 120px 20px;
  transform: rotate(-5deg);
}

.sample2-page .announcement-section .announcement-list a {
  background: rgba(255, 255, 255, 0.94);
}

.sample2-page .committee-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(215, 164, 71, 0.22), transparent 24%),
    radial-gradient(circle at 82% 88%, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(11, 21, 73, 0.96), rgba(30, 68, 157, 0.9)),
    var(--navy);
}

.sample2-page .committee-section::before {
  top: 34px;
  left: -8vw;
  width: min(560px, 48vw);
  height: 210px;
  background: linear-gradient(135deg, rgba(215, 164, 71, 0.2), rgba(255, 255, 255, 0.04));
  border-radius: 34px 160px 42px 120px;
}

.sample2-page .committee-section::after {
  right: -6vw;
  bottom: 34px;
  width: min(380px, 36vw);
  height: 150px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 140px 36px 120px 28px;
  transform: rotate(-8deg);
}

.sample2-page .committee-section .section-title {
  color: #ffffff;
}

.sample2-page .committee-section .section-intro {
  color: rgba(255, 255, 255, 0.78);
}

.sample2-page .committee-section .digital-grid a {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.24);
}

.sample2-page .intro-section {
  background:
    radial-gradient(circle at 20% 24%, rgba(30, 68, 157, 0.12), transparent 28%),
    radial-gradient(circle at 85% 58%, rgba(215, 164, 71, 0.14), transparent 26%),
    linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%);
}

.sample2-page .intro-section::before {
  top: 50px;
  right: -80px;
  width: 360px;
  height: 220px;
  background: linear-gradient(135deg, rgba(30, 68, 157, 0.12), rgba(215, 164, 71, 0.1));
  border-radius: 120px 20px 100px 26px;
}

.sample2-page .icai-network-section {
  background: #fff;
}

.sample2-page .icai-network-section::before {
  left: -90px;
  bottom: -24px;
  width: 430px;
  height: 190px;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 36px 150px 32px 110px;
}

.sample2-page .icai-network-section .digital-grid a {
  background: rgba(255, 255, 255, 0.94);
}

.sample2-page .icai-map-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 1.9rem);
  border-radius: 8px;
}

.sample2-page .portal-launcher,
.sample2-page .announcement-list a,
.sample2-page .digital-grid a,
.sample2-page .president-card {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(215, 164, 71, 0.22);
  box-shadow: 0 24px 54px rgba(11, 21, 73, 0.12);
}

.sample2-page .president-copy h3 {
  color: var(--navy);
}

.sample2-page .president-copy p {
  color: var(--muted);
}

.sample2-page .president-link {
  color: var(--blue);
}

.sample2-page .president-link:hover,
.sample2-page .president-link:focus {
  color: var(--red);
}

.sample2-page .portal-launcher {
  border-color: transparent;
  box-shadow: none;
}

.sample2-page .intro-section .digital-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 234px;
  padding: 30px 22px 24px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #238ee6 0%, #005aae 100%);
  border: 0;
  border-radius: 28px;
  box-shadow: 0 14px 28px rgba(11, 21, 73, 0.16);
  text-align: center;
}

.sample2-page .intro-section .digital-grid a:nth-child(5n + 2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #bb42be 0%, #881188 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(5n + 3) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #ff5c49 0%, #cf260f 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(5n + 4) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #219b65 0%, #007138 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(5n) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #ff5638 0%, #c92a0b 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(6) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #14b8a6 0%, #0f5f6f 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(7) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #f59e0b 0%, #b45309 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(8) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #6366f1 0%, #312e81 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(9) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #ec4899 0%, #9d174d 100%);
}

.sample2-page .intro-section .digital-grid a:nth-child(10) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #64748b 0%, #1e293b 100%);
}

.sample2-page .intro-section .digital-grid a::after {
  display: none;
}

.sample2-page .intro-section .digital-grid > a > i {
  width: 58px;
  height: 58px;
  margin: 0 0 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 15px;
  box-shadow: none;
  font-size: 1.55rem;
}

.sample2-page .intro-section .digital-grid span {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.sample2-page .intro-section .digital-grid strong,
.sample2-page .intro-section .digital-grid small,
.sample2-page .intro-section .digital-grid em {
  color: #ffffff;
}

.sample2-page .intro-section .digital-grid strong {
  font-size: 0.98rem;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.sample2-page .intro-section .digital-grid small {
  max-width: 190px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
}

.sample2-page .intro-section .digital-grid em {
  justify-content: center;
  min-height: 30px;
  margin-top: auto;
  padding: 7px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1;
}

.sample2-page .intro-section .digital-grid a:hover,
.sample2-page .intro-section .digital-grid a:focus {
  box-shadow: 0 20px 38px rgba(11, 21, 73, 0.24);
}

.sample2-page .intro-section .digital-grid a:hover > i,
.sample2-page .intro-section .digital-grid a:focus > i {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.28);
}

.sample2-page .committee-section .digital-grid a {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(215, 164, 71, 0.26);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.16);
}

.sample2-page .committee-section .digital-grid a:hover,
.sample2-page .committee-section .digital-grid a:focus {
  background: var(--navy);
  border-color: var(--gold);
}

.sample2-page .icai-map-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}

.sample2-page .icai-map-btn {
  min-height: 42px;
  padding: 0 18px;
  color: var(--navy);
  background: #ffffff;
  border: 1px solid rgba(11, 21, 73, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(11, 21, 73, 0.06);
  font-size: 0.86rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sample2-page .icai-map-btn:hover,
.sample2-page .icai-map-btn:focus,
.sample2-page .icai-map-btn.active {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 14px 28px rgba(11, 21, 73, 0.18);
  transform: translateY(-2px);
}

.sample2-page .icai-network-map {
  width: 100%;
  height: clamp(360px, 56vw, 600px);
  outline: 0;
}

.sample2-page .jvm-region {
  transition: fill 240ms ease, filter 240ms ease;
}

.sample2-page .icai-glow-region {
  filter: drop-shadow(0 0 6px rgba(30, 68, 157, 0.58));
}

.sample2-page .icai-glow-marker-orange {
  filter: drop-shadow(0 0 8px rgba(249, 115, 22, 0.78));
}

.sample2-page .icai-glow-marker-blue {
  filter: drop-shadow(0 0 10px rgba(30, 68, 157, 0.82));
}

.sample2-page .icai-glow-marker-green {
  filter: drop-shadow(0 0 7px rgba(16, 185, 129, 0.78));
}

.sample2-page .jvm-tooltip {
  min-width: 200px;
  padding: 15px 18px !important;
  color: #f8fafc !important;
  background: rgba(11, 21, 73, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 32px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(12px);
  font-family: "Poppins", sans-serif !important;
}

.sample2-page .icai-pou-map-shell {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(16px, 2.5vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96)),
    radial-gradient(circle at 12% 15%, rgba(215, 164, 71, 0.14), transparent 30%);
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 8px;
  box-shadow: 0 26px 62px rgba(11, 21, 73, 0.12);
}

.sample2-page .icai-pou-map-shell .pou-section {
  padding: 0;
  background: transparent;
}

.sample2-page .icai-pou-map-shell .shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.sample2-page .icai-pou-map-shell .section-head {
  display: none;
}

.sample2-page .icai-pou-map-shell .pou-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

.sample2-page .icai-pou-map-shell .map-panel {
  position: relative;
  display: grid;
  min-height: clamp(430px, 51vw, 690px);
  padding: clamp(56px, 7vw, 74px) clamp(12px, 2vw, 22px) clamp(16px, 2vw, 24px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(245, 248, 252, 0.94), rgba(255, 255, 255, 0.98)),
    linear-gradient(90deg, rgba(30, 68, 157, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(30, 68, 157, 0.06) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 8px;
}

.sample2-page .icai-pou-map-shell .map-view-toggle {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(11, 21, 73, 0.1);
}

.sample2-page .icai-pou-map-shell .map-view-btn {
  min-width: 86px;
  min-height: 38px;
  padding: 0 16px;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.sample2-page .icai-pou-map-shell .map-view-btn:hover,
.sample2-page .icai-pou-map-shell .map-view-btn:focus,
.sample2-page .icai-pou-map-shell .map-view-btn.active {
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 10px 20px rgba(11, 21, 73, 0.16);
}

.sample2-page .icai-pou-map-shell #india-map,
.sample2-page .icai-pou-map-shell #world-map {
  display: grid;
  place-items: center;
  min-height: 100%;
}

.sample2-page .icai-pou-map-shell #india-map[hidden],
.sample2-page .icai-pou-map-shell #world-map[hidden],
.sample2-page .icai-pou-map-shell .council-legend[hidden] {
  display: none !important;
}

.sample2-page .icai-pou-map-shell svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 590px;
}

.sample2-page .icai-pou-map-shell .india-svg {
  width: min(100%, 680px);
}

.sample2-page .icai-pou-map-shell .state,
.sample2-page .icai-pou-map-shell .jvm-region {
  cursor: pointer;
  transition: fill 180ms ease, opacity 180ms ease, filter 180ms ease, stroke-width 180ms ease;
}

.sample2-page .icai-pou-map-shell .state:hover,
.sample2-page .icai-pou-map-shell .state:focus,
.sample2-page .icai-pou-map-shell .jvm-region:hover,
.sample2-page .icai-pou-map-shell .jvm-region:focus,
.sample2-page .icai-pou-map-shell .is-selected {
  filter: drop-shadow(0 6px 10px rgba(11, 21, 73, 0.22));
  stroke: #ffffff !important;
  stroke-width: 2.2 !important;
}

.sample2-page .icai-pou-map-shell .c-WIRC {
  fill: #1f6fb2 !important;
}

.sample2-page .icai-pou-map-shell .c-SIRC {
  fill: #2f8f5b !important;
}

.sample2-page .icai-pou-map-shell .c-NIRC {
  fill: #e05a18 !important;
}

.sample2-page .icai-pou-map-shell .c-EIRC {
  fill: #7a3aa0 !important;
}

.sample2-page .icai-pou-map-shell .c-CIRC {
  fill: #c07d10 !important;
}

.sample2-page .icai-pou-map-shell .jvm-region {
  fill: #dce6f2 !important;
}

.sample2-page .icai-pou-map-shell .jvm-region.icai-network-active {
  fill: #1e449d !important;
}

.sample2-page .icai-pou-map-shell .jvm-region.icai-network-active:hover,
.sample2-page .icai-pou-map-shell .jvm-region.icai-network-active.is-selected {
  fill: #d94f2b !important;
}

.sample2-page .icai-pou-map-shell .india-world-overlay {
  fill: rgba(30, 68, 157, 0.2) !important;
  stroke: #1e449d !important;
}

.sample2-page .icai-pou-map-shell .council-legend {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: calc(100% - 32px);
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(11, 21, 73, 0.1);
}

.sample2-page .icai-pou-map-shell .council-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
}

.sample2-page .icai-pou-map-shell .council-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.sample2-page .icai-pou-map-shell .pou-panel {
  display: flex;
  flex-direction: column;
  min-height: clamp(430px, 51vw, 690px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 8px;
  box-shadow: inset 0 4px 0 var(--gold);
}

.sample2-page .icai-pou-map-shell .pou-results-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(11, 21, 73, 0.1);
}

.sample2-page .icai-pou-map-shell .pou-results-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 800;
  line-height: 1.25;
}

.sample2-page .icai-pou-map-shell .pou-count {
  flex: 0 0 auto;
  margin: 0;
  padding: 7px 10px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.sample2-page .icai-pou-map-shell .pou-list {
  display: grid;
  align-content: start;
  gap: 12px;
  max-height: 610px;
  padding: 18px;
  overflow: auto;
}

.sample2-page .icai-pou-map-shell .pou-hint {
  margin: 0;
  padding: 18px;
  color: var(--muted);
  background: #f8fbff;
  border: 1px dashed rgba(30, 68, 157, 0.28);
  border-radius: 8px;
  line-height: 1.65;
}

.sample2-page .icai-network-card {
  padding: 16px;
  background: #fbfcff;
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
}

.sample2-page .icai-network-card strong,
.sample2-page .icai-network-card span {
  display: block;
}

.sample2-page .icai-network-card strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.35;
}

.sample2-page .icai-network-card span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.5;
}

.sample2-page .icai-network-card .icai-network-chip {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.sample2-page .icai-network-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 4px 18px 18px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--navy);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.sample2-page .icai-network-link:hover,
.sample2-page .icai-network-link:focus {
  color: var(--navy);
  background: var(--gold);
}

@media (max-width: 991.98px) {
  .sample2-page .icai-pou-map-shell .pou-layout {
    grid-template-columns: 1fr;
  }

  .sample2-page .icai-pou-map-shell .map-panel,
  .sample2-page .icai-pou-map-shell .pou-panel {
    min-height: auto;
  }

  .sample2-page .icai-pou-map-shell .map-panel {
    min-height: 520px;
  }

  .sample2-page .icai-pou-map-shell .pou-list {
    max-height: none;
  }
}

@media (max-width: 575.98px) {
  .sample2-page .icai-pou-map-shell {
    padding: 12px;
  }

  .sample2-page .icai-pou-map-shell .map-panel {
    min-height: 430px;
    padding-top: 64px;
  }

  .sample2-page .icai-pou-map-shell .map-view-toggle {
    right: 12px;
    left: 12px;
    justify-content: center;
  }

  .sample2-page .icai-pou-map-shell .map-view-btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .sample2-page .icai-pou-map-shell .pou-results-head {
    flex-direction: column;
  }

  .sample2-page .icai-pou-map-shell .council-legend {
    position: static;
    margin-top: 12px;
    justify-content: flex-start;
  }
}

.sample2-page .icai-map-tip-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.sample2-page .icai-map-tip-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
}

.sample2-page .icai-map-tip-badge {
  margin-left: auto;
  padding: 3px 9px;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.14);
  border: 1px solid rgba(74, 222, 128, 0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sample2-page .icai-map-tip-badge.hq {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.14);
  border-color: rgba(56, 189, 248, 0.28);
}

.sample2-page .icai-map-tip-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 7px;
  color: #e2e8f0;
  font-size: 0.82rem;
}

.sample2-page .icai-map-tip-stat span:first-child {
  color: #a8b4c8;
}

.sample2-page .jvm-zoom-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  color: var(--navy) !important;
  background: #ffffff !important;
  border: 1px solid rgba(11, 21, 73, 0.14) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 18px rgba(11, 21, 73, 0.12) !important;
}

.eyebrow,
.section-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 13px;
  color: var(--red);
  background: var(--gold-soft);
  border: 1px solid rgba(215, 164, 71, 0.38);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 18px 0;
  font-size: clamp(2.35rem, 5.4vw, 4.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
}

.hero-content p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 800;
}

.btn-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
  background: #f0c264;
  border-color: #f0c264;
  color: var(--navy);
}

.btn-light {
  color: var(--navy);
}

.hero-card {
  display: grid;
  justify-items: center;
  padding: 28px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 14px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
  text-align: center;
}

.hero-card img {
  width: 148px;
  height: 148px;
  margin-bottom: 18px;
  object-fit: contain;
}

.hero-card i {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-size: 2rem;
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card strong {
  font-size: 1.1rem;
  font-weight: 800;
}

.hero-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.accent-card {
  align-self: end;
  margin-bottom: 38px;
}

.carousel-indicators {
  bottom: 14px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #ffffff;
  border: 2px solid rgba(11, 21, 73, 0.26);
  border-radius: 999px;
  opacity: 0.72;
}

.carousel-indicators .active {
  background-color: var(--gold);
  border-color: #ffffff;
  opacity: 1;
}

.portal-launcher-section {
  position: relative;
  z-index: 3;
  margin-top: 0px;
}

.portal-launcher {
  position: relative;
  overflow: visible;
  padding: 18px 0 22px;
}

.icai-service-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.icai-service-grid a {
  display: grid;
  grid-template-rows: 64px minmax(42px, auto);
  align-items: center;
  justify-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 138px;
  padding: 18px 12px 16px;
  color: #ffffff;
  background:
    linear-gradient(145deg, #0b8df0 0%, #0759a8 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(11, 21, 73, 0.16);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.icai-service-grid a::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 48%);
  content: "";
}

.icai-service-grid a:nth-child(2) {
  background: linear-gradient(145deg, #9449e8 0%, #6324b5 100%);
}

.icai-service-grid a:nth-child(3) {
  background: linear-gradient(145deg, #10a679 0%, #047245 100%);
}

.icai-service-grid a:nth-child(4) {
  background: linear-gradient(145deg, #ff5730 0%, #c93414 100%);
}

.icai-service-grid a:nth-child(5) {
  background: linear-gradient(145deg, #0b8df0 0%, #0759a8 100%);
}

.icai-service-grid a:nth-child(6) {
  background: linear-gradient(145deg, #9449e8 0%, #6324b5 100%);
}

.icai-service-grid a:nth-child(7) {
  background: linear-gradient(145deg, #10a679 0%, #047245 100%);
}

.icai-service-grid a:nth-child(8) {
  background: linear-gradient(145deg, #ff5730 0%, #c93414 100%);
}

.icai-service-grid img {
  position: relative;
  z-index: 1;
  display: block;
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  object-position: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.icai-service-grid span {
  position: relative;
  z-index: 1;
  align-self: start;
  margin-top: 10px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

.icai-service-grid a:hover,
.icai-service-grid a:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 42px rgba(11, 21, 73, 0.26);
  transform: translateY(-3px);
}

.icai-service-grid a:hover img,
.icai-service-grid a:focus img {
  transform: scale(1.04);
}

@media (max-width: 1199.98px) {
  .icai-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.content-section {
  padding: 86px 0;
}

.intro-section {
  background: linear-gradient(180deg, #f7faff, var(--soft));
}

.section-title {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(1.85rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.section-intro,
.metric-card span,
.president-card p {
  color: var(--muted);
  line-height: 1.75;
}

.section-center .section-intro {
  max-width: 720px;
  margin: 14px auto 0;
  font-weight: 500;
}

.section-center {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.metric-card {
  min-height: 100%;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(11, 21, 73, 0.07);
}

.metric-card {
  position: relative;
  overflow: hidden;
}

.metric-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 6px;
  background: var(--gold);
  content: "";
}

.metric-card.featured {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-color: transparent;
}

.metric-card i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 12px;
  font-size: 1.28rem;
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.18rem;
}

.metric-card.featured strong,
.metric-card.featured span {
  color: var(--white);
}

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

.intro-section .digital-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.digital-grid a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: flex-start;
  min-height: 156px;
  gap: 16px;
  padding: 22px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(11, 21, 73, 0.07);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.intro-section .digital-grid a {
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 174px;
  padding: 20px;
}

.digital-grid a::after {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 86px;
  height: 86px;
  background: rgba(215, 164, 71, 0.14);
  border-radius: 50%;
  content: "";
}

.digital-grid > a > i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(30, 68, 157, 0.18);
  font-size: 1.45rem;
}

.digital-grid span {
  position: relative;
  z-index: 1;
  display: block;
}

.digital-grid strong,
.digital-grid small,
.digital-grid em {
  display: block;
}

.digital-grid strong {
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.3;
}

.digital-grid small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.55;
}

.digital-grid em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  color: var(--blue);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.digital-grid em i {
  font-size: 0.92rem;
}

.digital-grid a:hover,
.digital-grid a:focus {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-3px);
}

.digital-grid a:hover > i,
.digital-grid a:focus > i {
  color: var(--navy);
  background: var(--gold);
}

.digital-grid a:hover strong,
.digital-grid a:focus strong,
.digital-grid a:hover small,
.digital-grid a:focus small,
.digital-grid a:hover em,
.digital-grid a:focus em {
  color: var(--white);
}

.announcement-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(23, 78, 166, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.announcement-section .row {
  align-items: flex-start;
}

.announcement-section .row > [class*="col-"] {
  display: flex;
}

.announcement-section .row > .col-lg-5 {
  flex: 0 0 auto;
}

.president-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  height: 286px;
  min-height: 286px;
  color: var(--white);
  background: linear-gradient(145deg, #ff5730 0%, #c93414 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(11, 21, 73, 0.18);
}

.president-photo {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(215, 164, 71, 0.26), transparent 36%),
    #eef3ff;
}

.president-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.president-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.president-label {
  display: inline-flex;
  padding: 7px 12px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.president-copy h3 {
  margin: 12px 0 8px;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.18;
}

.president-copy p {
  color: rgba(255, 255, 255, 0.78);
  display: -webkit-box;
  margin-bottom: 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.president-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.president-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.president-link:hover,
.president-link:focus {
  color: var(--gold);
}

.announcement-list {
  display: grid;
  gap: 14px;
}

.announcement-list a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 3px 16px;
  min-height: 116px;
  padding: 22px;
  color: var(--ink);
  background: #f8faff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
}

.announcement-list a:hover {
  border-left-color: var(--red);
  box-shadow: 0 18px 38px rgba(11, 21, 73, 0.1);
  transform: translateY(-2px);
}

.announcement-list i {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 14px;
  font-size: 1.3rem;
}

.announcement-list span {
  grid-area: title;
  color: var(--navy);
  font-size: 1rem;
}

.announcement-list small {
  grid-area: text;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.55;
}

.announcement-list time {
  display: inline-flex;
  width: fit-content;
  margin-top: 7px;
  padding: 3px 8px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
}

.home-update-accordion {
  display: grid;
  gap: 14px;
  width: 100%;
  height: 100%;
  align-content: start;
}

.home-update-card {
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(145deg, #0b8df0 0%, #0759a8 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(11, 21, 73, 0.14);
}

.home-update-card:nth-child(2) {
  background: linear-gradient(145deg, #9449e8 0%, #6324b5 100%);
}

.home-update-card:nth-child(3) {
  background: linear-gradient(145deg, #10a679 0%, #047245 100%);
}

.home-update-toggle {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 78px;
  padding: 16px 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-left: 0;
  text-align: left;
}

.home-update-toggle i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 1.25rem;
}

.home-update-toggle span {
  min-width: 0;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 900;
}

.home-update-toggle small {
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  white-space: nowrap;
}

.home-update-toggle:hover,
.home-update-toggle:focus {
  background: rgba(255, 255, 255, 0.14);
}

.home-update-list {
  display: grid;
  gap: 10px;
  padding: 15px 18px 18px 84px;
}

.home-update-list a,
.home-update-list p {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 13px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(11, 21, 73, 0.14);
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.home-update-list a:hover,
.home-update-list a:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 16px 28px rgba(11, 21, 73, 0.16);
  transform: translateY(-1px);
}

.home-update-list strong {
  color: #ffffff;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.45;
}

.home-update-read-more {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 2px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-update-read-more i {
  font-size: 1.05rem;
}

.home-update-list time {
  width: fit-content;
  padding: 4px 9px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.site-footer {
  padding: 54px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 164, 71, 0.22), transparent 28%),
    linear-gradient(135deg, #081038, #0d174a 58%, #081038);
}

.post-detail-page {
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 44%, #ffffff 100%);
}

.post-detail-hero {
  padding: clamp(2.5rem, 5vw, 4.75rem) 0 clamp(2rem, 4vw, 3.5rem);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 95, 0.96), rgba(23, 78, 166, 0.9)),
    url("../images/banner2.jpeg") center / cover;
}

.post-detail-hero .inside-breadcrumb,
.post-detail-hero .inside-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
}

.post-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-top: 24px;
}

.post-detail-hero h1 {
  max-width: 980px;
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
}

.post-detail-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  padding: 9px 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-weight: 800;
}

.post-detail-side {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.post-detail-side > i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--navy);
  background: #ffffff;
  border-radius: 50%;
  font-size: 1.6rem;
}

.post-detail-side strong {
  font-size: 1.15rem;
  font-weight: 900;
}

.post-detail-side span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.post-detail-side a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 11px 14px;
  color: var(--navy);
  background: #ffffff;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.post-detail-side a:hover,
.post-detail-side a:focus {
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.post-detail-section {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
}

.post-detail-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(7, 27, 95, 0.12);
}

.post-detail-card .dynamic-content-body {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.75;
}

.post-detail-card .dynamic-content-body a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .post-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .post-detail-hero h1 {
    font-size: 2rem;
  }
}

.footer-top {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: var(--white);
  border: 4px solid rgba(215, 164, 71, 0.42);
  border-radius: 50%;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: var(--white);
  font-size: 1.08rem;
  line-height: 1.35;
}

.footer-brand span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.footer-links-wrap {
  padding: 30px 0;
  text-align: center;
}

.footer-main-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0;
  color: var(--gold);
  background: transparent;
  border: 0;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-main-toggle i {
  transition: transform 180ms ease;
}

.footer-main-toggle[aria-expanded="false"] i {
  transform: rotate(-90deg);
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}

.footer-link-group {
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.footer-link-grid h3 {
  margin-bottom: 14px;
  padding-bottom: 14px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-link-grid a {
  position: relative;
  display: block;
  padding: 8px 0 8px 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.footer-link-grid a::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.footer-link-grid a:hover,
.footer-link-grid a:focus {
  color: var(--gold);
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 600;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
  color: var(--gold);
}

@media (min-width: 1200px) {
  .main-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .main-nav .navbar-collapse {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .main-nav .nav-link {
    padding: 10px 0;
  }

  .main-nav .nav-link.active::after {
    right: auto;
    bottom: 5px;
    left: 0;
    width: 42px;
  }

  .mega-menu {
    width: 100%;
    max-height: none;
    margin: 0;
    padding: 12px 0 10px;
    background: transparent;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .digital-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-section .digital-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 767.98px) {
  .utility-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 9px 0;
    gap: 8px;
  }

  .utility-social {
    width: 100%;
    flex-wrap: wrap;
  }

  .site-search {
    width: 100%;
    order: 3;
  }

  .utility-tools {
    order: 2;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .brand-lockup {
    max-width: calc(100% - 54px);
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .brand-text strong {
    font-size: 0.86rem;
  }

  .brand-text small {
    font-size: 0.7rem;
  }

  .mega-grid,
  .digital-grid {
    grid-template-columns: 1fr;
  }

  .intro-section .digital-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-launcher-section {
    margin-top: 0;
  }

  .icai-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .icai-service-grid a {
    min-height: 126px;
    font-size: 0.9rem;
  }

  .icai-service-grid img {
    max-width: 68px;
    max-height: 58px;
  }

  .content-section {
    padding: 58px 0;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .president-card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .president-photo {
    min-height: 320px;
  }

  .home-update-list {
    padding: 15px 14px 14px;
  }

  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-actions .btn {
    width: 100%;
  }

  .announcement-list a,
  .mega-grid a {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "text";
  }
}

.cms-login-page,
.cms-dashboard-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(215, 164, 71, 0.24), transparent 28%),
    linear-gradient(135deg, #f7faff, #eaf2ff);
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  min-height: 100vh;
}

.login-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 5rem);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(11, 21, 73, 0.94), rgba(30, 68, 157, 0.88)),
    url("../images/banner1.png") center / cover;
}

.login-brand,
.cms-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.login-brand img,
.cms-logo img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 50%;
}

.login-brand strong,
.login-brand span,
.cms-logo strong,
.cms-logo small {
  display: block;
}

.login-brand strong,
.cms-logo strong {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
}

.login-brand span,
.cms-logo small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.login-hero-copy {
  max-width: 720px;
}

.login-hero-copy span {
  display: inline-flex;
  padding: 8px 13px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.login-hero-copy h1 {
  margin: 22px 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 1.05;
}

.login-hero-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.8;
}

.login-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.login-feature-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  font-weight: 700;
}

.login-feature-grid i {
  color: var(--gold);
  font-size: 1.3rem;
}

.login-card {
  align-self: center;
  width: min(100% - 48px, 500px);
  margin: 0 auto;
  padding: 34px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(11, 21, 73, 0.16);
}

.login-card-head h2 {
  margin: 14px 0 8px;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 800;
}

.login-card-head p,
.login-note {
  color: var(--muted);
}

.form-field {
  margin-top: 20px;
}

.form-field label {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
}

.input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 14px;
  background: #f7faff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.input-wrap i {
  color: var(--blue);
}

.input-wrap input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 600;
}

.login-options {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0 22px;
  font-size: 0.86rem;
  font-weight: 700;
}

.login-options a {
  color: var(--blue);
  text-decoration: none;
}

.login-btn {
  width: 100%;
  min-height: 50px;
}

.login-note {
  display: flex;
  gap: 9px;
  margin-top: 20px;
  padding: 12px;
  background: #f8faff;
  border-radius: 12px;
  font-size: 0.82rem;
  line-height: 1.5;
}

.login-v2 {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(1rem, 3vw, 3rem);
  background:
    linear-gradient(135deg, rgba(11, 21, 73, 0.88), rgba(30, 68, 157, 0.78)),
    url("../images/banner2.jpeg") center / cover fixed;
}

.login-v2-shell {
  width: min(100%, 1120px);
}

.login-v2-card {
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 30px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.login-v2-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.login-v2-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.login-v2-brand strong,
.login-v2-brand span {
  display: block;
}

.login-v2-brand strong {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.login-v2-brand span {
  margin-top: 3px;
  color: var(--red);
  font-weight: 700;
}

.login-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding-top: 30px;
}

.login-v2-copy h1 {
  margin: 18px 0 14px;
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.05;
}

.login-v2-copy p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.8;
}

.secure-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.secure-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  font-weight: 800;
}

.secure-list i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
}

.login-v2-form {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(11, 21, 73, 0.98), rgba(30, 68, 157, 0.94)),
    var(--navy);
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(11, 21, 73, 0.22);
}

.form-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.form-title > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 16px;
  font-size: 1.35rem;
}

.form-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 800;
}

.form-title p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.login-v2-form .form-field label,
.login-v2-form .login-options,
.login-v2-form .login-options a {
  color: rgba(255, 255, 255, 0.88);
}

.login-v2-form .input-wrap {
  background: rgba(255, 255, 255, 0.96);
}

.login-v2-form .login-options a:hover {
  color: var(--gold);
}

.login-v3 {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(1rem, 2.8vw, 3rem);
  background:
    linear-gradient(90deg, rgba(11, 21, 73, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 21, 73, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #f3f7ff 0%, #ffffff 46%, #fff7e8 100%);
  background-size: 36px 36px, 36px 36px, auto;
}

.login-v3-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.72fr);
  width: min(100%, 1180px);
  min-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(11, 21, 73, 0.18);
}

.login-v3-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 620px;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(11, 21, 73, 0.94), rgba(10, 35, 112, 0.92)),
    url("../images/banner1.png") center / cover;
}

.login-v3-panel::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(215, 164, 71, 0.24);
  border-radius: 50%;
  content: "";
}

.login-v3-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.login-v3-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  padding: 6px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.login-v3-brand strong,
.login-v3-brand span {
  display: block;
}

.login-v3-brand strong {
  max-width: 480px;
  color: #ffffff;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
}

.login-v3-brand span {
  margin-top: 5px;
  color: var(--gold);
  font-weight: 700;
}

.login-v3-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 4rem 0;
}

.portal-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.login-v3-copy h1 {
  margin: 24px 0 18px;
  color: #ffffff;
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
  font-weight: 800;
  line-height: 1.03;
}

.login-v3-copy p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.85;
}

.login-v3-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.login-v3-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  backdrop-filter: blur(12px);
}

.login-v3-stats i,
.login-v3-stats strong,
.login-v3-stats span {
  display: block;
}

.login-v3-stats i {
  color: var(--gold);
  font-size: 1.35rem;
}

.login-v3-stats strong {
  margin-top: 12px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
}

.login-v3-stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
}

.login-v3-console {
  align-self: center;
  width: min(100% - 56px, 460px);
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  background: #ffffff;
  border: 1px solid rgba(11, 21, 73, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(11, 21, 73, 0.12);
}

.console-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 22px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}

.console-header > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 18px;
  font-size: 1.45rem;
}

.console-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.75rem;
  font-weight: 800;
}

.console-header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.login-v3-form .input-wrap {
  height: 56px;
  background: #ffffff;
  border-color: rgba(11, 21, 73, 0.16);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(11, 21, 73, 0.06);
}

.login-v3-form .input-wrap:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(30, 68, 157, 0.12);
}

.login-v3-form .login-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--red), var(--navy));
  font-weight: 800;
}

.login-v3-form .login-btn i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
}

.login-v3-help {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  padding: 14px;
  color: var(--muted);
  background: #f8faff;
  border: 1px dashed rgba(30, 68, 157, 0.22);
  border-radius: 16px;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.55;
}

.login-v3-help i {
  color: var(--blue);
}

.cms-dashboard-page {
  display: block;
}

.cms-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px 18px;
  background:
    radial-gradient(circle at 25% 0%, rgba(215, 164, 71, 0.18), transparent 28%),
    var(--navy);
}

.cms-logo {
  padding: 0;
  color: var(--navy);
  text-decoration: none;
}

.cms-logo img {
  width: 54px;
  height: 54px;
}

.cms-header-brand .cms-logo strong {
  color: var(--navy);
}

.cms-header-brand .cms-logo small {
  color: var(--red);
}

.cms-menu {
  display: grid;
  gap: 8px;
}

.cms-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.cms-menu a:hover,
.cms-menu a.active {
  color: var(--navy);
  background: var(--gold);
}

.cms-main {
  min-width: 0;
}

.cms-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(1.25rem, 3vw, 3rem);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(11, 21, 73, 0.1);
  box-shadow: 0 14px 32px rgba(11, 21, 73, 0.08);
  backdrop-filter: blur(16px);
}

.cms-kicker {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cms-topbar h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: 1.55rem;
  font-weight: 800;
}

.cms-page-title {
  padding: 4px 0;
}

.cms-page-title h1 {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 800;
}

.cms-mega-nav .navbar-nav {
  width: 100%;
  gap: 8px;
  justify-content: center;
}

.cms-menu-bar {
  position: sticky;
  top: 91px;
  z-index: 19;
  min-height: 68px;
  padding: 8px 0;
  background:
    linear-gradient(135deg, rgba(11, 21, 73, 0.98), rgba(30, 68, 157, 0.94)),
    var(--navy);
  box-shadow: 0 16px 34px rgba(11, 21, 73, 0.16);
}

.cms-menu-bar .container-fluid {
  justify-content: center;
}

.cms-menu-bar .nav-item {
  position: static;
}

.cms-mega-nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
}

.cms-menu-bar .nav-link {
  min-height: 48px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid transparent;
  border-radius: 999px;
}

.cms-menu-bar .nav-link i {
  color: var(--gold);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.cms-menu-bar .nav-link:hover,
.cms-menu-bar .nav-link.active,
.cms-menu-bar .show > .nav-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.cms-menu-bar .dropdown-menu.cms-dropdown {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: min(76vh, 720px);
  overflow-y: auto;
  padding: 22px max(24px, calc((100vw - 1320px) / 2 + 12px));
  border: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 22px 48px rgba(11, 21, 73, 0.16);
}

.cms-nav-panel {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-top: 1px solid rgba(215, 164, 71, 0.3) !important;
}

.cms-dropdown > a {
  display: inline-grid;
  width: calc(33.333% - 12px);
  min-height: 96px;
  margin: 6px;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  padding: 16px;
  color: var(--navy);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(11, 21, 73, 0.06);
}

.cms-dropdown > a:hover,
.cms-dropdown > a.active {
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--navy), var(--blue));
  border-color: transparent;
  transform: translateY(-2px);
}

.cms-dropdown > a > i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 8px;
  font-size: 1.15rem;
}

.cms-dropdown strong,
.cms-dropdown small {
  display: block;
}

.cms-dropdown strong {
  font-size: 0.95rem;
}

.cms-dropdown small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.45;
}

.cms-dropdown > a:hover > i,
.cms-dropdown > a.active > i {
  color: var(--navy);
  background: var(--gold);
}

.cms-dropdown > a:hover small,
.cms-dropdown > a.active small {
  color: rgba(255, 255, 255, 0.76);
}

.cms-userbar,
.cms-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cms-user {
  padding: 8px 12px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.cms-user i {
  color: var(--blue);
  font-size: 1.6rem;
}

.cms-user strong,
.cms-user small {
  display: block;
  line-height: 1.2;
}

.cms-user strong {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
}

.cms-user small {
  color: var(--muted);
  font-size: 0.72rem;
}

.logout-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  color: #ffffff;
  background: var(--red);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.cms-content {
  display: grid;
  gap: 24px;
  padding: 28px clamp(1.25rem, 3vw, 3rem) 42px;
}

.cms-welcome,
.cms-card,
.summary-grid article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 21, 73, 0.1);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(11, 21, 73, 0.08);
}

.cms-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
}

.cms-welcome h2,
.cms-card h2 {
  margin: 5px 0 0;
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 800;
}

.cms-welcome p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.summary-grid article {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.summary-grid article::after {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 82px;
  height: 82px;
  background: rgba(215, 164, 71, 0.16);
  border-radius: 50%;
  content: "";
}

.summary-grid i {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(7, 27, 95, 0.18);
  font-size: 1.75rem;
}

.summary-grid span,
.summary-grid strong,
.summary-grid small {
  display: block;
}

.summary-grid span {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.summary-grid strong {
  margin-top: 4px;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 800;
}

.summary-grid small {
  color: var(--muted);
  font-weight: 600;
}

.cms-summary-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 13px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border: 1px solid rgba(214, 163, 49, 0.28);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(7, 27, 95, 0.14);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.cms-summary-btn i {
  width: auto;
  height: auto;
  color: var(--gold);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
}

.cms-summary-btn:hover,
.cms-summary-btn:focus {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.cms-summary-btn:hover i,
.cms-summary-btn:focus i {
  color: var(--navy);
}

.cms-card {
  padding: 24px;
}

.cms-card .cke {
  overflow: hidden;
  border: 1px solid rgba(11, 21, 73, 0.14) !important;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(11, 21, 73, 0.08);
}

.cms-card .cke_top {
  background: #f8faff !important;
  border-bottom-color: var(--line) !important;
}

.cms-card .cke_bottom {
  background: #ffffff !important;
  border-top-color: var(--line) !important;
}

.cms-image-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cms-image-preview img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #ffffff;
  border: 1px solid rgba(11, 21, 73, 0.12);
  border-radius: 8px;
}

.cms-image-preview span {
  min-width: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cms-table-wrap {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(11, 21, 73, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(11, 21, 73, 0.08);
}

.cms-data-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.cms-data-table thead th {
  padding: 16px 18px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, var(--navy), var(--blue));
  border: 0;
  border-bottom: 3px solid var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.cms-data-table thead i {
  margin-right: 7px;
  color: var(--gold);
}

.cms-data-table tbody td {
  padding: 16px 18px;
  background: #ffffff;
  border-top: 1px solid rgba(23, 78, 166, 0.1);
  border-right: 1px solid rgba(23, 78, 166, 0.08);
  vertical-align: middle;
}

.cms-data-table tbody td:last-child {
  border-right: 0;
}

.cms-data-table tbody tr:nth-child(even) td {
  background: #f8faff;
}

.cms-data-table tbody tr:hover td {
  background: linear-gradient(90deg, #fff8e6, #ffffff 60%);
  box-shadow: inset 4px 0 0 var(--gold);
}

.cms-id-badge,
.cms-date-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.cms-id-badge {
  color: var(--navy);
  background: var(--gold-soft);
  border: 1px solid rgba(214, 163, 49, 0.34);
}

.cms-date-pill {
  color: var(--blue);
  background: var(--blue-soft);
  border: 1px solid rgba(23, 78, 166, 0.16);
}

.cms-table-title {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.cms-table-title span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(214, 163, 49, 0.92), rgba(214, 163, 49, 0.2)),
    linear-gradient(135deg, var(--blue), var(--navy));
  border: 1px solid rgba(214, 163, 49, 0.32);
  box-shadow: 0 10px 22px rgba(7, 27, 95, 0.14);
  border-radius: 8px;
}

.cms-table-title strong {
  color: var(--navy);
  font-size: 0.94rem;
  line-height: 1.45;
}

.cms-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  font-weight: 800;
}

.cms-pagination {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
}

.cms-pagination .pagination {
  gap: 6px;
  margin-bottom: 0;
}

.cms-pagination .page-link {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  border-color: rgba(23, 78, 166, 0.16);
  border-radius: 8px !important;
  font-weight: 800;
}

.cms-pagination .page-item.active .page-link {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}

.cms-pagination .page-item.disabled .page-link {
  color: #9aa6bb;
  background: #f8faff;
}

.cms-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.cms-card-head > i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 13px;
  font-size: 1.25rem;
}

.bar-chart {
  display: flex;
  align-items: end;
  height: 280px;
  gap: 16px;
  padding: 18px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.bar-chart div {
  position: relative;
  flex: 1;
  height: var(--value);
  min-height: 44px;
  background: linear-gradient(180deg, var(--gold), var(--blue));
  border-radius: 12px 12px 6px 6px;
}

.bar-chart span {
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.donut-wrap {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.donut-chart {
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  background: conic-gradient(var(--blue) 0 72%, var(--gold) 72% 86%, #dce4f0 86% 100%);
  border-radius: 50%;
}

.donut-chart::before {
  position: absolute;
  width: 122px;
  height: 122px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.donut-chart span {
  position: relative;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 800;
}

.donut-wrap ul {
  display: grid;
  width: 100%;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.donut-wrap li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-weight: 700;
}

.donut-wrap li i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.donut-wrap .published {
  background: var(--blue);
}

.donut-wrap .review {
  background: var(--gold);
}

.donut-wrap .draft {
  background: #dce4f0;
}

.module-list,
.activity-list {
  display: grid;
  gap: 12px;
}

.module-list a,
.activity-list div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 2px 12px;
  min-height: 76px;
  padding: 14px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
}

.module-list a:hover {
  background: var(--navy);
  transform: translateY(-2px);
}

.module-list i,
.activity-list i {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 12px;
}

.module-list span,
.activity-list span {
  grid-area: title;
  color: var(--navy);
  font-weight: 800;
}

.module-list small,
.activity-list small {
  grid-area: text;
  color: var(--muted);
  font-weight: 600;
}

.module-list a:hover span,
.module-list a:hover small {
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cms-topbar {
    grid-template-columns: 1fr;
  }

  .cms-menu-bar {
    top: 0;
  }

  .cms-dropdown {
    width: 100%;
    min-width: 0;
    padding: 10px 0;
    background: transparent;
    box-shadow: none;
  }

  .cms-dropdown a {
    display: grid;
    width: 100%;
    margin: 6px 0;
  }

  .cms-userbar {
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .login-shell,
  .cms-dashboard-page {
    display: block;
  }

  .login-hero-panel {
    min-height: 520px;
  }

  .login-v2-grid {
    grid-template-columns: 1fr;
  }

  .login-v3 {
    display: block;
    padding: 18px;
  }

  .login-v3-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .login-v3-panel {
    min-height: 0;
  }

  .login-v3-copy {
    padding: 3rem 0;
  }

  .login-v3-console {
    width: min(100% - 32px, 520px);
    margin: -28px auto 24px;
  }
}

@media (max-width: 767.98px) {
  .login-shell {
    display: block;
  }

  .login-card {
    width: min(100% - 28px, 500px);
    margin: -54px auto 28px;
  }

  .login-feature-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .login-v3-panel {
    padding: 24px;
  }

  .login-v3-brand {
    align-items: flex-start;
  }

  .login-v3-brand img {
    width: 62px;
    height: 62px;
  }

  .login-v3-copy {
    padding: 1.75rem 0;
  }

  .login-v3-copy h1 {
    margin: 18px 0 12px;
    font-size: 1.9rem;
  }

  .login-v3-copy p {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .login-v3-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .login-v3-stats div {
    padding: 10px 8px;
    border-radius: 12px;
  }

  .login-v3-stats i {
    font-size: 1rem;
  }

  .login-v3-stats strong {
    margin-top: 6px;
    font-size: 1.05rem;
  }

  .login-v3-stats span {
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .login-v3-console {
    width: calc(100% - 24px);
    padding: 22px;
  }

  .cms-welcome,
  .cms-userbar,
  .login-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .bar-chart {
    gap: 8px;
    height: 230px;
  }
}

.dynamic-content-section {
  background: #ffffff;
}

.dynamic-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dynamic-content-card,
.dynamic-content-detail {
  border: 1px solid rgba(7, 27, 95, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(11, 21, 73, 0.08);
}

.dynamic-content-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 250px;
  padding: 22px;
}

.dynamic-content-card span,
.dynamic-content-date {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dynamic-content-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.35;
}

.dynamic-content-card small {
  color: var(--muted);
  font-weight: 700;
}

.dynamic-content-card div,
.dynamic-content-body {
  color: var(--muted);
  line-height: 1.75;
}

.dynamic-content-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.dynamic-content-detail {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
}

.dynamic-content-detail .section-title {
  text-align: left;
}

.dynamic-content-body {
  margin-top: 22px;
}

.inside-header {
  position: relative;
}

.inside-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 800;
}

.inside-page {
  min-height: 70vh;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

.inside-page-about {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f3f7fc 0%, #ffffff 44%),
    #ffffff;
}

.committee-page {
  overflow: hidden;
  min-height: 70vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(214, 163, 49, 0.16), transparent 28%),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 420px),
    #ffffff;
}

.committee-page-title {
  position: relative;
  overflow: hidden;
  padding: clamp(2.25rem, 4.8vw, 4.8rem) 0 clamp(3rem, 5vw, 5.3rem);
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(7, 27, 95, 0.98), rgba(23, 78, 166, 0.93) 58%, rgba(15, 138, 114, 0.86)),
    var(--navy);
  border-bottom: 5px solid var(--gold);
}

.committee-page-title::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.18;
}

.committee-page-title::after {
  position: absolute;
  right: max(24px, 7vw);
  bottom: -88px;
  width: 260px;
  height: 260px;
  pointer-events: none;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.committee-page-title .inside-breadcrumb {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.committee-page-title .inside-breadcrumb a {
  color: #ffd779;
}

.committee-page-title h1 {
  position: relative;
  z-index: 1;
  margin: 8px 0 12px;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4.85rem);
  font-weight: 900;
  line-height: 1.06;
}

.committee-page-title p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.72;
}

.committee-page-title .section-label {
  position: relative;
  z-index: 1;
  color: #ffd779;
}

.committee-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.committee-hero-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(7, 27, 95, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.committee-hero-card::before,
.committee-hero-card::after {
  position: absolute;
  content: "";
}

.committee-hero-card::before {
  inset: 0;
  background:
    linear-gradient(90deg, var(--gold), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 42%);
  opacity: 0.35;
}

.committee-hero-card::after {
  right: -22px;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.08);
  font-family: "bootstrap-icons";
  font-size: 6rem;
  content: "\F2E8";
}

.committee-hero-card-top,
.committee-hero-card-count,
.committee-hero-card-meta {
  position: relative;
  z-index: 1;
}

.committee-hero-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.committee-hero-card-top i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  font-size: 1.45rem;
}

.committee-hero-card-top span {
  display: block;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.committee-hero-card-count {
  margin-top: 22px;
}

.committee-hero-card strong {
  display: block;
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 4.35rem);
  font-weight: 900;
  line-height: 1;
}

.committee-hero-card-count small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.committee-hero-card-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.committee-hero-card-meta span {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.committee-hero-card-meta b {
  color: #ffd779;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.committee-hero-contact {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.committee-hero-contact strong {
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.25;
}

.committee-hero-contact p,
.committee-hero-contact a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.committee-hero-contact a {
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: var(--gold);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}

.committee-hero-contact a:hover,
.committee-hero-contact a:focus {
  color: var(--navy);
  background: #ffffff;
}

.committee-hero-contact i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #ffd779;
}

.committee-hero-contact a i {
  margin-top: 0;
  color: inherit;
}

.committee-directory-section {
  margin-top: -42px;
  padding: 0 0 48px;
}

.committee-directory-layout {
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.committee-directory-layout.is-single {
  grid-template-columns: 1fr;
}

.committee-directory-layout.is-single .committee-directory-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

.committee-directory-nav,
.committee-directory-content {
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 21, 73, 0.1);
}

.committee-directory-nav {
  z-index: 2;
  position: sticky;
  top: 132px;
  overflow: hidden;
  border-top: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.committee-nav-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 95, 0.98), rgba(23, 78, 166, 0.95)),
    var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.committee-nav-title {
  min-width: 0;
}

.committee-nav-title span {
  display: block;
  color: #ffd779;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.committee-nav-title strong {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.committee-nav-group + .committee-nav-group {
  margin-top: 10px;
}

.committee-nav-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 12px;
  padding: 13px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.96)),
    #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(11, 21, 73, 0.06);
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.committee-nav-panel {
  display: grid;
  gap: 0;
  padding: 12px 0;
}

.committee-nav-heading i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 8px;
  font-size: 1.15rem;
}

.committee-nav-heading span {
  min-width: 0;
  font-size: 0.95rem;
  line-height: 1.25;
}

.committee-nav-heading small {
  padding: 5px 8px;
  color: var(--red);
  background: #fff3e8;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.committee-nav-heading:hover,
.committee-nav-heading:focus {
  color: var(--navy);
  border-color: rgba(210, 167, 61, 0.55);
  box-shadow: 0 16px 30px rgba(11, 21, 73, 0.12);
  transform: translateY(-2px);
}

.committee-nav-heading:hover i,
.committee-nav-heading:focus i {
  color: var(--navy);
  background: var(--gold);
}

.committee-nav-links {
  display: grid;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
}

.committee-nav-links a {
  position: relative;
  padding: 11px 16px 11px 30px;
  color: var(--ink);
  border-top: 1px solid #edf2f8;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.committee-nav-links a::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.committee-nav-links a:hover,
.committee-nav-links a:focus {
  color: var(--navy);
  background: #fff8e8;
  box-shadow: inset 4px 0 0 var(--gold);
}

.committee-directory-content {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 3vw, 34px);
  border-top: 0;
}

.committee-directory-content::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--blue), #0f8a72);
  border-radius: 8px 8px 0 0;
}

.committee-content-head {
  padding: clamp(18px, 2.6vw, 28px);
  background:
    linear-gradient(135deg, rgba(23, 78, 166, 0.08), rgba(214, 163, 49, 0.13)),
    #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.1);
  border-radius: 8px;
}

.committee-content-head h2 {
  margin: 6px 0 8px;
  color: var(--navy);
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  font-weight: 900;
  line-height: 1.15;
}

.committee-content-head p {
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.committee-message-block {
  margin-top: 18px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(11, 21, 73, 0.06);
}

.committee-subsection-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 4px;
}

.committee-subsection-head span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.committee-subsection-head h3 {
  margin: 5px 0 0;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 900;
}

.committee-message-block h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.16rem;
  font-weight: 900;
}

.active-committee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.active-committee-grid a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 15px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(11, 21, 73, 0.06);
  text-decoration: none;
}

.active-committee-grid a::after {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: rgba(23, 78, 166, 0.08);
  font-family: "bootstrap-icons";
  font-size: 2.5rem;
  content: "\F285";
}

.active-committee-grid a:hover,
.active-committee-grid a:focus {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
  border-left-color: var(--gold);
  transform: translateY(-2px);
}

.active-committee-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--blue);
  background: #eef4ff;
  border-radius: 8px;
}

.active-committee-grid a:hover i,
.active-committee-grid a:focus i {
  color: var(--navy);
  background: var(--gold);
}

.active-committee-grid span {
  font-weight: 900;
  line-height: 1.35;
}

.inside-hero {
  padding: clamp(2.15rem, 4.5vw, 4.3rem) 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 95, 0.96), rgba(23, 78, 166, 0.9) 62%, rgba(15, 138, 114, 0.82)),
    var(--navy);
}

.inside-page-about .inside-hero {
  position: relative;
  padding: clamp(2.4rem, 5vw, 5.2rem) 0 clamp(2.75rem, 5vw, 5.6rem);
  background:
    linear-gradient(115deg, rgba(5, 16, 61, 0.98) 0%, rgba(18, 67, 153, 0.94) 54%, rgba(11, 119, 112, 0.9) 100%),
    var(--navy);
  border-bottom: 5px solid var(--gold);
}

.inside-page-about .inside-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 82%, transparent);
  opacity: 0.22;
}

.inside-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.inside-page-about .inside-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
}

.inside-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
}

.inside-breadcrumb a {
  color: #ffd779;
  text-decoration: none;
}

.inside-hero .section-label {
  color: #ffd779;
}

.inside-hero h1 {
  max-width: 880px;
  margin: 8px 0 12px;
  font-size: clamp(1.95rem, 4.15vw, 3.6rem);
  font-weight: 900;
  line-height: 1.08;
}

.inside-page-about .inside-hero h1 {
  max-width: 980px;
  font-size: clamp(2.4rem, 5.6vw, 5.15rem);
  letter-spacing: 0;
}

.inside-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

.inside-page-about .inside-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-hero-actions span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.about-hero-actions i {
  color: var(--gold);
  font-size: 1rem;
}

.inside-hero-mark {
  display: grid;
  place-items: center;
  width: 162px;
  height: 162px;
  color: var(--navy);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.inside-page-about .inside-hero-mark {
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 340px);
  height: auto;
  min-height: 240px;
  padding: 28px;
  color: var(--navy);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.inside-page-about .inside-hero-mark img {
  width: min(152px, 70%);
  height: auto;
  object-fit: contain;
}

.inside-page-about .inside-hero-mark span {
  margin-top: 16px;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 900;
}

.inside-hero-mark i {
  font-size: 4.15rem;
}

.inside-content-section {
  padding: clamp(1.5rem, 4vw, 3.5rem) 0;
}

.inside-page-about .inside-content-section {
  margin-top: -34px;
  padding: 0 0 clamp(2.5rem, 5vw, 5rem);
}

.inside-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: start;
}

.inside-page-about .inside-layout {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: 22px;
}

.inside-main,
.inside-sidebar {
  background: #ffffff;
  border: 1px solid rgba(7, 27, 95, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(11, 21, 73, 0.08);
}

.inside-main {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.4rem);
}

.inside-page:not(.inside-page-about) .inside-main::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--blue), #0f8a72);
}

.inside-page-about .inside-main {
  padding: clamp(1.25rem, 2.6vw, 2rem);
  border-color: rgba(23, 78, 166, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(11, 21, 73, 0.13);
}

.inside-main-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.inside-page:not(.inside-page-about) .inside-main-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 27, 95, 0.1);
}

.inside-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inside-main h2,
.inside-sidebar h2 {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.inside-main h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.inside-main > p {
  max-width: 880px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.inside-main-head p {
  max-width: 880px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.about-content-meter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  color: #084f48;
  background: #e9f8f5;
  border: 1px solid rgba(15, 138, 114, 0.18);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.about-content-meter i {
  color: #0f8a72;
  font-size: 1.1rem;
}


.inside-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.inside-highlight {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 20px;
  background: #f7faff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
}

.inside-highlight::after {
  position: absolute;
  right: -18px;
  bottom: -22px;
  color: rgba(23, 78, 166, 0.06);
  font-family: "bootstrap-icons";
  font-size: 4rem;
  content: "\F26E";
}

.inside-highlight:nth-child(2) {
  border-top-color: #0f8a72;
}

.inside-highlight:nth-child(3) {
  border-top-color: var(--gold);
}

.inside-highlight:nth-child(4) {
  border-top-color: #b4454b;
}

.inside-highlight i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  color: var(--blue);
  background: #eef4ff;
  border-radius: 8px;
  font-size: 1.25rem;
}

.inside-highlight h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
}

.inside-highlight p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.overview-db-content {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.inside-page-about .overview-db-content {
  gap: 22px;
  margin-top: 24px;
}

.overview-content-block {
  padding: clamp(18px, 3vw, 28px);
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(11, 21, 73, 0.07);
}

.inside-page-about .overview-content-block {
  overflow: hidden;
  padding: clamp(1.15rem, 2.8vw, 2rem);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: rgba(23, 78, 166, 0.11);
  border-top: 0;
  border-radius: 8px;
  box-shadow: none;
}

.overview-content-block h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 900;
}

.inside-page-about .overview-content-block h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(7, 27, 95, 0.1);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
}

.inside-page-about .overview-content-block h3::before {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), #0f8a72);
  border-radius: 8px;
  font-family: "bootstrap-icons";
  font-size: 1.15rem;
  content: "\F1DD";
}

.overview-content-body {
  color: #4c5870;
  font-size: 1rem;
  line-height: 1.78;
}

.inside-page-about .overview-content-body {
  color: #37465f;
  font-size: 1.02rem;
}

.overview-content-body h1,
.overview-content-body h2,
.overview-content-body h3,
.overview-content-body h4 {
  color: var(--navy);
  font-weight: 900;
}

.overview-content-body table {
  width: 100% !important;
  margin: 16px 0;
  border-collapse: collapse;
}

.inside-page-about .overview-content-body table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.inside-page-about .overview-content-body table table {
  margin-top: 18px;
  background: #f7fbff;
  border: 1px solid rgba(23, 78, 166, 0.1);
  border-radius: 8px;
}

.overview-content-body td,
.overview-content-body th {
  padding: 10px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.inside-page-about .overview-content-body td,
.inside-page-about .overview-content-body th {
  padding: clamp(12px, 2vw, 18px);
  border-color: rgba(23, 78, 166, 0.1);
}

.inside-page-about .overview-content-body > table > tbody > tr > td {
  border: 0;
}

.inside-page-about .overview-content-body p {
  margin-bottom: 0;
  text-align: left !important;
}

.inside-page-about .overview-content-body p + p {
  margin-top: 14px;
}

.inside-page-about .overview-content-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 0;
  list-style: none !important;
}

.inside-page-about .overview-content-body li {
  position: relative;
  padding: 11px 12px 11px 40px;
  color: #25344f;
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.09);
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 8px 18px rgba(11, 21, 73, 0.04);
}

.inside-page-about .overview-content-body li::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  font-family: "bootstrap-icons";
  font-size: 0.78rem;
  content: "\F26E";
}

.overview-content-body a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.inside-page-about .overview-content-body a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 11px;
  color: var(--navy) !important;
  background: #eef4ff;
  border: 1px solid rgba(23, 78, 166, 0.14);
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none !important;
}

.inside-page-about .overview-content-body a:hover,
.inside-page-about .overview-content-body a:focus {
  color: #ffffff !important;
  background: var(--navy);
  border-color: var(--navy);
}

.overview-content-body a:hover,
.overview-content-body a:focus {
  color: var(--red);
  text-decoration: underline;
}

.overview-content-body img {
  max-width: 100%;
  height: auto;
}

.inside-page-about .overview-content-body img {
  max-width: min(260px, 86%);
  margin: 6px auto 14px;
  filter: drop-shadow(0 16px 22px rgba(11, 21, 73, 0.12));
}

.council-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(214, 163, 49, 0.16), transparent 25%),
    linear-gradient(180deg, #f6f8fc 0%, #ffffff 58%);
}

.council-hero {
  padding: clamp(2rem, 4.6vw, 4.5rem) 0;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(8, 16, 56, 0.95), rgba(25, 61, 143, 0.9)),
    linear-gradient(135deg, #081038 0%, #193d8f 58%, #8a3349 100%);
}

.council-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3rem);
}

.council-hero .section-label {
  color: #ffd779;
  background: rgba(214, 163, 49, 0.14);
  border-color: rgba(214, 163, 49, 0.28);
}

.council-hero h1 {
  max-width: 860px;
  margin: 14px 0 12px;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  font-weight: 900;
  line-height: 1.02;
}

.council-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.75;
}

.council-hero-card {
  display: grid;
  align-content: center;
  min-height: 240px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.council-hero-card i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 16px;
  font-size: 1.55rem;
}

.council-hero-card span,
.council-hero-card small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.council-hero-card strong {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}

.council-content-section {
  padding: clamp(1.5rem, 4vw, 3.75rem) 0;
}

.council-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.council-section-head h2 {
  margin: 10px 0 8px;
  color: var(--navy);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 900;
}

.council-section-head p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.council-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  color: #ffffff;
  background: var(--navy);
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.council-region {
  margin-top: 24px;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 27, 95, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(11, 21, 73, 0.08);
}

.council-region-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.council-region-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 900;
}

.council-region-head span {
  padding: 7px 11px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.council-member-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.council-member-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  min-height: 160px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid rgba(23, 78, 166, 0.1);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(11, 21, 73, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.council-member-card:hover {
  box-shadow: 0 24px 44px rgba(11, 21, 73, 0.12);
  transform: translateY(-3px);
}

.council-photo {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 96px;
  height: 118px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 14px;
}

.council-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.council-photo > i {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
}

.council-photo img + i {
  display: none;
}

.council-photo.is-fallback > i {
  display: block;
}

.council-member-copy {
  min-width: 0;
}

.council-rank {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  color: #8a4b00;
  background: var(--gold-soft);
  border: 1px solid rgba(214, 163, 49, 0.26);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.council-member-copy h4 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.council-member-copy a,
.council-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.council-contact {
  padding: 8px 10px;
  color: #32425f;
  background: #eef4ff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 10px;
  font-size: 0.78rem;
  line-height: 1.45;
  max-width: 100%;
  white-space: normal;
}

.council-contact i {
  flex: 0 0 auto;
}

.council-contact span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.council-member-copy p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.council-archive {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding-top: clamp(1.25rem, 3vw, 2rem);
  border-top: 1px solid rgba(7, 27, 95, 0.12);
}

.council-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
}

.council-archive-card,
.council-empty {
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 95, 0.1);
  border-left: 5px solid var(--gold);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(11, 21, 73, 0.07);
}

.council-archive-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.council-archive-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.06rem;
  font-weight: 900;
}

.council-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  border-left-color: var(--blue);
}

.council-empty i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 12px;
}

.network-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 2%, rgba(214, 163, 49, 0.16), transparent 28%),
    linear-gradient(180deg, #f4f8fc 0%, #ffffff 62%);
}

.network-hero {
  position: relative;
  padding: clamp(2.25rem, 4.8vw, 4.8rem) 0 clamp(3rem, 5vw, 5.3rem);
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(6, 21, 82, 0.98), rgba(23, 78, 166, 0.93) 56%, rgba(15, 138, 114, 0.88)),
    var(--navy);
  border-bottom: 5px solid var(--gold);
}

.network-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.2;
}

.network-hero .container-fluid {
  position: relative;
  z-index: 1;
}

.network-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.network-hero .section-label {
  color: #ffd779;
}

.network-hero h1 {
  max-width: 860px;
  margin: 8px 0 12px;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.05;
}

.network-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.72;
}

.network-hero-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.23);
}

.network-hero-card::after {
  position: absolute;
  right: -20px;
  bottom: -22px;
  color: rgba(23, 78, 166, 0.1);
  font-family: "bootstrap-icons";
  font-size: 6rem;
  content: "\F3E8";
}

.network-hero-card > i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), #0f8a72);
  border-radius: 8px;
}

.network-hero-card span,
.network-hero-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.network-hero-card strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
}

.network-hero-card small {
  margin-top: 8px;
  font-size: 0.75rem;
}

.network-content-section {
  margin-top: -42px;
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}

.network-stat-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.network-stat-grid > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(11, 21, 73, 0.12);
}

.network-stat-grid i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: var(--navy);
  border-radius: 8px;
  font-size: 1.25rem;
}

.network-stat-grid span,
.network-stat-grid strong {
  grid-column: 2;
}

.network-stat-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.network-stat-grid strong {
  color: var(--navy);
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
}

.network-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.network-section-head h2 {
  margin: 8px 0 8px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  font-weight: 900;
}

.network-section-head p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.network-overseas-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  max-width: 100%;
  padding: 11px 15px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border: 1px solid rgba(23, 78, 166, 0.18);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(11, 21, 73, 0.16);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.network-overseas-button:hover,
.network-overseas-button:focus {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}

.network-address-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.network-address-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  padding: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(11, 21, 73, 0.08);
}

.network-address-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--blue), #0f8a72);
  border-radius: 8px 8px 0 0;
}

.network-address-top {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}

.network-address-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 8px;
  font-size: 1.3rem;
}

.network-address-top span {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 7px;
  padding: 5px 8px;
  color: #8a4b00;
  background: var(--gold-soft);
  border: 1px solid rgba(214, 163, 49, 0.26);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.network-address-top h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.network-address-top small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  color: var(--blue);
  font-weight: 800;
}

.network-address-text {
  margin: 16px 0 0;
  padding: 13px;
  color: #32425f;
  background: #eef4ff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.62;
}

.network-contact-list {
  display: grid;
  gap: 9px;
  margin-top: 15px;
}

.network-contact-list p {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin: 0;
  color: #465572;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.network-contact-list i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--blue);
  background: #f2f6ff;
  border-radius: 8px;
}

.network-contact-list span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.network-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}

.network-card-actions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  color: var(--navy);
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.14);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.network-card-actions a:hover,
.network-card-actions a:focus {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
}

.network-empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px;
  color: var(--muted);
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(11, 21, 73, 0.08);
}

.network-empty i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 8px;
}

.network-legacy-content {
  display: grid;
  gap: 18px;
  margin-top: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 1199.98px) {
  .council-member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .council-hero-grid,
  .council-member-grid,
  .network-hero-grid,
  .network-address-grid {
    grid-template-columns: 1fr;
  }

  .council-section-head,
  .council-region-head,
  .network-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .network-overseas-button {
    width: 100%;
  }

  .network-content-section {
    margin-top: -24px;
  }

  .network-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .network-stat-grid {
    grid-template-columns: 1fr;
  }

  .network-address-card {
    min-height: 0;
  }
}

.committee-layouts {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.committee-layouts > h2 {
  margin-bottom: 16px;
  font-size: 1.35rem;
}

.committee-layout-group {
  overflow: hidden;
  margin-top: 18px;
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(11, 21, 73, 0.07);
}

.committee-layout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 20px;
  background:
    linear-gradient(135deg, rgba(7, 27, 95, 0.96), rgba(23, 78, 166, 0.92)),
    var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.committee-layout-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
}

.committee-layout-head a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffd779;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.committee-office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border-bottom: 1px solid var(--line);
}

.committee-layout-column .committee-office-grid {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}

.committee-layout-column.is-main .committee-office-grid {
  grid-template-columns: 1fr;
}

.committee-office-card.is-combined {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
}

.committee-office-person {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 16px;
}

.committee-office-person + .committee-office-person {
  border-top: 1px solid var(--line);
}

.committee-office-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.13);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(11, 21, 73, 0.07);
}

.committee-office-avatar {
  display: grid;
  place-items: center;
  width: 92px;
  height: 108px;
  overflow: hidden;
  color: var(--blue);
  background:
    linear-gradient(145deg, rgba(23, 78, 166, 0.1), rgba(210, 167, 61, 0.13)),
    #f8fbff;
  border: 1px solid rgba(23, 78, 166, 0.16);
  border-radius: 8px;
}

.committee-office-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.committee-office-avatar i {
  font-size: 2.35rem;
}

.committee-office-details {
  min-width: 0;
}

.committee-office-details span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.committee-office-details h4 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.32;
}

.committee-office-meta {
  display: grid;
  gap: 6px;
}

.committee-office-meta p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: #4c5870;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.committee-office-meta i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--blue);
}

.committee-office-meta span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.committee-layout-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.committee-layout-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: 18px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.96), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.committee-layout-split.has-no-side {
  grid-template-columns: 1fr;
}

.committee-layout-column {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
}

.committee-layout-block {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.committee-layout-split .committee-layout-block {
  overflow: hidden;
  border: 1px solid rgba(23, 78, 166, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(11, 21, 73, 0.07);
}

.committee-layout-block.is-right {
  background:
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.committee-layout-column.is-side .committee-layout-block {
  border-color: rgba(210, 167, 61, 0.34);
  box-shadow: 0 16px 34px rgba(11, 21, 73, 0.09);
}

.committee-layout-column.is-side .committee-layout-block h4 {
  color: var(--red);
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-color: rgba(23, 78, 166, 0.18);
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) h4 {
  display: flex;
  width: 100%;
  margin: -20px -20px 16px;
  padding: 16px 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) h4 i {
  color: var(--navy);
  background: var(--gold);
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) .committee-layout-body {
  display: grid;
  gap: 10px;
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) .committee-layout-body p {
  margin: 0;
  padding: 12px 14px;
  color: #34405a;
  background: #ffffff;
  border: 1px solid rgba(23, 78, 166, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(11, 21, 73, 0.05);
  overflow-wrap: anywhere;
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) .committee-layout-body p strong {
  color: var(--navy);
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) .committee-layout-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  padding: 11px 14px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 900;
}

.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) .committee-layout-body a:hover,
.committee-layout-column.is-side .committee-layout-block:has(h4 .bi-telephone) .committee-layout-body a:focus {
  color: #ffffff;
  background: var(--navy);
  text-decoration: none;
}

.committee-layout-block:nth-child(2n),
.committee-layout-block.is-right {
  border-right: 0;
}

.committee-layout-split .committee-layout-block.is-right {
  border-right: 1px solid rgba(210, 167, 61, 0.34);
}

.committee-layout-block h4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 900;
}

.committee-layout-block h4::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.committee-layout-block h4:has(i)::before {
  display: none;
}

.committee-layout-block h4 i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 8px;
  font-size: 1rem;
}

.committee-layout-block.is-right h4 i {
  color: var(--navy);
  background: var(--gold);
}

.committee-layout-body {
  color: #4c5870;
  font-size: 0.95rem;
  line-height: 1.7;
}

.committee-layout-body ul,
.committee-layout-body ol {
  margin: 0;
  padding-left: 1.15rem;
}

.committee-layout-body li {
  margin-bottom: 9px;
  padding-left: 2px;
}

.committee-layout-body a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.committee-layout-body a:hover,
.committee-layout-body a:focus {
  color: var(--red);
  text-decoration: underline;
}

.committee-layout-body table {
  width: 100% !important;
  margin: 12px 0;
  border-collapse: collapse;
  overflow-wrap: anywhere;
}

.committee-layout-body table td,
.committee-layout-body table th {
  padding: 10px;
  border: 1px solid rgba(23, 78, 166, 0.12);
  vertical-align: top;
}

.committee-layout-body img {
  max-width: 100%;
  height: auto;
}

.inside-posts {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.inside-posts h2 {
  margin-bottom: 16px;
  font-size: 1.35rem;
}

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

.inside-post-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.inside-post-list a:hover,
.inside-post-list a:focus {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
}

.inside-post-list strong {
  display: block;
  color: inherit;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.4;
}

.inside-post-list small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.inside-post-list a:hover small,
.inside-post-list a:focus small {
  color: rgba(255, 255, 255, 0.76);
}

.inside-post-list > a > i {
  color: var(--blue);
  font-size: 1.2rem;
}

.inside-post-list a:hover > i,
.inside-post-list a:focus > i {
  color: var(--gold);
}

.inside-sidebar {
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.inside-page:not(.inside-page-about) .inside-sidebar {
  border-top: 5px solid var(--blue);
}

.inside-page-about .inside-sidebar {
  border-color: rgba(23, 78, 166, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(11, 21, 73, 0.1);
}

.inside-sidebar h2 {
  padding: 20px 20px 14px;
  font-size: 1.15rem;
}

.inside-page-about .inside-sidebar h2 {
  padding: 20px 20px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  font-size: 1.02rem;
}

.inside-link-list {
  display: grid;
}

.inside-page-about .inside-link-list {
  gap: 8px;
  padding: 10px;
  background: #ffffff;
}

.inside-link-list a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  text-decoration: none;
  font-weight: 800;
}

.inside-page-about .inside-link-list a {
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.inside-link-list a:hover,
.inside-link-list a:focus {
  color: #ffffff;
  background: var(--navy);
}

.inside-page-about .inside-link-list a:hover,
.inside-page-about .inside-link-list a:focus {
  border-color: var(--navy);
  box-shadow: 0 12px 26px rgba(11, 21, 73, 0.16);
}

.inside-link-list i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--blue);
  background: #eef4ff;
  border-radius: 8px;
}

.inside-link-list a:hover i,
.inside-link-list a:focus i {
  color: var(--navy);
  background: var(--gold);
}

@media (max-width: 991.98px) {
  .inside-hero-grid,
  .inside-layout,
  .committee-directory-layout {
    grid-template-columns: 1fr;
  }

  .committee-hero-grid {
    grid-template-columns: 1fr;
  }

  .committee-hero-card {
    max-width: 340px;
  }

  .inside-page-about .inside-hero-grid,
  .inside-page-about .inside-layout {
    grid-template-columns: 1fr;
  }

  .inside-page-about .inside-hero-mark {
    justify-self: start;
    width: min(100%, 280px);
    min-height: 190px;
  }

  .inside-hero-mark {
    width: 120px;
    height: 120px;
  }

  .inside-hero-mark i {
    font-size: 3rem;
  }

  .inside-sidebar {
    position: static;
  }

  .inside-main-head {
    display: grid;
  }

  .about-content-meter {
    width: fit-content;
  }

  .committee-directory-nav {
    position: static;
  }

  .committee-directory-section {
    margin-top: -28px;
  }

  .committee-layout-blocks {
    grid-template-columns: 1fr;
  }

  .committee-layout-split {
    grid-template-columns: 1fr;
  }

  .committee-office-grid {
    grid-template-columns: 1fr;
  }

  .committee-layout-block {
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  .inside-highlight-grid {
    grid-template-columns: 1fr;
  }

  .inside-page-about .inside-content-section {
    margin-top: -22px;
  }

  .inside-page-about .inside-main {
    padding: 16px;
  }

  .about-hero-actions {
    gap: 8px;
  }

  .about-hero-actions span {
    width: 100%;
  }

  .inside-page-about .overview-content-body table,
  .inside-page-about .overview-content-body tbody,
  .inside-page-about .overview-content-body tr,
  .inside-page-about .overview-content-body td {
    display: block;
    width: 100% !important;
  }

  .inside-page-about .overview-content-body td {
    padding: 10px;
  }

  .inside-page-about .overview-content-body table table td + td {
    border-top: 0;
  }

  .committee-office-grid {
    padding: 14px;
  }

  .committee-office-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
  }

  .committee-office-card.is-combined {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .committee-office-person {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
  }

  .committee-office-person + .committee-office-person {
    border-top: 1px solid var(--line);
  }

  .committee-office-avatar {
    width: 72px;
    height: 86px;
  }

  .committee-office-details h4 {
    font-size: 0.98rem;
  }

  .committee-layout-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .dynamic-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-website-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-nav-submenu {
    width: 100%;
    grid-template-columns: 1fr;
    margin: 6px 0;
  }
}

@media (max-width: 575.98px) {
  .dynamic-content-grid {
    grid-template-columns: 1fr;
  }

  .cms-website-index-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .cms-website-record-grid {
    grid-template-columns: 1fr;
  }
}

.cms-website-publisher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #071b5f 0%, #174ea6 58%, #0d7c8a 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(7, 27, 95, 0.24);
}

.cms-website-publisher .cms-kicker {
  color: #ffe5a3;
}

.cms-website-publisher h2 {
  max-width: 760px;
  margin: 6px 0 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.35;
}

.cms-website-publisher-icons {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cms-website-publisher-icons span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--navy);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(7, 27, 95, 0.22);
}

.cms-website-publisher-icons i {
  font-size: 1.35rem;
}

.cms-website-form-card {
  border-radius: 8px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(23, 78, 166, 0.32), rgba(214, 163, 49, 0.42)) border-box;
  border: 1px solid transparent;
}

.cms-website-form .cms-website-field {
  position: relative;
}

.cms-website-form .form-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  margin-bottom: 8px;
}

.cms-website-form .form-label i {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 8px;
  font-size: 0.84rem;
}

.cms-website-form .form-control,
.cms-website-form .form-select {
  min-height: 48px;
  border-color: rgba(7, 27, 95, 0.16);
  border-radius: 8px;
  background-color: #f9fbff;
  font-weight: 600;
  box-shadow: none;
}

.cms-website-form .form-control:focus,
.cms-website-form .form-select:focus {
  border-color: var(--blue);
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(23, 78, 166, 0.12);
}

.cms-website-toggle-field > .form-label {
  display: none;
}

.cms-website-toggle {
  display: flex;
  align-items: stretch;
  min-height: 70px;
  padding: 0;
}

.cms-website-toggle .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cms-website-toggle .form-check-label {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 18px;
  color: var(--navy);
  background: #f9fbff;
  border: 1px solid rgba(7, 27, 95, 0.16);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cms-website-toggle .form-check-label i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--blue);
  background: #e8f1ff;
  border-radius: 8px;
  font-size: 1rem;
}

.cms-website-toggle .form-check-input:checked + .form-check-label {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), #0d7c8a);
  border-color: transparent;
  box-shadow: 0 14px 26px rgba(23, 78, 166, 0.22);
  transform: translateY(-1px);
}

.cms-website-toggle .form-check-input:checked + .form-check-label i {
  color: var(--navy);
  background: #ffffff;
}

.cms-publish-group {
  height: 100%;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 95, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(11, 21, 73, 0.06);
}

.cms-publish-group-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cms-publish-group-head i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 8px;
}

.cms-menu-placement-group {
  background: #f9fbff;
}

.cms-nav-submenu {
  display: inline-grid;
  width: calc(66.666% - 12px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 6px;
  padding: 12px;
  border-left: 2px solid rgba(23, 78, 166, 0.16);
  background: #ffffff;
  border-radius: 8px;
}

.cms-nav-panel .cms-nav-submenu a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 6px 8px;
  color: var(--muted);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.cms-nav-panel .cms-nav-submenu a i {
  color: var(--blue);
}

.cms-nav-panel .cms-nav-submenu a:hover {
  color: var(--navy);
  background: var(--blue-soft);
}

.cms-website-index-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #071b5f, #174ea6 56%, #0d7c8a);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(7, 27, 95, 0.24);
}

.cms-website-index-hero .cms-kicker {
  color: #ffe5a3;
}

.cms-website-index-hero h2 {
  max-width: 820px;
  margin: 6px 0 0;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.35;
}

.cms-website-index-card {
  border-radius: 8px;
}

.cms-website-record-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cms-website-record {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 95, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(11, 21, 73, 0.07);
}

.cms-website-record-top,
.cms-website-meta,
.cms-website-targets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.cms-website-record-top {
  justify-content: space-between;
  margin-bottom: 14px;
}

.cms-website-record h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.4;
}

.cms-website-record p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.cms-website-meta span,
.cms-website-targets span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: var(--navy);
  background: #f4f7fb;
  border: 1px solid rgba(7, 27, 95, 0.1);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.cms-website-meta i,
.cms-website-targets i {
  color: var(--blue);
}

.cms-website-targets {
  margin-top: auto;
  padding-top: 14px;
}

.cms-website-record .cms-edit-btn {
  align-self: flex-start;
  margin-top: 14px;
}

.cms-website-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 180px;
  color: var(--muted);
  background: #ffffff;
  border: 1px dashed rgba(7, 27, 95, 0.2);
  border-radius: 8px;
}

.cms-website-empty i {
  color: var(--blue);
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .cms-website-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-nav-submenu {
    width: 100%;
    grid-template-columns: 1fr;
    margin: 6px 0;
  }
}

@media (max-width: 575.98px) {
  .cms-website-index-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .cms-website-record-grid {
    grid-template-columns: 1fr;
  }
}

/* Admin refinement layer */
.cms-dashboard-page {
  background: #f6f8fc;
}

.cms-dashboard-page .btn {
  border-radius: 8px;
  font-weight: 700;
}

.cms-topbar {
  padding: 12px clamp(1.25rem, 3vw, 2.5rem);
  box-shadow: 0 8px 22px rgba(11, 21, 73, 0.06);
}

.cms-logo img {
  width: 46px;
  height: 46px;
}

.cms-header-brand .cms-logo strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.cms-header-brand .cms-logo small {
  font-size: 0.72rem;
  font-weight: 600;
}

.cms-menu-bar {
  top: 71px;
  min-height: 54px;
  padding: 6px 0;
  box-shadow: 0 10px 24px rgba(11, 21, 73, 0.12);
}

.cms-menu-bar .nav-link {
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.8rem;
  font-weight: 700;
}

.cms-menu-bar .nav-link i {
  width: 24px;
  height: 24px;
  font-size: 0.82rem;
}

.cms-menu-bar .dropdown-menu.cms-dropdown {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 34px rgba(11, 21, 73, 0.12);
}

.cms-dropdown > a {
  min-height: 76px;
  padding: 12px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 9px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(11, 21, 73, 0.05);
}

.cms-dropdown > a > i {
  width: 36px;
  height: 36px;
  font-size: 0.98rem;
}

.cms-dropdown strong {
  font-size: 0.86rem;
  font-weight: 700;
}

.cms-dropdown small {
  font-size: 0.7rem;
  line-height: 1.35;
}

.cms-content {
  gap: 18px;
  padding-top: 22px;
}

.cms-kicker,
.section-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
}

.cms-page-title h1 {
  font-size: 1.52rem;
  font-weight: 700;
}

.cms-welcome,
.cms-card,
.summary-grid article {
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(11, 21, 73, 0.055);
}

.cms-welcome {
  padding: 20px;
}

.cms-welcome h2,
.cms-card h2 {
  font-size: 1.16rem;
  font-weight: 700;
}

.cms-welcome p {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.summary-grid {
  gap: 12px;
}

.summary-grid article {
  padding: 16px;
}

.summary-grid article::after {
  width: 60px;
  height: 60px;
}

.summary-grid i {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 1.15rem;
}

.summary-grid span {
  margin-top: 12px;
  font-size: 0.7rem;
  font-weight: 700;
}

.summary-grid strong {
  font-size: 1.38rem;
  font-weight: 700;
}

.cms-summary-btn {
  min-height: 32px;
  margin-top: 12px;
  padding: 0 11px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 700;
}

.cms-card {
  padding: 18px;
}

.cms-card-head {
  margin-bottom: 16px;
}

.cms-card-head > i {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  font-size: 1rem;
}

.module-list,
.activity-list {
  gap: 8px;
}

.module-list a,
.activity-list div {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px 11px;
  padding: 11px;
  border-radius: 8px;
}

.module-list i,
.activity-list i {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 0.95rem;
}

.module-list span,
.activity-list span {
  font-size: 0.88rem;
  font-weight: 700;
}

.module-list small,
.activity-list small {
  font-size: 0.74rem;
  font-weight: 500;
}

.donut-wrap {
  gap: 16px;
}

.donut-chart {
  width: 142px;
  height: 142px;
}

.donut-chart::before {
  width: 92px;
  height: 92px;
}

.donut-chart span {
  font-size: 1.45rem;
  font-weight: 700;
}

.donut-wrap li {
  font-size: 0.86rem;
  font-weight: 600;
}

.cms-table-wrap {
  box-shadow: 0 10px 24px rgba(11, 21, 73, 0.055);
}

.cms-data-table thead th,
.cms-data-table tbody td {
  padding: 12px 14px;
}

.cms-table-title {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
}

.cms-table-title span {
  width: 34px;
  height: 34px;
  box-shadow: none;
}

.cms-table-title strong,
.cms-website-record h3 {
  font-weight: 700;
}

.cms-id-badge,
.cms-date-pill {
  min-height: 26px;
  padding: 0 9px;
  font-size: 0.72rem;
  font-weight: 700;
}

.cms-website-index-hero,
.cms-website-publisher {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7, 27, 95, 0.16);
}

.cms-website-index-hero h2,
.cms-website-publisher h2 {
  font-size: 1.18rem;
  font-weight: 700;
}

.cms-website-record {
  min-height: 260px;
  padding: 15px;
  box-shadow: 0 9px 22px rgba(11, 21, 73, 0.055);
}

@media (max-width: 991.98px) {
  .cms-menu-bar {
    top: 0;
  }
}

/* Professional admin theme override */
.cms-dashboard-page {
  --navy: #1f2937;
  --blue: #2563eb;
  --blue-soft: #eff6ff;
  --gold: #64748b;
  --gold-soft: #f1f5f9;
  --red: #475569;
  --ink: #111827;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f8fafc;
  color: var(--ink);
  background: #f8fafc;
}

.cms-dashboard-page .btn-primary {
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: none;
}

.cms-dashboard-page .btn-primary:hover,
.cms-dashboard-page .btn-primary:focus {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.cms-topbar {
  background: #ffffff;
  border-bottom-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.cms-menu-bar {
  background: #1f2937;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
}

.cms-menu-bar .nav-link i {
  color: #93c5fd;
  background: rgba(255, 255, 255, 0.08);
}

.cms-menu-bar .nav-link:hover,
.cms-menu-bar .nav-link.active,
.cms-menu-bar .show > .nav-link {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.cms-kicker,
.section-label {
  color: #475569;
}

.cms-header-brand .cms-logo strong,
.cms-page-title h1,
.cms-welcome h2,
.cms-card h2,
.summary-grid strong,
.cms-table-title strong,
.cms-website-record h3 {
  color: #111827;
}

.cms-nav-panel {
  background: #ffffff;
  border-top-color: #e2e8f0 !important;
}

.cms-dropdown > a,
.cms-welcome,
.cms-card,
.summary-grid article,
.cms-website-record,
.cms-publish-group {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.cms-dropdown > a:hover,
.cms-dropdown > a.active {
  background: #1f2937;
}

.cms-dropdown > a > i,
.summary-grid i,
.cms-card-head > i,
.cms-table-title span,
.module-list i,
.activity-list i {
  color: #ffffff;
  background: #2563eb;
}

.cms-dropdown > a:hover > i,
.cms-dropdown > a.active > i {
  color: #1f2937;
  background: #dbeafe;
}

.cms-user {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.cms-user i {
  color: #2563eb;
}

.logout-btn {
  background: #475569;
}

.summary-grid article::after {
  background: rgba(37, 99, 235, 0.08);
}

.cms-summary-btn {
  background: #1f2937;
  border-color: #1f2937;
  box-shadow: none;
}

.cms-summary-btn i {
  color: #93c5fd;
}

.cms-summary-btn:hover,
.cms-summary-btn:focus {
  color: #ffffff;
  background: #2563eb;
  border-color: #2563eb;
}

.cms-table-wrap,
.cms-card .cke,
.cms-website-record,
.cms-publish-group {
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.cms-data-table thead th {
  background: #1f2937;
  border-bottom-color: #2563eb;
}

.cms-data-table thead i {
  color: #93c5fd;
}

.cms-data-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.cms-data-table tbody tr:hover td {
  background: #f1f5f9;
  box-shadow: inset 3px 0 0 #2563eb;
}

.cms-id-badge {
  color: #334155;
  background: #f1f5f9;
  border-color: #e2e8f0;
}

.cms-date-pill,
.cms-website-meta span,
.cms-website-targets span {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #dbeafe;
}

.cms-website-index-hero,
.cms-website-publisher {
  background: #1f2937;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.16);
}

.cms-website-index-hero .cms-kicker,
.cms-website-publisher .cms-kicker {
  color: #bfdbfe;
}

.cms-publish-group-head i,
.cms-website-form .form-label i {
  background: #2563eb;
}

.cms-website-toggle .form-check-label i {
  color: #2563eb;
  background: #eff6ff;
}

.cms-website-toggle .form-check-input:checked + .form-check-label {
  background: #1f2937;
}

.donut-chart {
  background: conic-gradient(#2563eb 0 72%, #64748b 72% 86%, #e2e8f0 86% 100%);
}

.donut-wrap .published {
  background: #2563eb;
}

.donut-wrap .review {
  background: #64748b;
}

/* Admin dashboard theme */
.cms-dashboard-page {
  --navy: #17313b;
  --blue: #00897b;
  --blue-soft: #e4f7f3;
  --gold: #ff6b4a;
  --gold-soft: #fff0eb;
  --red: #c2415d;
  --ink: #1f2933;
  --muted: #667085;
  --line: #d8e3df;
  --soft: #f4f8f6;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7fbf9 0%, #eef5f1 48%, #f8faf9 100%);
}

.cms-dashboard-page .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #00897b, #00695f);
  border-color: #00897b;
  box-shadow: 0 10px 22px rgba(0, 137, 123, 0.18);
}

.cms-dashboard-page .btn-primary:hover,
.cms-dashboard-page .btn-primary:focus {
  background: linear-gradient(135deg, #00695f, #17483f);
  border-color: #00695f;
}

.cms-dashboard-page .btn-outline-secondary {
  color: #41515a;
  border-color: #cbd8d4;
}

.cms-dashboard-page .btn-outline-secondary:hover {
  color: #ffffff;
  background: #41515a;
  border-color: #41515a;
}

.cms-topbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(0, 137, 123, 0.14);
}

.cms-header-brand .cms-logo strong,
.cms-page-title h1,
.cms-welcome h2,
.cms-card h2,
.summary-grid strong,
.cms-table-title strong,
.cms-website-record h3 {
  color: #17313b;
}

.cms-header-brand .cms-logo small,
.cms-kicker,
.section-label {
  color: #c2415d;
}

.cms-menu-bar {
  background:
    linear-gradient(135deg, #17313b 0%, #16423c 54%, #00695f 100%);
}

.cms-menu-bar .nav-link i {
  color: #ffb199;
  background: rgba(255, 255, 255, 0.1);
}

.cms-menu-bar .nav-link:hover,
.cms-menu-bar .nav-link.active,
.cms-menu-bar .show > .nav-link {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

.cms-nav-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf8 100%);
  border-top-color: rgba(0, 137, 123, 0.18) !important;
}

.cms-dropdown > a {
  border-color: #d8e3df;
}

.cms-dropdown > a:hover,
.cms-dropdown > a.active {
  background: linear-gradient(135deg, #17313b, #00897b);
}

.cms-dropdown > a > i,
.cms-table-title span,
.module-list i,
.activity-list i {
  color: #ffffff;
  background: linear-gradient(135deg, #00897b, #c2415d);
}

.cms-dropdown > a:hover > i,
.cms-dropdown > a.active > i {
  color: #17313b;
  background: #ffb199;
}

.cms-user {
  background: #f3fbf8;
  border-color: #d8e3df;
}

.cms-user i {
  color: #00897b;
}

.logout-btn {
  background: #c2415d;
}

.cms-welcome,
.cms-card,
.summary-grid article,
.cms-website-record,
.cms-publish-group {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 137, 123, 0.12);
}

.summary-grid article::after {
  background: rgba(255, 107, 74, 0.12);
}

.summary-grid i,
.cms-card-head > i {
  background: linear-gradient(135deg, #00897b, #c2415d);
}

.cms-summary-btn {
  background: linear-gradient(135deg, #00897b, #17313b);
  border-color: rgba(255, 107, 74, 0.25);
}

.cms-summary-btn i {
  color: #ffb199;
}

.cms-summary-btn:hover,
.cms-summary-btn:focus {
  color: #17313b;
  background: #ffb199;
  border-color: #ffb199;
}

.cms-table-wrap,
.cms-card .cke,
.cms-website-record,
.cms-publish-group {
  box-shadow: 0 10px 24px rgba(23, 49, 59, 0.06);
}

.cms-data-table thead th {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #17313b, #00897b);
  border-bottom-color: #ff6b4a;
}

.cms-data-table thead i {
  color: #ffb199;
}

.cms-data-table tbody tr:nth-child(even) td {
  background: #f6fbf8;
}

.cms-data-table tbody tr:hover td {
  background: linear-gradient(90deg, #fff0eb, #ffffff 64%);
  box-shadow: inset 4px 0 0 #ff6b4a;
}

.cms-id-badge {
  color: #8a2d42;
  background: #fff0eb;
  border-color: rgba(194, 65, 93, 0.18);
}

.cms-date-pill,
.cms-website-meta span,
.cms-website-targets span {
  color: #00695f;
  background: #e4f7f3;
  border-color: rgba(0, 137, 123, 0.16);
}

.cms-website-index-hero,
.cms-website-publisher {
  background:
    linear-gradient(135deg, #17313b 0%, #00695f 58%, #c2415d 100%);
}

.cms-website-index-hero .cms-kicker,
.cms-website-publisher .cms-kicker {
  color: #ffcab8;
}

.cms-publish-group-head i,
.cms-website-form .form-label i {
  background: #00897b;
}

.cms-website-toggle .form-check-label i {
  color: #00897b;
  background: #e4f7f3;
}

.cms-website-toggle .form-check-input:checked + .form-check-label {
  background: linear-gradient(135deg, #00897b, #c2415d);
}

.donut-chart {
  background: conic-gradient(#00897b 0 72%, #ff6b4a 72% 86%, #d8e3df 86% 100%);
}

.donut-wrap .published {
  background: #00897b;
}

.donut-wrap .review {
  background: #ff6b4a;
}

.cms-website-form-card .cms-card-head {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(7, 27, 95, 0.1);
}

@media (max-width: 767.98px) {
  .cms-website-publisher {
    align-items: flex-start;
    flex-direction: column;
  }

  .cms-website-publisher-icons span {
    width: 46px;
    height: 46px;
  }
}

/* ICAI admin theme refresh */
.cms-dashboard-page {
  --admin-ink: #18212f;
  --admin-muted: #657386;
  --admin-line: #dce4ec;
  --admin-panel: #ffffff;
  --admin-canvas: #f5f7fb;
  --admin-indigo: #233b8f;
  --admin-emerald: #07846f;
  --admin-amber: #f2a93b;
  --admin-coral: #d94f45;
  --navy: var(--admin-ink);
  --blue: var(--admin-indigo);
  --blue-soft: #eef3ff;
  --gold: var(--admin-amber);
  --gold-soft: #fff7e8;
  --red: var(--admin-coral);
  --ink: var(--admin-ink);
  --muted: var(--admin-muted);
  --line: var(--admin-line);
  --soft: var(--admin-canvas);
  color: var(--admin-ink);
  background:
    linear-gradient(180deg, rgba(35, 59, 143, 0.06), transparent 280px),
    linear-gradient(135deg, rgba(7, 132, 111, 0.08), transparent 360px),
    var(--admin-canvas);
}

.cms-topbar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(35, 59, 143, 0.12);
  box-shadow: 0 12px 30px rgba(24, 33, 47, 0.08);
}

.cms-header-brand .cms-logo strong,
.cms-page-title h1,
.cms-welcome h2,
.cms-card h2,
.summary-grid strong,
.cms-table-title strong,
.cms-website-record h3 {
  color: var(--admin-ink);
}

.cms-header-brand .cms-logo small,
.cms-kicker,
.section-label {
  color: var(--admin-coral);
}

.cms-menu-bar {
  background:
    linear-gradient(135deg, #18212f 0%, #233b8f 52%, #07846f 100%);
  box-shadow: 0 14px 30px rgba(24, 33, 47, 0.16);
}

.cms-menu-bar .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.cms-menu-bar .nav-link i {
  color: #ffe0a8;
  background: rgba(255, 255, 255, 0.12);
}

.cms-menu-bar .nav-link:hover,
.cms-menu-bar .nav-link.active,
.cms-menu-bar .show > .nav-link {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cms-dashboard-page .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-indigo), var(--admin-emerald));
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(35, 59, 143, 0.18);
}

.cms-dashboard-page .btn-primary:hover,
.cms-dashboard-page .btn-primary:focus {
  background: linear-gradient(135deg, #182d76, #056c5d);
  border-color: transparent;
}

.cms-dashboard-page .btn-outline-secondary {
  color: var(--admin-ink);
  background: #ffffff;
  border-color: var(--admin-line);
}

.cms-dashboard-page .btn-outline-secondary:hover {
  color: #ffffff;
  background: var(--admin-ink);
  border-color: var(--admin-ink);
}

.cms-user {
  background: #f8fbff;
  border-color: rgba(35, 59, 143, 0.14);
}

.cms-user i {
  color: var(--admin-indigo);
}

.logout-btn {
  color: #ffffff;
  background: var(--admin-coral);
}

.cms-nav-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-top-color: rgba(242, 169, 59, 0.34) !important;
}

.cms-dropdown > a,
.cms-welcome,
.cms-card,
.summary-grid article,
.cms-website-record,
.cms-publish-group {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(35, 59, 143, 0.12);
  box-shadow: 0 16px 34px rgba(24, 33, 47, 0.07);
}

.cms-dropdown > a:hover,
.cms-dropdown > a.active {
  background: linear-gradient(135deg, var(--admin-indigo), var(--admin-emerald));
}

.cms-dropdown > a > i,
.cms-table-title span,
.module-list i,
.activity-list i,
.summary-grid i,
.cms-card-head > i {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-indigo), var(--admin-emerald));
}

.cms-dropdown > a:hover > i,
.cms-dropdown > a.active > i {
  color: var(--admin-ink);
  background: var(--admin-amber);
}

.cms-content {
  max-width: 1480px;
}

.cms-dashboard-hero {
  position: relative;
  align-items: stretch;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(24, 33, 47, 0.96), rgba(35, 59, 143, 0.9) 48%, rgba(7, 132, 111, 0.9)),
    var(--admin-ink);
  border: 0;
}

.cms-dashboard-hero::before {
  position: absolute;
  inset: auto 28px -60px auto;
  width: 220px;
  height: 220px;
  content: "";
  background: rgba(242, 169, 59, 0.18);
  border-radius: 999px;
}

.cms-dashboard-hero > * {
  position: relative;
  z-index: 1;
}

.cms-dashboard-hero .section-label,
.cms-dashboard-hero h2,
.cms-dashboard-hero p {
  color: #ffffff;
}

.cms-dashboard-hero .section-label {
  color: #ffd99a;
}

.cms-dashboard-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
}

.cms-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cms-quick-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.cms-quick-actions a:hover,
.cms-quick-actions a:focus {
  color: var(--admin-ink);
  background: var(--admin-amber);
  border-color: var(--admin-amber);
}

.cms-hero-panel {
  display: grid;
  align-content: center;
  justify-items: start;
  min-width: 230px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.cms-hero-panel span {
  color: #ffd99a;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cms-hero-panel strong {
  display: block;
  margin: 4px 0 14px;
  color: #ffffff;
  font-size: 2.35rem;
  line-height: 1;
}

.summary-grid article {
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--admin-indigo);
}

.summary-grid article:nth-child(3n + 2) {
  border-top-color: var(--admin-emerald);
}

.summary-grid article:nth-child(3n) {
  border-top-color: var(--admin-amber);
}

.summary-grid article::after {
  background: rgba(242, 169, 59, 0.13);
}

.summary-grid span {
  color: var(--admin-muted);
}

.cms-summary-btn {
  color: #ffffff;
  background: var(--admin-ink);
  border-color: var(--admin-ink);
  box-shadow: none;
}

.cms-summary-btn i {
  color: var(--admin-amber);
}

.cms-summary-btn:hover,
.cms-summary-btn:focus {
  color: var(--admin-ink);
  background: var(--admin-amber);
  border-color: var(--admin-amber);
}

.module-list a,
.activity-list div {
  background: #f8fbff;
  border-color: rgba(35, 59, 143, 0.09);
}

.module-list a:hover {
  background: #fff8eb;
}

.cms-table-wrap,
.cms-card .cke,
.cms-website-record,
.cms-publish-group {
  box-shadow: 0 12px 28px rgba(24, 33, 47, 0.07);
}

.cms-data-table thead th {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-ink), var(--admin-indigo));
  border-bottom-color: var(--admin-amber);
}

.cms-data-table thead i {
  color: #ffd99a;
}

.cms-data-table tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.cms-data-table tbody tr:hover td {
  background: #fff8eb;
  box-shadow: inset 4px 0 0 var(--admin-amber);
}

.cms-id-badge {
  color: #9c3b2f;
  background: #fff1ed;
  border-color: rgba(217, 79, 69, 0.18);
}

.cms-date-pill,
.cms-website-meta span,
.cms-website-targets span {
  color: #056c5d;
  background: #e8f8f4;
  border-color: rgba(7, 132, 111, 0.16);
}

.cms-website-index-hero,
.cms-website-publisher {
  background: linear-gradient(135deg, var(--admin-ink), var(--admin-indigo) 52%, var(--admin-emerald));
}

.cms-website-index-hero .cms-kicker,
.cms-website-publisher .cms-kicker {
  color: #ffd99a;
}

.cms-publish-group-head i,
.cms-website-form .form-label i {
  background: var(--admin-indigo);
}

.cms-website-toggle .form-check-label i {
  color: var(--admin-emerald);
  background: #e8f8f4;
}

.cms-website-toggle .form-check-input:checked + .form-check-label {
  background: linear-gradient(135deg, var(--admin-indigo), var(--admin-emerald));
}

.donut-chart {
  background: conic-gradient(var(--admin-indigo) 0 72%, var(--admin-amber) 72% 86%, #dce4ec 86% 100%);
}

.donut-wrap .published {
  background: var(--admin-indigo);
}

.donut-wrap .review {
  background: var(--admin-amber);
}

.donut-wrap .draft {
  background: var(--admin-line);
}

@media (max-width: 767.98px) {
  .cms-dashboard-hero {
    flex-direction: column;
  }

  .cms-hero-panel {
    width: 100%;
    min-width: 0;
  }
}

/* Admin dashboard layout refresh */
.cms-dashboard-page {
  --admin-ink: #172033;
  --admin-muted: #667085;
  --admin-line: #dde6f2;
  --admin-panel: #ffffff;
  --admin-canvas: #f4f7fb;
  --admin-blue: #193d8f;
  --admin-blue-2: #0f6fb4;
  --admin-gold: #d6a331;
  --admin-green: #0f8a72;
  --admin-red: #b4454b;
  --navy: var(--admin-ink);
  --blue: var(--admin-blue);
  --blue-soft: #edf4ff;
  --gold: var(--admin-gold);
  --gold-soft: #fff7e5;
  --red: var(--admin-red);
  --ink: var(--admin-ink);
  --muted: var(--admin-muted);
  --line: var(--admin-line);
  --soft: var(--admin-canvas);
  background:
    linear-gradient(180deg, rgba(25, 61, 143, 0.08), transparent 320px),
    var(--admin-canvas);
}

.cms-dashboard-page .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-blue-2));
  border-color: transparent;
  border-radius: 8px;
  box-shadow: 0 12px 22px rgba(25, 61, 143, 0.18);
}

.cms-dashboard-page .btn-primary:hover,
.cms-dashboard-page .btn-primary:focus {
  background: linear-gradient(135deg, #122f75, #0a5f9d);
  border-color: transparent;
}

.cms-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(25, 61, 143, 0.12);
  box-shadow: 0 8px 24px rgba(23, 32, 51, 0.08);
  backdrop-filter: blur(14px);
}

.cms-menu-bar {
  background: linear-gradient(90deg, var(--admin-blue), #0b5c97 56%, var(--admin-green));
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.16);
}

.cms-menu-bar .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.cms-menu-bar .nav-link i {
  color: #ffe2a8;
  background: rgba(255, 255, 255, 0.13);
}

.cms-menu-bar .nav-link:hover,
.cms-menu-bar .nav-link.active,
.cms-menu-bar .show > .nav-link {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}

.cms-content {
  max-width: 1500px;
  padding-top: clamp(1.25rem, 2vw, 2rem);
}

.cms-dashboard-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.cms-dashboard-title .btn {
  flex: 0 0 auto;
}

.cms-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: clamp(1rem, 3vw, 2rem);
  min-height: 250px;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(23, 32, 51, 0.96), rgba(25, 61, 143, 0.92) 52%, rgba(15, 138, 114, 0.9)),
    var(--admin-blue);
  border: 0;
  box-shadow: 0 22px 46px rgba(23, 32, 51, 0.18);
}

.cms-dashboard-hero::before {
  right: 3%;
  bottom: -78px;
  width: 280px;
  height: 280px;
  background: rgba(214, 163, 49, 0.2);
}

.cms-dashboard-hero .section-label {
  color: #ffe2a8;
}

.cms-dashboard-hero h2,
.cms-dashboard-hero p {
  color: #ffffff;
}

.cms-dashboard-hero h2 {
  max-width: 760px;
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
}

.cms-dashboard-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
}

.cms-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 20px;
}

.cms-dashboard-stats span {
  min-height: 72px;
  padding: 13px 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
}

.cms-dashboard-stats strong {
  display: block;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.1;
}

.cms-quick-actions a {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.2);
}

.cms-quick-actions a:hover,
.cms-quick-actions a:focus {
  color: var(--admin-ink);
  background: var(--admin-gold);
  border-color: var(--admin-gold);
}

.cms-hero-panel {
  align-content: center;
  justify-items: start;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.cms-hero-panel span {
  color: #ffe2a8;
}

.cms-hero-panel small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
}

.summary-grid {
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
}

.summary-grid article,
.cms-card,
.cms-website-record,
.cms-publish-group {
  background: var(--admin-panel);
  border: 1px solid rgba(25, 61, 143, 0.11);
  box-shadow: 0 14px 32px rgba(23, 32, 51, 0.07);
}

.summary-grid article {
  border-top: 4px solid var(--admin-blue);
}

.summary-grid article:nth-child(4n + 2) {
  border-top-color: var(--admin-green);
}

.summary-grid article:nth-child(4n + 3) {
  border-top-color: var(--admin-gold);
}

.summary-grid article:nth-child(4n) {
  border-top-color: var(--admin-red);
}

.summary-grid i,
.cms-card-head > i,
.cms-table-title span,
.module-list i,
.activity-list i {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-blue-2));
}

.summary-grid article:nth-child(4n + 2) > i {
  background: linear-gradient(135deg, var(--admin-green), #0b6f61);
}

.summary-grid article:nth-child(4n + 3) > i {
  color: var(--admin-ink);
  background: linear-gradient(135deg, #ffd779, var(--admin-gold));
}

.summary-grid article:nth-child(4n) > i {
  background: linear-gradient(135deg, var(--admin-red), #8c3349);
}

.cms-summary-btn {
  color: #ffffff;
  background: var(--admin-ink);
  border-color: var(--admin-ink);
}

.cms-summary-btn:hover,
.cms-summary-btn:focus {
  color: var(--admin-ink);
  background: var(--admin-gold);
  border-color: var(--admin-gold);
}

.cms-data-table thead th {
  background: linear-gradient(135deg, var(--admin-ink), var(--admin-blue));
  border-bottom-color: var(--admin-gold);
}

.cms-data-table tbody tr:hover td {
  background: #fff8e8;
  box-shadow: inset 4px 0 0 var(--admin-gold);
}

.donut-chart {
  background: conic-gradient(var(--admin-blue) 0 72%, var(--admin-gold) 72% 86%, #dde6f2 86% 100%);
}

.donut-wrap .published {
  background: var(--admin-blue);
}

.donut-wrap .review {
  background: var(--admin-gold);
}

.donut-wrap .draft {
  background: var(--admin-line);
}

@media (max-width: 991.98px) {
  .cms-dashboard-hero {
    grid-template-columns: 1fr;
  }

  .cms-dashboard-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .cms-dashboard-stats {
    grid-template-columns: 1fr;
  }

  .cms-dashboard-title .btn,
  .cms-quick-actions a {
    width: 100%;
    justify-content: center;
  }
}

/* Premium corporate admin theme */
.cms-dashboard-page {
  --admin-ink: #17213a;
  --admin-navy: #182849;
  --admin-blue: #2b559f;
  --admin-blue-2: #4f75bd;
  --admin-aubergine: #6f579d;
  --admin-gold: #c49335;
  --admin-coral: #a94f61;
  --admin-muted: #5f6d80;
  --admin-line: #d6e0ee;
  --admin-panel: #ffffff;
  --admin-canvas: #f7f9fd;
  --admin-soft-blue: #f0f5ff;
  --admin-soft-gold: #fff8ea;
  --admin-soft-coral: #fff3f4;
  --navy: var(--admin-navy);
  --blue: var(--admin-blue);
  --blue-soft: var(--admin-soft-blue);
  --gold: var(--admin-gold);
  --gold-soft: var(--admin-soft-gold);
  --red: var(--admin-coral);
  --ink: var(--admin-ink);
  --muted: var(--admin-muted);
  --line: var(--admin-line);
  --soft: var(--admin-canvas);
  min-height: 100vh;
  color: var(--admin-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(43, 85, 159, 0.22), transparent 26%),
    radial-gradient(circle at 92% 10%, rgba(196, 147, 53, 0.16), transparent 28%),
    linear-gradient(180deg, #f7f9fd 0%, #edf2fa 46%, #ffffff 100%);
}

.cms-main {
  min-height: 100vh;
}

.cms-topbar {
  position: sticky;
  top: 0;
  z-index: 70;
  padding: 14px clamp(1rem, 2.4vw, 2rem);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(18, 26, 47, 0.08);
  box-shadow: 0 14px 34px rgba(18, 26, 47, 0.08);
  backdrop-filter: blur(18px);
}

.cms-logo {
  gap: 14px;
  color: var(--admin-ink);
  text-decoration: none;
}

.cms-logo img {
  width: 58px;
  height: 58px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid rgba(214, 168, 79, 0.32);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(18, 26, 47, 0.12);
}

.cms-logo strong {
  color: var(--admin-ink);
  font-size: 0.98rem;
  line-height: 1.25;
}

.cms-logo small {
  color: var(--admin-coral);
  font-weight: 700;
}

.cms-user {
  min-height: 48px;
  padding: 8px 13px;
  background: #ffffff;
  border: 1px solid rgba(18, 26, 47, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(18, 26, 47, 0.07);
}

.cms-user i {
  color: var(--admin-blue);
}

.logout-btn {
  min-height: 44px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--admin-navy);
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(18, 26, 47, 0.16);
}

.logout-btn:hover,
.logout-btn:focus {
  background: var(--admin-coral);
}

.cms-menu-bar {
  position: sticky;
  top: 87px;
  z-index: 61;
  min-height: 64px;
  background: linear-gradient(135deg, #f9fbff 0%, #edf3ff 100%);
  border-top: 1px solid rgba(23, 33, 58, 0.08);
  border-bottom: 1px solid rgba(43, 85, 159, 0.18);
  box-shadow: 0 16px 34px rgba(23, 33, 58, 0.12);
  backdrop-filter: blur(16px);
}

.cms-menu-bar .container-fluid {
  max-width: 1540px;
}

.cms-menu-bar .navbar-nav {
  gap: 8px;
}

.cms-menu-bar .nav-link {
  min-height: 44px;
  padding: 0 14px;
  color: #253451;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 800;
}

.cms-menu-bar .nav-link i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #ffffff;
  background: var(--admin-blue);
  border-radius: 9px;
}

.cms-menu-bar .nav-link:hover,
.cms-menu-bar .nav-link.active,
.cms-menu-bar .show > .nav-link {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-aubergine));
  border-color: transparent;
}

.cms-menu-bar .dropdown-menu.cms-dropdown {
  margin-top: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(18, 26, 47, 0.1);
  border-radius: 18px;
  box-shadow: 0 28px 58px rgba(18, 26, 47, 0.2);
}

.cms-dropdown a {
  border-radius: 14px;
}

.cms-nav-panel > a {
  background: #ffffff;
  border: 1px solid rgba(18, 26, 47, 0.08);
}

.cms-nav-panel > a:hover,
.cms-nav-panel > a.active {
  color: var(--admin-ink);
  background: var(--admin-soft-blue);
  border-color: rgba(39, 70, 144, 0.2);
}

.cms-nav-panel > a i {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-aubergine));
}

.cms-nav-submenu {
  padding: 8px;
  background: #f8faff;
  border: 1px solid rgba(18, 26, 47, 0.06);
  border-radius: 14px;
}

.cms-nav-submenu a {
  min-height: 38px;
  color: var(--admin-muted);
}

.cms-content {
  width: min(100% - 32px, 1500px);
  max-width: 1500px;
  gap: 24px;
  padding: clamp(1.25rem, 2.4vw, 2.25rem) 0 52px;
  margin: 0 auto;
}

.cms-page-title,
.cms-dashboard-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.cms-page-title h1 {
  margin: 5px 0 0;
  color: var(--admin-ink);
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
  font-weight: 800;
  line-height: 1.08;
}

.cms-kicker,
.section-label {
  color: var(--admin-coral);
  background: var(--admin-soft-coral);
  border-color: rgba(185, 75, 95, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.cms-dashboard-page .btn {
  min-height: 42px;
  border-radius: 12px;
  font-weight: 800;
}

.cms-dashboard-page .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-blue-2));
  border-color: transparent;
  box-shadow: 0 14px 26px rgba(39, 70, 144, 0.22);
}

.cms-dashboard-page .btn-primary:hover,
.cms-dashboard-page .btn-primary:focus {
  background: linear-gradient(135deg, #315f9f, #557fc2);
  border-color: transparent;
  transform: translateY(-1px);
}

.cms-dashboard-page .btn-light {
  color: var(--admin-ink);
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

.cms-dashboard-page .btn-outline-secondary {
  color: var(--admin-ink);
  background: #ffffff;
  border-color: rgba(18, 26, 47, 0.16);
}

.cms-dashboard-page .btn-outline-secondary:hover,
.cms-dashboard-page .btn-outline-secondary:focus {
  color: #ffffff;
  background: var(--admin-navy);
  border-color: var(--admin-navy);
}

.cms-welcome,
.cms-card,
.summary-grid article,
.cms-website-record,
.cms-publish-group {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 26, 47, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(18, 26, 47, 0.08);
}

.cms-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 285px);
  gap: clamp(1rem, 2.6vw, 2rem);
  overflow: hidden;
  min-height: 280px;
  padding: clamp(1.45rem, 3vw, 2.5rem);
  color: var(--admin-ink);
  background:
    radial-gradient(circle at 86% 18%, rgba(196, 147, 53, 0.2), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #dfeaff 58%, #eee8fb 100%);
  border: 1px solid rgba(43, 85, 159, 0.18);
  box-shadow: 0 28px 60px rgba(23, 33, 58, 0.15);
}

.cms-dashboard-hero::before {
  right: -70px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  background: rgba(43, 85, 159, 0.16);
  border-radius: 50%;
}

.cms-dashboard-hero::after {
  top: 34px;
  right: 22%;
  width: 130px;
  height: 130px;
  background: rgba(201, 154, 61, 0.14);
  border-radius: 32px;
  transform: rotate(14deg);
}

.cms-dashboard-hero > * {
  position: relative;
  z-index: 1;
}

.cms-dashboard-hero .section-label {
  color: var(--admin-blue);
  background: var(--admin-soft-blue);
  border-color: rgba(63, 111, 181, 0.18);
}

.cms-dashboard-hero h2 {
  max-width: 800px;
  margin: 14px 0 10px;
  color: #101a31;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 800;
}

.cms-dashboard-hero p {
  max-width: 780px;
  color: #4c5a70;
  font-size: 0.98rem;
  line-height: 1.75;
}

.cms-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 22px;
}

.cms-dashboard-stats span {
  min-height: 82px;
  padding: 15px;
  color: var(--admin-muted);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(43, 85, 159, 0.18);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cms-dashboard-stats strong {
  display: block;
  color: var(--admin-navy);
  font-size: 1.65rem;
  line-height: 1.1;
}

.cms-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cms-quick-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--admin-navy);
  background: #ffffff;
  border: 1px solid rgba(43, 85, 159, 0.18);
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.cms-quick-actions a:hover,
.cms-quick-actions a:focus {
  color: #ffffff;
  background: var(--admin-navy);
  border-color: var(--admin-navy);
}

.cms-hero-panel {
  display: grid;
  align-content: center;
  min-height: 180px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(43, 85, 159, 0.18);
  box-shadow: 0 18px 38px rgba(23, 33, 58, 0.12);
  border-radius: 18px;
}

.cms-hero-panel span {
  color: var(--admin-coral);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cms-hero-panel strong {
  color: var(--admin-blue);
  font-size: 3rem;
  line-height: 1;
}

.cms-hero-panel small {
  color: var(--admin-muted);
  font-weight: 600;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}

.summary-grid article {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-top: 0;
}

.summary-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--admin-navy), var(--admin-blue), var(--admin-gold));
  content: "";
}

.summary-grid article::after {
  right: -26px;
  bottom: -26px;
  width: 92px;
  height: 92px;
  background: rgba(43, 85, 159, 0.12);
}

.summary-grid article:hover {
  box-shadow: 0 28px 56px rgba(18, 26, 47, 0.12);
  transform: translateY(-3px);
}

.summary-grid i,
.cms-card-head > i,
.cms-table-title span,
.module-list i,
.activity-list i {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-blue-2));
}

.summary-grid article:nth-child(4n + 2) > i {
  background: linear-gradient(135deg, var(--admin-aubergine), var(--admin-blue-2));
}

.summary-grid article:nth-child(4n + 3) > i {
  color: var(--admin-ink);
  background: linear-gradient(135deg, #f7d88b, var(--admin-gold));
}

.summary-grid article:nth-child(4n) > i {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-navy), var(--admin-blue));
}

.summary-grid span {
  color: var(--admin-muted);
  font-size: 0.76rem;
}

.summary-grid strong {
  color: var(--admin-ink);
}

.cms-summary-btn {
  color: var(--admin-navy);
  background: #ffffff;
  border: 1px solid rgba(43, 85, 159, 0.16);
  border-radius: 12px;
}

.cms-summary-btn:hover,
.cms-summary-btn:focus {
  color: #ffffff;
  background: var(--admin-blue);
  border-color: var(--admin-navy);
}

.cms-card {
  padding: clamp(1.1rem, 2vw, 1.55rem);
}

.cms-card-head {
  align-items: center;
  margin-bottom: 20px;
}

.cms-card h2,
.cms-welcome h2,
.summary-grid strong {
  color: var(--admin-ink);
}

.cms-card-head > i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.module-list,
.activity-list {
  gap: 12px;
}

.module-list a,
.activity-list div {
  min-height: 78px;
  padding: 14px;
  background: #f8faff;
  border: 1px solid rgba(18, 26, 47, 0.07);
  border-radius: 14px;
}

.module-list a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-blue-2));
}

.module-list a:hover span,
.module-list a:hover small {
  color: #ffffff;
}

.activity-list div:hover {
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(18, 26, 47, 0.08);
}

.donut-chart {
  background: conic-gradient(var(--admin-blue) 0 72%, var(--admin-gold) 72% 86%, #e1e7f0 86% 100%);
  box-shadow: inset 0 0 0 1px rgba(18, 26, 47, 0.06), 0 16px 34px rgba(18, 26, 47, 0.08);
}

.donut-wrap .published {
  background: var(--admin-blue);
}

.donut-wrap .review {
  background: var(--admin-gold);
}

.donut-wrap .draft {
  background: var(--admin-line);
}

.cms-data-table {
  margin-bottom: 0;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.cms-table-wrap {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(18, 26, 47, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(18, 26, 47, 0.07);
}

.cms-data-table thead th {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-navy), var(--admin-blue));
  border: 0;
  font-size: 0.78rem;
  font-weight: 800;
}

.cms-data-table tbody td {
  padding: 16px;
  border-color: rgba(18, 26, 47, 0.07);
}

.cms-data-table tbody tr:hover td {
  background: var(--admin-soft-gold);
  box-shadow: inset 4px 0 0 var(--admin-gold);
}

.cms-table-title span {
  border-radius: 12px;
}

.cms-id-badge {
  color: var(--admin-coral);
  background: var(--admin-soft-coral);
  border-color: rgba(185, 75, 95, 0.18);
}

.cms-date-pill,
.cms-website-meta span,
.cms-website-targets span {
  color: var(--admin-blue);
  background: var(--admin-soft-blue);
  border-color: rgba(39, 70, 144, 0.14);
}

.cms-website-index-hero,
.cms-website-publisher {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(196, 147, 53, 0.2), transparent 26%),
    linear-gradient(135deg, #f8fbff 0%, #dfeaff 62%, #eee8fb 100%);
  border: 1px solid rgba(43, 85, 159, 0.18);
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(18, 26, 47, 0.2);
}

.cms-website-index-hero .cms-kicker,
.cms-website-publisher .cms-kicker {
  color: var(--admin-blue);
  background: var(--admin-soft-blue);
  border-color: rgba(63, 111, 181, 0.18);
}

.cms-website-record-grid {
  gap: 16px;
}

.cms-website-record {
  border-radius: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cms-website-record:hover {
  box-shadow: 0 26px 48px rgba(18, 26, 47, 0.12);
  transform: translateY(-3px);
}

.cms-website-record h3 {
  color: var(--admin-ink);
}

.cms-publish-group {
  padding: 18px;
  border-radius: 16px;
}

.cms-publish-group-head {
  color: var(--admin-ink);
}

.cms-publish-group-head i,
.cms-website-form .form-label i {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-blue-2));
}

.cms-website-toggle .form-check-input {
  position: absolute;
  opacity: 0;
}

.cms-website-toggle .form-check-label {
  min-height: 74px;
  color: var(--admin-ink);
  background: #ffffff;
  border: 1px solid rgba(18, 26, 47, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(18, 26, 47, 0.06);
}

.cms-website-toggle .form-check-label i {
  color: var(--admin-blue);
  background: var(--admin-soft-blue);
}

.cms-website-toggle .form-check-input:checked + .form-check-label {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admin-blue), var(--admin-blue-2));
  border-color: transparent;
  box-shadow: 0 18px 34px rgba(39, 70, 144, 0.22);
}

.cms-website-toggle .form-check-input:checked + .form-check-label i {
  color: var(--admin-ink);
  background: var(--admin-gold);
}

.cms-dashboard-page .form-control,
.cms-dashboard-page .form-select {
  min-height: 46px;
  color: var(--admin-ink);
  background-color: #ffffff;
  border: 1px solid rgba(18, 26, 47, 0.14);
  border-radius: 12px;
}

.cms-dashboard-page .form-control:focus,
.cms-dashboard-page .form-select:focus {
  border-color: rgba(39, 70, 144, 0.48);
  box-shadow: 0 0 0 4px rgba(39, 70, 144, 0.12);
}

.cms-card .cke {
  overflow: hidden;
  border: 1px solid rgba(18, 26, 47, 0.12) !important;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(18, 26, 47, 0.07);
}

.cms-card .cke_top,
.cms-card .cke_bottom {
  background: #f8faff !important;
  border-color: rgba(18, 26, 47, 0.08) !important;
}

.cms-pagination .pagination {
  gap: 6px;
}

.cms-pagination .page-link {
  color: var(--admin-blue);
  border-color: rgba(18, 26, 47, 0.1);
  border-radius: 10px;
}

.cms-pagination .active > .page-link,
.cms-pagination .page-link:hover {
  color: #ffffff;
  background: var(--admin-blue);
  border-color: var(--admin-blue);
}

.alert-success {
  color: var(--admin-ink);
  background: var(--admin-soft-gold);
  border-color: rgba(214, 168, 79, 0.28);
  border-radius: 14px;
}

@media (max-width: 991.98px) {
  .cms-menu-bar {
    top: 87px;
  }

  .cms-menu-bar .navbar-toggler {
    border-radius: 12px;
  }

  .cms-dashboard-hero {
    grid-template-columns: 1fr;
  }

  .cms-page-title,
  .cms-dashboard-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .cms-topbar,
  .cms-userbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .cms-content {
    width: min(100% - 22px, 1500px);
  }

  .cms-dashboard-stats {
    grid-template-columns: 1fr;
  }

  .cms-dashboard-title .btn,
  .cms-quick-actions a {
    width: 100%;
    justify-content: center;
  }
}

/* Dashboard v2 screen */
.dash-v2 {
  display: grid;
  gap: 22px;
}

.dash-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(1rem, 2.6vw, 2rem);
  overflow: hidden;
  min-height: 330px;
  padding: clamp(1.4rem, 3vw, 2.7rem);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(31, 52, 102, 0.86)),
    linear-gradient(135deg, #10213f 0%, #2d4f92 58%, #72578e 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(23, 33, 58, 0.22);
}

.dash-v2-hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 830px;
}

.dash-v2-eyebrow,
.dash-v2-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #c49335;
  background: rgba(196, 147, 53, 0.12);
  border: 1px solid rgba(196, 147, 53, 0.24);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dash-v2-eyebrow {
  padding: 8px 12px;
}

.dash-v2-label {
  padding: 6px 11px;
}

.dash-v2-hero h1 {
  max-width: 820px;
  margin: 18px 0 12px;
  color: #ffffff;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.02;
}

.dash-v2-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.dash-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.dash-v2-actions a,
.dash-v2-actions span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.dash-v2-actions a:hover {
  color: #17213a;
  background: #d9ad55;
  border-color: #d9ad55;
}

.dash-v2-metrics {
  display: grid;
  gap: 12px;
  align-content: center;
}

.dash-v2-metrics article {
  min-height: 98px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dash-v2-metrics article:nth-child(1) {
  background: linear-gradient(135deg, rgba(190, 64, 82, 0.28), rgba(190, 64, 82, 0.12));
  border-color: rgba(255, 190, 199, 0.34);
  box-shadow: inset 4px 0 0 #d65c6f, inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dash-v2-metrics article:nth-child(2) {
  background: linear-gradient(135deg, rgba(210, 142, 42, 0.32), rgba(210, 142, 42, 0.13));
  border-color: rgba(255, 218, 151, 0.36);
  box-shadow: inset 4px 0 0 #e6a23c, inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dash-v2-metrics article:nth-child(3) {
  background: linear-gradient(135deg, rgba(62, 142, 104, 0.3), rgba(62, 142, 104, 0.12));
  border-color: rgba(170, 226, 197, 0.34);
  box-shadow: inset 4px 0 0 #4fa678, inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dash-v2-metrics span,
.dash-v2-metrics strong,
.dash-v2-metrics small {
  display: block;
}

.dash-v2-metrics span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dash-v2-metrics strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1;
}

.dash-v2-metrics small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.dash-v2-band,
.dash-v2-panel {
  padding: clamp(1.1rem, 2vw, 1.6rem);
  background: #ffffff;
  border: 1px solid rgba(23, 33, 58, 0.1);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(23, 33, 58, 0.08);
}

.dash-v2-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.dash-v2-section-head h2 {
  margin: 7px 0 0;
  color: #17213a;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
}

.dash-v2-section-head > i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: linear-gradient(135deg, #2b559f, #6f579d);
  border-radius: 16px;
  font-size: 1.2rem;
}

.dash-v2-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2b559f;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.dash-v2-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 12px;
}

.dash-v2-module-grid a,
.dash-v2-module-grid article {
  display: grid;
  min-height: 132px;
  padding: 16px;
  color: #17213a;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
  border: 1px solid rgba(43, 85, 159, 0.12);
  border-radius: 16px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dash-v2-module-grid a:nth-child(3n + 1),
.dash-v2-module-grid article:nth-child(3n + 1) {
  background: linear-gradient(135deg, rgba(190, 64, 82, 0.12), #ffffff 62%);
  border-color: rgba(190, 64, 82, 0.22);
  box-shadow: inset 4px 0 0 #d65c6f;
}

.dash-v2-module-grid a:nth-child(3n + 2),
.dash-v2-module-grid article:nth-child(3n + 2) {
  background: linear-gradient(135deg, rgba(210, 142, 42, 0.14), #ffffff 62%);
  border-color: rgba(210, 142, 42, 0.24);
  box-shadow: inset 4px 0 0 #e6a23c;
}

.dash-v2-module-grid a:nth-child(3n),
.dash-v2-module-grid article:nth-child(3n) {
  background: linear-gradient(135deg, rgba(62, 142, 104, 0.13), #ffffff 62%);
  border-color: rgba(62, 142, 104, 0.23);
  box-shadow: inset 4px 0 0 #4fa678;
}

.dash-v2-module-grid a:hover,
.dash-v2-module-grid article:hover {
  border-color: rgba(43, 85, 159, 0.28);
  box-shadow: 0 18px 32px rgba(23, 33, 58, 0.1);
  transform: translateY(-3px);
}

.dash-v2-module-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #2b559f;
  border-radius: 14px;
  font-size: 1.1rem;
}

.dash-v2-module-grid a:nth-child(3n + 1) i,
.dash-v2-module-grid article:nth-child(3n + 1) i {
  background: #d65c6f;
}

.dash-v2-module-grid a:nth-child(3n + 2) i,
.dash-v2-module-grid article:nth-child(3n + 2) i {
  color: #17213a;
  background: #e6a23c;
}

.dash-v2-module-grid a:nth-child(3n) i,
.dash-v2-module-grid article:nth-child(3n) i {
  background: #4fa678;
}

.dash-v2-module-grid span {
  margin-top: 14px;
  color: #5f6d80;
  font-size: 0.8rem;
  font-weight: 800;
}

.dash-v2-module-grid strong {
  color: #17213a;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.05;
}

.dash-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 22px;
}

.dash-v2-layout.is-equal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dash-v2-feed {
  display: grid;
  gap: 12px;
}

.dash-v2-feed a,
.dash-v2-feed div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 12px;
  color: #17213a;
  background: #f8faff;
  border: 1px solid rgba(23, 33, 58, 0.08);
  border-radius: 15px;
  text-decoration: none;
}

.dash-v2-feed.is-compact div {
  grid-template-columns: 42px minmax(0, 1fr);
}

.dash-v2-feed i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #2b559f;
  background: #eef3ff;
  border-radius: 14px;
}

.dash-v2-feed span {
  min-width: 0;
  color: #17213a;
  font-weight: 800;
}

.dash-v2-feed small {
  color: #697789;
  font-size: 0.78rem;
  font-weight: 700;
}

.dash-v2-date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 128px;
  min-height: 32px;
  padding: 0 12px;
  color: #2b559f;
  background: #ffffff;
  border: 1px solid rgba(43, 85, 159, 0.16);
  border-left: 4px solid #c49335;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(23, 33, 58, 0.06);
}

.dash-v2-date i {
  display: inline-flex;
  width: auto;
  height: auto;
  color: #c49335;
  background: transparent;
  border-radius: 0;
  font-size: 0.82rem;
}

.dash-v2-feed a:hover,
.dash-v2-feed div:hover {
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(23, 33, 58, 0.08);
}

.dash-v2-status {
  display: grid;
  align-content: start;
}

.dash-v2-ring {
  display: grid;
  place-items: center;
  width: 210px;
  height: 210px;
  margin: 4px auto 24px;
  background: conic-gradient(#2b559f 0 var(--ratio), #c49335 var(--ratio) 86%, #e3e9f4 86% 100%);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(23, 33, 58, 0.1);
}

.dash-v2-ring::before {
  position: absolute;
  width: 132px;
  height: 132px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.dash-v2-ring span {
  position: relative;
  color: #17213a;
  font-size: 2.2rem;
  font-weight: 800;
}

.dash-v2-legend {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dash-v2-legend li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #5f6d80;
  font-weight: 700;
}

.dash-v2-legend i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dash-v2-legend .is-live {
  background: #2b559f;
}

.dash-v2-legend .is-review {
  background: #c49335;
}

.dash-v2-legend .is-resource {
  background: #d6e0ee;
}

@media (max-width: 1199.98px) {
  .dash-v2-hero,
  .dash-v2-layout,
  .dash-v2-layout.is-equal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .dash-v2-hero {
    padding: 22px;
  }

  .dash-v2-actions a,
  .dash-v2-section-head > a {
    width: 100%;
    justify-content: center;
  }

  .dash-v2-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .dash-v2-feed a,
  .dash-v2-feed div {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .dash-v2-feed small {
    grid-column: 2;
  }
}

/* Admin menu contrast fix */
.cms-menu-bar .nav-link:hover,
.cms-menu-bar .nav-link:focus,
.cms-menu-bar .nav-link.active,
.cms-menu-bar .show > .nav-link {
  color: #ffffff;
  background: linear-gradient(135deg, #253858, #2b559f);
  border-color: transparent;
}

.cms-menu-bar .nav-link:hover i,
.cms-menu-bar .nav-link:focus i,
.cms-menu-bar .nav-link.active i,
.cms-menu-bar .show > .nav-link i {
  color: #253858;
  background: #d9ad55;
}

.cms-nav-panel > a:hover,
.cms-nav-panel > a:focus,
.cms-nav-panel > a.active,
.cms-nav-submenu a:hover,
.cms-nav-submenu a:focus {
  color: #17213a;
  background: #eef3ff;
  border-color: rgba(43, 85, 159, 0.22);
}

.cms-nav-panel > a:hover strong,
.cms-nav-panel > a:focus strong,
.cms-nav-panel > a.active strong,
.cms-nav-panel > a:hover small,
.cms-nav-panel > a:focus small,
.cms-nav-panel > a.active small,
.cms-nav-submenu a:hover span,
.cms-nav-submenu a:focus span {
  color: #17213a;
}

/* Admin menu v2 */
.cms-menu-bar .dropdown-menu.cms-nav-panel {
  width: min(760px, calc(100vw - 32px));
  padding: 10px;
}

.cms-nav-panel-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-bottom: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #253858, #2b559f);
  border-radius: 12px;
}

.cms-nav-panel-head > i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #253858;
  background: #d9ad55;
  border-radius: 10px;
  font-size: 1rem;
}

.cms-nav-panel-head strong,
.cms-nav-panel-head small {
  display: block;
}

.cms-nav-panel-head strong {
  font-size: 0.88rem;
  font-weight: 900;
}

.cms-nav-panel-head small {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 600;
}

.cms-nav-section {
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.1);
  border-radius: 16px;
}

.cms-nav-section + .cms-nav-section {
  margin-top: 10px;
}

.cms-nav-section.active {
  border-color: rgba(43, 85, 159, 0.28);
  box-shadow: inset 4px 0 0 #d9ad55;
}

.cms-nav-parent {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px;
  color: #17213a;
  background: linear-gradient(180deg, #f8faff, #ffffff);
  border: 1px solid rgba(43, 85, 159, 0.08);
  border-radius: 14px;
  text-decoration: none;
}

.cms-nav-parent > i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: linear-gradient(135deg, #2b559f, #6f579d);
  border-radius: 13px;
}

.cms-nav-parent strong,
.cms-nav-parent small {
  display: block;
}

.cms-nav-parent strong {
  color: #17213a;
  font-size: 0.9rem;
  font-weight: 900;
}

.cms-nav-parent small {
  margin-top: 2px;
  color: #697789;
  font-size: 0.74rem;
  font-weight: 700;
}

.cms-nav-parent:hover,
.cms-nav-parent:focus {
  color: #17213a;
  background: #eef3ff;
  border-color: rgba(43, 85, 159, 0.22);
}

.cms-nav-child-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 4px 2px 56px;
}

.cms-nav-child-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 10px;
  color: #4d5b70;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.08);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.cms-nav-child-list a i {
  color: #c49335;
  font-size: 0.85rem;
}

.cms-nav-child-list a:hover,
.cms-nav-child-list a:focus {
  color: #ffffff;
  background: #2b559f;
  border-color: #2b559f;
}

.cms-nav-child-list a:hover i,
.cms-nav-child-list a:focus i {
  color: #d9ad55;
}

.cms-legacy-menu {
  width: auto !important;
  min-width: 245px;
  max-width: 300px;
  padding: 6px !important;
  background: #ffffff !important;
  border: 1px solid rgba(37, 56, 88, 0.12) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(23, 33, 58, 0.18) !important;
}

.cms-legacy-menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

.cms-legacy-menu-grid a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 10px 7px 12px;
  color: #253451;
  background: transparent;
  border: 0;
  border-radius: 7px;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: none;
  transition: color 160ms ease, background 160ms ease, padding 160ms ease;
}

.cms-legacy-menu-grid a::before {
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 3px;
  content: "";
  background: #2b559f;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 160ms ease;
}

.cms-legacy-menu-grid a i {
  display: inline-flex;
  flex: 0 0 18px;
  justify-content: center;
  width: 18px;
  height: auto;
  color: #2b559f;
  background: transparent;
  border-radius: 0;
  font-size: 0.94rem;
}

.cms-legacy-menu-grid a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cms-legacy-menu-grid a:nth-child(3n + 1) i {
  color: #b94b5f;
  background: transparent;
}

.cms-legacy-menu-grid a:nth-child(3n + 2) i {
  color: #9a6418;
  background: transparent;
}

.cms-legacy-menu-grid a:hover,
.cms-legacy-menu-grid a:focus {
  color: #17213a;
  background: #f3f6fc;
  box-shadow: none;
  padding-left: 16px;
}

.cms-legacy-menu-grid a:hover::before,
.cms-legacy-menu-grid a:focus::before {
  opacity: 1;
}

.cms-menu-bar .dropdown-menu.cms-simple-dropdown {
  left: 0;
  width: auto;
  min-width: 300px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 6px;
  margin-top: 0;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(23, 33, 58, 0.16);
}

.cms-menu-bar .nav-item.dropdown {
  position: relative;
}

.cms-menu-bar .nav-item.dropdown > .cms-simple-dropdown {
  top: 100%;
  right: auto;
  left: 0;
  transform: none !important;
}

.cms-menu-bar .nav-item.dropdown > .cms-simple-dropdown[data-bs-popper] {
  top: 100%;
  right: auto;
  left: 0;
  margin-top: 0;
}

.cms-simple-dropdown-list {
  display: grid;
  gap: 0;
}

.cms-simple-dropdown[data-menu="committee"] {
  min-width: 420px;
  max-width: min(520px, calc(100vw - 32px));
}

.cms-simple-dropdown[data-menu="committee"] .cms-simple-dropdown-list {
  max-height: min(68vh, 640px);
  overflow-y: auto;
  padding-right: 4px;
}

.cms-simple-dropdown[data-menu="committee"] .dropdown-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.committee-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.committee-list-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 14px;
  color: #253451;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(23, 33, 58, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.committee-list-item:hover {
  color: #17213a;
  border-color: rgba(43, 85, 159, 0.28);
  box-shadow: 0 18px 38px rgba(23, 33, 58, 0.1);
  transform: translateY(-2px);
}

.committee-list-item > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: linear-gradient(135deg, #2b559f, #9b3148);
  border-radius: 10px;
}

.committee-list-item strong,
.committee-list-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.committee-list-item strong {
  font-size: 0.9rem;
  font-weight: 850;
}

.committee-list-item small {
  margin-top: 4px;
  color: #69778d;
  font-size: 0.74rem;
  font-weight: 650;
}

.committee-list-item em {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #2b559f;
  background: #eef3ff;
  border-radius: 50%;
}

.cms-simple-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 7px 10px;
  color: #253451;
  border-bottom: 1px solid rgba(37, 56, 88, 0.09);
  border-radius: 0;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: normal;
}

.cms-simple-dropdown .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cms-simple-dropdown .dropdown-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.cms-simple-dropdown .dropdown-item i {
  display: grid;
  flex: 0 0 30px;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #2b559f;
  border-radius: 8px;
  font-size: 0.88rem;
  text-align: center;
}

.cms-simple-dropdown .dropdown-item:nth-child(4n + 1) i {
  color: #ffffff;
  background: #b94b5f;
}

.cms-simple-dropdown .dropdown-item:nth-child(4n + 2) i {
  color: #17213a;
  background: #d9ad55;
}

.cms-simple-dropdown .dropdown-item:nth-child(4n + 3) i {
  color: #ffffff;
  background: #2b559f;
}

.cms-simple-dropdown .dropdown-item:nth-child(4n) i {
  color: #ffffff;
  background: #3e8e68;
}

.cms-simple-dropdown .dropdown-item:hover,
.cms-simple-dropdown .dropdown-item:focus {
  color: #17213a;
  background: #eef3ff;
}

@media (min-width: 992px) {
  .cms-menu-bar .nav-item.dropdown:hover > .dropdown-menu,
  .cms-menu-bar .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }

  .cms-menu-bar .nav-item.dropdown::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 10px;
    content: "";
  }

  .cms-menu-bar .nav-item.dropdown:hover > .nav-link,
  .cms-menu-bar .nav-item.dropdown:focus-within > .nav-link {
    color: #ffffff;
    background: linear-gradient(135deg, #253858, #2b559f);
    border-color: transparent;
  }

  .cms-menu-bar .nav-item.dropdown:hover > .nav-link i,
  .cms-menu-bar .nav-item.dropdown:focus-within > .nav-link i {
    color: #253858;
    background: #d9ad55;
  }
}

/* Category admin */
.category-admin {
  display: grid;
  gap: 22px;
}

.category-admin-hero,
.category-admin-card {
  background: #ffffff;
  border: 1px solid rgba(23, 33, 58, 0.1);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(23, 33, 58, 0.08);
}

.category-admin-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  background:
    linear-gradient(135deg, rgba(185, 75, 95, 0.16), rgba(217, 173, 85, 0.16) 48%, rgba(43, 85, 159, 0.1)),
    #ffffff;
  border-color: rgba(185, 75, 95, 0.18);
  box-shadow: 0 22px 50px rgba(185, 75, 95, 0.12);
}

.category-admin-hero span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b94b5f;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(185, 75, 95, 0.16);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-admin-hero h1 {
  margin: 8px 0 7px;
  color: #8f263c;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  font-weight: 850;
}

.category-admin-hero p {
  max-width: 760px;
  margin: 0;
  color: #3f4d63;
  line-height: 1.65;
}

.category-admin-hero > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: #ffffff;
  background: #253858;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.category-admin-card {
  padding: clamp(1rem, 2vw, 1.5rem);
}

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

.category-field,
.category-target-grid section {
  padding: 14px;
  background: #f8faff;
  border: 1px solid rgba(43, 85, 159, 0.1);
  border-radius: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-field:focus-within,
.category-target-grid section:focus-within {
  border-color: rgba(43, 85, 159, 0.32);
  box-shadow: 0 14px 28px rgba(23, 33, 58, 0.08);
}

.category-field-wide {
  grid-column: span 2;
}

.category-field label,
.category-target-head {
  display: block;
  margin-bottom: 8px;
  color: #253451;
  font-size: 0.78rem;
  font-weight: 850;
}

.category-field label em {
  color: #b94b5f;
  font-style: normal;
}

.category-field small {
  display: block;
  margin-top: 7px;
  color: #6b788c;
  font-size: 0.74rem;
}

.category-field .form-control,
.category-field .form-select {
  min-height: 42px;
  border-color: rgba(37, 56, 88, 0.14);
  border-radius: 10px;
  font-size: 0.88rem;
}

.category-parent-field {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.category-parent-field::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #2b559f, #d9ad55);
}

.category-parent-select {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-height: 50px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.16);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(23, 33, 58, 0.06);
}

.category-parent-select > i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 100%;
  color: #ffffff;
  background: linear-gradient(135deg, #b94b5f, #2b559f);
  font-size: 1.05rem;
}

.category-parent-select .form-select {
  min-height: 50px;
  padding-left: 13px;
  color: #17213a;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  font-weight: 800;
  box-shadow: none;
}

.category-parent-select .form-select:focus {
  box-shadow: none;
}

.category-parent-select option {
  color: #17213a;
  background: #ffffff;
  font-weight: 700;
}

.category-choice-row,
.category-target-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.category-choice-row label,
.category-target-options label {
  cursor: pointer;
}

.category-choice-row input,
.category-target-options input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.category-choice-row span,
.category-target-options span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  color: #4e5d72;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.12);
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 800;
}

.category-choice-row input:checked + span,
.category-target-options input[type="checkbox"]:checked + span {
  color: #ffffff;
  background: #2b559f;
  border-color: #2b559f;
}

.category-padding-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.category-padding-grid span {
  display: block;
  margin-bottom: 5px;
  color: #6b788c;
  font-size: 0.72rem;
  font-weight: 800;
}

.category-target-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 16px;
  margin-top: 16px;
}

.category-target-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.category-target-head i {
  color: #d9ad55;
}

.category-target-options span i {
  font-size: 1rem;
}

.category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.category-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.category-list-head span {
  color: #b94b5f;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-list-head h2 {
  margin: 4px 0 0;
  color: #17213a;
  font-size: 1.35rem;
  font-weight: 850;
}

.category-list-head strong {
  color: #253858;
  background: #eef3ff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.78rem;
}

.category-table-wrap {
  border: 1px solid rgba(37, 56, 88, 0.1);
  border-radius: 14px;
}

.category-table {
  margin-bottom: 0;
  font-size: 0.84rem;
}

.category-table thead th {
  color: #253451;
  background: #f3f6fc;
  border-bottom-color: rgba(37, 56, 88, 0.12);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-table td {
  color: #4d5b70;
}

.category-table code {
  color: #2b559f;
  background: #eef3ff;
  border-radius: 6px;
  padding: 3px 6px;
}

.category-target-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.category-target-badges span {
  color: #17213a;
  background: #fff6e5;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 850;
}

.category-target-badges em {
  color: #8a96a8;
  font-style: normal;
}

.category-row-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  white-space: nowrap;
}

.category-row-actions a,
.category-row-actions button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 9px;
  border: 0;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.category-row-actions a {
  color: #ffffff;
  background: #2b559f;
}

.category-row-actions button {
  color: #ffffff;
  background: #b94b5f;
}

.category-pagination {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.category-pagination .pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.category-pagination .page-item .page-link {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  color: #253451;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.14);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(23, 33, 58, 0.05);
}

.category-pagination .page-item.active .page-link {
  color: #ffffff;
  background: #2b559f;
  border-color: #2b559f;
}

.category-pagination .page-item.disabled .page-link {
  color: #9aa5b5;
  background: #f3f6fc;
  box-shadow: none;
}

.category-pagination .page-item .page-link:hover,
.category-pagination .page-item .page-link:focus {
  color: #ffffff;
  background: #253858;
  border-color: #253858;
}

@media (max-width: 991.98px) {
  .category-form-grid,
  .category-target-grid {
    grid-template-columns: 1fr;
  }

  .category-field-wide {
    grid-column: auto;
  }

  .category-padding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .category-admin-hero,
  .category-list-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Folder admin */
.folder-admin-hero {
  background:
    linear-gradient(135deg, rgba(43, 85, 159, 0.15), rgba(62, 142, 104, 0.15) 52%, rgba(217, 173, 85, 0.13)),
    #ffffff;
  border-color: rgba(43, 85, 159, 0.2);
  box-shadow: 0 22px 50px rgba(43, 85, 159, 0.12);
}

.folder-admin-hero span {
  color: #2b559f;
  border-color: rgba(43, 85, 159, 0.16);
}

.folder-admin-hero h1 {
  color: #253858;
}

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

.folder-name-field {
  max-width: 760px;
  background:
    linear-gradient(135deg, rgba(43, 85, 159, 0.08), rgba(217, 173, 85, 0.08)),
    #ffffff;
}

.folder-input-shell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-height: 50px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.16);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(23, 33, 58, 0.06);
}

.folder-input-shell > i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 100%;
  color: #ffffff;
  background: linear-gradient(135deg, #2b559f, #3e8e68);
  font-size: 1.05rem;
}

.folder-input-shell .form-control {
  min-height: 50px;
  padding-left: 13px;
  color: #17213a;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  font-weight: 800;
  box-shadow: none;
}

.folder-resource-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 30px;
  padding: 0 10px;
  color: #17213a;
  background: #eef3ff;
  border-radius: 999px;
  font-weight: 850;
}

/* Resource admin */
.resource-admin-hero {
  background:
    linear-gradient(135deg, rgba(185, 75, 95, 0.13), rgba(43, 85, 159, 0.16) 50%, rgba(62, 142, 104, 0.13)),
    #ffffff;
  border-color: rgba(43, 85, 159, 0.2);
  box-shadow: 0 22px 50px rgba(43, 85, 159, 0.12);
}

.resource-admin-hero h1 {
  color: #253858;
}

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

.resource-upload-field {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(43, 85, 159, 0.08), rgba(217, 173, 85, 0.1)),
    #ffffff;
}

.resource-upload-shell {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  min-height: 52px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 56, 88, 0.16);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(23, 33, 58, 0.06);
}

.resource-upload-shell > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 100%;
  color: #ffffff;
  background: linear-gradient(135deg, #b94b5f, #2b559f);
  font-size: 1.1rem;
}

.resource-upload-shell .form-control {
  min-height: 52px;
  padding-top: 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.resource-preview-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #2b559f;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.category-row-actions .is-preview {
  background: #3e8e68;
}

.resource-list-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 16px;
}

.resource-list-filter-actions {
  display: flex;
  gap: 8px;
  padding-bottom: 2px;
}

.resource-type-link {
  color: #2b559f;
  font-weight: 850;
  text-decoration: none;
}

.resource-path {
  display: inline-block;
  max-width: 340px;
  overflow: hidden;
  color: #667488;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.cms-simple-dropdown .cms-disabled-menu-item,
.cms-simple-dropdown .cms-disabled-menu-item:hover {
  color: #8d98aa;
  background: #f1f4f8;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.cms-simple-dropdown .cms-disabled-menu-item i {
  color: #9aa6b6;
}

@media (max-width: 991.98px) {
  .committee-list-grid {
    grid-template-columns: 1fr;
  }

  .resource-form-grid,
  .resource-list-filter {
    grid-template-columns: 1fr;
  }

  .resource-upload-field {
    grid-row: auto;
  }

  .resource-list-filter-actions {
    padding-bottom: 0;
  }
}

/* Post admin */
.post-admin-hero {
  background:
    linear-gradient(135deg, rgba(185, 75, 95, 0.15), rgba(217, 173, 85, 0.14) 45%, rgba(43, 85, 159, 0.13)),
    #ffffff;
  border-color: rgba(185, 75, 95, 0.2);
  box-shadow: 0 22px 50px rgba(185, 75, 95, 0.11);
}

.post-admin-hero h1 {
  color: #8f263c;
}

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

.post-field-wide {
  grid-column: span 3;
}

.post-form-grid textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.post-multi-select {
  min-height: 170px;
  padding: 10px;
}

.post-multi-select option {
  padding: 7px 9px;
}

.has-jquery-datepicker {
  background-image: linear-gradient(135deg, rgba(43, 85, 159, 0.08), rgba(185, 75, 95, 0.07));
  background-position: right 14px center;
  background-repeat: no-repeat;
}

.ui-datepicker {
  z-index: 2000 !important;
  width: 290px;
  padding: 12px;
  border: 1px solid rgba(43, 85, 159, 0.16) !important;
  border-radius: 14px;
  box-shadow: 0 22px 48px rgba(31, 45, 75, 0.18);
  font-family: "Poppins", sans-serif;
}

.ui-datepicker .ui-datepicker-header {
  padding: 8px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #263f73, #9b3148);
  border: 0;
  border-radius: 10px;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 0 3px;
  padding: 3px 5px;
  color: #24324d;
  border: 0;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: 0;
  background: rgba(255, 255, 255, 0.16);
}

.ui-datepicker th {
  color: #5f6e83;
  font-size: 0.72rem;
  font-weight: 800;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 0 !important;
  border-radius: 10px;
  background: #f6f8fb !important;
  color: #26344f !important;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.ui-datepicker td a.ui-state-hover,
.ui-datepicker td a.ui-state-active {
  background: #9b3148 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-state-highlight {
  box-shadow: inset 0 0 0 2px rgba(43, 85, 159, 0.35);
}

@media (max-width: 991.98px) {
  .post-form-grid {
    grid-template-columns: 1fr;
  }

  .post-field-wide {
    grid-column: auto;
  }
}

@media (max-width: 767.98px) {
  .cms-nav-child-list {
    grid-template-columns: 1fr;
    padding-left: 4px;
  }
}
