:root {
    color-scheme: light;
    --page: #f7f9f8;
    --ink: #202b28;
    --muted: #66716c;
    --line: #dce3df;
    --green: #167552;
    --lime: #d6f591;
    --coral: #df8875;
    --mint: #8cc8ad;
    --yellow: #e5c77e;
    --current-low: #d6f591;
    --current-mid: #f4e4b6;
    --current-high: #f3c3b9;
    --surface: #fff;
    --soft: #eaf0ec;
    --accent-surface: #e4f1e9;
    --accent-ink: #145d43;
    --action-bg: #202b28;
    --action-ink: #fff;
    --action-hover: #345344;
    --co2: #277185;
    --co2-fill: rgba(39, 113, 133, 0.12);
}
:root[data-theme="dark"] {
    color-scheme: dark;
    --page: #151b18;
    --surface: #202824;
    --soft: #29352e;
    --ink: #eef4ef;
    --muted: #afbeb4;
    --line: #3c4c42;
    --green: #83d5ad;
    --accent-surface: #233d30;
    --accent-ink: #ade3c8;
    --action-bg: #d6f591;
    --action-ink: #202b28;
    --action-hover: #bddf7c;
    --co2: #82cbdc;
    --co2-fill: rgba(130, 203, 220, 0.15);
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--page); color: var(--ink); font: 14px/1.5 'DM Sans', sans-serif; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, select, summary { cursor: pointer; }
button, input, select { border: 1px solid var(--line); border-radius: 6px; }
button { color: inherit; background: var(--surface); }
button:hover { border-color: var(--green); }
button:disabled { opacity: .45; cursor: wait; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--green); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .brand, .stat-value, .best-time, .result-numbers strong { font-family: 'Space Grotesk', sans-serif; }
h1 { font-size: 36px; font-weight: 500; line-height: 1.2; margin: 7px 0 10px; }
h2 { font-size: 24px; font-weight: 500; line-height: 1.3; }
h3 { font-size: 18px; font-weight: 500; }
svg.lucide { width: 19px; height: 19px; flex-shrink: 0; stroke-width: 1.75; }
.topbar { min-height: 84px; padding: 0 max(28px, calc((100% - 1160px) / 2)); display: flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); background: var(--surface); }
.appearance-control { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.appearance-control select { width: 115px; height: 36px; margin: 0; padding: 5px 8px; font-size: 12px; }
.brand { display: inline-flex; align-items: center; font-size: 28px; font-weight: 600; text-decoration: none; }
.brand-icon { display: grid; place-items: center; width: 32px; height: 36px; margin-right: 8px; background: var(--lime); color: #202b28; border-radius: 6px; }
.brand-icon svg { width: 23px; height: 23px; }
.brand-dot { color: var(--green); }
nav { display: flex; gap: 28px; align-self: stretch; }
nav a { display: flex; align-items: center; text-decoration: none; color: var(--muted); border-bottom: 2px solid transparent; font-weight: 500; }
nav a.active { border-color: var(--green); color: var(--ink); }
.region { margin-left: auto; display: flex; align-items: center; gap: 10px; font-size: 13px; white-space: nowrap; }
.region strong { border-left: 1px solid var(--line); padding-left: 10px; font-weight: 500; color: var(--muted); }
.danish-flag { width: 21px; height: 15px; background: linear-gradient(90deg, transparent 30%, white 30% 42%, transparent 42%), linear-gradient(transparent 41%, white 41% 58%, transparent 58%), #c6444d; border-radius: 1px; }
main { max-width: 1216px; margin: auto; padding: 44px 28px 0; }
.page-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.eyebrow { font-size: 11px; color: var(--muted); font-weight: 700; margin-bottom: 7px; }
.muted { color: var(--muted); }
.update-control { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; flex-shrink: 0; }
.notice { padding: 13px 17px; background: #fff3dc; color: #744e15; border-left: 3px solid var(--yellow); margin-bottom: 22px; }
:root[data-theme="dark"] .notice { background: #3b3420; color: #eed39a; }
:root[data-theme="dark"] .input-error { color: #ffaea1; }
.tariff-section { padding: 22px 0; margin-bottom: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tariff-section .section-heading { margin-bottom: 17px; }
.tariff-section h2 { font-size: 20px; }
.tariff-heading > div { min-width: 0; }
.tariff-heading #selection-summary { display: block; margin-top: 4px; }
.secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 38px; padding: 7px 11px; white-space: nowrap; }
.tariff-section.is-collapsed { padding-bottom: 16px; }
.tariff-section.is-collapsed .section-heading { margin-bottom: 10px; }
.tariff-section.is-collapsed .price-mode-control { margin-bottom: 0; }
.price-mode-control { max-width: 430px; margin-bottom: 20px; }
#selection-summary { font-size: 12px; text-align: right; overflow-wrap: anywhere; }
.tariff-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: end; }
.tariff-fields label { min-width: 0; }
.tariff-fields select { min-width: 0; text-overflow: ellipsis; }
.tariff-fields .primary-button { margin: 0; height: 44px; min-height: 44px; }
#fixed-rate { padding-right: 95px; }
.catalog-feedback { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; margin-top: 12px; }
.catalog-feedback:has(#catalog-status:empty) { display: none; }
.breakdown { margin: -12px 0 28px; }
.breakdown dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin: 18px 0; }
.breakdown dt { color: var(--muted); font-size: 12px; }
.breakdown dd { margin: 4px 0 0; font-size: 18px; font-variant-numeric: tabular-nums; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--surface); border-radius: 8px; overflow: hidden; }
.tomorrow-stats { margin-top: 10px; }
.tomorrow-date { background: var(--soft); }
#tomorrow-summary-date { font-size: 22px; min-height: 42px; align-items: center; }
.stat { padding: 22px 25px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.current-stat { background: var(--lime); color: #202b28; }
.current-stat.current-low { background: var(--current-low); }
.current-stat.current-mid { background: var(--current-mid); }
.current-stat.current-high { background: var(--current-high); }
.current-stat .stat-detail, .current-stat .stat-value small, .current-stat .stat-label > svg { color: #526259; }
.current-stat .live-dot { background: #167552; }
.current-stat.current-mid .live-dot { background: #8a671a; }
.current-stat.current-high .live-dot { background: #a53c2c; }
#current-category { font-size: 10px; font-weight: 700; text-transform: uppercase; color: #526259; }
.stat-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-weight: 500; }
.stat-label > span { display: inline-flex; gap: 8px; align-items: center; }
.stat-label > svg { color: var(--muted); }
.live-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.stat-value { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 13px 0 5px; font-size: 35px; font-weight: 500; line-height: 1.2; font-variant-numeric: tabular-nums; }
.stat-value small { font: 11px 'DM Sans', sans-serif; color: var(--muted); }
.stat-detail { font-size: 12px; color: var(--muted); min-height: 18px; }
.source { font-size: 13px; color: var(--muted); line-height: 1.7; }
.source a { color: var(--green); white-space: nowrap; }
.summary-source { margin: 12px 0 32px; }
.price-section { padding: 28px 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.segmented { background: var(--soft); border: 1px solid var(--line); border-radius: 6px; padding: 3px; display: flex; flex-shrink: 0; }
.timeline-controls { display: flex; flex-wrap: wrap; gap: 8px; }
.summary-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--muted); font-size: 13px; }
.segmented button { border: 0; background: transparent; min-height: 34px; min-width: 93px; padding: 5px 12px; color: var(--muted); border-radius: 4px; }
.segmented button[aria-pressed="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 1px 4px #20362914; }
.chart-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 12px; margin-bottom: 12px; }
.chart-meta p { color: var(--ink); font-weight: 500; }
.planner-overlay-toggle { display: flex; align-items: center; gap: 9px; width: fit-content; min-height: 36px; margin-bottom: 12px; font-size: 12px; cursor: pointer; }
.planner-overlay-toggle input { appearance: none; width: 36px; height: 20px; margin: 0; border: 1px solid #7d8e84; border-radius: 10px; background: #a4b2aa; cursor: pointer; flex-shrink: 0; }
.planner-overlay-toggle input::before { content: ''; display: block; width: 14px; height: 14px; margin: 2px; border-radius: 50%; background: #fff; }
.planner-overlay-toggle input:checked { background: var(--green); border-color: var(--green); }
.planner-overlay-toggle input:checked::before { transform: translateX(16px); }
.chart-recommendation { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 12px 15px; margin-bottom: 14px; background: var(--accent-surface); border-left: 4px solid var(--green); color: var(--accent-ink); }
.chart-recommendation > div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 14px; min-width: 0; }
.chart-recommendation strong { font-size: 13px; }
.chart-recommendation span { font-size: 13px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.chart-recommendation button { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; min-height: 36px; border-color: var(--green); color: var(--accent-ink); font-size: 12px; white-space: nowrap; }
.chart-wrap { position: relative; height: 274px; }
.chart-empty { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; color: var(--muted); background: repeating-linear-gradient(0deg, transparent 0 53px, var(--line) 54px, transparent 55px); }
.chart-footer { display: flex; justify-content: space-between; gap: 12px; margin: 18px 0 9px; font-size: 12px; }
.legend { display: flex; gap: 20px; flex-wrap: wrap; }
.legend span { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.swatch { width: 9px; height: 9px; border-radius: 2px; display: inline-block; }
.swatch.charges { width: 21px; background: linear-gradient(to right, #326c51 0 33.33%, #8a671a 33.33% 66.67%, #a53c2c 66.67% 100%); }
.low { background: var(--mint); }.mid { background: var(--yellow); }.high { background: var(--coral); }.chosen { background: #167552; }
.price-table-details { margin-top: 13px; font-size: 13px; }
summary { width: fit-content; color: var(--muted); }
.table-scroll { max-height: 265px; overflow: auto; margin-top: 14px; }
table { width: 100%; border-collapse: collapse; background: var(--surface); }
th, td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: left; font-variant-numeric: tabular-nums; }
th { background: var(--soft); position: sticky; top: 0; }
th:last-child, td:last-child { text-align: right; }
.current-price-row { background: var(--accent-surface); font-weight: 700; }
.emissions { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); min-width: 0; }
.emissions h4 { margin: 0 0 8px; font: 500 17px 'Space Grotesk', sans-serif; }
#emissions-status, #emissions-intensity { font-size: 12px; }
#emissions-total { display: block; margin: 12px 0 3px; font: 500 26px 'Space Grotesk', sans-serif; color: var(--co2); }
.emissions-chart-wrap { position: relative; height: 160px; min-width: 0; margin: 12px 0; }
.emissions summary { font-size: 12px; }
.emissions td, .emissions th { font-size: 11px; padding: 8px; }
.plan-output { min-width: 0; }
.planner-section { padding: 34px 0; }
.section-symbol { display: grid; place-items: center; width: 42px; height: 42px; background: var(--soft); border-radius: 50%; }
.planner-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; }
.cycle-settings-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.cycle-settings-heading > div { min-width: 0; }
.cycle-settings-heading span { display: block; color: var(--muted); font-size: 12px; }
.cycle-settings-heading strong { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
#planner-form.is-collapsed { align-self: start; padding: 15px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
#planner-form.is-collapsed .cycle-settings-heading { margin: 0; align-items: center; }
#planner.settings-collapsed .planner-grid { grid-template-columns: 1fr; gap: 16px; }
#planner.settings-collapsed .plan-output { padding: 0; border-left: 0; }
#planner.settings-collapsed #plan-result { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 34px; align-items: start; }
#planner.settings-collapsed .emissions { margin-top: 0; padding: 0 0 0 34px; border-top: 0; border-left: 1px solid var(--line); }
fieldset { padding: 0; border: 0; margin: 0 0 23px; }
legend, label { font-weight: 500; font-size: 13px; }
legend { padding: 0; margin-bottom: 10px; }
.appliances { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.appliances button { height: 80px; padding: 10px 5px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; font-size: 11px; line-height: 1.3; }
.appliances button[aria-pressed="true"] { border-color: var(--green); background: var(--accent-surface); color: var(--accent-ink); box-shadow: inset 0 0 0 1px var(--green); }
.appliances button svg { height: 23px; width: 23px; }
.temperature-control .segmented { width: fit-content; }
.cycle-profile-label { margin-bottom: 12px; font-size: 13px; font-weight: 600; color: var(--green); }
.runtime-format { margin-bottom: 16px; }
.runtime-split { margin: 0; min-width: 0; }
.runtime-split legend { margin-bottom: 7px; }
.runtime-split > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.runtime-split label { min-width: 0; font-size: 11px; color: var(--muted); }
.runtime-split input { display: block; width: 100%; min-width: 0; height: 44px; padding: 8px; margin-top: 4px; color: var(--ink); background: var(--surface); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 17px; }
label { display: block; }
.input-unit { position: relative; margin-top: 7px; }
.input-unit input { width: 100%; height: 44px; padding: 10px 65px 10px 13px; background: var(--surface); color: var(--ink); }
.input-unit span { position: absolute; right: 15px; top: 12px; font-size: 12px; color: var(--muted); pointer-events: none; }
select { display: block; width: 100%; height: 44px; padding: 8px 13px; margin-top: 7px; background: var(--surface); color: var(--ink); }
.primary-button { margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; width: 100%; border-color: var(--action-bg); background: var(--action-bg); color: var(--action-ink); font-weight: 500; }
.primary-button svg:last-child { margin-left: auto; }
.primary-button svg:first-child { margin-right: auto; }
.primary-button:hover { background: var(--action-hover); }
.assumption { font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 12px; }
.remember-cycle { display: flex; align-items: center; gap: 9px; margin-top: 18px; font-size: 12px; cursor: pointer; }
.remember-cycle input { width: 18px; height: 18px; margin: 0; flex-shrink: 0; accent-color: var(--green); }
.input-error { margin-top: 10px; color: #ad3f33; }
.plan-output { border-left: 1px solid var(--line); padding: 10px 0 0 38px; display: flex; flex-direction: column; }
.plan-output > .source { margin-top: auto; padding-top: 18px; }
.recommendation-label { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: var(--green); }
.best-day { margin-top: 22px; color: var(--muted); font-size: 14px; }
.best-time { font-size: 42px; margin: 2px 0 5px; font-weight: 500; font-variant-numeric: tabular-nums; line-height: 1.25; }
.run-end { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.run-end svg { width: 16px; }
.timer-setting { margin-top: 18px; padding: 12px 15px; border-left: 4px solid var(--green); background: var(--accent-surface); color: var(--accent-ink); }
.timer-setting > div { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 15px; }
.timer-format { margin-top: 16px; }
.timer-setting span { font-size: 13px; font-weight: 500; }
.timer-setting strong { font: 500 30px/1.2 'Space Grotesk', sans-serif; white-space: nowrap; font-variant-numeric: tabular-nums; }
.timer-value-controls { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px 12px; }
#timer-format-compact { display: none; width: auto; min-width: 150px; height: 36px; margin: 0; padding: 5px 9px; font-size: 12px; }
#planner.settings-collapsed #timer-format-compact { display: block; }
.timer-setting p { margin-top: 5px; font-size: 12px; }
.result-numbers { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0 17px; gap: 15px; }
.result-numbers span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 5px; }
.result-numbers strong { font-size: 24px; font-weight: 500; line-height: 1.4; }
.savings { color: var(--green); background: var(--accent-surface); padding: 10px 13px; font-size: 13px; border-left: 3px solid var(--green); }
.coverage { color: var(--muted); font-size: 12px; margin-top: 12px; }
.plan-empty { min-height: 270px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 15px; color: var(--muted); }
.plan-empty > svg { width: 35px; height: 35px; }
.plan-empty h3 { color: var(--ink); }
.alternatives { margin-top: 27px; padding-top: 23px; border-top: 1px solid var(--line); }
.alternatives-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.alternatives-heading h3 { font-size: 16px; }
.alternatives-heading span { font-size: 12px; color: var(--muted); }
.alternative-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.alternative { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 6px; padding: 14px; background: var(--surface); }
.alternative span { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.alternative strong { font-weight: 500; font-size: 14px; }
.alternative > strong { color: var(--green); white-space: nowrap; }
.region-note { display: flex; align-items: center; gap: 23px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 0; }
.region-note img { object-fit: cover; border-radius: 4px; width: 120px; height: 80px; }
.region-note p:last-child { color: var(--muted); font-size: 12px; margin-top: 6px; }
.region-code { font-family: 'Space Grotesk', sans-serif; color: #a7b7ae; font-size: 44px; margin-left: auto; }
footer { max-width: 1216px; margin: auto; display: flex; align-items: center; gap: 24px; padding: 28px; color: var(--muted); font-size: 12px; }
.footer-brand { font-size: 21px; color: var(--ink); }
footer p { margin-right: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 20; background: var(--surface); padding: 10px; }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (prefers-reduced-motion: no-preference) { main { animation: arrive .45s ease-out; } @keyframes arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } } }
@media (max-width: 1000px) {
    .topbar { flex-wrap: wrap; }.appearance-control { margin: 8px 0; }nav a { min-height: 50px; }
    .topbar { gap: 30px; }.stat { padding: 20px 17px; }.stat-value { font-size: 29px; }
    .planner-grid { gap: 28px; }.plan-output { padding-left: 28px; }.best-time { font-size: 36px; }
    .region { font-size: 11px; }.result-numbers strong { font-size: 21px; }
}
@media (max-width: 760px) {
    #prices > .section-heading { flex-wrap: wrap; gap: 14px; }
    .timeline-controls { width: 100%; }
    .tariff-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tariff-section .section-heading { flex-wrap: wrap; gap: 6px; }
    #selection-summary { text-align: left; }
    .topbar { padding: 15px 20px 0; flex-wrap: wrap; gap: 12px; }.brand { font-size: 25px; }
    .region { margin-left: auto; }.region strong { display: none; }nav { order: 3; width: 100%; gap: 28px; }nav a { padding: 10px 0; }
    main { padding: 29px 20px 0; }h1 { font-size: 29px; }h2 { font-size: 22px; }
    .page-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 23px; }
    .update-control { width: 100%; justify-content: space-between; }
    .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }.stat { padding: 18px; }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .stat-label { font-size: 12px; }.stat-value { font-size: 31px; }.stat-value small { font-size: 10px; }
    .summary-source { margin-bottom: 22px; }.section-heading { align-items: flex-start; }.segmented button { min-width: 72px; padding: 5px 9px; font-size: 12px; }
    .chart-meta { flex-wrap: wrap; gap: 5px; }.chart-wrap { height: 240px; }.chart-footer { flex-direction: column; }.legend { gap: 12px; font-size: 11px; }
    .planner-grid { grid-template-columns: 1fr; gap: 25px; }.plan-output { padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
    #planner.settings-collapsed #plan-result { display: block; }
    #planner.settings-collapsed .emissions { margin-top: 22px; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
    .best-time { font-size: 39px; }.result-numbers { margin-top: 20px; }.result-numbers strong { font-size: 25px; }
    .plan-empty { min-height: 160px; }.alternative-list { grid-template-columns: 1fr; }.alternatives-heading { flex-wrap: wrap; gap: 5px; }
    .region-note { gap: 15px; }.region-note img { width: 78px; height: 85px; }.region-note h3 { font-size: 16px; }.region-note .eyebrow { font-size: 10px; }.region-code { display: none; }
    footer { padding: 24px 20px; gap: 14px; flex-wrap: wrap; }footer p { flex-basis: calc(100% - 100px); margin: 0; font-size: 10px; }
}
@media (max-width: 380px) {
    #tomorrow-summary-date { font-size: 18px; }
    .tariff-fields { grid-template-columns: 1fr; }.breakdown dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    main { padding-left: 15px; padding-right: 15px; }.topbar { padding-left: 15px; padding-right: 15px; }.region { gap: 5px; }
    h1 { font-size: 26px; }.stat { padding: 15px 12px; }.stat-value { font-size: 27px; }.section-heading { flex-wrap: wrap; }
    .appliances { grid-template-columns: repeat(2, minmax(0, 1fr)); }.appliances button { height: 70px; }.result-numbers strong { font-size: 22px; }
}