/* Slovra V24 — kullanıcı soru kalite araçları */
.v24-question-report-btn{color:var(--text-muted)!important;border-color:rgba(148,163,184,.28)!important;background:rgba(148,163,184,.07)!important}
.v24-question-report-btn:hover{color:#f59e0b!important;border-color:rgba(245,158,11,.45)!important;background:rgba(245,158,11,.09)!important}
.v24-report-overlay{z-index:10040;padding:14px;box-sizing:border-box}
.v24-report-modal{width:min(100%,520px);max-height:calc(100vh - 28px);overflow:auto;background:#13242b;border:1px solid #29414b;border-radius:22px;padding:20px;box-shadow:0 24px 70px rgba(0,0,0,.45);color:#f5f7f8;box-sizing:border-box}
.v24-report-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.v24-report-head span{display:block;font-size:10px;font-weight:900;letter-spacing:1.2px;color:#f59e0b}.v24-report-head h2{font-size:21px;line-height:1.15;margin:4px 0 0}.v24-report-head button{width:36px;height:36px;flex:0 0 36px;border:1px solid #34505a;border-radius:11px;background:#1b3139;color:#fff;font-size:22px;cursor:pointer}
.v24-report-question{margin:16px 0;padding:13px 14px;border:1px solid #2c4650;border-radius:14px;background:#0f1d22;font-weight:800;line-height:1.45;overflow-wrap:anywhere}
.v24-report-label{display:block;font-size:12px;font-weight:900;margin:13px 0 6px}.v24-report-label small{font-weight:700;color:#8da0a8}.v24-report-control{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;border:1px solid #35515c;border-radius:13px;background:#1b3038;color:#fff;padding:12px 13px;font:700 15px Nunito,sans-serif;outline:none}.v24-report-control:focus{border-color:#58cc02;box-shadow:0 0 0 3px rgba(88,204,2,.1)}textarea.v24-report-control{resize:vertical;min-height:88px}
.v24-report-privacy{font-size:11px;color:#90a0a7;line-height:1.4;margin:10px 0 0}.v24-report-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:9px;margin-top:18px}.v24-report-actions button{min-height:45px;border-radius:13px;border:1px solid #34505a;background:#1c3038;color:#fff;font:900 13px Nunito;cursor:pointer}.v24-report-actions #v24-report-submit{background:#f59e0b;border-color:#f59e0b;color:#1a1508;box-shadow:0 4px 0 #b96f00}.v24-report-actions button:disabled{opacity:.55;cursor:not-allowed}
body.light-mode .v24-report-modal{background:#fff;color:#16262d;border-color:#dce5e8}.light-mode .v24-report-question{background:#f4f8f9;border-color:#dce5e8}.light-mode .v24-report-control{background:#f5f8f9;border-color:#d2dde1;color:#13242b}.light-mode .v24-report-head button{background:#eef4f6;color:#17282f;border-color:#d8e2e5}
@media(max-width:430px){.v24-report-overlay{padding:8px}.v24-report-modal{padding:15px;border-radius:18px;max-height:calc(100vh - 16px)}.v24-report-actions{grid-template-columns:1fr}.v24-report-head h2{font-size:19px}.v24-report-control{font-size:16px}}
