/* The consumer workflow: bring a price, compare it, keep a target. */
.decision-eyebrow { display: block; color: var(--accent-light, #9b82fc); font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.board-page .desk-heading { float: none; margin: 0 0 26px; align-items: flex-start; }
.board-page .desk-page-title { position: static; width: auto; height: auto; overflow: visible; clip-path: none; }
.board-page .desk-page-title h1 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.25; letter-spacing: -.8px; margin: 7px 0 9px; }
.board-page .desk-page-title p { color: var(--muted); margin: 0; font-size: 13px; max-width: 550px; }
.board-page .search-box { margin-right: 0; margin-bottom: 18px; }
.price-targets { margin: 0 0 30px; border: 1px solid var(--line); border-radius: 9px; background: #101018; }
.price-targets > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 600; }
.price-targets > summary::-webkit-details-marker { display: none; }
.price-targets > summary > span:last-child { color: var(--muted); font-weight: 400; font-size: 11px; }
.target-count { display: inline-block; min-width: 22px; padding: 1px 6px; margin-left: 5px; border-radius: 5px; color: #cfbfff; background: #2a223f; font-variant-numeric: tabular-nums; font-size: 11px; text-align: center; }
.price-targets[data-state="met"] { border-color: #367a6c; }
.price-targets[data-state="met"] .target-count { color: #69efd2; background: #112922; }
.price-targets > p { padding: 0 18px; color: var(--muted); font-size: 12px; margin: 0 0 15px; }
.price-target-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 12px; padding: 0 16px; }
.target-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; background: #15141e; border: 1px solid #36313f; padding: 16px; border-radius: 8px; margin-bottom: 16px; min-width: 0; }
.target-card > div { min-width: 0; }
.target-card h3 { margin: 6px 0; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.target-card h3 a { color: var(--ink); }
.target-card p { color: var(--muted); font-size: 11px; margin: 0 0 10px; overflow-wrap: anywhere; }
.target-card strong, .target-card small { display: block; font-size: 11px; font-weight: 400; line-height: 1.7; }
.target-card small { color: var(--muted); margin-top: 7px; }
.target-card[data-state="met"] { border-color: #277367; background: #102723; }
.target-card[data-state="met"] .decision-eyebrow { color: var(--teal); }
.target-card button { color: var(--muted); background: none; border: 0; font-size: 11px; padding: 10px 0 10px 8px; cursor: pointer; }
.price-check { background: linear-gradient(120deg, #211b33, #161520 80%); border: 1px solid #50416e; border-radius: 10px; padding: 22px; margin: 18px 0 26px; }
.decision-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.decision-heading h3 { font-size: 20px; line-height: 1.35; letter-spacing: -.4px; margin: 6px 0 0; font-weight: 600; }
.decision-tag { flex: none; font-size: 10px; font-weight: 600; color: #d5c5ff; background: #302443; border: 1px solid #4c3b66; padding: 5px 8px; border-radius: 5px; }
.decision-intro { color: #b8b3c6; font-size: 12px; line-height: 1.7; margin: 10px 0 18px; }
.price-check-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-entry-fields { grid-template-columns: 1.3fr 1fr .85fr; }
.price-check-fields label { display: block; min-width: 0; font-size: 11px; color: #cbc4d8; }
.price-check-fields input, .price-check-fields select { display: block; margin-top: 7px; width: 100%; min-width: 0; min-height: 45px; background: #0e0d15; color: #f3effb; border: 1px solid #51455e; padding: 10px 12px; border-radius: 6px; font-size: 14px; }
.price-check-fields input::placeholder { color: #8f859f; }
.price-check-fields input:focus, .price-check-fields select:focus { outline: 2px solid #9b82fc; outline-offset: 2px; }
.price-check-fields input[aria-invalid="true"] { border-color: #f5a36d; }
.decision-result { margin: 18px 0 0; padding: 16px; border-radius: 7px; background: #0e0d1699; border: 1px solid #393042; }
.decision-result > strong { display: block; font-size: 16px; font-weight: 600; letter-spacing: -.2px; }
.decision-result > p { font-size: 12px; color: #b6afc4; line-height: 1.7; margin: 8px 0 0; }
.decision-result[data-state="better"] { border-color: #367a6c; background: #112922; }
.decision-result[data-state="better"] > strong { color: #69efd2; font-size: 24px; letter-spacing: -.7px; }
.decision-result .solid-button { margin-top: 16px; width: 100%; }
.check-numbers { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin-top: 17px; }
.check-numbers div { min-width: 0; }
.check-numbers span { display: block; font-size: 10px; color: #b6b3c2; margin-bottom: 5px; }
.check-numbers strong { font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; }
.check-numbers small { grid-column: 1 / -1; color: #b6b3c2; font-size: 10px; }
.decision-disclosure { font-size: 10px; line-height: 1.65; color: #aaa1b9; margin: 12px 0 0; }
.target-editor { border-top: 1px solid #3a3147; margin-top: 20px; padding-top: 5px; }
.target-editor > summary { display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font-size: 12px; font-weight: 500; padding: 12px 0 8px; }
.target-editor > summary::-webkit-details-marker { display: none; }
.target-editor > p, .target-editor small { display: block; color: #b6afc4; font-size: 11px; line-height: 1.7; margin: 10px 0; }
.target-editor .outline-button { margin-top: 14px; width: 100%; color: #dcd1ef; background: #272031; border: 1px solid #6d5788; cursor: pointer; }
.target-editor .outline-button:disabled { opacity: .45; cursor: default; }
.current-target-status { border-left: 2px solid var(--teal); margin-top: 16px; padding-left: 12px; color: #b0e7d9; font-size: 11px; line-height: 1.7; }
@media (max-width: 760px) {
    .board-page .desk-heading { display: block; margin-bottom: 12px; }
    .board-page .desk-heading .book-settings { margin-top: 12px; display: inline-block; }
    .board-page .desk-heading .settings-panel { left: 0; right: auto; max-width: calc(100vw - 36px); }
    .board-page .desk-page-title h1 { font-size: 22px; margin: 0; }
    .board-page .desk-page-title p, .board-page .desk-page-title .decision-eyebrow { display: none; }
    .decision-tag { display: none; }
    .price-check { padding: 18px 14px; margin-top: 16px; }
    .decision-heading h3 { font-size: 19px; }
    .check-entry-fields { grid-template-columns: 1fr 1fr; }
    .check-entry-fields label:first-child { grid-column: 1 / -1; }
    .price-check-fields input, .price-check-fields select { font-size: 16px; }
    .check-numbers strong { font-size: 12px; }
    .decision-result { padding: 13px; }
    .decision-result[data-state="better"] > strong { font-size: 21px; }
}
