.report-dialog-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999998;background-color:#0009;animation:.3s ease-out fadeIn;position:fixed;inset:0}.report-dialog-content{box-shadow:none;z-index:999999;box-sizing:border-box;background:#1a1a1f;border:1px solid #2a2a33;border-radius:8px;width:520px;height:715px;padding:20px;animation:.25s cubic-bezier(.16,1,.3,1) slideInCenter;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.report-dialog-content[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) slideInCenter}.report-dialog-content[data-state=closed]{animation:.2s cubic-bezier(.4,0,1,1) slideOutCenter}.report-dialog-content:focus{outline:none}.report-reasons-section{width:100%;margin-bottom:30px}.report-reasons-grid{width:100%}.report-dialog-header{justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px;display:flex;position:relative}.report-dialog-title{font-family:var(--uc-font-sans);color:#fff;text-align:center;margin:0;font-size:20px;font-weight:600}.report-dialog-close{cursor:pointer;color:#fff9;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:18px;transition:all .2s;display:flex;position:absolute;top:-10px;right:0}.report-dialog-close:hover{color:#fff}.report-dialog-close:before{content:"✕";border:none;font-weight:400}.report-dialog-subtitle{font-family:var(--uc-font-sans);color:#fff;opacity:.4;text-align:center;margin-bottom:30px;font-size:14px;font-weight:400;line-height:1.4}.report-reasons-title{font-family:var(--uc-font-sans);color:#a1a1aa;text-align:center;margin-bottom:10px;font-size:14px;font-weight:400}.report-reasons-grid{flex-direction:column;gap:10px;display:flex}.report-reasons-grid .report-reason-row{flex-wrap:nowrap;justify-content:flex-start;gap:10px;width:100%;display:flex}.report-reason-tag{height:36px;font-family:var(--uc-font-sans);color:#fff;cursor:pointer;background:0 0;border:1px solid #2a2a33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:auto;min-width:fit-content;padding:0 10px;font-size:14px;font-weight:400;transition:background .22s ease-out,border-color .22s ease-out,color .22s ease-out,transform .22s ease-out;display:inline-flex}.report-reason-tag:hover{background:#121216;transform:translateY(-1px)}.report-reason-tag.selected{color:#e84c8a;background:#e84c8a14;border-color:#e84c8a}.report-other-section{margin-bottom:32px}.report-other-title{font-family:var(--uc-font-sans);color:#a1a1aa;text-align:center;margin-bottom:10px;font-size:14px;font-weight:400}.report-other-input{width:100%;height:168px;font-family:var(--uc-font-sans);color:#fff;resize:none;box-sizing:border-box;background:#121216;border:1px solid #2a2a33;border-radius:8px;outline:none;padding:12px;font-size:16px;font-weight:400}.report-other-input::placeholder{color:#ffffff4d}.report-other-input:focus{border-color:#e84c8a99}.report-character-count{font-family:var(--uc-font-sans);color:#fff;opacity:.4;text-align:left;margin-top:10px;font-size:12px;font-weight:400}.report-dialog-buttons{justify-content:center;gap:10px;display:flex}.report-button{height:44px;font-family:var(--uc-font-sans);cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:500;transition:background .22s ease-out,border-color .22s ease-out,color .22s ease-out,transform .22s ease-out;display:flex}.report-button:disabled{cursor:not-allowed;opacity:.6}.cancel-button{color:#fff;background:0 0;border-color:#2a2a33}.send-button{color:#000;background:#e84c8a;border-color:#e84c8a}.send-button:hover:not(:disabled){background:#e84c8ae0;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInCenter{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes slideOutCenter{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.95)}}@media (max-width:768px){.report-dialog-content{border-radius:8px;width:88vw;max-width:400px;height:auto;padding:13px;animation:.25s cubic-bezier(.16,1,.3,1) slideInCenter}.report-dialog-content[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) slideInCenter}.report-dialog-content[data-state=closed]{animation:.2s cubic-bezier(.4,0,1,1) slideOutCenter}.report-dialog-title{margin-bottom:5px;font-size:20px;font-weight:600}.report-dialog-subtitle{margin-bottom:24px;font-size:14px;line-height:1.5}.report-reasons-section{margin-bottom:24px}.report-reasons-title{margin-bottom:12px;font-size:14px}.report-reasons-grid{justify-content:flex-start;gap:8px;flex-flow:wrap!important;display:flex!important}.report-reasons-grid .report-reason-row{display:contents!important}.report-reason-tag{border-radius:8px;flex-shrink:0;width:auto;min-width:fit-content;height:36px;padding:0 10px;font-size:14px}.report-other-section{margin-bottom:24px}.report-other-title{margin-bottom:12px;font-size:14px}.report-other-input{border-radius:8px;height:120px;padding:12px;font-size:16px}.report-character-count{margin-top:8px;font-size:12px}.report-dialog-buttons{flex-direction:row;gap:12px}.report-button{border-radius:8px;flex:1;height:44px;font-size:14px;font-weight:400}.cancel-button{color:#fff;background:0 0;border-color:#2a2a33}.send-button{color:#000;background:#e84c8a;border-color:#e84c8a}.report-dialog-close{width:28px;height:28px;font-size:20px;top:-9px;right:7px}}
