body{color:#fff;background-color:#1b1b1b;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}button{color:#000;background-color:#fff;border-radius:10px;padding:6px 16px}.headerBar{background-color:#1b1b1b;border:0 solid #fff;justify-content:space-between;align-items:center;height:80px;display:flex}.modes{border:0 solid #fff;justify-content:center;align-items:center;gap:20px;height:100px;margin:10px 40px;display:flex}.mode-button{background:linear-gradient(20deg,#a855f7,#00d4ff);border-radius:30px;padding:15px;font-size:18px}h2{margin:0 0 0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:2.2rem}.signUp{margin-right:20px}.logo{border:0 solid #fff;justify-content:center;align-items:center;height:140px;margin:0 106px;display:flex}.center h1{border:0 solid #fff;justify-content:center;align-items:center;height:100px;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:4rem;display:flex}.center h2{text-align:center;background:linear-gradient(90deg,#00d4ff,#a855f7);margin:0}img{filter:drop-shadow(0 0 50px #a855f7)drop-shadow(0 0 30px #a855f7);width:auto;height:140px}.Terms{border:1px solid #fff;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:5px;height:320px;margin:0 30px;padding-top:10px;display:flex}.Terms #agree-Terms{accent-color:#a855f7;width:20px;height:20px;margin-top:0;display:flex}.Terms label{line-height:20px}.Terms h2{text-align:center;color:red;width:100%}.info{border:0 solid #fff;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px 5px;line-height:30px;display:flex}.footer{background-color:#000;border:1px solid #fff;flex-direction:column;height:78px;margin:0;display:flex}.footer-bottom{border-top:1px solid #fff;justify-content:center;align-items:flex-end;width:100%;height:30%;margin:0;display:flex}.page-links{align-self:flex-start;align-items:flex-end;gap:5px;height:70%;padding-left:5px;display:flex}.page-links a{color:#fff}span{color:red}.headerBar.chat{text-align:center;background-color:#000;justify-content:center}.headerBar.chat h1{color:#fff;cursor:pointer;text-decoration:none}.chat-main{flex-direction:column;height:calc(100dvh - 80px);min-height:0;display:flex}.status{justify-content:center;display:flex}.typing-indicator{background-color:#a855f7;justify-content:center;width:50%;margin:0 auto;display:flex}.chat-background{filter:drop-shadow(0 0 #a855f7)drop-shadow(0 0 5px #a855f7);z-index:-1;justify-content:center;width:100%;height:60vh;display:flex;position:absolute}.message-box{flex-direction:column;gap:10px;height:100%;padding:10px;display:flex;overflow-y:auto}.message-received{word-break:break-word;overflow-wrap:break-word;background-color:#00d4ff;border:2px solid #fff;border-radius:10px 10px 10px 0;align-self:flex-start;max-width:80%;margin:0;padding:5px 10px;display:flex}.message-sent{word-break:break-word;overflow-wrap:break-word;background-color:#a855f7;border:2px solid #fff;border-radius:10px 10px 0;align-self:flex-end;max-width:80%;margin:0;padding:5px 10px;display:flex}.chat-input{border:5px solid #a855f7;align-items:flex-start;height:80px;display:flex}.chat-input textarea{border-radius:5px;outline:none;width:80%;height:85%;padding:5px;font-size:15px}.button-stack{flex-direction:column;width:20%;height:100%;display:flex}.button-stack button{flex:1;font-size:20px}.skip{filter:drop-shadow(0 0 5px red);background-color:red;border-radius:0;padding:6px 0;font-weight:700}.send{background:linear-gradient(45deg,#a855f7,#00d4ff);border-radius:10px;justify-content:center}.report-box{flex-direction:column;align-items:center;gap:10px;margin-top:20px;display:flex}.report-row,p{align-items:center;gap:5px;margin:0;display:flex}.report-user{color:#ff4d4d;background:0 0;border:none;padding:0}.video-container{box-sizing:border-box;background-color:#000;border:6px solid #a855f7;border-radius:10px;width:100%;height:calc(100dvh - 101px);position:relative;overflow:hidden}.remote-video{object-fit:cover;width:100%;height:100%}.main-video{object-fit:cover;cursor:grab;z-index:1;touch-action:none;-webkit-user-select:none;user-select:none;background-color:#000;border:4px solid #a855f7;border-radius:20px;width:35%;height:30%;position:absolute;top:50px;left:15px;transform:scaleX(-1)}.video-button{color:#fff;z-index:2;background:linear-gradient(45deg,#a855f7,#00d4ff);border:none;border-radius:30px;padding:10px 20px;font-size:20px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.mute-button{color:#fff;z-index:2;background:linear-gradient(45deg,#a855f7,#00d4ff);border:none;border-radius:30px;padding:10px 20px;font-size:16px;position:absolute;bottom:20px;right:20px}.status-video{background-color:#000;justify-content:center;display:flex}.video-report,.report-layout{flex-direction:column;align-items:center;gap:10px;width:90%;max-width:420px;display:flex;position:absolute;bottom:15%;left:50%;transform:translate(-50%)}.report-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.report-modal{box-sizing:border-box;text-align:center;background:#1b1b1b;border:2px solid #a855f7;border-radius:16px;flex-direction:column;gap:12px;width:min(90vw,420px);padding:16px;display:flex}.report-modal textarea{resize:vertical;border-radius:10px;min-height:120px;padding:10px}.submit-report,.cancel-report{color:#fff;border:none}.submit-report{background:linear-gradient(45deg,#a855f7,#00d4ff)}.cancel-report{background:#444}@media (width>=1024px){.headerBar{height:150px}}
