.report-modal{display:none;position:fixed;inset:0;z-index:2147483647!important;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.62);overflow:hidden;backdrop-filter:blur(3px)}
.report-modal__panel{position:relative;display:flex;flex-direction:column;width:min(560px,100%);max-height:calc(100dvh - 48px);padding:0;border:1px solid var(--color-border-subtle);border-radius:18px;background:var(--color-bg-elevated);color:var(--color-text);box-shadow:0 28px 80px rgba(15,23,42,.3);overflow:auto;overscroll-behavior:contain}
.report-modal__header{display:flex;align-items:flex-start;justify-content:space-between;flex:0 0 auto;gap:20px;padding:22px 26px 12px}
.report-modal__title{margin:0;color:var(--color-text);font-size:21px;font-weight:700;line-height:1.35}
.report-modal__hint{margin-top:5px;color:var(--color-text-soft);font-size:13px;line-height:1.55}
.report-modal__close{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;padding:0;border:1px solid var(--color-border-subtle);border-radius:50%;background:transparent;color:var(--color-text-soft);font-size:23px;line-height:1;cursor:pointer}
.report-modal__close:hover{border-color:#3f6682;color:#2e536d}
.report-modal__reasons{flex:0 0 auto;margin:0;padding:8px 26px 0;border:0}
.report-modal__reasons legend,.report-modal__extra-label{padding:0;color:var(--color-text);font-size:14px;font-weight:700}
.report-modal__reasons legend span,.report-modal__extra-label span{margin-left:5px;color:var(--color-text-soft);font-size:11px;font-weight:500}
.report-modal__reason-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px}
.report-modal__label{position:relative;display:block;margin:0;cursor:pointer}
.report-modal__label input{position:absolute;opacity:0;pointer-events:none}
.report-modal__label span{display:flex;align-items:center;min-height:42px;padding:0 12px 0 37px;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg);color:var(--color-text);font-size:14px;white-space:nowrap;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}
.report-modal__label span:before{content:"";position:absolute;left:13px;width:15px;height:15px;border:1.5px solid var(--color-text-soft);border-radius:50%;box-sizing:border-box}
.report-modal__label input:checked+span{border-color:#3f6682;background:color-mix(in srgb,#3f6682 9%,var(--color-bg-elevated));box-shadow:0 0 0 2px rgba(63,102,130,.1)}
.report-modal__label input:checked+span:before{border:5px solid #3f6682}
.report-modal__label input:focus-visible+span{outline:2px solid #3f6682;outline-offset:2px}
.report-modal__extra-label{display:block;flex:0 0 auto;margin:16px 26px 7px}
.report-modal__textarea{display:block;flex:0 0 auto;width:calc(100% - 52px);height:74px;margin:0 26px;padding:11px 13px;resize:vertical;box-sizing:border-box;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg);color:var(--color-text);font:14px/1.6 inherit}
.report-modal__textarea:focus{outline:2px solid rgba(63,102,130,.16);border-color:#3f6682}
.report-modal__textarea::placeholder{color:var(--color-text-soft)}
.report-modal__actions{display:flex;justify-content:flex-end;flex:0 0 auto;gap:10px;margin:18px 0 0;padding:15px 26px;border-top:1px solid var(--color-border-subtle);background:color-mix(in srgb,var(--color-bg) 72%,var(--color-bg-elevated))}
.report-modal__btn-cancel,.report-modal__btn-confirm{min-width:94px;min-height:42px;padding:0 18px;border-radius:9px;font-size:14px;font-weight:700;cursor:pointer}
.report-modal__btn-cancel{border:1px solid var(--color-border-subtle);background:var(--color-bg-elevated);color:var(--color-text)}
.report-modal__btn-confirm{border:1px solid #356b97;background:#356b97;color:#fff}
.report-modal__btn-confirm:hover:not(:disabled){background:#285a82}
.report-modal__btn-confirm:disabled{opacity:.48;cursor:not-allowed}
@media(max-width:600px){.report-modal{align-items:center;padding:12px}.report-modal__panel{width:100%;max-height:calc(100dvh - 24px);border-radius:16px;transform:translateY(-4vh)}.report-modal__header{padding:17px 18px 9px}.report-modal__title{font-size:19px}.report-modal__hint{font-size:12px}.report-modal__close{width:32px;height:32px}.report-modal__reasons{padding:7px 18px 0}.report-modal__reason-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.report-modal__label span{min-height:41px;padding-right:8px;padding-left:34px;font-size:13px}.report-modal__label span:before{left:11px}.report-modal__extra-label{margin:14px 18px 7px}.report-modal__textarea{width:calc(100% - 36px);height:70px;margin:0 18px}.report-modal__actions{margin-top:16px;padding:13px 18px max(13px,env(safe-area-inset-bottom))}.report-modal__btn-cancel,.report-modal__btn-confirm{flex:1;min-width:0}}
@media(max-width:350px){.report-modal__label span{padding-left:31px;font-size:12px}.report-modal__label span:before{left:9px}}
