.field-hint { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 9px; }
.answer-subsection { margin-top: 26px; }
.answer-subsection select { width: 100%; font-size: 14px; }
.star-rating { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); }
.star-rating:first-child { padding-top: 0; }
.star-rating legend { padding: 0; font-size: 14px; }
.star-row { display: flex; width: 240px; max-width: 100%; margin-top: 5px; }
.star-cell { position: relative; display: block; width: 48px; height: 44px; flex-shrink: 0; }
.star-glyph { position: absolute; width: 36px; height: 44px; left: 6px; font: 36px/44px sans-serif; }
.star-outline { color: #667ba4; }
.star-fill { position: absolute; top: 0; left: 0; overflow: hidden; color: var(--blue); white-space: nowrap; }
.star-hit { position: absolute; top: 0; width: 24px; height: 44px; cursor: pointer; }
.star-left { left: 0; } .star-right { right: 0; }
.star-hit input[type='radio'] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: pointer; }
.star-hit:has(input:focus-visible) { outline: 2px solid var(--blue); border-radius: 3px; outline-offset: 1px; }
.rating-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; min-height: 44px; max-width: 400px; }
.rating-actions { display: flex; align-items: center; gap: 24px; }
.rating-zero[aria-pressed="true"] { font-weight: 600; }
.rating-value { color: var(--blue); font-size: 13px; min-width: 70px; }
.rating-meta .text-button { min-height: 36px; font-size: 12px; }
.ranked-list { padding: 0; list-style: none; margin: 0 0 12px; }
.rank-row { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; border: 1px solid #c5d1e8; border-radius: 4px; padding: 8px 10px; background: #fff; margin-bottom: 8px; }
.rank-number { color: var(--blue); font-size: 13px; font-weight: 700; width: 16px; }
.rank-label { flex: 1; min-width: 120px; font-size: 14px; }
.rank-actions { display: flex; gap: 3px; margin-left: auto; }
.rank-actions button { min-width: 36px; min-height: 36px; border: 1px solid var(--line); color: var(--blue); border-radius: 3px; font-size: 18px; }
.rank-options { display: grid; gap: 7px; }
.rank-option { display: flex; align-items: center; gap: 12px; text-align: left; min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 4px; font-size: 14px; background: #fff; }
.rank-option > span:first-child { font-size: 20px; color: var(--blue); }
.answer-rank > .input-label, .answer-multi > .input-label, .answer-balance > .input-label, .answer-pay > .input-label { margin-top: 22px; }
.balance-control { margin-top: 25px; }
.balance-control h3 { font-size: 14px; }
.balance-value { display: block; color: var(--blue); font-size: 14px; margin-top: 10px; }
.balance-control input[type='range'] { padding: 0; accent-color: var(--blue); background: transparent; border: 0; }
.balance-ends { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }
.file-drop { border: 1px dashed #8297bd; background: #fff; padding: 18px; margin-top: 24px; border-radius: 4px; }
.file-drop.is-over { outline: 2px solid var(--blue); background: var(--wash); }
.file-drop input[type='file'] { max-width: 100%; font-size: 12px; padding: 8px; }
.file-list { padding: 0; list-style: none; }
.file-list li { display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 13px; }
.file-list li > span { flex: 1; min-width: 0; overflow-wrap: anywhere; }
.file-list small { display: block; color: var(--muted); }
.candidate-links { margin-top: 24px; display: grid; gap: 20px; }
.contact-link-section h3 { font-size: 12px; margin-bottom: 8px; }
.contact-links { display: flex; gap: 8px 22px; flex-wrap: wrap; font-size: 13px; }
.contact-links a { color: var(--blue); text-underline-offset: 4px; min-height: 30px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
.pending-link { color: var(--muted); font-size: 12px; }
.direct-contact { border-top: 1px solid var(--line); padding-top: 16px; }
@media (max-width: 800px) {
  .rank-actions button { min-width: 44px; min-height: 44px; }
  .contact-links a { min-height: 44px; }
}

.example-answer, .ai-followup:not(:empty) { margin-top: 25px; }
.ai-followup .input-label + .input-label { margin-top: 24px; }
.rank-drag { flex: 0 0 36px; min-height: 44px; color: var(--muted); font: 25px/1 sans-serif; cursor: grab; touch-action: none; user-select: none; -webkit-user-select: none; }
.rank-row.is-dragging { position: relative; z-index: 3; border-color: var(--blue); box-shadow: 0 6px 18px #14264e1a; cursor: grabbing; }
.rank-row.rank-drop-before { border-top: 3px solid var(--blue); }
.rank-row.rank-drop-after { border-bottom: 3px solid var(--blue); }
.rank-label { min-width: 100px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0); white-space: nowrap !important; border: 0 !important; }
.file-drop { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 30px 24px 24px; border: 1px dashed #92a6ca; border-radius: 8px; }
.file-drop h3 { font: 500 19px/1.4 var(--display); letter-spacing: -.4px; color: var(--blue); max-width: 320px; }
.file-drop > p { font-size: 13px; line-height: 1.65; color: var(--muted); max-width: 300px; }
.file-drop-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 25px; margin-bottom: 2px; }
.file-choose { margin-top: 5px; min-height: 44px; }
.drop-alternative { font-size: 12px; color: var(--muted); }
.file-limit { font-size: 11px; line-height: 1.6; color: var(--muted); margin-top: 12px; text-align: center; }
.file-list { display: grid; gap: 8px; margin: 18px 0 0; }
.file-list li { border: 1px solid var(--line); border-radius: 5px; padding: 10px 12px; background: #fff; }
.file-list li > .file-kind { flex: 0 0 36px; display: grid; place-items: center; height: 40px; font-size: 9px; font-weight: 700; letter-spacing: .5px; background: var(--wash); color: var(--blue); border-radius: 3px; }
.file-list .file-name { font-size: 13px; }
.file-list .file-name small { font-size: 11px; margin-top: 3px; }
.file-remove { width: 44px; min-height: 44px; flex-shrink: 0; color: var(--muted); font-size: 24px; }
@media (max-width: 800px) {
  .rank-drag { flex-basis: 44px; }
  .file-drop { padding: 26px 18px 22px; }
}

.ai-life-scale, .ai-build-question { min-width: 0; margin: 0; padding: 0; border: 0; }
.ai-life-scale legend, .ai-build-question legend { padding: 0; margin-bottom: 12px; font-size: 14px; font-weight: 600; }
.frequency-options { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 5px; }
.frequency-choice { position: relative; display: grid; place-items: center; min-height: 44px; border: 1px solid #ccd6e9; border-radius: 4px; background: #fff; cursor: pointer; }
.frequency-choice input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: pointer; }
.frequency-choice:has(input:checked) { color: #fff; background: var(--blue); border-color: var(--blue); }
.frequency-choice:has(input:focus-visible) { outline: 2px solid var(--blue); outline-offset: 3px; }
.scale-anchors { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 11px; margin-top: 9px; }
.ai-work-section, .ai-build-section, .presentation-section { margin-top: 30px; }
.ai-work-section h3, .ai-build-section h3, .presentation-section h3 { margin: 0 0 18px; font-size: 18px; }
.answer-ai > .input-label { margin-top: 24px; }
.ai-build-question + .ai-build-question { margin-top: 26px; }
.ai-build-question .field-hint { margin: 0 0 12px; }
.binary-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ai-build-details:not(:empty) { margin-top: 16px; }
.presentation-section { padding-top: 22px; }
.answer-flexpay > .input-label { margin-top: 22px; }
@media (max-width: 1200px) { .frequency-options { grid-template-columns: repeat(5, minmax(0, 1fr)); } }