/* SRHU Online - Disclosure of Information */
:root {
  --sdi-ink: #1a1a2e;
  --sdi-muted: #5f6b7a;
  --sdi-primary: #0f2557;
  --sdi-primary-dark: #0a1830;
  --sdi-accent: #c9a227;
  --sdi-accent-dark: #a5720f;
  --sdi-bg: #f7f4ea;
  --sdi-surface: #ffffff;
  --sdi-border: #e3ddc9;
  --sdi-border-strong: #d1c9ab;
  --sdi-soft-blue: #eef2f8;
  --sdi-soft-gold: #fdf6e3;
  --sdi-soft-green: #f1f8f1;
  --sdi-soft-red: #fff4f2;
  --sdi-danger: #b42318;
  --sdi-radius: 14px;
  --sdi-shadow: 0 12px 34px rgba(15, 37, 87, 0.10);
  --sdi-shell: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sdi-ink);
  background: var(--sdi-bg);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea { font: inherit; }
a { color: var(--sdi-primary); }
.sdi-page { min-height: 100vh; }
.sdi-shell { width: min(var(--sdi-shell), calc(100% - 48px)); margin-inline: auto; }

.sdi-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #0a1830 0%, #0f2557 55%, #16326e 100%);
  padding: 34px 0 38px;
}
.sdi-hero::before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -230px;
  width: 470px;
  height: 470px;
  border: 76px solid rgba(212, 184, 63, .08);
  border-radius: 50%;
  pointer-events: none;
}
.sdi-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -170px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(212, 184, 63, .10);
  border-radius: 50%;
  pointer-events: none;
}
.sdi-hero-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
.sdi-eyebrow, .sdi-section-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.sdi-eyebrow { color: #f0d98c; }
.sdi-hero h1 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.12;
  letter-spacing: .015em;
}
.sdi-hero-copy {
  max-width: 780px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.7;
}
.sdi-hero-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.sdi-hero-badge svg { width: 19px; height: 19px; fill: #d4b83f; }

.sdi-content-section { padding: 36px 0 44px; }
.sdi-overview-card, .sdi-disclosure-card {
  background: var(--sdi-surface);
  border: 1px solid var(--sdi-border);
  border-radius: var(--sdi-radius);
  box-shadow: var(--sdi-shadow);
}
.sdi-overview-card { padding: 26px; margin-bottom: 24px; }
.sdi-disclosure-card { padding: 26px; }
.sdi-section-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.sdi-section-heading--overview { margin-bottom: 22px; }
.sdi-section-number {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: var(--sdi-primary);
  background: var(--sdi-soft-blue);
  font-size: 13px;
  font-weight: 800;
}
.sdi-section-kicker { color: var(--sdi-accent-dark); }
.sdi-section-heading h2 {
  margin: 0;
  color: var(--sdi-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.2;
}

.sdi-overview-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 12px;
  margin: 0;
}
.sdi-overview-item { 
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid var(--sdi-border);
  border-radius: 11px;
  background: linear-gradient(180deg, #fbfcfe 0%, #fff 100%);
}
.sdi-overview-item--wide { grid-column: span 2; }
.sdi-overview-item--website { grid-column: span 3; }
.sdi-overview-item dt {
  margin-bottom: 7px;
  color: var(--sdi-muted);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.sdi-overview-item dd {
  margin: 0;
  color: var(--sdi-primary-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.sdi-overview-item dd a { text-decoration: none; }
.sdi-overview-item dd a:hover { text-decoration: underline; }
.sdi-highlight-value {
  display: inline-flex;
  align-items: center;
  min-width: 34px;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  color: #7b5a0e !important;
  background: var(--sdi-soft-gold);
}

.sdi-table-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 2px 0 17px;
  padding: 14px 16px;
  border: 1px solid var(--sdi-border);
  border-radius: 11px;
  background: #f8fafc;
}
.sdi-table-intro {
  max-width: 790px;
  margin: 0;
  color: var(--sdi-muted);
  font-size: 13px;
  line-height: 1.6;
}
.sdi-tool-actions { display: inline-flex; gap: 8px; flex: 0 0 auto; }
.sdi-tool-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 37px;
  padding: 8px 11px;
  border: 1px solid var(--sdi-border-strong);
  border-radius: 8px;
  color: var(--sdi-primary);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.sdi-tool-button svg { width: 16px; height: 16px; fill: currentColor; }
.sdi-tool-button:hover, .sdi-tool-button[aria-pressed="true"] {
  border-color: var(--sdi-primary);
  color: #fff;
  background: var(--sdi-primary);
}
.sdi-scroll-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  color: #7b8796;
  font-size: 11.5px;
}
.sdi-scroll-note svg { width: 15px; height: 15px; fill: var(--sdi-accent-dark); }

.sdi-table-wrap {
  position: relative;
  overflow-x: auto;
  border: 1px solid var(--sdi-border-strong);
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--sdi-accent) #f4f1e7;
}
.sdi-table-wrap:focus-visible {
  outline: 3px solid rgba(15, 37, 87, .18);
  outline-offset: 3px;
}
.sdi-table {
  width: 100%;
  min-width: 1180px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 13px;
}
.sdi-col-number { width: 5.4%; }
.sdi-col-type { width: 16%; }
.sdi-col-provision { width: 39%; }
.sdi-col-status { width: 12.5%; }
.sdi-col-link { width: 12.5%; }
.sdi-col-reason { width: 14.6%; }
.sdi-table caption {
  padding: 14px 16px;
  color: var(--sdi-ink);
  background: #f8fafc;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid var(--sdi-border);
}
.sdi-table th, .sdi-table td {
  padding: 12px 12px;
  border-right: 1px solid var(--sdi-border);
  border-bottom: 1px solid var(--sdi-border);
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}
.sdi-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #fff;
  background: var(--sdi-primary);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}
.sdi-table thead th:first-child { border-top-left-radius: 0; }
.sdi-table thead th:last-child { border-right: 0; }
.sdi-table tbody tr:nth-child(even) { background: #fbfcfe; }
.sdi-table tbody tr:hover { background: #f8fafc; }
.sdi-table tbody tr:last-child th, .sdi-table tbody tr:last-child td { border-bottom: 0; }
.sdi-table tbody th:last-of-type, .sdi-table tbody td:last-child { border-right: 0; }
.sdi-serial {
  color: var(--sdi-primary-dark);
  background: var(--sdi-soft-gold);
  text-align: center !important;
  font-size: 15px;
  font-weight: 800;
}
.sdi-information-type {
  color: var(--sdi-primary-dark);
  background: var(--sdi-soft-blue);
  text-align: center !important;
  font-size: 13px;
  font-weight: 800;
}
.sdi-sub-index {
  display: inline-block;
  min-width: 26px;
  color: var(--sdi-accent-dark);
  font-weight: 800;
}
.sdi-subheading {
  color: var(--sdi-primary-dark);
  background: #fffaf0 !important;
  font-weight: 700;
}
.sdi-programme-name {
  padding-left: 29px !important;
  color: #34455d;
  font-weight: 600;
}
.sdi-table em { color: var(--sdi-muted); font-size: 11.5px; }
.sdi-status-cell { text-align: center !important; }
.sdi-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.sdi-status--yes { color: #356c39; background: var(--sdi-soft-green); border-color: #cde7cf; }
.sdi-status--no { color: var(--sdi-danger); background: var(--sdi-soft-red); border-color: #f0c9c2; }
.sdi-status--na { color: #6b5b32; background: var(--sdi-soft-gold); border-color: #f0e4bb; }
.sdi-resource-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #355f99;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sdi-resource-link:hover { color: var(--sdi-primary); }
.sdi-resource-link span { font-size: 14px; text-decoration: none; }
.sdi-reason { color: var(--sdi-muted); }
.sdi-na-cell { color: #788494; font-style: italic; text-align: center !important; }
.sdi-dash-cell { color: var(--sdi-muted); text-align: center !important; font-weight: 600; }
.sdi-inline-list { margin: 7px 0 0; padding-left: 18px; }
.sdi-inline-list li { margin: 2px 0; }

.sdi-table.sdi-table--compact th, .sdi-table.sdi-table--compact td { padding-top: 7px; padding-bottom: 7px; }
.sdi-table.sdi-table--compact { font-size: 12px; }
.sdi-table.sdi-table--compact .sdi-status { padding-top: 3px; padding-bottom: 3px; }

.sdi-disclosure-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #f0e4bb;
  border-radius: 10px;
  background: var(--sdi-soft-gold);
}
.sdi-disclosure-note svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; fill: var(--sdi-accent-dark); }
.sdi-disclosure-note p { margin: 0; color: #77633a; font-size: 12px; line-height: 1.55; }
.sdi-disclosure-note strong { color: #5d481a; }
.sdi-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px 0;
  color: var(--sdi-muted);
  font-size: 12px;
}
.sdi-footer p { margin: 0; }
.sdi-footer a { font-weight: 700; text-decoration: none; }
.sdi-footer a:hover { text-decoration: underline; }
.sdi-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  max-width: min(360px, calc(100% - 44px));
  padding: 12px 14px;
  border: 1px solid #f0e4bb;
  border-radius: 10px;
  color: #5d481a;
  background: #fffaf0;
  box-shadow: 0 10px 24px rgba(15, 37, 87, .16);
  font-size: 12.5px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .sdi-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sdi-overview-item--wide { grid-column: span 2; }
  .sdi-overview-item--website { grid-column: span 2; }
}
@media (max-width: 760px) {
  .sdi-shell { width: min(100% - 32px, var(--sdi-shell)); }
  .sdi-hero-row { align-items: flex-start; flex-direction: column; }
  .sdi-table-tools { align-items: flex-start; flex-direction: column; }
  .sdi-tool-actions { width: 100%; }
  .sdi-tool-button { flex: 1; }
  .sdi-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .sdi-shell { width: min(100% - 22px, var(--sdi-shell)); }
  .sdi-hero { padding: 28px 0 31px; }
  .sdi-hero h1 { font-size: 29px; }
  .sdi-overview-card, .sdi-disclosure-card { padding: 18px 16px; }
  .sdi-overview-grid { grid-template-columns: 1fr; }
  .sdi-overview-item--wide, .sdi-overview-item--website { grid-column: auto; }
  .sdi-section-heading { align-items: flex-start; }
  .sdi-section-number { flex-basis: 38px; width: 38px; height: 38px; }
  .sdi-table-tools { padding: 12px; }
  .sdi-table { min-width: 1100px; }
  .sdi-table th, .sdi-table td { padding: 10px; }
  .sdi-hero-badge { font-size: 12px; }
  .sdi-toast { right: 11px; bottom: 11px; max-width: calc(100% - 22px); }
}

@media print {
  @page { size: landscape; margin: 12mm; }
  body { background: #fff; }
  .sdi-hero { padding: 18px 0 20px; }
  .sdi-hero::before, .sdi-hero::after, .sdi-hero-badge, .sdi-tool-actions, .sdi-scroll-note, .sdi-disclosure-note, .sdi-footer { display: none !important; }
  .sdi-content-section { padding: 18px 0 0; }
  .sdi-overview-card, .sdi-disclosure-card { box-shadow: none; }
  .sdi-overview-card { margin-bottom: 14px; }
  .sdi-table-tools { padding: 0; border: 0; background: transparent; }
  .sdi-table-wrap { overflow: visible; }
  .sdi-table { min-width: 0; font-size: 10px; }
  .sdi-table th, .sdi-table td { padding: 6px 7px; }
  .sdi-status { padding: 3px 5px; font-size: 9px; }
  .sdi-resource-link { color: #355f99; }
}
