.reportBug-page{max-width:900px;color:var(--text-primary);margin:0 auto}.reportBug-content{gap:28px;display:grid}.reportBug-sec{grid-template-columns:240px 1fr;align-items:start;gap:44px;display:grid}.reportBug-sec-l{flex-direction:column;gap:6px;display:flex}.reportBug-sec-ico{background:rgba(var(--brand-rgb), .1);width:34px;height:34px;color:var(--brand);border-radius:9px;place-items:center;margin-bottom:4px;display:grid}.reportBug-sec-h{font-family:var(--font-sans);letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:17px;font-weight:500}.reportBug-sec-p{color:var(--text-tertiary);margin:0;font-size:13px;line-height:1.55}.reportBug-card{border:1px solid var(--ui-line);background:var(--ui-bg-card);box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;gap:18px;padding:20px 22px;display:flex}.reportBug-field{flex-direction:column;gap:7px;display:flex}.reportBug-label{color:var(--text-primary);align-items:center;gap:4px;font-size:13px;font-weight:500;display:inline-flex}.reportBug-req{color:var(--error);font-weight:600}.reportBug-input,.reportBug-textarea{width:100%;color:var(--text-primary);background:rgba(var(--text-primary-rgb), .035);border:1px solid var(--ui-line-strong);box-sizing:border-box;border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.reportBug-textarea{resize:vertical;min-height:128px;line-height:1.55}.reportBug-input::placeholder,.reportBug-textarea::placeholder{color:var(--text-tertiary)}.reportBug-input:focus,.reportBug-textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(var(--brand-rgb), .16)}.reportBug-input-err{border-color:var(--error)!important}.reportBug-hint{color:var(--text-tertiary);font-size:12px}.reportBug-err{color:var(--error);font-size:12px}.reportBug-radios{flex-wrap:wrap;gap:10px;display:flex}.reportBug-radios .radio{color:var(--text-primary);border:1px solid var(--ui-line-strong);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:9px 14px;font-size:13.5px;transition:border-color .15s,background .15s;display:inline-flex}.reportBug-radios .radio.checked{border-color:var(--brand);background:rgba(var(--brand-rgb), .08)}.reportBug-foot{border:1px solid var(--ui-line-strong);background:var(--ui-bg-card);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;display:flex}.reportBug-foot-note{color:var(--text-tertiary);font-size:12.5px}.reportBug-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.reportBug-btn-primary{background:var(--brand);color:var(--ink-text-on-brand)}.reportBug-btn-primary:hover:not(:disabled){background:var(--brand);color:var(--ink-text-on-brand);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.reportBug-btn:disabled{opacity:.5;cursor:not-allowed}.reportBug-alt{color:var(--text-tertiary);justify-content:center;align-items:center;gap:8px;padding-top:4px;font-size:13px;display:flex}.reportBug-alt-lnk{color:var(--brand);align-items:center;gap:5px;font-weight:500;display:inline-flex}.reportBug-alt-lnk:hover{text-decoration:underline}@media (max-width:820px){.reportBug-sec{grid-template-columns:1fr;gap:14px}.reportBug-sec-ico{display:none}.reportBug-foot{text-align:center;flex-direction:column;align-items:stretch}.reportBug-btn{justify-content:center}}
