.question-report-trigger{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:auto;min-width:0;height:32px;min-height:32px;padding:0 7px;border:0;border-radius:6px;background:transparent;color:#974836;font:inherit;cursor:pointer;box-shadow:none}
.question-report-trigger span{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#d85f4b;color:#fff;font-size:11px;font-weight:900;line-height:1}
.question-report-trigger strong{font-size:12px;line-height:1;white-space:nowrap}
.question-report-trigger:hover,.question-report-trigger:focus-visible{background:rgba(216,95,75,.09)}
.challenge-meta .question-report-trigger{grid-column:-3 / -2;align-self:center;justify-self:end}
.challenge-meta .round-timer,.challenge-meta .round-timer.is-urgent{grid-column:-2 / -1;align-self:center;width:58px;min-width:58px;height:32px;min-height:32px;padding:0 6px;border:0;border-radius:6px;background:#eef3ef;box-shadow:none}
.challenge-meta .round-timer.is-urgent{background:#f7e8e2;color:#a13f2d}
.question-report-modal[hidden]{display:none}
.question-report-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(8,31,25,.64);backdrop-filter:blur(7px)}
.question-report-panel{position:relative;width:min(520px,100%);padding:28px;background:#f8faf5;border-radius:8px;box-shadow:0 26px 70px rgba(4,32,23,.3);color:#123f33}
.question-report-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#e5eee8;color:#123f33;font-size:26px;line-height:1;cursor:pointer}
.question-report-kicker{display:block;margin-bottom:8px;color:#cf5c47;font-size:13px;font-weight:800}
.question-report-panel h2{margin:0 44px 8px 0;font-size:28px;line-height:1.15}
.question-report-panel p{margin:0 0 20px;color:#587068;line-height:1.55}
.question-report-panel label{display:block;margin-bottom:8px;font-weight:800}
.question-report-panel textarea{box-sizing:border-box;width:100%;min-height:116px;padding:14px 16px;border:0;border-radius:8px;resize:vertical;background:#e8f0eb;color:#123f33;font:inherit;line-height:1.5;outline:none}
.question-report-panel textarea:focus{box-shadow:0 0 0 3px rgba(216,95,75,.2)}
.question-report-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;margin-top:18px}
.question-report-actions button{min-height:48px;border:0;border-radius:8px;font:inherit;font-weight:800;cursor:pointer}
.question-report-cancel{background:#e5eee8;color:#123f33}
.question-report-submit{background:#d85f4b;color:#fff}
.question-report-status{min-height:22px;margin-top:12px;color:#587068;font-size:13px}
@media(max-width:700px){body:not(.needs-entry) .challenge-meta{grid-template-columns:minmax(0,1fr) auto 54px;gap:5px}body:not(.needs-entry) .challenge-meta .question-report-trigger{grid-column:2;width:auto;height:30px;min-height:30px;padding:0 6px}body:not(.needs-entry) .challenge-meta .round-timer,body:not(.needs-entry) .challenge-meta .round-timer.is-urgent{grid-column:3;width:54px;min-width:54px;height:30px;min-height:30px;padding:0 5px}.question-report-trigger strong{font-size:11px}.question-report-panel{padding:24px 18px 18px}.question-report-panel h2{font-size:24px}.question-report-actions{grid-template-columns:1fr 1fr}}
