/* v482 Public Report a Bug modal */
.cms-nav-menu .public-bug-report-nav-v482{
    width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer;
    display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:12px;
}
.cms-nav-menu .public-bug-report-nav-v482 strong{font:inherit;font-weight:900;color:inherit}
.cms-nav-menu .public-bug-report-nav-v482 small{font-size:11px;line-height:1.35;color:var(--muted,#93a4bf)}
.cms-nav-menu .public-bug-report-nav-v482:hover,.cms-nav-menu .public-bug-report-nav-v482:focus-visible{background:rgba(88,128,255,.1);outline:none}

.public-bug-report-backdrop-v482{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:24px;background:rgba(1,6,16,.76);backdrop-filter:blur(10px)}
.public-bug-report-backdrop-v482[hidden]{display:none!important}
.public-bug-report-modal-v482{width:min(920px,100%);max-height:min(880px,calc(100vh - 48px));overflow:auto;border:1px solid rgba(105,139,204,.28);border-radius:24px;background:#081322;color:#edf5ff;box-shadow:0 34px 100px rgba(0,0,0,.55)}
.public-bug-report-head-v482{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:22px 24px 18px;background:linear-gradient(180deg,#0a1728 80%,rgba(10,23,40,.94));border-bottom:1px solid rgba(112,146,203,.2)}
.public-bug-report-kicker-v482{display:block;margin-bottom:6px;color:#75a9ff;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.public-bug-report-head-v482 h2{margin:0;font-size:25px;letter-spacing:-.025em}.public-bug-report-head-v482 p{margin:6px 0 0;color:#9db0ca;font-size:13px;line-height:1.45}
.public-bug-report-close-v482{width:38px;height:38px;border:1px solid rgba(136,160,200,.28);border-radius:12px;background:#101d30;color:#dce9f8;font-size:19px;cursor:pointer}.public-bug-report-close-v482:hover{border-color:#5f96e8;background:#142743}
.public-bug-report-body-v482{padding:22px 24px 26px}
.public-bug-report-identity-v482{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:12px 14px;border:1px solid rgba(102,137,194,.22);border-radius:14px;background:#0c1a2c}.public-bug-report-identity-v482 img,.public-bug-report-avatar-v482{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#15253a;display:grid;place-items:center;font-weight:950}.public-bug-report-identity-v482 strong,.public-bug-report-identity-v482 small{display:block}.public-bug-report-identity-v482 small{margin-top:2px;color:#8ca1bf;font-size:11px}
.public-bug-report-form-v482{display:grid;grid-template-columns:1fr 1fr;gap:15px}.public-bug-report-form-v482 label{display:grid;gap:7px;color:#dbe7f5;font-size:12px;font-weight:900}.public-bug-report-form-v482 label.wide{grid-column:1/-1}.public-bug-report-form-v482 input,.public-bug-report-form-v482 select,.public-bug-report-form-v482 textarea{width:100%;box-sizing:border-box;border:1px solid #253a55;border-radius:12px;background:#07111f;color:#eef6ff;padding:11px 12px;font:inherit;outline:none}.public-bug-report-form-v482 textarea{resize:vertical;min-height:92px;line-height:1.45}.public-bug-report-form-v482 input:focus,.public-bug-report-form-v482 select:focus,.public-bug-report-form-v482 textarea:focus{border-color:#4b8cf7;box-shadow:0 0 0 3px rgba(75,140,247,.13)}.public-bug-report-form-v482 .hint{color:#8196b5;font-size:10.5px;font-weight:700;line-height:1.35}
.public-bug-report-actions-v482{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.public-bug-report-submit-v482{min-height:42px;border:0;border-radius:12px;padding:0 18px;background:linear-gradient(135deg,#7047f4,#2f6ff4);color:#fff;font-weight:950;cursor:pointer}.public-bug-report-submit-v482:disabled{opacity:.6;cursor:wait}.public-bug-report-cancel-v482{min-height:42px;border:1px solid #2b405b;border-radius:12px;padding:0 16px;background:#0d1b2e;color:#c8d8ea;font-weight:900;cursor:pointer}
.public-bug-report-status-v482{grid-column:1/-1;display:none;padding:11px 13px;border-radius:12px;font-size:12px;font-weight:800;line-height:1.4}.public-bug-report-status-v482.show{display:block}.public-bug-report-status-v482.success{background:rgba(27,146,93,.16);border:1px solid rgba(61,215,143,.3);color:#84f0bd}.public-bug-report-status-v482.error{background:rgba(190,48,61,.16);border:1px solid rgba(255,101,112,.3);color:#ffadb4}
.public-bug-report-login-v482{text-align:center;padding:28px 20px}.public-bug-report-login-v482 strong{display:block;font-size:20px}.public-bug-report-login-v482 p{margin:8px auto 18px;max-width:560px;color:#93a7c2;line-height:1.5}.public-bug-report-login-v482 a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:12px;background:linear-gradient(135deg,#7047f4,#2f6ff4);color:#fff;text-decoration:none;font-weight:950}

body.site-theme-light .public-bug-report-modal-v482{background:#f7faff;color:#10213a;border-color:#c8d6e9}body.site-theme-light .public-bug-report-head-v482{background:linear-gradient(180deg,#f7faff 82%,rgba(247,250,255,.96));border-color:#d8e2ef}body.site-theme-light .public-bug-report-head-v482 p,body.site-theme-light .public-bug-report-identity-v482 small{color:#61738e}body.site-theme-light .public-bug-report-close-v482{background:#eef4fb;color:#203451;border-color:#cad7e7}body.site-theme-light .public-bug-report-identity-v482{background:#eef4fb;border-color:#cfdae9}body.site-theme-light .public-bug-report-form-v482 label{color:#263a58}body.site-theme-light .public-bug-report-form-v482 input,body.site-theme-light .public-bug-report-form-v482 select,body.site-theme-light .public-bug-report-form-v482 textarea{background:#fff;color:#172a44;border-color:#c7d4e4}body.site-theme-light .public-bug-report-cancel-v482{background:#eef4fb;color:#243954;border-color:#c9d6e5}
@media(max-width:720px){.public-bug-report-backdrop-v482{padding:10px}.public-bug-report-modal-v482{max-height:calc(100vh - 20px);border-radius:18px}.public-bug-report-head-v482,.public-bug-report-body-v482{padding-left:16px;padding-right:16px}.public-bug-report-form-v482{grid-template-columns:1fr}.public-bug-report-form-v482 label.wide,.public-bug-report-actions-v482,.public-bug-report-status-v482{grid-column:1}.public-bug-report-actions-v482{align-items:stretch;flex-direction:column-reverse}.public-bug-report-actions-v482 button{width:100%}}
