:root{--font-sans:Arial, Helvetica, sans-serif;--font-serif:Georgia, "Times New Roman", serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:clamp(2rem, 4vw, 3.75rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--radius-sm:.35rem;--radius-md:.7rem;--radius-lg:1rem;--shadow-app:0 1.5rem 4rem var(--color-shadow);--sidebar-width:15.5rem;--lesson-copy-width:32.5rem;--lesson-figure-width:38.125rem;--lesson-canvas-width:52rem;--article-width:43rem;--motion-fast:.14s;--motion-normal:.24s;--motion-ease:cubic-bezier(.22, 1, .36, 1);--focus-ring-width:.15rem;--focus-ring-offset:.16rem}
:root,[data-theme=editorial]{--color-app-background:#e7dfd3;--color-sidebar:#eee7dc;--color-paper:#f7f2ea;--color-paper-raised:#fbf7f0;--color-text:#1c1a17;--color-text-muted:#675f56;--color-border:#cec4b6;--color-border-strong:#8b8175;--color-accent:#913718;--color-accent-soft:#f1ded3;--color-focus:#245e83;--color-success:#70866e;--color-warning:#9c6628;--color-error:#9f302b;--color-shadow:#31271d21;--color-overlay:#1c1a176b;--chart-renewable:#7f9677;--chart-nuclear:#7897a0;--chart-coal:#b19a67;--chart-gas:#c0704e;--chart-peaker:#95462f;--chart-grid:#9d9387}
html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--color-text);background:var(--color-app-background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus);outline-offset:var(--focus-ring-offset)}.skip-link{z-index:100;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--color-text);color:var(--color-paper);position:fixed;inset-block-start:var(--space-3);inset-inline-start:var(--space-3);transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
