.report-btn{display:inline-block;margin:28px auto;padding:16px 46px;border:2px solid rgba(255,255,255,.9);border-radius:50px;background:linear-gradient(45deg,#3aa0ff,#1e6fd6);color:#fff;font-size:21px;font-weight:800;letter-spacing:1px;cursor:pointer;box-shadow:0 0 0 0 rgba(58,160,255,.6),0 10px 26px rgba(0,0,0,.45);animation:reportPulse 2.2s ease-out infinite;transition:transform .2s ease}.report-btn:hover{transform:translateY(-3px) scale(1.04)}@keyframes reportPulse{0%{box-shadow:0 0 0 0 rgba(58,160,255,.55),0 10px 26px rgba(0,0,0,.45)}70%{box-shadow:0 0 0 16px rgba(58,160,255,0),0 10px 26px rgba(0,0,0,.45)}to{box-shadow:0 0 0 0 rgba(58,160,255,0),0 10px 26px rgba(0,0,0,.45)}}@media (prefers-reduced-motion:reduce){.report-btn{animation:none}}.report-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.report-dialog{width:100%;max-width:440px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.5);animation:reportPop .25s ease}@keyframes reportPop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}.report-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1e4d8c;color:#fff}.report-head h2{margin:0;font-size:20px;font-weight:800}.report-close{border:none;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}.report-list{list-style:none;margin:0;padding:8px 0}.report-list li{border-bottom:1px solid #eee}.report-list li:last-child{border-bottom:none}.report-list a{display:block;padding:14px 22px;color:#1f2937;text-decoration:none;font-size:15.5px;transition:background .15s ease}.report-list a:hover{background:#f0f5fb;color:#1e4d8c}