.bug-report-overlay{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(6,8,12,.72)}.bug-report-dialog{width:min(520px,calc(100vw - 32px));max-height:min(88vh,720px);overflow:auto;padding:22px 22px 18px;border-radius:16px;border:1px solid var(--line,#2a3140);background:#161922;box-shadow:0 24px 56px rgba(0,0,0,.5);color:var(--text,#e8eaed)}.bug-report-dialog-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.bug-report-dialog-header h2{margin:0;font-size:1.2rem;letter-spacing:-.02em;line-height:1.25}.bug-report-dialog-close{flex:0 0 auto;width:32px;height:32px;border:1px solid var(--line,#2a3140);border-radius:8px;background:#12151d;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer}.bug-report-dialog-close:hover{border-color:#3d4658}.bug-report-dialog-body{display:flex;flex-direction:column;gap:12px}.bug-report-accuracy,.bug-report-thanks{margin:0;font-size:.92rem;line-height:1.6;color:var(--muted,#a8b0c0)}.bug-report-thanks{color:var(--text,#e8eaed)}.bug-report-accuracy{padding:12px 14px;border-radius:10px;border:1px solid rgba(246,199,68,.28);background:rgba(246,199,68,.06)}.bug-report-how-title{margin:4px 0 0;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted,#a8b0c0)}.bug-report-how-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:8px;color:var(--text,#e8eaed);font-size:.9rem;line-height:1.5}.bug-report-dialog-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line,#2a3140)}.bug-report-primary,.bug-report-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:10px;font:inherit;font-weight:700;font-size:.9rem;text-decoration:none;cursor:pointer}.bug-report-primary{color:#1a1503;background:linear-gradient(135deg,#ffe066,#f6c744);border:1px solid rgba(246,199,68,.5)}.bug-report-primary:hover{filter:brightness(1.05)}.bug-report-secondary{color:var(--text,#e8eaed);background:#12151d;border:1px solid var(--line,#2a3140)}.bug-report-secondary:hover{border-color:#3d4658}button.home-report-bug{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;cursor:pointer}