.report-profile-button{border:none;background:none;padding:0;color:#777;font-size:14px;cursor:pointer;text-decoration:underline}.report-profile-button:hover{color:#222}.report-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.55);animation:reportFadeIn .2s ease}.report-modal{position:relative;width:100%;max-width:480px;max-height:calc(100vh - 40px);overflow-y:auto;padding:30px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.25);animation:reportSlideUp .25s ease}.report-modal-close{position:absolute;top:14px;right:16px;width:34px;height:34px;border:none;border-radius:50%;background:#f5f5f5;color:#555;font-size:24px;line-height:1;cursor:pointer}.report-modal-close:hover{background:#e9e9e9}.report-modal-header{text-align:center;margin-bottom:26px}.report-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin:0 auto 14px;border-radius:50%;background:#f1f1f1;font-size:22px;font-weight:700}.report-modal-header h3{margin:0 0 7px;font-size:21px;font-weight:700;color:#222}.report-modal-header p{margin:0;color:#777;font-size:14px}.report-field{margin-bottom:20px}.report-field label{display:flex;justify-content:space-between;margin-bottom:8px;color:#333;font-size:14px;font-weight:600}.report-field label span{color:#999;font-size:12px;font-weight:400}.report-field select,.report-field textarea{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s}.report-field select:focus,.report-field textarea:focus{border-color:#777}.report-field textarea{min-height:110px;resize:vertical}.character-count{margin-top:5px;text-align:right;color:#999;font-size:11px}.report-notice{margin-bottom:20px;padding:13px 14px;border-radius:8px;background:#f7f7f7}.report-notice strong{display:block;margin-bottom:4px;font-size:13px}.report-notice p{margin:0;color:#777;font-size:12px;line-height:1.5}.report-submit{width:100%;padding:13px 18px;border:none;border-radius:8px;background:#222;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.report-submit:hover:not(:disabled){opacity:.85}.report-submit:disabled{opacity:.4;cursor:not-allowed}.report-success{padding:20px 5px;text-align:center}.success-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 16px;border-radius:50%;background:#eee;font-size:24px;font-weight:700}.report-success h3{margin:0 0 8px;font-size:21px}.report-success p{margin:0 0 22px;color:#777;font-size:14px;line-height:1.5}@keyframes reportFadeIn{0%{opacity:0}to{opacity:1}}@keyframes reportSlideUp{0%{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:500px){.report-modal{padding:24px 20px;border-radius:14px}}