.elementor-4194 .elementor-element.elementor-element-ad27678{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d4bcb6e *//* Source block: u30-report-styles */
/* ==========================================================================
   DESIGN SYSTEM & LAYOUT ARCHITECTURE (INTER TYPOGRAPHY & MODERN UI)
   ========================================================================== */
#uz2030-report {
  /* Color Palette */
  --u30-ink: #0f172a;
  --u30-ink-soft: #334155;
  --u30-ink-muted: #64748b;
  --u30-line: #e2e8f0;
  --u30-line-strong: #cbd5e1;
  --u30-paper: #ffffff;
  --u30-surface: #f8fafc;
  --u30-surface-2: #f1f5f9;
  
  --u30-blue: #0b57d0;
  --u30-blue-dark: #073c94;
  --u30-blue-light: #eff6ff;
  --u30-green: #10b981;
  --u30-green-dark: #047857;
  --u30-green-light: #ecfdf5;
  --u30-yellow: #f59e0b;
  --u30-orange: #f97316;
  --u30-red: #ef4444;
  --u30-red-dark: #b91c1c;
  --u30-red-light: #fef2f2;
  --u30-teal: #0d9488;
  --u30-purple: #7c3aed;

  /* Geometry & Elevation */
  --u30-radius-lg: 20px;
  --u30-radius-md: 14px;
  --u30-radius-sm: 8px;
  --u30-shadow: 0 10px 30px -5px rgba(15, 23, 42, .05), 0 1px 3px rgba(15, 23, 42, .03);
  --u30-shadow-soft: 0 4px 16px rgba(15, 23, 42, .04);
  --u30-shadow-hover: 0 16px 36px -4px rgba(15, 23, 42, .08);

  /* Typography Variables */
  --u30-font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --u30-text-body: 17px;

  /* Global Base Setup */
  color: var(--u30-ink);
  font-family: var(--u30-font-sans);
  font-size: var(--u30-text-body);
  line-height: 1.6;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11", "calt", "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: transparent;
  isolation: isolate;
}

#uz2030-report,
#uz2030-report * {
  box-sizing: border-box;
}

#uz2030-report a {
  color: inherit;
  text-decoration: none;
}

#uz2030-report button,
#uz2030-report input,
#uz2030-report select,
#uz2030-report textarea {
  font-family: inherit;
}

#uz2030-report svg {
  display: block;
}

/* Headings & Typography System */
#uz2030-report h1,
#uz2030-report h2,
#uz2030-report h3,
#uz2030-report p {
  margin-top: 0;
}

#uz2030-report h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-family: var(--u30-font-sans);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--u30-ink);
  text-wrap: balance;
}

#uz2030-report h2 {
  margin-bottom: 0;
  font-family: var(--u30-font-sans);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--u30-ink);
  text-wrap: balance;
}

#uz2030-report h3 {
  font-family: var(--u30-font-sans);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--u30-ink);
}

#uz2030-report .u30-lead {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--u30-ink-soft);
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 450;
  line-height: 1.62;
}

#uz2030-report .u30-prose {
  color: var(--u30-ink-soft);
  font-size: 15px;
  line-height: 1.68;
}

#uz2030-report .u30-prose p:last-child {
  margin-bottom: 0;
}

#uz2030-report .u30-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--u30-blue-light);
  color: var(--u30-blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}

#uz2030-report .u30-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: var(--u30-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

#uz2030-report .u30-section--green .u30-eyebrow { color: var(--u30-green-dark); }
#uz2030-report .u30-section--yellow .u30-eyebrow { color: var(--u30-orange); }
#uz2030-report .u30-section--red .u30-eyebrow { color: var(--u30-red-dark); }

/* Main Shell & Layout Containers */
#uz2030-report .u30-shell {
  width: min(1400px, 100%);
  margin-inline: auto;
  display: block;
  background: transparent;
  box-shadow: none;
}

#uz2030-report .u30-content {
  min-width: 0;
  padding: 28px clamp(16px, 2vw, 28px) 72px;
}

#uz2030-report .u30-hero,
#uz2030-report .u30-section {
  scroll-margin-top: 24px;
}

/* Action Utility Buttons */
#uz2030-report .u30-icon-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--u30-line);
  border-radius: 10px;
  color: var(--u30-ink-soft);
  background: #fff;
  cursor: pointer;
  transition: all .2s cubic-bezier(0.16, 1, 0.3, 1);
}

#uz2030-report .u30-icon-button:hover {
  color: var(--u30-blue);
  border-color: rgba(11, 87, 208, .3);
  box-shadow: var(--u30-shadow-soft);
  transform: translateY(-1px);
}

#uz2030-report .u30-icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#uz2030-report .u30-hero__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

#uz2030-report .u30-hero__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Hero Section Layout */
#uz2030-report .u30-hero {
  padding: clamp(24px, 3.5vw, 44px);
  border: 1px solid rgba(11, 87, 208, .12);
  border-radius: var(--u30-radius-lg);
  background:
    linear-gradient(135deg, rgba(11, 87, 208, .02), rgba(255,255,255,.95) 50%),
    #fff;
  box-shadow: var(--u30-shadow);
  overflow: hidden;
}

#uz2030-report .u30-hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

#uz2030-report .u30-status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--u30-surface-2);
  color: var(--u30-ink-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

#uz2030-report .u30-status-dot i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--u30-green);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, .2);
}

#uz2030-report .u30-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 36px;
  align-items: center;
}

#uz2030-report .u30-hero__seal {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--u30-blue);
}

#uz2030-report .u30-hero__seal::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 87, 208, .08), rgba(11, 87, 208, .01) 62%, transparent 63%);
}

#uz2030-report .u30-hero__seal svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  opacity: .22;
}

#uz2030-report .u30-hero__seal span {
  position: absolute;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums;
}

/* Stat Grid Cards */
#uz2030-report .u30-stat-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#uz2030-report .u30-stat-card {
  min-height: 124px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--u30-line);
  border-radius: var(--u30-radius-md);
  background: #ffffff;
  box-shadow: var(--u30-shadow-soft);
  transition: all .25s cubic-bezier(0.16, 1, 0.3, 1);
}

#uz2030-report .u30-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--u30-shadow-hover);
  border-color: var(--u30-line-strong);
}

#uz2030-report .u30-stat-card--blue {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--u30-blue), var(--u30-blue-dark));
  box-shadow: 0 10px 25px -4px rgba(11, 87, 208, .25);
}

#uz2030-report .u30-stat-card--blue:hover {
  box-shadow: 0 14px 30px -2px rgba(11, 87, 208, .35);
}

#uz2030-report .u30-stat-card__label {
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  opacity: .88;
}

#uz2030-report .u30-stat-card strong {
  margin-top: 8px;
  font-size: clamp(30px, 2.5vw, 42px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-stat-card small {
  color: inherit;
  font-size: 13px;
  opacity: .75;
  line-height: 1.4;
}

/* Intro Grid Layout */
#uz2030-report .u30-intro-grid {
  margin-top: 28px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 32px;
  border-top: 1px solid var(--u30-line);
}

#uz2030-report .u30-classification {
  display: grid;
  gap: 10px;
}

#uz2030-report .u30-classification__item {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--u30-line);
  border-radius: var(--u30-radius-md);
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
  transition: all .2s ease;
}

#uz2030-report .u30-classification__item:hover {
  border-color: var(--u30-line-strong);
  transform: translateX(2px);
}

#uz2030-report .u30-classification__swatch {
  width: 6px;
  height: 32px;
  border-radius: 999px;
}

#uz2030-report .u30-classification__item--green .u30-classification__swatch { background: var(--u30-green); }
#uz2030-report .u30-classification__item--yellow .u30-classification__swatch { background: var(--u30-yellow); }
#uz2030-report .u30-classification__item--red .u30-classification__swatch { background: var(--u30-red); }

#uz2030-report .u30-classification__item strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-classification__item small {
  display: block;
  color: var(--u30-ink-muted);
  font-size: 13px;
  font-weight: 450;
  line-height: 1.4;
}

#uz2030-report .u30-classification__item b {
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}

/* Sections Core Layout */
#uz2030-report .u30-section {
  padding: clamp(48px, 5.5vw, 84px) 0 0;
}

#uz2030-report .u30-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 22px;
}

#uz2030-report .u30-section-head > p {
  margin-bottom: 0;
  color: var(--u30-ink-soft);
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 16px;
  border-radius: var(--u30-radius-sm);
  background: var(--u30-surface);
  border: 1px solid var(--u30-line);
}

#uz2030-report .u30-section-label {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--u30-ink-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.4;
}

#uz2030-report .u30-section-label span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  background: var(--u30-blue);
  box-shadow: 0 4px 10px rgba(11, 87, 208, .2);
}

#uz2030-report .u30-section--green .u30-section-label span { background: var(--u30-green); box-shadow: 0 4px 10px rgba(16, 185, 129, .2); }
#uz2030-report .u30-section--yellow .u30-section-label span { background: var(--u30-orange); box-shadow: 0 4px 10px rgba(249, 115, 22, .2); }
#uz2030-report .u30-section--red .u30-section-label span { background: var(--u30-red); box-shadow: 0 4px 10px rgba(239, 68, 68, .2); }

/* Chart Cards Core */
#uz2030-report .u30-chart-card {
  position: relative;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid var(--u30-line);
  border-radius: var(--u30-radius-lg);
  background: #ffffff;
  box-shadow: var(--u30-shadow-soft);
  overflow: hidden;
}

#uz2030-report .u30-chart-toolbar {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--u30-surface-2);
}

#uz2030-report .u30-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--u30-ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

#uz2030-report .u30-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#uz2030-report .u30-dot {
  width: 8px;
  height: 8px;
  border-radius: 3px;
}

#uz2030-report .u30-dot--green { background: var(--u30-green); }
#uz2030-report .u30-dot--yellow { background: var(--u30-yellow); }
#uz2030-report .u30-dot--red { background: var(--u30-red); }

#uz2030-report .u30-chart-note {
  color: var(--u30-ink-muted);
  font-size: 12px;
  line-height: 1.4;
}

#uz2030-report .u30-scroll-frame {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--u30-line-strong) transparent;
  scrollbar-gutter: stable;
  background:
    linear-gradient(to right, #fff 30%, rgba(255,255,255,0)) left center / 42px 100% no-repeat local,
    linear-gradient(to left, #fff 30%, rgba(255,255,255,0)) right center / 42px 100% no-repeat local,
    linear-gradient(to right, rgba(15,23,42,.14), rgba(15,23,42,0)) left center / 14px 100% no-repeat scroll,
    linear-gradient(to left, rgba(15,23,42,.14), rgba(15,23,42,0)) right center / 14px 100% no-repeat scroll;
}

#uz2030-report .u30-scroll-frame:focus-visible {
  outline: 3px solid rgba(11, 87, 208, .24);
  outline-offset: 4px;
  border-radius: var(--u30-radius-sm);
}

#uz2030-report .u30-scroll-hint {
  display: none;
  margin: -4px 0 10px;
  align-items: center;
  gap: 7px;
  color: var(--u30-blue-dark);
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.35;
}

#uz2030-report .u30-scroll-hint::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

/* Direction Chart (1-diagramma) */
#uz2030-report .u30-direction-chart {
  min-width: 820px;
}

#uz2030-report .u30-direction-row {
  display: grid;
  grid-template-columns: 280px minmax(440px, 1fr) 70px;
  gap: 16px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--u30-surface-2);
}

#uz2030-report .u30-direction-row:first-child {
  border-top: 0;
}

#uz2030-report .u30-direction-name {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

#uz2030-report .u30-direction-icon,
#uz2030-report .u30-green-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--u30-blue);
  background: var(--u30-blue-light);
}

#uz2030-report .u30-direction-icon svg,
#uz2030-report .u30-green-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#uz2030-report .u30-direction-name strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

#uz2030-report .u30-direction-name small {
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.3;
}

#uz2030-report .u30-stack-track {
  height: 34px;
  display: flex;
  border-radius: var(--u30-radius-sm);
  background: var(--u30-surface-2);
  overflow: hidden;
}

#uz2030-report .u30-stack-segment {
  min-width: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .85s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms);
}

#uz2030-report .u30-stack-segment--green { background: linear-gradient(90deg, var(--u30-green-dark), var(--u30-green)); }
#uz2030-report .u30-stack-segment--yellow { background: linear-gradient(90deg, #d97706, var(--u30-yellow)); }
#uz2030-report .u30-stack-segment--red { background: linear-gradient(90deg, var(--u30-red-dark), var(--u30-red)); }

#uz2030-report .u30-direction-pct {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 2px;
  color: var(--u30-green-dark);
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-direction-pct strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
}

#uz2030-report .u30-direction-pct span {
  font-size: 12px;
}

#uz2030-report .u30-axis {
  margin-left: 306px;
  margin-right: 86px;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--u30-line-strong);
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
}


#uz2030-report .u30-direction-progress {
  min-width: 0;
}

#uz2030-report .u30-direction-progress .u30-stack-track {
  position: relative;
}

#uz2030-report .u30-direction-progress .u30-stack-segment--green {
  min-width: 34px;
}

#uz2030-report .u30-direction-statuses {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

#uz2030-report .u30-direction-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

#uz2030-report .u30-direction-status i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
}

#uz2030-report .u30-direction-status--yellow i { background: var(--u30-yellow); }
#uz2030-report .u30-direction-status--red i { background: var(--u30-red); }

#uz2030-report .u30-green-complete {
  min-width: 42px;
}

#uz2030-report .u30-green-meta {
  justify-content: flex-start;
  gap: 7px;
  white-space: normal;
}

#uz2030-report .u30-green-meta > span:last-child {
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--u30-green-light);
  font-size: 10.5px;
}

#uz2030-report .u30-green-meta__ratio {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

#uz2030-report .u30-green-meta__pct {
  color: var(--u30-green-dark);
  font-weight: 850;
}

#uz2030-report .u30-distribution-note {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-left: 3px solid var(--u30-yellow);
  color: var(--u30-ink-muted);
  background: #fffbe6;
  font-size: 12px;
  line-height: 1.45;
}

#uz2030-report .u30-green-scale-note {
  margin: 0 0 14px;
  color: var(--u30-ink-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

#uz2030-report .u30-green-remaining {
  min-width: 0;
  display: grid;
  place-items: center;
  color: var(--u30-ink-muted);
  background: var(--u30-surface-2);
  border-left: 1px solid rgba(148, 163, 184, .45);
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

/* Insight Cards */
#uz2030-report .u30-insight-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#uz2030-report .u30-insight {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  border-radius: var(--u30-radius-md);
  border: 1px solid var(--u30-line);
  background: var(--u30-surface);
  transition: all .2s ease;
}

#uz2030-report .u30-insight:hover {
  transform: translateY(-1px);
  box-shadow: var(--u30-shadow-soft);
}

#uz2030-report .u30-insight--positive { background: var(--u30-green-light); border-color: rgba(16, 185, 129, .25); }
#uz2030-report .u30-insight--attention { background: #fffbe6; border-color: rgba(245, 158, 11, .3); }

#uz2030-report .u30-insight__value {
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-insight--positive .u30-insight__value { color: var(--u30-green-dark); }
#uz2030-report .u30-insight--attention .u30-insight__value { color: #b45309; }

#uz2030-report .u30-insight strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

#uz2030-report .u30-insight p {
  margin-bottom: 0;
  color: var(--u30-ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

/* Green Section Components */
#uz2030-report .u30-top-five {
  margin: -4px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#uz2030-report .u30-top-five span {
  padding: 5px 12px;
  border: 1px solid rgba(16, 185, 129, .3);
  border-radius: 999px;
  color: var(--u30-green-dark);
  background: var(--u30-green-light);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

#uz2030-report .u30-chart-caption {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

#uz2030-report .u30-chart-caption--spaced {
  margin-top: 32px;
}

#uz2030-report .u30-chart-caption span {
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#uz2030-report .u30-chart-caption strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

#uz2030-report .u30-green-chart {
  display: grid;
  gap: 8px;
}

#uz2030-report .u30-green-row {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(240px, 1fr) 180px;
  gap: 16px;
  align-items: center;
}

#uz2030-report .u30-green-name {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.35;
}

#uz2030-report .u30-green-icon {
  width: 32px;
  height: 32px;
  color: var(--u30-green-dark);
  background: var(--u30-green-light);
  border: 1px solid rgba(16, 185, 129, .2);
}

#uz2030-report .u30-green-track {
  position: relative;
  height: 26px;
  display: flex;
  border-radius: var(--u30-radius-sm);
  background: var(--u30-surface-2);
  overflow: hidden;
}

#uz2030-report .u30-green-complete {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(90deg, var(--u30-green-dark), var(--u30-green));
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .8s cubic-bezier(.2,.8,.2,1) var(--delay,0ms);
}

#uz2030-report .u30-green-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--u30-ink-soft);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

#uz2030-report .u30-green-meta b {
  font-size: 13.5px;
  font-weight: 700;
}

#uz2030-report .u30-green-meta span {
  color: var(--u30-green-dark);
  font-weight: 700;
  font-size: 11.5px;
}

#uz2030-report .u30-editorial-note {
  margin: 16px 0 0;
  padding: 16px 20px;
  border-left: 4px solid var(--u30-green);
  border-radius: 0 var(--u30-radius-md) var(--u30-radius-md) 0;
  color: var(--u30-ink-soft);
  background: var(--u30-green-light);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.65;
}

/* Donut & Sector Layout (Yellow Section) */
#uz2030-report .u30-donut-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  width: 100%;
}

#uz2030-report .u30-donut-stage {
  position: relative;
  display: grid;
  place-items: center;
}

#uz2030-report .u30-donut-wrap {
  position: relative;
  width: min(340px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
}

#uz2030-report .u30-donut-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 10px 20px rgba(15, 23, 42, .06));
}

#uz2030-report .u30-donut-segment {
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .2s ease, filter .2s ease;
}

#uz2030-report .u30-donut-segment:hover,
#uz2030-report .u30-donut-segment.is-active {
  transform: scale(1.025);
  filter: brightness(1.04);
}

#uz2030-report .u30-donut-label {
  fill: #fff;
  font-family: var(--u30-font-sans);
  text-anchor: middle;
  pointer-events: none;
  paint-order: stroke;
  stroke: rgba(0, 0, 0, .15);
  stroke-width: 1px;
}

#uz2030-report .u30-donut-label__count {
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -.03em;
}

#uz2030-report .u30-donut-label__pct {
  font-size: 15px;
  font-weight: 750;
}

#uz2030-report .u30-donut-center {
  position: absolute;
  z-index: 2;
  inset: 32%;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06), inset 0 0 0 1px var(--u30-line);
}

#uz2030-report .u30-donut-center strong {
  color: var(--u30-ink);
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.06em;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-donut-center span {
  margin-top: 4px;
  color: var(--u30-ink-muted);
  font-size: 13px;
  font-weight: 700;
}

#uz2030-report .u30-sector-list {
  display: grid;
  gap: 10px;
}

#uz2030-report .u30-sector-row {
  --sector-color: #0b57d0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--u30-line);
  border-left: 4px solid var(--sector-color);
  border-radius: var(--u30-radius-md);
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
  transition: all .2s ease;
}

#uz2030-report .u30-sector-row:hover,
#uz2030-report .u30-sector-row.is-active {
  transform: translateY(-1px);
  box-shadow: var(--u30-shadow-hover);
}

#uz2030-report .u30-sector-row__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--sector-color);
  background: color-mix(in srgb, var(--sector-color) 10%, white);
}

#uz2030-report .u30-sector-row__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#uz2030-report .u30-sector-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

#uz2030-report .u30-sector-row__head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}

#uz2030-report .u30-sector-row__metric {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

#uz2030-report .u30-sector-row__metric strong {
  color: var(--sector-color);
  font-size: 18px;
  font-weight: 850;
}

#uz2030-report .u30-sector-row__metric span {
  color: var(--u30-ink-muted);
  font-size: 12px;
  font-weight: 650;
}

#uz2030-report .u30-sector-row__details {
  margin: 2px 0 6px;
  color: var(--u30-ink-soft);
  font-size: 12.5px;
  line-height: 1.4;
}

#uz2030-report .u30-sector-row__bar {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--u30-surface-2);
}

#uz2030-report .u30-sector-row__fill {
  display: block;
  width: var(--sector-pct);
  height: 100%;
  border-radius: inherit;
  background: var(--sector-color);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .8s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms);
}

#uz2030-report .is-visible .u30-sector-row__fill {
  transform: scaleX(1);
}

/* Range Chart (Yellow Ranges) */
#uz2030-report .u30-range-chart {
  min-width: 620px;
  display: grid;
  gap: 10px;
}

#uz2030-report .u30-range-row {
  display: grid;
  grid-template-columns: 40px minmax(200px, 280px) minmax(240px, 1fr) 56px;
  gap: 14px;
  align-items: center;
}

#uz2030-report .u30-range-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--range-color);
  background: color-mix(in srgb, var(--range-color) 12%, white);
}

#uz2030-report .u30-range-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#uz2030-report .u30-range-label strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

#uz2030-report .u30-range-label small {
  display: block;
  color: var(--u30-ink-muted);
  font-size: 11.5px;
  font-weight: 450;
  line-height: 1.35;
}

#uz2030-report .u30-range-track {
  height: 36px;
  border-radius: var(--u30-radius-sm);
  background: var(--u30-surface-2);
  overflow: hidden;
}

#uz2030-report .u30-range-fill {
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: inherit;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(90deg, color-mix(in srgb, var(--range-color) 85%, black), var(--range-color));
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .85s cubic-bezier(.2,.8,.2,1) var(--delay,0ms);
}

#uz2030-report .u30-range-count {
  color: var(--u30-ink);
  font-size: 22px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  text-align: right;
}


/* Diagram 4: one 100% distribution scale for all 35 yellow indicators */
#uz2030-report .u30-range-chart {
  min-width: 0;
  display: block;
}

#uz2030-report .u30-range-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

#uz2030-report .u30-range-summary strong {
  color: var(--u30-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

#uz2030-report .u30-range-summary span {
  color: var(--u30-ink-muted);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

#uz2030-report .u30-range-stack {
  width: 100%;
  height: 44px;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--u30-line);
  border-radius: var(--u30-radius-sm);
  background: var(--u30-surface-2);
}

#uz2030-report .u30-range-segment {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  border-right: 2px solid rgba(255,255,255,.82);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .85s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms);
}

#uz2030-report .u30-range-segment:last-child { border-right: 0; }

#uz2030-report .u30-range-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 14px;
}

#uz2030-report .u30-range-legend-item {
  display: grid;
  grid-template-columns: 11px minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
  min-width: 0;
  padding: 9px 0;
  border-bottom: 1px solid var(--u30-line);
}

#uz2030-report .u30-range-legend-dot {
  width: 11px;
  height: 11px;
  margin-top: .3em;
  border-radius: 3px;
  background: var(--range-color);
}

#uz2030-report .u30-range-legend-copy {
  min-width: 0;
}

#uz2030-report .u30-range-legend-copy strong {
  display: block;
  color: var(--u30-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

#uz2030-report .u30-range-legend-copy small {
  display: block;
  margin-top: 2px;
  color: var(--u30-ink-muted);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.4;
}

#uz2030-report .u30-range-legend-value {
  color: var(--u30-ink-soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 700px) {
  #uz2030-report .u30-range-legend { grid-template-columns: 1fr; }
  #uz2030-report .u30-range-stack { height: 40px; }
  #uz2030-report .u30-range-segment { font-size: 11px; padding-inline: 3px; }
}

/* Case Grid Cards */
#uz2030-report .u30-case-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#uz2030-report .u30-case-card {
  position: relative;
  padding: 20px;
  border: 1px solid #fed7aa;
  border-radius: var(--u30-radius-md);
  background: linear-gradient(145deg, #fffbf5, #fff);
  box-shadow: var(--u30-shadow-soft);
  overflow: hidden;
}

#uz2030-report .u30-case-card__index {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(249, 115, 22, .12);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-case-card__metric {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-case-card__metric strong {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -.03em;
}

#uz2030-report .u30-case-card__metric b {
  padding: 2px 8px;
  border-radius: 999px;
  color: #9a3412;
  background: #ffedd5;
  font-size: 12px;
  font-weight: 750;
}

#uz2030-report .u30-case-card h3 {
  margin-bottom: 4px;
  font-size: 16px;
}

#uz2030-report .u30-case-card p {
  color: var(--u30-ink-soft);
  font-size: 13.5px;
  line-height: 1.5;
  margin-bottom: 6px;
}

#uz2030-report .u30-case-card small {
  color: #c2410c;
  font-size: 12px;
  font-weight: 700;
}

/* Red Section Table (5-diagramma) */
#uz2030-report .u30-red-chart {
  min-width: 820px;
  display: grid;
  grid-template-columns: 280px minmax(360px, 1fr) 140px;
  column-gap: 14px;
}

#uz2030-report .u30-red-head {
  display: contents;
}

#uz2030-report .u30-red-head > div {
  padding-bottom: 10px;
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#uz2030-report .u30-red-head > div:nth-child(2) {
  position: relative;
  min-height: 32px;
  text-align: center;
}

#uz2030-report .u30-red-threshold {
  position: absolute;
  left: 80%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 1px 6px;
  border-radius: 999px;
  color: #9a5708;
  background: #fff7d6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  white-space: nowrap;
}

#uz2030-report .u30-red-row {
  display: contents;
}

#uz2030-report .u30-red-label,
#uz2030-report .u30-red-bar-cell,
#uz2030-report .u30-red-agency {
  padding-block: 8px;
  border-top: 1px solid var(--u30-surface-2);
}

#uz2030-report .u30-red-label {
  display: grid;
  grid-template-columns: 32px 38px 1fr;
  gap: 10px;
  align-items: center;
}

#uz2030-report .u30-red-code {
  width: 38px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(145deg, var(--u30-red), var(--u30-orange));
}

#uz2030-report .u30-red-label strong {
  display: block;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.35;
}

#uz2030-report .u30-red-item-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--u30-red-dark);
  background: var(--u30-red-light);
}

#uz2030-report .u30-red-item-icon svg,
#uz2030-report .u30-red-agency-badge svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#uz2030-report .u30-red-agency {
  display: flex;
  align-items: center;
  gap: 8px;
}

#uz2030-report .u30-red-agency-badge {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--u30-green-dark);
  background: var(--u30-green-light);
}

#uz2030-report .u30-red-agency span {
  padding: 3px 8px;
  border: 1px solid var(--u30-line);
  border-radius: 999px;
  color: var(--u30-ink-soft);
  background: #fff;
  font-size: 11.5px;
  font-weight: 650;
}

#uz2030-report .u30-red-bar-cell {
  display: flex;
  align-items: center;
}

#uz2030-report .u30-red-track {
  position: relative;
  width: 100%;
  height: 34px;
  border-radius: var(--u30-radius-sm);
  background: var(--u30-surface-2);
  overflow: visible;
  isolation: isolate;
}

#uz2030-report .u30-red-track::before {
  content: "";
  position: absolute;
  left: 80%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-1px);
  background: #d97706;
  z-index: 4;
}

#uz2030-report .u30-red-track::after {
  content: none;
}

#uz2030-report .u30-red-fill {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 32px;
  padding-right: 8px;
  border-radius: inherit;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(90deg, var(--u30-red-dark), var(--u30-red) 55%, var(--u30-orange));
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .9s cubic-bezier(.2,.8,.2,1) var(--delay,0ms);
}

#uz2030-report .u30-callout {
  margin-top: 14px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  border-radius: var(--u30-radius-md);
}

#uz2030-report .u30-callout--red {
  color: var(--u30-red-dark);
  border: 1px solid rgba(239, 68, 68, .25);
  background: var(--u30-red-light);
}

#uz2030-report .u30-callout svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

#uz2030-report .u30-callout p {
  margin-bottom: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
}

/* Summary Grid Cards */
#uz2030-report .u30-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#uz2030-report .u30-summary-grid article {
  padding: 20px;
  border: 1px solid var(--u30-line);
  border-radius: var(--u30-radius-md);
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
  transition: all .25s ease;
}

#uz2030-report .u30-summary-grid article:hover {
  transform: translateY(-2px);
  box-shadow: var(--u30-shadow-hover);
}

#uz2030-report .u30-summary-grid--year-end article:nth-child(1) { border-top: 4px solid var(--u30-green); }
#uz2030-report .u30-summary-grid--year-end article:nth-child(2) { border-top: 4px solid var(--u30-orange); }
#uz2030-report .u30-summary-grid--year-end article:nth-child(3) { border-top: 4px solid var(--u30-blue); }

#uz2030-report .u30-summary-grid--year-end .u30-summary-number {
  display: block;
  color: var(--u30-ink);
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 850;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

#uz2030-report .u30-summary-grid h3 {
  margin: 14px 0 6px;
  font-size: 16px;
  line-height: 1.35;
}

#uz2030-report .u30-summary-grid p {
  margin-bottom: 0;
  color: var(--u30-ink-soft);
  font-size: 13.5px;
  line-height: 1.5;
}

/* Organization Matrix (5-bo'lim) */
#uz2030-report .u30-org-matrix-intro {
  margin-bottom: 14px;
  padding: 14px 18px;
  border: 1px solid var(--u30-line);
  border-left: 4px solid var(--u30-blue);
  border-radius: 0 var(--u30-radius-md) var(--u30-radius-md) 0;
  color: var(--u30-ink-soft);
  background: var(--u30-blue-light);
  font-size: 14px;
  line-height: 1.65;
}

#uz2030-report .u30-org-matrix-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  margin-bottom: 12px;
}

#uz2030-report .u30-org-matrix-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

#uz2030-report .u30-org-matrix-controls + .u30-org-matrix-controls {
  margin-left: auto;
}

#uz2030-report .u30-org-matrix-controls[aria-label="Roʻyxatni saralash"] {
  justify-content: flex-end;
}

#uz2030-report .u30-org-matrix-label {
  margin-right: 2px;
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}

#uz2030-report .u30-org-matrix-control {
  min-height: 34px;
  padding: 5px 11px;
  border: 1px solid var(--u30-line-strong);
  border-radius: 8px;
  color: var(--u30-ink-soft);
  background: #fff;
  font: 700 12px/1.35 var(--u30-font-sans);
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

#uz2030-report .u30-org-matrix-control:hover {
  color: var(--u30-blue);
  border-color: rgba(11, 87, 208, .42);
  background: var(--u30-blue-light);
}

#uz2030-report .u30-org-matrix-control.is-active {
  color: #fff;
  border-color: var(--u30-blue);
  background: var(--u30-blue);
}

#uz2030-report .u30-org-matrix-arrow {
  display: inline-block;
  min-width: 24px;
  margin-left: 4px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-org-matrix-sort-controls {
  gap: 8px 10px;
}

#uz2030-report .u30-org-matrix-sort-field {
  display: grid;
  grid-template-columns: auto minmax(148px, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding-left: 10px;
  border: 1px solid var(--u30-line-strong);
  border-radius: 9px;
  background: #fff;
}

#uz2030-report .u30-org-matrix-sort-field > span {
  color: var(--u30-ink-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

#uz2030-report .u30-org-matrix-select {
  min-width: 0;
  height: 34px;
  padding: 5px 30px 5px 8px;
  border: 0;
  outline: 0;
  color: var(--u30-ink-soft);
  background: transparent;
  font: 700 12.5px/1.3 var(--u30-font-sans);
  cursor: pointer;
}

#uz2030-report .u30-org-matrix-sort-field:focus-within {
  border-color: rgba(11, 87, 208, .55);
  box-shadow: 0 0 0 3px rgba(11, 87, 208, .08);
}

#uz2030-report .u30-org-matrix-dir {
  min-width: 42px;
  padding-inline: 10px;
  font-size: 13px;
}

#uz2030-report .u30-org-matrix-dir:disabled {
  opacity: .45;
  cursor: default;
}

#uz2030-report .u30-org-matrix-hint {
  display: none;
  margin: 0 0 8px;
  color: var(--u30-blue);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.4;
}

#uz2030-report .u30-matrix-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--u30-line);
  border-radius: var(--u30-radius-md);
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
}

#uz2030-report .u30-matrix-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--u30-line-strong) transparent;
  -webkit-overflow-scrolling: touch;
}

#uz2030-report .u30-matrix,
#uz2030-report .u30-matrix-legend,
#uz2030-report .u30-matrix-foot,
#uz2030-report .u30-matrix-more {
  min-width: 1190px;
}

#uz2030-report .u30-matrix-legend {
  display: grid;
  grid-template-columns: 42px minmax(195px, .9fr) 72px minmax(323px, 1fr) minmax(323px, 1fr);
  border-bottom: 1px solid var(--u30-line);
  background: var(--u30-surface);
}

#uz2030-report .u30-matrix-legend > div {
  min-width: 0;
  padding: 7px 11px;
  border-right: 1px solid var(--u30-line);
}

#uz2030-report .u30-matrix-legend > div:last-child { border-right: 0; }
#uz2030-report .u30-matrix-legend .u30-matrix-blank { padding: 0; }

#uz2030-report .u30-matrix-legend .u30-matrix-leg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 13px;
  color: var(--u30-ink-muted);
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.35;
}

#uz2030-report .u30-matrix-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

#uz2030-report .u30-matrix-legend i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 2px;
}

#uz2030-report .u30-matrix-group,
#uz2030-report .u30-matrix-row {
  display: grid;
  grid-template-columns: 42px minmax(220px, .82fr) minmax(290px, 1fr) 72px minmax(380px, 1.24fr);
  align-items: stretch;
}

#uz2030-report .u30-matrix-group {
  position: sticky;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid var(--u30-line-strong);
  background: #fff;
}

#uz2030-report .u30-matrix-group > div,
#uz2030-report .u30-matrix-row > div {
  min-width: 0;
  padding: 8px 11px;
  border-right: 1px solid var(--u30-line);
}

#uz2030-report .u30-matrix-group > div:last-child,
#uz2030-report .u30-matrix-row > div:last-child { border-right: 0; }

#uz2030-report .u30-matrix-rank-head,
#uz2030-report .u30-matrix-index-head {
  display: flex;
  align-items: center;
  color: var(--u30-ink-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.25;
  text-transform: uppercase;
}

#uz2030-report .u30-matrix-rank-head { justify-content: center; }
#uz2030-report .u30-matrix-index-head { justify-content: flex-end; }

#uz2030-report .u30-matrix-org-head,
#uz2030-report .u30-matrix-count-head {
  display: flex;
  align-items: center;
  color: var(--u30-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
}

#uz2030-report .u30-matrix-count-head {
  justify-content: center;
  text-align: center;
  font-size: 11px;
}

#uz2030-report .u30-matrix-group-head {
  display: block;
  padding: 0 !important;
}

#uz2030-report .u30-matrix-group-title {
  padding: 7px 11px 3px;
  color: var(--u30-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
}

#uz2030-report .u30-matrix-group-sub {
  padding: 0 11px 7px;
  color: var(--u30-ink-muted);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
}

#uz2030-report .u30-matrix-row {
  min-height: 60px;
  border-bottom: 1px solid var(--u30-line);
  transition: background .16s ease;
}

#uz2030-report .u30-matrix-row:last-child { border-bottom: 0; }
#uz2030-report .u30-matrix-row:hover { background: var(--u30-blue-light); }

#uz2030-report .u30-matrix-rank,
#uz2030-report .u30-matrix-index,
#uz2030-report .u30-matrix-count {
  display: flex;
  align-items: center;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-matrix-rank {
  justify-content: center;
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 700;
}

#uz2030-report .u30-matrix-org { display: block; }

#uz2030-report .u30-matrix-org-name {
  display: block;
  color: var(--u30-ink);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
}

#uz2030-report .u30-matrix-org-summary {
  display: block;
  margin-top: 4px;
  color: var(--u30-ink-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-matrix-count {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
}

#uz2030-report .u30-matrix-count strong {
  display: block;
  color: var(--u30-blue);
  font-size: 18px;
  font-weight: 850;
}

#uz2030-report .u30-matrix-count span {
  display: block;
  margin-top: 3px;
  color: var(--u30-ink-muted);
  font-size: 9px;
  font-weight: 700;
}

#uz2030-report .u30-matrix-metric { display: block; }

#uz2030-report .u30-matrix-metric.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--u30-ink-muted);
  font-size: 12px;
}

#uz2030-report .u30-matrix-metric-head {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 5px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-matrix-metric-head strong {
  color: var(--u30-ink);
  font-size: 11px;
  font-weight: 800;
}

#uz2030-report .u30-matrix-metric-head span {
  color: var(--u30-ink-muted);
  font-size: 9px;
  font-weight: 650;
}

#uz2030-report .u30-matrix-bar {
  height: 20px;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--u30-line);
  border-radius: 4px;
  background: var(--u30-surface);
}

#uz2030-report .u30-matrix-bar b {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-matrix-bar b.is-yellow { color: #3b3200; }

#uz2030-report .u30-matrix-detail {
  display: grid;
  gap: 3px;
  margin-top: 5px;
  color: var(--u30-ink-muted);
  font-size: 9.5px;
  line-height: 1.35;
}

#uz2030-report .u30-matrix-detail:empty { display: none; }

#uz2030-report .u30-matrix-detail-line {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}

#uz2030-report .u30-matrix-detail-line > i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: .34em;
  border-radius: 50%;
}

#uz2030-report .u30-matrix-detail-label {
  color: var(--u30-ink-soft);
  font-weight: 700;
  white-space: nowrap;
}

#uz2030-report .u30-matrix-detail-text {
  color: var(--u30-ink-muted);
  overflow-wrap: break-word;
  word-break: normal;
}

#uz2030-report .u30-matrix-detail-line.is-fail > i { background: var(--u30-red); }
#uz2030-report .u30-matrix-detail-line.is-risk > i { background: var(--u30-orange); }
#uz2030-report .u30-matrix-detail-line.is-other > i { background: #94a3b8; }
#uz2030-report .u30-matrix-detail-line.is-note > i { background: var(--u30-blue); }

#uz2030-report .u30-matrix-index {
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

#uz2030-report .u30-matrix-index.is-empty { color: var(--u30-ink-muted) !important; }

#uz2030-report .u30-matrix-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 11px;
  border-top: 1px solid var(--u30-line);
  color: var(--u30-ink-muted);
  background: var(--u30-surface);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
}

#uz2030-report .u30-matrix-more {
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-top: 1px solid var(--u30-line);
  color: var(--u30-blue);
  background: #fff;
  font: 800 11px/1.35 var(--u30-font-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

#uz2030-report .u30-matrix-more:hover { background: var(--u30-blue-light); }

#uz2030-report .u30-org-matrix-note {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--u30-line);
  color: var(--u30-ink-muted);
  font-size: 11.5px;
  line-height: 1.65;
}


/* Readability refinement: open matrix layout without outer card */
#uz2030-report .u30-org-matrix-label { font-size: 12px; }
#uz2030-report .u30-org-matrix-control { font-size: 13px; }

#uz2030-report .u30-matrix-wrap {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#uz2030-report .u30-matrix-legend,
#uz2030-report .u30-matrix-foot,
#uz2030-report .u30-matrix-more { background: transparent; }

#uz2030-report .u30-matrix-legend .u30-matrix-leg { font-size: 11.5px; }

#uz2030-report .u30-matrix-group > div,
#uz2030-report .u30-matrix-row > div { padding-block: 10px; }

#uz2030-report .u30-matrix-rank-head,
#uz2030-report .u30-matrix-index-head { font-size: 11px; }

#uz2030-report .u30-matrix-org-head,
#uz2030-report .u30-matrix-group-title { font-size: 13px; }

#uz2030-report .u30-matrix-count-head { font-size: 12px; }
#uz2030-report .u30-matrix-group-sub { font-size: 11px; line-height: 1.4; }
#uz2030-report .u30-matrix-row { min-height: 70px; }
#uz2030-report .u30-matrix-rank { font-size: 12px; }

#uz2030-report .u30-matrix-org-name {
  font-size: 14px;
  line-height: 1.42;
}

#uz2030-report .u30-matrix-org-summary {
  font-size: 11.5px;
  line-height: 1.4;
}

#uz2030-report .u30-matrix-count strong { font-size: 20px; }
#uz2030-report .u30-matrix-count span { font-size: 10px; }
#uz2030-report .u30-matrix-metric.is-empty { font-size: 13px; }
#uz2030-report .u30-matrix-metric-head strong { font-size: 12.5px; }
#uz2030-report .u30-matrix-metric-head span { font-size: 10.5px; }
#uz2030-report .u30-matrix-bar { height: 22px; }
#uz2030-report .u30-matrix-bar b { font-size: 11px; }

#uz2030-report .u30-matrix-detail {
  font-size: 11px;
  line-height: 1.42;
}

#uz2030-report .u30-matrix-index { font-size: 13px; }
#uz2030-report .u30-matrix-foot { padding-block: 9px; font-size: 11px; line-height: 1.4; }
#uz2030-report .u30-matrix-more { padding-block: 10px; font-size: 12px; }


#uz2030-report .u30-matrix-legend {
  border-top: 1px solid var(--u30-line);
}

#uz2030-report .u30-matrix-legend > div {
  padding: 10px 12px;
}

#uz2030-report .u30-matrix-legend .u30-matrix-leg {
  display: grid;
  gap: 9px;
  align-content: start;
  font-size: 0;
}

#uz2030-report .u30-matrix-legend-item {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-width: 0;
}

#uz2030-report .u30-matrix-legend-text {
  display: block;
  min-width: 0;
}

#uz2030-report .u30-matrix-legend-label {
  display: block;
  color: var(--u30-ink-soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

#uz2030-report .u30-matrix-legend-desc {
  display: block;
  margin-top: 2px;
  color: var(--u30-ink-muted);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.35;
}

#uz2030-report .u30-matrix-group {
  box-shadow: inset 0 -1px 0 var(--u30-line-strong);
}

#uz2030-report .u30-matrix-group > div,
#uz2030-report .u30-matrix-row > div {
  padding: 12px 11px;
}

#uz2030-report .u30-matrix-row {
  min-height: 82px;
}

#uz2030-report .u30-matrix-row:nth-child(odd) {
  background: rgba(148, 163, 184, .06);
}

#uz2030-report .u30-matrix-row:hover {
  background: rgba(37, 99, 235, .07);
}

#uz2030-report .u30-matrix-org-name {
  font-size: 14.5px;
  font-weight: 750;
}

#uz2030-report .u30-matrix-org-summary {
  margin-top: 5px;
  font-size: 11.5px;
}

#uz2030-report .u30-matrix-count strong {
  font-size: 21px;
}

#uz2030-report .u30-matrix-metric-head {
  margin-bottom: 6px;
}

#uz2030-report .u30-matrix-detail {
  gap: 4px;
  margin-top: 7px;
}

#uz2030-report .u30-matrix-detail-line {
  display: grid;
  grid-template-columns: 6px max-content minmax(0, 1fr);
  align-items: start;
  gap: 6px;
}

#uz2030-report .u30-matrix-detail-line > i {
  margin-top: .42em;
}

#uz2030-report .u30-matrix-detail-label,
#uz2030-report .u30-matrix-detail-text {
  min-width: 0;
}

#uz2030-report .u30-matrix-index {
  white-space: nowrap;
}


#uz2030-report .u30-matrix,
#uz2030-report .u30-matrix-foot,
#uz2030-report .u30-matrix-more {
  min-width: 1165px;
}

#uz2030-report .u30-matrix-group,
#uz2030-report .u30-matrix-row {
  grid-template-columns: 42px minmax(220px, .82fr) minmax(290px, 1fr) 72px minmax(380px, 1.24fr);
}

#uz2030-report .u30-matrix-wrap {
  margin-top: 0;
}

#uz2030-report .u30-matrix-statusbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px 22px;
  margin: 0 0 16px;
  padding: 14px 16px 15px;
  border-top: 1px solid var(--u30-line);
  border-bottom: 1px solid var(--u30-line);
  background: rgba(255, 255, 255, .55);
}

#uz2030-report .u30-matrix-status-caption {
  grid-column: 1 / -1;
  color: var(--u30-ink-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
}

#uz2030-report .u30-matrix-status-col {
  min-width: 0;
}

#uz2030-report .u30-matrix-status-subtitle {
  margin-bottom: 6px;
  color: var(--u30-ink-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.35;
  text-transform: uppercase;
}

#uz2030-report .u30-matrix-status-item {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  padding: 4px 0;
}

#uz2030-report .u30-matrix-status-item > i {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-top: .34em;
}

#uz2030-report .u30-matrix-status-copy {
  min-width: 0;
}

#uz2030-report .u30-matrix-status-label {
  display: block;
  color: var(--u30-ink-soft);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.3;
}

#uz2030-report .u30-matrix-status-desc {
  display: block;
  margin-top: 1px;
  color: var(--u30-ink-muted);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
}

#uz2030-report .u30-matrix-legend {
  display: none;
}

#uz2030-report .u30-matrix-group-title {
  font-size: 12.5px;
}

#uz2030-report .u30-matrix-group-sub {
  font-size: 10.5px;
}

#uz2030-report .u30-matrix-count-head {
  justify-content: center;
  text-align: center;
  font-size: 11.5px;
  line-height: 1.2;
}

#uz2030-report .u30-matrix-group > div,
#uz2030-report .u30-matrix-row > div {
  padding-inline: 14px 12px;
}

#uz2030-report .u30-matrix-org-name {
  font-size: 14px;
}

#uz2030-report .u30-matrix-count strong {
  font-size: 20px;
}

#uz2030-report .u30-matrix-detail-label {
  white-space: nowrap;
}

#uz2030-report .u30-matrix-detail-text {
  line-height: 1.38;
}


#uz2030-report .u30-green-meta {
  color: var(--u30-ink-muted);
  font-size: 12.5px;
  font-weight: 650;
}

#uz2030-report .u30-green-meta .u30-green-total {
  padding: 0;
  border-radius: 0;
  color: var(--u30-ink-muted);
  background: transparent;
  font-size: 12.5px;
  font-weight: 650;
}

#uz2030-report .u30-green-meta .u30-green-total b {
  color: var(--u30-ink-soft);
  font-size: 13.5px;
  font-weight: 800;
}

@media (max-width: 900px) {
  #uz2030-report .u30-matrix-statusbar { grid-template-columns: 1fr; padding: 13px 14px; }
  #uz2030-report .u30-matrix-status-caption { grid-column: auto; }
  #uz2030-report .u30-org-matrix-hint { display: block; }
  #uz2030-report .u30-matrix-wrap::after {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0 0 0 auto;
    width: 34px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .96));
  }
}

@media (max-width: 760px) {
  #uz2030-report .u30-org-matrix-sort-controls {
    width: 100%;
  }
  #uz2030-report .u30-org-matrix-sort-field {
    flex: 1 1 250px;
  }
}

@media (max-width: 640px) {
  #uz2030-report .u30-org-matrix-toolbar,
  #uz2030-report .u30-org-matrix-controls { align-items: stretch; }
  #uz2030-report .u30-org-matrix-controls { width: 100%; }
  #uz2030-report .u30-org-matrix-controls + .u30-org-matrix-controls { margin-left: 0; }
  #uz2030-report .u30-org-matrix-label { width: 100%; margin-bottom: 1px; }
  #uz2030-report .u30-org-matrix-control { flex: 1 1 140px; }
}

@media print {
  #uz2030-report .u30-matrix-statusbar { margin: 0 0 10px; padding: 8px 10px; border-top: 1px solid #bfc8d4; border-bottom: 1px solid #bfc8d4; background: transparent; }
  #uz2030-report .u30-matrix-status-caption { font-size: 7.5pt; }
  #uz2030-report .u30-matrix-status-subtitle { font-size: 6.2pt; margin-bottom: 4px; }
  #uz2030-report .u30-matrix-status-label { font-size: 7pt; }
  #uz2030-report .u30-matrix-status-desc { font-size: 6pt; }

  #uz2030-report .u30-org-matrix-toolbar,
  #uz2030-report .u30-org-matrix-hint,
  #uz2030-report .u30-matrix-more { display: none !important; }

  #uz2030-report .u30-matrix-wrap,
  #uz2030-report .u30-matrix-scroll { overflow: visible; box-shadow: none; }
  #uz2030-report .u30-matrix-wrap::after { display: none; }

  #uz2030-report .u30-matrix,
  #uz2030-report .u30-matrix-legend,
  #uz2030-report .u30-matrix-foot { min-width: 0; width: 100%; }

  #uz2030-report .u30-matrix-legend {
    grid-template-columns: 24px minmax(90px, .9fr) 36px minmax(171px, 1fr) minmax(171px, 1fr);
  }

  #uz2030-report .u30-matrix-group,
  #uz2030-report .u30-matrix-row {
    grid-template-columns: 24px minmax(90px, .9fr) 36px minmax(137px, 1fr) 34px minmax(137px, 1fr) 34px;
  }

  #uz2030-report .u30-matrix-group { position: static; }
  #uz2030-report .u30-matrix-row { min-height: 36px; break-inside: avoid; }

  #uz2030-report .u30-matrix-group > div,
  #uz2030-report .u30-matrix-row > div,
  #uz2030-report .u30-matrix-legend > div { padding: 4px 5px; }

  #uz2030-report .u30-matrix-group-title { padding: 4px 5px 2px; font-size: 7px; }
  #uz2030-report .u30-matrix-group-sub { padding: 0 5px 4px; font-size: 6px; }

  #uz2030-report .u30-matrix-org-name,
  #uz2030-report .u30-matrix-index { font-size: 7px; }

  #uz2030-report .u30-matrix-org-summary,
  #uz2030-report .u30-matrix-detail,
  #uz2030-report .u30-matrix-rank,
  #uz2030-report .u30-matrix-legend .u30-matrix-leg,
  #uz2030-report .u30-matrix-foot { font-size: 5.7px; }

  #uz2030-report .u30-matrix-count strong { font-size: 8px; }
  #uz2030-report .u30-matrix-count span { font-size: 5px; }
  #uz2030-report .u30-matrix-metric-head { margin-bottom: 3px; }
  #uz2030-report .u30-matrix-metric-head strong { font-size: 6px; }
  #uz2030-report .u30-matrix-metric-head span { font-size: 5px; }
  #uz2030-report .u30-matrix-detail-line { gap: 3px; }
  #uz2030-report .u30-matrix-detail-line > i { width: 4px; height: 4px; flex-basis: 4px; }
  #uz2030-report .u30-matrix-bar { height: 13px; }
  #uz2030-report .u30-matrix-bar b { font-size: 5.5px; }
}

/* Action Measures Section (6-bo'lim) Layout */
#uz2030-report .u30-measures-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 16px;
}

#uz2030-report .u30-measure-card {
  position: relative;
  padding: 22px;
  border: 1px solid var(--u30-line);
  border-radius: var(--u30-radius-md);
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
  overflow: hidden;
}

#uz2030-report .u30-measure-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--measure-color);
}

#uz2030-report .u30-measure-card--red { --measure-color: var(--u30-red); }
#uz2030-report .u30-measure-card--yellow { --measure-color: var(--u30-yellow); }

#uz2030-report .u30-measure-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

#uz2030-report .u30-measure-count {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--measure-color);
  font-size: 20px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

#uz2030-report .u30-measure-head h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

#uz2030-report .u30-measure-head p {
  margin: 3px 0 0;
  color: var(--u30-ink-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

#uz2030-report .u30-measure-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
  counter-reset: u30-measure;
}

#uz2030-report .u30-measure-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid var(--u30-line);
  border-radius: 10px;
  color: var(--u30-ink-soft);
  background: var(--u30-surface);
  font-size: 13.5px;
  line-height: 1.6;
  counter-increment: u30-measure;
}

#uz2030-report .u30-measure-list li::before {
  content: counter(u30-measure);
  position: absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--measure-color);
  background: color-mix(in srgb, var(--measure-color) 12%, white);
  font-size: 11px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-measure-single {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--u30-line);
  border-radius: 10px;
  background: var(--u30-surface);
}

#uz2030-report .u30-measure-single p {
  margin: 0;
  color: var(--u30-ink-soft);
  font-size: 13.5px;
  line-height: 1.6;
}

/* Footer Note */
#uz2030-report .u30-footer-note {
  margin-top: 36px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: var(--u30-radius-md);
  color: #e2e8f0;
  background: var(--u30-ink);
}

#uz2030-report .u30-footer-note span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

#uz2030-report .u30-footer-note p {
  margin-bottom: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

/* Animations: content remains visible when JavaScript is unavailable. */
#uz2030-report .u30-reveal {
  opacity: 1;
  transform: none;
  transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, 0.3, 1);
}

#uz2030-report.u30-js .u30-reveal {
  opacity: 0;
  transform: translateY(16px);
}

#uz2030-report.u30-js .u30-reveal.is-visible {
  opacity: 1;
  transform: none;
}

#uz2030-report.u30-js .u30-stack-segment,
#uz2030-report.u30-js .u30-green-complete,
#uz2030-report.u30-js .u30-range-fill,
#uz2030-report.u30-js .u30-red-fill,
#uz2030-report.u30-js .u30-sector-row__fill {
  transform: scaleX(0);
}

#uz2030-report.u30-js .is-visible .u30-stack-segment,
#uz2030-report.u30-js .is-visible .u30-green-complete,
#uz2030-report.u30-js .is-visible .u30-range-fill,
#uz2030-report.u30-js .is-visible .u30-red-fill,
#uz2030-report.u30-js .is-visible .u30-sector-row__fill {
  transform: scaleX(1);
}

/* Internal website page: 1400px reading mode */
#uz2030-report {
  width: 100%;
  max-width: none;
}

#uz2030-report h1 {
  max-width: 980px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.1;
}

#uz2030-report h2 {
  font-size: clamp(26px, 2.15vw, 36px);
  line-height: 1.16;
}

#uz2030-report h3 {
  font-size: clamp(17px, 1.15vw, 21px);
}

#uz2030-report .u30-lead {
  max-width: 900px;
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.68;
}

#uz2030-report .u30-prose {
  font-size: 16px;
  line-height: 1.72;
}

#uz2030-report .u30-kicker,
#uz2030-report .u30-eyebrow {
  font-size: 13px;
}

#uz2030-report .u30-status-dot {
  font-size: 14px;
}

#uz2030-report .u30-icon-button {
  width: 42px;
  height: 42px;
}

#uz2030-report .u30-stat-card__label,
#uz2030-report .u30-classification__item strong,
#uz2030-report .u30-section-head > p,
#uz2030-report .u30-insight strong,
#uz2030-report .u30-chart-caption strong {
  font-size: 16px;
}

#uz2030-report .u30-stat-card small,
#uz2030-report .u30-classification__item small,
#uz2030-report .u30-insight p,
#uz2030-report .u30-summary-grid p {
  font-size: 14.5px;
}

#uz2030-report .u30-section-label,
#uz2030-report .u30-legend {
  font-size: 14px;
}

#uz2030-report .u30-section-head {
  margin-bottom: 26px;
}

#uz2030-report .u30-section-head > p {
  line-height: 1.65;
}

#uz2030-report .u30-chart-card {
  padding: clamp(22px, 2.2vw, 32px);
}

#uz2030-report .u30-chart-note,
#uz2030-report .u30-scroll-hint,
#uz2030-report .u30-axis {
  font-size: 12.5px;
}

#uz2030-report .u30-direction-name strong {
  font-size: 15.5px;
}

#uz2030-report .u30-direction-name small {
  font-size: 12px;
}

#uz2030-report .u30-stack-segment,
#uz2030-report .u30-green-complete,
#uz2030-report .u30-range-fill,
#uz2030-report .u30-red-fill {
  font-size: 13px;
}

#uz2030-report .u30-direction-row {
  padding-block: 12px;
}

#uz2030-report .u30-insight p {
  line-height: 1.6;
}

#uz2030-report .u30-top-five span,
#uz2030-report .u30-chart-caption span {
  font-size: 12.5px;
}

#uz2030-report .u30-green-name,
#uz2030-report .u30-green-meta {
  font-size: 14px;
}

#uz2030-report .u30-green-meta b {
  font-size: 14.5px;
}

#uz2030-report .u30-green-meta span {
  font-size: 12.5px;
}

#uz2030-report .u30-editorial-note {
  font-size: 15.5px;
  line-height: 1.72;
}

#uz2030-report .u30-sector-row__head h3 {
  font-size: 16px;
}

#uz2030-report .u30-sector-row__details {
  font-size: 13.5px;
  line-height: 1.5;
}

#uz2030-report .u30-sector-row__metric span,
#uz2030-report .u30-range-label small,
#uz2030-report .u30-case-card small {
  font-size: 12.5px;
}

#uz2030-report .u30-range-label strong {
  font-size: 15px;
}

#uz2030-report .u30-case-card p,
#uz2030-report .u30-callout p,
#uz2030-report .u30-org-intro {
  font-size: 14.5px;
  line-height: 1.62;
}

#uz2030-report .u30-red-head > div {
  font-size: 12px;
}

#uz2030-report .u30-red-label strong {
  font-size: 14.5px;
}

#uz2030-report .u30-red-agency span {
  font-size: 12.5px;
}

#uz2030-report .u30-summary-grid h3 {
  font-size: 17px;
}

#uz2030-report .u30-org-matrix-intro {
  font-size: 15px;
  line-height: 1.68;
}

#uz2030-report .u30-org-matrix-label,
#uz2030-report .u30-org-matrix-control {
  font-size: 13px;
}

#uz2030-report .u30-matrix-legend .u30-matrix-leg,
#uz2030-report .u30-matrix-rank-head,
#uz2030-report .u30-matrix-index-head,
#uz2030-report .u30-matrix-group-sub,
#uz2030-report .u30-matrix-org-summary,
#uz2030-report .u30-matrix-detail,
#uz2030-report .u30-matrix-foot {
  font-size: 12px;
}

#uz2030-report .u30-matrix-org-head,
#uz2030-report .u30-matrix-group-title {
  font-size: 14px;
}

#uz2030-report .u30-matrix-count-head,
#uz2030-report .u30-matrix-rank,
#uz2030-report .u30-matrix-metric-head strong,
#uz2030-report .u30-matrix-more {
  font-size: 12.5px;
}

#uz2030-report .u30-matrix-org-name {
  font-size: 14.5px;
  line-height: 1.46;
}

#uz2030-report .u30-matrix-metric-head span {
  font-size: 11px;
}

#uz2030-report .u30-matrix-index {
  font-size: 13.5px;
}

#uz2030-report .u30-measure-head p {
  font-size: 13.5px;
}

#uz2030-report .u30-measure-list li,
#uz2030-report .u30-measure-single p {
  font-size: 14.5px;
  line-height: 1.65;
}

#uz2030-report .u30-footer-note span,
#uz2030-report .u30-footer-note p {
  font-size: 13px;
}

/* Responsive Media Queries */
@media (max-width: 960px) {
  #uz2030-report .u30-content {
    padding: 24px 16px 56px;
  }

  #uz2030-report .u30-hero__grid,
  #uz2030-report .u30-intro-grid,
  #uz2030-report .u30-section-head,
  #uz2030-report .u30-donut-layout,
  #uz2030-report .u30-measures-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #uz2030-report .u30-hero__seal {
    display: none;
  }

  #uz2030-report .u30-stat-grid,
  #uz2030-report .u30-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #uz2030-report .u30-insight-grid,
  #uz2030-report .u30-case-grid {
    grid-template-columns: 1fr;
  }

  #uz2030-report .u30-donut-wrap {
    width: min(300px, 100%);
  }
}

@media (max-width: 640px) {
  #uz2030-report h1 {
    font-size: clamp(24px, 6.5vw, 32px);
  }

  #uz2030-report h2 {
    font-size: clamp(20px, 5vw, 26px);
  }

  #uz2030-report .u30-stat-grid,
  #uz2030-report .u30-summary-grid {
    grid-template-columns: 1fr;
  }

  #uz2030-report .u30-hero__meta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 20px;
  }

  #uz2030-report .u30-kicker {
    align-self: flex-start;
    max-width: 100%;
    white-space: normal;
  }

  #uz2030-report .u30-hero__tools {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  #uz2030-report .u30-status-dot {
    min-width: 0;
    max-width: 100%;
  }

  #uz2030-report .u30-hero__actions {
    margin-left: auto;
  }

  #uz2030-report .u30-scroll-hint {
    display: inline-flex;
  }

  #uz2030-report .u30-chart-toolbar,
  #uz2030-report .u30-footer-note {
    flex-direction: column;
    align-items: flex-start;
  }

  #uz2030-report .u30-footer-note p {
    text-align: left;
  }
}


/* Final chart layout refinements */
#uz2030-report .u30-green-row {
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) 92px;
  gap: 14px 18px;
}

#uz2030-report .u30-green-track {
  width: 100%;
  min-width: 0;
}

#uz2030-report .u30-green-meta {
  justify-content: flex-end;
  text-align: right;
}

/* Remove misleading scroll-edge shadows from diagrams 4 and 5 */
#uz2030-report #u30-yellow .u30-scroll-frame,
#uz2030-report #u30-red .u30-scroll-frame {
  background: none;
  scrollbar-gutter: auto;
}

/* Make the 350 / 360 case occupy and use the full available width */
#uz2030-report .u30-case-grid {
  grid-template-columns: minmax(0, 1fr);
}

#uz2030-report .u30-case-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  grid-template-areas:
    "metric title"
    "metric description"
    "metric agency";
  column-gap: 26px;
  row-gap: 5px;
  align-items: start;
  padding: 22px 26px;
}

#uz2030-report .u30-case-card__metric {
  grid-area: metric;
  min-height: 100%;
  margin: 0;
  padding-right: 24px;
  border-right: 1px solid #fed7aa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

#uz2030-report .u30-case-card__metric strong {
  font-size: 28px;
  line-height: 1.1;
}

#uz2030-report .u30-case-card__metric b {
  font-size: 13px;
}

#uz2030-report .u30-case-card h3 {
  grid-area: title;
  margin: 1px 42px 2px 0;
  font-size: 17px;
}

#uz2030-report .u30-case-card p {
  grid-area: description;
  margin: 0;
}

#uz2030-report .u30-case-card small {
  grid-area: agency;
  margin-top: 4px;
}

@media (max-width: 760px) {
  #uz2030-report .u30-green-row {
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 8px 12px;
  }

  #uz2030-report .u30-green-name {
    grid-column: 1 / -1;
  }

  #uz2030-report .u30-green-track {
    grid-column: 1;
  }

  #uz2030-report .u30-green-meta {
    grid-column: 2;
  }

  #uz2030-report .u30-case-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "metric"
      "title"
      "description"
      "agency";
    gap: 8px;
    padding: 20px;
  }

  #uz2030-report .u30-case-card__metric {
    min-height: 0;
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid #fed7aa;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
  }
}

/* Accessibility */
.u30-skip-link {
  position: fixed;
  z-index: 1000;
  inset: 12px auto auto 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--u30-blue);
  font: 700 14px/1.2 var(--u30-font-sans);
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform .18s ease;
}

.u30-skip-link:focus {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  #uz2030-report .u30-reveal,
  #uz2030-report .u30-stack-segment,
  #uz2030-report .u30-green-complete,
  #uz2030-report .u30-range-fill,
  #uz2030-report .u30-red-fill,
  #uz2030-report .u30-sector-row__fill {
    transition: none !important;
    animation: none !important;
  }
}

@media print {
  #uz2030-report {
    font-size: 11pt;
    line-height: 1.45;
  }

  #uz2030-report .u30-shell {
    width: 100%;
    background: #fff;
  }

  #uz2030-report .u30-hero,
  #uz2030-report .u30-chart-card,
  #uz2030-report .u30-stat-card {
    box-shadow: none;
    border-color: #cbd5e1;
  }

  #uz2030-report .u30-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  #uz2030-report .u30-stack-segment,
  #uz2030-report .u30-green-complete,
  #uz2030-report .u30-range-fill,
  #uz2030-report .u30-red-fill {
    transform: scaleX(1) !important;
  }
}

/* Final organization matrix refinement */
#uz2030-report .u30-matrix,
#uz2030-report .u30-matrix-foot,
#uz2030-report .u30-matrix-more {
  min-width: 1060px;
}

#uz2030-report .u30-matrix-group,
#uz2030-report .u30-matrix-row {
  grid-template-columns: 42px minmax(235px, .82fr) minmax(300px, 1fr) 72px minmax(390px, 1.28fr);
}

#uz2030-report .u30-matrix-statusbar {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

#uz2030-report .u30-matrix-status-col {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--u30-line);
  border-radius: 10px;
  background: var(--u30-surface);
}

#uz2030-report .u30-matrix-status-subtitle {
  margin-bottom: 9px;
  color: var(--u30-ink);
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: .055em;
}

#uz2030-report .u30-matrix-status-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}

#uz2030-report .u30-matrix-status-item {
  padding: 0;
}

#uz2030-report .u30-matrix-status-label {
  font-size: 12px;
  line-height: 1.3;
}

#uz2030-report .u30-matrix-status-desc {
  margin-top: 2px;
  font-size: 10.5px;
  line-height: 1.34;
}

#uz2030-report .u30-matrix-status-caption {
  display: none;
}

#uz2030-report .u30-matrix-org {
  display: flex;
  align-items: center;
}

#uz2030-report .u30-matrix-org-main {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

#uz2030-report .u30-matrix-org-copy {
  min-width: 0;
}

#uz2030-report .u30-matrix-org-count {
  min-width: 66px;
  padding: 7px 8px 6px;
  text-align: center;
  border: 1px solid rgba(11, 87, 208, .18);
  border-radius: 9px;
  color: var(--u30-blue);
  background: var(--u30-blue-light);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  font-variant-numeric: tabular-nums;
}

#uz2030-report .u30-matrix-org-count strong {
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
}

#uz2030-report .u30-matrix-org-count span {
  display: block;
  margin-top: 4px;
  color: var(--u30-blue-dark);
  font-size: 8.5px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

#uz2030-report .u30-matrix-count,
#uz2030-report .u30-matrix-count-head {
  display: none !important;
}

@media (max-width: 1100px) {
  #uz2030-report .u30-matrix-statusbar {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 700px) {
  #uz2030-report .u30-matrix-status-items,
  #uz2030-report .u30-matrix-status-items.is-year {
    grid-template-columns: 1fr;
  }
}

@media print {
  #uz2030-report .u30-matrix,
  #uz2030-report .u30-matrix-foot {
    min-width: 0;
    width: 100%;
  }

  #uz2030-report .u30-matrix-group,
  #uz2030-report .u30-matrix-row {
    grid-template-columns: 24px minmax(145px, .9fr) minmax(175px, 1fr) 34px minmax(225px, 1.2fr);
  }

  #uz2030-report .u30-matrix-statusbar {
    grid-template-columns: .86fr 1.14fr;
    gap: 8px;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
  }

  #uz2030-report .u30-matrix-status-col {
    padding: 6px 7px;
    border-radius: 0;
  }

  #uz2030-report .u30-matrix-status-subtitle { font-size: 6.2pt; margin-bottom: 4px; }
  #uz2030-report .u30-matrix-status-items { gap: 4px 6px; }
  #uz2030-report .u30-matrix-status-label { font-size: 6.4pt; }
  #uz2030-report .u30-matrix-status-desc { font-size: 5.3pt; }

  #uz2030-report .u30-matrix-org-main { gap: 5px; }
  #uz2030-report .u30-matrix-org-count { min-width: 36px; padding: 3px 3px; border-radius: 4px; }
  #uz2030-report .u30-matrix-org-count strong { font-size: 8pt; }
  #uz2030-report .u30-matrix-org-count span { margin-top: 2px; font-size: 4.2pt; }
}



/* Diagram 1: remove scroll-edge shadows */
#uz2030-report #u30-directions .u30-scroll-frame {
  background: none;
  scrollbar-gutter: auto;
}

/* Diagram 5: rebalance columns and simplify the responsible-agency column */
#uz2030-report .u30-red-chart {
  min-width: 960px;
  grid-template-columns:
    minmax(300px, .95fr)
    minmax(430px, 1.45fr)
    minmax(210px, .72fr);
  column-gap: 18px;
}

#uz2030-report .u30-red-head > div:nth-child(1) {
  padding-right: 8px;
}

#uz2030-report .u30-red-head > div:nth-child(3) {
  padding-left: 12px;
}

#uz2030-report .u30-red-label {
  grid-template-columns: 32px 42px minmax(0, 1fr);
  gap: 10px;
  padding-right: 8px;
}

#uz2030-report .u30-red-bar-cell {
  min-width: 0;
}

#uz2030-report .u30-red-agency {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: 12px;
}

#uz2030-report .u30-red-agency span {
  width: 100%;
  min-width: 0;
  padding: 6px 9px;
  border-radius: 7px;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

#uz2030-report .u30-red-agency-badge {
  display: none;
}

@media (max-width: 1100px) {
  #uz2030-report .u30-red-chart {
    min-width: 900px;
    grid-template-columns:
      minmax(270px, .92fr)
      minmax(390px, 1.38fr)
      minmax(190px, .7fr);
    column-gap: 14px;
  }
}


/* ==========================================================================
   FINAL READABILITY PASS — larger type, calmer spacing, unrestricted height
   ========================================================================== */
@media screen {
  #uz2030-report {
    --u30-text-body: 18px;
    line-height: 1.68;
  }

  #uz2030-report .u30-content {
    padding: 36px clamp(22px, 2.5vw, 36px) 96px;
  }

  #uz2030-report h1 {
    max-width: 1080px;
    margin-bottom: 22px;
    font-size: clamp(40px, 3.5vw, 56px);
    line-height: 1.08;
  }

  #uz2030-report h2 {
    font-size: clamp(31px, 2.45vw, 42px);
    line-height: 1.14;
  }

  #uz2030-report h3 {
    font-size: clamp(20px, 1.45vw, 24px);
    line-height: 1.32;
  }

  #uz2030-report .u30-lead {
    max-width: 980px;
    font-size: clamp(19px, 1.35vw, 22px);
    line-height: 1.72;
  }

  #uz2030-report .u30-prose {
    font-size: 18px;
    line-height: 1.76;
  }

  #uz2030-report .u30-kicker,
  #uz2030-report .u30-eyebrow {
    font-size: 14px;
  }

  #uz2030-report .u30-status-dot {
    padding: 6px 12px;
    font-size: 15px;
  }

  #uz2030-report .u30-hero {
    padding: clamp(34px, 4vw, 54px);
  }

  #uz2030-report .u30-hero__grid {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 44px;
  }

  #uz2030-report .u30-stat-grid {
    margin-top: 38px;
    gap: 20px;
  }

  #uz2030-report .u30-stat-card {
    min-height: 148px;
    padding: 24px;
  }

  #uz2030-report .u30-stat-card__label {
    font-size: 17px;
  }

  #uz2030-report .u30-stat-card strong {
    font-size: clamp(38px, 3vw, 50px);
  }

  #uz2030-report .u30-stat-card small {
    font-size: 15px;
  }

  #uz2030-report .u30-intro-grid {
    margin-top: 34px;
    padding-top: 30px;
    gap: 40px;
  }

  #uz2030-report .u30-classification {
    gap: 14px;
  }

  #uz2030-report .u30-classification__item {
    gap: 16px;
    padding: 16px 18px;
  }

  #uz2030-report .u30-classification__item strong {
    font-size: 17px;
  }

  #uz2030-report .u30-classification__item small {
    font-size: 15px;
  }

  #uz2030-report .u30-classification__item b {
    font-size: 24px;
  }

  #uz2030-report .u30-section {
    padding-top: clamp(72px, 6.5vw, 104px);
  }

  #uz2030-report .u30-section-label {
    margin-bottom: 20px;
    gap: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  #uz2030-report .u30-section-label span {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  #uz2030-report .u30-section-head {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 44px;
    margin-bottom: 34px;
  }

  #uz2030-report .u30-section-head > p {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 1.72;
  }

  #uz2030-report .u30-chart-caption {
    margin-bottom: 14px;
    gap: 12px;
  }

  #uz2030-report .u30-chart-caption--spaced {
    margin-top: 42px;
  }

  #uz2030-report .u30-chart-caption span,
  #uz2030-report .u30-top-five span {
    font-size: 14px;
  }

  #uz2030-report .u30-chart-caption strong {
    font-size: 19px;
    line-height: 1.42;
  }

  #uz2030-report .u30-chart-card {
    padding: clamp(28px, 2.7vw, 38px);
  }

  #uz2030-report .u30-chart-toolbar {
    margin-bottom: 26px;
    padding-bottom: 16px;
  }

  #uz2030-report .u30-legend {
    gap: 18px 22px;
    font-size: 15px;
  }

  #uz2030-report .u30-chart-note,
  #uz2030-report .u30-scroll-hint,
  #uz2030-report .u30-axis {
    font-size: 13.5px;
  }

  /* Diagram 1 */
  #uz2030-report .u30-direction-chart {
    min-width: 920px;
  }

  #uz2030-report .u30-direction-row {
    grid-template-columns: 320px minmax(480px, 1fr) 78px;
    gap: 20px;
    padding: 15px 0;
  }

  #uz2030-report .u30-direction-name {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  #uz2030-report .u30-direction-icon,
  #uz2030-report .u30-green-icon {
    width: 40px;
    height: 40px;
  }

  #uz2030-report .u30-direction-name strong {
    font-size: 17px;
    line-height: 1.42;
  }

  #uz2030-report .u30-direction-name small {
    font-size: 13.5px;
  }

  #uz2030-report .u30-stack-track {
    height: 32px;
  }

  #uz2030-report .u30-stack-segment {
    font-size: 14px;
  }

  #uz2030-report .u30-direction-pct strong {
    font-size: 29px;
  }

  #uz2030-report .u30-direction-pct span {
    font-size: 14px;
  }

  #uz2030-report .u30-axis {
    margin-left: 340px;
    margin-right: 98px;
    padding-top: 11px;
  }

  /* Insight cards */
  #uz2030-report .u30-insight-grid {
    margin-top: 22px;
    gap: 18px;
  }

  #uz2030-report .u30-insight {
    padding: 22px 24px;
    gap: 20px;
  }

  #uz2030-report .u30-insight__value {
    font-size: 36px;
  }

  #uz2030-report .u30-insight strong {
    font-size: 17px;
  }

  #uz2030-report .u30-insight p {
    font-size: 16px;
    line-height: 1.65;
  }

  /* Diagram 2 */
  #uz2030-report .u30-green-chart {
    gap: 13px;
  }

  #uz2030-report .u30-green-row {
    grid-template-columns: minmax(270px, 330px) minmax(0, 1fr) 104px;
    gap: 18px 22px;
  }

  #uz2030-report .u30-green-name {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    font-size: 16.5px;
    line-height: 1.45;
  }

  #uz2030-report .u30-green-icon {
    width: 38px;
    height: 38px;
  }

  #uz2030-report .u30-green-track {
    height: 32px;
  }

  #uz2030-report .u30-green-complete,
  #uz2030-report .u30-green-remaining {
    font-size: 14px;
  }

  #uz2030-report .u30-green-meta,
  #uz2030-report .u30-green-meta .u30-green-total,
  #uz2030-report .u30-green-meta .u30-green-total b {
    font-size: 14px;
  }

  #uz2030-report .u30-editorial-note {
    margin-top: 22px;
    padding: 20px 24px;
    font-size: 17px;
    line-height: 1.74;
  }

  /* Diagram 3 */
  #uz2030-report .u30-distribution-note {
    margin-bottom: 20px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  #uz2030-report .u30-donut-layout {
    grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
    gap: clamp(30px, 4vw, 54px);
  }

  #uz2030-report .u30-donut-wrap {
    width: min(390px, 100%);
  }

  #uz2030-report .u30-donut-label__count {
    font-size: 34px;
  }

  #uz2030-report .u30-donut-label__pct {
    font-size: 17px;
  }

  #uz2030-report .u30-donut-center strong {
    font-size: clamp(58px, 4.4vw, 72px);
  }

  #uz2030-report .u30-donut-center span {
    font-size: 15px;
  }

  #uz2030-report .u30-sector-list {
    gap: 14px;
  }

  #uz2030-report .u30-sector-row {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    padding: 14px 16px;
  }

  #uz2030-report .u30-sector-row__head h3 {
    font-size: 18px;
  }

  #uz2030-report .u30-sector-row__details {
    font-size: 15px;
    line-height: 1.58;
  }

  #uz2030-report .u30-sector-row__metric strong {
    font-size: 24px;
  }

  #uz2030-report .u30-sector-row__metric span {
    font-size: 14px;
  }

  /* Diagram 4 */
  #uz2030-report .u30-range-summary {
    margin-bottom: 14px;
  }

  #uz2030-report .u30-range-summary strong {
    font-size: 17px;
  }

  #uz2030-report .u30-range-summary span {
    font-size: 14px;
  }

  #uz2030-report .u30-range-stack {
    height: 56px;
  }

  #uz2030-report .u30-range-segment {
    padding-inline: 10px;
    font-size: 14px;
  }

  #uz2030-report .u30-range-legend {
    gap: 14px 24px;
    margin-top: 20px;
  }

  #uz2030-report .u30-range-legend-item {
    grid-template-columns: 13px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 0;
  }

  #uz2030-report .u30-range-legend-dot {
    width: 13px;
    height: 13px;
  }

  #uz2030-report .u30-range-legend-copy strong {
    font-size: 16px;
  }

  #uz2030-report .u30-range-legend-copy small {
    font-size: 14px;
    line-height: 1.5;
  }

  #uz2030-report .u30-range-legend-value {
    font-size: 15px;
  }

  /* Diagram 5 */
  #uz2030-report .u30-red-chart {
    min-width: 1080px;
    grid-template-columns: minmax(330px, .96fr) minmax(480px, 1.42fr) minmax(250px, .76fr);
    column-gap: 24px;
  }

  #uz2030-report .u30-red-head > div {
    padding-bottom: 14px;
    font-size: 13px;
  }

  #uz2030-report .u30-red-threshold {
    font-size: 12px;
  }

  #uz2030-report .u30-red-label,
  #uz2030-report .u30-red-bar-cell,
  #uz2030-report .u30-red-agency {
    padding-block: 12px;
  }

  #uz2030-report .u30-red-label {
    grid-template-columns: 36px 46px minmax(0, 1fr);
    gap: 12px;
  }

  #uz2030-report .u30-red-item-icon {
    width: 36px;
    height: 36px;
  }

  #uz2030-report .u30-red-code {
    width: 46px;
    height: 36px;
    font-size: 13px;
  }

  #uz2030-report .u30-red-label strong {
    font-size: 16px;
    line-height: 1.48;
  }

  #uz2030-report .u30-red-track {
    height: 40px;
  }

  #uz2030-report .u30-red-fill {
    min-width: 40px;
    padding-right: 10px;
    font-size: 14px;
  }

  #uz2030-report .u30-red-agency span {
    padding: 9px 11px;
    font-size: 14px;
    line-height: 1.48;
  }

  #uz2030-report .u30-callout {
    margin-top: 20px;
    padding: 16px 20px;
  }

  #uz2030-report .u30-callout p {
    font-size: 16px;
    line-height: 1.62;
  }

  /* Year-end summary */
  #uz2030-report .u30-summary-grid {
    gap: 20px;
  }

  #uz2030-report .u30-summary-grid article {
    padding: 26px;
  }

  #uz2030-report .u30-summary-grid--year-end .u30-summary-number {
    font-size: clamp(36px, 2.8vw, 46px);
  }

  #uz2030-report .u30-summary-grid h3 {
    margin-top: 18px;
    font-size: 20px;
  }

  #uz2030-report .u30-summary-grid p {
    font-size: 16px;
    line-height: 1.64;
  }

  /* Organization matrix */
  #uz2030-report .u30-org-matrix-intro {
    margin-bottom: 20px;
    padding: 18px 22px;
    font-size: 17px;
    line-height: 1.74;
  }

  #uz2030-report .u30-org-matrix-toolbar {
    gap: 16px 22px;
    margin-bottom: 18px;
  }

  #uz2030-report .u30-org-matrix-label {
    font-size: 13.5px;
  }

  #uz2030-report .u30-org-matrix-control {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 14px;
  }

  #uz2030-report .u30-org-matrix-sort-field {
    min-height: 42px;
    grid-template-columns: auto minmax(175px, 1fr);
  }

  #uz2030-report .u30-org-matrix-sort-field > span {
    font-size: 11.5px;
  }

  #uz2030-report .u30-org-matrix-select {
    height: 40px;
    font-size: 14px;
  }

  #uz2030-report .u30-matrix,
  #uz2030-report .u30-matrix-foot,
  #uz2030-report .u30-matrix-more {
    min-width: 1240px;
  }

  #uz2030-report .u30-matrix-group,
  #uz2030-report .u30-matrix-row {
    grid-template-columns: 46px minmax(270px, .9fr) minmax(335px, 1fr) 80px minmax(430px, 1.28fr);
  }

  #uz2030-report .u30-matrix-statusbar {
    gap: 18px 26px;
    margin-bottom: 20px;
  }

  #uz2030-report .u30-matrix-status-col {
    padding: 16px 18px;
  }

  #uz2030-report .u30-matrix-status-subtitle {
    margin-bottom: 12px;
    font-size: 13.5px;
  }

  #uz2030-report .u30-matrix-status-items {
    gap: 12px 18px;
  }

  #uz2030-report .u30-matrix-status-label {
    font-size: 14px;
  }

  #uz2030-report .u30-matrix-status-desc {
    font-size: 12.5px;
    line-height: 1.48;
  }

  #uz2030-report .u30-matrix-group > div,
  #uz2030-report .u30-matrix-row > div {
    padding: 15px 14px;
  }

  #uz2030-report .u30-matrix-group-title,
  #uz2030-report .u30-matrix-org-head {
    font-size: 14.5px;
  }

  #uz2030-report .u30-matrix-group-sub {
    font-size: 12.5px;
    line-height: 1.48;
  }

  #uz2030-report .u30-matrix-rank-head,
  #uz2030-report .u30-matrix-index-head,
  #uz2030-report .u30-matrix-rank {
    font-size: 13px;
  }

  #uz2030-report .u30-matrix-row {
    min-height: 96px;
  }

  #uz2030-report .u30-matrix-org-name {
    font-size: 16px;
    line-height: 1.5;
  }

  #uz2030-report .u30-matrix-org-summary {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.48;
  }

  #uz2030-report .u30-matrix-org-count {
    min-width: 72px;
    padding: 9px 10px 8px;
  }

  #uz2030-report .u30-matrix-org-count strong {
    font-size: 24px;
  }

  #uz2030-report .u30-matrix-org-count span {
    font-size: 10px;
  }

  #uz2030-report .u30-matrix-metric-head strong {
    font-size: 14px;
  }

  #uz2030-report .u30-matrix-metric-head span {
    font-size: 12px;
  }

  #uz2030-report .u30-matrix-bar {
    height: 26px;
  }

  #uz2030-report .u30-matrix-bar b {
    font-size: 13px;
  }

  #uz2030-report .u30-matrix-detail {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  #uz2030-report .u30-matrix-index {
    font-size: 15px;
  }

  #uz2030-report .u30-matrix-foot,
  #uz2030-report .u30-matrix-more {
    font-size: 13px;
  }

  #uz2030-report .u30-org-matrix-note {
    margin-top: 20px;
    padding-top: 14px;
    font-size: 13.5px;
    line-height: 1.72;
  }

  /* Measures and footer */
  #uz2030-report .u30-measure-card {
    padding: 28px;
  }

  #uz2030-report .u30-measure-head p {
    font-size: 16px;
    line-height: 1.6;
  }

  #uz2030-report .u30-measure-list li,
  #uz2030-report .u30-measure-single p {
    font-size: 17px;
    line-height: 1.72;
  }

  #uz2030-report .u30-footer-note {
    margin-top: 70px;
    padding: 20px 24px;
  }

  #uz2030-report .u30-footer-note span,
  #uz2030-report .u30-footer-note p {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  #uz2030-report {
    --u30-text-body: 17px;
  }

  #uz2030-report .u30-content {
    padding: 28px 18px 72px;
  }

  #uz2030-report .u30-section {
    padding-top: 66px;
  }

  #uz2030-report .u30-section-head > p,
  #uz2030-report .u30-org-matrix-intro {
    font-size: 16px;
  }

  #uz2030-report .u30-donut-wrap {
    width: min(360px, 100%);
  }
}

@media screen and (max-width: 640px) {
  #uz2030-report h1 {
    font-size: clamp(30px, 8vw, 38px);
  }

  #uz2030-report h2 {
    font-size: clamp(25px, 6.5vw, 32px);
  }

  #uz2030-report h3 {
    font-size: 20px;
  }

  #uz2030-report .u30-lead,
  #uz2030-report .u30-section-head > p,
  #uz2030-report .u30-prose {
    font-size: 17px;
  }

  #uz2030-report .u30-chart-card {
    padding: 22px 18px;
  }

  #uz2030-report .u30-range-stack {
    height: 48px;
  }

  #uz2030-report .u30-range-segment {
    font-size: 12px;
    padding-inline: 4px;
  }

  #uz2030-report .u30-summary-grid h3 {
    font-size: 19px;
  }

  #uz2030-report .u30-summary-grid p,
  #uz2030-report .u30-measure-list li,
  #uz2030-report .u30-measure-single p {
    font-size: 16px;
  }
}


/* ==========================================================================
   LAYOUT RHYTHM REPAIR + OFFICIAL OʻZBEKISTON 2030 MARK
   Keeps the larger readable type, while restoring hierarchy and responsive flow.
   ========================================================================== */
#uz2030-report .u30-hero__seal--brand {
  width: clamp(118px, 10.5vw, 148px);
  max-width: 148px;
  aspect-ratio: 7688.37 / 14500;
  min-height: 0;
  justify-self: end;
  align-self: center;
  color: inherit;
}

#uz2030-report .u30-hero__seal--brand::before {
  display: none;
}

#uz2030-report .u30-hero__seal--brand .u30-brand-logo {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  opacity: 1;
  fill: initial;
  stroke: none;
  overflow: visible;
}

#uz2030-report .u30-hero__seal--brand span {
  display: none;
}

@media screen {
  #uz2030-report {
    --u30-text-body: 18px;
    line-height: 1.65;
  }

  #uz2030-report .u30-content {
    padding: 32px clamp(20px, 2.4vw, 34px) 88px;
  }

  #uz2030-report h1 {
    max-width: 930px;
    margin-bottom: 18px;
    font-size: clamp(38px, 3.1vw, 50px);
    line-height: 1.1;
    letter-spacing: -0.032em;
  }

  #uz2030-report h2 {
    font-size: clamp(28px, 2.15vw, 36px);
    line-height: 1.17;
    letter-spacing: -0.023em;
  }

  #uz2030-report h3 {
    font-size: clamp(19px, 1.3vw, 22px);
    line-height: 1.34;
  }

  #uz2030-report .u30-lead {
    max-width: 900px;
    font-size: clamp(18px, 1.25vw, 20px);
    line-height: 1.68;
  }

  #uz2030-report .u30-prose {
    font-size: 17px;
    line-height: 1.72;
  }

  #uz2030-report .u30-hero {
    padding: clamp(32px, 3.4vw, 46px);
  }

  #uz2030-report .u30-hero__meta {
    margin-bottom: 22px;
  }

  #uz2030-report .u30-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(132px, 168px);
    gap: clamp(28px, 3vw, 40px);
  }

  #uz2030-report .u30-stat-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin-top: 30px;
    gap: 16px;
  }

  #uz2030-report .u30-stat-card {
    min-height: 134px;
    padding: 22px;
  }

  #uz2030-report .u30-stat-card__label {
    font-size: 16px;
  }

  #uz2030-report .u30-stat-card strong {
    font-size: clamp(36px, 2.8vw, 46px);
  }

  #uz2030-report .u30-intro-grid {
    margin-top: 30px;
    padding-top: 26px;
    gap: 32px;
  }

  #uz2030-report .u30-classification__item {
    padding: 14px 17px;
  }

  #uz2030-report .u30-section {
    padding-top: clamp(58px, 5.4vw, 78px);
  }

  #uz2030-report .u30-section-label {
    margin-bottom: 16px;
  }

  #uz2030-report .u30-section-head {
    grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr);
    gap: clamp(28px, 3vw, 38px);
    margin-bottom: 28px;
    align-items: end;
  }

  #uz2030-report .u30-section-head > p {
    padding: 16px 18px;
    font-size: 17px;
    line-height: 1.66;
  }

  #uz2030-report .u30-chart-caption {
    margin-bottom: 12px;
  }

  #uz2030-report .u30-chart-caption--spaced {
    margin-top: 34px;
  }

  #uz2030-report .u30-chart-caption strong {
    font-size: 18px;
  }

  #uz2030-report .u30-chart-card {
    padding: clamp(24px, 2.4vw, 32px);
  }

  #uz2030-report .u30-chart-toolbar {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  #uz2030-report .u30-insight-grid {
    margin-top: 18px;
  }

  #uz2030-report .u30-insight {
    padding: 19px 22px;
  }

  #uz2030-report .u30-editorial-note {
    margin-top: 18px;
    padding: 18px 22px;
  }

  #uz2030-report .u30-summary-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
  }

  #uz2030-report .u30-summary-grid article {
    padding: 24px;
  }

  #uz2030-report .u30-org-matrix-intro {
    margin-bottom: 18px;
    padding: 17px 20px;
  }

  #uz2030-report .u30-measures h2 {
    max-width: 900px;
    font-size: clamp(28px, 2.1vw, 35px);
  }

  #uz2030-report .u30-measure-card {
    padding: 25px;
  }

  #uz2030-report .u30-footer-note {
    margin-top: 58px;
  }
}

/* The previous readability pass was declared after the original responsive
   rules. Reassert the intended one-column flow at tablet widths. */
@media screen and (max-width: 1080px) {
  #uz2030-report .u30-hero__grid,
  #uz2030-report .u30-intro-grid,
  #uz2030-report .u30-section-head,
  #uz2030-report .u30-donut-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  #uz2030-report .u30-hero__seal--brand {
    display: none;
  }

  #uz2030-report .u30-section-head {
    align-items: start;
  }

  #uz2030-report .u30-section-head > p {
    width: 100%;
    max-width: none;
  }

  #uz2030-report .u30-donut-stage {
    justify-self: center;
  }

  #uz2030-report .u30-donut-wrap {
    width: min(360px, 100%);
  }
}

@media screen and (max-width: 960px) {
  #uz2030-report .u30-content {
    padding: 26px 18px 72px;
  }

  #uz2030-report .u30-section {
    padding-top: 56px;
  }

  #uz2030-report .u30-stat-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  #uz2030-report .u30-section-head > p,
  #uz2030-report .u30-org-matrix-intro {
    font-size: 16.5px;
  }

  #uz2030-report .u30-measures-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #uz2030-report .u30-org-matrix-toolbar {
    align-items: flex-start;
  }

  #uz2030-report .u30-org-matrix-sort-controls {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 760px) {
  #uz2030-report h1 {
    font-size: clamp(30px, 7.6vw, 38px);
  }

  #uz2030-report h2 {
    font-size: clamp(25px, 6vw, 31px);
  }

  #uz2030-report .u30-hero {
    padding: 26px 22px;
  }

  #uz2030-report .u30-stat-grid,
  #uz2030-report .u30-summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #uz2030-report .u30-chart-caption {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #uz2030-report .u30-range-legend {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media print {
  #uz2030-report .u30-hero__seal--brand {
    width: 78px;
    max-width: 78px;
  }
}



/* ===== Final layout refinement per review ===== */
/* 00. Intro: make 162 / 35 / 9 the primary focus */
#uz2030-report .u30-intro-grid {
  grid-template-columns: 1fr;
  gap: 22px;
  padding-top: 26px;
}
#uz2030-report .u30-prose {
  order: 2;
  max-width: 78ch;
}
#uz2030-report .u30-classification {
  order: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
#uz2030-report .u30-classification__item {
  min-height: 144px;
  padding: 18px 20px;
  align-items: start;
}
#uz2030-report .u30-classification__item strong {
  font-size: clamp(34px, 3.6vw, 46px);
  font-weight: 860;
  line-height: .98;
  letter-spacing: -.04em;
}
#uz2030-report .u30-classification__item small {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.5;
}
#uz2030-report .u30-classification__item b {
  align-self: center;
  font-size: 28px;
}
#uz2030-report .u30-prose p {
  font-size: 15.5px;
  line-height: 1.72;
}

/* 01. Diagram 1: remove info panel and strengthen legend */
#uz2030-report #u30-directions .u30-section-head {
  grid-template-columns: 1fr;
  gap: 12px;
}
#uz2030-report #u30-directions .u30-info-panel {
  display: none;
}
#uz2030-report #u30-directions .u30-chart-toolbar {
  margin-bottom: 18px;
  padding-bottom: 14px;
}

#uz2030-report #u30-directions .u30-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
  align-items: start;
  flex: 1 1 auto;
}
#uz2030-report #u30-directions .u30-legend-rich {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-width: 0;
}
#uz2030-report #u30-directions .u30-legend-rich .u30-dot {
  width: 10px;
  height: 10px;
  margin-top: .34em;
}
#uz2030-report #u30-directions .u30-legend-rich__text {
  display: block;
  min-width: 0;
}
#uz2030-report #u30-directions .u30-legend-rich__text strong {
  display: block;
  color: var(--u30-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}
#uz2030-report #u30-directions .u30-legend-rich__text small {
  display: block;
  margin-top: 2px;
  color: var(--u30-ink-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.42;
}
@media (max-width: 1024px) {
  #uz2030-report #u30-directions .u30-legend {
    grid-template-columns: 1fr;
  }
}
#uz2030-report #u30-directions .u30-legend {
  gap: 18px 26px;
  font-size: 15px;
  font-weight: 800;
}
#uz2030-report #u30-directions .u30-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

/* 02. Green section: TOP-5 below title, less empty air */
#uz2030-report #u30-green .u30-section-head {
  grid-template-columns: 1fr;
  gap: 16px;
}
#uz2030-report #u30-green .u30-info-panel {
  max-width: none;
}
#uz2030-report #u30-green .u30-info-topfive {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
#uz2030-report #u30-green .u30-info-topfive li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(16, 185, 129, .14);
}
#uz2030-report #u30-green .u30-info-topfive li:nth-last-child(-n+2),
#uz2030-report #u30-green .u30-info-topfive li:last-child {
  border-bottom: 0;
}

/* 03. Yellow section: remove right info panel and note, enlarge donut */
#uz2030-report #u30-yellow .u30-section-head {
  grid-template-columns: 1fr;
  gap: 12px;
}
#uz2030-report #u30-yellow .u30-info-panel,
#uz2030-report #u30-yellow .u30-distribution-note {
  display: none;
}
#uz2030-report #u30-yellow .u30-chart-card--donut {
  padding-top: 24px;
}
#uz2030-report #u30-yellow .u30-donut-layout {
  grid-template-columns: minmax(390px, .95fr) minmax(0, 1.05fr);
  gap: 24px;
}
#uz2030-report #u30-yellow .u30-donut-wrap {
  width: min(420px, 100%);
}
#uz2030-report #u30-yellow .u30-donut-label__count {
  font-size: 34px;
}
#uz2030-report #u30-yellow .u30-donut-label__pct {
  font-size: 16px;
}

/* 04. Red section: remove side info panel, make threshold line clearly yellow */
#uz2030-report #u30-red .u30-section-head {
  grid-template-columns: 1fr;
  gap: 12px;
}
#uz2030-report #u30-red .u30-info-panel {
  display: none;
}
#uz2030-report .u30-red-threshold {
  color: #8a6500;
  background: #fff7c7;
}
#uz2030-report .u30-red-track::before {
  width: 3px;
  transform: translateX(-1.5px);
  background: #f5b400;
  box-shadow: 0 0 0 1px rgba(245, 180, 0, .12);
}
#uz2030-report .u30-red-chart {
  grid-template-columns: 270px minmax(380px, 1fr) 170px;
}
#uz2030-report .u30-red-head > div:last-child {
  padding-left: 6px;
}
#uz2030-report .u30-red-agency {
  align-items: stretch;
}
#uz2030-report .u30-red-agency span {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 8px 10px;
  border: 1px solid #d7e2ee;
  border-radius: 10px;
  color: var(--u30-ink);
  background: #f8fbff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

/* 05. Measures: remove right-side info block */
#uz2030-report #u30-measures .u30-section-head {
  grid-template-columns: 1fr;
  gap: 12px;
}
#uz2030-report #u30-measures .u30-info-panel {
  display: none;
}

/* 06. Organisation matrix: bring back frame and stronger contrast */
#uz2030-report .u30-org-matrix-toolbar {
  padding: 14px 16px;
  border: 1px solid var(--u30-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
}
#uz2030-report .u30-matrix-wrap {
  border: 1px solid var(--u30-line-strong) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--u30-shadow-soft) !important;
  overflow: hidden;
}
#uz2030-report .u30-matrix-group {
  background: #f7faff;
}
#uz2030-report .u30-matrix-group > div {
  border-bottom: 1px solid var(--u30-line-strong);
}
#uz2030-report .u30-matrix-row:nth-child(odd) {
  background: #fbfdff;
}
#uz2030-report .u30-matrix-row:nth-child(even) {
  background: #ffffff;
}
#uz2030-report .u30-matrix-row:hover {
  background: #eef5ff;
}
#uz2030-report .u30-matrix-foot,
#uz2030-report .u30-matrix-more {
  background: #f8fbff;
}
#uz2030-report .u30-matrix-statusbar {
  border: 1px solid var(--u30-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
}

/* 07. Responsive refinements */
@media (max-width: 1040px) {
  #uz2030-report .u30-classification {
    grid-template-columns: 1fr;
  }
  #uz2030-report #u30-green .u30-info-topfive {
    grid-template-columns: 1fr;
  }
  #uz2030-report #u30-yellow .u30-donut-layout {
    grid-template-columns: 1fr;
  }
}

/* Source block: embedded-style-2 */
.fil17 {fill:#264477}
    .fil15 {fill:#C12F1F}
    .fil9 {fill:url(#id0)}
    .fil13 {fill:url(#id1)}
    .fil5 {fill:url(#id2)}
    .fil2 {fill:url(#id3)}
    .fil4 {fill:url(#id4)}
    .fil8 {fill:url(#id5)}
    .fil0 {fill:url(#id6)}
    .fil12 {fill:url(#id7)}
    .fil6 {fill:url(#id8)}
    .fil10 {fill:url(#id9)}
    .fil14 {fill:url(#id10)}
    .fil1 {fill:url(#id11)}
    .fil3 {fill:url(#id12)}
    .fil11 {fill:url(#id13)}
    .fil7 {fill:url(#id14)}
    .fil16 {fill:url(#id15)}
   
  

/* Information hierarchy refinement: compact facts instead of repeated paragraphs */
#uz2030-report .u30-section-head {
  align-items: start;
}

#uz2030-report .u30-section-head--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 980px;
}

#uz2030-report .u30-info-panel {
  --u30-info-accent: var(--u30-blue);
  --u30-info-bg: #f5f8ff;
  align-self: stretch;
  padding: 18px 20px;
  border: 1px solid color-mix(in srgb, var(--u30-info-accent) 24%, var(--u30-line));
  border-left: 4px solid var(--u30-info-accent);
  border-radius: 14px;
  background: var(--u30-info-bg);
}

#uz2030-report .u30-info-panel--blue {
  --u30-info-accent: var(--u30-blue);
  --u30-info-bg: #f5f8ff;
}

#uz2030-report .u30-info-panel--green {
  --u30-info-accent: var(--u30-green-dark);
  --u30-info-bg: #f2fbf7;
}

#uz2030-report .u30-info-panel--yellow {
  --u30-info-accent: #d97706;
  --u30-info-bg: #fffbeb;
}

#uz2030-report .u30-info-panel--red {
  --u30-info-accent: var(--u30-red-dark);
  --u30-info-bg: #fff7f7;
}

#uz2030-report .u30-info-panel__title {
  display: block;
  margin: 0 0 12px;
  color: var(--u30-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

#uz2030-report .u30-info-points,
#uz2030-report .u30-info-topfive {
  margin: 0;
  padding: 0;
  list-style: none;
}

#uz2030-report .u30-info-points {
  display: grid;
  gap: 0;
}

#uz2030-report .u30-info-points li {
  display: grid;
  grid-template-columns: minmax(72px, auto) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--u30-info-accent) 16%, transparent);
  color: var(--u30-ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

#uz2030-report .u30-info-points li:first-child { padding-top: 0; }
#uz2030-report .u30-info-points li:last-child { padding-bottom: 0; border-bottom: 0; }

#uz2030-report .u30-info-value {
  color: var(--u30-info-accent);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}

#uz2030-report .u30-info-topfive {
  counter-reset: u30-topfive;
  display: grid;
  gap: 8px;
}

#uz2030-report .u30-info-topfive li {
  counter-increment: u30-topfive;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--u30-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

#uz2030-report .u30-info-topfive li::before {
  content: counter(u30-topfive);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--u30-green-dark);
  background: #fff;
  border: 1px solid rgba(16, 185, 129, .28);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

#uz2030-report .u30-org-matrix-guide {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

#uz2030-report .u30-org-guide-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 15px 18px;
  border-bottom: 1px solid var(--u30-line);
}

#uz2030-report .u30-org-guide-row:last-child { border-bottom: 0; }

#uz2030-report .u30-org-guide-row > strong {
  color: var(--u30-blue-dark);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}

#uz2030-report .u30-org-guide-row > span {
  color: var(--u30-ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 1050px) {
  #uz2030-report .u30-section-head:not(.u30-section-head--single) {
    grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr);
  }
}

@media (max-width: 820px) {
  #uz2030-report .u30-info-panel {
    padding: 16px 17px;
  }

  #uz2030-report .u30-info-points li {
    grid-template-columns: minmax(68px, auto) minmax(0, 1fr);
    gap: 12px;
    font-size: 14px;
  }

  #uz2030-report .u30-org-guide-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 16px;
  }
}

@media print {
  #uz2030-report .u30-info-panel {
    padding: 10px 12px;
    background: #fff !important;
  }

  #uz2030-report .u30-info-points li,
  #uz2030-report .u30-info-topfive li,
  #uz2030-report .u30-org-guide-row > span {
    font-size: 9pt;
  }
}


/* Stronger separation and contrast between the main report sections */
#uz2030-report .u30-section {
  --u30-section-accent: var(--u30-blue);
  position: relative;
  margin-top: clamp(18px, 2vw, 30px);
  padding-top: clamp(54px, 5.8vw, 88px);
}

#uz2030-report .u30-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--u30-section-accent) 48%, transparent),
    color-mix(in srgb, var(--u30-line) 78%, transparent) 38%,
    transparent 100%);
}

#uz2030-report .u30-section::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: clamp(64px, 8vw, 116px);
  height: 4px;
  border-radius: 999px;
  background: var(--u30-section-accent);
}

#uz2030-report .u30-section--green { --u30-section-accent: var(--u30-green); }
#uz2030-report .u30-section--yellow { --u30-section-accent: var(--u30-orange); }
#uz2030-report .u30-section--red { --u30-section-accent: var(--u30-red); }
#uz2030-report .u30-summary { --u30-section-accent: #2563eb; }
#uz2030-report .u30-org-ranking { --u30-section-accent: #244c86; }
#uz2030-report #u30-measures { --u30-section-accent: #475569; }

#uz2030-report .u30-section-label {
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--u30-section-accent) 20%, var(--u30-line));
}

#uz2030-report .u30-section-head {
  padding-bottom: 4px;
}

#uz2030-report .u30-chart-caption,
#uz2030-report .u30-chart-caption--spaced {
  padding-top: 15px;
  border-top: 1px solid color-mix(in srgb, var(--u30-section-accent) 16%, var(--u30-line));
}

/* Section 05 starts directly with controls after its heading. */
#uz2030-report .u30-org-ranking .u30-section-head {
  margin-bottom: 18px;
}

#uz2030-report .u30-org-ranking .u30-org-matrix-toolbar {
  padding: 14px 0 16px;
  border-top: 1px solid var(--u30-line);
  border-bottom: 1px solid var(--u30-line);
}

@media (max-width: 720px) {
  #uz2030-report .u30-section {
    margin-top: 12px;
    padding-top: 48px;
  }

  #uz2030-report .u30-section::after {
    width: 72px;
  }
}

@media print {
  #uz2030-report .u30-section {
    margin-top: 0;
  }

  #uz2030-report .u30-section::before,
  #uz2030-report .u30-section::after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* Source block: u30-responsive-polish */
/* Final responsive and spacing layer. Placed last to neutralize older conflicting media rules. */
@media screen {
  #uz2030-report,
  #uz2030-report .u30-shell,
  #uz2030-report .u30-content,
  #uz2030-report .u30-hero,
  #uz2030-report .u30-section,
  #uz2030-report .u30-section-head > div,
  #uz2030-report .u30-chart-card,
  #uz2030-report .u30-org-matrix-toolbar,
  #uz2030-report [data-org-matrix-app] {
    min-width: 0;
  }

  #uz2030-report h1,
  #uz2030-report h2,
  #uz2030-report h3,
  #uz2030-report p,
  #uz2030-report li,
  #uz2030-report span,
  #uz2030-report strong {
    overflow-wrap: break-word;
  }

  #uz2030-report .u30-content {
    padding-inline: clamp(20px, 2.35vw, 34px);
  }

  #uz2030-report .u30-section {
    padding-top: clamp(56px, 5vw, 76px);
  }

  #uz2030-report .u30-section-head {
    margin-bottom: 24px;
  }

  #uz2030-report .u30-chart-card {
    max-width: 100%;
  }

  #uz2030-report .u30-classification {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #uz2030-report .u30-classification__item {
    min-width: 0;
  }

  #uz2030-report .u30-scroll-frame,
  #uz2030-report .u30-matrix-scroll {
    max-width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  #uz2030-report .u30-content {
    padding: 28px 24px 76px;
  }

  #uz2030-report .u30-hero {
    padding: 34px;
  }

  #uz2030-report .u30-hero__grid {
    grid-template-columns: minmax(0, 1fr) 124px;
    gap: 28px;
  }

  #uz2030-report .u30-hero__seal--brand {
    width: 112px;
  }

  #uz2030-report .u30-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #uz2030-report .u30-section-head:not(.u30-section-head--single) {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 28px;
  }

  #uz2030-report #u30-yellow .u30-donut-layout {
    grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr);
  }

  #uz2030-report #u30-yellow .u30-donut-wrap {
    width: min(390px, 100%);
  }
}

@media screen and (max-width: 1024px) {
  #uz2030-report .u30-content {
    padding: 24px 20px 68px;
  }

  #uz2030-report .u30-hero {
    padding: 30px;
  }

  #uz2030-report .u30-hero__grid,
  #uz2030-report .u30-section-head,
  #uz2030-report #u30-yellow .u30-donut-layout,
  #uz2030-report .u30-measures-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  #uz2030-report .u30-hero__seal--brand {
    display: none !important;
  }

  #uz2030-report .u30-section-head {
    align-items: start;
  }

  #uz2030-report .u30-section-head > .u30-info-panel {
    width: 100%;
  }

  #uz2030-report #u30-green .u30-info-topfive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #uz2030-report #u30-yellow .u30-donut-stage {
    justify-self: center;
  }

  #uz2030-report #u30-yellow .u30-donut-wrap {
    width: min(400px, 100%);
  }

  #uz2030-report .u30-org-matrix-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  #uz2030-report .u30-org-matrix-controls,
  #uz2030-report .u30-org-matrix-controls + .u30-org-matrix-controls {
    width: 100%;
    margin-left: 0;
  }

  #uz2030-report .u30-org-matrix-sort-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px;
    gap: 8px;
  }

  #uz2030-report .u30-org-matrix-sort-controls > .u30-org-matrix-label {
    grid-column: 1 / -1;
  }

  #uz2030-report .u30-org-matrix-sort-field,
  #uz2030-report .u30-org-matrix-select {
    width: 100%;
    min-width: 0;
  }

  #uz2030-report .u30-org-matrix-dir {
    width: 40px;
    padding-inline: 0;
  }
}

@media screen and (max-width: 820px) {
  #uz2030-report {
    --u30-text-body: 16px;
  }

  #uz2030-report .u30-content {
    padding: 20px 16px 60px;
  }

  #uz2030-report .u30-hero {
    padding: 26px 22px;
  }

  #uz2030-report h1 {
    font-size: clamp(31px, 6.5vw, 40px);
    line-height: 1.1;
  }

  #uz2030-report h2 {
    font-size: clamp(25px, 5.2vw, 32px);
    line-height: 1.16;
  }

  #uz2030-report .u30-lead {
    font-size: 17px;
    line-height: 1.62;
  }

  #uz2030-report .u30-section {
    padding-top: 52px;
  }

  #uz2030-report .u30-section-label {
    max-width: 100%;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 12px;
  }

  #uz2030-report .u30-section-label span {
    flex: 0 0 30px;
  }

  #uz2030-report .u30-stat-grid {
    gap: 12px;
  }

  #uz2030-report .u30-stat-card {
    min-height: 120px;
    padding: 18px;
  }

  #uz2030-report .u30-stat-card strong {
    font-size: 36px;
  }

  #uz2030-report .u30-intro-grid {
    margin-top: 24px;
    padding-top: 22px;
    gap: 20px;
  }

  #uz2030-report .u30-classification {
    gap: 12px;
  }

  #uz2030-report .u30-classification__item {
    min-height: 132px;
    padding: 16px;
    grid-template-columns: 5px minmax(0, 1fr) auto;
    gap: 10px;
  }

  #uz2030-report .u30-classification__item strong {
    font-size: 36px;
  }

  #uz2030-report .u30-classification__item b {
    font-size: 24px;
  }

  #uz2030-report .u30-chart-card {
    padding: 20px;
    border-radius: 16px;
  }

  #uz2030-report .u30-chart-toolbar {
    gap: 10px;
  }

  #uz2030-report #u30-directions .u30-legend {
    gap: 10px 18px;
  }

  #uz2030-report .u30-insight-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #uz2030-report .u30-insight {
    padding: 18px;
  }

  #uz2030-report .u30-green-row {
    grid-template-columns: minmax(0, 1fr) 84px !important;
    gap: 8px 12px !important;
    padding-block: 4px;
  }

  #uz2030-report .u30-green-name {
    grid-column: 1 / -1 !important;
    font-size: 15px;
  }

  #uz2030-report .u30-green-track {
    grid-column: 1 !important;
    height: 30px;
  }

  #uz2030-report .u30-green-meta {
    grid-column: 2 !important;
    justify-content: flex-end !important;
    text-align: right;
  }

  #uz2030-report .u30-green-meta .u30-green-total {
    font-size: 12px;
  }

  #uz2030-report .u30-editorial-note {
    padding: 16px 18px;
    font-size: 15px;
  }

  #uz2030-report #u30-yellow .u30-donut-wrap {
    width: min(360px, 100%);
  }

  #uz2030-report .u30-sector-list {
    gap: 8px;
  }

  #uz2030-report .u30-sector-row {
    padding: 10px 12px;
  }

  #uz2030-report .u30-range-summary {
    align-items: flex-start;
  }

  #uz2030-report .u30-range-stack {
    height: 44px;
  }

  #uz2030-report .u30-range-legend {
    grid-template-columns: 1fr;
  }

  #uz2030-report .u30-summary-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #uz2030-report .u30-measure-card {
    padding: 20px;
  }

  #uz2030-report .u30-measure-head {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  #uz2030-report .u30-org-matrix-hint {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  #uz2030-report .u30-content {
    padding: 16px 14px 54px;
  }

  #uz2030-report .u30-hero {
    padding: 22px 18px;
    border-radius: 18px;
  }

  #uz2030-report .u30-hero__meta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 18px;
  }

  #uz2030-report .u30-hero__tools {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #uz2030-report .u30-hero__actions {
    margin-left: auto;
  }

  #uz2030-report h1 {
    font-size: clamp(28px, 8vw, 35px);
    margin-bottom: 14px;
  }

  #uz2030-report h2 {
    font-size: clamp(23px, 6.5vw, 29px);
  }

  #uz2030-report h3 {
    font-size: 18px;
  }

  #uz2030-report .u30-kicker,
  #uz2030-report .u30-status-dot {
    font-size: 11.5px;
  }

  #uz2030-report .u30-lead,
  #uz2030-report .u30-prose,
  #uz2030-report .u30-prose p {
    font-size: 16px;
    line-height: 1.65;
  }

  #uz2030-report .u30-stat-grid,
  #uz2030-report .u30-classification {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #uz2030-report .u30-stat-card {
    min-height: 112px;
  }

  #uz2030-report .u30-classification__item {
    min-height: 112px;
    padding: 16px 18px;
    align-items: center;
  }

  #uz2030-report .u30-classification__item strong {
    font-size: 38px;
  }

  #uz2030-report .u30-classification__item small {
    margin-top: 7px;
    font-size: 13.5px;
  }

  #uz2030-report .u30-section {
    margin-top: 6px;
    padding-top: 46px;
  }

  #uz2030-report .u30-section-head {
    margin-bottom: 20px;
  }

  #uz2030-report .u30-chart-caption,
  #uz2030-report .u30-chart-toolbar,
  #uz2030-report .u30-range-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  #uz2030-report .u30-chart-caption {
    gap: 5px;
    margin-bottom: 10px;
  }

  #uz2030-report .u30-chart-caption--spaced {
    margin-top: 28px;
  }

  #uz2030-report .u30-chart-caption strong {
    font-size: 16px;
  }

  #uz2030-report .u30-chart-card {
    padding: 17px 15px;
  }

  #uz2030-report .u30-chart-note {
    font-size: 11.5px;
  }

  #uz2030-report .u30-scroll-hint {
    display: inline-flex;
    margin-bottom: 8px;
  }

  #uz2030-report .u30-direction-chart {
    min-width: 690px;
  }

  #uz2030-report .u30-direction-row {
    grid-template-columns: 220px minmax(360px, 1fr) 58px;
    gap: 12px;
  }

  #uz2030-report .u30-axis {
    margin-left: 232px;
    margin-right: 70px;
  }

  #uz2030-report #u30-green .u30-info-topfive {
    grid-template-columns: 1fr;
  }

  #uz2030-report #u30-green .u30-info-panel {
    padding: 16px;
  }

  #uz2030-report .u30-info-topfive li {
    font-size: 13.5px;
  }

  #uz2030-report #u30-yellow .u30-donut-wrap {
    width: min(320px, 100%);
  }

  #uz2030-report .u30-donut-center strong {
    font-size: 48px;
  }

  #uz2030-report .u30-sector-row {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  #uz2030-report .u30-sector-row__icon {
    width: 36px;
    height: 36px;
  }

  #uz2030-report .u30-sector-row__head {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px 10px;
  }

  #uz2030-report .u30-range-summary span {
    white-space: normal;
  }

  #uz2030-report .u30-range-segment {
    font-size: 10.5px;
    padding-inline: 3px;
  }

  #uz2030-report .u30-red-chart {
    min-width: 760px;
    grid-template-columns: 238px minmax(340px, 1fr) 148px;
  }

  #uz2030-report .u30-callout {
    align-items: start;
    padding: 12px 14px;
  }

  #uz2030-report .u30-measure-head {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  #uz2030-report .u30-measure-count {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  #uz2030-report .u30-measure-list,
  #uz2030-report .u30-measure-single {
    padding-left: 0;
  }

  #uz2030-report .u30-org-matrix-toolbar {
    padding: 12px;
  }

  #uz2030-report .u30-org-matrix-controls {
    align-items: stretch;
  }

  #uz2030-report .u30-org-matrix-controls:not(.u30-org-matrix-sort-controls) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #uz2030-report .u30-org-matrix-controls:not(.u30-org-matrix-sort-controls) > .u30-org-matrix-label {
    grid-column: 1 / -1;
  }

  #uz2030-report .u30-org-matrix-control {
    min-height: 40px;
    white-space: normal;
  }

  #uz2030-report .u30-org-matrix-sort-controls {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  #uz2030-report .u30-org-matrix-sort-controls > .u30-org-matrix-label {
    grid-column: 1 / -1;
  }

  #uz2030-report .u30-org-matrix-sort-field {
    grid-column: 1;
  }

  #uz2030-report .u30-org-matrix-dir {
    grid-column: 2;
    align-self: end;
  }

  #uz2030-report .u30-matrix-statusbar {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  #uz2030-report .u30-matrix-status-caption {
    grid-column: 1;
  }

  #uz2030-report .u30-matrix-wrap {
    border-radius: 12px !important;
  }
}

@media screen and (max-width: 460px) {
  #uz2030-report .u30-content {
    padding-inline: 12px;
  }

  #uz2030-report .u30-hero {
    padding: 20px 16px;
  }

  #uz2030-report .u30-hero__tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  #uz2030-report .u30-status-dot {
    padding-inline: 8px;
  }

  #uz2030-report .u30-stat-card,
  #uz2030-report .u30-classification__item {
    border-radius: 13px;
  }

  #uz2030-report .u30-classification__item {
    grid-template-columns: 5px minmax(0, 1fr) auto;
    gap: 10px;
  }

  #uz2030-report .u30-classification__item strong {
    font-size: 35px;
  }

  #uz2030-report .u30-classification__item b {
    font-size: 22px;
  }

  #uz2030-report .u30-section {
    padding-top: 42px;
  }

  #uz2030-report .u30-section-label {
    font-size: 11.5px;
    letter-spacing: .045em;
  }

  #uz2030-report .u30-chart-card {
    padding: 15px 12px;
    border-radius: 14px;
  }

  #uz2030-report #u30-directions .u30-legend {
    display: grid;
    grid-template-columns: repeat(3, auto);
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 13.5px;
  }

  #uz2030-report .u30-insight {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  #uz2030-report .u30-insight__value {
    font-size: 30px;
  }

  #uz2030-report .u30-green-row {
    grid-template-columns: minmax(0, 1fr) 72px !important;
  }

  #uz2030-report .u30-green-name {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    font-size: 14px;
  }

  #uz2030-report .u30-green-icon {
    width: 32px;
    height: 32px;
  }

  #uz2030-report .u30-green-track {
    height: 28px;
  }

  #uz2030-report .u30-green-complete,
  #uz2030-report .u30-green-remaining {
    font-size: 11.5px;
  }

  #uz2030-report #u30-yellow .u30-donut-wrap {
    width: min(286px, 100%);
  }

  #uz2030-report .u30-donut-label__count {
    font-size: 28px;
  }

  #uz2030-report .u30-donut-label__pct {
    font-size: 13px;
  }

  #uz2030-report .u30-donut-center strong {
    font-size: 42px;
  }

  #uz2030-report .u30-donut-center span {
    font-size: 11px;
  }

  #uz2030-report .u30-sector-row {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 9px 10px;
  }

  #uz2030-report .u30-sector-row__icon {
    width: 32px;
    height: 32px;
  }

  #uz2030-report .u30-sector-row__head h3 {
    font-size: 14px;
  }

  #uz2030-report .u30-range-stack {
    height: 40px;
  }

  #uz2030-report .u30-range-segment {
    font-size: 9.5px;
    letter-spacing: -.02em;
  }

  #uz2030-report .u30-range-legend-item {
    grid-template-columns: 10px minmax(0, 1fr);
  }

  #uz2030-report .u30-range-legend-value {
    grid-column: 2;
    text-align: left;
  }

  #uz2030-report .u30-callout {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
  }

  #uz2030-report .u30-measure-card {
    padding: 17px 15px;
  }

  #uz2030-report .u30-measure-head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
  }

  #uz2030-report .u30-measure-count {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  #uz2030-report .u30-org-matrix-controls:not(.u30-org-matrix-sort-controls) {
    grid-template-columns: 1fr;
  }

  #uz2030-report .u30-org-matrix-controls:not(.u30-org-matrix-sort-controls) > .u30-org-matrix-label {
    grid-column: 1;
  }
}

/* Source block: u30-final-cleanup */
/* Final cleanup: remove redundant wrappers, refine ranking density and section rhythm */
#uz2030-report .u30-prose {
  width: 100%;
  max-width: none;
}

/* Filters already contain bordered controls — remove the redundant outer card */
#uz2030-report #u30-ranking .u30-org-matrix-toolbar {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Each status column has its own surface — remove the shared enclosing surface */
#uz2030-report #u30-ranking .u30-matrix-statusbar {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Ranking table: slightly tighter and more even cell rhythm */
#uz2030-report #u30-ranking .u30-matrix-group > div {
  padding: 10px 12px;
}
#uz2030-report #u30-ranking .u30-matrix-row > div {
  padding: 9px 12px;
}
#uz2030-report #u30-ranking .u30-matrix-row {
  min-height: 70px;
}
#uz2030-report #u30-ranking .u30-matrix-group-title {
  padding: 8px 12px 3px;
}
#uz2030-report #u30-ranking .u30-matrix-group-sub {
  padding: 0 12px 8px;
}
#uz2030-report #u30-ranking .u30-matrix-legend > div {
  padding: 8px 10px;
}
#uz2030-report #u30-ranking .u30-matrix-metric-head {
  margin-bottom: 5px;
}
#uz2030-report #u30-ranking .u30-matrix-detail {
  margin-top: 5px;
  gap: 3px;
}

/* Stronger, clearer separators between primary report sections */
#uz2030-report .u30-section {
  margin-top: clamp(28px, 3vw, 46px);
  padding-top: clamp(62px, 6.2vw, 96px);
}
#uz2030-report .u30-section::before {
  height: 2px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--u30-section-accent) 78%, transparent) 0%,
    color-mix(in srgb, var(--u30-section-accent) 34%, var(--u30-line)) 38%,
    color-mix(in srgb, var(--u30-line-strong) 74%, transparent) 78%,
    transparent 100%);
}
#uz2030-report .u30-section::after {
  top: -3px;
  width: clamp(92px, 10vw, 152px);
  height: 7px;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--u30-section-accent) 22%, transparent);
}
#uz2030-report .u30-section-label {
  width: 100%;
  padding-bottom: 12px;
  border-bottom-width: 2px;
  border-bottom-color: color-mix(in srgb, var(--u30-section-accent) 28%, var(--u30-line));
}

@media (max-width: 820px) {
  #uz2030-report .u30-section {
    margin-top: 22px;
    padding-top: 54px;
  }
  #uz2030-report .u30-section::after {
    width: 88px;
    height: 6px;
  }
  #uz2030-report #u30-ranking .u30-matrix-statusbar {
    margin-bottom: 12px;
  }
}

@media (max-width: 520px) {
  #uz2030-report .u30-section {
    margin-top: 16px;
    padding-top: 48px;
  }
  #uz2030-report .u30-section-label {
    padding-bottom: 10px;
  }
  #uz2030-report #u30-ranking .u30-matrix-row > div,
  #uz2030-report #u30-ranking .u30-matrix-group > div {
    padding-block: 8px;
  }
}

@media print {
  #uz2030-report #u30-ranking .u30-org-matrix-toolbar,
  #uz2030-report #u30-ranking .u30-matrix-statusbar {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Source block: u30-classification-final-refinement */
/* First summary block: category-colored counts, neutral percentages, corrected vertical rhythm */
#uz2030-report .u30-classification__item {
  grid-template-columns: 7px minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 16px;
  row-gap: 0;
}

#uz2030-report .u30-classification__swatch {
  width: 7px;
  height: auto;
  min-height: 100%;
  align-self: stretch;
  border-radius: 999px;
}

#uz2030-report .u30-classification__item > div {
  min-width: 0;
  padding-top: 1px;
}

#uz2030-report .u30-classification__item strong {
  display: block;
  margin: 0;
}

#uz2030-report .u30-classification__item--green strong {
  color: var(--u30-green-dark);
}

#uz2030-report .u30-classification__item--yellow strong {
  color: #b66b00;
}

#uz2030-report .u30-classification__item--red strong {
  color: var(--u30-red-dark);
}

#uz2030-report .u30-classification__item b {
  align-self: start;
  margin-top: 2px;
  color: #7b8798;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.025em;
}

#uz2030-report .u30-classification__item small {
  max-width: 30ch;
}

@media screen and (max-width: 820px) {
  #uz2030-report .u30-classification__item {
    grid-template-columns: 6px minmax(0, 1fr) auto;
    column-gap: 12px;
  }

  #uz2030-report .u30-classification__swatch {
    width: 6px;
  }

  #uz2030-report .u30-classification__item b {
    margin-top: 3px;
  }
}

@media screen and (max-width: 680px) {
  #uz2030-report .u30-classification__item {
    align-items: start;
    min-height: 116px;
  }

  #uz2030-report .u30-classification__item small {
    max-width: none;
  }
}

@media screen and (max-width: 460px) {
  #uz2030-report .u30-classification__item {
    grid-template-columns: 6px minmax(0, 1fr) auto;
    gap: 11px;
  }

  #uz2030-report .u30-classification__item b {
    font-size: 21px;
  }
}

@media print {
  #uz2030-report .u30-classification__item--green strong { color: #087a53 !important; }
  #uz2030-report .u30-classification__item--yellow strong { color: #9a5b00 !important; }
  #uz2030-report .u30-classification__item--red strong { color: #b4232d !important; }
  #uz2030-report .u30-classification__item b { color: #667085 !important; }
}


/* ===== Block 05 replacement: uploaded organisation ranking ===== */
#uz2030-report #u30-ranking .u30-section-head {
  margin-bottom: 18px;
}
#uz2030-report .u30-r5-intro {
  width: 100%;
  max-width: none;
  margin: 12px 0 0;
  color: var(--u30-ink-soft);
  font-size: 15px;
  line-height: 1.65;
}
#uz2030-report .u30-r5-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}
#uz2030-report .u30-r5-control-label {
  margin-right: 2px;
  color: var(--u30-ink-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#uz2030-report .u30-r5-btn {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid var(--u30-line-strong);
  border-radius: 9px;
  color: var(--u30-ink-soft);
  background: #fff;
  font: 750 13px/1.3 var(--u30-font-sans);
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
#uz2030-report .u30-r5-btn:hover {
  border-color: #9db5d8;
  background: var(--u30-blue-light);
}
#uz2030-report .u30-r5-btn.is-active {
  color: #fff;
  border-color: var(--u30-blue);
  background: var(--u30-blue);
}
#uz2030-report .u30-r5-sep {
  width: 1px;
  height: 24px;
  margin-inline: 4px;
  background: var(--u30-line-strong);
}
#uz2030-report .u30-r5-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0 0 14px;
  padding: 13px 15px;
  border: 1px solid var(--u30-line);
  border-radius: 12px;
  background: #fff;
}
#uz2030-report .u30-r5-legend-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: var(--u30-ink-soft);
  font-size: 12.5px;
  font-weight: 650;
}
#uz2030-report .u30-r5-legend-group strong {
  width: 100%;
  color: var(--u30-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
#uz2030-report .u30-r5-legend-group span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#uz2030-report .u30-r5-legend-group i {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 3px;
}
#uz2030-report .u30-r5-scroll-hint {
  display: none;
  margin: 0 0 8px;
  color: var(--u30-blue);
  font-size: 12px;
  font-weight: 750;
}
#uz2030-report .u30-r5-frame {
  overflow: hidden;
  border: 1px solid var(--u30-line-strong);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--u30-shadow-soft);
}
#uz2030-report .u30-r5-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--u30-line-strong) transparent;
}
#uz2030-report .u30-r5-table {
  min-width: 1160px;
}
#uz2030-report .u30-r5-head,
#uz2030-report .u30-r5-row {
  display: grid;
  grid-template-columns: 44px minmax(230px, 1.18fr) minmax(250px, 1fr) 70px minmax(250px, .95fr) 70px 60px;
  gap: 0;
  align-items: stretch;
}
#uz2030-report .u30-r5-head {
  position: sticky;
  top: 0;
  z-index: 2;
  color: var(--u30-ink-muted);
  background: #f5f8fc;
  border-bottom: 1px solid var(--u30-line-strong);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
#uz2030-report .u30-r5-head > div,
#uz2030-report .u30-r5-row > div {
  min-width: 0;
  padding: 10px 12px;
  border-right: 1px solid var(--u30-line);
}
#uz2030-report .u30-r5-head > div:last-child,
#uz2030-report .u30-r5-row > div:last-child {
  border-right: 0;
}
#uz2030-report .u30-r5-head .is-green { color: var(--u30-green-dark); }
#uz2030-report .u30-r5-head .is-blue { color: var(--u30-blue-dark); }
#uz2030-report .u30-r5-align-right { text-align: right; }
#uz2030-report .u30-r5-row {
  min-height: 70px;
  border-bottom: 1px solid var(--u30-line);
  transition: background .16s ease;
}
#uz2030-report .u30-r5-row:nth-child(even) { background: #fbfdff; }
#uz2030-report .u30-r5-row:hover { background: #eef5ff; }
#uz2030-report .u30-r5-row:last-child { border-bottom: 0; }
#uz2030-report .u30-r5-rank,
#uz2030-report .u30-r5-index,
#uz2030-report .u30-r5-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-variant-numeric: tabular-nums;
}
#uz2030-report .u30-r5-rank {
  justify-content: center;
  color: var(--u30-ink-muted);
  font-size: 12px;
  font-weight: 750;
}
#uz2030-report .u30-r5-org {
  display: flex;
  align-items: center;
}
#uz2030-report .u30-r5-org-name {
  color: var(--u30-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.38;
  overflow-wrap: anywhere;
}
#uz2030-report .u30-r5-bar-cell {
  display: flex;
  align-items: center;
}
#uz2030-report .u30-r5-bar {
  width: 100%;
  height: 24px;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--u30-line);
  border-radius: 6px;
  background: var(--u30-surface);
}
#uz2030-report .u30-r5-bar b {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
#uz2030-report .u30-r5-bar b.is-late { color: #3b3200; }
#uz2030-report .u30-r5-bar.is-empty {
  background: repeating-linear-gradient(45deg, transparent, transparent 5px, var(--u30-line) 5px, var(--u30-line) 6px);
}
#uz2030-report .u30-r5-index {
  font-size: 14px;
  font-weight: 850;
}
#uz2030-report .u30-r5-index.is-empty { color: var(--u30-ink-muted) !important; }
#uz2030-report .u30-r5-total {
  color: var(--u30-ink-soft);
  font-size: 13px;
  font-weight: 800;
}
#uz2030-report .u30-r5-more {
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-top: 1px solid var(--u30-line);
  color: var(--u30-blue);
  background: #f8fbff;
  font: 850 12px/1.35 var(--u30-font-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
#uz2030-report .u30-r5-more:hover { background: var(--u30-blue-light); }
#uz2030-report .u30-r5-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  margin-top: 12px;
  color: var(--u30-ink-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}
@media (max-width: 980px) {
  #uz2030-report .u30-r5-legend { grid-template-columns: 1fr; }
  #uz2030-report .u30-r5-scroll-hint { display: block; }
}
@media (max-width: 700px) {
  #uz2030-report .u30-r5-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #uz2030-report .u30-r5-control-label {
    grid-column: 1 / -1;
  }
  #uz2030-report .u30-r5-sep { display: none; }
  #uz2030-report .u30-r5-btn { width: 100%; }
  #uz2030-report .u30-r5-intro { font-size: 14px; }
  #uz2030-report .u30-r5-legend { padding: 12px; }
}
@media (max-width: 440px) {
  #uz2030-report .u30-r5-controls { grid-template-columns: 1fr; }
}
@media print {
  #uz2030-report .u30-r5-controls,
  #uz2030-report .u30-r5-scroll-hint,
  #uz2030-report .u30-r5-more { display: none !important; }
  #uz2030-report .u30-r5-frame { box-shadow: none; }
  #uz2030-report .u30-r5-scroll { overflow: visible; }
  #uz2030-report .u30-r5-table { min-width: 0; }
  #uz2030-report .u30-r5-head,
  #uz2030-report .u30-r5-row {
    grid-template-columns: 24px minmax(145px, 1.2fr) minmax(130px, 1fr) 42px minmax(130px, 1fr) 42px 34px;
  }
  #uz2030-report .u30-r5-head > div,
  #uz2030-report .u30-r5-row > div { padding: 5px 6px; }
  #uz2030-report .u30-r5-org-name { font-size: 8pt; }
  #uz2030-report .u30-r5-bar { height: 14px; }
  #uz2030-report .u30-r5-bar b { font-size: 6.5pt; }
}


/* Final content refinement: 72 organisations, full category definitions, featured TOP-5 */
#uz2030-report #u30-green .u30-section-head {
  grid-template-columns: 1fr !important;
  margin-bottom: 22px;
}

#uz2030-report .u30-classification__item small {
  max-width: 31ch;
}

#uz2030-report .u30-topfive-feature {
  position: relative;
  margin-top: 22px;
  padding: clamp(22px, 2.6vw, 34px);
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
  border: 1px solid rgba(16, 185, 129, .32);
  border-left: 6px solid var(--u30-green);
  border-radius: 18px;
  background: linear-gradient(135deg, #f1fbf6 0%, #ffffff 62%);
  box-shadow: 0 16px 38px rgba(15, 118, 83, .10);
  overflow: hidden;
}

#uz2030-report .u30-topfive-feature::after {
  content: "TOP 5";
  position: absolute;
  right: 18px;
  top: 8px;
  color: rgba(16, 185, 129, .075);
  font-size: clamp(56px, 8vw, 108px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}

#uz2030-report .u30-topfive-feature__head,
#uz2030-report .u30-info-topfive--feature {
  position: relative;
  z-index: 1;
}

#uz2030-report .u30-topfive-feature__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--u30-green-dark);
  background: #fff;
  border: 1px solid rgba(16, 185, 129, .28);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#uz2030-report .u30-topfive-feature h3 {
  margin: 13px 0 8px;
  color: var(--u30-ink);
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.03em;
}

#uz2030-report .u30-topfive-feature__head p {
  margin: 0;
  color: var(--u30-ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

#uz2030-report .u30-info-topfive--feature {
  counter-reset: u30-topfive;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 14px !important;
}

#uz2030-report .u30-info-topfive--feature li {
  min-height: 58px;
  padding: 12px 14px;
  align-items: center;
  border: 1px solid rgba(16, 185, 129, .19);
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 6px 16px rgba(15, 118, 83, .05);
  font-size: 14.5px;
  font-weight: 750;
}

#uz2030-report .u30-info-topfive--feature li::before {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, var(--u30-green-dark), var(--u30-green));
  box-shadow: 0 5px 12px rgba(16, 185, 129, .22);
  font-size: 13px;
}

#uz2030-report .u30-info-topfive--feature li:first-child {
  grid-column: 1 / -1;
  border-color: rgba(16, 185, 129, .34);
  background: #fff;
}

@media (max-width: 820px) {
  #uz2030-report .u30-topfive-feature {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  #uz2030-report .u30-info-topfive--feature {
    grid-template-columns: 1fr !important;
  }
  #uz2030-report .u30-info-topfive--feature li:first-child {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  #uz2030-report .u30-topfive-feature {
    margin-top: 16px;
    padding: 17px;
    border-left-width: 4px;
    border-radius: 14px;
  }
  #uz2030-report .u30-topfive-feature::after {
    font-size: 54px;
    right: 12px;
  }
  #uz2030-report .u30-info-topfive--feature li {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 13.5px;
  }
}

/* Source block: u30-intro-two-stat-layout */
/* Intro now contains two KPI cards: keep them balanced on desktop/tablet. */
@media screen and (min-width: 761px) {
  #uz2030-report .u30-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 760px) {
  #uz2030-report .u30-stat-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
@media print {
  #uz2030-report .u30-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Source block: u30-mobile-compat-v8 */
/* ==========================================================================
   MOBILE COMPATIBILITY V8
   - Never lets reveal animation hide real content on touch/mobile viewports.
   - Converts wide charts and the organisation ranking to native mobile cards.
   - Preserves horizontal scrolling as a tablet fallback.
   ========================================================================== */
@media screen {
  #uz2030-report {
    width: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  #uz2030-report img,
  #uz2030-report svg {
    max-width: 100%;
  }

  #uz2030-report .u30-scroll-frame,
  #uz2030-report .u30-matrix-scroll,
  #uz2030-report .u30-r5-scroll {
    touch-action: pan-x pan-y;
  }
}

/* Tablet: keep content inside the viewport and make touch scrolling explicit. */
@media screen and (max-width: 820px) {
  #uz2030-report .u30-content {
    width: 100%;
    max-width: 100%;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }

  #uz2030-report .u30-hero,
  #uz2030-report .u30-section,
  #uz2030-report .u30-chart-card,
  #uz2030-report .u30-info-panel,
  #uz2030-report .u30-summary-grid,
  #uz2030-report .u30-measures-grid,
  #uz2030-report .u30-topfive-feature,
  #uz2030-report .u30-r5-app {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* Mobile safety: content must win over decorative reveal animation. */
  #uz2030-report.u30-js .u30-reveal,
  #uz2030-report.u30-js .u30-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }

  #uz2030-report.u30-js .u30-stack-segment,
  #uz2030-report.u30-js .u30-green-complete,
  #uz2030-report.u30-js .u30-range-fill,
  #uz2030-report.u30-js .u30-range-segment,
  #uz2030-report.u30-js .u30-red-fill,
  #uz2030-report.u30-js .u30-sector-row__fill {
    transform: scaleX(1) !important;
  }

  #uz2030-report .u30-scroll-frame,
  #uz2030-report .u30-matrix-scroll,
  #uz2030-report .u30-r5-scroll {
    width: 100%;
    max-width: 100%;
    scrollbar-gutter: auto;
  }

  #uz2030-report .u30-chart-toolbar,
  #uz2030-report .u30-legend,
  #uz2030-report .u30-sector-row__head,
  #uz2030-report .u30-range-summary,
  #uz2030-report .u30-r5-foot {
    min-width: 0;
  }

  #uz2030-report .u30-r5-foot {
    flex-wrap: wrap;
    gap: 6px 14px;
  }
}

/* Phones: charts become single-column/card layouts instead of desktop canvases. */
@media screen and (max-width: 680px) {
  #uz2030-report .u30-content {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  #uz2030-report .u30-chart-card {
    overflow: visible;
  }

  #uz2030-report .u30-chart-toolbar {
    width: 100%;
  }

  /* 1-diagramma: native mobile rows, no 690px canvas. */
  #uz2030-report #u30-directions .u30-scroll-hint {
    display: none !important;
  }

  #uz2030-report #u30-directions .u30-scroll-frame {
    overflow: visible;
    background: none;
  }

  #uz2030-report .u30-direction-chart {
    min-width: 0 !important;
    width: 100%;
    display: grid;
    gap: 10px;
  }

  #uz2030-report .u30-direction-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px 12px !important;
    align-items: center;
    padding: 13px 0 !important;
    border-top: 1px solid var(--u30-line);
  }

  #uz2030-report .u30-direction-row:first-child {
    border-top: 0;
  }

  #uz2030-report .u30-direction-name {
    grid-column: 1 / -1;
    min-width: 0;
  }

  #uz2030-report .u30-direction-name > span:last-child,
  #uz2030-report .u30-direction-name strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  #uz2030-report .u30-direction-row > .u30-stack-track {
    grid-column: 1;
    min-width: 0;
    height: 32px;
  }

  #uz2030-report .u30-direction-pct {
    grid-column: 2;
    min-width: 48px;
  }

  #uz2030-report .u30-axis {
    display: none !important;
  }

  /* 5-diagramma: each red KPI is a readable mobile card. */
  #uz2030-report #u30-red .u30-scroll-hint {
    display: none !important;
  }

  #uz2030-report #u30-red .u30-scroll-frame {
    overflow: visible;
    background: none;
  }

  #uz2030-report .u30-red-chart {
    min-width: 0 !important;
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px;
  }

  #uz2030-report .u30-red-head {
    display: none !important;
  }

  #uz2030-report .u30-red-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--u30-line);
    border-radius: 13px;
    background: #fff;
  }

  #uz2030-report .u30-red-label,
  #uz2030-report .u30-red-bar-cell,
  #uz2030-report .u30-red-agency {
    min-width: 0;
    padding: 0 !important;
    border-top: 0 !important;
  }

  #uz2030-report .u30-red-label {
    grid-template-columns: 30px 38px minmax(0, 1fr) !important;
    gap: 8px;
    align-items: start;
  }

  #uz2030-report .u30-red-label strong {
    overflow-wrap: anywhere;
  }

  #uz2030-report .u30-red-bar-cell::before,
  #uz2030-report .u30-red-agency::before {
    display: block;
    margin-bottom: 5px;
    color: var(--u30-ink-muted);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
  }

  #uz2030-report .u30-red-bar-cell::before {
    content: "Ijro darajasi";
  }

  #uz2030-report .u30-red-agency {
    display: block;
  }

  #uz2030-report .u30-red-agency::before {
    content: "Masʼul idora";
  }

  #uz2030-report .u30-red-agency span {
    min-height: 0;
    width: 100%;
  }

  /* Organisation ranking: replace 1160px table with compact mobile cards. */
  #uz2030-report .u30-r5-scroll-hint {
    display: none !important;
  }

  #uz2030-report .u30-r5-frame {
    overflow: visible;
    border-radius: 14px;
  }

  #uz2030-report .u30-r5-scroll {
    overflow: visible !important;
  }

  #uz2030-report .u30-r5-table {
    min-width: 0 !important;
    width: 100%;
  }

  #uz2030-report .u30-r5-head {
    display: none !important;
  }

  #uz2030-report .u30-r5-row {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 58px !important;
    grid-template-rows: auto auto auto;
    gap: 10px 10px !important;
    align-items: start;
    padding: 14px 12px;
    border-bottom: 1px solid var(--u30-line);
    background: #fff;
  }

  #uz2030-report .u30-r5-row:last-child {
    border-bottom: 0;
  }

  #uz2030-report .u30-r5-row > div {
    min-width: 0;
    padding: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  #uz2030-report .u30-r5-rank {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
    padding-top: 2px !important;
  }

  #uz2030-report .u30-r5-org {
    grid-column: 2;
    grid-row: 1;
  }

  #uz2030-report .u30-r5-org-name {
    overflow-wrap: anywhere;
  }

  #uz2030-report .u30-r5-row > .u30-r5-total {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    line-height: 1.15;
  }

  #uz2030-report .u30-r5-row > .u30-r5-total::before {
    content: "Jami ";
    display: block;
    margin-bottom: 2px;
    color: var(--u30-ink-muted);
    font-size: 9.5px;
    font-weight: 750;
    text-transform: uppercase;
  }

  #uz2030-report .u30-r5-row > .u30-r5-bar-cell:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  #uz2030-report .u30-r5-row > .u30-r5-index:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
    align-self: end;
  }

  #uz2030-report .u30-r5-row > .u30-r5-bar-cell:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }

  #uz2030-report .u30-r5-row > .u30-r5-index:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
  }

  #uz2030-report .u30-r5-row > .u30-r5-bar-cell:nth-child(3)::before,
  #uz2030-report .u30-r5-row > .u30-r5-bar-cell:nth-child(5)::before {
    display: block;
    margin: 0 0 5px;
    color: var(--u30-ink-muted);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
  }

  #uz2030-report .u30-r5-row > .u30-r5-bar-cell:nth-child(3)::before {
    content: "I yarim yillik";
  }

  #uz2030-report .u30-r5-row > .u30-r5-bar-cell:nth-child(5)::before {
    content: "Yil yakuni";
  }

  #uz2030-report .u30-r5-bar {
    height: 22px;
  }

  #uz2030-report .u30-r5-index {
    min-width: 48px;
    text-align: right;
  }

  #uz2030-report .u30-r5-controls {
    width: 100%;
  }

  #uz2030-report .u30-r5-btn {
    min-height: 42px;
    white-space: normal;
  }
}

@media screen and (max-width: 440px) {
  #uz2030-report h1,
  #uz2030-report h2,
  #uz2030-report h3,
  #uz2030-report .u30-lead,
  #uz2030-report .u30-section-label,
  #uz2030-report .u30-info-panel,
  #uz2030-report .u30-measure-card,
  #uz2030-report .u30-summary-grid article {
    overflow-wrap: anywhere;
  }

  #uz2030-report .u30-hero__tools {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px;
  }

  #uz2030-report .u30-status-dot {
    min-width: 0;
    white-space: normal;
  }

  #uz2030-report .u30-direction-icon,
  #uz2030-report .u30-green-icon {
    flex: 0 0 auto;
  }

  #uz2030-report .u30-sector-row {
    grid-template-columns: 32px minmax(0, 1fr) !important;
  }

  #uz2030-report .u30-sector-row__icon {
    width: 32px;
    height: 32px;
  }

  #uz2030-report .u30-donut-center strong {
    font-size: clamp(38px, 13vw, 48px);
  }

  #uz2030-report .u30-range-stack {
    height: 40px;
  }

  #uz2030-report .u30-range-segment {
    padding-inline: 2px;
    font-size: 10px;
  }

  #uz2030-report .u30-measure-head {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 10px;
  }

  #uz2030-report .u30-measure-count {
    width: 42px;
    height: 42px;
  }

  #uz2030-report .u30-r5-row {
    grid-template-columns: 30px minmax(0, 1fr) 52px !important;
    padding-inline: 10px;
    gap: 9px 8px !important;
  }
}

/* Reduced-motion and older/mobile engines: make the report immediately usable. */
@media (prefers-reduced-motion: reduce) {
  #uz2030-report .u30-reveal,
  #uz2030-report .u30-stack-segment,
  #uz2030-report .u30-green-complete,
  #uz2030-report .u30-range-fill,
  #uz2030-report .u30-range-segment,
  #uz2030-report .u30-red-fill,
  #uz2030-report .u30-sector-row__fill {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}/* End custom CSS */