.db-calculator-page { padding-top: 0; }
.calculator-notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 8px; background: #f7fbfa; color: var(--ink); }
.calculator-notice p { margin: 0; max-width: none; }
.calculator-notice .eyebrow { margin-bottom: 4px; color: var(--accent-dark); }
.db-screen-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin: 18px 0 14px; padding: 6px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #f7fbfa; }
.db-screen-tab { display: grid; gap: 4px; min-width: 0; min-height: 58px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 7px; background: #fff; color: var(--ink); cursor: pointer; font: inherit; font-size: 0.98rem; font-weight: 700; line-height: 1.15; padding: 9px 10px; text-align: left; }
.db-screen-tab span { color: var(--accent-dark); font-size: 0.82rem; font-weight: 850; }
.db-screen-tab.is-active { border-color: var(--accent); background: #eef8f6; box-shadow: inset 0 4px 0 var(--accent); }
.db-screen-tab:focus-visible { outline: 3px solid rgba(22, 121, 111, 0.2); outline-offset: 2px; }
.db-start-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr); gap: 14px 20px; align-items: start; margin: 14px 0; padding: 14px 16px; border: 1px solid var(--line-strong, #cfd9d4); border-left: 5px solid var(--accent); border-radius: 8px; background: #f8fbfe; }
.db-start-panel p { margin: 0; color: var(--text); line-height: 1.5; }
.db-start-panel .eyebrow { margin-bottom: 4px; color: var(--accent-dark); }
.db-start-panel ul { margin: 0; padding-left: 1.15rem; color: var(--text); line-height: 1.45; }
.db-start-panel li { margin-bottom: 5px; }
.db-start-panel li:last-child { margin-bottom: 0; }
.db-form { display: grid; gap: 16px; }
.db-fieldset[hidden] { display: none !important; }
.db-fieldset { display: grid; gap: 12px; min-width: 0; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; padding: 16px; }
.db-fieldset legend { padding: 0 6px; color: var(--accent-dark); font-size: 1.02rem; font-weight: 850; }
.db-fieldset--personal { background: #f8fbfe; border-color: #cfe1f4; }
.db-fieldset--pension { background: #f8fcf7; border-color: #d1e7cc; }
.db-fieldset--assumptions { background: #fbf8ff; border-color: #ddcff0; }
.db-fieldset--decision { background: #fffaf2; border-color: #ead8b7; }
.db-fieldset--income { background: #fffaf2; border-color: #ead8b7; }
.db-decision-note { margin: 0 0 2px; padding: 12px 14px; border-left: 4px solid #d7a83f; border-radius: 6px; background: #fffdf7; color: var(--text); font-size: 0.94rem; line-height: 1.45; }
.db-decision-note strong { color: var(--ink); }
.db-input-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; align-items: end; }
.db-input-grid [hidden], .db-fieldset [hidden] { display: none !important; }
.db-input-pair { display: contents; }
.db-input-pair > label { grid-template-rows: auto auto; }
.db-input-pair .field-help { min-height: 4.9em; }
.db-input-grid label { display: grid; align-content: end; gap: 6px; min-width: 0; color: var(--ink); font-size: 0.94rem; font-weight: 550; line-height: 1.35; }
.db-input-grid label > input, .db-input-grid label > select, .db-input-grid label > .db-money-field, .db-input-grid label > .db-percent-field { width: 100%; }
.db-input-grid input, .db-input-grid select { width: 100%; min-width: 0; min-height: 46px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #fff; color: var(--ink); font: inherit; font-weight: 550; padding: 0 14px; }
.db-input-grid input:focus::placeholder { color: transparent; opacity: 0; }
.db-money-field, .db-percent-field { position: relative; display: block; }
.db-money-field::before { content: "$"; position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); font-weight: 750; pointer-events: none; }
.db-percent-field::after { content: "%"; position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); font-weight: 750; pointer-events: none; }
.db-input-grid input[inputmode="decimal"], .db-input-grid input[inputmode="numeric"] { text-align: right; padding-right: 1.35rem; font-weight: 650; }
.db-input-grid .db-money-field input { padding-left: 2rem; }
.db-input-grid .db-percent-field input { padding-right: 2rem; }
.db-input-grid input[type="range"] { min-height: 34px; padding: 0; accent-color: var(--accent); }
.db-input-grid input:focus, .db-input-grid select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(22, 121, 111, 0.12); }
.db-input-grid input:invalid { border-color: #b54747; }
.range-value { color: var(--accent-dark); font-size: 0.95rem; font-weight: 850; }
.field-help { display: block; color: var(--muted); font-size: 0.84rem; font-weight: 400 !important; line-height: 1.4; }
.db-input-grid label.has-field-help { font-weight: 550 !important; }
.fieldset-note, .input-help { max-width: 86ch; margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.input-help { align-self: end; padding: 12px 14px; border-radius: 8px; background: rgba(255,255,255,0.72); }
.db-actions, .db-export-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.db-actions .button { min-width: 150px; justify-content: center; }
.db-sample-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; padding: 14px 16px; border: 1px solid #e6d2a8; border-left: 5px solid #c58b24; border-radius: 8px; background: #fffaf0; }
.db-sample-actions p { flex: 1 1 280px; margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.45; }
.db-sample-actions .button { min-width: 150px; justify-content: center; }
.db-screen-progress { flex: 1 1 220px; color: var(--muted); font-size: 0.95rem; font-weight: 750; text-align: center; }
.db-validation { margin: 0; min-height: 1.2em; color: #9a3412; font-size: 0.92rem; font-weight: 700; }
.db-summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 18px 0; }
.db-summary-grid--two { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.db-summary-card { min-width: 0; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: var(--surface); padding: 16px; }
.db-summary-card span { display: block; color: var(--muted); font-size: 0.88rem; font-weight: 750; }
.db-summary-card strong { display: block; margin-top: 7px; color: var(--ink); font-size: clamp(1.18rem, 2vw, 1.65rem); line-height: 1.15; text-align: right; overflow-wrap: anywhere; }
.db-summary-overview { display: grid; gap: 16px; margin: 18px 0; }
.db-primary-result { display: grid; grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr); gap: 16px; align-items: start; padding: 18px 20px; border-left: 5px solid var(--accent); border-radius: 8px; background: #eef8f6; }
.db-primary-result span { color: var(--muted); font-size: 0.88rem; font-weight: 750; letter-spacing: 0.04em; text-transform: uppercase; }
.db-primary-result strong { display: block; color: var(--accent-dark); font-size: clamp(1.32rem, 2.35vw, 1.82rem); font-weight: 750; line-height: 1.16; overflow-wrap: anywhere; }
.db-primary-result > div:first-child strong { margin-top: 6px; color: var(--ink); font-size: clamp(1rem, 1.55vw, 1.16rem); font-weight: 700; }
.db-primary-result p { margin: 0; color: var(--text); font-size: 1rem; line-height: 1.55; }
.db-support-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; margin: 0; font-size: 1rem; }
.db-support-group { min-width: 0; padding: 14px 16px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #fff; }
.db-support-group h3 { margin: 0 0 8px; color: var(--accent-dark); font-size: 0.82rem; font-weight: 780; letter-spacing: 0.035em; text-transform: uppercase; }
.db-support-group dl { display: grid; gap: 0; margin: 0; }
.db-support-item { display: grid; grid-template-columns: minmax(12ch, 0.9fr) minmax(0, 1.1fr); gap: 14px; align-items: start; border-bottom: 1px solid var(--line, #e3e9e5); }
.db-support-item:last-child { border-bottom: 0; }
.db-support-item dt, .db-support-item dd { margin: 0; padding: 10px 0; vertical-align: top; }
.db-support-item dt { color: var(--muted); font-weight: 620; text-align: left; overflow-wrap: anywhere; }
.db-support-item dd { color: var(--ink); font-weight: 720; text-align: right; overflow-wrap: anywhere; white-space: normal; }
.db-support-group:last-child .db-support-item { grid-template-columns: 1fr; gap: 0; }
.db-support-group:last-child .db-support-item dd { padding-top: 0; text-align: left; }
.db-support-table--lenses { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.db-support-table--lenses .db-support-group:last-child .db-support-item { grid-template-columns: minmax(12ch, 0.9fr) minmax(0, 1.1fr); gap: 14px; }
.db-support-table--lenses .db-support-group:last-child .db-support-item dd { padding-top: 10px; text-align: right; }
.db-method-toggle { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: 0; padding: 6px; border-top: 1px solid var(--line, #e3e9e5); background: #fff; }
.db-method-toggle__button { min-height: 44px; min-width: 0; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 7px; background: #fff; color: var(--ink); cursor: pointer; font: inherit; font-size: 0.92rem; font-weight: 750; line-height: 1.2; padding: 9px 12px; text-align: center; }
.db-method-toggle__button.is-active { background: var(--accent); color: #fff; }
.db-method-toggle__button:focus-visible { outline: 3px solid rgba(22, 121, 111, 0.2); outline-offset: 2px; }
.db-method-panel[hidden] { display: none !important; }
.db-chart { display: grid; gap: 12px; margin: 18px 0 22px; padding: 16px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #f8fbfe; }
.db-chart-intro { padding-bottom: 12px; border-bottom: 1px solid var(--line, #e3e9e5); }
.db-chart-intro .eyebrow { margin: 0 0 4px; color: var(--accent-dark); }
.db-chart-intro h3 { margin: 0; color: var(--ink); font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.2; }
.db-chart-intro p:not(.eyebrow) { margin: 6px 0 0; max-width: 78ch; color: var(--muted); font-size: 0.94rem; line-height: 1.5; }
.db-bar-row { display: grid; grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr) minmax(110px, auto); gap: 12px; align-items: center; }
.db-bar-label { color: var(--ink); font-weight: 750; }
.db-bar-track { min-height: 16px; border-radius: 999px; background: #e7efec; overflow: hidden; }
.db-bar-fill { display: block; min-height: 16px; border-radius: inherit; background: var(--accent); }
.db-bar-value { color: var(--ink); font-weight: 850; text-align: right; }
.db-methodology-note { margin: 16px 0 0; padding: 14px 16px; border-radius: 8px; background: #f7fbfa; color: var(--ink); font-size: 0.94rem; line-height: 1.55; }
.db-methodology-note strong { color: var(--accent-dark); }
.db-method-chooser { display: grid; gap: 0; margin: 16px 0 18px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #f7fbfa; overflow: hidden; }
.db-method-chooser .db-methodology-note { margin: 0; border-radius: 0; background: transparent; }
.db-lens-header { margin-top: 18px; padding-left: 14px; border-left: 4px solid var(--accent); }
.db-lens-note { margin: 12px 0 0; color: var(--muted); font-size: 0.9rem; line-height: 1.45; }
.db-methodology-summary { margin-top: 18px; }
.db-method-summary-table, .db-print-method-summary { table-layout: fixed; }
.db-method-summary-table th, .db-method-summary-table td, .db-print-method-summary th, .db-print-method-summary td { text-align: left !important; }
.db-method-summary-table td { line-height: 1.45; }
.table-scroll { width: 100%; max-width: 100%; overflow-x: auto; overflow-y: hidden; margin-top: 16px; -webkit-overflow-scrolling: touch; }
.table-scroll:focus { outline: 3px solid rgba(22, 121, 111, 0.18); outline-offset: 3px; }
.db-secondary-method, .db-data-table-section { margin-top: 24px; }
.db-table-details { border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #fff; padding: 14px 16px; }
.db-table-details summary { cursor: pointer; color: var(--accent-dark); font-size: 1.05rem; font-weight: 850; line-height: 1.3; }
.db-table-details summary::marker { color: var(--accent-dark); }
.db-table-details .section__header { margin-top: 12px; }
.db-table-details .section__header h3 { display: none; }
.section__header--compact h3 { margin-bottom: 6px; }
.section__header--compact p:not(.eyebrow) { max-width: 82ch; color: var(--muted); font-size: 0.94rem; }
.db-data-table { font-size: 0.92rem; }
.db-footnote-col { text-align: center !important; white-space: nowrap; }
.db-table-notes { margin-top: 10px; color: var(--muted); font-size: 0.86rem; line-height: 1.45; text-align: left; }
.db-table-notes span { display: block; margin-top: 4px; }
.db-data-table tr.db-row--pension td { background: #f3faf8; }
.db-data-table tr.db-row--commutation td { background: #f8fbfe; }
.db-data-table tr.db-row--pension td:nth-child(4), .db-data-table tr.db-row--commutation td:nth-child(5) { color: var(--accent-dark); font-weight: 850; text-align: center !important; }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 720px; table-layout: fixed; }
.db-data-table { min-width: min(760px, 100%); table-layout: fixed; }
.db-data-table--single th:nth-child(1), .db-data-table--single td:nth-child(1),
.db-data-table--single th:nth-child(2), .db-data-table--single td:nth-child(2),
.db-data-table--single th:nth-child(6), .db-data-table--single td:nth-child(6) { width: 10%; }
.db-data-table--single th:nth-child(3), .db-data-table--single td:nth-child(3),
.db-data-table--single th:nth-child(4), .db-data-table--single td:nth-child(4),
.db-data-table--single th:nth-child(5), .db-data-table--single td:nth-child(5) { width: 23.33%; }
.db-data-table--spouse th:nth-child(1), .db-data-table--spouse td:nth-child(1),
.db-data-table--spouse th:nth-child(2), .db-data-table--spouse td:nth-child(2),
.db-data-table--spouse th:nth-child(3), .db-data-table--spouse td:nth-child(3) { width: 8%; }
.db-data-table--spouse th:nth-child(4), .db-data-table--spouse td:nth-child(4),
.db-data-table--spouse th:nth-child(5), .db-data-table--spouse td:nth-child(5),
.db-data-table--spouse th:nth-child(6), .db-data-table--spouse td:nth-child(6) { width: 20.67%; }
.db-data-table--spouse th:nth-child(7), .db-data-table--spouse td:nth-child(7) { width: 14%; }
.db-data-table th, .db-data-table td { text-align: center !important; }
.db-data-table th { white-space: normal; line-height: 1.18; overflow-wrap: normal; word-break: normal; text-align: center !important; vertical-align: middle; }
.db-data-table td { white-space: nowrap; }
.comparison-table th, .comparison-table td { padding: 11px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--accent-dark); font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.04em; }
.comparison-table td:nth-child(2), .comparison-table td:nth-child(3), .comparison-table td:nth-child(4) { text-align: right; }
.db-scenario-table { table-layout: fixed; }
.db-scenario-table th, .db-scenario-table td { vertical-align: top; }
.db-scenario-table th:nth-child(1), .db-scenario-table td:nth-child(1) { width: 23%; text-align: left; }
.db-scenario-table th:nth-child(2), .db-scenario-table td:nth-child(2) { width: 19%; text-align: center; }
.db-scenario-table th:nth-child(3), .db-scenario-table td:nth-child(3) { width: 33%; text-align: left; }
.db-scenario-table th:nth-child(4), .db-scenario-table td:nth-child(4) { width: 25%; text-align: left; }
.db-scenario-table td { line-height: 1.5; }
.db-result-tag { display: inline-block; padding: 3px 7px; border-left: 3px solid var(--accent); border-radius: 4px; background: #f7fbfa; color: var(--accent-dark); font-weight: 850; line-height: 1.35; }
.db-sustainable-table { table-layout: fixed; min-width: min(680px, 100%); }
.db-sustainable-table th, .db-sustainable-table td { text-align: center !important; vertical-align: top; }
.db-sustainable-table th:first-child, .db-sustainable-table td:first-child { text-align: left !important; }
.db-plain-language-table th, .db-plain-language-table td { text-align: left !important; line-height: 1.5; }
.db-allocation-section { margin-top: 24px; }
.db-allocation-flow { display: grid; gap: 12px; margin-top: 14px; }
.db-allocation-group { min-width: 0; padding: 14px 16px; border: 1px solid var(--line-strong, #cfd9d4); border-left: 5px solid var(--accent); border-radius: 8px; background: #fff; }
.db-allocation-group h4 { margin: 0 0 10px; color: var(--accent-dark); font-size: 0.9rem; font-weight: 850; letter-spacing: 0.04em; text-transform: uppercase; }
.db-allocation-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px; }
.db-allocation-item { min-width: 0; padding: 12px 14px; border: 1px solid var(--line, #e3e9e5); border-radius: 8px; background: #f8fbfe; }
.db-allocation-item span { display: block; color: var(--muted); font-size: 0.87rem; font-weight: 750; line-height: 1.35; }
.db-allocation-item strong { display: block; margin-top: 6px; color: var(--ink); font-size: clamp(1.12rem, 1.8vw, 1.42rem); line-height: 1.15; text-align: left; }
.db-allocation-item p { margin: 8px 0 0; color: var(--text); font-size: 0.9rem; line-height: 1.45; }
.db-allocation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.db-allocation-row { min-width: 0; padding: 14px 16px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #f7fbfa; }
.db-allocation-row span { display: block; color: var(--muted); font-size: 0.86rem; font-weight: 750; line-height: 1.3; }
.db-allocation-row strong { display: block; margin-top: 6px; color: var(--ink); font-size: 1.08rem; text-align: right; }
.db-allocation-row p { margin: 8px 0 0; color: var(--muted); font-size: 0.84rem; line-height: 1.4; }
.db-allocation-table { min-width: min(760px, 100%); }
.db-allocation-table th:nth-child(1), .db-allocation-table td:nth-child(1) { width: 28%; text-align: left !important; }
.db-allocation-table th:nth-child(2), .db-allocation-table td:nth-child(2) { width: 24%; text-align: right !important; font-weight: 800; }
.db-allocation-table th:nth-child(3), .db-allocation-table td:nth-child(3) { text-align: left !important; }
.db-note-stack { display: grid; gap: 12px; margin-top: 18px; }
.db-result-guidance { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 12px; }
.db-note { padding: 14px 16px; border-radius: 8px; background: #f7fbfa; color: var(--ink); line-height: 1.55; }
.db-note strong { color: var(--accent-dark); }
.db-note ul { margin: 10px 0 0; padding-left: 1.2rem; }
.db-note li { margin-bottom: 6px; }
.db-note--warning { background: #fff7ed; }
.db-note--decision { border-left: 5px solid var(--accent); background: #f8fbfe; }
.db-note--interpretation { border-left: 5px solid #d7a83f; background: #fffaf2; }
.db-note--details { border: 1px solid var(--line-strong, #cfd9d4); background: #fff; }
.db-note--details summary { cursor: pointer; color: var(--accent-dark); font-weight: 800; }
.db-note--details summary::marker { color: var(--accent-dark); }
.db-details-body { margin-top: 12px; }
.db-review-context-intro { margin: 12px 0 0; color: var(--muted); font-size: 0.94rem; line-height: 1.5; }
.db-signal-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 10px; }
.db-signal-columns span { display: block; color: var(--accent-dark); font-weight: 700; }
.db-signal-columns ul { margin-top: 6px; }
.db-disclosure { margin-top: 24px; }
.db-article-bridge { margin-top: 24px; padding: 18px; border-left: 5px solid var(--accent); border-radius: 8px; background: #f7fbfa; }
.db-article-bridge .eyebrow { margin-bottom: 4px; color: var(--accent-dark); }
.db-article-bridge h2 { margin: 0 0 8px; font-size: clamp(1.15rem, 2vw, 1.35rem); line-height: 1.2; }
.db-article-bridge p { margin: 0; max-width: 78ch; color: var(--text); line-height: 1.55; }
.db-article-bridge__link { display: inline-block; margin-top: 12px; color: var(--accent-dark); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.db-disclosure-card { margin-top: 12px; padding: 16px 18px; border: 1px solid var(--line-strong, #cfd9d4); border-radius: 8px; background: #fff; color: var(--text); font-size: 1rem; line-height: 1.55; }
.db-disclosure-card ul { margin: 0; padding-left: 1.25rem; }
.db-disclosure-card li { margin: 0 0 10px; }
.db-disclosure-card li:last-child { margin-bottom: 0; }
.db-disclosure-card p { margin: 14px 0 0; color: var(--muted); }
.db-print-report { display: none; }
@media print {
  @page { margin: 0.42in; }
  body { background: #fff; color: #17201b; }
  body.db-printing .calculator-core, body.db-printing .db-disclosure { display: none !important; }
  body:not(.db-printing) .db-print-report { display: none !important; }
  body.db-printing .db-print-report { display: block !important; color: #17201b; font-size: 10.5pt; line-height: 1.42; }
  .db-print-report, .db-print-report * { -webkit-print-color-adjust: exact; print-color-adjust: exact; box-shadow: none !important; }
  .db-print-header { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 16px; align-items: start; margin: 0 0 20pt; padding: 12pt 18pt 12pt 14pt; background: linear-gradient(90deg, #f3faf8 0%, #fbfcfb 72%, transparent 100%); border: 0; }
  .db-print-header img { width: 90px; height: auto; display: block; margin-top: 2px; }
  .db-print-header p { margin: 0; color: #303b35; line-height: 1.35; }
  .db-print-brand { color: #0d4e48 !important; font-size: 14pt; font-weight: 850; }
  .db-print-center p:not(.db-print-brand) { margin-top: 3pt; }
  .db-print-url { justify-self: end; padding-right: 10pt; font-size: 9.5pt; }
  .db-print-title-row { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8pt 16pt; margin: 0 0 12pt; padding: 10pt 12pt; background: #f3faf8; }
  .db-print-title { margin: 0; color: #17201b; font-size: 21pt; line-height: 1.1; }
  .db-print-date { margin: 0; color: #42544d; font-size: 9.5pt; font-weight: 700; }
  .db-print-limitations { margin: 0 0 14pt; padding: 10pt 12pt; background: #f7fbfa; color: #17201b; font-weight: 400; line-height: 1.45; }
  .db-print-limitations strong { color: #0d4e48; font-weight: 800; }
  .db-print-intro { margin: 0 0 22pt; padding: 12pt 14pt; background: #f8fbfe; }
  .db-print-intro p { margin: 0 0 8pt; }
  .db-print-intro p:last-child { margin-bottom: 0; }
  .db-print-report h2 { margin: 18pt 0 8pt; padding: 7pt 9pt; background: #eef6f3; color: #17201b; font-size: 13pt; font-weight: 800; break-after: avoid; border: 0; }
  .db-print-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5pt 18pt; }
  .db-print-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12pt; padding: 4pt 0; border: 0; }
  .db-print-row span:first-child { color: #42544d; font-weight: 400; }
  .db-print-row span:last-child { text-align: right; font-weight: 700; }
  .comparison-table { width: 100%; min-width: 0; border-collapse: collapse; font-size: 9.4pt; }
  .comparison-table th, .comparison-table td { padding: 7pt 6pt; border: 0; border-bottom: 1px solid #eef3ef; vertical-align: top; }
  .comparison-table th { color: #0d4e48; font-weight: 800; text-align: left; }
  .comparison-table td:nth-child(2), .comparison-table td:nth-child(3), .comparison-table td:nth-child(4) { text-align: right; }
  .db-print-note { margin: 10pt 0; padding: 10pt 12pt; background: #f7fbfa; border: 0; font-weight: 400; }
  .db-print-note-title { font-weight: 700; }
  .db-print-note ul { margin: 0; padding-left: 16pt; }
  .db-print-note li { margin: 0 0 4pt; }
  .db-print-note p { margin: 8pt 0 0; }
  .db-print-lens-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8pt; margin: 8pt 0 14pt; }
  .db-print-lens { padding: 9pt 10pt; background: #f8fbfe; border-left: 4pt solid #16796f; break-inside: avoid; }
  .db-print-lens-label { margin: 0 0 3pt; color: #0d4e48; font-size: 8.5pt; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
  .db-print-lens h3 { margin: 0 0 6pt; color: #17201b; font-size: 10.5pt; line-height: 1.2; }
  .db-print-lens p { margin: 4pt 0 0; line-height: 1.35; }
  .db-print-signal-list { display: grid; gap: 8pt; margin: 10pt 0; }
  .db-print-signal-block { padding: 9pt 11pt; background: #f7fbfa; break-inside: avoid; }
  .db-print-signal-block h3 { margin: 0 0 4pt; color: #0d4e48; font-size: 10.5pt; font-weight: 700; }
  .db-print-signal-block ul { margin: 0; padding-left: 16pt; }
  .db-print-signal-block li { margin: 0 0 3pt; font-weight: 400 !important; line-height: 1.35; }
  .db-print-signal-block li:last-child { margin-bottom: 0; }
}
@media (max-width: 760px) {
  .db-start-panel { grid-template-columns: 1fr; padding: 13px 14px; }
  .db-sample-actions .button { flex: 1 1 145px; }
  .db-screen-tabs { grid-template-columns: repeat(4, minmax(74px, 1fr)); overflow-x: auto; }
  .db-screen-tab { min-height: 52px; font-size: 0.9rem; }
  .db-actions .button { flex: 1 1 135px; min-width: 135px; }
  .db-screen-progress { order: -1; flex-basis: 100%; text-align: left; }
  .db-input-grid, .db-summary-grid, .db-summary-grid--two, .db-primary-result, .db-support-table, .db-support-table--lenses, .db-allocation-grid, .db-signal-columns, .db-result-guidance { grid-template-columns: 1fr; }
  .db-input-pair > label { grid-template-rows: auto auto; }
  .db-input-pair .field-help { min-height: 0; }
  .db-bar-row { grid-template-columns: 1fr; gap: 7px; }
  .db-bar-value { text-align: left; }
  .db-scenario-table { min-width: 640px; }
  .db-data-table { min-width: 720px; }
  .db-sustainable-table { min-width: 620px; }
  .db-plain-language-table { min-width: 680px; }
}
@media (max-width: 420px) {
  .db-sample-actions .button { flex-basis: 100%; }
  .db-actions .button { flex-basis: calc(50% - 6px); min-width: 120px; }
  .db-method-toggle { grid-template-columns: 1fr; }
}

.db-calculator-page .db-scenario-table [data-column-priority],
.db-calculator-page .db-data-table [data-column-priority],
.db-calculator-page .db-sustainable-table [data-column-priority],
.db-calculator-page .db-plain-language-table [data-column-priority] { display: table-cell !important; }

.db-data-table th:nth-child(1), .db-data-table th:nth-child(2), .db-data-table th:nth-child(3), .db-footnote-col { word-break: keep-all; overflow-wrap: normal; }

@media print { .db-print-signal-block, .db-print-signal-block * { font-weight: 400; } .db-print-signal-block h3 { font-weight: 700; } .db-print-note-title { font-weight: 700; } }

.db-method-summary-table th, .db-method-summary-table td, .db-method-summary-table td:nth-child(2), .db-method-summary-table td:nth-child(3) { text-align: left !important; }
@media print { .db-print-method-summary th, .db-print-method-summary td, .db-print-method-summary td:nth-child(2), .db-print-method-summary td:nth-child(3) { text-align: left !important; } }
