/* Page-scoped styles preserve the shared shell and aurora background. */
.smart-education-page {
  --se-text: #f5efea;
  --se-muted: #c1d2d3;
  --se-gold: #e5cca0;
  --se-teal: #90d1bb;
  --se-line: rgba(172, 208, 202, .24);
  color: var(--se-text);
  font-family: var(--sans);
  letter-spacing: 0;
}
.smart-education-page :is(h1, h2, h3, p, li, a, button, summary, output) {
  max-width: 100%;
  min-width: 0;
  height: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: 0;
  filter: none;
  -webkit-text-fill-color: currentColor;
}
.smart-education-page :is(h1, h2, h3) { margin: 0; color: var(--se-text); text-wrap: balance; }
.smart-education-page h1 { font-size: 54px; font-weight: 650; line-height: 1.12; }
.smart-education-page h2 { font-size: 34px; font-weight: 600; line-height: 1.2; }
.smart-education-page h3 { font-size: 21px; font-weight: 600; line-height: 1.35; }
.smart-education-page p { margin: 12px 0 0; font-size: 16px; line-height: 1.65; color: var(--se-muted); }
.smart-education-page .se-container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; min-width: 0; }
.smart-education-page .se-hero { position: relative; isolation: isolate; padding: 28px 0 46px; }
.smart-education-page .se-hero-image, .smart-education-page .se-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.smart-education-page .se-hero-image { object-fit: cover; object-position: 68% center; }
.smart-education-page .se-hero-shade { background: linear-gradient(90deg, rgba(3, 20, 34, .98) 0%, rgba(3, 20, 34, .88) 35%, rgba(3, 20, 34, .36) 72%, rgba(3, 20, 34, .12)), linear-gradient(0deg, rgba(3, 30, 29, .97), transparent 36%); }
.smart-education-page .se-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; font-size: 13px; line-height: 1.7; margin-bottom: 52px; color: #d0dedb; }
.smart-education-page .se-breadcrumb a:hover { text-decoration: underline; }
.smart-education-page .se-kicker { width: min(490px, 100%); margin: 0 0 24px; padding: 7px 14px; color: #0c303b; background: linear-gradient(90deg, #efe7d8, #d5c198); font-size: 14px; line-height: 1.35; font-weight: 700; }
.smart-education-page .se-hero h1 { max-width: 670px; }
.smart-education-page .se-lead { max-width: 605px; font-size: 18px; margin-top: 24px; color: #e0e9e7; }
.smart-education-page .se-value-labels { display: flex; flex-wrap: wrap; list-style: none; margin: 28px 0; padding: 0; gap: 12px 24px; color: var(--se-teal); font-size: 14px; font-weight: 600; }
.smart-education-page .se-value-labels li { border-bottom: 1px solid rgba(144, 209, 187, .5); padding-bottom: 6px; }
.smart-education-page .se-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.smart-education-page .se-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 20px; padding: 13px 19px; border: 1px solid #dfcca8; border-radius: 4px; color: #102e37; background: #ead9ba; font-size: 15px; line-height: 1.4; font-weight: 650; transition: background 180ms ease, border-color 180ms ease; }
.smart-education-page .se-button:hover { background: #f5e9d5; }
.smart-education-page .se-button.se-secondary { color: #f0e5d2; background: rgba(8, 33, 43, .78); border-color: rgba(235, 217, 187, .5); }
.smart-education-page .se-button.se-secondary:hover { background: #174a4b; }
/* Override legacy global light-text rules only on this page's light surfaces. */
html body main.smart-education-page[data-page] .se-kicker,
html body main.smart-education-page[data-page] .se-actions a.se-button:not(.se-secondary) { color: #102e37 !important; }
html body main.smart-education-page[data-page] :is(.se-stat-value, .se-pending) { color: var(--se-gold) !important; }
html body main.smart-education-page[data-page] .se-status { color: var(--se-teal) !important; }
.smart-education-page :is(a, button, input, summary):focus-visible { outline: 2px solid var(--se-gold); outline-offset: 5px; }
.smart-education-page .se-image-note { font-size: 12px; margin-top: 40px; color: #c4d5d2; }
.smart-education-page .se-section { padding: 70px 0; border-top: 1px solid var(--se-line); scroll-margin-top: 110px; }
.smart-education-page .se-heading { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; margin-bottom: 32px; }
.smart-education-page .se-heading p { max-width: 820px; }
.smart-education-page .se-index { font-size: 14px; color: var(--se-gold); line-height: 2.2; font-variant-numeric: tabular-nums; }
.smart-education-page .se-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.smart-education-page .se-card { min-width: 0; border: 1px solid var(--se-line); border-radius: 8px; background: rgba(6, 32, 40, .57); padding: 28px; transition: border-color 180ms ease; }
.smart-education-page .se-card:hover { border-color: rgba(144, 209, 187, .65); }
.smart-education-page .se-number { display: block; margin-bottom: 24px; color: var(--se-teal); font-size: 13px; }
.smart-education-page .se-card:nth-child(3n + 2) .se-number { color: #abcfe9; }
.smart-education-page .se-card:nth-child(3n) .se-number { color: var(--se-gold); }
.smart-education-page .se-note { font-size: 14px; margin: 22px 0 0; max-width: 1000px; }
.smart-education-page details { padding: 18px 0; border-bottom: 1px solid var(--se-line); }
.smart-education-page summary { color: var(--se-gold); cursor: pointer; font-size: 15px; line-height: 1.5; }
.smart-education-page details p, .smart-education-page details li { font-size: 14px; line-height: 1.7; color: var(--se-muted); }
.smart-education-page .se-ai { padding-top: 42px; }
.smart-education-page .se-ai-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.smart-education-page .se-status { font-size: 13px; color: var(--se-teal); }
.smart-education-page .se-flow { list-style: none; padding: 0; margin: 24px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.smart-education-page .se-flow li { position: relative; padding: 13px 23px 13px 0; color: #e1ece6; font-size: 14px; border-top: 1px solid rgba(141, 206, 184, .55); }
.smart-education-page .se-flow li:not(:last-child)::after { content: "→"; position: absolute; right: 0; color: var(--se-gold); }
.smart-education-page .se-ai-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.smart-education-page .se-ai-grid .se-card { border: 0; border-radius: 0; padding: 12px 18px 12px 0; background: none; }
.smart-education-page .se-ai-grid h3 { font-size: 18px; }
.smart-education-page .se-ai-grid p { font-size: 14px; }
.smart-education-page .se-tabs { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--se-line); margin-bottom: 32px; gap: 6px; }
.smart-education-page .se-tabs button { flex: 1 1 140px; border: none; border-bottom: 3px solid transparent; padding: 16px 12px; background: transparent; color: var(--se-muted); font-size: 16px; cursor: pointer; }
.smart-education-page .se-tabs button[aria-selected="true"] { color: var(--se-gold); border-bottom-color: var(--se-gold); background: rgba(11, 48, 48, .45); }
.smart-education-page .se-classroom-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }
.smart-education-page [role="tabpanel"] { min-height: 210px; animation: se-enter 220ms ease both; }
.smart-education-page [hidden] { display: none !important; }
.smart-education-page [role="tabpanel"] h3 { font-size: 28px; margin-top: 18px; }
.smart-education-page .se-step-caption { border-left: 2px solid var(--se-teal); padding-left: 14px; margin-top: 25px; font-size: 14px; }
.smart-education-page .se-path-title { margin-top: 28px; font-size: 18px; }
.smart-education-page .se-learning-path { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.smart-education-page .se-geometry { margin: 0; border: 1px solid var(--se-line); border-radius: 8px; padding: 24px; background: rgba(3, 26, 38, .64); min-width: 0; }
.smart-education-page .se-geometry figcaption p { font-size: 14px; }
.smart-education-page .se-geometry svg { display: block; width: 100%; height: auto; aspect-ratio: 400 / 260; margin: 16px 0; }
.smart-education-page .se-formula { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 14px; color: var(--se-gold); }
.smart-education-page .se-slider-label { display: block; font-size: 14px; margin: 22px 0 6px; color: var(--se-muted); }
.smart-education-page input[type="range"] { width: 100%; height: 32px; margin: 0; accent-color: #90d1bb; cursor: pointer; }
.smart-education-page .se-research-disclaimer { border-left: 3px solid var(--se-gold); padding: 5px 0 5px 20px; margin-bottom: 30px; }
.smart-education-page .se-research-disclaimer strong { font-size: 16px; color: var(--se-gold); }
.smart-education-page .se-research-disclaimer p { font-size: 14px; max-width: 1000px; color: #e3e7de; }
.smart-education-page .se-source { scroll-margin-top: 110px; }
.smart-education-page .se-source-link { display: inline-block; color: var(--se-gold); text-decoration: underline; margin-top: 20px; font-size: 14px; }
.smart-education-page .se-phases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.smart-education-page .se-phases article { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 15px; border-top: 1px solid var(--se-line); padding-top: 22px; }
.smart-education-page .se-pending { color: var(--se-gold); margin-top: 32px; font-size: 15px; }
.smart-education-page .se-illustrated-card { padding: 0; overflow: hidden; }
.smart-education-page .se-illustrated-card .se-card-copy { padding: 24px; }
.smart-education-page .se-illustrated-card .se-number { margin-bottom: 14px; }
.smart-education-page .se-photo { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; padding: 0; margin: 0; border: 0; border-radius: 0; overflow: hidden; background: #082c36; cursor: zoom-in; }
.smart-education-page .se-photo > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.smart-education-page .se-photo:hover > img { transform: scale(1.025); }
.smart-education-page .se-photo-zoom { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 32px; height: 32px; background: rgba(4, 27, 32, .85); border: 1px solid rgba(235, 221, 193, .5); border-radius: 4px; }
.smart-education-page .se-photo-zoom img, .smart-education-page .se-icon-button img { display: block; width: 20px; height: 20px; filter: invert(1); }
.smart-education-page .se-visual-note { margin-top: 16px; }
.smart-education-page .se-ai-grid .se-illustrated-card { padding: 0; border-radius: 4px; }
.smart-education-page .se-ai-grid .se-card-copy { padding: 18px 0; }
.smart-education-page .se-phases .se-photo { grid-column: 1 / -1; border-radius: 4px; }
.smart-education-page .se-advantages-grid .se-photo { aspect-ratio: 16 / 10; }
.smart-education-page .se-explorations { padding-top: 48px; margin-top: 40px; border-top: 1px solid var(--se-line); }
.smart-education-page .se-explorations > h3 { font-size: 28px; }
.smart-education-page .se-demo-tabs { margin-top: 26px; }
.smart-education-page .se-explorations h4 { font-size: 23px; line-height: 1.4; font-weight: 600; margin: 0; color: var(--se-text); text-wrap: balance; overflow-wrap: break-word; }
.smart-education-page .se-solid-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 38px; align-items: center; }
.smart-education-page .se-solid-scene { position: relative; width: 100%; height: 520px; min-width: 0; }
.smart-education-page .se-solid-scene canvas { display: block; width: 100%; height: 100%; touch-action: pan-y; cursor: grab; }
.smart-education-page .se-solid-scene canvas:active { cursor: grabbing; }
.smart-education-page .se-render-message { position: absolute; inset: 40% 10% auto; text-align: center; pointer-events: none; }
.smart-education-page .se-demo-controls { min-width: 0; }
.smart-education-page .se-demo-controls p { font-size: 14px; }
.smart-education-page .se-demo-controls select { width: 100%; padding: 12px; border: 1px solid var(--se-line); border-radius: 4px; background: #10373e; color: #f5efea; font: inherit; }
.smart-education-page .se-demo-controls select:focus-visible { outline: 2px solid var(--se-gold); outline-offset: 3px; }
.smart-education-page .se-measurements { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 20px 0; padding-top: 20px; border-top: 1px solid var(--se-line); }
.smart-education-page .se-measurements dt { font-size: 13px; color: var(--se-muted); }
.smart-education-page .se-measurements dd { margin: 8px 0 0; color: var(--se-gold); font-size: 15px; }
.smart-education-page .se-measurements output { display: block; font-size: 26px; font-variant-numeric: tabular-nums; margin-bottom: 5px; }
.smart-education-page .se-demo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.smart-education-page .se-checkbox { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--se-muted); cursor: pointer; }
.smart-education-page .se-checkbox input { width: 18px; height: 18px; accent-color: var(--se-teal); }
.smart-education-page .se-icon-button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--se-line); border-radius: 4px; background: #123c42; cursor: pointer; }
.smart-education-page .se-icon-button:hover { border-color: var(--se-gold); background: #1c5353; }
.smart-education-page .se-wave-heading { display: flex; align-items: start; justify-content: space-between; gap: 26px; }
.smart-education-page .se-wave-heading > div:first-child { max-width: 780px; }
.smart-education-page .se-wave-figure { margin: 28px 0 0; }
.smart-education-page .se-wave-figure > svg { display: block; width: 100%; height: auto; aspect-ratio: 800 / 330; }
/* Keep plot marks independent of the legacy global icon stroke rule. */
html body main.smart-education-page[data-page] .se-wave-figure svg :is(rect, circle) { stroke: none; }
html body main.smart-education-page[data-page] .se-wave-figure svg > path { stroke: #b3c7c7; }
html body main.smart-education-page[data-page] .se-wave-figure svg pattern path { stroke: #9ac9cd; }
html body main.smart-education-page[data-page] .se-wave-figure svg [data-se-wave-path] { stroke: #90d1bb; }
.smart-education-page .se-wave-figure figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; color: var(--se-gold); font-size: 18px; font-variant-numeric: tabular-nums; }
.smart-education-page .se-wave-controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.smart-education-page .se-lightbox { position: fixed; inset: 0; width: min(1040px, calc(100vw - 32px)); max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); height: fit-content; padding: 54px 24px 20px; margin: auto; color: #f5efea; background: #062832; border: 1px solid #527671; border-radius: 8px; overflow-y: auto; overscroll-behavior: contain; }
.smart-education-page .se-lightbox::backdrop { background: rgba(0, 12, 20, .86); }
.smart-education-page .se-lightbox figure { margin: 0; }
.smart-education-page .se-lightbox figure > img { display: block; width: 100%; height: auto; max-height: calc(100dvh - 240px); object-fit: contain; }
.smart-education-page .se-lightbox figcaption { margin-top: 14px; font-size: 16px; line-height: 1.5; }
.smart-education-page .se-lightbox figcaption small { display: block; margin-top: 6px; font-size: 12px; color: var(--se-muted); }
.smart-education-page .se-lightbox-close { position: absolute; right: 12px; top: 7px; }
.smart-education-page .se-lightbox-controls { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 16px; }
@keyframes se-enter { from { opacity: .5; } to { opacity: 1; } }
@media (max-width: 1100px) {
  .smart-education-page h1 { font-size: 46px; }
  .smart-education-page h2 { font-size: 30px; }
  .smart-education-page .se-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smart-education-page .se-classroom-layout { gap: 28px; }
}
@media (max-width: 800px) {
  .smart-education-page .se-container { width: calc(100% - 40px); }
  .smart-education-page .se-classroom-layout { grid-template-columns: minmax(0, 1fr); }
  .smart-education-page .se-solid-layout { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .smart-education-page .se-solid-scene { height: 420px; }
  .smart-education-page .se-hero-shade { background: linear-gradient(90deg, rgba(3, 20, 34, .95), rgba(3, 20, 34, .58)), linear-gradient(0deg, rgba(3, 30, 29, .96), transparent); }
  .smart-education-page .se-breadcrumb { margin-bottom: 32px; }
  .smart-education-page .se-section { padding: 50px 0; }
}
@media (max-width: 560px) {
  .smart-education-page h1 { font-size: 36px; }
  .smart-education-page h2 { font-size: 27px; }
  .smart-education-page h3 { font-size: 20px; }
  .smart-education-page .se-lead { font-size: 16px; }
  .smart-education-page .se-hero { padding-bottom: 28px; }
  .smart-education-page .se-image-note { margin-top: 24px; }
  .smart-education-page .se-breadcrumb { margin-bottom: 24px; }
  .smart-education-page .se-breadcrumb { font-size: 12px; }
  .smart-education-page .se-heading { grid-template-columns: 28px minmax(0, 1fr); gap: 12px; }
  .smart-education-page :is(.se-grid, .se-phases) { grid-template-columns: minmax(0, 1fr); }
  .smart-education-page .se-card { padding: 24px; }
  .smart-education-page .se-illustrated-card { padding: 0; }
  .smart-education-page .se-solid-scene { height: 330px; }
  .smart-education-page .se-wave-heading { flex-direction: column; }
  .smart-education-page .se-wave-controls { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .smart-education-page .se-demo-tabs button { font-size: 15px; }
  .smart-education-page .se-explorations h4 { font-size: 21px; }
  .smart-education-page .se-wave-figure figcaption { font-size: 16px; }
  .smart-education-page .se-wave-figure svg text { font-size: 26px; }
  .smart-education-page .se-lightbox { padding: 56px 16px 16px; }
  .smart-education-page .se-hero h1 { max-width: 100%; }
  .smart-education-page .se-value-labels { gap: 12px 18px; }
  .smart-education-page .se-tabs { gap: 0; }
  .smart-education-page .se-tabs button { flex: 1 1 0; padding: 14px 8px; font-size: 14px; }
  .smart-education-page .se-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smart-education-page .se-learning-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smart-education-page .se-geometry { padding: 20px; }
  .smart-education-page [role="tabpanel"] h3 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .smart-education-page * { animation: none !important; transition: none !important; }
}

/* Evidence remains page-scoped; unlike units are never plotted on a shared scale. */
.smart-education-page .se-outcomes-label { margin: 0 0 12px 62px; color: var(--se-teal); font-size: 14px; }
.smart-education-page .se-research-disclaimer p { margin-top: 4px; }
.smart-education-page .se-outcomes-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-bottom: 30px; }
.smart-education-page .se-research-grid { align-items: start; }
.smart-education-page .se-outcome { padding: 24px; }
.smart-education-page .se-evidence-badge { margin: 0 0 22px; padding-left: 10px; border-left: 2px solid var(--se-teal); font-size: 12px; font-weight: 600; line-height: 1.6; color: #b9e0d3; overflow-wrap: anywhere; }
.smart-education-page .se-vendor-badge { border-color: var(--se-gold); color: var(--se-gold); }
.smart-education-page .se-outcome-number { margin: 0 0 14px; font-size: 34px; line-height: 1.25; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--se-gold); white-space: nowrap; }
.smart-education-page .se-outcome-number span { font-size: 18px; font-weight: 400; }
.smart-education-page .se-outcome h3 { font-size: 21px; line-height: 1.4; text-wrap: initial; }
.smart-education-page .se-outcome-context { font-size: 14px; }
.smart-education-page .se-outcome-connection { padding-top: 16px; margin-top: 20px; border-top: 1px solid var(--se-line); font-size: 14px; }
.smart-education-page .se-outcome-connection strong { display: block; margin-bottom: 6px; font-size: 12px; color: var(--se-teal); font-weight: 600; }
.smart-education-page .se-outcome-limit { font-size: 13px; line-height: 1.65; color: #d1dfda; }
.smart-education-page .se-metric-pair { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: start; gap: 10px; margin-bottom: 14px; }
.smart-education-page .se-metric-efficiency { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.smart-education-page .se-metric-pair .se-outcome-number { font-size: 27px; margin-bottom: 4px; }
.smart-education-page .se-metric-pair .se-outcome-number span { font-size: 16px; }
.smart-education-page .se-metric-label { font-size: 12px; line-height: 1.5; margin: 0; }
.smart-education-page .se-metric-divider { padding-top: 9px; font-size: 12px; color: #c9dcd5; }
.smart-education-page .se-evidence-facts { margin: 16px 0; }
.smart-education-page .se-evidence-facts > div + div { margin-top: 12px; }
.smart-education-page .se-evidence-facts dt { font-size: 12px; color: var(--se-gold); margin-bottom: 4px; }
.smart-education-page .se-evidence-facts dd { margin: 0; font-size: 14px; line-height: 1.65; color: var(--se-muted); }
.smart-education-page .se-outcome > details { margin-top: 6px; border-bottom: 0; padding-bottom: 0; }
.smart-education-page .se-outcome > .se-source-link { margin-top: 14px; padding: 4px 0; }
.smart-education-page .se-outcome-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 28px 0 0; }
.smart-education-page .se-outcome-benefits > div { border-top: 1px solid var(--se-line); padding-top: 18px; }
.smart-education-page .se-outcome-benefits dt { color: var(--se-teal); font-size: 16px; font-weight: 600; }
.smart-education-page .se-outcome-benefits dd { margin: 10px 0 0; color: var(--se-muted); font-size: 14px; line-height: 1.7; }
.smart-education-page .se-china-practice { border-top: 1px solid var(--se-line); margin-top: 42px; padding-top: 32px; }
.smart-education-page .se-china-practice > h3 { font-size: 26px; }
.smart-education-page .se-practice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 26px; }
.smart-education-page .se-practice-grid h4 { margin: 0; font-size: 18px; line-height: 1.45; color: var(--se-text); font-weight: 600; }
.smart-education-page .se-practice-grid article > p:not(.se-evidence-badge):not(.se-resource-count) { font-size: 14px; }
.smart-education-page .se-resource-count { margin: 0 0 12px; color: var(--se-gold); font-size: 28px; line-height: 1.3; font-weight: 600; }
.smart-education-page .se-validation-dimensions { columns: 2; column-gap: 44px; padding-left: 20px; }
.smart-education-page .se-validation-dimensions li { break-inside: avoid; margin: 8px 0; padding-left: 4px; }
.smart-education-page .se-source-list { margin-top: 34px; border-top: 1px solid var(--se-line); }
.smart-education-page .se-source-records { list-style: none; padding: 0; margin: 12px 0 0; }
.smart-education-page .se-source-records > li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding: 16px 0; border-top: 1px solid var(--se-line); }
.smart-education-page .se-source-index { color: var(--se-teal); font-size: 13px; }
.smart-education-page .se-source-records a { font-size: 14px; line-height: 1.6; color: var(--se-gold); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.smart-education-page .se-source-records p { font-size: 12px; line-height: 1.6; margin-top: 5px; }
.smart-education-page .se-source-records .se-source-alternative { display: inline-block; font-size: 12px; margin-top: 6px; }
html body main.smart-education-page[data-page] :is(.se-outcome-number, .se-resource-count, .se-vendor-badge) { color: var(--se-gold) !important; }
@media (max-width: 1100px) {
  .smart-education-page .se-practice-grid { gap: 24px; }
}
@media (max-width: 800px) {
  .smart-education-page :is(.se-practice-grid, .se-outcome-benefits) { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}
@media (max-width: 560px) {
  .smart-education-page .se-outcomes-label { margin-left: 40px; }
  .smart-education-page .se-outcomes-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smart-education-page .se-validation-dimensions { columns: 1; }
  .smart-education-page .se-outcome { padding: 22px; }
  .smart-education-page .se-metric-pair { gap: 8px; }
}
