.bug-report__backdrop{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:20px;animation:backdropFadeIn .2s ease-out}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.bug-report{background:var(--surface);border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 12px 40px #00000026;animation:modalSlideIn .25s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.bug-report__header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px;border-bottom:1px solid var(--border);gap:16px}.bug-report__title{margin:0;font-size:20px;font-weight:600;color:var(--text--primary)}.bug-report__subtitle{margin:4px 0 0;font-size:14px;color:var(--text--secondary);font-weight:400}.bug-report__close{background:transparent;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text--secondary);font-size:20px;transition:all .2s ease;flex-shrink:0}.bug-report__close:hover{background:var(--surface--elevated);color:var(--text--primary)}.bug-report__close:active{transform:scale(.95)}.bug-report__content{padding:24px;max-height:50vh;overflow-y:auto}.bug-report__label{display:block;margin-bottom:8px;font-weight:500;font-size:15px;color:var(--text--primary)}.bug-report__textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:15px;color:var(--text--primary);background:var(--surface);resize:vertical;min-height:120px;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.bug-report__textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary--light)}.bug-report__textarea:disabled{opacity:.6;cursor:not-allowed;background:var(--surface--elevated)}.bug-report__textarea::placeholder{color:var(--text--tertiary)}.bug-report__hint{margin-top:12px;font-size:13px;color:var(--text--secondary);display:flex;align-items:flex-start;gap:8px;line-height:1.5}.bug-report__hint i{margin-top:2px;color:var(--primary);flex-shrink:0}.bug-report__error{margin-top:12px;padding:12px;background-color:var(--error-bg, #FEE);color:var(--error, #C33);border-radius:8px;font-size:14px;display:flex;align-items:flex-start;gap:8px}.bug-report__error i{margin-top:2px;flex-shrink:0}.bug-report__actions{display:flex;gap:12px;padding:20px 24px;border-top:1px solid var(--border);background:var(--surface--elevated)}.bug-report__actions .btn{flex:1;height:48px}@media(max-width:480px){.bug-report{max-width:100%;border-radius:16px 16px 0 0;margin-top:auto}.bug-report__header,.bug-report__content{padding:20px}.bug-report__actions{padding:16px 20px}}
