/* Scoped styles for CC-EV24 visual emotion task and report. */
.cnb-ev-stage,.cnb-ev-intro,.cnb-ev-report{--ev-blue:#075f96;--ev-gold:#bb9348;--ev-line:#d9e4ec}.cnb-ev-intro .cnb-field{display:block;margin:12px 0;max-width:440px}.cnb-ev-intro .cnb-field input{display:block;width:100%;margin-top:6px}.cnb-ev-image-wrap{height:310px;display:flex;align-items:center;justify-content:center;border:1px solid var(--ev-line);border-radius:16px;background:#f8fbfd;margin:18px auto;padding:12px;max-width:480px}.cnb-ev-image-wrap img{display:block;max-width:100%;max-height:286px;width:auto;height:auto}.cnb-ev-prompt{text-align:center;font-weight:700;color:var(--ev-blue)}.cnb-ev-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:680px;margin:14px auto}.cnb-ev-choice{appearance:none;border:1px solid #b9ccd8;background:#fff;color:#173d54;border-radius:12px;padding:13px 10px;font:inherit;font-weight:700;cursor:pointer;min-height:52px}.cnb-ev-choice:hover,.cnb-ev-choice:focus-visible{border-color:var(--ev-blue);box-shadow:0 0 0 3px rgba(7,95,150,.12);outline:none}.cnb-ev-stage [data-ev-feedback]{min-height:34px;text-align:center;color:#5d491d}.cnb-ev-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.cnb-ev-result-item{display:grid;grid-template-columns:105px 1fr;gap:12px;border:1px solid var(--ev-line);border-radius:12px;padding:10px;break-inside:avoid;background:#fbfdfe}.cnb-ev-result-item img{width:105px;height:105px;object-fit:contain;border-radius:10px;background:#f2f6f8}.cnb-ev-result-item div{display:flex;flex-direction:column;gap:5px;font-size:.82rem}.cnb-ev-result-item strong{color:var(--ev-blue)}.cnb-ev-details>summary{cursor:pointer;font-weight:700;color:var(--ev-blue)}
@media(max-width:620px){.cnb-ev-image-wrap{height:250px}.cnb-ev-image-wrap img{max-height:225px}.cnb-ev-choices{grid-template-columns:1fr 1fr}.cnb-ev-result-grid{grid-template-columns:1fr}.cnb-ev-result-item{grid-template-columns:82px 1fr}.cnb-ev-result-item img{width:82px;height:82px}}
@media print{.cnb-ev-choices{display:none}.cnb-ev-details{display:block}.cnb-ev-details>summary{display:none}.cnb-ev-result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.cnb-ev-result-item{grid-template-columns:54px 1fr;padding:6px}.cnb-ev-result-item img{width:54px;height:54px}.cnb-ev-result-item div{font-size:7.5pt;gap:2px}}
