:root{--font-ui: "Public Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-display: "Source Serif 4", Georgia, serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--text-display-xl: 600 56px/64px var(--font-display);--text-display-lg: 600 44px/52px var(--font-display);--text-heading-1: 600 36px/44px var(--font-ui);--text-heading-2: 600 30px/38px var(--font-ui);--text-heading-3: 600 24px/32px var(--font-ui);--text-heading-4: 600 20px/28px var(--font-ui);--text-body-lg: 400 18px/28px var(--font-ui);--text-body-md: 400 16px/24px var(--font-ui);--text-body-sm: 400 14px/20px var(--font-ui);--text-label-md: 600 16px/24px var(--font-ui);--text-label-sm: 600 14px/20px var(--font-ui);--text-meta: 500 12px/16px var(--font-ui);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--border-default: 1px;--border-strong: 2px;--shadow-sm: 0 1px 2px rgba(22, 33, 38, .08);--shadow-md: 0 8px 24px rgba(22, 33, 38, .1);--shadow-lg: 0 16px 40px rgba(22, 33, 38, .12);--duration-fast: .12s;--duration-base: .18s;--duration-slow: .26s;--easing-standard: cubic-bezier(.2, 0, 0, 1);--focus-ring-width: 2px;--focus-ring-offset: 2px;--bp-sm: 480px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--bp-2xl: 1440px;--color-ink-950: #162126;--color-ink-800: #24353d;--color-ink-700: #38505a;--color-ink-500: #607b85;--color-ink-300: #b7c6cc;--color-ink-200: #d7e0e4;--color-ink-100: #edf2f4;--color-canvas-warm: #f5f1ea;--color-white: #ffffff;--color-brand-700: #165f68;--color-brand-600: #21737b;--color-brand-500: #2f8e93;--color-brand-100: #dceff0;--color-success-600: #2d6a4f;--color-success-100: #dcefe3;--color-warning-600: #8a601d;--color-warning-100: #f7ead3;--color-danger-600: #8a3d3d;--color-danger-100: #f5dfdf;--color-info-600: #305f84;--color-info-100: #dcebf6}:root{--color-text-primary: var(--color-ink-950);--color-text-secondary: var(--color-ink-700);--color-text-muted: var(--color-ink-500);--color-text-inverse: var(--color-white);--color-surface-canvas: var(--color-white);--color-surface-page: var(--color-white);--color-surface-card: var(--color-white);--color-surface-subtle: var(--color-ink-100);--color-border-default: var(--color-ink-200);--color-border-strong: var(--color-ink-300);--color-border-focus: var(--color-brand-600);--color-action-primary-bg: var(--color-brand-600);--color-action-primary-text: var(--color-white);--color-action-primary-bg-hover: var(--color-brand-700);--color-action-secondary-border: var(--color-ink-300);--color-action-secondary-text: var(--color-ink-950);--color-action-secondary-bg-hover: var(--color-ink-100);--color-state-success-bg: var(--color-success-100);--color-state-success-text: var(--color-success-600);--color-state-warning-bg: var(--color-warning-100);--color-state-warning-text: var(--color-warning-600);--color-state-danger-bg: var(--color-danger-100);--color-state-danger-text: var(--color-danger-600);--color-state-info-bg: var(--color-info-100);--color-state-info-text: var(--color-info-600);--color-state-sensitive-bg: var(--color-ink-100);--color-state-sensitive-text: var(--color-ink-700);--focus-ring: var(--focus-ring-width) solid var(--color-border-focus)}:root{--button-height-sm: 36px;--button-height-md: 44px;--button-height-lg: 52px;--button-radius: var(--radius-md);--button-font: var(--text-label-md);--button-font-sm: var(--text-label-sm);--button-padding-x-sm: var(--space-3);--button-padding-x-md: var(--space-4);--button-padding-x-lg: var(--space-5);--card-padding-default: var(--space-4);--card-padding-compact: var(--space-3);--card-radius: var(--radius-lg);--card-border: var(--border-default) solid var(--color-border-default);--card-shadow-elevated: var(--shadow-md);--field-height: 44px;--field-padding-x: var(--space-3);--field-radius: var(--radius-md);--field-border: var(--border-default) solid var(--color-border-default);--field-border-focus: var(--border-strong) solid var(--color-border-focus);--field-border-error: var(--border-strong) solid var(--color-state-danger-text);--field-border-success: var(--border-strong) solid var(--color-state-success-text);--field-bg: var(--color-surface-card);--field-bg-disabled: var(--color-surface-subtle);--notice-radius: var(--radius-md);--notice-padding: var(--space-3) var(--space-4);--notice-border-width: var(--border-strong);--modal-radius: var(--radius-xl);--modal-shadow: var(--shadow-lg);--modal-padding: var(--space-5);--drawer-width-md: 480px;--drawer-width-lg: 640px;--table-row-height-default: 48px;--table-row-height-compact: 36px;--table-cell-padding-x: var(--space-3);--table-cell-padding-y: var(--space-2);--table-border: var(--border-default) solid var(--color-border-default);--badge-height: 24px;--badge-radius: var(--radius-sm);--badge-padding-x: var(--space-2);--badge-font: var(--text-meta);--page-max-width-reading: 680px;--page-max-width-content: 960px;--page-max-width-wide: 1200px;--page-gutter: var(--space-4);--section-gap: var(--space-7)}[data-surface=thrive-score-app]{--surface-theme-id: thrive-score-app;--surface-accent: var(--color-ink-800);--color-surface-canvas: var(--color-white);--color-surface-page: var(--color-ink-100);--color-surface-subtle: var(--color-ink-100);--color-action-primary-bg: var(--color-brand-600);--color-action-primary-bg-hover: var(--color-brand-700)}@layer reset,tokens,base,utilities,layout,components,theme,app;@layer reset{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,svg{display:block;max-width:100%}}@layer tokens{:root{--font-ui: "Public Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-display: "Source Serif 4", Georgia, serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--text-display-xl: 600 56px/64px var(--font-display);--text-display-lg: 600 44px/52px var(--font-display);--text-heading-1: 600 36px/44px var(--font-ui);--text-heading-2: 600 30px/38px var(--font-ui);--text-heading-3: 600 24px/32px var(--font-ui);--text-heading-4: 600 20px/28px var(--font-ui);--text-body-lg: 400 18px/28px var(--font-ui);--text-body-md: 400 16px/24px var(--font-ui);--text-body-sm: 400 14px/20px var(--font-ui);--text-label-md: 600 16px/24px var(--font-ui);--text-label-sm: 600 14px/20px var(--font-ui);--text-meta: 500 12px/16px var(--font-ui);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--border-default: 1px;--border-strong: 2px;--shadow-sm: 0 1px 2px rgba(22, 33, 38, .08);--shadow-md: 0 8px 24px rgba(22, 33, 38, .1);--shadow-lg: 0 16px 40px rgba(22, 33, 38, .12);--duration-fast: .12s;--duration-base: .18s;--duration-slow: .26s;--easing-standard: cubic-bezier(.2, 0, 0, 1);--focus-ring-width: 2px;--focus-ring-offset: 2px;--bp-sm: 480px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--bp-2xl: 1440px;--color-ink-950: #162126;--color-ink-800: #24353d;--color-ink-700: #38505a;--color-ink-500: #607b85;--color-ink-300: #b7c6cc;--color-ink-200: #d7e0e4;--color-ink-100: #edf2f4;--color-canvas-warm: #f5f1ea;--color-white: #ffffff;--color-brand-700: #165f68;--color-brand-600: #21737b;--color-brand-500: #2f8e93;--color-brand-100: #dceff0;--color-success-600: #2d6a4f;--color-success-100: #dcefe3;--color-warning-600: #8a601d;--color-warning-100: #f7ead3;--color-danger-600: #8a3d3d;--color-danger-100: #f5dfdf;--color-info-600: #305f84;--color-info-100: #dcebf6}}@layer tokens{:root{--color-text-primary: var(--color-ink-950);--color-text-secondary: var(--color-ink-700);--color-text-muted: var(--color-ink-500);--color-text-inverse: var(--color-white);--color-surface-canvas: var(--color-white);--color-surface-page: var(--color-white);--color-surface-card: var(--color-white);--color-surface-subtle: var(--color-ink-100);--color-border-default: var(--color-ink-200);--color-border-strong: var(--color-ink-300);--color-border-focus: var(--color-brand-600);--color-action-primary-bg: var(--color-brand-600);--color-action-primary-text: var(--color-white);--color-action-primary-bg-hover: var(--color-brand-700);--color-action-secondary-border: var(--color-ink-300);--color-action-secondary-text: var(--color-ink-950);--color-action-secondary-bg-hover: var(--color-ink-100);--color-state-success-bg: var(--color-success-100);--color-state-success-text: var(--color-success-600);--color-state-warning-bg: var(--color-warning-100);--color-state-warning-text: var(--color-warning-600);--color-state-danger-bg: var(--color-danger-100);--color-state-danger-text: var(--color-danger-600);--color-state-info-bg: var(--color-info-100);--color-state-info-text: var(--color-info-600);--color-state-sensitive-bg: var(--color-ink-100);--color-state-sensitive-text: var(--color-ink-700);--focus-ring: var(--focus-ring-width) solid var(--color-border-focus)}}@layer tokens{:root{--button-height-sm: 36px;--button-height-md: 44px;--button-height-lg: 52px;--button-radius: var(--radius-md);--button-font: var(--text-label-md);--button-font-sm: var(--text-label-sm);--button-padding-x-sm: var(--space-3);--button-padding-x-md: var(--space-4);--button-padding-x-lg: var(--space-5);--card-padding-default: var(--space-4);--card-padding-compact: var(--space-3);--card-radius: var(--radius-lg);--card-border: var(--border-default) solid var(--color-border-default);--card-shadow-elevated: var(--shadow-md);--field-height: 44px;--field-padding-x: var(--space-3);--field-radius: var(--radius-md);--field-border: var(--border-default) solid var(--color-border-default);--field-border-focus: var(--border-strong) solid var(--color-border-focus);--field-border-error: var(--border-strong) solid var(--color-state-danger-text);--field-border-success: var(--border-strong) solid var(--color-state-success-text);--field-bg: var(--color-surface-card);--field-bg-disabled: var(--color-surface-subtle);--notice-radius: var(--radius-md);--notice-padding: var(--space-3) var(--space-4);--notice-border-width: var(--border-strong);--modal-radius: var(--radius-xl);--modal-shadow: var(--shadow-lg);--modal-padding: var(--space-5);--drawer-width-md: 480px;--drawer-width-lg: 640px;--table-row-height-default: 48px;--table-row-height-compact: 36px;--table-cell-padding-x: var(--space-3);--table-cell-padding-y: var(--space-2);--table-border: var(--border-default) solid var(--color-border-default);--badge-height: 24px;--badge-radius: var(--radius-sm);--badge-padding-x: var(--space-2);--badge-font: var(--text-meta);--page-max-width-reading: 680px;--page-max-width-content: 960px;--page-max-width-wide: 1200px;--page-gutter: var(--space-4);--section-gap: var(--space-7)}}@layer base{body{margin:0;font:var(--text-body-md);color:var(--color-text-primary);background:var(--color-surface-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font:var(--text-heading-1)}h2{font:var(--text-heading-2)}h3{font:var(--text-heading-3)}h4{font:var(--text-heading-4)}a{color:var(--color-action-primary-bg);text-decoration:underline}a:hover{color:var(--color-action-primary-bg-hover)}:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}}@layer utilities{.u-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.u-text-muted{color:var(--color-text-muted)}.u-text-secondary{color:var(--color-text-secondary)}.u-text-inverse{color:var(--color-text-inverse)}.u-text-danger{color:var(--color-state-danger-text)}.u-text-success{color:var(--color-state-success-text)}}@layer layout{.o-page-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4);padding:var(--space-5) var(--page-gutter)}.o-stack{display:flex;flex-direction:column;gap:var(--space-4)}.o-stack--sm{gap:var(--space-2)}.o-stack--lg{gap:var(--space-5)}.o-stack--xl{gap:var(--space-7)}.o-cluster{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.o-content-wrapper{width:100%;max-width:var(--page-max-width-content);margin-inline:auto;padding-inline:var(--page-gutter)}.o-wide-wrapper{width:100%;max-width:var(--page-max-width-wide);margin-inline:auto;padding-inline:var(--page-gutter)}.o-reading-wrapper{width:100%;max-width:var(--page-max-width-reading);margin-inline:auto;padding-inline:var(--page-gutter)}.o-section{padding-block:var(--section-gap)}.o-action-row{display:flex;justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-4)}.o-sidebar-layout{display:grid;grid-template-columns:260px 1fr;gap:var(--space-5);min-height:100dvh}@media (max-width: 768px){.o-sidebar-layout{grid-template-columns:1fr}}.o-split-panel{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}@media (max-width: 768px){.o-split-panel{grid-template-columns:1fr}}.o-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-4)}.o-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:var(--border-default) solid var(--color-border-default)}}@layer theme{[data-surface=thrive-score-app]{--surface-theme-id: thrive-score-app;--surface-accent: var(--color-ink-800);--color-surface-canvas: var(--color-white);--color-surface-page: var(--color-ink-100);--color-surface-subtle: var(--color-ink-100);--color-action-primary-bg: var(--color-brand-600);--color-action-primary-bg-hover: var(--color-brand-700)}}@layer theme{[data-theme=dark]{color-scheme:dark;--color-ink-950: #edf2f4;--color-ink-800: #d7e0e4;--color-ink-700: #b7c6cc;--color-ink-500: #8a9da6;--color-ink-300: #38505a;--color-ink-200: #24353d;--color-ink-100: #1a2a31;--color-white: #0f1a1f;--color-canvas-warm: #14201f;--color-brand-700: #4bc0c8;--color-brand-600: #3aacb4;--color-brand-500: #2f9ea6;--color-brand-100: #152e30;--color-success-600: #5bbf8a;--color-success-100: #162e22;--color-warning-600: #d4a24a;--color-warning-100: #2e2414;--color-danger-600: #d47070;--color-danger-100: #2e1818;--color-info-600: #6ba4d0;--color-info-100: #162030;--color-surface-canvas: #0f1a1f;--color-surface-page: #14202a;--color-surface-card: #1a2a31;--color-surface-subtle: #1e323b;--color-border-default: #2a404a;--color-border-strong: #38505a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .5)}[data-colour-mode=high_contrast]{--color-text-primary: #000000;--color-text-secondary: #1a1a1a;--color-text-muted: #333333;--color-surface-canvas: #ffffff;--color-surface-page: #ffffff;--color-surface-card: #ffffff;--color-surface-subtle: #e5e5e5;--color-border-default: #333333;--color-border-strong: #000000;--color-action-primary-bg: #000000;--color-action-primary-text: #ffffff;--color-action-primary-bg-hover: #222222;--color-action-secondary-border: #000000;--color-action-secondary-text: #000000;--color-state-success-text: #145a32;--color-state-warning-text: #6e4a0e;--color-state-danger-text: #6e1e1e;--color-state-info-text: #1c3f5e;--focus-ring-width: 3px;--color-border-focus: #000000;--card-border: 2px solid #000000}[data-theme=dark][data-colour-mode=high_contrast]{--color-text-primary: #ffffff;--color-text-secondary: #eeeeee;--color-text-muted: #cccccc;--color-surface-canvas: #000000;--color-surface-page: #000000;--color-surface-card: #0a0a0a;--color-surface-subtle: #1a1a1a;--color-border-default: #cccccc;--color-border-strong: #ffffff;--color-action-primary-bg: #ffffff;--color-action-primary-text: #000000;--color-action-primary-bg-hover: #dddddd;--color-action-secondary-border: #ffffff;--color-action-secondary-text: #ffffff;--color-border-focus: #ffffff}[data-colour-mode=red_blindness_correction]{--color-success-600: #2575b0;--color-success-100: #d6eaf8;--color-warning-600: #c67a1a;--color-warning-100: #fdebd0;--color-danger-600: #7d3c98;--color-danger-100: #e8d5f5;--color-info-600: #2e86c1;--color-info-100: #d4e6f1;--color-brand-700: #1a5276;--color-brand-600: #2471a3;--color-brand-500: #2e86c1;--color-brand-100: #d4e6f1}[data-colour-mode=green_blindness_correction]{--color-success-600: #1a5276;--color-success-100: #d4e6f1;--color-warning-600: #d4a017;--color-warning-100: #fef9e7;--color-danger-600: #922b21;--color-danger-100: #f5b7b1;--color-info-600: #6c3483;--color-info-100: #e8d5f5;--color-brand-700: #1a5276;--color-brand-600: #2471a3;--color-brand-500: #2e86c1;--color-brand-100: #d4e6f1}[data-colour-mode=blue_blindness_correction]{--color-success-600: #196f3d;--color-success-100: #d5f5e3;--color-warning-600: #b9770e;--color-warning-100: #fdebd0;--color-danger-600: #922b21;--color-danger-100: #f5b7b1;--color-info-600: #7d3c98;--color-info-100: #e8d5f5;--color-brand-700: #6c3483;--color-brand-600: #7d3c98;--color-brand-500: #8e44ad;--color-brand-100: #e8d5f5}[data-text-size=large]{font-size:112.5%}[data-text-size=extra_large]{font-size:125%}[data-text-size=largest]{font-size:150%}@font-face{font-family:OpenDyslexic;src:url(https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:OpenDyslexic;src:url(https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}[data-reading-font=open_dyslexic]{--font-ui: "OpenDyslexic", "Public Sans", "Segoe UI", Arial, sans-serif;--font-display: "OpenDyslexic", "Source Serif 4", Georgia, serif}[data-line-spacing=increased]{--text-body-lg: 400 18px/36px var(--font-ui);--text-body-md: 400 16px/32px var(--font-ui);--text-body-sm: 400 14px/28px var(--font-ui);--text-label-md: 600 16px/32px var(--font-ui);--text-label-sm: 600 14px/28px var(--font-ui);--text-meta: 500 12px/24px var(--font-ui)}[data-letter-spacing=increased]{letter-spacing:.05em}[data-letter-spacing=increased] h1,[data-letter-spacing=increased] h2,[data-letter-spacing=increased] h3,[data-letter-spacing=increased] h4{letter-spacing:.03em}[data-focus-indicators=enhanced]{--focus-ring-width: 3px;--focus-ring-offset: 3px;--color-border-focus: #1a73e8}[data-focus-indicators=enhanced] :focus-visible{outline:var(--focus-ring-width) solid var(--color-border-focus);outline-offset:var(--focus-ring-offset);box-shadow:0 0 0 calc(var(--focus-ring-width) + 1px) #1a73e840}[data-focus-indicators=enhanced] :focus-visible{z-index:1;position:relative}[data-theme=dark][data-focus-indicators=enhanced]{--color-border-focus: #8ab4f8}[data-colour-mode=high_contrast][data-focus-indicators=enhanced]{--color-border-focus: #ff6600}[data-theme=dark][data-colour-mode=high_contrast][data-focus-indicators=enhanced]{--color-border-focus: #ffdd00}[data-motion=reduced],[data-motion=reduced] *,[data-motion=reduced] *:before,[data-motion=reduced] *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reduced-distraction=on]{--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--color-surface-subtle: var(--color-surface-page)}[data-reduced-distraction=on] [aria-hidden=true]:not(svg):not(img[alt]){display:none}[data-read-aloud=on_demand] [data-readable]{cursor:pointer;position:relative}[data-read-aloud=on_demand] [data-readable]:hover:after,[data-read-aloud=on_demand] [data-readable]:focus-within:after{content:"🔊";position:absolute;inset-inline-end:-1.5em;top:0;font-size:.75em;opacity:.6;pointer-events:none}[data-consistent-navigation=locked] nav{order:0!important}[data-consistent-navigation=locked] [data-nav-dynamic]{display:none}}@layer app{#main-content{min-height:100vh;background:radial-gradient(circle at top left,rgba(30,123,123,.16),transparent 32%),radial-gradient(circle at top right,rgba(19,35,63,.12),transparent 30%),linear-gradient(180deg,#f7f4ee,#f2ede3);color:#13233f}.thrive-score-app{display:grid;gap:1.5rem;padding:clamp(1.25rem,2.4vw,2.5rem)}.thrive-score-app__hero{display:grid;gap:.75rem;max-width:56rem;padding:clamp(1.25rem,2vw,2rem);border:1px solid rgba(19,35,63,.1);border-radius:1.5rem;background:#ffffff7a;box-shadow:0 24px 80px #13233f14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.thrive-score-app__eyebrow,.thrive-score-route__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;color:#1e7b7b}.thrive-score-app__headline{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;max-width:11ch}.thrive-score-app__summary,.thrive-score-route__lead,.thrive-score-route__callout{margin:0;max-width:60ch;font-size:1rem;line-height:1.7;color:#13233fdb}.thrive-score-app__meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.9rem;color:#13233fb3}.thrive-score-app__rail{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.thrive-score-app__rail-link{display:grid;gap:.35rem;padding:1rem 1.1rem;border:1px solid rgba(19,35,63,.12);border-radius:1rem;background:#fff9;color:inherit;text-decoration:none}.thrive-score-app__rail-title{font-size:1rem;font-weight:700}.thrive-score-app__rail-meta,.thrive-score-app__rail-status{font-size:.88rem;color:#13233fb8}.thrive-score-app__rail-status{justify-self:start;padding:.18rem .55rem;border-radius:999px;background:#1e7b7b1f}.thrive-score-app__routes{display:grid;gap:1rem}.thrive-score-app__readiness-panel{display:grid;gap:1rem;padding:1rem;border:1px solid rgba(19,35,63,.12);border-radius:1.25rem;background:#fffc;box-shadow:0 16px 42px #13233f0f}.thrive-score-app__readiness-header{display:flex;align-items:start;justify-content:space-between;gap:.75rem}.thrive-score-app__readiness-title{margin:0;font-size:1.15rem}.thrive-score-app__readiness-badge{padding:.28rem .62rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#1e7b7b1f;color:#1e7b7b}.thrive-score-app__readiness-badge[data-state=loading]{background:#a15c121f;color:#a15c12}.thrive-score-app__readiness-badge[data-state=partial],.thrive-score-app__readiness-badge[data-state=error]{background:#a15c1224;color:#a15c12}.thrive-score-app__readiness-summary{margin:0;color:#13233fd1;line-height:1.6}.thrive-score-app__readiness-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.thrive-score-app__readiness-metrics div{display:grid;gap:.15rem;padding:.8rem .85rem;border-radius:.95rem;background:#f7f4eef2}.thrive-score-app__readiness-metrics strong{font-size:1.35rem}.thrive-score-app__readiness-metrics span{font-size:.82rem;color:#13233fb3;text-transform:uppercase;letter-spacing:.06em}.thrive-score-app__readiness-list,.thrive-score-app__readiness-section{display:grid;gap:.75rem}.thrive-score-app__readiness-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.thrive-score-app__readiness-section-header h4{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em}.thrive-score-app__readiness-section-header span{font-size:.8rem;color:#13233fb3}.thrive-score-app__readiness-item{display:grid;gap:.45rem;padding:.85rem;border-radius:1rem;background:#f7f4eec7}.thrive-score-app__readiness-item[data-state=failed]{border:1px solid rgba(161,92,18,.18);background:#fffaf2f2}.thrive-score-app__readiness-item-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.thrive-score-app__readiness-item-header span{font-size:.84rem;color:#13233fb8;text-transform:uppercase;letter-spacing:.06em}.thrive-score-app__readiness-item p,.thrive-score-app__readiness-note,.thrive-score-app__readiness-error{margin:0;line-height:1.55}.thrive-score-app__readiness-error{color:#a15c12}.thrive-score-app__readiness-link{color:#13233f;font-weight:700;text-decoration:none}.thrive-score-app__readiness-link:hover{text-decoration:underline}.thrive-score-app__readiness-note{color:#13233fbd}.thrive-score-app__readiness-retry{justify-self:start;padding:.65rem 1rem;border:1px solid rgba(19,35,63,.15);border-radius:999px;background:#ffffffe0;color:#13233f;font:inherit;cursor:pointer}@media (max-width: 860px){.thrive-score-app__readiness-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.thrive-score-route{display:grid;gap:1rem;padding:clamp(1rem,1.8vw,1.5rem);border:1px solid rgba(19,35,63,.1);border-radius:1.5rem;background:#ffffffb3;box-shadow:0 20px 50px #13233f0d}.thrive-score-route__header{display:grid;gap:.4rem}.thrive-score-route__title{margin:0;font-size:1.5rem}.thrive-score-route__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.thrive-score-route__panel{display:grid;gap:.85rem;padding:1rem;border-radius:1rem;background:#f7f4eee6}.thrive-score-route__panel--accent{background:linear-gradient(135deg,#1e7b7b24,#13233f14)}.thrive-score-route__panel-title{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em}.thrive-score-route__list{margin:0;padding-left:1.15rem;display:grid;gap:.55rem}.thrive-score-route__callout{font-weight:600}.thrive-score-route__panel-stack,.thrive-score-workstream{display:grid;gap:1rem}.thrive-score-workstream-compare{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.thrive-score-workstream-compare-shell,.thrive-score-workstream-cues,.thrive-score-workstream-cues__list{display:grid;gap:1rem}.thrive-score-workstream-cues{padding:1rem;border:1px solid rgba(19,35,63,.12);border-radius:1.25rem;background:#ffffffc7}.thrive-score-workstream-cues__item{display:grid;gap:.75rem;padding:.9rem;border-radius:1rem;background:#f7f4eedb;border:1px solid rgba(161,92,18,.16)}.thrive-score-workstream-cues__actions{display:flex;flex-wrap:wrap;gap:.65rem}.thrive-score-workstream-cues__link{display:inline-flex;align-items:center;padding:.68rem .95rem;border-radius:999px;border:1px solid rgba(19,35,63,.14);color:#13233f;font-weight:700;text-decoration:none;background:#ffffff9e}.thrive-score-workstream-cues__link:hover{text-decoration:underline}.thrive-score-workstream-cues__button{border:1px solid rgba(19,35,63,.14);border-radius:999px;padding:.68rem .95rem;background:#ffffffe0;color:#13233f;font:inherit;font-weight:700;cursor:pointer}.thrive-score-workstream-cues__button:disabled{opacity:.6;cursor:default}.thrive-score-workstream-cues__message{margin:0;line-height:1.55;color:#13233fc7}.thrive-score-workstream-cues__message[data-state=error]{color:#a15c12}.thrive-score-workstream-cues__message[data-state=success]{color:#1e7b7b}.thrive-score-directory{display:grid;gap:1rem}.thrive-score-launch-ops{display:grid;gap:1rem;padding:1rem;border:1px solid rgba(19,35,63,.12);border-radius:1.25rem;background:#ffffffd6;box-shadow:0 16px 42px #13233f0f}.thrive-score-launch-ops--error{border-color:#a15c123d;background:#fffaf2f5}.thrive-score-launch-ops__header,.thrive-score-launch-ops__section-header,.thrive-score-launch-ops__item-header{display:flex;justify-content:space-between;gap:.75rem}.thrive-score-launch-ops__header,.thrive-score-launch-ops__item-header{align-items:start}.thrive-score-launch-ops__section-header{align-items:baseline}.thrive-score-launch-ops__eyebrow,.thrive-score-launch-ops__title,.thrive-score-launch-ops__message,.thrive-score-launch-ops__next-step,.thrive-score-launch-ops__meta,.thrive-score-launch-ops__section h4,.thrive-score-launch-ops__item h5,.thrive-score-launch-ops__item p{margin:0}.thrive-score-launch-ops__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;color:#1e7b7b}.thrive-score-launch-ops__title{font-size:1.2rem}.thrive-score-launch-ops__summary{display:grid;gap:.12rem;justify-items:end}.thrive-score-launch-ops__summary strong{font-size:1.5rem}.thrive-score-launch-ops__summary span,.thrive-score-launch-ops__section-header span,.thrive-score-launch-ops__meta{font-size:.82rem;color:#13233fb8}.thrive-score-launch-ops__message,.thrive-score-launch-ops__next-step{line-height:1.6;color:#13233fd6}.thrive-score-launch-ops__metrics{display:grid;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr))}.thrive-score-launch-ops__metrics div,.thrive-score-launch-ops__item{display:grid;gap:.35rem;padding:.9rem;border-radius:1rem;background:#f7f4eedb}.thrive-score-launch-ops__metrics dt,.thrive-score-launch-ops__stats dt{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#13233fad}.thrive-score-launch-ops__metrics dd,.thrive-score-launch-ops__stats dd{margin:0;font-weight:700}.thrive-score-launch-ops__sections{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.thrive-score-launch-ops__section,.thrive-score-launch-ops__list,.thrive-score-launch-ops__stats{display:grid;gap:.75rem}.thrive-score-launch-ops__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.thrive-score-launch-ops__badge{align-self:start;padding:.25rem .55rem;border-radius:999px;background:#1e7b7b1f;color:#1e7b7b;font-size:.78rem;font-weight:700}.thrive-score-launch-ops__item[data-state=blocked],.thrive-score-launch-ops__item[data-state=draft]{border:1px solid rgba(161,92,18,.24)}.thrive-score-launch-ops__item[data-state=review],.thrive-score-launch-ops__item[data-state=in_progress],.thrive-score-launch-ops__item[data-state=setup]{border:1px solid rgba(19,35,63,.12)}@media (max-width: 860px){.thrive-score-launch-ops__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.thrive-score-directory--error{padding:1rem;border-radius:1rem;background:#fffaf2e6;border:1px solid rgba(161,92,18,.18)}.thrive-score-directory__header,.thrive-score-directory__item-header,.thrive-score-directory__section-header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.thrive-score-directory__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;color:#13233f9e}.thrive-score-directory__title,.thrive-score-directory__section h4,.thrive-score-directory__item h5{margin:0}.thrive-score-directory__summary{display:grid;gap:.15rem;justify-items:end;text-align:right}.thrive-score-directory__summary strong{font-size:1.5rem;line-height:1}.thrive-score-directory__summary span,.thrive-score-directory__message,.thrive-score-directory__item-header p,.thrive-score-directory__next-step,.thrive-score-directory__control-note{margin:0;color:#13233fd1;line-height:1.6}.thrive-score-directory__metrics,.thrive-score-directory__stats{display:grid;gap:.75rem;margin:0}.thrive-score-directory__metrics{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr))}.thrive-score-directory__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.thrive-score-directory__metrics div,.thrive-score-directory__stats div{display:grid;gap:.15rem;padding:.8rem .85rem;border-radius:.85rem;background:#ffffff8c}.thrive-score-directory__metrics dt,.thrive-score-directory__stats dt{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#13233f9e}.thrive-score-directory__metrics dd,.thrive-score-directory__stats dd{margin:0;font-weight:700}.thrive-score-directory__sections{display:grid;gap:.9rem}.thrive-score-directory__section{display:grid;gap:.8rem;padding:.95rem;border-radius:1rem;background:#ffffff73}.thrive-score-directory__section-header span{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:#13233f9e}.thrive-score-directory__list{display:grid;gap:.75rem}.thrive-score-directory__item{display:grid;gap:.75rem;padding:.9rem;border-radius:.95rem;background:#f7f4eee6}.thrive-score-directory__item[data-state=review],.thrive-score-directory__item[data-state=watch]{border:1px solid rgba(161,92,18,.18);background:#fffaf2f2}.thrive-score-directory__badge{padding:.22rem .56rem;border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#1e7b7b1f;color:#1e7b7b}.thrive-score-directory__item[data-state=review] .thrive-score-directory__badge,.thrive-score-directory__item[data-state=watch] .thrive-score-directory__badge{background:#a15c121f;color:#a15c12}.thrive-score-directory__section--admin{background:linear-gradient(135deg,#1e7b7b1f,#13233f0f)}.thrive-score-workstream__header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.thrive-score-workstream__eyebrow{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;font-weight:700;color:#1e7b7b}.thrive-score-workstream__title,.thrive-score-workstream__item h4{margin:0}.thrive-score-workstream__summary{display:grid;gap:.2rem;justify-items:end;text-align:right}.thrive-score-workstream__summary strong{font-size:1.8rem;line-height:1}.thrive-score-workstream__summary span,.thrive-score-workstream__message,.thrive-score-workstream__item-header p,.thrive-score-workstream__next-step{margin:0;color:#13233fbd;line-height:1.55}.thrive-score-workstream__link{justify-self:start;color:#13233f;font-weight:700;text-decoration:none}.thrive-score-workstream__link:hover{text-decoration:underline}.thrive-score-workstream__metrics,.thrive-score-workstream__stats{display:grid;gap:.75rem;margin:0}.thrive-score-workstream__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.thrive-score-workstream__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.thrive-score-workstream__metrics div,.thrive-score-workstream__stats div{display:grid;gap:.15rem;padding:.8rem .85rem;border-radius:1rem;background:#ffffffb8}.thrive-score-workstream__metrics dt,.thrive-score-workstream__stats dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#13233f9e}.thrive-score-workstream__metrics dd,.thrive-score-workstream__stats dd{margin:0;font-size:1.1rem;font-weight:700}.thrive-score-workstream__list{display:grid;gap:.85rem}.thrive-score-workstream__item{display:grid;gap:.85rem;padding:1rem;border-radius:1.1rem;background:#ffffffd6;border:1px solid rgba(19,35,63,.08)}.thrive-score-workstream__item[data-selected=true]{box-shadow:inset 0 0 0 1px #1e7b7b38;border-color:#1e7b7b3d}.thrive-score-workstream__item[data-risk=watch],.thrive-score-workstream__item[data-delivery-state=review],.thrive-score-workstream__item[data-sla-state=due_soon],.thrive-score-workstream__item[data-significance=medium],.thrive-score-workstream__item[data-commercial-state=review],.thrive-score-workstream__item[data-commercial-state=watch]{border-color:#a15c122e}.thrive-score-workstream__item[data-risk=at-risk],.thrive-score-workstream__item[data-delivery-state=draft],.thrive-score-workstream__item[data-sla-state=overdue],.thrive-score-workstream__item[data-significance=high]{border-color:#a8462738;background:#fff8f2eb}.thrive-score-workstream__item[data-intervention-signal=true]{box-shadow:inset 0 0 0 1px #a15c1229}.thrive-score-workstream__item-header{display:flex;align-items:start;justify-content:space-between;gap:.9rem}.thrive-score-workstream__badges{display:flex;flex-wrap:wrap;gap:.45rem}.thrive-score-workstream__badges span{padding:.24rem .58rem;border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.04em;background:#13233f14}.thrive-score-workstream__badges span[data-kind=risk],.thrive-score-workstream__badges span[data-kind=delivery],.thrive-score-workstream__badges span[data-kind=status]{background:#1e7b7b1f;color:#1e7b7b}.thrive-score-workstream__item[data-risk=watch] .thrive-score-workstream__badges span[data-kind=risk],.thrive-score-workstream__item[data-delivery-state=review] .thrive-score-workstream__badges span[data-kind=delivery],.thrive-score-workstream__item[data-sla-state=due_soon] .thrive-score-workstream__badges span[data-kind=status],.thrive-score-workstream__item[data-significance=medium] .thrive-score-workstream__badges span[data-kind=status],.thrive-score-workstream__item[data-commercial-state=review] .thrive-score-workstream__badges span[data-kind=status],.thrive-score-workstream__item[data-commercial-state=watch] .thrive-score-workstream__badges span[data-kind=status]{background:#a15c1221;color:#a15c12}.thrive-score-workstream__item[data-risk=at-risk] .thrive-score-workstream__badges span[data-kind=risk],.thrive-score-workstream__item[data-delivery-state=draft] .thrive-score-workstream__badges span[data-kind=delivery],.thrive-score-workstream__item[data-sla-state=overdue] .thrive-score-workstream__badges span[data-kind=status],.thrive-score-workstream__item[data-significance=high] .thrive-score-workstream__badges span[data-kind=status]{background:#a8462724;color:#a84627}.thrive-score-workstream__badges span[data-kind=priority]{background:#13233f14;color:#13233f;text-transform:capitalize}.thrive-score-workstream__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.thrive-score-workstream__button{border:0;border-radius:999px;padding:.72rem 1.05rem;background:#13233f;color:#fff;font:inherit;font-weight:700;cursor:pointer}.thrive-score-workstream__button:disabled{cursor:not-allowed;opacity:.55}.thrive-score-workstream__toolbar-note{color:#13233fb8;line-height:1.55}.thrive-score-workstream__detail{display:grid;gap:1rem;padding:1rem;border-radius:1.1rem;background:#ffffffb8;border:1px solid rgba(19,35,63,.08)}.thrive-score-workstream__detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.thrive-score-workstream__detail-card{display:grid;gap:.7rem;padding:1rem;border-radius:1rem;background:#ffffffd6;border:1px solid rgba(19,35,63,.07)}.thrive-score-workstream__detail-label{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;color:#13233f9e}.thrive-score-workstream__detail-metrics{display:grid;gap:.75rem;margin:0}.thrive-score-workstream__detail-metrics div{display:grid;gap:.15rem;padding:.8rem .85rem;border-radius:.9rem;background:#13233f0d}.thrive-score-workstream__detail-metrics dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#13233f9e}.thrive-score-workstream__detail-metrics dd{margin:0;font-weight:700}.thrive-score-workstream__feedback{margin:0;padding:.85rem .95rem;border-radius:.95rem;background:#13233f0d}.thrive-score-workstream__feedback[data-state=success]{background:#1e7b7b1f;color:#1e7b7b}.thrive-score-workstream__feedback[data-state=error]{background:#a846271f;color:#a84627}.thrive-score-workstream--error{padding:1rem;border-radius:1rem;background:#fffaf2eb;border:1px solid rgba(161,92,18,.18)}.thrive-score-programmes{display:grid;gap:1rem}.thrive-score-programmes__header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.thrive-score-programmes__eyebrow{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;font-weight:700;color:#1e7b7b}.thrive-score-programmes__title,.thrive-score-programmes__item h4{margin:0}.thrive-score-programmes__summary{display:grid;gap:.2rem;justify-items:end;text-align:right}.thrive-score-programmes__summary strong{font-size:1.8rem;line-height:1}.thrive-score-programmes__summary span,.thrive-score-programmes__message,.thrive-score-programmes__item-header p,.thrive-score-programmes__schedule{margin:0;color:#13233fbd;line-height:1.55}.thrive-score-programmes__metrics,.thrive-score-programmes__stats{display:grid;gap:.75rem;margin:0}.thrive-score-programmes__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.thrive-score-programmes__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.thrive-score-programmes__metrics div,.thrive-score-programmes__stats div{display:grid;gap:.15rem;padding:.8rem .85rem;border-radius:1rem;background:#ffffffb8}.thrive-score-programmes__metrics dt,.thrive-score-programmes__stats dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#13233f9e}.thrive-score-programmes__metrics dd,.thrive-score-programmes__stats dd{margin:0;font-size:1.1rem;font-weight:700}.thrive-score-programmes__list{display:grid;gap:.85rem}.thrive-score-programmes__item{display:grid;gap:.85rem;padding:1rem;border-radius:1.1rem;background:#ffffffd6;border:1px solid rgba(19,35,63,.08)}.thrive-score-programmes__item[data-risk=watch]{border-color:#a15c122e}.thrive-score-programmes__item[data-risk=at-risk]{border-color:#a8462738;background:#fff8f2eb}.thrive-score-programmes__item[data-selected=true]{box-shadow:inset 0 0 0 1px #1e7b7b38;border-color:#1e7b7b3d}.thrive-score-programmes__item-header{display:flex;align-items:start;justify-content:space-between;gap:.9rem}.thrive-score-programmes__badges{display:flex;flex-wrap:wrap;gap:.45rem}.thrive-score-programmes__badges span{padding:.24rem .58rem;border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.04em;background:#13233f14}.thrive-score-programmes__badges span[data-kind=risk]{background:#1e7b7b1f;color:#1e7b7b}.thrive-score-programmes__item[data-risk=watch] .thrive-score-programmes__badges span[data-kind=risk]{background:#a15c1221;color:#a15c12}.thrive-score-programmes__item[data-risk=at-risk] .thrive-score-programmes__badges span[data-kind=risk]{background:#a8462724;color:#a84627}.thrive-score-programmes__focus,.thrive-score-programmes__milestone{margin:0;line-height:1.6}.thrive-score-programmes__item-action{justify-self:start;border:0;border-radius:999px;padding:.72rem 1.05rem;background:#13233f;color:#fff;font:inherit;font-weight:700;cursor:pointer}.thrive-score-programmes__detail{display:grid;gap:1rem;padding:1rem;border-radius:1.1rem;background:#ffffffb8;border:1px solid rgba(19,35,63,.08)}.thrive-score-programmes__detail-header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.thrive-score-programmes__detail-header h4{margin:0}.thrive-score-programmes__metrics--detail{grid-template-columns:repeat(4,minmax(0,1fr))}.thrive-score-programmes__detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.thrive-score-programmes__detail-card{display:grid;gap:.75rem;padding:1rem;border-radius:1rem;background:#ffffffd6;border:1px solid rgba(19,35,63,.07)}.thrive-score-programmes__detail-label{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#13233f9e}.thrive-score-programmes__detail-list{display:grid;gap:.65rem;margin:0;padding-left:1.1rem;color:#13233fd1}.thrive-score-programmes__detail-stack{display:grid;gap:.7rem}.thrive-score-programmes__detail-nested{display:grid;gap:.45rem;padding:.9rem;border-radius:.95rem;background:#13233f0d}.thrive-score-programmes__detail-nested[data-risk=watch],.thrive-score-programmes__detail-nested[data-state=current]{background:#a15c121a}.thrive-score-programmes__detail-nested[data-risk=at-risk]{background:#a846271a}.thrive-score-programmes__detail-nested p{margin:0;color:#13233fc7;line-height:1.55}.thrive-score-programmes__detail-row{display:flex;align-items:start;justify-content:space-between;gap:.75rem}.thrive-score-programmes__detail-row span{padding:.2rem .55rem;border-radius:999px;background:#13233f14;font-size:.76rem;font-weight:700}.thrive-score-programmes__detail-metrics{display:grid;gap:.75rem;margin:0}.thrive-score-programmes__detail-metrics div{display:grid;gap:.15rem;padding:.8rem .85rem;border-radius:.9rem;background:#13233f0d}.thrive-score-programmes__detail-metrics dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#13233f9e}.thrive-score-programmes__detail-metrics dd{margin:0;font-weight:700}.thrive-score-programmes--error{padding:1rem;border-radius:1rem;background:#fffaf2eb;border:1px solid rgba(161,92,18,.18)}@media (max-width: 40rem){.thrive-score-workstream__header,.thrive-score-workstream__item-header,.thrive-score-programmes__header,.thrive-score-programmes__item-header,.thrive-score-programmes__detail-header{display:grid;grid-template-columns:minmax(0,1fr)}.thrive-score-workstream__summary,.thrive-score-programmes__summary{justify-items:start;text-align:left}.thrive-score-workstream__metrics,.thrive-score-programmes__metrics,.thrive-score-programmes__metrics--detail,.thrive-score-workstream__detail-grid,.thrive-score-programmes__detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}}
