.db-v2-body {
  --db-v2-navy: #071b33;
  --db-v2-navy-2: #0c2948;
  --db-v2-ink: #17212b;
  --db-v2-muted: #5c6973;
  --db-v2-green: #087a55;
  --db-v2-green-light: #22bd83;
  --db-v2-blue: #2563eb;
  --db-v2-gold: #f2c94c;
  --db-v2-paper: #f6f8f5;
  --db-v2-mist: #edf3ef;
  --db-v2-line: #dce4df;
  margin: 0;
  color: var(--db-v2-ink);
  background: var(--db-v2-paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.db-v2-body *, .db-v2-body *::before, .db-v2-body *::after { box-sizing: border-box; }
.db-v2-body img { max-width: 100%; height: auto; }
.db-v2-body .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.db-v2-body h1, .db-v2-body h2, .db-v2-body h3 { color: var(--db-v2-navy); font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.db-v2-body a { text-underline-offset: 3px; }
.db-v2-container { width: min(calc(100% - 40px), 1280px); margin-inline: auto; }
.db-v2-skip { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; border-radius: 10px; color: #fff; background: var(--db-v2-navy); transform: translateY(-150%); }
.db-v2-skip:focus { transform: translateY(0); }
.db-v2-prototype { padding: 7px 20px; color: #fff; background: #9b6200; font-size: .72rem; font-weight: 900; text-align: center; letter-spacing: .08em; }

.db-v2-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,27,51,.97); backdrop-filter: blur(16px); }
.admin-bar .db-v2-header { top: 32px; }
.db-v2-header__inner { display: flex; min-height: 72px; align-items: center; gap: 24px; }
.db-v2-brand { display: block; width: 220px; height: 61px; flex: 0 0 220px; overflow: hidden; line-height: 0; }
.db-v2-brand img { width: 100%; height: 100%; object-fit: contain; }
.db-v2-nav { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.db-v2-nav a { color: #dce8f2; font-size: .82rem; font-weight: 750; text-decoration: none; }
.db-v2-nav a:hover { color: var(--db-v2-gold); }
.db-v2-nav__account { min-height: 40px; padding: 9px 15px; border: 1px solid var(--db-v2-gold); border-radius: 999px; color: var(--db-v2-gold) !important; }
.db-v2-menu-toggle { display: none; width: 46px; height: 46px; margin: 0 0 0 auto; padding: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: transparent; cursor: pointer; }
.db-v2-menu-toggle::before, .db-v2-menu-toggle::after, .db-v2-menu-toggle > span:first-child { display: block; width: 21px; height: 2px; margin: 4px auto; border-radius: 2px; content: ""; background: #fff; }

.db-v2-hero { position: relative; overflow: hidden; padding: 76px 0 70px; color: #e7eef5; background: var(--db-v2-navy); }
.db-v2-hero::before { position: absolute; inset: 0; content: ""; opacity: .2; background: radial-gradient(circle at 78% 28%, rgba(37,99,235,.55), transparent 31%), radial-gradient(circle at 18% 82%, rgba(8,122,85,.5), transparent 30%); }
.db-v2-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 64px; align-items: center; }
.db-v2-kicker, .db-v2-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #57d6a7; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.db-v2-kicker::before { width: 28px; height: 3px; border-radius: 3px; content: ""; background: var(--db-v2-gold); }
.db-v2-hero h1 { max-width: 820px; margin: 0 0 22px; color: #fff; font-size: clamp(2.75rem, 5.2vw, 5.2rem); line-height: 1.02; letter-spacing: -.045em; }
.db-v2-hero__copy > p { max-width: 730px; margin: 0 0 30px; color: #c0cfdb; font-size: 1.12rem; line-height: 1.7; }

.db-v2-body input:not([type="range"]):not([type="checkbox"]):not([type="radio"]),
.db-v2-body select,
.db-v2-body textarea {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid #c8d4cd;
  border-radius: 13px;
  outline: 0;
  color: var(--db-v2-ink);
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(7,27,51,.03);
  font: inherit;
  line-height: 1.35;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.db-v2-body textarea { min-height: 110px; resize: vertical; }
.db-v2-body select {
  appearance: none;
  padding-right: 46px;
  background-image: linear-gradient(45deg, transparent 50%, var(--db-v2-navy) 50%), linear-gradient(135deg, var(--db-v2-navy) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  cursor: pointer;
}
.db-v2-body input:not([type="range"]):focus,
.db-v2-body select:focus,
.db-v2-body textarea:focus { border-color: var(--db-v2-blue); box-shadow: 0 0 0 4px rgba(37,99,235,.14); }
.db-v2-body input::placeholder, .db-v2-body textarea::placeholder { color: #788690; opacity: 1; }
.db-v2-body button, .db-v2-button { border-radius: 12px; }

.db-v2-location { position: relative; max-width: 780px; margin: 0 0 16px; }
.db-v2-location > label, .db-v2-question > label { display: block; margin-bottom: 8px; color: #edf5fb; font-size: .83rem; font-weight: 800; }
.db-v2-location__control { display: grid; grid-template-columns: 30px minmax(0,1fr) auto; align-items: center; padding: 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.db-v2-location__control .db-v2-field-icon { position: relative; display: block; width: 16px; height: 16px; margin-left: 8px; border: 2px solid var(--db-v2-green); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.db-v2-location__control .db-v2-field-icon::after { position: absolute; top: 4px; left: 4px; width: 4px; height: 4px; border-radius: 50%; content: ""; background: var(--db-v2-green); }
.db-v2-location input, .db-v2-question input { min-width: 0; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.db-v2-location button, .db-v2-question button { min-height: 48px; padding: 0 19px; border: 0; border-radius: 11px; color: #fff; background: var(--db-v2-green); font: inherit; font-weight: 850; cursor: pointer; }
.db-v2-location button:hover { background: #056545; }
.db-v2-autocomplete { position: absolute; z-index: 25; top: calc(100% + 7px); right: 0; left: 0; overflow: hidden; padding: 6px; border: 1px solid var(--db-v2-line); border-radius: 14px; color: var(--db-v2-ink); background: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.25); }
.db-v2-autocomplete button { display: flex; width: 100%; min-height: 46px; align-items: center; justify-content: space-between; padding: 9px 12px; border: 0; border-radius: 9px; color: var(--db-v2-ink); background: transparent; text-align: left; cursor: pointer; }
.db-v2-autocomplete button:hover, .db-v2-autocomplete button:focus { background: var(--db-v2-mist); }
.db-v2-autocomplete small { color: var(--db-v2-muted); }
.db-v2-question { max-width: 780px; margin: 0 0 18px; }
.db-v2-question > div { display: grid; grid-template-columns: minmax(0,1fr) auto; padding: 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(255,255,255,.08); }
.db-v2-question input { color: #fff !important; }
.db-v2-question input::placeholder { color: #aebecd; }
.db-v2-question button { color: var(--db-v2-navy); background: var(--db-v2-gold); }
.db-v2-form-status { min-height: 18px; margin: 5px 2px 0; color: #9fe2c8; font-size: .78rem; }
.db-v2-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.db-v2-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; color: var(--db-v2-navy); font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.db-v2-button:hover { transform: translateY(-1px); }
.db-v2-button--primary { color: var(--db-v2-navy); background: var(--db-v2-gold); box-shadow: 0 9px 22px rgba(242,201,76,.18); }
.db-v2-button--quiet { border-color: rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.05); }
.db-v2-button--outline { border-color: var(--db-v2-navy); color: var(--db-v2-navy); background: transparent; }
.db-v2-trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 24px 0 0; padding: 0; color: #9eb2c3; font-size: .76rem; list-style: none; }
.db-v2-trust li::before { margin-right: 6px; color: #54d4a5; content: "✓"; font-weight: 900; }

.db-v2-hero__answer { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.07); box-shadow: 0 28px 70px rgba(0,0,0,.28); backdrop-filter: blur(15px); }
.db-v2-hero__answer::before { position: absolute; top: -8px; right: 34px; width: 16px; height: 16px; border-radius: 50%; content: ""; background: var(--db-v2-gold); box-shadow: 0 0 0 8px rgba(242,201,76,.13); }
.db-v2-answer__label { color: #6fe1b7; font-size: .69rem; font-weight: 900; letter-spacing: .11em; }
.db-v2-hero__answer h2 { margin: 10px 0 18px; color: #fff; font-size: 2rem; }
.db-v2-answer__metric { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.db-v2-answer__metric span, .db-v2-answer__metric small { display: block; color: #9fb1c1; font-size: .78rem; }
.db-v2-answer__metric strong { display: block; margin: 4px 0; color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08; }
.db-v2-answer__source { display: grid; grid-template-columns: 1fr auto; gap: 2px 15px; padding: 14px; border-radius: 12px; color: #aebfcd; background: rgba(0,0,0,.18); font-size: .76rem; }
.db-v2-answer__source strong { color: #fff; }
.db-v2-answer__source a { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #7ce2ba; font-weight: 800; }

.db-v2-section { padding: 82px 0; }
.db-v2-main > .db-v2-section { content-visibility: auto; contain-intrinsic-size: 900px; }
.db-v2-section--paper { background: var(--db-v2-paper); }
.db-v2-section--white { background: #fff; }
.db-v2-section--mist { background: var(--db-v2-mist); }
.db-v2-section--navy { color: #dce7ef; background: var(--db-v2-navy); }
.db-v2-section__heading { max-width: 850px; margin-bottom: 32px; }
.db-v2-section__heading > span, .db-v2-eyebrow { color: var(--db-v2-green); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.db-v2-section__heading h2 { margin: 8px 0 10px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.025em; }
.db-v2-section__heading p { margin: 0; color: var(--db-v2-muted); line-height: 1.65; }
.db-v2-section__heading--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 28px; }
.db-v2-section__heading--row > div { max-width: 850px; }
.db-v2-split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.db-v2-stage { display: inline-flex; flex: 0 0 auto; gap: 4px; margin-bottom: 32px; padding: 4px; border: 1px solid var(--db-v2-line); border-radius: 13px; background: var(--db-v2-paper); }
.db-v2-stage button { min-height: 44px; padding: 0 15px; border: 0; border-radius: 9px; color: var(--db-v2-muted); background: transparent; font: inherit; font-weight: 800; }
.db-v2-stage button.is-active { color: #fff; background: var(--db-v2-green); }
.db-v2-stage button:disabled { cursor: not-allowed; opacity: .6; }
.db-v2-stage small { display: block; font-size: .58rem; font-weight: 600; }

.db-v2-summary { display: grid; overflow: hidden; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--db-v2-line); border-radius: 18px; background: #fff; box-shadow: 0 15px 45px rgba(7,27,51,.06); }
.db-v2-summary article { min-width: 0; padding: 27px; border-right: 1px solid var(--db-v2-line); }
.db-v2-summary article:last-child { border-right: 0; }
.db-v2-summary span, .db-v2-summary small { display: block; color: #66737e; font-size: .76rem; }
.db-v2-summary strong { display: block; margin: 10px 0 8px; color: var(--db-v2-navy); font-size: clamp(1.3rem, 2vw, 1.95rem); line-height: 1.1; overflow-wrap: anywhere; }
.db-v2-summary p { min-height: 48px; margin: 0 0 12px; color: #33424d; font-size: .87rem; line-height: 1.45; }

.db-v2-section--revenue { position: relative; overflow: hidden; color: #dbe8f2; background: linear-gradient(125deg, #06182c 0%, #0b2b4d 62%, #0d3653 100%); }
.db-v2-section--revenue::before { position: absolute; top: -180px; right: -80px; width: 560px; height: 560px; border: 1px solid rgba(78,152,255,.17); border-radius: 50%; content: ""; box-shadow: 0 0 0 72px rgba(37,99,235,.035), 0 0 0 150px rgba(8,122,85,.04); }
.db-v2-section--revenue .db-v2-container { position: relative; }
.db-v2-section__heading--revenue h2 { color: #fff; }
.db-v2-section__heading--revenue > span { color: #66e1b3; }
.db-v2-section__heading--revenue p { max-width: 760px; color: #adc1d0; }
.db-v2-revenue-live { display: grid; grid-template-columns: minmax(190px,.42fr) minmax(320px,1fr); gap: 15px 42px; align-items: center; margin-bottom: 17px; padding: 30px; border: 1px solid rgba(242,201,76,.35); border-radius: 20px; background: linear-gradient(110deg, rgba(242,201,76,.12), rgba(37,99,235,.13)); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.db-v2-revenue-live > div span, .db-v2-revenue-live > div small { display: block; }
.db-v2-revenue-live > div span { color: #ffe07a; font-size: .72rem; font-weight: 900; letter-spacing: .11em; }
.db-v2-revenue-live > div span i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #ffdc61; box-shadow: 0 0 0 7px rgba(242,201,76,.12); animation: db-v2-pulse 1.8s ease-in-out infinite; }
.db-v2-revenue-live > div small { margin-top: 9px; color: #aabfce; }
.db-v2-revenue-live > strong { color: #fff; font-family: Manrope, Inter, sans-serif; font-size: clamp(2rem,4.3vw,4.5rem); line-height: 1; text-align: right; letter-spacing: -.035em; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.db-v2-revenue-live > p { grid-column: 1 / -1; margin: 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); color: #aebfcb; font-size: .77rem; line-height: 1.55; }
.db-v2-revenue-live > p b { color: #fff; }
@keyframes db-v2-pulse { 50% { opacity: .45; transform: scale(.72); } }
.db-v2-revenue-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 15px; }
.db-v2-revenue-card { min-width: 0; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: rgba(255,255,255,.065); box-shadow: 0 20px 54px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.db-v2-revenue-card--official { border-color: rgba(92,225,178,.38); background: linear-gradient(145deg, rgba(8,122,85,.28), rgba(255,255,255,.065)); }
.db-v2-revenue-card > span, .db-v2-revenue-card > small { display: block; }
.db-v2-revenue-card > span { color: #6ce4b7; font-size: .68rem; font-weight: 900; letter-spacing: .11em; }
.db-v2-revenue-card > small { margin-top: 8px; color: #9fb4c4; font-size: .76rem; }
.db-v2-revenue-card > strong { display: block; margin: 21px 0 13px; color: #fff; font-family: Manrope, Inter, sans-serif; font-size: clamp(1.65rem, 3vw, 2.75rem); line-height: 1.05; overflow-wrap: anywhere; }
.db-v2-revenue-card p { margin: 0; color: #b9c9d5; font-size: .82rem; line-height: 1.55; }
.db-v2-revenue-ranking { display: grid; grid-template-columns: minmax(190px,.45fr) 1fr; gap: 35px; align-items: start; margin-top: 17px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(2,12,24,.28); }
.db-v2-revenue-ranking h3 { margin: 0; color: #fff; font-size: 1.25rem; line-height: 1.35; }
.db-v2-revenue-ranking ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.db-v2-revenue-ranking li > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 7px; color: #dce8f1; font-size: .78rem; }
.db-v2-revenue-ranking li > div span { color: #9db1c1; font-variant-numeric: tabular-nums; }
.db-v2-revenue-ranking li > i { display: block; overflow: hidden; height: 8px; border-radius: 99px; background: rgba(255,255,255,.1); }
.db-v2-revenue-ranking li > i > b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #18bd83, #377ff3); }
.db-v2-revenue-source { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 17px; padding: 15px 18px; border-radius: 13px; color: #9fb4c4; background: rgba(0,0,0,.17); font-size: .75rem; }
.db-v2-revenue-source a { margin-left: auto; color: #70e3b8; font-weight: 850; }
.db-v2-revenue-source a + a { margin-left: 0; color: #fff; }
.db-v2-revenue-method { margin-top: 17px; overflow: hidden; border: 1px solid rgba(92,225,178,.22); border-radius: 15px; background: rgba(4,19,34,.45); }
.db-v2-revenue-method summary { position: relative; padding: 18px 52px 18px 20px; color: #fff; cursor: pointer; font-size: .86rem; font-weight: 850; list-style: none; }
.db-v2-revenue-method summary::-webkit-details-marker { display: none; }
.db-v2-revenue-method summary::after { position: absolute; top: 50%; right: 20px; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #70e3b8; content: "+"; line-height: 24px; text-align: center; transform: translateY(-50%); }
.db-v2-revenue-method[open] summary::after { content: "−"; }
.db-v2-revenue-method > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding: 0 20px 20px; border-top: 1px solid rgba(255,255,255,.08); }
.db-v2-revenue-method p { margin: 18px 0 0; color: #aebfcb; font-size: .77rem; line-height: 1.6; }
.db-v2-revenue-method strong { color: #fff; }
.db-v2-revenue-warning { margin: 17px 0 0; padding: 15px 18px; border-left: 4px solid var(--db-v2-gold); border-radius: 0 12px 12px 0; color: #c4d2dc; background: rgba(242,201,76,.09); font-size: .8rem; line-height: 1.55; }
.db-v2-revenue-warning strong { color: #ffe68e; }

.db-v2-section--debt { background: #fff; }
.db-v2-debt-grid { display: grid; overflow: hidden; grid-template-columns: 1.35fr repeat(3,1fr); border: 1px solid var(--db-v2-line); border-radius: 19px; box-shadow: 0 16px 50px rgba(7,27,51,.06); }
.db-v2-debt-card { min-width: 0; padding: 27px; border-right: 1px solid var(--db-v2-line); background: #fff; }
.db-v2-debt-card:last-child { border-right: 0; }
.db-v2-debt-card--main { background: #f1f7f4; }
.db-v2-debt-card > span { color: var(--db-v2-green); font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.db-v2-debt-card > strong { display: block; margin: 15px 0 12px; color: var(--db-v2-navy); font-size: clamp(1.45rem,2.5vw,2.5rem); line-height: 1.06; overflow-wrap: anywhere; }
.db-v2-debt-card > strong.is-up { color: #a3412b; }
.db-v2-debt-card > strong.is-down { color: var(--db-v2-green); }
.db-v2-debt-card p { margin: 0; color: var(--db-v2-muted); font-size: .78rem; line-height: 1.5; }
.db-v2-debt-answer { display: grid; grid-template-columns: .55fr 1.45fr; gap: 35px; align-items: center; margin-top: 17px; padding: 28px 31px; border-radius: 18px; color: #dbe6ef; background: var(--db-v2-navy); }
.db-v2-debt-answer span { color: #68dfb2; font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.db-v2-debt-answer h3 { margin: 7px 0 0; color: #fff; font-size: 1.5rem; }
.db-v2-debt-answer p { margin: 0; color: #b9c8d3; line-height: 1.65; }
.db-v2-debt-answer p strong { color: #ffe075; }
.db-v2-debt-context { display: grid; grid-template-columns: .75fr .75fr 1.5fr; gap: 14px; margin-top: 17px; }
.db-v2-debt-context > div { min-width: 0; padding: 23px; border: 1px solid var(--db-v2-line); border-radius: 17px; background: var(--db-v2-paper); }
.db-v2-debt-context > div > span { color: var(--db-v2-green); font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.db-v2-debt-context > div > strong { display: block; margin: 12px 0 8px; color: var(--db-v2-navy); font-size: 1.5rem; }
.db-v2-debt-context > div > p { margin: 0; color: var(--db-v2-muted); font-size: .76rem; line-height: 1.48; }
.db-v2-debt-history > div { display: flex; height: 86px; align-items: end; gap: 5px; margin: 14px 0 7px; padding-top: 4px; border-bottom: 1px solid #c6d3cc; }
.db-v2-debt-history > div i { display: block; min-width: 4px; flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(#2e76e8,#087a55); }
.db-v2-debt-history small { display: block; color: var(--db-v2-muted); font-size: .65rem; text-align: center; }

.db-v2-section--fiscal-history { background: linear-gradient(145deg,#061b31,#0a2947 62%,#0c3550); }
.db-v2-section--fiscal-history .db-v2-section__heading h2 { color: #fff; }
.db-v2-section--fiscal-history .db-v2-section__heading p { color: #abc0cf; }
.db-v2-section--fiscal-history .db-v2-section__heading .db-v2-button { border-color: rgba(255,255,255,.32); color: #fff; }
.db-v2-priority-history { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.db-v2-priority-history article { min-width: 0; padding: 21px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.065); box-shadow: 0 17px 45px rgba(0,0,0,.13); }
.db-v2-priority-history header { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.db-v2-priority-history header span, .db-v2-priority-history header strong { display: block; }
.db-v2-priority-history header span { min-height: 30px; color: #9fb7c8; font-size: .67rem; font-weight: 850; line-height: 1.35; text-transform: uppercase; }
.db-v2-priority-history header strong { margin-top: 7px; color: #fff; font-size: 1.8rem; line-height: 1; }
.db-v2-priority-history header b { flex: 0 0 auto; padding: 5px 7px; border-radius: 7px; color: #dce7ef; background: rgba(255,255,255,.09); font-size: .66rem; }
.db-v2-priority-history header b.is-up { color: #7ae2bb; background: rgba(33,209,149,.11); }
.db-v2-priority-history header b.is-down { color: #ffd47a; background: rgba(242,201,76,.11); }
.db-v2-priority-spark { display: flex; height: 68px; align-items: end; gap: 4px; margin: 20px 0 9px; border-bottom: 1px solid rgba(255,255,255,.18); }
.db-v2-priority-spark i { min-width: 3px; flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(#3d86f1,#21c98f); }
.db-v2-priority-history footer { display: flex; justify-content: space-between; gap: 10px; color: #91aabc; font-size: .63rem; }
.db-v2-priority-note { margin: 16px 0 0; padding: 15px 18px; border-left: 4px solid var(--db-v2-gold); border-radius: 0 11px 11px 0; color: #afc2d0; background: rgba(0,0,0,.16); font-size: .77rem; line-height: 1.55; }
.db-v2-priority-note strong { color: #ffe17c; }

.db-v2-section--elections { position: relative; overflow: hidden; background: linear-gradient(145deg,#eaf4ef,#f7faf8 58%,#eef4fb); }
.db-v2-section--elections::after { position: absolute; z-index: 0; top: -230px; right: -190px; width: 560px; height: 560px; border: 1px solid rgba(37,99,235,.12); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(8,122,85,.035), 0 0 0 145px rgba(242,201,76,.035); }
.db-v2-section--elections .db-v2-container { position: relative; z-index: 1; }
.db-v2-election-metrics { display: grid; overflow: hidden; grid-template-columns: repeat(4,1fr); border: 1px solid #d3dfd8; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(7,27,51,.07); }
.db-v2-election-metrics article { min-width: 0; padding: 25px; border-right: 1px solid var(--db-v2-line); }
.db-v2-election-metrics article:last-child { border-right: 0; }
.db-v2-election-metrics span { color: var(--db-v2-green); font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.db-v2-election-metrics strong { display: block; margin: 13px 0 9px; color: var(--db-v2-navy); font-size: clamp(1.55rem,2.7vw,2.65rem); line-height: 1; overflow-wrap: anywhere; }
.db-v2-election-metrics p { margin: 0; color: var(--db-v2-muted); font-size: .75rem; line-height: 1.5; }
.db-v2-election-status { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 12px; padding: 13px 16px; border: 1px solid #d7e2dc; border-radius: 13px; background: rgba(255,255,255,.75); }
.db-v2-election-status > strong { margin-right: 5px; color: var(--db-v2-navy); font-size: .75rem; }
.db-v2-election-status > span { padding: 6px 9px; border-radius: 999px; color: #49605a; background: #e8f1ed; font-size: .65rem; }
.db-v2-election-status b { color: var(--db-v2-green); }
.db-v2-candidate-search { position: relative; margin-top: 17px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; color: #dce8f1; background: var(--db-v2-navy); }
.db-v2-candidate-search > label { display: block; margin-bottom: 9px; color: #fff; font-weight: 850; }
.db-v2-candidate-search > div:first-of-type { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 7px; padding: 6px; border-radius: 14px; background: #fff; }
.db-v2-candidate-search input { min-width: 0; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.db-v2-candidate-search select { min-width: 96px; min-height: 48px; padding: 0 38px 0 14px; border: 1px solid #d5dfda; border-radius: 10px; color: var(--db-v2-navy); background-color: #f3f7f5; font: inherit; font-weight: 850; cursor: pointer; }
.db-v2-candidate-search select:focus { border-color: var(--db-v2-blue); box-shadow: 0 0 0 3px rgba(37,99,235,.13); outline: 0; }
.db-v2-candidate-search button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 10px; color: var(--db-v2-navy); background: var(--db-v2-gold); font: inherit; font-weight: 900; cursor: pointer; }
.db-v2-candidate-search > p { margin: 9px 2px 0; color: #98aebe; font-size: .7rem; }
.db-v2-candidate-results { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 15px; }
.db-v2-candidate-results:empty { display: none; }
.db-v2-candidate-results > article { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.07); }
.db-v2-candidate-result__identity { display: grid; grid-template-columns: 62px minmax(0,1fr); gap: 13px; align-items: center; margin-bottom: 13px; }
.db-v2-candidate-result__photo { position: relative; display: block; width: 62px; height: 62px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: linear-gradient(145deg,#173956,#0a2039); }
.db-v2-candidate-result__photo::before { position: absolute; top: 12px; left: 21px; width: 20px; height: 20px; border-radius: 50%; content: ""; background: #7790a3; }
.db-v2-candidate-result__photo::after { position: absolute; right: 11px; bottom: 8px; left: 11px; height: 23px; border-radius: 22px 22px 9px 9px; content: ""; background: #7790a3; }
.db-v2-candidate-result__photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.db-v2-candidate-result__identity > div { min-width: 0; }
.db-v2-candidate-results h3 { margin: 0; color: #fff; font-size: 1rem; }
.db-v2-candidate-results p { margin: 5px 0 0; color: #9fb2c1; font-size: .7rem; }
.db-v2-candidate-results dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 0; }
.db-v2-candidate-results dt { color: #8fa6b7; font-size: .58rem; text-transform: uppercase; }
.db-v2-candidate-results dd { margin: 3px 0 0; color: #75e2ba; font-size: .78rem; font-weight: 850; overflow-wrap: anywhere; }
.db-v2-candidate-results dd.is-unavailable { color: #ffe080; font-size: .68rem; }
.db-v2-candidate-results article > small { display: block; margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); color: #aebfcb; font-size: .64rem; line-height: 1.45; }
.db-v2-candidate-results article > a { display: inline-flex; margin-top: 10px; color: #71e2b9; font-size: .68rem; font-weight: 850; }
.db-v2-election-history { margin-top: 35px; padding-top: 30px; border-top: 1px solid #cfdbd4; }
.db-v2-election-history > span { color: var(--db-v2-green); font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.db-v2-election-history h3 { margin: 9px 0 8px; color: var(--db-v2-navy); font-size: clamp(1.5rem,3vw,2.3rem); }
.db-v2-election-history p { max-width: 850px; margin: 0 0 18px; color: var(--db-v2-muted); line-height: 1.6; }
.db-v2-election-metrics--history { box-shadow: none; }
.db-v2-election-ranking { display: grid; grid-template-columns: minmax(220px,.48fr) 1.52fr; gap: 28px; margin-top: 17px; padding: 28px; border: 1px solid #d4dfd9; border-radius: 19px; background: #fff; }
.db-v2-election-ranking__intro > span { color: var(--db-v2-green); font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.db-v2-election-ranking__intro h3 { margin: 8px 0 10px; font-size: 1.55rem; line-height: 1.2; }
.db-v2-election-ranking__intro p { margin: 0; color: var(--db-v2-muted); font-size: .78rem; line-height: 1.58; }
.db-v2-election-ranking ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.db-v2-election-ranking li { display: grid; grid-template-columns: 34px minmax(150px,.8fr) 1.2fr; gap: 13px; align-items: center; padding: 13px; border: 1px solid var(--db-v2-line); border-radius: 13px; background: var(--db-v2-paper); }
.db-v2-election-ranking li > b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--db-v2-green); font-size: .7rem; }
.db-v2-election-ranking li > div strong, .db-v2-election-ranking li > div span { display: block; }
.db-v2-election-ranking li > div span { margin-top: 3px; color: var(--db-v2-muted); font-size: .65rem; }
.db-v2-election-ranking li dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 0; }
.db-v2-election-ranking li dt { color: var(--db-v2-muted); font-size: .56rem; text-transform: uppercase; }
.db-v2-election-ranking li dd { margin: 3px 0 0; color: var(--db-v2-navy); font-size: .72rem; font-weight: 850; overflow-wrap: anywhere; }
.db-v2-election-note { margin: 17px 0 0; padding: 16px 19px; border-left: 4px solid var(--db-v2-gold); border-radius: 0 12px 12px 0; color: #4c5b64; background: #fff; font-size: .78rem; line-height: 1.58; }

.db-v2-bars { display: grid; gap: 18px; padding: 30px; border: 1px solid var(--db-v2-line); border-radius: 20px; background: var(--db-v2-paper); }
.db-v2-bar { display: grid; grid-template-columns: minmax(170px, .55fr) minmax(220px, 1fr) 86px; gap: 18px; align-items: center; }
.db-v2-bar__label { min-width: 0; }
.db-v2-bar__label strong, .db-v2-bar__label span { display: block; }
.db-v2-bar__label strong { color: var(--db-v2-navy); font-size: .93rem; }
.db-v2-bar__label span { margin-top: 2px; color: var(--db-v2-muted); font-size: .74rem; }
.db-v2-bar__track { overflow: hidden; height: 13px; border-radius: 999px; background: #dfe8e3; }
.db-v2-bar__track span { display: block; width: var(--db-v2-value); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--db-v2-green), var(--db-v2-blue)); transform-origin: left; animation: db-v2-grow .7s ease both; animation-delay: calc(var(--db-v2-order) * 55ms); }
.db-v2-bar__value { color: var(--db-v2-navy); font-size: .9rem; text-align: right; }
.db-v2-source-note, .db-v2-coverage { margin: 18px 0 0; padding: 15px 18px; border-left: 4px solid var(--db-v2-gold); border-radius: 0 11px 11px 0; color: #4f5e68; background: #fff8dc; font-size: .82rem; line-height: 1.55; }
@keyframes db-v2-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.db-v2-feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 25px; }
.db-v2-signal, .db-v2-explainer { padding: 34px; border: 1px solid var(--db-v2-line); border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(7,27,51,.06); }
.db-v2-signal { border-top: 5px solid var(--db-v2-gold); }
.db-v2-signal h2, .db-v2-explainer h2 { margin: 10px 0 16px; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.14; }
.db-v2-signal p, .db-v2-signal small { color: #475660; line-height: 1.65; }
.db-v2-internal { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: #7a4d00; background: #fff1bd; font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.db-v2-signal__status { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.db-v2-signal__status span { padding: 7px 10px; border-radius: 999px; color: var(--db-v2-green); background: #e6f6ef; font-size: .72rem; font-weight: 800; }
.db-v2-explainer ol { margin: 22px 0 0; padding: 0; list-style: none; counter-reset: stages; }
.db-v2-explainer li { position: relative; display: grid; grid-template-columns: 45px 1fr; padding: 13px 0; counter-increment: stages; }
.db-v2-explainer li::before { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; content: counter(stages); background: var(--db-v2-green); font-weight: 900; }
.db-v2-explainer li strong, .db-v2-explainer li span { display: block; }
.db-v2-explainer li span { color: var(--db-v2-muted); font-size: .84rem; }

.db-v2-section--signals { background: linear-gradient(180deg,#edf3ef,#f7f9f6); }
.db-v2-signal-count { min-width: 170px; padding: 17px 20px; border-left: 4px solid var(--db-v2-gold); color: var(--db-v2-muted); background: #fff; }
.db-v2-signal-count strong, .db-v2-signal-count span, .db-v2-signal-count small { display: block; }
.db-v2-signal-count strong { color: var(--db-v2-navy); font-size: 2rem; }
.db-v2-signal-count span { font-size: .77rem; font-weight: 800; }
.db-v2-signal-count small { margin-top: 5px; font-size: .66rem; }
.db-v2-signal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.db-v2-signal-card { display: flex; min-width: 0; flex-direction: column; padding: 24px; border: 1px solid #d6e0da; border-top: 4px solid var(--db-v2-gold); border-radius: 17px; background: #fff; box-shadow: 0 12px 35px rgba(7,27,51,.05); }
.db-v2-signal-card header { display: flex; align-items: center; gap: 10px; color: #73500b; font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.db-v2-signal-card header b { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--db-v2-navy); }
.db-v2-signal-card h3 { margin: 18px 0 8px; font-size: 1rem; line-height: 1.38; }
.db-v2-signal-card__place { min-height: 32px; margin: 0 0 11px; color: var(--db-v2-muted); font-size: .72rem; }
.db-v2-signal-card__amount { display: block; margin-bottom: 10px; color: var(--db-v2-green); font-size: 1.4rem; overflow-wrap: anywhere; }
.db-v2-signal-card > p:not(.db-v2-signal-card__place) { margin: 0 0 14px; color: #44535d; font-size: .79rem; line-height: 1.55; }
.db-v2-signal-card details { margin: auto 0 16px; padding-top: 15px; border-top: 1px solid var(--db-v2-line); color: var(--db-v2-muted); font-size: .75rem; }
.db-v2-signal-card summary { color: var(--db-v2-navy); font-weight: 850; cursor: pointer; }
.db-v2-signal-card details p { line-height: 1.55; }
.db-v2-signal-card > a { color: var(--db-v2-green); font-size: .76rem; font-weight: 850; }
.db-v2-signal-method { margin-top: 17px; padding: 16px 19px; border-left: 4px solid var(--db-v2-blue); border-radius: 0 12px 12px 0; color: #4e5e68; background: #fff; font-size: .79rem; line-height: 1.55; }

.db-v2-evidence-page { min-height: 72vh; background: var(--db-v2-paper); }
.db-v2-evidence-page .db-v2-section { padding-top: 62px; }
.db-v2-evidence-page h1 { margin: 8px 0 10px; font-size: clamp(2.2rem,5vw,4.2rem); line-height: 1.05; }
.db-v2-evidence-back { display: inline-flex; margin-bottom: 30px; color: var(--db-v2-green); font-weight: 850; text-decoration: none; }
.db-v2-evidence-card { overflow: hidden; border: 1px solid var(--db-v2-line); border-radius: 21px; background: #fff; box-shadow: 0 20px 60px rgba(7,27,51,.08); }
.db-v2-evidence-card__main { padding: 31px; color: #dce8f1; background: var(--db-v2-navy); }
.db-v2-evidence-card__main > span { color: #6fe1b7; font-size: .68rem; font-weight: 900; letter-spacing: .11em; }
.db-v2-evidence-card__main h2 { max-width: 990px; margin: 13px 0 12px; color: #fff; font-size: clamp(1.45rem,3vw,2.5rem); line-height: 1.25; }
.db-v2-evidence-card__main p { margin: 0; color: #9fb3c2; }
.db-v2-evidence-card__main p strong { color: #fff; }
.db-v2-evidence-card__amount { padding: 27px 31px; border-bottom: 1px solid var(--db-v2-line); background: #eef7f2; }
.db-v2-evidence-card__amount span, .db-v2-evidence-card__amount small { display: block; color: var(--db-v2-muted); }
.db-v2-evidence-card__amount strong { display: block; margin: 8px 0; color: var(--db-v2-green); font-size: clamp(2rem,4vw,3.5rem); line-height: 1; }
.db-v2-evidence-secondary-value { display: grid; grid-template-columns: minmax(190px,.65fr) minmax(220px,.8fr) 1.55fr; gap: 20px; align-items: center; padding: 22px 31px; border-bottom: 1px solid var(--db-v2-line); background: #f8faf9; }
.db-v2-evidence-secondary-value span { color: var(--db-v2-muted); font-size: .68rem; font-weight: 900; letter-spacing: .07em; }
.db-v2-evidence-secondary-value strong { color: var(--db-v2-navy); font-size: 1.55rem; }
.db-v2-evidence-secondary-value p { margin: 0; color: var(--db-v2-muted); font-size: .75rem; line-height: 1.5; }
.db-v2-evidence-card dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 9px 31px 26px; }
.db-v2-evidence-card dl div { min-width: 0; padding: 20px 20px 15px 0; border-bottom: 1px solid var(--db-v2-line); }
.db-v2-evidence-card dt { color: var(--db-v2-muted); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.db-v2-evidence-card dd { margin: 7px 0 0; color: var(--db-v2-navy); font-weight: 800; overflow-wrap: anywhere; }
.db-v2-evidence-explanation { margin: 0 31px 27px; padding: 25px; border: 1px solid #dce5e0; border-radius: 16px; background: #f5f8f6; }
.db-v2-evidence-explanation > span, .db-v2-evidence-cross > div > span { color: var(--db-v2-green); font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.db-v2-evidence-explanation h3, .db-v2-evidence-cross h3 { margin: 9px 0 13px; color: var(--db-v2-navy); font-size: 1.25rem; }
.db-v2-evidence-explanation div { max-height: 420px; overflow: auto; padding-right: 10px; color: #455760; font-size: .84rem; line-height: 1.68; white-space: normal; }
.db-v2-evidence-explanation div p:last-child { margin-bottom: 0; }
.db-v2-evidence-cross { display: grid; grid-template-columns: minmax(220px,.75fr) 1.25fr; gap: 28px; margin: 0 31px 27px; padding: 25px; border: 1px solid rgba(37,99,235,.2); border-radius: 16px; background: #eef5ff; }
.db-v2-evidence-cross > div > p { margin: 0; color: var(--db-v2-muted); font-size: .76rem; line-height: 1.55; }
.db-v2-evidence-cross dl { grid-template-columns: repeat(3,1fr); align-items: center; padding: 0; }
.db-v2-evidence-cross dl div { padding: 12px 15px; border: 0; border-left: 1px solid #cfdded; }
.db-v2-evidence-cross dd { color: #164c9f; font-size: 1.15rem; }
.db-v2-evidence-sanctions { margin: 0 31px 27px; overflow: hidden; border: 1px solid #ebc7b9; border-radius: 16px; background: #fffaf8; }
.db-v2-evidence-sanctions > header { display: flex; justify-content: space-between; gap: 25px; align-items: start; padding: 24px; border-bottom: 1px solid #f0d6cc; }
.db-v2-evidence-sanctions > header span { color: #a64028; font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.db-v2-evidence-sanctions > header h3 { margin: 7px 0 8px; color: var(--db-v2-navy); font-size: 1.3rem; }
.db-v2-evidence-sanctions > header p { max-width: 760px; margin: 0; color: var(--db-v2-muted); font-size: .77rem; line-height: 1.55; }
.db-v2-evidence-sanctions > header > strong { flex: 0 0 auto; padding: 9px 12px; border-radius: 999px; color: #7e2f1d; background: #f8dfd6; font-size: .72rem; }
.db-v2-evidence-sanctions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #f0d6cc; }
.db-v2-evidence-sanctions article { min-width: 0; padding: 22px 24px; background: #fff; }
.db-v2-evidence-sanctions article > div { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.db-v2-evidence-sanctions article > div span, .db-v2-evidence-sanctions article > div b { padding: 5px 8px; border-radius: 999px; font-size: .58rem; }
.db-v2-evidence-sanctions article > div span.is-current { color: #8b2e17; background: #ffe3d8; }
.db-v2-evidence-sanctions article > div span.is-historical { color: #53626b; background: #e9efec; }
.db-v2-evidence-sanctions article > div b { color: #fff; background: var(--db-v2-navy); }
.db-v2-evidence-sanctions h4 { margin: 13px 0 10px; color: var(--db-v2-navy); font-size: .95rem; line-height: 1.4; }
.db-v2-evidence-sanctions article dl { grid-template-columns: 1fr 1fr; padding: 0; }
.db-v2-evidence-sanctions article dl div { padding: 9px 12px 9px 0; }
.db-v2-evidence-sanctions article dd { font-size: .73rem; }
.db-v2-evidence-sanctions > footer { padding: 17px 24px; color: #68574f; background: #fff3ee; font-size: .76rem; line-height: 1.6; }
.db-v2-evidence-sanctions > footer a { color: #8a2f1b; font-weight: 850; }
.db-v2-evidence-registry { margin: 0 31px 27px; overflow: hidden; border: 1px solid #b8ddce; border-radius: 16px; background: #f7fcf9; }
.db-v2-evidence-registry > header { display: flex; justify-content: space-between; gap: 25px; align-items: start; padding: 24px; border-bottom: 1px solid #cfe8dc; }
.db-v2-evidence-registry > header span { color: #087a55; font-size: .66rem; font-weight: 900; letter-spacing: .09em; }
.db-v2-evidence-registry > header h3 { margin: 7px 0 8px; color: var(--db-v2-navy); font-size: 1.3rem; }
.db-v2-evidence-registry > header p { max-width: 760px; margin: 0; color: var(--db-v2-muted); font-size: .77rem; line-height: 1.55; }
.db-v2-evidence-registry > header > strong { flex: 0 0 auto; padding: 9px 12px; border-radius: 999px; color: #075c3e; background: #dff4e9; font-size: .72rem; }
.db-v2-evidence-registry > dl { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; }
.db-v2-evidence-registry > dl > div { min-width: 0; padding: 18px 20px; border-right: 1px solid #dceee5; border-bottom: 1px solid #dceee5; }
.db-v2-evidence-registry > dl > div:nth-child(4n) { border-right: 0; }
.db-v2-evidence-registry dt { color: var(--db-v2-muted); font-size: .62rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.db-v2-evidence-registry dd { margin: 7px 0 0; color: var(--db-v2-navy); font-size: .8rem; font-weight: 780; line-height: 1.45; }
.db-v2-evidence-registry > footer { padding: 17px 24px; color: #486158; background: #edf8f2; font-size: .76rem; line-height: 1.6; }
.db-v2-evidence-registry > footer a { color: #087a55; font-weight: 850; }
.db-v2-evidence-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding: 0 31px 31px; }
.db-v2-evidence-actions details { color: var(--db-v2-muted); font-size: .78rem; }
.db-v2-evidence-actions summary { color: var(--db-v2-green); font-weight: 850; cursor: pointer; }
.db-v2-evidence-actions details p { max-width: 570px; }
.db-v2-evidence-documents, .db-v2-evidence-items, .db-v2-evidence-contract-events { margin: 0 31px 27px; overflow: hidden; border: 1px solid var(--db-v2-line); border-radius: 16px; background: #fff; }.db-v2-evidence-documents > header, .db-v2-evidence-items > header, .db-v2-evidence-contract-events > header { padding: 24px; border-bottom: 1px solid var(--db-v2-line); background: #f6f9f7; }.db-v2-evidence-documents header span, .db-v2-evidence-items header span, .db-v2-evidence-contract-events header span { color: var(--db-v2-green); font-size: .66rem; font-weight: 900; letter-spacing: .09em; }.db-v2-evidence-documents header h3, .db-v2-evidence-items header h3, .db-v2-evidence-contract-events header h3 { margin: 7px 0 6px; color: var(--db-v2-navy); }.db-v2-evidence-documents header p, .db-v2-evidence-items header p, .db-v2-evidence-contract-events header p { margin: 0; color: var(--db-v2-muted); }.db-v2-evidence-documents > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--db-v2-line); }.db-v2-evidence-documents a { display: grid; grid-template-columns: 1fr auto; gap: 5px 15px; padding: 18px 21px; color: var(--db-v2-navy); background: #fff; text-decoration: none; }.db-v2-evidence-documents a strong { overflow-wrap: anywhere; }.db-v2-evidence-documents a span { color: var(--db-v2-muted); font-size: .68rem; }.db-v2-evidence-documents a b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--db-v2-green); }.db-v2-evidence-items > div > article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px; border-bottom: 1px solid var(--db-v2-line); }.db-v2-evidence-items > div > article:last-child { border-bottom: 0; }.db-v2-evidence-item__number { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; color: #fff; background: var(--db-v2-navy); font-size: .72rem; font-weight: 900; }.db-v2-evidence-items h4 { margin: 0 0 15px; color: var(--db-v2-navy); line-height: 1.45; }.db-v2-evidence-items dl, .db-v2-evidence-event-grid dl { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 0; }.db-v2-evidence-items dl div, .db-v2-evidence-event-grid dl div { padding: 10px 12px; border: 0; border-radius: 9px; background: #f3f7f5; }.db-v2-evidence-results { margin-top: 12px; padding: 14px 15px; border-left: 3px solid var(--db-v2-green); border-radius: 0 9px 9px 0; background: #eff9f4; }.db-v2-evidence-results > strong { color: var(--db-v2-green); font-size: .62rem; }.db-v2-evidence-results p { margin: 6px 0 0; color: #40545b; font-size: .75rem; }.db-v2-evidence-pending { margin: 12px 0 0; color: var(--db-v2-muted); font-size: .73rem; }.db-v2-evidence-items > footer { padding: 15px 24px; color: var(--db-v2-muted); background: #f6f9f7; }.db-v2-evidence-event-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--db-v2-line); }.db-v2-evidence-event-grid article { padding: 22px 24px; background: #fff; }.db-v2-evidence-event-grid article > span { color: var(--db-v2-blue); font-size: .64rem; font-weight: 900; }.db-v2-evidence-event-grid h4 { margin: 6px 0 9px; color: var(--db-v2-navy); }.db-v2-evidence-event-grid article > p { color: var(--db-v2-muted); }.db-v2-evidence-commitments { padding: 24px; border-top: 1px solid var(--db-v2-line); }.db-v2-evidence-commitments h4 { margin: 0 0 12px; }.db-v2-evidence-commitments > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--db-v2-line); }.db-v2-evidence-commitments span { color: var(--db-v2-muted); }.db-v2-evidence-history { margin: 0 31px 27px; padding: 20px 23px; border: 1px solid var(--db-v2-line); border-radius: 14px; background: #f7f9f8; }.db-v2-evidence-history summary { color: var(--db-v2-green); font-weight: 850; cursor: pointer; }.db-v2-evidence-history ol { margin: 18px 0 0; padding: 0; list-style: none; }.db-v2-evidence-history li { display: grid; grid-template-columns: 145px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--db-v2-line); }.db-v2-evidence-history time { color: var(--db-v2-muted); font-size: .7rem; }.db-v2-evidence-history li span { display: block; color: var(--db-v2-muted); }.db-v2-evidence-history li p { margin: 5px 0 0; }
.db-v2-evidence-rule { margin-top: 18px; padding: 18px 21px; border-left: 4px solid var(--db-v2-gold); border-radius: 0 12px 12px 0; color: #495963; background: #fff8dc; line-height: 1.6; }

.db-v2-contracts { display: grid; grid-template-columns: 1.18fr .82fr; gap: 16px; }
.db-v2-contract { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; gap: 22px; padding: 25px; border: 1px solid var(--db-v2-line); border-radius: 17px; background: #fff; }
.db-v2-contract--featured { grid-row: span 3; padding: 33px; background: var(--db-v2-navy); }
.db-v2-contract__type { display: inline-flex; margin-bottom: 11px; padding: 6px 9px; border-radius: 999px; color: var(--db-v2-green); background: #e6f6ef; font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.db-v2-contract h3 { margin: 0; font-size: 1.05rem; line-height: 1.35; }
.db-v2-contract--featured h3 { color: #fff; font-size: clamp(1.45rem, 2.8vw, 2.25rem); }
.db-v2-contract dl { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 0; }
.db-v2-contract dl div { min-width: 125px; }
.db-v2-contract dt { color: #596872; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.db-v2-contract dd { margin: 3px 0 0; color: var(--db-v2-navy); font-size: .84rem; font-weight: 800; }
.db-v2-contract--featured dt { color: #8fa5b6; }
.db-v2-contract--featured dd { color: #fff; }
.db-v2-contract > a { color: var(--db-v2-green); font-size: .81rem; font-weight: 850; }
.db-v2-contract--featured > a { color: #74e2ba; }

.db-v2-simulator { display: grid; grid-template-columns: .75fr 1.15fr .75fr; gap: 40px; align-items: start; }
.db-v2-simulator__intro h2 { margin: 0 0 14px; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; }
.db-v2-simulator__intro > p { color: #aebfcb; line-height: 1.65; }
.db-v2-total { margin-top: 28px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); }
.db-v2-total span, .db-v2-total small { display: block; color: #9eb2c2; font-size: .72rem; }
.db-v2-total strong { display: block; margin: 4px 0 8px; color: #fff; font-size: 2rem; }
.db-v2-sliders { display: grid; gap: 13px; padding: 27px; border-radius: 20px; background: #fff; }
.db-v2-sliders label { display: grid; grid-template-columns: 1fr auto; gap: 5px 14px; color: var(--db-v2-navy); font-size: .82rem; font-weight: 800; }
.db-v2-sliders output { color: var(--db-v2-green); font-variant-numeric: tabular-nums; }
.db-v2-body input[type="range"] { grid-column: 1 / -1; width: 100%; height: 22px; margin: 0; accent-color: var(--db-v2-green); cursor: pointer; }
.db-v2-simulator__result { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(37,99,235,.13); }
.db-v2-simulator__result strong { color: var(--db-v2-gold); font-size: 1.15rem; }
.db-v2-simulator__result p { margin-bottom: 0; color: #c5d1db; line-height: 1.6; }

.db-v2-demands { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.db-v2-demands article { padding: 24px; border: 1px solid var(--db-v2-line); border-radius: 17px; background: var(--db-v2-paper); }
.db-v2-demands article > span { color: var(--db-v2-green); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.db-v2-demands h3 { margin: 10px 0; font-size: 1.1rem; }
.db-v2-demands p, .db-v2-demands small { color: var(--db-v2-muted); font-size: .82rem; line-height: 1.55; }
.db-v2-empty { padding: 30px; border: 1px dashed #aebdb5; border-radius: 17px; color: var(--db-v2-muted); background: rgba(255,255,255,.65); }
.db-v2-empty strong { color: var(--db-v2-navy); font-size: 1.06rem; }
.db-v2-empty p { margin-bottom: 0; }
.db-v2-empty--action { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.db-v2-empty--action > div { max-width: 780px; }

.db-v2-tools { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: stretch; }
.db-v2-helper, .db-v2-draft { padding: 33px; border: 1px solid var(--db-v2-line); border-radius: 20px; background: #fff; }
.db-v2-helper .db-v2-section__heading { margin-bottom: 22px; }
.db-v2-helper form, .db-v2-helper label { display: grid; gap: 8px; }
.db-v2-helper form { gap: 16px; }
.db-v2-helper label { color: var(--db-v2-navy); font-size: .82rem; font-weight: 800; }
.db-v2-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.db-v2-helper .db-v2-button { justify-self: start; border: 0; font: inherit; }
.db-v2-draft { position: sticky; top: 96px; color: #dce7ef; background: var(--db-v2-navy); }
.db-v2-draft > span { color: #68ddb1; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.db-v2-draft h3 { margin: 13px 0; color: #fff; font-size: 1.7rem; line-height: 1.2; }
.db-v2-draft p { color: #b2c2ce; line-height: 1.7; white-space: pre-line; }
.db-v2-prompts { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.db-v2-prompts button { position: relative; min-height: 74px; padding: 16px 52px 16px 19px; border: 1px solid var(--db-v2-line); border-radius: 15px; color: var(--db-v2-navy); background: var(--db-v2-paper); font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.db-v2-prompts button::after { position: absolute; top: 50%; right: 18px; width: 10px; height: 10px; border-top: 2px solid var(--db-v2-green); border-right: 2px solid var(--db-v2-green); content: ""; transform: translateY(-50%) rotate(45deg); }
.db-v2-prompts button:hover { border-color: var(--db-v2-green); background: #ecf8f3; }

.db-v2-section--trust { color: #dce7ef; background: linear-gradient(120deg, #071b33, #0b2f48); }
.db-v2-trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.db-v2-trust-grid h2 { margin: 0 0 16px; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; }
.db-v2-trust-grid p { color: #b4c4d0; line-height: 1.7; }
.db-v2-trust-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.db-v2-trust-grid li { min-height: 135px; padding: 21px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.05); }
.db-v2-trust-grid li strong, .db-v2-trust-grid li span { display: block; }
.db-v2-trust-grid li strong { margin-bottom: 7px; color: #fff; }
.db-v2-trust-grid li span { color: #aebfcb; font-size: .82rem; line-height: 1.55; }
.db-v2-history-coverage { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; padding: 18px 20px; border: 1px solid rgba(132, 166, 193, .24); border-radius: 18px; background: rgba(2, 20, 37, .46); }
.db-v2-history-coverage > span { width: 100%; color: #21d195; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.db-v2-history-coverage p { margin: 0; color: #dce8f2; font-size: 13px; }
.db-v2-history-coverage small { flex: 1 1 300px; color: #9db2c5; font-size: 12px; line-height: 1.55; }

.db-v2-footer { padding: 52px 0 0; color: #aebdca; background: #041426; }
.db-v2-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(4, .75fr); gap: 32px; padding-bottom: 45px; }
.db-v2-footer__brand img { width: 235px; height: 66px; object-fit: contain; }
.db-v2-footer__brand p { margin: 15px 0 10px; color: #fff; font-size: 1.05rem; line-height: 1.5; }
.db-v2-footer__brand small { display: block; max-width: 300px; color: #8298aa; line-height: 1.55; }
.db-v2-footer nav { display: flex; flex-direction: column; gap: 11px; }
.db-v2-footer nav strong { margin-bottom: 5px; color: #62ddb0; font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.db-v2-footer nav a { color: #b7c5cf; font-size: .82rem; text-decoration: none; }
.db-v2-footer nav a:hover { color: #fff; }
.db-v2-footer__bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; padding-block: 18px 24px; border-top: 1px solid rgba(255,255,255,.11); }
.db-v2-footer__bottom p { margin: 0; font-size: .78rem; }
.db-v2-footer__disclaimer { max-width: 450px; line-height: 1.55; }
.db-v2-footer__nortfly { display: grid; grid-template-columns: auto 86px; align-items: center; gap: 12px; color: #9eb1c0; font-size: .72rem; text-decoration: none; }
.db-v2-footer__nortfly img { width: 86px; height: 56px; object-fit: contain; }
.db-v2-footer__nortfly:hover span { color: #fff; }
.db-v2-footer__social { display: flex !important; flex-direction: row !important; gap: 10px !important; }
.db-v2-footer__social a { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff !important; text-decoration: none; transition: border-color .18s ease, color .18s ease, transform .18s ease; }
.db-v2-footer__social a:hover { border-color: var(--db-v2-gold); color: var(--db-v2-gold) !important; transform: translateY(-2px); }
@font-face { font-family: "db-v2-social"; src: url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2") format("woff2"); font-display: block; font-style: normal; font-weight: normal; }
.db-v2-social-icon { font-family: "db-v2-social"; font-size: 1.06rem; font-style: normal; line-height: 1; }
.db-v2-social-icon--instagram::before { content: "\e00e"; }
.db-v2-social-icon--facebook::before { content: "\e002"; }

.db-v2-body :focus-visible { outline: 3px solid var(--db-v2-blue); outline-offset: 3px; }
.db-v2-body button:disabled { box-shadow: none; }

@media (max-width: 1100px) {
  .db-v2-nav { gap: 11px; }
  .db-v2-nav a { font-size: .72rem; }
  .db-v2-hero__grid { grid-template-columns: 1fr; gap: 38px; }
  .db-v2-hero__answer { max-width: 760px; }
  .db-v2-summary { grid-template-columns: 1fr 1fr; }
  .db-v2-summary article:nth-child(2) { border-right: 0; }
  .db-v2-summary article:nth-child(-n+2) { border-bottom: 1px solid var(--db-v2-line); }
  .db-v2-revenue-grid { grid-template-columns: 1fr 1fr; }
  .db-v2-revenue-card--official { grid-column: 1 / -1; }
	.db-v2-revenue-method > div { grid-template-columns: 1fr; }
  .db-v2-debt-grid { grid-template-columns: 1fr 1fr; }
  .db-v2-debt-card:nth-child(2) { border-right: 0; }
  .db-v2-debt-card:nth-child(-n+2) { border-bottom: 1px solid var(--db-v2-line); }
  .db-v2-debt-context { grid-template-columns: 1fr 1fr; }
	.db-v2-election-metrics { grid-template-columns: 1fr 1fr; }
	.db-v2-election-metrics article:nth-child(2) { border-right: 0; }
	.db-v2-election-metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--db-v2-line); }
	.db-v2-election-ranking { grid-template-columns: 1fr; }
	.db-v2-priority-history { grid-template-columns: 1fr 1fr; }
  .db-v2-debt-history { grid-column: 1 / -1; }
  .db-v2-signal-grid { grid-template-columns: 1fr 1fr; }
  .db-v2-simulator { grid-template-columns: .8fr 1.2fr; }
  .db-v2-simulator__result { grid-column: 1 / -1; }
  .db-v2-demands { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .admin-bar .db-v2-header { top: 46px; }
  .db-v2-menu-toggle { display: block; }
  .db-v2-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 12px 20px 22px; border-top: 1px solid rgba(255,255,255,.12); background: var(--db-v2-navy); box-shadow: 0 18px 35px rgba(0,0,0,.3); }
  .db-v2-nav.is-open { display: flex; }
  .db-v2-nav a { min-height: 43px; padding: 11px; border-radius: 9px; font-size: .94rem; }
  .db-v2-feature-grid, .db-v2-tools, .db-v2-trust-grid { grid-template-columns: 1fr; }
  .db-v2-contracts { grid-template-columns: 1fr; }
  .db-v2-contract--featured { grid-row: auto; }
  .db-v2-draft { position: static; }
  .db-v2-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .db-v2-footer__brand { grid-column: 1 / -1; }
  .db-v2-footer__bottom { grid-template-columns: 1fr auto; }
  .db-v2-footer__disclaimer { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .db-v2-container { width: min(calc(100% - 28px), 1280px); }
  .db-v2-prototype { font-size: .6rem; line-height: 1.35; }
  .db-v2-brand { width: 190px; height: 57px; flex-basis: 190px; }
  .db-v2-hero { padding: 52px 0; }
  .db-v2-hero h1 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .db-v2-hero__copy > p { font-size: 1rem; }
  .db-v2-location__control, .db-v2-question > div { grid-template-columns: 1fr; gap: 6px; padding: 6px; }
  .db-v2-location__control .db-v2-field-icon { display: none; }
  .db-v2-location button, .db-v2-question button { width: 100%; }
  .db-v2-hero__actions .db-v2-button { width: 100%; }
  .db-v2-answer__source { grid-template-columns: 1fr; }
  .db-v2-answer__source a { grid-column: 1; grid-row: auto; margin-top: 8px; }
  .db-v2-section { padding: 60px 0; }
  .db-v2-section__heading--row, .db-v2-split-heading { align-items: stretch; flex-direction: column; }
  .db-v2-section__heading--row .db-v2-button { width: 100%; }
  .db-v2-stage { align-self: flex-start; margin: -12px 0 26px; }
  .db-v2-summary { grid-template-columns: 1fr; }
  .db-v2-summary article { border-right: 0; border-bottom: 1px solid var(--db-v2-line); }
  .db-v2-summary article:last-child { border-bottom: 0; }
  .db-v2-revenue-grid, .db-v2-revenue-ranking { grid-template-columns: 1fr; }
  .db-v2-revenue-live { grid-template-columns: 1fr; padding: 24px; }
  .db-v2-revenue-live > strong { text-align: left; }
  .db-v2-revenue-card--official { grid-column: auto; }
  .db-v2-revenue-source { align-items: flex-start; flex-direction: column; }
  .db-v2-revenue-source a { margin-left: 0; }
  .db-v2-bars { padding: 20px; }
  .db-v2-debt-grid, .db-v2-debt-answer, .db-v2-debt-context, .db-v2-signal-grid { grid-template-columns: 1fr; }
	.db-v2-election-metrics, .db-v2-candidate-results { grid-template-columns: 1fr; }
	.db-v2-priority-history { grid-template-columns: 1fr; }
	.db-v2-candidate-search > div:first-of-type { grid-template-columns: 1fr; }
	.db-v2-candidate-search select { width: 100%; }
	.db-v2-election-metrics article { border-right: 0; border-bottom: 1px solid var(--db-v2-line); }
	.db-v2-election-metrics article:last-child { border-bottom: 0; }
	.db-v2-candidate-search > div:first-of-type { grid-template-columns: 1fr; }
	.db-v2-candidate-search button { width: 100%; }
	.db-v2-candidate-results dl { grid-template-columns: 1fr; }
	.db-v2-election-ranking { padding: 20px; }
	.db-v2-election-ranking li { grid-template-columns: 34px 1fr; align-items: start; }
	.db-v2-election-ranking li dl { grid-column: 1 / -1; grid-template-columns: 1fr; padding-left: 47px; }
  .db-v2-debt-card { border-right: 0; border-bottom: 1px solid var(--db-v2-line); }
  .db-v2-debt-card:last-child { border-bottom: 0; }
  .db-v2-debt-context .db-v2-debt-history { grid-column: auto; }
  .db-v2-signal-count { align-self: flex-start; }
	.db-v2-evidence-card dl { grid-template-columns: 1fr; }
	.db-v2-evidence-card dl div { padding-right: 0; }
	.db-v2-evidence-secondary-value, .db-v2-evidence-cross { grid-template-columns: 1fr; }
	.db-v2-evidence-cross dl { grid-template-columns: 1fr; }
	.db-v2-evidence-cross dl div { border-left: 0; border-top: 1px solid #cfdded; }
	.db-v2-evidence-sanctions > header { flex-direction: column; }
	.db-v2-evidence-sanctions > div { grid-template-columns: 1fr; }
	.db-v2-evidence-sanctions article dl { grid-template-columns: 1fr; }
	.db-v2-evidence-registry > header { flex-direction: column; }
	.db-v2-evidence-registry > dl { grid-template-columns: 1fr 1fr; }
	.db-v2-evidence-registry > dl > div:nth-child(4n) { border-right: 1px solid #dceee5; }
	.db-v2-evidence-registry > dl > div:nth-child(2n) { border-right: 0; }
	.db-v2-evidence-documents > div, .db-v2-evidence-event-grid { grid-template-columns: 1fr; }
	.db-v2-evidence-items, .db-v2-evidence-documents, .db-v2-evidence-contract-events, .db-v2-evidence-history { margin-right: 18px; margin-left: 18px; }
	.db-v2-evidence-items > div > article { grid-template-columns: 1fr; padding: 20px; }
	.db-v2-evidence-items dl, .db-v2-evidence-event-grid dl { grid-template-columns: 1fr 1fr; }
	.db-v2-evidence-commitments > div { align-items: flex-start; flex-direction: column; gap: 3px; }
	.db-v2-evidence-history li { grid-template-columns: 1fr; gap: 4px; }
	.db-v2-evidence-actions { align-items: stretch; flex-direction: column; }
	.db-v2-evidence-actions .db-v2-button { width: 100%; }
  .db-v2-bar { grid-template-columns: 1fr auto; gap: 8px 14px; }
  .db-v2-bar__track { grid-column: 1 / -1; grid-row: 2; }
  .db-v2-bar__value { grid-column: 2; grid-row: 1; }
  .db-v2-signal, .db-v2-explainer, .db-v2-helper, .db-v2-draft { padding: 24px; }
  .db-v2-simulator { grid-template-columns: 1fr; gap: 25px; }
  .db-v2-simulator__result { grid-column: 1; }
  .db-v2-demands, .db-v2-form-grid, .db-v2-prompts, .db-v2-trust-grid ul { grid-template-columns: 1fr; }
  .db-v2-empty--action { align-items: stretch; flex-direction: column; }
  .db-v2-empty--action .db-v2-button { width: 100%; }
  .db-v2-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .db-v2-footer__brand { grid-column: 1 / -1; }
  .db-v2-footer__bottom { grid-template-columns: 1fr; }
  .db-v2-footer__disclaimer { grid-column: auto; }
  .db-v2-footer__nortfly { justify-self: start; }
}
@media (max-width: 480px) {
	.db-v2-evidence-registry { margin-right: 18px; margin-left: 18px; }
	.db-v2-evidence-registry > dl { grid-template-columns: 1fr; }
	.db-v2-evidence-registry > dl > div:nth-child(n) { border-right: 0; }
}
@media (max-width: 420px) {
  .db-v2-brand { width: 164px; flex-basis: 164px; }
  .db-v2-menu-toggle { flex: 0 0 46px; }
  .db-v2-footer__grid { grid-template-columns: 1fr; }
  .db-v2-footer__brand { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .db-v2-body *, .db-v2-body *::before, .db-v2-body *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Citizen-first official home. The analytical modules remain on their own routes. */
.db-simple-home { color: #13263a; background: #f5f7f3; }
.db-simple-hero { padding: clamp(58px, 8vw, 108px) 0; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(37,99,235,.28), transparent 30%), radial-gradient(circle at 10% 90%, rgba(8,122,85,.3), transparent 34%), #071b33; }
.db-simple-hero__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.55fr); align-items: center; gap: clamp(34px, 7vw, 90px); }
.db-simple-kicker, .db-simple-heading > span, .db-simple-trust span { display: block; margin-bottom: 16px; color: #24d299; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.db-simple-kicker::before, .db-simple-heading > span::before { display: inline-block; width: 27px; height: 3px; margin: 0 10px 2px 0; border-radius: 999px; content: ""; background: #f2c94c; }
.db-simple-hero h1 { max-width: 790px; margin: 0; color: #fff; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .94; letter-spacing: -.068em; }
.db-simple-hero__copy > p { max-width: 700px; margin: 27px 0 0; color: #c5d4df; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.65; }
.db-simple-search { position: relative; max-width: 760px; margin-top: 35px; }
.db-simple-search > label { color: #fff; }
.db-simple-search .db-v2-location__control { background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.db-simple-search .db-v2-location__control input { min-width: 0; }
.db-simple-quick { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 19px; }
.db-simple-quick a { color: #b9cddd; font-size: .82rem; font-weight: 800; text-underline-offset: 4px; }
.db-simple-quick a::after { margin-left: 6px; color: #f2c94c; content: "→"; }
.db-simple-hero__proof { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(3,17,33,.72); box-shadow: 0 28px 75px rgba(0,0,0,.22); }
.db-simple-hero__proof > span { color: #f2c94c; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.db-simple-hero__proof > strong { display: block; margin: 14px 0 0; color: #fff; font-size: clamp(3.5rem, 7vw, 5.6rem); line-height: .9; letter-spacing: -.07em; }
.db-simple-hero__proof > p { margin: 10px 0 28px; color: #c6d5df; line-height: 1.5; }
.db-simple-hero__proof > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; padding: 17px 0; border-block: 1px solid rgba(255,255,255,.13); }
.db-simple-hero__proof > div b { color: #39dba2; font-size: 1.55rem; }
.db-simple-hero__proof small { display: block; margin-top: 17px; color: #8fa7b9; font-size: .72rem; line-height: 1.55; }
.db-simple-hero__proof > div small { margin: 0; }
.db-simple-section { padding: clamp(72px, 9vw, 118px) 0; }
.db-simple-heading { max-width: 760px; margin-bottom: 38px; }
.db-simple-heading h2, .db-simple-trust h2 { margin: 0; color: #071b33; font-size: clamp(2.35rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.058em; }
.db-simple-heading p { max-width: 680px; margin: 19px 0 0; color: #607386; font-size: 1rem; line-height: 1.65; }
.db-simple-doors { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.db-simple-doors a { display: flex; min-height: 235px; flex-direction: column; padding: 22px; border: 1px solid #dce4e3; border-radius: 21px; color: #13263a; background: #fff; box-shadow: 0 14px 40px rgba(7,27,51,.055); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.db-simple-doors a:hover { transform: translateY(-4px); border-color: #2563eb; box-shadow: 0 20px 50px rgba(7,27,51,.11); }
.db-simple-doors b { color: #9aabb8; font-size: .7rem; }
.db-simple-doors span { margin-top: 34px; color: #087a55; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.db-simple-doors strong { margin-top: 10px; color: #071b33; font-size: 1.25rem; line-height: 1.22; }
.db-simple-doors small { margin-top: auto; padding-top: 28px; color: #607386; font-size: .76rem; line-height: 1.45; }
.db-simple-section--national { color: #fff; background: #071b33; }
.db-simple-heading--light h2 { color: #fff; }
.db-simple-heading--light p { color: #a9bccb; }
.db-simple-national-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.055); }
.db-simple-national-grid article { padding: clamp(24px, 3vw, 36px); border-right: 1px solid rgba(255,255,255,.13); }
.db-simple-national-grid article:last-child { border-right: 0; }
.db-simple-national-grid span { color: #71e5ba; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.db-simple-national-grid strong { display: block; margin: 16px 0 12px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.05; letter-spacing: -.05em; }
.db-simple-national-grid p { min-height: 72px; color: #a8bdcc; font-size: .82rem; line-height: 1.55; }
.db-simple-national-grid a { display: inline-block; margin-top: 10px; color: #f2c94c; font-size: .8rem; font-weight: 850; text-underline-offset: 4px; }
.db-simple-section--trust { background: #fff; }
.db-simple-trust { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr) auto; align-items: center; gap: 48px; }
.db-simple-trust h2 { max-width: 620px; font-size: clamp(2rem, 4vw, 3.5rem); }
.db-simple-trust ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.db-simple-trust li { position: relative; padding-left: 22px; color: #526779; font-size: .86rem; line-height: 1.45; }
.db-simple-trust li::before { position: absolute; top: .42em; left: 0; width: 9px; height: 9px; border-radius: 50%; content: ""; background: #0aa26f; box-shadow: 0 0 0 4px #e0f4eb; }
.db-simple-trust > a { display: grid; min-height: 50px; place-items: center; padding: 13px 19px; border-radius: 14px; color: #071b33; background: #f2c94c; font-size: .8rem; font-weight: 900; text-align: center; text-decoration: none; }

@media (max-width: 1040px) {
  .db-simple-doors { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .db-simple-doors a { min-height: 220px; }
  .db-simple-trust { grid-template-columns: 1fr 1fr; }
  .db-simple-trust > a { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 760px) {
  .db-simple-hero__grid, .db-simple-national-grid, .db-simple-trust { grid-template-columns: 1fr; }
  .db-simple-search .db-v2-location__control { grid-template-columns: 44px minmax(0,1fr); }
  .db-simple-search .db-v2-location__control button { grid-column: 1 / -1; width: 100%; }
  .db-simple-hero__proof { padding: 24px; }
  .db-simple-national-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .db-simple-national-grid article:last-child { border-bottom: 0; }
  .db-simple-national-grid p { min-height: 0; }
  .db-simple-trust > a { grid-column: auto; justify-self: stretch; }
}
@media (max-width: 520px) {
  .db-simple-hero { padding-top: 46px; }
  .db-simple-hero h1 { font-size: 3.1rem; }
  .db-simple-doors { grid-template-columns: 1fr; }
  .db-simple-doors a, .db-simple-doors a:last-child { grid-column: auto; min-height: 215px; }
}
