#cr-apple-app .cr-simple-heading { margin: 0 0 12px; gap: 16px; }
#cr-apple-app .cr-simple-heading h2 { font-size: 28px; margin: 5px 0; }
#cr-apple-app .cr-simple-heading p { font-size: 13px; }
#cr-apple-app .cr-simple-heading .cr-quiet-button { font-size: 12px; padding: 10px 12px; }

#cr-apple-app .cr-projection-result {
  position: sticky; top: 42px; z-index: 5; grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px; padding: 8px 0; margin: 0 0 10px; background: #fff; border-radius: 0;
}
#cr-apple-app .cr-projection-result > div { padding: 12px 16px; background: #f6f8f9; border: 1px solid #dce4e9; border-radius: 8px; }
#cr-apple-app .cr-projection-result > div:first-child { background: #1b3244; border-color: #1b3244; }
#cr-apple-app .cr-projection-result span { font-size: 12px; color: #536a79; }
#cr-apple-app .cr-projection-result strong { font-size: 24px; margin: 5px 0 0; line-height: 1.25; color: #203d50; }
#cr-apple-app .cr-projection-result > div:first-child span { color: #d6e0e6; }
#cr-apple-app .cr-projection-result > div:first-child strong { color: #ead297; }
#cr-apple-app .cr-projection-result p { color: #647885; font-size: 11px; margin: 0; }

#cr-apple-app .cr-driver-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; align-items: start; }
#cr-apple-app .cr-driver-card { min-width: 0; padding: 14px 16px; margin: 0; border: 1px solid #dce4e9; border-radius: 9px; background: #fff; box-sizing: border-box; }
#cr-apple-app #apple-form .cr-driver-card > label { font-size: 13px; line-height: 1.45; margin: 0 0 8px; }
#cr-apple-app #apple-form .cr-driver-card input { height: 44px; font-size: 22px; line-height: 1; text-align: right; padding: 8px 34px 8px 10px!important; }
#cr-apple-app #apple-form .cr-driver-card .cr-input-unit span { top: 14px; right: 12px; font-size: 12px; }
#cr-apple-app .cr-use-latest { display: block; cursor: pointer; padding: 6px 0; min-height: 32px; margin: 4px 0 0; border: 0; background: transparent; font: inherit; font-size: 12px; text-align: left; color: #536a79; }
#cr-apple-app .cr-use-latest strong { color: #7c6028; font-weight: 650; }
#cr-apple-app .cr-use-latest:hover { text-decoration: underline; }
#cr-apple-app .cr-driver-reference { border-top: 1px solid #eef1f3; padding-top: 3px; }
#cr-apple-app .cr-driver-reference summary { cursor: pointer; padding: 6px 0; font-size: 12px; line-height: 1.4; color: #4f697a; }
#cr-apple-app .cr-driver-reference > p { font-size: 12px; color: #526a79; line-height: 1.6; margin: 6px 0 10px; }
#cr-apple-app .cr-history-reference { padding: 0; margin: 0; border: 0; border-radius: 0; background: transparent; }
#cr-apple-app .cr-history-reference p { display: flex; gap: 8px; margin: 8px 0; font-size: 11px; line-height: 1.5; }
#cr-apple-app .cr-history-reference strong { color: #417253; }
#cr-apple-app .cr-projection-rates { display: block; min-inline-size: 0; }
#cr-apple-app .cr-projection-rates legend { float: left; width: 100%; padding: 0; margin: 0 0 8px; font-size: 13px; font-weight: 650; }
#cr-apple-app .cr-rate-fields { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.3fr); clear: both; gap: 10px; }
#cr-apple-app #apple-form .cr-rate-fields label { font-size: 11px; font-weight: 500; margin-bottom: 5px; }
#cr-apple-app #apple-form .cr-rate-fields input { font-size: 19px; }
#cr-apple-app .cr-projection-rates p { margin: 10px 0 0; font-size: 11px; color: #647885; line-height: 1.5; }
#cr-apple-app .cr-projection-extra { padding: 12px 16px; margin-top: 12px; background: #f8fafb; }
#cr-apple-app .cr-projection-extra summary { font-size: 13px; }
#cr-apple-app .cr-projection-extra .cr-simple-inputs { margin-top: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
#cr-apple-app #apple-form .cr-projection-extra label { font-size: 12px; }
#cr-apple-app #apple-form .cr-projection-extra input { height: 42px; font-size: 16px; }
#cr-apple-app .cr-projection-extra p { margin-bottom: 0; font-size: 12px; }
#cr-apple-app .cr-projection-actions { display: flex; flex-direction: row; align-items: end; gap: 12px; margin: 16px 0 8px; }
#cr-apple-app .cr-projection-actions .cr-button { min-height: 43px; padding: 11px 16px; font-size: 13px; width: auto; }
#cr-apple-app .cr-projection-actions > div { min-width: 160px; }
#cr-apple-app #apple-form .cr-projection-actions label { font-size: 12px; margin-bottom: 5px; }
#cr-apple-app #apple-form .cr-projection-actions input { height: 43px; font-size: 14px; padding: 10px; }
#cr-apple-app #apple-form > small { font-size: 11px; }
#cr-apple-app #apple-warnings p { padding: 10px 14px; margin: 12px 0; font-size: 12px; }

#cr-apple-app #projection-results { margin: 18px 0 0; border: 1px solid #dce4e9; border-radius: 9px; scroll-margin-top: 170px; }
#cr-apple-app .cr-projection-disclosure > summary { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 16px; padding: 16px; cursor: pointer; list-style: none; color: #203d50; }
#cr-apple-app .cr-projection-disclosure > summary::-webkit-details-marker { display: none; }
#cr-apple-app .cr-projection-disclosure > summary > span { font-size: 16px; font-weight: 650; }
#cr-apple-app .cr-projection-disclosure > summary > small { font-size: 12px; color: #647885; }
#cr-apple-app .cr-projection-disclosure > summary::after { content: '+'; margin-left: auto; font-size: 21px; }
#cr-apple-app .cr-projection-disclosure[open] > summary::after { content: '−'; }
#cr-apple-app .cr-projection-disclosure[open] > summary { border-bottom: 1px solid #e1e7eb; }
#cr-apple-app .cr-projection-detail { padding: 16px; }
#cr-apple-app .cr-projection-notes { font-size: 12px; margin-bottom: 14px; color: #5c7382; }
#cr-apple-app .cr-projection-notes summary { cursor: pointer; }
#cr-apple-app .cr-projection-notes .cr-simple-note { margin: 10px 0; }
#cr-apple-app #projection-results .cr-fin-toolbar { padding: 12px 14px; gap: 20px; margin-bottom: 16px; }
#cr-apple-app #projection-bridge { margin-top: 20px; }
#cr-apple-app summary:focus-visible, #cr-apple-app button:focus-visible, #cr-apple-app input:focus-visible { outline: 2px solid #427d9c; outline-offset: 3px; }

@media (max-width: 900px) {
  #cr-apple-app .cr-driver-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #cr-apple-app .cr-projection-extra .cr-simple-inputs { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 650px) {
  #cr-apple-app .cr-simple-heading { flex-direction: row; align-items: start; flex-wrap: wrap; }
  #cr-apple-app .cr-simple-heading h2 { font-size: 24px; }
  #cr-apple-app .cr-simple-heading p { font-size: 12px; }
  #cr-apple-app .cr-projection-result { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  #cr-apple-app .cr-projection-result > div:first-child { grid-column: 1/-1; }
  #cr-apple-app .cr-projection-result > div { padding: 10px 12px; }
  #cr-apple-app .cr-projection-result > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
  #cr-apple-app .cr-projection-result strong { font-size: 20px; }
  #cr-apple-app .cr-projection-result > div:first-child strong { margin: 0; font-size: 24px; }
  #cr-apple-app .cr-projection-result span { font-size: 11px; }
  #cr-apple-app .cr-driver-cards { gap: 8px; }
  #cr-apple-app .cr-driver-card { padding: 11px; }
  #cr-apple-app #apple-form .cr-driver-card > label { font-size: 12px; min-height: 35px; margin-bottom: 6px; }
  #cr-apple-app #apple-form .cr-driver-card input { font-size: 20px; padding-right: 27px!important; }
  #cr-apple-app .cr-use-latest { font-size: 11px; line-height: 1.4; }
  #cr-apple-app .cr-driver-reference summary { font-size: 11px; }
  #cr-apple-app .cr-history-reference p { flex-direction: column; gap: 2px; }
  #cr-apple-app .cr-rate-fields { grid-template-columns: 1fr; gap: 7px; }
  #cr-apple-app .cr-projection-rates legend { font-size: 12px; }
  #cr-apple-app #apple-form .cr-rate-fields input { height: 36px; font-size: 18px; }
  #cr-apple-app #apple-form .cr-rate-fields .cr-input-unit span { top: 11px; }
  #cr-apple-app .cr-projection-rates p { display: none; }
  #cr-apple-app .cr-projection-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  #cr-apple-app .cr-projection-actions > div { grid-column: 1/-1; grid-row: 1; min-width: 0; }
  #cr-apple-app .cr-projection-actions .cr-button { width: 100%; padding: 10px; font-size: 12px; }
  #cr-apple-app #projection-results { scroll-margin-top: 60px; }
  #cr-apple-app .cr-projection-detail { padding: 10px; }
  #cr-apple-app .cr-projection-disclosure > summary { display: grid; grid-template-columns: 1fr auto; padding: 12px; }
  #cr-apple-app .cr-projection-disclosure > summary > small { grid-column: 1; }
  #cr-apple-app .cr-projection-disclosure > summary::after { grid-column: 2; grid-row: 1/3; }
}
@media (max-width: 350px) {
  #cr-apple-app .cr-driver-cards { grid-template-columns: 1fr; }
  #cr-apple-app #apple-form .cr-driver-card > label { min-height: 0; }
}

.cr-original-valuation{margin-bottom:28px}.cr-original-valuation>p{font-size:14px;color:#516774}.cr-original-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.cr-original-values>div{border:1px solid #dce3e7;background:#f8fafb;padding:14px;border-radius:10px;display:grid;gap:8px}.cr-original-values span{font-size:12px;color:#516774}.cr-original-values strong{font-size:21px;color:#153c4e}
