.game-report-dialog{width:min(560px,calc(100vw - 28px));max-width:none;margin:auto;padding:0;border:0;border-radius:24px;background:transparent;color:#123e5d;box-shadow:0 28px 80px rgba(7,46,73,.28)}
.game-report-dialog::backdrop{background:rgba(5,35,54,.62);backdrop-filter:blur(5px)}
.game-report-shell{overflow-x:hidden;overflow-y:auto;max-height:calc(100dvh - 28px);border:1px solid rgba(190,219,233,.9);border-radius:24px;background:#fff}
.game-report-shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 24px 18px;background:linear-gradient(145deg,#effcff,#f8fbff)}
.game-report-shell>header span{color:#138a9f;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.game-report-shell>header h2{margin:5px 0 0;color:#07365d;font-size:26px;line-height:1.15}
.game-report-shell>header p{margin:7px 0 0;color:#577388;font-size:13px;line-height:1.55}
.game-report-close{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;padding:0;border:1px solid #d6e7ef;border-radius:13px;background:#fff;color:#47697d;font:700 26px/1 Arial,sans-serif;cursor:pointer}
.game-report-dialog form{display:grid;gap:15px;padding:20px 24px 24px}
.game-report-dialog form>label{display:grid;gap:7px;color:#31566f;font-size:12px;font-weight:850}
.game-report-dialog select,.game-report-dialog textarea,.game-report-dialog input[type=email]{box-sizing:border-box;width:100%;margin:0;padding:12px 13px;border:1px solid #ccdee8;border-radius:12px;background:#f9fcfd;color:#123e5d;font:600 14px/1.45 'Nunito Sans',Inter,Arial,sans-serif;outline:none}
.game-report-dialog select:focus,.game-report-dialog textarea:focus,.game-report-dialog input[type=email]:focus{border-color:#16a0b2;box-shadow:0 0 0 3px rgba(22,160,178,.12)}
.game-report-dialog textarea{min-height:116px;resize:vertical}
.game-report-dialog label small{display:flex;justify-content:flex-end;color:#8093a1;font-size:10px;font-weight:700}
.game-report-dialog label small b{font:inherit}
.game-report-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.game-report-notice{margin:0;padding:11px 12px;border-radius:11px;background:#edf7fb;color:#315b72;font-size:12px;font-weight:750;line-height:1.45}
.game-report-notice.is-success{background:#eaf8f1;color:#187450}
.game-report-notice.is-error{background:#fff0f1;color:#a53f4c}
.game-report-dialog footer{display:flex;justify-content:flex-end;gap:9px;padding-top:2px}
.game-report-dialog footer button{min-height:44px;padding:0 16px;border-radius:12px;font:850 12px/1 'Nunito Sans',Inter,Arial,sans-serif;cursor:pointer}
.game-report-cancel{border:1px solid #d6e4ec;background:#fff;color:#48677b}
.game-report-submit{border:0;background:#087daf;color:#fff;box-shadow:0 8px 18px rgba(8,125,175,.2)}
.game-report-submit:disabled{cursor:wait;opacity:.62}
body.page-game .game-report-open .toolbar-action-icon{color:#d68219}
@media(max-width:560px){.game-report-dialog{width:calc(100vw - 18px);max-height:calc(100dvh - 18px)}.game-report-shell>header{padding:19px 17px 15px}.game-report-shell>header h2{font-size:22px}.game-report-dialog form{gap:13px;padding:16px 17px 18px}.game-report-dialog select,.game-report-dialog textarea,.game-report-dialog input[type=email]{font-size:16px}.game-report-dialog footer{display:grid;grid-template-columns:1fr 1fr}.game-report-dialog footer button{width:100%}}
@media(prefers-reduced-motion:reduce){.game-report-dialog::backdrop{backdrop-filter:none}}
