:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;width:100%;position:fixed;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;font-size:62.5%;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/resimler/arkplan.png);background-color:#453671}body{margin:0;padding:0;font-family:Roboto,sans-serif;overflow-x:hidden}.app{contain:content;position:absolute;top:0;width:100%;height:100%;max-width:1000px;margin:0 auto;left:0;right:0}@media not screen and (max-aspect-ratio: 13/12){.app{max-height:860px;border-radius:5px;box-shadow:0 10px 20px #000}}.CafeSpinScreenLogin{align-items:center;background:linear-gradient(270deg,#7957b2,#8234d1);box-sizing:border-box;display:flex;flex-flow:column;flex-grow:1;height:100%;overflow:hidden;padding:60px 0 33px;position:relative;width:100%;justify-content:center}.CafeSpinGradient{align-items:center;background:linear-gradient(#d394eb,#b548c900);box-sizing:border-box;display:flex;flex-flow:column;flex-grow:0;flex-shrink:0;gap:10px;height:300px;justify-content:flex-end;left:0;overflow:hidden;padding:40px 0 8px;position:absolute;right:0;top:0;width:100%}.CafeSpinStates{align-items:center;display:flex;flex-flow:column;flex-grow:1;gap:24px;height:100%;justify-content:center;overflow:hidden;padding:0;position:relative;width:100%}.CafeSpinNotLoggedIn{align-items:center;display:flex;flex-flow:column;flex-grow:1;gap:110px;height:100%;justify-content:center;overflow:hidden;padding:0;position:relative;width:100%}.CafeSpinLoginContent{align-items:center;box-sizing:border-box;display:flex;flex-flow:column;flex-grow:1;gap:10px;height:100%;justify-content:center;overflow:hidden;padding:10px;position:relative;width:100%}.CafeSpinGameLogo{height:100px;padding:0;position:relative;width:100px;flex-grow:0;flex-shrink:0}.CafeSpinLogo{background-image:url(/resimler/sohbet-logo.png);background-position:center center;background-size:contain;background-repeat:no-repeat;top:0;right:0;bottom:0;left:0;height:100%;padding:0;position:absolute;width:100%}.CafeSpinSelectLoginMethod{align-items:center;display:flex;flex-flow:column;flex-grow:0;flex-shrink:0;gap:16px;height:fit-content;justify-content:center;max-width:280px;overflow:hidden;padding:0;position:relative;width:100%}.CafeSpinCaption{color:#fff;flex-grow:0;flex-shrink:0;font-family:Roboto;font-size:18px;font-weight:700;height:fit-content;letter-spacing:.36px;line-height:21px;position:relative;text-align:center;white-space:pre-line;width:100%}.CafeSpinLoginButtonsBig{align-items:center;display:flex;flex-flow:column;gap:4px;height:fit-content;padding:0;position:relative;width:280px;flex-grow:0;flex-shrink:0}.CafeSpinLoginBigButtonWithHint{align-items:flex-start;display:flex;flex-flow:column;flex-grow:0;gap:1px;height:fit-content;overflow:hidden;padding:0;position:relative;width:100%;flex-shrink:0}.CafeSpinDefault{box-sizing:border-box}.cafespin-cursor-pointer{cursor:pointer}.CafeSpinLoginButtonBigGoogleLight{place-content:center;align-items:center;background:#fff;border-radius:100px;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:row;flex-grow:1;gap:6px;height:40px;overflow:hidden;padding:12px 10px;position:relative;width:100%;flex-shrink:0}.CafeSpinLoginButtonBigFacebook{place-content:center;align-items:center;background:#0865fe;border-radius:24px;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:row;flex-grow:1;gap:6px;height:40px;overflow:hidden;padding:12px 10px;position:relative;width:100%;flex-shrink:0}.CafeSpinButtonBigPurpleLightStroke{place-content:center;align-items:center;border-radius:28px;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:row;gap:6px;height:40px;outline:rgb(193,181,229) solid 1px;outline-offset:-1px;overflow:hidden;padding:12px;position:relative;background-color:#4caf50;width:100%;flex-grow:0;flex-shrink:0}.CafeSpinWhite50,.CafeSpinLoginButtonHint{place-content:center;align-items:center;display:flex;flex-flow:row;flex-grow:0;height:fit-content;padding:0;position:relative;width:100%;flex-shrink:0}.CafeSpinSmallButtonsContainer{align-items:center;display:flex;flex-flow:column;flex-grow:0;flex-shrink:0;gap:8px;height:79px;padding:0;position:relative;width:599px}.CafeSpinDivider{place-content:center;align-items:center;box-sizing:border-box;display:flex;flex-flow:row;flex-grow:0;flex-shrink:0;gap:14px;height:fit-content;padding:0 160px;position:relative;width:100%}.CafeSpinLoginDivider{height:1px;padding:0;position:relative;width:100%;flex-grow:1}.CafeSpinLoginDivider .CafeSpinDivider{background:#c1b5e5;top:0;right:0;bottom:0;left:0;height:100%;padding:0;position:absolute;width:100%}.CafeSpinOrText{color:#fff;flex-grow:0;flex-shrink:0;font-family:Roboto;font-size:16px;font-weight:400;height:fit-content;letter-spacing:0px;line-height:19px;opacity:.5;position:relative;text-align:center;white-space:nowrap;width:fit-content}.CafeSpinLoginButtonsSmall{place-content:center;align-items:center;display:flex;flex-flow:row;height:fit-content;margin-left:8px;padding:0;position:relative;width:fit-content;flex-grow:0;flex-shrink:0}.CafeSpinButtonSmallYandexEn{place-content:center;align-items:center;background:#fc3f1d;border-radius:100px;cursor:pointer;display:flex;flex-flow:row;height:100%;padding:0;position:relative;width:28px;flex-grow:1;overflow:hidden;flex-shrink:0;margin-left:-8px}.CafeSpinButtonSmallVK{background:#07f;border-radius:100px;cursor:pointer;height:100%;padding:0;position:relative;width:28px;flex-grow:1;overflow:hidden;flex-shrink:0;margin-left:-8px}.CafeSpinButtonSmallOK{background:#f70;border-radius:100px;cursor:pointer;height:100%;padding:0;position:relative;width:28px;flex-grow:1;overflow:hidden;flex-shrink:0;margin-left:-8px}.CafeSpinButtonSmallFS{place-content:center;align-items:center;background:#108ce5;border-radius:20px;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:row;gap:2px;height:100%;overflow:hidden;padding:2px;position:relative;width:28px;flex-grow:1;flex-shrink:0;margin-left:-8px}.CafeSpinButtonSmallEmail{place-content:center;align-items:center;background:#5871d1;border-radius:20px;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:row;gap:2px;height:100%;overflow:hidden;padding:5px;position:relative;width:28px;flex-grow:1;flex-shrink:0;margin-left:-8px}.CafeSpinLoginButtonSmallPlus{place-content:center;align-items:center;background:#ebebeb;border-radius:20px;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:row;gap:2px;height:fit-content;overflow:hidden;padding:5px;position:relative;width:fit-content;flex-grow:0;flex-shrink:0;margin-left:-8px}.CafeSpinPostingAlert{color:#c1b5e5;flex-grow:0;flex-shrink:0;font-family:Roboto;font-size:14px;font-weight:400;height:fit-content;letter-spacing:0px;line-height:16px;position:relative;text-align:center;white-space:pre-line;width:100%}.CafeSpinLoginFooter{align-items:center;display:flex;flex-flow:column;flex-grow:0;flex-shrink:0;gap:10px;height:fit-content;padding:0;position:relative;width:1000px}.CafeSpinSupportAndLanguage{place-content:center;align-items:center;box-sizing:border-box;display:flex;flex-flow:row;flex-grow:0;flex-shrink:0;gap:62px;height:25px;padding:4px 56px;position:relative;width:1000px}.CafeSpinLinkWhiteReversedBold{place-content:center;align-items:center;cursor:pointer;display:flex;flex-flow:row;flex-grow:0;height:fit-content;padding:0;position:relative;width:fit-content;flex-shrink:0}.CafeSpinLoginLanguageButton{align-content:center;align-items:center;display:flex;flex-flow:row;gap:4px;height:fit-content;padding:0;position:relative;width:fit-content;flex-grow:0;flex-shrink:0}.CafeSpinTerms{align-items:center;display:flex;flex-flow:column;flex-grow:0;flex-shrink:0;gap:4px;height:fit-content;padding:0;position:relative;width:1000px}.CafeSpinHint{color:#c1b5e5;flex-grow:0;flex-shrink:0;font-family:Roboto;font-size:12px;font-weight:400;height:fit-content;letter-spacing:0px;line-height:14px;opacity:.8;position:relative;text-align:center;white-space:pre-line;width:100%}.CafeSpinLinks{place-content:center;align-items:center;display:flex;flex-flow:row;flex-grow:0;flex-shrink:0;gap:4px;height:fit-content;padding:0;position:relative;width:100%}.CafeSpinScreenSettingsLinkWhite{place-content:center flex-end;align-items:center;cursor:pointer;display:flex;flex-flow:row;flex-grow:0;gap:10px;height:100%;padding:0;position:relative;width:fit-content;flex-shrink:0}.CafeSpinAnd{color:#fff;flex-grow:0;flex-shrink:0;font-family:Roboto;font-size:12px;font-weight:400;height:fit-content;letter-spacing:0px;line-height:14px;opacity:.8;position:relative;text-align:center;white-space:nowrap;width:fit-content}.CafeSpinPlatformButtons{align-items:center;display:flex;flex-flow:row;flex-grow:0;flex-shrink:0;gap:8px;height:fit-content;padding:0;position:relative;width:fit-content;margin-top:20px;justify-content:center}.CafeSpinPlatformButtonAppStore{align-items:flex-start;cursor:pointer;display:flex;flex-flow:column;flex-grow:0;height:fit-content;padding:0;position:relative;width:fit-content;flex-shrink:0}.CafeSpinPlatformButtonGooglePlay{align-items:flex-start;cursor:pointer;display:flex;flex-flow:column;flex-grow:0;gap:10px;height:fit-content;padding:0;position:relative;width:135px;flex-shrink:0}.Container{align-content:flex-start;align-items:flex-start;display:flex;flex-flow:row;flex-grow:0;flex-shrink:0;height:fit-content;overflow:hidden;padding:0;position:relative;width:fit-content}.CafeSpinTr{flex-grow:0;overflow:hidden;padding:0;position:relative;flex-shrink:0}.CafeSpinPlatformBadgeAppStore{height:40px;width:151px}.CafeSpinPlatformBadgeGooglePlay{height:40px;width:135px}.Vector{top:0;right:0;bottom:0;left:0;height:100%;position:absolute;width:100%}.CafeSpinLoginButtonBigGoogleLight span,.CafeSpinLoginButtonBigFacebook span,.CafeSpinButtonBigPurpleLightStroke span,.CafeSpinLinkWhiteReversedBold span,.CafeSpinLoginLanguageButton span,.CafeSpinScreenSettingsLinkWhite span,.CafeSpinCaption span,.CafeSpinAnd span{flex-grow:0;flex-shrink:0;font-family:Roboto;height:fit-content;position:relative;text-align:center;white-space:nowrap;width:fit-content}.CafeSpinLoginButtonBigGoogleLight span{color:#474747;font-size:16px;font-weight:700;letter-spacing:.32px;line-height:19px}.CafeSpinLoginButtonBigFacebook span,.CafeSpinButtonBigPurpleLightStroke span{color:#fff;font-size:16px;font-weight:700;letter-spacing:.32px;line-height:19px}.CafeSpinLinkWhiteReversedBold span,.CafeSpinLoginLanguageButton span{color:#fff;font-size:14px;font-weight:700;letter-spacing:.14px;line-height:16px}.CafeSpinScreenSettingsLinkWhite span{color:#fff;font-size:12px;font-weight:600;letter-spacing:0px;line-height:14px;text-decoration:underline}.google-icon,.facebook-icon{flex-grow:0;flex-shrink:0;position:absolute;top:50%;transform:translateY(-50%)}.google-icon{left:8px}.facebook-icon{left:12px}.vk-icon{height:63%;left:19%;position:absolute;top:50%;transform:translateY(-50%);width:63%}.ok-icon{top:4px;right:4px;bottom:4px;left:4px;height:calc(100% - 8px);position:absolute;width:calc(100% - 8px)}.email-icon,.plus-icon{flex-grow:0;flex-shrink:0;height:18px;width:18px}.language-icon{flex-grow:0;flex-shrink:0;height:17px;width:17px}.google-play-icon{height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:135px}.fb-hidden{position:absolute;top:-10000px;width:0px;height:0px}.appear-up-animation{animation:appearUp .5s ease-out}@keyframes appearUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.CafeSpinLoginFooter{width:100%;max-width:1000px}.CafeSpinSupportAndLanguage{width:100%;max-width:1000px;padding:4px 20px}.CafeSpinTerms{width:100%;max-width:1000px}.CafeSpinSmallButtonsContainer{width:100%;max-width:599px}.CafeSpinDivider{padding:0 80px}}@media (max-width: 768px){.CafeSpinLoginContent{padding:10px}.CafeSpinGameLogo{width:70px;height:70px}.CafeSpinSelectLoginMethod{max-width:100%}.CafeSpinLoginButtonsBig{width:100%;max-width:280px}.CafeSpinSmallButtonsContainer{width:100%;max-width:100%}.CafeSpinDivider{padding:0 20px}.CafeSpinSupportAndLanguage{flex-direction:row;gap:30px;height:auto;padding:4px 20px}.CafeSpinLoginFooter,.CafeSpinTerms{width:100%}.CafeSpinPlatformButtons{width:100%;justify-content:center}}@media (max-width: 480px){.CafeSpinGradient{height:200px;padding:20px 0 8px}.CafeSpinNotLoggedIn{gap:60px}.CafeSpinGameLogo{width:65px;height:65px}.CafeSpinCaption{font-size:16px;line-height:19px}.CafeSpinLoginButtonsBig{width:100%}.CafeSpinSmallButtonsContainer{width:100%;height:auto}.CafeSpinDivider{padding:0 10px}.CafeSpinLoginButtonsSmall{justify-content:center;margin-left:8px}.CafeSpinButtonSmallYandexEn,.CafeSpinButtonSmallVK,.CafeSpinButtonSmallOK,.CafeSpinButtonSmallFS,.CafeSpinButtonSmallEmail,.CafeSpinLoginButtonSmallPlus{margin-left:-8px}.CafeSpinSupportAndLanguage{gap:15px;padding:4px 10px}.CafeSpinPlatformButtons{flex-direction:row;gap:8px;flex-wrap:wrap}.CafeSpinPlatformButtonAppStore,.CafeSpinPlatformButtonGooglePlay{width:auto;max-width:none}}@media (max-width: 360px){.CafeSpinGameLogo{width:60px;height:60px}.CafeSpinCaption{font-size:14px;line-height:17px}.CafeSpinLoginButtonBigGoogleLight,.CafeSpinLoginButtonBigFacebook,.CafeSpinButtonBigPurpleLightStroke{height:36px;padding:10px 8px}.CafeSpinLoginButtonBigGoogleLight span,.CafeSpinLoginButtonBigFacebook span,.CafeSpinButtonBigPurpleLightStroke span{font-size:14px}}@media (min-width:954PX){html[need_scale_landscape=true][data-platform=ios] .app{overflow-y:hidden!important;margin:auto;bottom:0;height:fit-content}html[need_scale_landscape=true][data-platform=ios] .app .landscape-footer{background:none!important;height:fit-content;padding:0}}:root{--theme-color: #03add8;--default-color: #222;--error-color: #cc0000;--success-color: #74b20e;--warn-color: #e39e20;--level-color: #f5a623;--body-bg: #ededed;--body-text: #333;--header-bg: #222;--header-text: #fff;--panel-bg: #fff;--chat-bg: #fff;--modal-bg: #fff;--sidebar-bg: #f5f5f5;--box-bg: #fff;--log-bg: rgba(0,0,0,.028);--chat-text: #000;--duotone: rgba(0,0,0,.03);--chat-bg-image: none;--border-color: rgba(0,0,0,.08);--border-dark: rgba(0,0,0,.1);--listing-border: rgba(0,0,0,.06);--listing-hover: rgba(0,0,0,.04);--input-bg: #f6f6f6;--input-border: #e6e6e6;--hover-bg: rgba(0,0,0,.05);--selected-bg: rgba(0,0,0,.08);--user-color: #333;--sub-text: #888;--date-color: #ccc;--system-text: #999;--link-color: orange;--bubble-bg: #f8f8f8;--bubble-sent: #e3f2fd;--bubble-received: #f5f5f5;--bubble-sent-text: #333;--bubble-received-text: #333;--my-bubble-bg: #333;--my-bubble-text: #fff;--quote-bg: #e9e9e9;--quote-border: #03add8;--reply-bg: #f0f0f0;--menu-bg: #292929;--menu-text: #fff;--footer-bg: #222;--footer-text: #fff;--shadow: 0 1px 3px rgba(0,0,0,.2);--notify-bg: #cc0000;--notify-text: #fff;--topic-bg: #d9f2e6;--topic-text: #0d261a;--progress-bg: #74b20e;--offline-opacity: .5}*{box-sizing:border-box}html{margin:0;padding:0;height:100%;width:100%}a{outline:none;color:var(--link-color)}body{margin:0;padding:0;font-family:sans-serif,trebuchet ms,lucida grande,lucida sans unicode,arial,helvetica;font-size:14px;width:100%;height:100%;overflow:hidden;background:var(--body-bg);color:var(--body-text)}.chatheight,.pheight{height:calc(100vh - 100px);height:calc(var(--real-vh, 100vh) - 100px)}.crheight,.clheight{height:calc(100vh - 140px);height:calc(var(--real-vh, 100vh) - 140px);overflow-y:auto}input:focus,select:focus,textarea:focus,button:focus{outline:0}p{padding:0;margin:0}img{border:0px}h1,h2,h3{margin:0;padding:0}h2{font-size:1.5em;margin-bottom:5px}ul{margin:0;padding:0;list-style:none}li{list-style:none}button{border:none;outline:none!important;cursor:pointer}textarea,input{resize:none;font-size:14px;font-family:sans-serif,trebuchet ms,lucida grande,lucida sans unicode,arial,helvetica,sans-serif}input{font-family:sans-serif,trebuchet ms,lucida grande,lucida sans unicode,arial,helvetica,sans-serif}*{scrollbar-width:thin;scrollbar-color:rgba(136,136,136,.3) transparent}*::-webkit-scrollbar{width:5px;height:5px;background:transparent}*::-webkit-scrollbar-track{background:transparent!important;box-shadow:none}*::-webkit-scrollbar-thumb{background-color:#88888880;border-radius:4px;border:2px solid transparent;background-clip:content-box}.btable{display:table;table-layout:fixed;width:100%}.btable_auto{display:table;table-layout:auto}.btable_height{display:table;table-layout:fixed;width:100%;height:100%}.bcell{display:table-cell}.bcell_auto{display:table-cell;width:1%;white-space:nowrap}.brow{display:table-row}.brow_center{display:table-row;vertical-align:middle}.bcell_mid_auto{display:table-cell;vertical-align:middle;width:1%;white-space:nowrap}.bcell_mid_right{display:table-cell;vertical-align:middle;text-align:right}.bcell_mid_left{display:table-cell;vertical-align:middle;text-align:left}.bcell_top{display:table-cell;vertical-align:top}.bcell_bottom{display:table-cell;vertical-align:bottom}.bflow{overflow:hidden}.maxflow{overflow:hidden;max-width:100%}.sub_list_item{display:table;table-layout:fixed;width:100%;padding:12px 10px;cursor:pointer}.sub_list_avatar,.sub_list_img,.sub_list_room{width:40px;display:table-cell;vertical-align:middle;text-align:center;position:relative}.sub_list_gift{width:50px;display:table-cell;vertical-align:middle;text-align:center;position:relative}.sub_list_avatar img{width:40px;height:40px;border-radius:50%;display:block}.sub_list_img img,.sub_list_room img{width:40px;height:40px;display:block}.sub_list_gift img{height:50px;width:auto;display:block}.sub_list_icon img{height:30px;width:30px;display:block;border-radius:50%}.sub_list_sicon img{height:20px;width:20px;display:block;border-radius:50%}.sub_list_option{display:table-cell;vertical-align:middle;width:40px;text-align:center;font-size:16px}.sub_list_icon,.sub_list_sicon{display:table-cell;vertical-align:middle;width:30px;text-align:center;font-size:16px}.sub_list_ricon{display:table-cell;vertical-align:middle;width:30px;text-align:center}.sub_list_state{display:table-cell;width:30px;vertical-align:middle;text-align:center;font-size:16px}.sub_list_selected{display:table-cell;vertical-align:middle;width:24px;text-align:center;font-size:15px}.sub_list_content{display:table-cell;vertical-align:middle}.sub_list_pcontent{display:table-cell;vertical-align:middle;padding:0 5px}.sub_list_status{display:table-cell;vertical-align:middle;width:120px}.sub_list_timer{display:table-cell;vertical-align:middle;width:100px}.sub_list_cell{display:table-cell;vertical-align:middle}.sub_list_cell_top{display:table-cell;vertical-align:top}.sub_list_name{padding:0 10px;display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden}.sub_list_text{padding:0 5px;display:table-cell;vertical-align:middle;overflow:hidden}.sub_list_active{position:absolute;bottom:0;right:0;width:12px!important;height:12px!important;border-radius:50%}.sub_list_rank{display:table-cell;vertical-align:middle;width:40px}.sub_list_rank img{height:16px;width:auto;display:block;margin:0 auto}.room_listing{border-radius:5px}.boom_sel_container{position:relative}.boom_sel{padding:10px;position:relative;cursor:pointer}.boom_sel_icon{width:24px;display:table-cell;vertical-align:middle;text-align:center;position:relative}.boom_sel_icon img{width:24px;height:24px;display:block}.boom_sel_text{display:table-cell;vertical-align:middle;padding:0 5px}.boom_sel_menu{display:table-cell;vertical-align:middle;width:30px;font-size:16px;text-align:center}.boom_opt_container{position:absolute;top:100%;z-index:10;width:100%;background:#fff}.boom_opt{padding:10px;cursor:pointer}.sel_icon{width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:5px}.boom_opt_icon{width:24px;display:table-cell;vertical-align:middle;text-align:center;position:relative}.boom_opt_icon img{width:24px;height:24px;display:block}.boom_opt_text{display:table-cell;vertical-align:middle;padding:0 5px}.gift_edit_img{height:100px;width:auto;max-width:100%;border-radius:10px}.gcard{width:calc(25% - 10px);height:110px;margin:5px;display:grid;align-items:center;float:left;position:relative;border-radius:10px}.gcard_img{width:60px;max-height:60px;margin:0 auto}.gcard_price{position:absolute;bottom:5px;padding:3px 5px;border-radius:50px;left:0;right:0;margin:auto}.gcard_pwrap{width:14px}.gcard_pwrap img{width:14px;height:14px;display:block}.gift_received,.gift_del,.gift_selected{height:90px;max-width:100%;border-radius:10px;display:block;margin:0 auto}.gift_selicon{width:24px;height:24px}.gift_selicon img{width:24px;height:24px;display:block}.gift_pricing{font-size:30px}.gtag{z-index:2}.sub_cat_item{width:calc((100% / 3) - 10px);height:80px;margin:5px;display:grid;align-items:center;float:left;position:relative;border-radius:10px;padding:5px;cursor:pointer}.sub_cat_img{width:50px;max-height:50px;border-radius:10px;margin:0 auto}.sub_cat_title{font-size:13px;text-align:center}.pgcard{width:calc(20% - 10px);height:70px;margin:5px;display:grid;align-items:center;float:left;position:relative;border-radius:10px}.pgcard_img{max-width:100%;max-height:50px;margin:0 auto}.pgcard_count{position:absolute;bottom:5px;left:5px;padding:1px 3px;border-radius:50px}.cost_tag{padding:3px;border-radius:50px}.cost_tag_icon{width:16px}.cost_tag_icon img{width:16px;height:16px;display:block}.cost_tag_amount{font-weight:700;font-size:14px;padding:0 3px}.cost_tag_wrapper{display:inline-block}.console_date{width:65px;display:table-cell;vertical-align:top;font-size:11px}.date_form{display:flex;gap:8px}.date_col{flex:1;min-width:0}.date_month{flex:2}.date_col>*{width:100%}.listing_element{padding:15px 10px}.listing_half_element{padding:15px 10px;width:calc(50% - 10px);float:left;margin:0 5px}.listing_title{font-weight:700;padding-bottom:3px}.listing_text{font-size:13px;word-wrap:break-word;min-height:20px}.listing_icon{width:24px;font-size:16px}.listing_reg{display:table;table-layout:fixed;width:100%;padding:15px 10px}.listing_reg_icon{display:table-cell;vertical-align:middle;text-align:center;width:30px;font-size:16px}.listing_reg_content{display:table-cell;vertical-align:middle}.setting_element{padding:10px 0}.ulist_container{max-height:386px;overflow:hidden;overflow-y:auto}.ulist_item{width:100%;height:auto;table-layout:fixed;display:table;padding:8px;cursor:pointer;border-radius:5px}.ulist_name{display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;padding:0 5px}.ulist_data{display:table-cell;vertical-align:middle;padding:0 5px}.ulist_option{display:table-cell;vertical-align:middle;width:40px;text-align:center;font-size:16px}.ulist_avatar{display:table-cell;vertical-align:middle;text-align:center;width:40px}.ulist_avatar img{width:40px;height:40px;border-radius:50%;display:block;margin:0 auto}.ulist_notify{display:table-cell;vertical-align:middle;width:32px;text-align:center}.ulist_rank{display:table-cell;vertical-align:middle;width:40px}.ulist_rank img{height:16px;width:auto;display:block;margin:0 auto}.user_item{position:relative;display:table;table-layout:fixed;width:100%;cursor:pointer;padding:5px 10px;border-radius:5px}.user_item_avatar{display:table-cell;vertical-align:middle;width:36px;position:relative}.user_item_avatar .acav{width:36px;height:36px;border-radius:50%;display:block;cursor:pointer}.user_item_data,.user_item_name{display:table-cell;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 8px}.user_item_icon{display:table-cell;vertical-align:middle;width:24px;text-align:center;font-size:15px}.user_item_option{width:40px;text-align:center;font-size:20px;vertical-align:middle;display:table-cell}.user_item_div{width:60px;text-align:center;font-size:20px;vertical-align:middle;display:table-cell}.user_item_flag{width:24px;text-align:center;vertical-align:middle;display:table-cell}.user_item_flag img{width:20px;height:auto;display:inline-block;margin:0 auto;border-radius:2px}.list_status{position:absolute;left:0;bottom:-2px;width:14px;height:14px;border-radius:50%;background:#fff;padding:1px}.list_mood{font-size:11px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.list_flag{height:13px;width:auto;border-radius:2px}.list_rank{height:15px;width:auto;display:inline-block}.list_mute,.list_mob,.list_ghost{height:15px;width:auto}.switch_item{display:table;table-layout:fixed;width:100%;padding:15px;cursor:pointer;margin-bottom:3px;border-radius:5px}.switch_item_switch{display:table-cell;vertical-align:middle;width:60px}.switch_item_text{display:table-cell;vertical-align:middle}.switch_wrap{display:block;width:50px;margin:0 auto}.bswitch{display:table;width:50px;padding:2px;border-radius:100px}.bball_wrap{display:table-cell;vertical-align:middle}.bball{width:24px;height:24px;border-radius:50%;display:block}.offswitch{background:#ccc}.onswitch{background:#74b20e}.onball{background:#fff;margin-left:22px}.offball{background:#fff;margin-left:0}.bubtext{display:inline-block;margin-bottom:3px}.bubtext:not(:last-child):after{content:","}.ghost_post{border-left:8px solid;border-right:0px}.pagarrow,.paglist,.pagload{padding:10px 15px;font-weight:700;display:inline-block;margin:2px 5px;border-radius:10px;cursor:pointer}.pagdot{width:16px;height:16px;display:inline-block;margin:8px;border-radius:50%;cursor:pointer}.preview_zone{margin-bottom:20px}#preview_name{font-weight:700;display:inline-block}#preview_text{line-height:1.4em;display:inline-block;padding:5px 10px;border-radius:10px}.boom_top_wrap{position:relative}.boom_top{padding:10px 15px}.boom_top_close{cursor:pointer;width:40px;text-align:center;font-size:20px}.boom_top_avatar{width:32px}.boom_top_avatar img{width:32px;height:32px;border-radius:50%;display:block}.boom_top_name{padding:0 10px}.xlarge_textarea{height:300px;max-height:300px}.large_textarea{height:180px;max-height:180px}.medium_textarea{height:100px;max-height:100px}.small_textarea{height:65px;max-height:65px}.no_break{white-space:nowrap}.aleft{text-align:left}.aright{text-align:right}.acenter{text-align:center}.fright{float:right}.fleft{float:left}.bellips{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tbreak{word-wrap:break-word}.btn_ellips{max-width:120px;overflow:hidden;text-overflow:ellipsis}.full_button{width:100%;text-align:center}.button_half{width:49%;text-align:center}.button_left{float:left}.button_right{float:right}.button{padding:10px}.tbutton{padding:8px 10px}.macro_button{padding:2px 8px;margin:2px 0 0;font-size:11px;min-width:20px}.micro_button{padding:3px 8px;margin:2px 0 0;font-size:12px;min-width:20px}.count_button{padding:2px 6px;font-size:11px;border-radius:50px}.tiny_button{padding:3px 10px;margin:5px 0 0;min-width:40px}.thin_button{padding:5px 10px;min-width:100px}.reg_button{padding:10px;min-width:100px}.card_button{padding:8px 10px;min-width:100px;max-width:100px}.mod_button{padding:8px 10px;min-width:100px;margin:0 0 5px}.modr_button{padding:8px 10px;margin:0 0 5px}.small_button{padding:8px 10px;min-width:50px}.large_button{padding:10px 20px;border-radius:3px;min-width:200px;font-size:16px}.small_button_rounded{padding:8px 12px;border-radius:25px}.large_button_rounded{padding:12px 20px;border-radius:25px;font-size:16px;min-width:200px;margin-top:5px}.small_button,.reg_button,.mod_button,.modr_button,.button,.tbutton,.tiny_button,.micro_button,.thin_button,.macro_button,.card_button{border-radius:5px}.panel_full_btn{padding:10px}.rounded_button{border-radius:100px}.round_button{width:60px;height:60px;border-radius:50%}.work_button{display:none}.vheight{min-height:calc(100vh - 100px);min-height:calc(var(--real-vh, 100vh) - 100px)}.box_height{max-height:500px;overflow:hidden;overflow-y:auto}.box_height800{max-height:800px;overflow:hidden;overflow-y:auto}.box_height700{max-height:700px;overflow:hidden;overflow-y:auto}.box_height600{max-height:600px;overflow:hidden;overflow-y:auto}.box_height500{max-height:500px;overflow:hidden;overflow-y:auto}.box_height400{max-height:400px;overflow:hidden;overflow-y:auto}.box_height300{max-height:300px;overflow:hidden;overflow-y:auto}.bblock{display:block}.inblock{display:inline-block}.binline{display:inline}.centered_element,.centered{text-align:center}.hidden{display:none}.fhide{display:none!important}.bclick,.fa,.fa-regular,.fa-solid,.fa-brands,.bi{cursor:pointer}.bwfull{width:100%}.bhfull{height:100%}.noflow{overflow:hidden}.brelative{position:relative}.ital{font-style:italic}.bold{font-weight:700}.boldital{font-weight:700;font-style:italic}.heavybold{font-weight:900}.heavyital{font-weight:900;font-style:italic}.text_xmicro{font-size:9px}.text_micro{font-size:10px}.text_xsmall{font-size:11px}.text_ssmall{font-size:12px}.text_small{font-size:13px}.text_reg{font-size:14px}.text_xreg{font-size:15px}.text_xxreg{font-size:16px}.text_med{font-size:18px}.text_xmed{font-size:20px}.text_large{font-size:22px}.text_xlarge{font-size:25px}.text_jumbo{font-size:35px}.text_xjumbo{font-size:45px}.text_ultra{font-size:60px}.text_xultra{font-size:70px}.noem{line-height:1em}.avatar_menu{width:36px;height:36px;border-radius:50%;display:block;cursor:pointer;margin:0 auto}.avatar_small{width:32px;height:32px;border-radius:50%;display:block;cursor:pointer}.avatar_med{width:36px;height:36px;border-radius:50%;display:block;cursor:pointer}.avatar_large{width:42px;height:42px;border-radius:50%;display:block;cursor:pointer}.avatar_xlarge{width:110px;height:110px;border-radius:50%;display:block;cursor:pointer}.avatar_jumbo{width:140px;height:140px;border-radius:5px;display:block;cursor:pointer}.form_control{padding-top:15px}.form_left,.form_left_full{width:50%;float:left;padding-right:3px}.form_right,.form_right_full{width:50%;float:right;padding-left:3px}.form_split{width:100%;clear:both}.form_tier{display:table;table-layout:fixed;width:100%}.form_tier1{display:table-cell;padding-right:2px}.form_tier2{display:table-cell;padding:0 2px}.form_tier3{display:table-cell;padding-left:2px}.page_menu_item{display:table;table-layout:fixed;width:100%;padding:15px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.page_menu_icon{display:table-cell;vertical-align:middle;width:26px;text-align:center;font-size:16px}.page_menu_text{display:table-cell;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px}.page_menu_notify{display:table-cell;vertical-align:middle;width:16px}.page_drop{display:none}.page_drop_item{display:table;table-layout:fixed;width:100%;padding:15px 30px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.page_drop_icon{display:table-cell;vertical-align:middle;width:24px;text-align:center}.page_drop_text{display:table-cell;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popen{display:none}.puser_item{padding:8px 10px;display:table;table-layout:fixed;width:100%;cursor:pointer;font-size:14px;text-shadow:none}.puser_avatar{display:table-cell;width:32px;height:32px;vertical-align:middle}.puser_avatar img{width:32px;height:32px;border-radius:50%;display:block}.puser_option{width:30px;display:table-cell;vertical-align:middle;font-size:15px;text-align:center}.puser_name{padding:0 6px;font-size:14px;display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.puser_icon{width:30px;text-align:center;display:table-cell;vertical-align:middle}.puser_icon img{width:16px;height:16px;margin:0 auto;display:block}.puser_text{display:table-cell;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:initial}.puser_rank{width:34px;text-align:center;display:table-cell;vertical-align:middle;font-weight:700;font-size:15px}.puser_rank img{width:24px;height:24px;margin:0 auto;display:block}.puser_score{display:table-cell;vertical-align:middle;width:80px;text-align:right}.fmenu{position:absolute;border-radius:10px;overflow:hidden;display:none;text-align:initial}.fmenu_item{padding:12px 10px;display:table;table-layout:fixed;width:100%;cursor:pointer;font-size:14px;text-shadow:none;border-radius:5px}.fmenu_avatar{display:table-cell;width:32px;height:32px;vertical-align:middle}.fmenu_avatar img{width:32px;height:32px;border-radius:50%;display:block}.fmenu_option{width:30px;display:table-cell;vertical-align:middle;font-size:15px;text-align:center}.fmenu_name{padding:0 5px;font-size:14px;display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.fmenu_notify{display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;text-align:center;width:12px;position:relative}.fmenu_arrow{width:20px;text-align:center;display:table-cell;vertical-align:middle;font-size:14px}.fmenu_icon{width:30px;text-align:center;display:table-cell;vertical-align:middle;font-size:16px}.fmenu_icon img{width:20px;height:20px;margin:0 auto;display:block;border-radius:50%}.fmenu_gimg,.fmenu_timg,.fmenu_aimg,.fmenu_himg,.fmenu_img,.fmenu_simg{width:40px;text-align:center;display:table-cell;vertical-align:middle}.fmenu_gimg img,.fmenu_timg img,.fmenu_aimg img,.fmenu_himg img,.fmenu_img img,.fmenu_simg img{width:30px;height:30px;margin:0 auto;display:block;border-radius:5px}.fmenu_text{display:table-cell;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:initial;padding:0 5px}.fmenu_otext{display:table-cell;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:initial}.fnotify{width:12px;height:12px;border-radius:50%;display:none}.fmenut,.fmuser{padding:10px}.fmenuxt{padding:5px}.icon_status{border-radius:50%;padding:1px}.menu_spinner_wrap{padding:15px;text-align:center}.menu_spinner{font-size:30px}.float_top,.float_ctop{display:table;padding:5px;height:30px;table-layout:auto;width:100%;max-width:100%;cursor:pointer}.ftop_opt_btn,.ftop_opt_icon{width:30px;height:30px;text-align:center;display:table-cell;vertical-align:middle}.ftop_empty{display:table-cell;vertical-align:middle}.ftop_opt_text{height:30px;display:table-cell;vertical-align:middle;font-weight:700;padding:0 10px}.ftop_action{height:30px;width:40px;display:table-cell;vertical-align:middle;text-align:center}.float_title{font-size:16px;font-weight:700;margin-bottom:15px}.float_content{overflow-y:auto;padding:10px}.floatopt{padding:5px;font-weight:700}.float_section{padding:10px 0}.float_menu{border-radius:10px;overflow:hidden;overflow-y:auto;max-width:calc(100% - 10px);max-height:calc(100vh - 70px);max-height:calc(var(--real-vh, 100vh) - 70px);margin:5px}#private_opt{position:absolute;right:0;top:0;margin:5px;z-index:40;display:none}#page_main_menu{position:fixed;right:0;z-index:202;top:50px;margin:5px;display:none}#player_menu,#station_menu{position:absolute;left:0;bottom:50px;z-index:202;display:none;text-align:initial}#leaderboard_menu,#game_menu,#tool_menu,#app_menu,#store_menu,#help_menu{position:absolute;left:50px;top:50px;z-index:202;display:none;text-align:initial}#chat_left_menu{position:absolute;left:0;top:50px;z-index:202;display:none;text-align:initial}#private_opt{width:200px}#page_main_menu,#chat_main_menu,#setting_menu,#status_menu,#bank_menu,#leaderboard_menu,#tool_menu,#help_menu,#game_menu,#app_menu,#store_menu,#room_options_menu{width:300px}#report_menu,#notification_menu,#friends_menu,#private_menu,#station_menu,#player_menu{width:320px}#chat_left_menu{width:300px}#av_menu{width:240px;height:auto;position:fixed;left:-5000px;z-index:299;border-radius:20px;overflow:hidden;cursor:pointer}.topcard{padding:10px;min-height:90px}.bottomcard{padding:5px 0}.avbackground{background-size:cover!important;background-position:50% 50%!important}.avheader{position:relative}.avtop{background:#3498db}.avtop_content{text-align:center}.avdetails{text-align:center;padding:5px 0}.avavpart{padding:10px 0}.cover_text{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.clevel_item{display:inline-block;background:#0000004d;padding:3px 8px;border-radius:10px;font-size:12px;color:#fff}.clevel_item img{width:14px;height:14px;vertical-align:middle;margin-right:3px}.avflag{width:20px;height:14px}.card_menu{background:#fff}.avset{display:block}.action_item{cursor:pointer;border-radius:5px;padding:12px 15px;display:flex;align-items:center;gap:10px}.action_item:hover{background:#0000000d}.action_item i{width:25px;text-align:center;font-size:16px}.proitem{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.05)}.proitem:last-child{border-bottom:none}.proicon{width:25px;color:#3498db;margin-right:10px}.prodata{text-align:right;color:#666}.form_group{margin-bottom:5px}.form_group label{display:block;margin-bottom:5px;color:#666}.modal_top_item{padding:5px 10px;cursor:pointer;float:right;font-size:16px}.modal_top_menu{overflow:hidden}.profile_tab{min-height:150px}.warn{color:#f39c12}.avavpart{text-align:center}.avagegender{font-size:12px}.avdetails{text-align:center}.avtopmenu{min-height:15px;margin-bottom:-15px}.avoption{width:24px;height:24px;font-size:16px;text-align:center}.avavatar{width:60px;height:60px;border-radius:50%;display:block;margin:0 auto}.avusername{font-weight:700;font-size:20px;width:100%}.avcontent{width:100%;display:block;position:relative}.avitem{padding:12px 10px;text-align:center;cursor:pointer}.avitem i{padding:0 3px}.avtopopt{width:30px;text-align:center}.avflag{width:24px;height:auto;border-radius:2px}#log_menu{width:200px;height:auto;position:absolute;bottom:0;left:-5000px;z-index:99;border-radius:15px;overflow:hidden}.submenu_item{padding:10px;display:table;table-layout:fixed;width:100%;cursor:pointer;font-size:14px;text-shadow:none}.subm_title{font-size:13px;font-weight:700}.subm_sub{font-size:11px}.subm_icon{width:30px;text-align:center}.logmenu{width:100%;display:block;position:relative}.top_mod{display:table;table-layout:fixed;width:100%}.top_mod_empty{display:table-cell;vertical-align:middle}.top_mod_option{display:table-cell;vertical-align:middle;font-size:18px;text-align:center;width:40px;height:40px}#page_global{display:table;table-layout:fixed;width:100%}#page_full_global{display:table;table-layout:fixed;width:100%;height:100%}#page_content{width:100%;max-width:1100px;margin:0 auto;height:auto;padding:70px 0}#page_full_content{width:100%;height:100%;overflow:hidden;position:relative;z-index:0;padding-top:50px}#page_wrapper{width:100%;position:relative;overflow:hidden;overflow-y:auto}#page_full_in{width:100%;height:100%;overflow:hidden;overflow-y:auto}#side_menu{position:fixed;left:0;top:0;height:100%;width:260px;display:none;overflow-y:auto;z-index:3;padding:50px 0 20px}.page_closemenu{width:40px;text-align:center}.page_topmenu{height:40px}.page_wrapper_in{padding:10px}.page_menu_wrapper{overflow:hidden;overflow-y:auto}.page_indata,.page_full_indata{display:table-cell;vertical-align:top}.page_menu{display:table-cell;vertical-align:top;width:260px}.page_full{width:100%;display:table;table-layout:fixed}.page_left{display:table-cell;vertical-align:top;padding-right:10px}.page_right{display:table-cell;vertical-align:top;padding-left:10px}.page_350{width:330px;display:table-cell;vertical-align:top}.page_40{width:40%;display:table-cell;vertical-align:top}.page_quarter{width:25%;display:table-cell}.page_half{width:50%;display:table-cell;vertical-align:top}.page_third{width:33%;display:table-cell;vertical-align:top}.page_two_third{width:66%;display:table-cell;vertical-align:top}.page_350 img,.page_full img,.page_left img,.page_right img,.page_40 img,.page_quarter img,.page_half img,.page_third img,.page_two_third img{max-width:100%}.page_element{padding:20px;margin-bottom:10px;border-radius:2px}.lobby-view{background:var(--chat-bg, var(--panel-bg));color:var(--body-text);border-radius:0}.lobby-view .lobby-view-icon{color:var(--theme-color);opacity:.85}.lobby-view .lobby-view-title{color:var(--body-text);font-weight:600}.lobby-view .lobby-view-desc{color:var(--sub-text)}.lobby-view .lobby-room-item{background:var(--hover-bg, rgba(0,0,0,.04));border:1px solid var(--border-color);color:var(--body-text)}.lobby-view .lobby-room-item:hover{background:var(--selected-bg, rgba(0,0,0,.08));border-color:var(--theme-color)}.lobby-view .lobby-room-item .sub_text{color:var(--sub-text)}.lobby-view .lobby-room-item .lobby-room-name{color:var(--body-text);font-weight:600}.lobby-view .lobby-loading{color:var(--sub-text)}.split{display:table;width:100%;table-layout:fixed}.split_left,.element_left{width:50%;display:table-cell;padding-right:5px}.split_right,.element_right{width:50%;display:table-cell;padding-left:5px}.page_top_elem{display:table;table-layout:fixed;width:100%}.page_top_title{display:table-cell;vertical-align:middle}.page_top_option{display:table-cell;vertical-align:middle;width:120px}.page_menu_content{padding:0 0 40px}.label{margin:0 0 8px;font-size:13px;font-weight:700}.sub_label{padding-top:5px;font-size:12px}.mod_title{font-weight:700;margin:15px 0}.list{padding:15px}.list li{list-style:disc;padding:1px 0}.list_icon{width:20px;display:inline-block}.modal_open{overflow:hidden}.full_input,.full_textarea{padding:14px 10px;width:100%;min-width:100%;max-width:100%;border:none;border-radius:5px}.edit_page_box{min-height:600px}.large_input{font-size:20px}.selectboxit-container .selectboxit-list,.selectboxit-container,.selectboxit-container .selectboxit{width:100%}.selectboxit-container .selectboxit-options{max-height:180px;border-radius:5px}.selectboxit-container span,.selectboxit-container .selectboxit-options a{height:46px;line-height:46px}.selectboxit-container .selectboxit{border-radius:5px}.username{font-weight:700;cursor:pointer;display:inline-block}.link_like,.blinking{text-decoration:underline}.no_link_like{text-decoration:none;cursor:pointer}.system_text{display:inline-block;max-width:100%;padding:5px 10px;border-radius:5px;margin-top:5px;font-weight:400!important;font-size:12px}.post_content .system_text{display:block;text-align:center;padding:10px}.del_text{display:inline-block;max-width:100%;border-radius:5px;font-weight:400!important;font-size:11px}#content_page{width:100%;height:auto}#chat_right_data .load_more{margin-bottom:50px}#chat_right_bottom{width:100%;height:60px}#chat_right_bottom img{width:100%;height:100%;object-fit:cover;object-position:center}.not_member{padding:10px 15px;font-size:12px;margin-top:5px}.login_control{margin-top:5px}.rules_click{cursor:pointer;text-decoration:underline}.fbl_button{background:#3b5998;color:#fff}.twit_button{background:#1da1f2;color:#fff}.gplus_button{background:#dd4b39;color:#fff}.gplus{color:#dd4b39}.fbook{color:#3b5998}.twit{color:#1da1f2}.linkedin{background:#0077b5;cursor:pointer;color:#fff}.uploaded_file{text-decoration:none!important;display:block;padding:3px 10px;border-radius:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#monitor_data{z-index:10000;position:fixed;top:15px;left:15px;padding:15px;background:#006600f2;color:#fff;border-radius:5px;display:none;cursor:pointer;min-width:130px}#menu_main_footer{font-size:14px;width:auto}#menu_main_footer li{display:inline-block;margin:5px 10px 5px 0}#menu_main_footer li a{color:inherit;text-decoration:none}.text_title{font-weight:700;font-size:20px;margin-bottom:15px}.text_text{font-size:13px;margin:7px 0}.text_box{max-height:500px;overflow-y:auto}#intro_section_user{padding:72px 0}.active_user{height:110px;text-align:center;float:left;overflow:hidden}.active_embed{width:50px;height:50px;display:inline;margin:5px}.active_embed_user{width:50px;height:50px;border-radius:50%}.out_page_container{width:100%;height:100%;display:table;table-layout:fixed}.out_page_content{display:table-cell;text-align:center;vertical-align:middle;position:relative}.out_page_box{max-width:94%;width:480px;margin:0 auto}.out_page_title{font-size:25px;font-weight:700;margin-bottom:10px}.out_page_text{font-size:16px;margin-bottom:15px}.adm_login{position:absolute;bottom:5px;left:5px;display:block;padding:10px}.page_ticon{width:40px;height:40px;font-size:20px;text-align:center;border-radius:50%}.page_ttext{font-size:25px;font-weight:700;padding:0 10px}#main_input,#disabled_content,#main_load_content{width:100%}#container_input,#main_disabled,#main_load{padding:4px}#content,#message_content{width:100%;height:81%;padding:0 12px;float:left;font-size:16px;border-radius:100px}#inputt_left{height:100%}.chat_input_container{width:100%}.main_item{width:40px;height:100%;text-align:center;font-size:20px;z-index:1;display:table-cell;vertical-align:middle;position:relative}.main_hide,.sub_hidden{display:none}.input_icon{font-size:18px}.td_input{height:100%;display:table-cell;padding:0 3px}.input_table{overflow:hidden;display:table;table-layout:fixed;width:100%;height:100%}#send_image{border-radius:0}#submit_button{width:100%;float:right;height:100%!important;font-weight:700;box-shadow:none!important;padding:0;border:none!important;font-size:18px}#wrap_footer{height:auto;width:100%;position:fixed;bottom:0;left:0;z-index:200}#my_menu{width:100%;height:50px;display:table;table-layout:fixed}.mute_mode{position:absolute;top:5px;border-radius:50px;width:90%;max-width:600px;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;z-index:100;padding:5px;opacity:.9}.ppanel{overflow:hidden;padding:0;display:table-cell;vertical-align:top;max-width:100%!important;width:360px;height:100%}.pfull{position:fixed;top:50px;bottom:50px;left:0;right:0;overflow:hidden;z-index:150;max-width:100%!important;width:100%}.pboxed{position:fixed;bottom:50px;right:10px;overflow:hidden;z-index:150;max-width:100%!important;height:400px!important;width:400px!important;border-radius:10px}.pboxed .pcontent{height:310px!important}#private_center{display:flex;flex-direction:column}#private_box{width:100%;overflow:hidden;height:100%;display:flex;flex-direction:column}#private_top{width:100%;display:table;height:40px;min-height:40px;padding:0 10px;flex-shrink:0}#private_wrap_content{position:relative;flex:1;overflow:hidden;display:flex;flex-direction:column}.pcontent{flex:1;overflow:hidden;display:flex;flex-direction:column}#priv_input{width:100%;flex-shrink:0}#private_content{width:100%;flex:1;overflow:hidden;overflow-y:auto;padding:5px 10px}#private_input,#private_disabled,#private_load{width:100%;padding:4px;position:relative}#private_disable,#private_load_content{height:40px}#message_form{height:40px;width:100%}#private_send{width:100%;height:100%!important;cursor:pointer;font-size:18px}#file_private{width:40px;vertical-align:middle;font-size:20px;display:table-cell;position:relative;text-align:center}#private_left{display:table;width:100%;height:100%}#private_av_wrap{width:30px}#private_av{cursor:pointer;width:30px;height:30px;display:block;border-radius:50%}#dpriv{position:relative}#private_name{cursor:pointer;font-size:16px;padding:0 8px}#dpriv_av{width:30px;height:30px;display:block;margin:0 auto;border-radius:50%}.private_opt{width:40px;text-align:center;cursor:pointer;display:table-cell;vertical-align:middle;position:relative}.empty_private{padding:20px 10px;text-align:center;font-size:17px}#show_private_wrap{width:100%;height:100%;overflow:auto;overflow-x:hidden;position:relative}#show_private{position:absolute;bottom:0;left:0;right:0;max-height:100%;overflow-y:auto;padding:10px}#show_private li{width:100%;margin-bottom:8px}.prdate{font-size:11px;padding:2px 5px}.cannotpriv{width:100%;display:table;table-layout:fixed}.private_content{display:table-cell;vertical-align:top}.hunter_private,.target_private{padding:10px;max-width:220px;display:inline-block;word-wrap:break-word;line-height:1.4em;border-radius:10px}.hunt_quote,.targ_quote{padding:10px;margin-bottom:-6px;max-width:220px;display:inline-block;word-wrap:break-word;line-height:1.4em;border-radius:10px}.hunt_quote,.hunter_private,.targ_quote{float:right}.avatar_private{display:block;height:26px;width:26px;border-radius:18px;overflow:hidden}.private_logs .chat_image,.private_logs .sticker_chat{height:70px;max-width:100%}.ticker{display:table-cell;vertical-align:bottom;padding:0 4px 12px;width:26px}.ticker img{width:18px;height:18px;border-radius:50%}.priwrap{display:table-cell}.privopt{flex-grow:1;padding:0 5px;text-align:right}.prdate{padding:3px 5px;font-size:10px}.propt{display:table-cell;vertical-align:middle}.ppitem{cursor:pointer}.ppitem{font-size:16px;width:32px;padding:5px;cursor:pointer;float:left;text-align:center}.outpriv .prdate{text-align:right}.outpriv .ppitem{float:right}.outpriv .privopt{text-align:right}.nogranted{display:none!important}.ch_logs{padding:5px 10px;word-wrap:break-word;display:table;width:100%;table-layout:fixed;max-width:100%;overflow:hidden;cursor:pointer;line-height:1.5}.ch_tlogs,.ch_dlogs{padding:8px 10px}.other_logs{padding:10px;word-wrap:break-word;display:table;width:100%;table-layout:fixed;max-width:100%;overflow:hidden}.chat_avatar{display:table-cell;width:40px;vertical-align:top;position:relative}.cavatar{height:40px;width:40px;border-radius:50%;display:block;overflow:hidden;cursor:pointer}.my_text{display:table-cell;vertical-align:top;padding:0 0 0 6px;position:relative}.topic_text{display:table-cell;vertical-align:top;padding:0 10px;position:relative}.my_text .username{font-size:12px}.chat_image{max-width:100%;height:100px;width:auto;margin:5px 0 0;border-radius:10px}#show_chat ul,#chat_logs_container{position:absolute;bottom:0;max-height:100%;overflow-y:auto;padding-bottom:10px;width:100%}#show_chat li{position:relative}.cclear,.spclear,.tpclear{display:table-cell;width:24px;font-size:10px;vertical-align:middle;text-align:center;cursor:pointer}.cdate{display:table-cell;width:65px;font-size:10px;vertical-align:middle;text-align:center}.cname{display:table-cell;vertical-align:middle}.chat_rank,.chat_ghost{display:inline-block;width:auto;height:11px;margin:0 3px 0 0}.special_delete{font-size:13px;position:absolute;top:0;right:0;padding:5px}.emo_chat{height:24px;max-width:100%;vertical-align:bottom}.sticker_chat{height:80px;max-width:100%;vertical-align:bottom}.custom_chat{max-height:200px;max-width:400px}.chat_system{font-size:12px}.sysname{font-weight:700}.chat_message{display:flex;align-items:stretch;justify-content:space-between;max-width:100%}.chat_tmessage{max-width:min(1100px,calc(100% - 30px))}.bubble{display:inline-block;padding:8px 12px;border-radius:12px;white-space:pre-wrap;word-wrap:break-word;max-width:min(1100px,calc(100% - 40px))}.topic_icon{display:table-cell;width:40px;vertical-align:top;position:relative}.tpicon{height:40px;width:40px;border-radius:50%;display:block;overflow:hidden;cursor:pointer}.topic_log{margin-top:10px}.sys_log{padding:5px 10px;word-wrap:break-word;display:table;width:100%;table-layout:fixed;max-width:100%;overflow:hidden}.chat_savatar{display:table-cell;width:40px;vertical-align:top;position:relative}.savatar{height:24px;width:24px;border-radius:50%;display:block;overflow:hidden;cursor:pointer;margin:0 auto}.post_content{line-height:1.4em}.empty_zone{padding:15px;margin:0 auto;text-align:center}.empty_zone_icon{width:64px;height:64px}.empty_zone_text{font-size:13px;margin-top:10px}.empty_small_icon{width:50px;height:50px}.main_post_control{display:table;table-layout:fixed;width:100%;height:40px}.main_post_item{display:table-cell;vertical-align:middle;width:40px;font-size:20px;position:relative;text-align:center}.main_post_button{display:table-cell;vertical-align:middle;text-align:right}.post_emo_content{max-height:110px;overflow:hidden;overflow-y:auto}.post_emo_content .emoticon img{height:100%;width:auto}.reply_item{display:table;table-layout:fixed;width:100%;word-wrap:break-word;padding:10px;border-radius:10px}.reply_avatar{display:table-cell;vertical-align:top;width:32px}.reply_avatar img{width:32px;height:32px;border-radius:50%;display:block;cursor:pointer}.reply_content{display:table-cell;vertical-align:top;padding:0 5px}.reply_content img{max-height:160px}.reply_delete{text-align:center;width:30px;cursor:pointer}.post_edit{cursor:pointer;width:40px;font-size:15px;position:relative}.do_comment{width:50px;text-align:center;cursor:pointer}.like_count{float:left;cursor:pointer;padding:5px;border-radius:50px}.show_reply{height:auto;overflow:hidden;margin-bottom:10px}.more_comment{cursor:pointer;display:block;padding:8px 0}.more_comment:hover{text-decoration:underline}.post_image{display:table;table-layout:fixed;width:100%;margin:10px 0}.post_image img{max-width:100%;max-height:350px;width:auto;height:auto}.post_audio{margin:10px 0}.post_audio_save,.post_video_save,.post_zip{width:100%;height:60px;margin:10px 0}.post_audio_save img,.post_video_save img,.post_zip img{height:100%;display:block}.post_audio audio{width:100%}.post_video{width:100%;height:250px;margin:10px 0}.post_video_save{width:100%;height:60px;margin:10px 0}.post_video video{height:100%;width:100%;max-width:100%;display:block}.add_comment_zone{clear:both}.add_comment{border-radius:50px}.post_input_container{border-radius:10px}.panel_wrap{padding:15px 15px 30px}.up_data{display:inline-block;position:relative}.up_file{display:table;position:relative;table-layout:fixed;width:100%}.up_file_content{display:table-cell;position:relative}.up_file_control{display:table;width:24px;height:24px;position:absolute;top:-5px;right:-5px}.up_file_remove{width:24px;height:24px;display:table-cell;text-align:center;vertical-align:middle;font-size:13px;cursor:pointer;border-radius:50%}.up_audio{width:200px;max-width:100%}.up_video{height:120px;border-radius:5px}.up_image{max-height:50px;max-width:100%;border-radius:5px;display:block}#friend_post,#news_data{height:120px;border:none;overflow:hidden;background:none!important;border:none!important}#wall_file,#news_file{-webkit-appearance:none;position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;padding:0!important}.news_box{border-bottom:1px solid rgba(0,0,0,.08)}.post_title{display:table;table-layout:fixed;width:100%}.post_avatar{display:table-cell;vertical-align:middle;width:36px}.post_avatar img{width:36px;height:36px;border-radius:50%;display:block;cursor:pointer}.post_info{display:table-cell;vertical-align:middle}.post_content{display:table;table-layout:fixed;width:100%;padding:10px 0;word-wrap:break-word}.post_control{display:table;table-layout:fixed;width:100%;padding:5px 0}.post_element{height:auto;padding:15px 0;margin:0 auto}.post_edit{cursor:pointer;width:40px;font-size:15px;position:relative;display:table-cell;vertical-align:middle;text-align:center}.post_menu{display:none;position:absolute;top:100%;right:0;width:220px;text-align:left;z-index:10;background:#fff;border-radius:8px;box-shadow:0 2px 10px #00000026}.bcell_mid_center{display:table-cell;vertical-align:middle;text-align:center}.add_comment_zone{padding:5px 0}.add_comment{width:100%;padding:8px 12px;border:1px solid rgba(0,0,0,.1);border-radius:20px;outline:none;font-size:13px}.add_comment:focus{border-color:#0003}.reply_post,.full_input{width:100%}.sub_date{color:#999}.load_more_news{padding:15px 0}.load_more{border:none;cursor:pointer;transition:all .2s}.load_more:hover{opacity:.8}.theme_btn{background:#3498db;color:#fff;padding:10px 20px;border-radius:25px;font-size:14px}.small_button{padding:8px 16px;font-size:13px}.rounded_button{border-radius:50px}.like_container{overflow:hidden}.like_count{float:left;cursor:pointer;padding:5px;border-radius:50px;font-size:13px}.like_count:hover{background:#00000014}.like_count.liked,.like_count.disliked,.like_count.loved,.like_count.funned{background:#0000000d}.like_icon,.comment_icon{width:20px;height:20px;display:inline-block;vertical-align:middle;margin-top:-2px}.comment_count{text-align:right;cursor:pointer}.wlike_icon{width:20px;height:20px;vertical-align:middle}.plike_text{vertical-align:middle}.post_menu{display:none;position:absolute;top:100%;right:0;width:220px;text-align:left;z-index:1}.post_menu_item{padding:8px 10px}.post_element .emo_chat{height:18px}.video_container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:5px 0 0;clear:both}.video_container iframe,.video_container object,.video_container embed{position:absolute;top:0;left:0;width:100%;height:100%}#move_video,#move_audio{cursor:pointer}.chat_video_container{width:200px;height:113px;position:relative;margin-top:5px;border-radius:8px;overflow:hidden;line-height:0;font-size:0;display:inline-block;vertical-align:top}.chat_video{width:100%;height:100%;display:block;object-fit:cover}.chat_cvideo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;display:block;pointer-events:none}.private_logs .chat_video_container{width:200px;height:113px;position:relative;margin-top:5px;border-radius:8px;overflow:hidden}.cqmess .chat_video_container{width:140px;height:80px;margin-top:2px}.cqmess .chat_cvideo{width:35px;height:35px}#wrap_stream{width:560px;height:315px;border-top:1px solid #333}#wrap_stream iframe{width:100%;height:100%;border:none;padding:0;margin:0}#wrap_stream video{width:100%;height:100%;border:none;padding:0;margin:0}#container_stream{width:560px;height:355px;z-index:160;position:fixed;top:100px;left:50%;margin-left:-240px;margin-top:0;display:none;border-radius:15px;overflow:hidden}.vidopt{height:40px;width:40px;font-size:18px!important;color:#fff;text-align:center;cursor:pointer}#mstream_img{display:block;margin:0 auto;width:30px;height:30px;border-radius:50%}.streamhide{display:none!important}.streamout{left:-10000px!important}#wrap_stream_audio{width:300px;height:auto;border-top:1px solid #333}#wrap_stream_audio audio{width:100%;border:none;padding:0;margin:0}#container_stream_audio{width:300px;height:auto;z-index:160;position:fixed;top:100px;left:50%;margin-left:-150px;margin-top:0;display:none;border-radius:10px;overflow:hidden}.over_stream{z-index:1100!important}#header2{width:100%;height:50px;margin:0 auto;position:fixed;z-index:4}#header_full{width:100%;height:50px;position:fixed;z-index:202}#wrap_main_header{max-width:1100px!important;margin:0 auto;height:100%}#wrap_full_header{height:100%;padding:0 10px}#chat_head{height:50px;padding:0 5px;width:100%;display:table;table-layout:fixed}.empty_subhead{width:100%;height:50px}.stat_av{width:40px;height:40px;border-radius:50%}.top_status{width:12px;height:12px;border-radius:50%;display:block;position:absolute;bottom:8px;left:6px;border:1px solid #fff;background:#fff}#main_header{display:table;table-layout:fixed;width:100%;height:100%}#main_mob_menu{display:table-cell;vertical-align:middle;width:50px;position:relative;cursor:pointer}#open_login_menu{width:50px;font-size:24px;position:relative}.head_logo,.chat_head_logo{display:table-cell;vertical-align:middle;width:160px;padding:0 5px;white-space:nowrap}.head_logo img,.chat_head_logo img{height:40px;width:auto;display:block}.head_option{display:table-cell;width:40px;vertical-align:middle;font-size:16px;text-align:center;position:relative;cursor:pointer}.notif_zone{height:100%}.cookie_wrap{position:fixed;display:table;padding:25px;z-index:9999;width:80%;left:10%;border-radius:10px;bottom:15px}.cookie_img{display:table-cell;vertical-align:middle;width:60px}.cookie_img img{width:60px;display:block}.cookie_text{display:table-cell;vertical-align:middle;padding:0 10px}.cookie_button{display:table-cell;width:120px;vertical-align:middle;padding:0 10px}.pbadge{width:40px;height:40px;margin-bottom:2px;display:grid;align-items:center;float:left;position:relative;border-radius:10px}.pbadge_img{width:40px;max-height:40px;margin:0 auto;position:relative}.pbadge_count{width:18px;height:18px;position:absolute;bottom:0;right:0;border-radius:50px;background:#666;color:#fff;font-size:10px}.badge_box_count{width:40px;height:40px;margin-left:-40px}.badge_info_icon{width:40px}.badge_info_icon img{height:40px}.lang_flag,.intro_lang{width:26px;height:auto;display:block;margin:0 auto;border-radius:3px}.lang_flag_box{width:40px}.lang_lang{padding:10px 5px}.drop_list{display:none;cursor:pointer}.user_count{display:table;table-layout:fixed;width:100%;padding:10px;font-size:13px;font-weight:400;font-weight:700}.ucount{border-radius:50px;padding:4px 7px;font-size:11px}.user_item:hover{opacity:1!important}.user_square_elem{width:calc((100% / 6) - 10px);height:auto;position:relative;display:inline-block;margin:5px;border-radius:5px;overflow:hidden}.user_square_elem img{width:100%;display:block;height:auto}.square_name{position:absolute;bottom:0;left:0;width:100%;font-size:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:2px 4px;border-radius:0 0 5px 5px;text-align:center}#global_chat{display:table;width:100%;overflow:hidden;height:calc(100vh - 100px);height:calc(var(--real-vh, 100vh) - 100px)}#chat_left{height:100%;max-width:100%;width:380px;display:table-cell;vertical-align:top}.cleft,.cleft2{width:380px;max-width:100%}.cleft{padding:0;display:table-cell;vertical-align:top;box-shadow:none!important;height:100%}.cleft2{position:fixed;left:0;top:50px;bottom:50px;z-index:201;padding-bottom:0;max-width:100%!important}.left_hide{display:none!important}.left_top_menu{height:40px}.left_bar_option{cursor:pointer}.left_head_empty{padding:0 10px;font-weight:700}#left_content{width:100%;height:100%;overflow:hidden}#left_panel_bar{height:40px}#chat_left_data{width:100%;height:calc(100vh - 140px);height:calc(var(--real-vh, 100vh) - 140px);position:relative;overflow-y:auto!important}.left_keep{width:100%;padding:15px}#container_news{padding-bottom:10px}#left_menu{width:50px;font-size:18px;overflow:hidden;display:table-cell}#left_menu_content{width:100%;height:100%;overflow:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(136,136,136,.1) transparent;direction:rtl;padding:10px 5px}#left_menu_content>*{direction:ltr}.left_menu_item{display:table;width:100%;height:40px;cursor:pointer;position:relative;border-radius:10px;margin-bottom:10px}.left_menu_icon{display:table-cell;vertical-align:middle;text-align:center;position:relative}#chat_center{display:table-cell;vertical-align:top;overflow:hidden;height:100%}#container_chat{height:100%}.panel_bar{display:table;width:100%;table-layout:fixed;height:40px}.panel_bar_item,.panel_option,.left_bar_item{display:table-cell;vertical-align:middle;width:40px;text-align:center;cursor:pointer}#chat_right{height:100%;width:280px;overflow:hidden;padding:0;display:table-cell;vertical-align:top;max-width:100%!important;background:var(--panel-bg, #fff)}#chat_right.panel_hidden{display:none}.cright,.cright2{width:280px}.cright{overflow:hidden;padding:0;display:table-cell;vertical-align:top;max-width:100%!important;box-shadow:none!important}.cright2{position:absolute;top:50px;right:0;overflow:hidden;z-index:201;display:none;max-width:100%!important;background:var(--panel-bg, #fff);box-shadow:-2px 0 10px #0003}@media screen and (max-width: 768px){#chat_right{display:none;position:fixed;top:50px;right:0;bottom:50px;width:280px;max-width:85%;height:auto;z-index:250;background:var(--panel-bg, #fff);box-shadow:-2px 0 10px #0000004d;overflow-y:auto}#chat_right.right_show{display:block!important}#chat_right_data{height:calc(var(--real-vh, 100vh) - 140px)!important;max-height:calc(var(--real-vh, 100vh) - 140px);overflow-y:auto}#chat_left{display:none;position:fixed;left:0;top:50px;bottom:50px;width:100%!important;max-width:100%!important;z-index:201;background:var(--panel-bg, #fff)}#chat_left:not(.left_hide){display:block!important}}.large_panel{width:400px}#chat_right_content{width:100%}#chat_right_top{width:100%;height:43px;display:table;table-layout:fixed}#chat_right_data{overflow:hidden;overflow-y:auto;position:relative;width:100%;padding-bottom:60px}.footer_item{width:40px;height:100%;text-align:center;cursor:pointer;display:table-cell;max-width:16.66666666%;vertical-align:middle;position:relative}.privhide{display:none!important}.i_btm{font-size:20px}.foot_notify{position:absolute;top:10px;left:5px;width:11px;height:11px;border-radius:50%;display:none}.head_notify{position:absolute;top:16px;left:6px;width:11px;height:11px;border-radius:50px;display:none}.menu_notify{position:absolute;right:10px;padding:0 5px;border-radius:2px;font-size:13px;font-weight:700;display:none}.pm_notify{padding:0 5px;border-radius:2px;font-size:14px;font-weight:700}.side_notify{width:11px;height:11px;border-radius:50%;display:none;position:absolute;top:unset;left:unset;bottom:12px!important;right:10px!important}.priv_mess{padding:10px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);table-layout:auto}.priv_mess .fmenu_name{width:100%}.priv_mess .fmenu_name .username,.priv_mess .fmenu_name.gprivate{color:var(--text-color, #fff)}.pm_av{width:45px;position:relative}.pm_avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.pm_info{overflow:hidden}.pm_name{font-size:14px;margin-bottom:2px}.pm_text{font-size:12px}.pm_time{width:50px;text-align:right}.pm_unread{position:absolute;bottom:-2px;right:0;min-width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:700;text-align:center;line-height:18px;background:#e74c3c;color:#fff}.notify_item{display:table;table-layout:fixed;width:100%;padding:15px 10px;cursor:pointer}.notify_item.notify_unread{background:#3498db1a}.notify_details{display:table-cell;padding:0 8px;vertical-align:middle}.notify_status{display:table-cell;width:16px;font-size:13px;vertical-align:middle}.notify_avatar{display:table-cell;vertical-align:top;width:40px;position:relative}.notify_avatar img{width:40px;height:40px;border-radius:50%;display:block;cursor:pointer}.notify_type_icon{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;box-shadow:0 1px 3px #0003}.notify_dot{color:#e74c3c;font-size:8px}.notify_text{font-size:13px;line-height:1.3}.date_notify{margin-top:3px}.hnotify{font-size:14px;font-weight:700}.date_notify{margin-top:2px}#notify_list{overflow:hidden;padding:0}#notify_content{max-height:364px;overflow:hidden;overflow-y:auto}.notify_reaction,.notify_prolike,.notify_gold{width:16px;height:16px;vertical-align:bottom;margin-bottom:-2px}.notify_prolike{border-radius:50%}.notify_icon{width:22px!important;height:22px!important;position:absolute;bottom:-2px;right:-2px;border-radius:50%;background:var(--box-bg,#fff);padding:1px;box-shadow:0 1px 3px #0003}.notify_gift_img{display:table-cell;width:45px;text-align:right;vertical-align:middle}.empty_notify{color:var(--sub-text,rgba(255,255,255,.6))}.notifications-menu .ftop_elem.float_top{border-bottom:1px solid var(--border-color,rgba(255,255,255,.1))}.notifications-menu .ftop_opt_text{color:var(--chat-text,#fff)}.notifications-menu .ftop_action{color:var(--chat-text,#fff);cursor:pointer;opacity:.8}.notifications-menu .ftop_action:hover{opacity:1}.report-menu .ftop_elem.float_top{border-bottom:1px solid var(--border-color,rgba(255,255,255,.1))}.report-menu .ftop_opt_text{color:var(--chat-text,#fff)}.report_item .notify_details{vertical-align:top}#top_notify{position:fixed;top:20px;left:10px;width:100%;max-width:320px;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;z-index:9999}.top_notify{max-width:100%;word-wrap:break-word;overflow-wrap:break-word;border-radius:8px;overflow:hidden;animation:slideIn .3s ease-out}.top_notify_avatar{width:40px;vertical-align:top}.top_notify_icon{width:30px;vertical-align:top}.top_notify_avatar img,.top_notify_icon img{width:40px;height:40px;border-radius:50%}.top_notify_icon img{width:30px;height:30px;border-radius:50%}.top_notify_btn{width:30px;text-align:center;vertical-align:top}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:.95}}.large_spinner{width:50px;height:50px;position:absolute;display:block;top:50%;left:50%;margin-left:-25px;margin-top:-25px;font-size:50px}.boom_spinner{width:100%}.room_options{width:100%;padding:0 5px 15px}.room_elem{display:table;padding:10px;cursor:pointer;overflow:hidden;position:relative}.room_celem{display:table;padding:8px;cursor:pointer;overflow:hidden;position:relative}.room_content{padding:0 0 0 10px}.room_name{font-size:16px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.room_cname{font-size:14px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.room_icon_wrap{width:60px;height:60px}.room_icon{width:60px;height:60px;border-radius:10px;display:block}.room_cicon_wrap{width:50px;height:50px}.room_cicon{width:50px;height:50px;border-radius:5px;display:block}.room_count{font-size:15px;font-weight:700;text-align:right}.room_ccount{font-size:14px;font-weight:700;text-align:right}.room_enter{width:20px;font-size:16px;text-align:center}.room_description{font-size:12px;padding:3px 0}.room_cdescription{font-size:11px;padding:1px 0}.room_img{width:100%;height:auto;display:block}.room_tag{width:16px;height:16px;border-radius:50%;display:block;margin:0 auto}.room_ctag{width:14px;height:14px;border-radius:50%;display:block;margin:0 auto}.roomopt{width:20px}.roomcopt{width:16px}.chat_rlist{position:relative;width:100%;height:100%;overflow-y:auto}.room_preview{width:120px;height:120px;border-radius:10px}.warn_icon{width:20px}.ricon_current_wrap{width:120px;display:table-cell;vertical-align:bottom;position:relative}.ricon_current{width:120px;height:120px;border-radius:10px;display:block}.ricon_control{position:absolute;display:table;table-layout:fixed;width:100%;z-index:40;width:80px;left:20px;border-radius:50px;bottom:10px}.ricon_button{display:table-cell;vertical-align:middle;text-align:center;width:40px;padding:8px 0;position:relative}.chat_player{display:table;table-layout:auto}.music_player{display:table;table-layout:fixed;height:100%;width:100%}.player_menu{display:table-cell;width:40px;font-size:18px;text-align:center;vertical-align:middle}.player_button{display:table-cell;width:36px;font-size:30px;text-align:center;vertical-align:middle}.player_sound{display:table-cell;width:40px;font-size:20px;text-align:center;vertical-align:middle}.player_current{display:table-cell;vertical-align:middle;padding:0 5px;width:100px;max-width:100px;line-height:1em!important}.player_volume{display:table;table-layout:fixed;width:100%;height:40px}.player_list_container{padding:10px 0 5px}.player_change{width:40px;font-size:18px;text-align:center}.cur_play{padding-bottom:10px}#player_listing{max-height:160px;overflow-y:auto}#sound_display{width:26px;font-size:20px}#slider{width:100%}.splay_btn{width:36px}#current_play_btn{font-size:36px}.footer_play{font-size:24px}.avmmenu{width:40px}.avmmenu img{width:40px;height:40px;border-radius:8px;display:block}.gold_icon,.ruby_icon{width:18px}.gold_icon2,.ruby_icon2{width:16px}.gold_icon img,.ruby_icon img{width:18px;height:18px;display:block}.gold_icon2 img,.ruby_icon2 img{width:16px;height:16px;display:block}.gold_text,.ruby_text,.gold_text2,.ruby_text2{font-size:16px}.editstatus{width:36px}.menuname{font-size:16px;font-weight:700}.stat_icon img{display:block;width:100%;height:100%;border-radius:50%}.menuranking{height:11px;width:auto}.menuranktxt{font-size:11px}.roomcv{width:40px}.roomcv img{width:40px;height:auto;border-radius:3px;display:block}.mroom_name{font-size:16px;font-weight:700}.mroom_text{font-size:11px}.mroom_change{width:24px;font-size:18px;text-align:center}.action_item{margin-bottom:3px;border-radius:5px}.radio_item,.reply_item,.ulist_item,.docu_box{margin-bottom:3px}.report_item,.card_button{margin-bottom:5px}.ui-widget-content,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:none}.ui-corner-all{border-radius:10px}.ui-slider-horizontal{height:7px}.ui-slider-horizontal .ui-slider-handle{cursor:pointer}.sound_display{text-align:left;margin-left:15px}.choose_avatar,.choose_cover{position:relative}.avatar_select,.cover_select{-webkit-appearance:none;position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer}.cover_size{height:230px}.state_profile{width:20px;height:20px;position:absolute;bottom:5px;right:5px;z-index:30;border:2px solid #fff;border-radius:50px}.state_note{width:20px;height:20px;position:absolute;bottom:5px;left:5px;z-index:30}.proicon{width:26px}.proitem{padding:12px}.prodata{width:50%}.mobpico{font-size:18px}.vfavatar{height:110px;max-width:100%;border-radius:10px;display:block;margin:0 auto}.scanbtn{width:30px;font-size:18px;text-align:center}.reg_menu_container{position:relative}.reg_menu{font-size:0px}.reg_menu ul li{display:inline-block;padding:8px 10px;border-radius:3px;cursor:pointer;font-size:13px;font-weight:700}.line_menu{position:relative}.line_menu{font-size:0px}.line_menu ul li{display:inline-block;padding:8px 10px;font-size:15px;cursor:pointer}.pdetails{display:table;table-layout:fixed;width:100%}.pdetails_icon{display:table-cell;vertical-align:middle;width:24px;cursor:pointer}.pdetails_text{display:table-cell;vertical-align:middle;overflow:hidden;white-space:nowrap}.tab_menu{font-size:0px;padding:5px 10px;margin-bottom:5px}.tab_menu ul li{display:inline-block;padding:8px 15px;cursor:pointer;font-size:13px;font-weight:700;border-radius:5px;margin:5px}.modal_menu{font-size:0px;padding:10px 0}.modal_menu ul li{display:inline-block;padding:8px 12px;cursor:pointer;font-weight:700;font-size:13px;margin:0 5px 0 0;border-radius:5px}.modal_top_menu{display:table;width:100%;table-layout:fixed;margin:5px 0;padding:0 5px}.modal_top_menu .modal_top_item{display:table-cell;width:40px;height:40px;vertical-align:middle;font-size:20px;text-align:center;cursor:pointer;position:relative;float:none}.modal_top_menu_empty{display:table-cell;vertical-align:middle;width:10px}.cover_menu{display:table-cell;vertical-align:middle;width:80px}.cover_item_wrap{display:table;border-radius:50px;overflow:hidden}.cover_item{width:40px;height:30px;display:table-cell;vertical-align:middle;text-align:center}.profile_background{background-size:cover!important;background-position:50% 50%!important}.hide_zone{display:none}.modal_wrap_top{position:relative;display:table;table-layout:fixed;width:100%;min-height:220px;border-radius:20px 20px 0 0}.profile_top{padding:0 15px 15px;position:relative;height:100%}.profile_avatar{display:table-cell;width:100px;vertical-align:bottom;position:relative;border-radius:5px;text-align:center}.avatar_profile{width:100px;height:100px;cursor:pointer;display:block;border-radius:50%}.avatar_button{display:table-cell;vertical-align:middle;text-align:center;padding:8px 0;position:relative}.profile_tinfo{display:table-cell;vertical-align:bottom;padding:0 10px;position:relative}.pro_name{font-size:25px;font-weight:700;width:100%;overflow:hidden;white-space:nowrap}.pro_name_icon{width:18px;height:18px;display:block}.pro_ranking{height:14px;width:auto}.pro_mute{height:15px;width:auto}.pro_rank{font-size:14px;margin-bottom:-3px;font-weight:700;display:block}.pro_mood{font-size:12px;font-weight:700}.add_cover{position:relative}.profile_info_box{font-size:11px;padding:10px 15px}.level_profile{text-align:center;position:absolute;bottom:0;left:0;width:100%;padding:7px 0}.pro_flag{display:inline-block;height:12px}.proli{width:160px}.avatar_control{position:absolute;display:table;table-layout:fixed;width:100%;z-index:40;width:60px;left:20px;border-radius:50px;bottom:10px}.avatar_spin{border-radius:50%;overflow:hidden;position:relative;z-index:30}.uploader{max-width:240px;margin:10px auto;font-family:system-ui,sans-serif}.av_slide_opt{width:40px;text-align:center}.stage{position:relative;width:var(--frame);height:var(--frame);border-radius:16px;overflow:hidden;background:#111;touch-action:none;margin:0 auto}canvas#view{width:100%;height:100%;display:block}.overlay{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:0 0 0 20000px #00000073;background:#ffffff0f;outline-offset:-1px}.overlay.circle{border-radius:50%}#avatar_file{display:none}#stage{width:240px;height:240px}#view{width:100%;height:100%;display:block}.up_input{-webkit-appearance:none;position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;padding:0!important;overflow:hidden}.report_item{display:table;table-layout:fixed;width:100%}.report_check{display:table-cell;width:30px;text-align:center;vertical-align:middle;font-size:20px}.report_text{display:table-cell;vertical-align:middle;padding:0 5px}.head_report{display:table;table-layout:fixed;width:100%}.report_name{display:table-cell;vertical-align:middle;padding:0 5px}.report_avatar{display:table-cell;vertical-align:middle;width:36px}.report_avatar img{width:36px;height:36px;border-radius:50%;display:block;cursor:pointer}.prep_avatar{display:table-cell;vertical-align:top;width:30px}.prep_avatar img{width:30px;height:30px;border-radius:50%;display:block;cursor:pointer}.empty_zone{width:100%}.othera{margin:0 8px 5px 0;display:inline-block}#private_progress,#main_progress{display:none}.uprogress{width:140px;background:#666;color:#fff;position:absolute;top:5px;left:5px;border-radius:5px;overflow:hidden}.uprogress_wrap{width:140px;height:30px;position:relative}.uprogress_progress{width:0%;height:30px;background:#74b20e}.uprogress_content{width:140px;height:30px;position:absolute;top:0;left:0}.uprogress_text{padding:0 10px}.uprogress_icon{width:40px;text-align:center}#back_to_bottom{width:40px;position:absolute;top:5px;left:50%;transform:translate(-50%);border-radius:15px;overflow:hidden;cursor:pointer;display:none;text-align:center}.theme_wrap{padding-top:20px;display:flex;flex-wrap:wrap;gap:10px}.theme_preview{flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px);border-radius:15px;overflow:hidden;display:flex;flex-direction:column;position:relative}.theme_control{position:absolute;bottom:10px;left:0;width:100%;z-index:1;text-align:right;padding:0 10px}.header_preview{height:30px}.header_preview_option{width:30px;text-align:center;font-size:12px}.preview_name{font-weight:700;font-size:7px!important}.chat_preview{height:150px;padding:10px 8px;position:relative;z-index:1}.chat_preview_back{z-index:0;pointer-events:none}.chat_preview_back{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;opacity:.4}.chat_preview>*:not(.chat_preview_back){position:relative;z-index:1}.log_preview{margin:1px 0}.avatar_preview{width:20px;height:20px;vertical-align:middle}.avatar_preview img{width:20px;height:20px;border-radius:50%;display:block}.content_preview{padding:1px 5px;font-size:8px!important;vertical-align:middle}.preview_bubble{padding:3px;border-radius:5px;display:inline-block;margin-top:1px}.preview_tlogs{padding:3px 0;display:inline-block;margin-top:1px}.preview_author{display:inline-block;position:absolute;bottom:5px;left:10px;font-size:9px;padding:3px 6px;border-radius:5px;z-index:202}#ptyping{position:absolute;bottom:0;left:10px;width:auto;border-radius:100px;padding:3px;font-size:20px;display:none}#ptyping_avatar{width:18px;height:18px}#ptyping_av{width:18px;height:18px;border-radius:50%}#ptyping_text{width:50px;height:18px}.prview{padding-right:5px}.prview_hide{display:none}#main_input_extra{width:auto;position:absolute;bottom:0;left:0;z-index:100;padding:5px;display:none;border-radius:5px;max-width:calc(100% - 10px);margin:5px}.sub_options{width:46px;height:46px;padding:5px;margin:3px;float:left;position:relative;cursor:pointer}.sub_options:hover{padding:0;transition:all .3s}.sub_options img{width:100%;height:auto}#priv_input_extra{width:auto;position:absolute;bottom:0;left:0;z-index:100;padding:3px;display:none;border-radius:5px;max-width:240px;margin:5px}.psub_options{width:40px;height:40px;padding:5px;margin:3px;float:left;position:relative;cursor:pointer}.psub_options:hover{padding:0;transition:all .3s}.psub_options img{width:100%;height:auto}#main_emoticon{width:530px;max-width:calc(100% - 10px);border-radius:15px;height:222px;position:absolute;bottom:0;left:0;z-index:100;display:none;margin:5px;overflow:hidden}#private_emoticon{width:calc(100% - 10px);border-radius:5px;height:200px;position:absolute;bottom:0;left:0;z-index:100;display:none;margin:5px}.emo_head{width:100%;height:40px;display:table;table-layout:fixed}.emo_content{width:100%;height:180px;overflow:hidden;overflow-y:auto;padding:5px}.sticker{height:48px;float:left;margin:6px}.emoticon{height:24px;float:left;margin:5px}.custom_emo{max-width:48px;max-height:48px;float:left;margin:6px}.emo_content .emoticon img{height:100%;width:auto}.emo_content .sticker img{height:100%}.emo_content .custom_emo img{max-width:48px;max-height:48px}.emo_menu{width:40px;height:100%;cursor:pointer;text-align:center;font-size:18px;display:table-cell;vertical-align:middle}.emo_select{height:40px;width:40px;display:block}.empty_emo{display:table-cell;height:40px}.emo_content_priv{width:100%;height:160px;overflow:hidden;overflow-y:auto;padding:5px}.emo_content_priv .emoticon img{height:100%;width:auto}.emo_content_priv .sticker img{height:100%}.emo_content_priv .custom_emo img{max-width:48px;max-height:48px}.emoticon,.sticker,.custom_emo{cursor:pointer}.emo_result{min-height:240px;max-height:400px}.saved_data{padding:15px;font-size:24px;text-align:center;position:fixed;top:0;left:0;width:100%;display:none;z-index:1002}.ex_admin{padding:5px 0 0;font-style:italic;font-size:13px}.admin_search{display:table;width:100%;overflow:hidden;border-radius:3px}.admin_search_btn{display:table-cell;width:50px;text-align:center;cursor:pointer}.edit_verify{margin-top:8px}.sp_box{width:calc(50% - 10px);display:block;float:left;margin:5px;overflow:hidden;cursor:pointer;border-radius:5px}.sp_content{width:100%;display:table;table-layout:fixed}.sp_icon{width:70px;font-size:30px;text-align:center;padding:20px 0}.sp_info{padding:0 10px}.sp_title{font-size:12px}.sp_count{font-size:26px;font-weight:700}#container_call{z-index:201;position:fixed;top:80px;left:10px;margin-left:0;margin-top:0;display:none;border-radius:15px;overflow:hidden}.videosize,.audiosize,.groupsize,.groupvideosize{height:100%!important;width:100%!important}.callwidth{width:360px;max-width:100%}.callheight{height:300px;max-height:100%}.biframe{padding:0;margin:0;border:0;display:block}.vcallhide{display:none!important}#vcall_streams{height:100%;width:100%}#vcall_self{width:80px;height:100px;position:absolute;top:10px;left:10px;border-radius:10px;overflow:hidden}.vcall_self{width:140px!important;height:160px!important}.vcall_player{width:100%;height:100%;overflow:hidden}.vcall_player video{width:100%;height:100%;object-fit:cover}.vcall_container{width:100%;height:100%}.vcall_user{display:flex;align-items:center;column-gap:.5em;padding:5px 10px;border-radius:5px;position:absolute;top:10px;right:10px;z-index:9999;margin:0;font-size:18px}.vcall_vol{height:20px;width:20px}#vcall_control{display:table;width:100%;position:absolute;bottom:15px;left:0}#vcall_group_control{display:table;width:100%;position:fixed;bottom:15px;left:0;z-index:200}.vcall_btn{width:30px;text-align:center;cursor:pointer;padding:10px;border-radius:5px}.vcall_spacer{width:15px}.vcall_icon{display:block;height:18px;width:18px}.call_status_btn{padding:5px 10px;border-radius:5px;display:inline-block;font-size:13px;max-width:100%;text-align:center}.call_item_container{padding:15px 15px 60px}.call_video_item_container{padding:12px}.call_item{margin-bottom:5px;padding:5px;border-radius:5px;cursor:pointer}.call_item_avatar{width:30px}.call_item_avatar img{display:block;width:30px;height:30px;border-radius:5px}.call_item_name{padding:0 10px;font-size:16px}.call_mic{width:30px}.call_mic img{width:20px;height:20px;margin:0 auto;display:block}.call_action{width:40px;font-size:16px;text-align:center}.call_lock{width:20px;height:20px;border-radius:50%;display:block;margin:0 auto}.call_ctag{width:14px;height:14px;border-radius:50%;display:block;margin:0 auto}.call_count{font-size:14px;font-weight:700;text-align:right}.call_opt{width:20px}.call_cicon_wrap{width:46px;height:46px}.call_cicon_wrap img{width:46px;height:46px;border-radius:5px;display:block}.incall_user{display:inline-block;width:46px;height:46px;border-radius:50%;margin:0 -3px}#call_request{position:absolute;top:90px;left:50%;transform:translate(-50%,-50%);width:280px;border-radius:100px;z-index:1300}.call_avatar{width:40px;height:40px}.call_avatar img{width:40px;height:40px;border-radius:50%;display:block}.call_btn{width:40px;height:40px;cursor:pointer}.call_btn img{width:34px;height:34px;border-radius:50%;display:block;margin:0 auto}.call_spacer{width:5px}#open_sub_mobile{display:none;width:36px;vertical-align:middle;text-align:center;font-size:24px}#close_sub_mob{height:100%;display:table;width:100%;cursor:pointer}#close_sub{display:table-cell;vertical-align:middle;text-align:right;padding:0 10px;font-size:22px}.p_data{display:table;table-layout:fixed;width:100%;height:auto}.p_item{display:table-cell;vertical-align:middle;width:24px;font-size:20px}.p_empty{display:table-cell}.get_info{cursor:pointer}.small_modal_out,.large_modal_out{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;cursor:pointer}.over_modal_out,.over_emodal_out{display:none;position:fixed;z-index:1001;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;cursor:pointer}.top_modal_out{display:none;position:fixed;z-index:1002;left:0;top:0;width:100%;height:100%;overflow:auto;cursor:pointer}.modal_show{display:block!important}.small_modal_in{border-radius:20px;margin:5% auto;max-width:400px;width:96%;position:relative;cursor:default}.large_modal_in{border-radius:20px;margin:5% auto;max-width:500px;width:96%;position:relative;cursor:default}#large_modal #large_modal_in{margin-top:.5%;margin-bottom:5%}.over_modal_in,.top_modal_in,.over_emodal_in{border-radius:20px;margin:6% auto;max-width:500px;width:96%;position:relative}.modal_top{width:100%;display:table;table-layout:fixed}.modal_top_text{display:table-cell;font-size:15px;vertical-align:middle}.modal_top_empty{display:table-cell;vertical-align:middle;font-size:15px;padding:0 5px}.modal_top_element{display:table-cell;width:40px;height:40px;text-align:center;vertical-align:middle;font-size:18px}.avatar_top_mod{display:table-cell;text-align:center;vertical-align:middle;width:40px;height:50px;padding:5px}.avatar_top_mod img{display:block;margin:0 auto;width:100%;border-radius:50%}.avatar_top_name{display:table-cell;padding:0 5px 0 2px;font-size:14px;vertical-align:middle;font-weight:700}.modal_pad{padding:36px 20px 20px}.modal_control{padding-top:15px;padding-bottom:10px}.modal_title{font-size:16px;font-weight:700;padding-bottom:15px}.modal_close{width:36px;height:36px;position:absolute;top:10px;right:10px;font-size:18px;text-align:center;display:table}.modal_close.cancel_over{cursor:pointer}.modal_user{margin-top:-10px;margin-bottom:10px}.modal_user_avatar{width:40px;height:40px}.modal_user_avatar img{width:40px;height:40px;border-radius:50%}.tab_error_out{display:none;position:fixed;z-index:1200;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;cursor:pointer}.tab_error_in{border-radius:3px;margin:5% auto;max-width:400px;width:98%}.console_reason img{max-height:40px}.console_reason .chat_video_container{max-width:200px!important}.qwraper{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;bottom:5px;display:block;width:180px;border-radius:10px;display:none}.qcontrol{display:table;width:100%;height:46px;padding:5px;table-layout:fixed}.qavatarwrap{display:table-cell;vertical-align:middle;width:36px;height:36px}.qavatar{width:36px;height:36px;border-radius:50%;display:block}.qusername_wrap{display:table-cell;vertical-align:middle;padding:0 5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qcancel{display:table-cell;vertical-align:middle;width:30px;font-size:16px;text-align:center}.cqbox{width:100%;margin-top:3px}.cquote{padding:8px;border-radius:10px;display:inline-block;max-width:min(800px,calc(100% - 40px));margin-bottom:-5px}.ctquote{margin-bottom:0}.cqwrap{display:table;table-layout:auto}.cqav{display:table-cell;width:24px;vertical-align:top}.cqav img{display:block;width:24px;height:24px;border-radius:50%}.cqcontent{display:table-cell;padding:0 5px}.cqname{font-size:11px;font-weight:700}.cqmess{font-size:13px;word-break:break-word}.cqmess .chat_image{height:50px;max-width:100%;margin:3px 0 0}.cqmess .emo_chat{margin-bottom:-3px;height:18px}.vip_table_list{display:block;margin:0 auto}.vip_price_cell{width:100px;padding:0 10px}.vip_checkbox{width:40px;font-size:24px;text-align:center}.avatar_vip{width:80px;height:80px;border-radius:50%}.avagen{border:2px solid;box-sizing:border-box}#whisper_controller{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;bottom:5px;display:block;width:190px;border-radius:100px;display:none}.chat_file{height:50px;margin-top:5px;cursor:pointer;display:inline-block}.cqmess .chat_file{height:40px;cursor:pointer}.infopop{font-size:15px;padding:0 5px}.help_title{font-size:18px;font-weight:700;margin-bottom:5px}.help_text{padding:10px 0}.help_tlink{font-size:15px;font-weight:700;padding-bottom:5px}.help_link{margin-bottom:10px;display:block}.sub_list:first-child,.avitem:first-child{border-top:none!important}.sub_list:last-child,.blisting:last-child,.blist:last-child,.bmenu:last-child,.submenu:last-child,.bpmenu:last-child,.avitem:last-child,.nobborder{border-bottom:none!important}.bwidth20{width:20%}.bwidth25{width:25%}.bwidth33{width:33%}.bwidth50{width:50%}.bwidth66{width:66%}.bwidth100{width:100%}.pwidth10{width:10px}.pwidth20{width:20px}.pwidth30{width:30px}.pwidth40{width:40px}.pwidth50{width:50px}.pwidth60{width:60px}.pwidth70{width:70px}.pwidth80{width:80px}.pwidth90{width:90px}.pwidth100{width:100px}.square20{width:20px;height:20px}.square30{width:30px;height:30px}.square40{width:40px;height:40px}.square50{width:50px;height:50px}.square60{width:60px;height:60px}.square70{width:70px;height:70px}.square80{width:80px;height:80px}.square90{width:90px;height:90px}.square100{width:100px;height:100px}.btauto{table-layout:auto}.bcauto{width:1%;white-space:nowrap}.bbreak{word-break:break-word}.fancybox-bg{opacity:.6!important}.docu_box{border-radius:3px}.docu_head{padding:15px;cursor:pointer;border-radius:5px;font-weight:700;font-size:13px}.docu_content{padding:20px 0;display:none}.docu_content_view{padding:0}.docu_content img,.docu_content_view img{max-width:100%}.docu_title{padding:5px 10px;font-weight:700;font-size:13px}.docu_description{padding:5px 10px;font-size:13px}.docu_sub_list{padding:10px;margin-left:10px}.docu_sub_list li{list-style:disc}.docu_intro_text{font-size:13px;padding:10px}.doc_zone{padding:5px;margin-bottom:10px;margin-top:10px;font-weight:700}.title_icon,.title_icon img{width:20px;height:20px}.title_text{font-size:18px;font-weight:700;padding:0 8px}.plike_item{float:left;padding:3px 5px;margin-right:5px;border-radius:100px;cursor:pointer}.plike_item img{width:24px;height:24px;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:1px}.plike_count{font-size:12px;font-weight:700;padding:0 2px}.plevel_item{float:left;padding:3px 5px;margin-right:5px;border-radius:100px;cursor:pointer}.plevel_item img{width:24px;height:24px;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:1px}.plevel_count{font-size:12px;font-weight:700;padding:0 2px}.proplayer{width:70px;padding:3px 5px;border-radius:100px;cursor:pointer;margin:0 auto}.proplayer_play{width:24px;height:24px;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:1px}.proplayer_beat{width:24px;height:24px;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 5px}.proplayer_btn{width:auto;padding:5px 8px;border-radius:100px;cursor:pointer;margin:0 auto;display:inline-block;position:relative}.clevel_item{float:left;padding:3px 5px;margin-right:5px;border-radius:100px;cursor:pointer}.clevel_item img{width:18px;height:18px;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:1px}.clevel_count{font-size:12px;font-weight:700;padding:0 2px}.progress_zone{margin-bottom:8px}.progress_box{width:100%;background-color:#00000080;border-radius:10px;overflow:hidden;cursor:pointer}.progress_bar{width:50%;height:30px;background-color:#74b20e;text-align:center;line-height:30px;color:#fff;min-width:2em}.splog{padding:15px 10px}.sptext,.tptext{margin-top:2px}.my_notice{padding:3px 8px;display:inline-block;line-height:1em;margin-top:2px;border-radius:10px;font-weight:400}.boom_notice{padding:15px 12px;border-radius:10px}.boom_notice_spacer{width:10px}.boom_notice_icon{width:24px}.boom_notice_icon img{width:24px;height:24px;border-radius:5px;display:block}.boom_notice_text{font-size:12px}.tiny_icon{width:16px;height:16px}.xsmall_icon{width:24px;height:24px}.small_icon{width:32px;height:32px}.reg_icon{width:50px;height:50px}.med_icon{width:64px;height:64px}.large_icon{width:100px;height:100px}.xlarge_icon{width:140px;height:140px}.small_avatar{width:40px;height:40px}.med_avatar{width:64px;height:64px}.large_avatar{width:100px;height:100px}.boom_alert{position:relative;border-radius:5px;padding:12px 15px;border:1px solid transparent;width:100%}.pstyle_container{max-width:400px;margin:0 auto}.pstyle_top{background-size:cover!important;background-position:50% 50%!important;position:relative}.pstyle_cover .cover_size{height:150px!important}.pstyle_avatar img{width:60px;height:60px;border-radius:50%}.pstyle_name{font-weight:700;font-size:15px}.pstyle_rank{font-weight:700;font-size:11px}.pstyle_bottom{font-size:12px;position:relative}.pstyle_menu{padding:8px 0}.pstyle_menu li{padding:5px 8px!important}.pstyle_choice{padding-top:15px}.pstyle_container .pstyle_box{overflow:hidden}.pstyle_box{border-radius:20px}.pstyle_top_menu{position:absolute;top:10px}.pstyle_top_item{width:30px;height:30px;font-size:16px}.pstyle_olay{padding:0 10px;font-size:13px}.pstyle_olay_item{padding:5px 8px;border-radius:5px;display:inline-block}.pstyle_data{padding-top:40px}.pstylecontent{border-radius:0 0 20px 20px}.blist,.blisting,.brad0{border-radius:0}.brad2{border-radius:2px}.brad3{border-radius:3px}.brad5{border-radius:5px}.brad8{border-radius:8px}.brad10{border-radius:10px}.brad50{border-radius:50%}.brad100{border-radius:200px}.pad_box{padding:15px}.clearbox{overflow-y:auto}.nopad{padding:0}.noborder{border:none!important}.mauto{margin:0 auto}.bclear{clear:both}.clear{width:100%;height:1px;clear:both}.clear3{width:100%;height:3px;clear:both}.clear5{width:100%;height:5px;clear:both}.clear10{width:100%;height:10px;clear:both}.clear15{width:100%;height:15px;clear:both}.clear20{width:100%;height:20px;clear:both}.clear25{width:100%;height:25px;clear:both}.clear30{width:100%;height:30px;clear:both}.tmargin3{margin-top:3px}.tmargin5{margin-top:5px}.tmargin10{margin-top:10px}.tmargin15{margin-top:15px}.tmargin20{margin-top:20px}.tmargin25{margin-top:25px}.tmargin30{margin-top:30px}.bmargin3{margin-bottom:3px}.bmargin5{margin-bottom:5px}.bmargin10{margin-bottom:10px}.bmargin15{margin-bottom:15px}.bmargin20{margin-bottom:20px}.bmargin25{margin-bottom:25px}.bmargin30{margin-bottom:30px}.lmargin3{margin-left:3px}.lmargin5{margin-left:5px}.lmargin10{margin-left:10px}.lmargin15{margin-left:15px}.lmargin20{margin-left:20px}.lmargin25{margin-left:25px}.lmargin30{margin-left:30px}.rmargin3{margin-right:3px}.rmargin5{margin-right:5px}.rmargin10{margin-right:10px}.rmargin15{margin-right:15px}.rmargin20{margin-right:20px}.rmargin25{margin-right:25px}.rmargin30{margin-right:30px}.vmargin5{margin-top:3px;margin-bottom:3px}.vmargin5{margin-top:5px;margin-bottom:5px}.vmargin10{margin-top:10px;margin-bottom:10px}.vmargin15{margin-top:15px;margin-bottom:15px}.vmargin20{margin-top:20px;margin-bottom:20px}.vmargin25{margin-top:25px;margin-bottom:25px}.vmargin30{margin-top:30px;margin-bottom:30px}.hmargin5{margin-left:3px;margin-right:3px}.hmargin5{margin-left:5px;margin-right:5px}.hmargin10{margin-left:10px;margin-right:10px}.hmargin15{margin-right:15px}.hmargin20{margin-right:20px}.hmargin25{margin-right:25px}.hmargin30{margin-right:30px}.nmargin3{margin-top:-3px}.nmargin5{margin-top:-5px}.nmargin10{margin-top:-10px}.nmargin15{margin-top:-15px}.nmargin20{margin-top:-20px}.nmargin25{margin-top:-25px}.notpad3{padding:0 3px 3px}.notpad5{padding:0 5px 5px}.notpad10{padding:0 10px 10px}.notpad15{padding:0 15px 15px}.notpad20{padding:0 20px 20px}.notpad25{padding:0 25px 25px}.notpad30{padding:0 30px 30px}.pad3{padding:3px}.pad5{padding:5px}.pad10{padding:10px}.pad15{padding:15px}.pad20{padding:20px}.pad25{padding:25px}.pad30{padding:30px}.tpad0{padding-top:0}.tpad3{padding-top:3px}.tpad5{padding-top:5px}.tpad10{padding-top:10px}.tpad15{padding-top:15px}.tpad20{padding-top:20px}.tpad25{padding-top:25px}.tpad30{padding-top:30px}.bpad0{padding-bottom:0}.bpad3{padding-bottom:3px}.bpad5{padding-bottom:5px}.bpad10{padding-bottom:10px}.bpad15{padding-bottom:15px}.bpad20{padding-bottom:20px}.bpad25{padding-bottom:25px}.bpad30{padding-bottom:30px}.lpad0{padding-left:0}.lpad3{padding-left:3px}.lpad5{padding-left:5px}.lpad10{padding-left:10px}.lpad15{padding-left:15px}.lpad20{padding-left:20px}.lpad25{padding-left:25px}.lpad30{padding-left:30px}.rpad0{padding-right:0}.rpad3{padding-right:3px}.rpad5{padding-right:5px}.rpad10{padding-right:10px}.rpad15{padding-right:15px}.rpad20{padding-right:20px}.rpad25{padding-right:25px}.rpad30{padding-right:30px}.vpad0{padding-top:0;padding-bottom:0}.vpad3{padding-top:3px;padding-bottom:3px}.vpad5{padding-top:5px;padding-bottom:5px}.vpad10{padding-top:10px;padding-bottom:10px}.vpad15{padding-top:15px;padding-bottom:15px}.vpad20{padding-top:20px;padding-bottom:20px}.vpad25{padding-top:25px;padding-bottom:25px}.vpad30{padding-top:30px;padding-bottom:30px}.hpad0{padding-left:0;padding-right:0}.hpad3{padding-left:3px;padding-right:3px}.hpad5{padding-left:5px;padding-right:5px}.hpad10{padding-left:10px;padding-right:10px}.hpad15{padding-left:15px;padding-right:15px}.hpad20{padding-left:20px;padding-right:20px}.hpad25{padding-left:25px;padding-right:25px}.hpad30{padding-left:30px;padding-right:30px}#leaderboard_menu,#game_menu,#tool_menu,#app_menu,#store_menu,#help_menu{position:absolute;left:0;top:50px;z-index:202;display:none;text-align:initial}.cleft2{left:0}.color_switch{float:left;width:12%;margin:.25%;position:relative;min-height:40px;text-align:center}.bccheck{font-size:20px;color:#fff;margin-top:9px}.open_player{color:#fff}.my_notice{background-clip:unset}.bdisabled{opacity:.5}.gen0,.gen1,.gen2,.gen3{border:2px solid}.gen0{border-color:#ccc}.gen1{border-color:#03add8}.gen2{border-color:#f9f}.gen3{border-color:#60c}.audio_color{background:#444;color:#fff}.song_title{background:#666;color:#fff}.audio_progress{background:#fff}.audio_ball{background:#666}.onfield{color:#800!important;border:1px solid #cc0000!important;background-color:#fff5f5b3;box-shadow:0 0 3px #d9534f59;animation:shake .18s ease-in-out 0s 1}input,textarea,select{transition:border .25s,background-color .25s,box-shadow .25s}@keyframes shake{0%{transform:translate(0)}30%{transform:translate(-2px)}60%{transform:translate(2px)}to{transform:translate(0)}}ul li.ch_dlogs:nth-child(odd of.ch_logs){background:#0000001a}.call_back{background:#000;color:#fff}.vcall_btn{background:#222}.vcall_off{background-color:#ff5050b3}#vcall_self{background:#000}.saved_ok{background-color:#060c;color:#fff}.saved_error{background-color:#f00c;color:#fff}.background_stream{background-color:#000000e6}.lite_olay{background-color:#64646466;color:#fff}.olay{background-color:#00000080;color:#fff}.dark_olay{background-color:#0009;color:#fff}.cover_text{text-shadow:0 0 2px rgba(0,0,0,.8)}.avatar_profile,.avatar_pstyle,.sub_list_active,.avavatar{border:2px solid #fff}.grad_olay{background:linear-gradient(to top,#0000,#0003)}.grad_iolay{background:linear-gradient(to bottom,#0000,#0003)}.alert_neutral{color:#004085;background:#cce5ff;border-color:#b8daff}.alert_success{color:#155724;background:#d4edda;border-color:#c3e6cb}.alert_error{color:#721c24;background:#f8d7da;border-color:#f5c6cb}.alert_warn{color:#0c5460;background:#d1ecf1;border-color:#bee5eb}.alert_base{color:#333;background:#f0f0f0;border-color:#888}.neutralb{color:#004085;background:#cce5ff}.successb{color:#155724;background:#d4edda}.errorb{color:#721c24;background:#f8d7da}.warnb{color:#0c5460;background:#d1ecf1}.baseb{color:#333;background:#f0f0f0}.genmale{border-color:#03add8}.genfemale{border-color:#f9f}.genother{border-color:#999}.genother{border-color:#ccc}.ghost_post{border-color:#03add8}.bcolor1{color:#f33}.bcolor2{color:#f63}.bcolor3{color:#f93}.bcolor4{color:#fc3}.bcolor5{color:#cc0}.bcolor6{color:#9c0}.bcolor7{color:#59b300}.bcolor8{color:#829356}.bcolor9{color:green}.bcolor10{color:#00e639}.bcolor11{color:#00e673}.bcolor12{color:#00e6ac}.bcolor13{color:#0cc}.bcolor14{color:#03add8}.bcolor15{color:#36f}.bcolor16{color:#107896}.bcolor17{color:#004d99}.bcolor18{color:#63f}.bcolor19{color:#93f}.bcolor20{color:#c3f}.bcolor21{color:#f3f}.bcolor22{color:#f3c}.bcolor23{color:#f39}.bcolor24{color:#f36}.bcolor25{color:#604439}.bcolor26{color:#795548}.bcolor27{color:#a97f70}.bcolor28{color:#bc9b8f}.bcolor29{color:#9e9e9e}.bcolor30{color:#879fab}.bcolor31{color:#698796}.bcolor32{color:#495f69}.bcback1{background:#f33}.bcback2{background:#f63}.bcback3{background:#f93}.bcback4{background:#fc3}.bcback5{background:#cc0}.bcback6{background:#9c0}.bcback7{background:#59b300}.bcback8{background:#829356}.bcback9{background:green}.bcback10{background:#00e639}.bcback11{background:#00e673}.bcback12{background:#00e6ac}.bcback13{background:#0cc}.bcback14{background:#03add8}.bcback15{background:#36f}.bcback16{background:#107896}.bcback17{background:#004d99}.bcback18{background:#63f}.bcback19{background:#93f}.bcback20{background:#c3f}.bcback21{background:#f3f}.bcback22{background:#f3c}.bcback23{background:#f39}.bcback24{background:#f36}.bcback25{background:#604439}.bcback26{background:#795548}.bcback27{background:#a97f70}.bcback28{background:#bc9b8f}.bcback29{background:#9e9e9e}.bcback30{background:#879fab}.bcback31{background:#698796}.bcback32{background:#495f69}.backgrad1,.bgrad1{background:linear-gradient(to right,#40e0d0,#ff8c00,#ff0080)}.backgrad2,.bgrad2{background:linear-gradient(to right,#11998e,#38ef7d)}.backgrad3,.bgrad3{background:linear-gradient(to right,#fc466b,#3f5efb)}.backgrad4,.bgrad4{background:linear-gradient(to right,#00f260,#0575e6)}.backgrad5,.bgrad5{background:linear-gradient(to right,#fc4a1a,#f7b733)}.backgrad6,.bgrad6{background:linear-gradient(to right,#22c1c3,#fdbb2d)}.backgrad7,.bgrad7{background:linear-gradient(to right,#7f00ff,#e100ff)}.backgrad8,.bgrad8{background:linear-gradient(to right,#ee0979,#ff6a00)}.backgrad9,.bgrad9{background:linear-gradient(to right,#00c3ff,#ffff1c)}.backgrad10,.bgrad10{background:linear-gradient(to right,#fc00ff,#00dbde)}.backgrad11,.bgrad11{background:linear-gradient(to right,#833ab4,#fd1d1d,#fcb045)}.backgrad12,.bgrad12{background:linear-gradient(to right,#bdc3c7,#2c3e50)}.backgrad13,.bgrad13{background:linear-gradient(to right,#373b44,#4286f4)}.backgrad14,.bgrad14{background:linear-gradient(to right,#f09,#493240)}.backgrad15,.bgrad15{background:linear-gradient(to right,#f953c6,#b91d73)}.backgrad16,.bgrad16{background:linear-gradient(to right,#dd3e54,#6be585)}.backgrad17,.bgrad17{background:linear-gradient(to right,#8360c3,#2ebf91)}.backgrad18,.bgrad18{background:linear-gradient(to right,#544a7d,#ffd452)}.backgrad19,.bgrad19{background:linear-gradient(to right,#009fff,#ec2f4b)}.backgrad20,.bgrad20{background:linear-gradient(to right,#59c173,#a17fe0,#5d26c1)}.backgrad21,.bgrad21{background:linear-gradient(to right,#a8c0ff,#3f2b96)}.backgrad22,.bgrad22{background:linear-gradient(45deg,red,#ffa600,red)}.backgrad23,.bgrad23{background:linear-gradient(to right,#108dc7,#ef8e38)}.backgrad24,.bgrad24{background:linear-gradient(to right,#f09,#0575e6)}.backgrad25,.bgrad25{background:linear-gradient(to right,#667db6,#0082c8,#ec38bc,#fdeff9)}.backgrad26,.bgrad26{background:linear-gradient(to right,#03001e,#7303c0,#ec38bc,#fdeff9)}.backgrad27,.bgrad27{background:linear-gradient(to right,#1a2a6c,#b21f1f,#fdbb2d)}.backgrad28,.bgrad28{background:linear-gradient(to right,#3a1c71,#d76d77,#ffaf7b)}.backgrad29,.bgrad29{background:linear-gradient(to right,#eb5757,#333)}.backgrad30,.bgrad30{background:linear-gradient(to right,#20002c,#cbb4d4)}.backgrad31,.bgrad31{background:linear-gradient(to right,#34e89e,#0f3443)}.backgrad32,.bgrad32{background:linear-gradient(to right,#bdc3c7,#2c3e50)}.backgrad33,.bgrad33{background:linear-gradient(to right,#a80077,#6f0)}.backgrad34,.bgrad34{background:linear-gradient(to bottom,#6db3f2,#54a3ee 50%,#3690f0 51%,#1e69de)}.backgrad35,.bgrad35{background:linear-gradient(to top,#a241b7,#7f68d7,#5186e9,#1b9eef,#12b2eb)}.backgrad36,.bgrad36{background:linear-gradient(to bottom,#845ec2,#d65db1 0%,#ff6f91 51%,#ff9671)}.backgrad37,.bgrad37{background:linear-gradient(to right,red,#fff200,#1e9600);color:transparent}.backgrad38,.bgrad38{background:linear-gradient(330deg,#e05252,#99e052,#52e0e0,#9952e0,#e05252)}.backgrad39,.bgrad39{background:linear-gradient(to bottom,#051937,#004d7a,#008793,#00bf72,#a8eb12)}.backgrad40,.bgrad40{background:linear-gradient(45deg,#222,#ffa600,#222)}.bgrad1,.bgrad2,.bgrad3,.bgrad4,.bgrad5,.bgrad6,.bgrad7,.bgrad8,.bgrad9,.bgrad10,.bgrad11,.bgrad12,.bgrad13,.bgrad14,.bgrad15,.bgrad16,.bgrad17,.bgrad18,.bgrad19,.bgrad20,.bgrad21,.bgrad22,.bgrad23,.bgrad24,.bgrad25,.bgrad26,.bgrad27,.bgrad28,.bgrad29,.bgrad30,.bgrad31,.bgrad32,.bgrad33,.bgrad34,.bgrad35,.bgrad36,.bgrad37,.bgrad38,.bgrad39,.bgrad40{color:transparent;-webkit-background-clip:text;background-clip:text}.bneon1{color:#fff;text-shadow:1px 1px 1px #e60000,1px 1px 3px #ff3333,1px 1px 5px #ff3333}.bneon2{color:#fff;text-shadow:1px 1px 1px #e63900,1px 1px 3px #ff6633,1px 1px 5px #ff6633}.bneon3{color:#fff;text-shadow:1px 1px 1px #e67300,1px 1px 3px #ff9933,1px 1px 5px #ff9933}.bneon4{color:#fff;text-shadow:1px 1px 1px #b38600,1px 1px 3px #ffcc33,1px 1px 5px #ffcc33}.bneon5{color:#fff;text-shadow:1px 1px 1px #808000,1px 1px 3px #cccc00,1px 1px 5px #cccc00}.bneon6{color:#fff;text-shadow:1px 1px 1px #739900,1px 1px 3px #99cc00,1px 1px 5px #99cc00}.bneon7{color:#fff;text-shadow:1px 1px 1px #408000,1px 1px 3px #59b300,1px 1px 5px #59b300}.bneon8{color:#fff;text-shadow:1px 1px 1px #637042,1px 1px 3px #829356,1px 1px 5px #829356}.bneon9{color:#fff;text-shadow:1px 1px 1px #004d00,1px 1px 3px #008000,1px 1px 5px #008000}.bneon10{color:#fff;text-shadow:1px 1px 1px #009926,1px 1px 3px #00e639,1px 1px 5px #00e639}.bneon11{color:#fff;text-shadow:1px 1px 1px #00994d,1px 1px 3px #00e673,1px 1px 5px #00e673}.bneon12{color:#fff;text-shadow:1px 1px 1px #009973,1px 1px 3px #00e6ac,1px 1px 5px #00e6ac}.bneon13{color:#fff;text-shadow:1px 1px 1px #008080,1px 1px 3px #00cccc,1px 1px 5px #00cccc}.bneon14{color:#fff;text-shadow:1px 1px 1px #027997,1px 1px 3px #03add8,1px 1px 5px #03add8}.bneon15{color:#fff;text-shadow:1px 1px 1px #0040ff,1px 1px 3px #3366ff,1px 1px 5px #3366ff}.bneon16{color:#fff;text-shadow:1px 1px 1px #0c5d73,1px 1px 3px #107896,1px 1px 5px #107896}.bneon17{color:#fff;text-shadow:1px 1px 1px #003366,1px 1px 3px #004d99,1px 1px 5px #004d99}.bneon18{color:#fff;text-shadow:1px 1px 1px #2d00b3,1px 1px 3px #6633ff,1px 1px 5px #6633ff}.bneon19{color:#fff;text-shadow:1px 1px 1px #7300e6,1px 1px 3px #9933ff,1px 1px 5px #9933ff}.bneon20{color:#fff;text-shadow:1px 1px 1px #ac00e6,1px 1px 3px #cc33ff,1px 1px 5px #cc33ff}.bneon21{color:#fff;text-shadow:1px 1px 1px #cc00cc,1px 1px 3px #ff33ff,1px 1px 5px #ff33ff}.bneon22{color:#fff;text-shadow:1px 1px 1px #e600ac,1px 1px 3px #ff33cc,1px 1px 5px #ff33cc}.bneon23{color:#fff;text-shadow:1px 1px 1px #cc0066,1px 1px 3px #ff3399,1px 1px 5px #ff3399}.bneon24{color:#fff;text-shadow:1px 1px 1px #e60039,1px 1px 3px #ff3366,1px 1px 5px #ff3366}.bneon25{color:#fff;text-shadow:1px 1px 1px #503930,1px 1px 3px #604439,1px 1px 5px #604439}.bneon26{color:#fff;text-shadow:1px 1px 1px #604439,1px 1px 3px #795548,1px 1px 5px #795548}.bneon27{color:#fff;text-shadow:1px 1px 1px #805a4d,1px 1px 3px #a97f70,1px 1px 5px #a97f70}.bneon28{color:#fff;text-shadow:1px 1px 1px #9f7160,1px 1px 3px #bc9b8f,1px 1px 5px #bc9b8f}.bneon29{color:#fff;text-shadow:1px 1px 1px #808080,1px 1px 3px #9E9E9E,1px 1px 5px #9E9E9E}.bneon30{color:#fff;text-shadow:1px 1px 1px #5e7a87,1px 1px 3px #879fab,1px 1px 5px #879fab}.bneon31{color:#fff;text-shadow:1px 1px 1px #495f69,1px 1px 3px #698796,1px 1px 5px #698796}.bneon32{color:#fff;text-shadow:1px 1px 1px #2a363c,1px 1px 3px #495f69,1px 1px 5px #495f69}.bnback1{background:#f33}.bnback2{background:#f63}.bnback3{background:#f93}.bnback4{background:#fc3}.bnback5{background:#cc0}.bnback6{background:#9c0}.bnback7{background:#59b300}.bnback8{background:#829356}.bnback9{background:green}.bnback10{background:#00e639}.bnback11{background:#00e673}.bnback12{background:#00e6ac}.bnback13{background:#0cc}.bnback14{background:#03add8}.bnback15{background:#36f}.bnback16{background:#107896}.bnback17{background:#004d99}.bnback18{background:#63f}.bnback19{background:#93f}.bnback20{background:#c3f}.bnback21{background:#f3f}.bnback22{background:#f3c}.bnback23{background:#f39}.bnback24{background:#f36}.bnback25{background:#604439}.bnback26{background:#795548}.bnback27{background:#a97f70}.bnback28{background:#bc9b8f}.bnback29{background:#9e9e9e}.bnback30{background:#879fab}.bnback31{background:#698796}.bnback32{background:#495f69}.bubcolor1{background:#f33}.bubcolor2{background:#f63}.bubcolor3{background:#f93}.bubcolor4{background:#fc3}.bubcolor5{background:#cc0}.bubcolor6{background:#9c0}.bubcolor7{background:#59b300}.bubcolor8{background:#829356}.bubcolor9{background:green}.bubcolor10{background:#00e639}.bubcolor11{background:#00e673}.bubcolor12{background:#00e6ac}.bubcolor13{background:#0cc}.bubcolor14{background:#03add8}.bubcolor15{background:#36f}.bubcolor16{background:#107896}.bubcolor17{background:#004d99}.bubcolor18{background:#63f}.bubcolor19{background:#93f}.bubcolor20{background:#c3f}.bubcolor21{background:#f3f}.bubcolor22{background:#f3c}.bubcolor23{background:#f39}.bubcolor24{background:#f36}.bubcolor25{background:#604439}.bubcolor26{background:#795548}.bubcolor27{background:#a97f70}.bubcolor28{background:#bc9b8f}.bubcolor29{background:#9e9e9e}.bubcolor30{background:#879fab}.bubcolor31{background:#698796}.bubcolor32{background:#495f69}.bubgrad1{background:linear-gradient(90deg,#667eea,#764ba2)}.bubgrad2{background:linear-gradient(90deg,#f093fb,#f5576c)}.bubgrad3{background:linear-gradient(90deg,#4facfe,#00f2fe)}.bubgrad4{background:linear-gradient(90deg,#43e97b,#38f9d7)}.bubgrad5{background:linear-gradient(90deg,#fa709a,#fee140)}.bubgrad6{background:linear-gradient(90deg,#ff9a56,#ff6b9d)}.bubgrad7{background:linear-gradient(90deg,#c471f5,#fa71cd)}.bubgrad8{background:linear-gradient(90deg,#12c2e9,#c471ed)}.bubgrad9{background:linear-gradient(90deg,#f64f59,#c471ed)}.bubgrad10{background:linear-gradient(90deg,#24fe41,#fdbb2d)}.bubgrad11{background:linear-gradient(45deg,#ff0844,#ffb199)}.bubgrad12{background:linear-gradient(45deg,#00d2ff,#3a7bd5)}.bubgrad13{background:linear-gradient(45deg,#f953c6,#b91d73)}.bubgrad14{background:linear-gradient(45deg,#36d1dc,#5b86e5)}.bubgrad15{background:linear-gradient(45deg,#ff9068,#fd746c)}.bubgrad16{background:linear-gradient(45deg,#667eea,#764ba2)}.bubgrad17{background:linear-gradient(45deg,#f093fb,#f5576c)}.bubgrad18{background:linear-gradient(45deg,#4facfe,#00f2fe)}.bubgrad19{background:linear-gradient(45deg,#43e97b,#38f9d7)}.bubgrad20{background:linear-gradient(45deg,#fa709a,#fee140)}.bubgrad21{background:linear-gradient(90deg,#ff5f6d,#ffc371)}.bubgrad22{background:linear-gradient(90deg,#36d1dc,#ff6b6b)}.bubgrad23{background:linear-gradient(90deg,#11998e,#38ef7d)}.bubgrad24{background:linear-gradient(90deg,#ee0979,#ff6a00)}.bubgrad25{background:linear-gradient(90deg,#fc5c7d,#6a82fb)}.bubgrad26{background:linear-gradient(90deg,#8360c3,#2ebf91)}.bubgrad27{background:linear-gradient(90deg,#f96,#ff5e62)}.bubgrad28{background:linear-gradient(90deg,#56ccf2,#2f80ed)}.bubgrad29{background:linear-gradient(90deg,#e96443,#904e95)}.bubgrad30{background:linear-gradient(90deg,#f7971e,#ffd200)}.bubgrad31{background:linear-gradient(45deg,#00c6ff,#0072ff)}.bubgrad32{background:linear-gradient(45deg,#7f00ff,#e100ff)}.bubgrad33{background:linear-gradient(45deg,#ff416c,#ff4b2b)}.bubgrad34{background:linear-gradient(45deg,#00b09b,#96c93d)}.bubgrad35{background:linear-gradient(45deg,#ff6a00,#ee0979)}.bubgrad36{background:linear-gradient(45deg,#43cea2,#185a9d)}.bubgrad37{background:linear-gradient(45deg,#c33764,#1d2671)}.bubgrad38{background:linear-gradient(45deg,#da4453,#89216b)}.bubgrad39{background:linear-gradient(45deg,#06beb6,#48b1bf)}.bubgrad40{background:linear-gradient(45deg,#f12711,#f5af19)}.bubneon1{background:linear-gradient(90deg,#667eea,#764ba2);box-shadow:0 0 8px #a18cff}.bubneon2{background:linear-gradient(90deg,#f093fb,#f5576c);box-shadow:0 0 8px #ffb6ff}.bubneon3{background:linear-gradient(90deg,#4facfe,#00f2fe);box-shadow:0 0 8px #7eefff}.bubneon4{background:linear-gradient(90deg,#43e97b,#38f9d7);box-shadow:0 0 8px #8cffd9}.bubneon5{background:linear-gradient(90deg,#fa709a,#fee140);box-shadow:0 0 8px #ffd580}.bubneon6{background:linear-gradient(90deg,#ff9a56,#ff6b9d);box-shadow:0 0 8px #ffb38c}.bubneon7{background:linear-gradient(90deg,#c471f5,#fa71cd);box-shadow:0 0 8px #e3b0ff}.bubneon8{background:linear-gradient(90deg,#12c2e9,#c471ed);box-shadow:0 0 8px #9fe2ff}.bubneon9{background:linear-gradient(90deg,#f64f59,#c471ed);box-shadow:0 0 8px #ff99d9}.bubneon10{background:linear-gradient(90deg,#24fe41,#fdbb2d);box-shadow:0 0 8px #d2ff9c}.bubneon11{background:linear-gradient(45deg,#ff0844,#ffb199);box-shadow:0 0 8px #ff7ab3}.bubneon12{background:linear-gradient(45deg,#00d2ff,#3a7bd5);box-shadow:0 0 8px #66e0ff}.bubneon13{background:linear-gradient(45deg,#f953c6,#b91d73);box-shadow:0 0 8px #ff88f5}.bubneon14{background:linear-gradient(45deg,#36d1dc,#5b86e5);box-shadow:0 0 8px #80e0ff}.bubneon15{background:linear-gradient(45deg,#ff9068,#fd746c);box-shadow:0 0 8px #ffb199}.bubneon16{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 0 8px #a18cff}.bubneon17{background:linear-gradient(45deg,#f093fb,#f5576c);box-shadow:0 0 8px #ffb6ff}.bubneon18{background:linear-gradient(45deg,#4facfe,#00f2fe);box-shadow:0 0 8px #7eefff}.bubneon19{background:linear-gradient(45deg,#43e97b,#38f9d7);box-shadow:0 0 8px #8cffd9}.bubneon20{background:linear-gradient(45deg,#fa709a,#fee140);box-shadow:0 0 8px #ffd580}.bubneon21{background:linear-gradient(90deg,#ff5f6d,#ffc371);box-shadow:0 0 8px #ffd1a3}.bubneon22{background:linear-gradient(90deg,#36d1dc,#ff6b6b);box-shadow:0 0 8px #9ff5f0}.bubneon23{background:linear-gradient(90deg,#11998e,#38ef7d);box-shadow:0 0 8px #77ffbf}.bubneon24{background:linear-gradient(90deg,#ee0979,#ff6a00);box-shadow:0 0 8px #ff85b3}.bubneon25{background:linear-gradient(90deg,#fc5c7d,#6a82fb);box-shadow:0 0 8px #c9a9ff}.bubneon26{background:linear-gradient(90deg,#8360c3,#2ebf91);box-shadow:0 0 8px #9bf6d5}.bubneon27{background:linear-gradient(90deg,#f96,#ff5e62);box-shadow:0 0 8px #ffb199}.bubneon28{background:linear-gradient(90deg,#56ccf2,#2f80ed);box-shadow:0 0 8px #9fd4ff}.bubneon29{background:linear-gradient(90deg,#e96443,#904e95);box-shadow:0 0 8px #f7a0c2}.bubneon30{background:linear-gradient(90deg,#f7971e,#ffd200);box-shadow:0 0 8px #ffe680}.bubneon31{background:linear-gradient(45deg,#00c6ff,#0072ff);box-shadow:0 0 8px #66d6ff}.bubneon32{background:linear-gradient(45deg,#7f00ff,#e100ff);box-shadow:0 0 8px #d780ff}.bubneon33{background:linear-gradient(45deg,#ff416c,#ff4b2b);box-shadow:0 0 8px #ff9a80}.bubneon34{background:linear-gradient(45deg,#00b09b,#96c93d);box-shadow:0 0 8px #a8ff9f}.bubneon35{background:linear-gradient(45deg,#ff6a00,#ee0979);box-shadow:0 0 8px #ff9abb}.bubneon36{background:linear-gradient(45deg,#43cea2,#185a9d);box-shadow:0 0 8px #7be2ff}.bubneon37{background:linear-gradient(45deg,#c33764,#1d2671);box-shadow:0 0 8px #e06699}.bubneon38{background:linear-gradient(45deg,#da4453,#89216b);box-shadow:0 0 8px #ff8ca6}.bubneon39{background:linear-gradient(45deg,#06beb6,#48b1bf);box-shadow:0 0 8px #7dfcff}.bubneon40{background:linear-gradient(45deg,#f12711,#f5af19);box-shadow:0 0 8px #ffb866}.bubcolor1,.bubcolor2,.bubcolor3,.bubcolor4,.bubcolor5,.bubcolor6,.bubcolor7,.bubcolor8,.bubcolor9,.bubcolor10,.bubcolor11,.bubcolor12,.bubcolor13,.bubcolor14,.bubcolor15,.bubcolor16,.bubcolor17,.bubcolor18,.bubcolor19,.bubcolor20,.bubcolor21,.bubcolor22,.bubcolor23,.bubcolor24,.bubcolor25,.bubcolor26,.bubcolor27,.bubcolor28,.bubcolor29,.bubcolor30,.bubcolor31,.bubcolor32,.bubgrad1,.bubgrad2,.bubgrad3,.bubgrad4,.bubgrad5,.bubgrad6,.bubgrad7,.bubgrad8,.bubgrad9,.bubgrad10,.bubgrad11,.bubgrad12,.bubgrad13,.bubgrad14,.bubgrad15,.bubgrad16,.bubgrad17,.bubgrad18,.bubgrad19,.bubgrad20,.bubgrad21,.bubgrad22,.bubgrad23,.bubgrad24,.bubgrad25,.bubgrad26,.bubgrad27,.bubgrad28,.bubgrad29,.bubgrad30,.bubgrad31,.bubgrad32,.bubgrad33,.bubgrad34,.bubgrad35,.bubgrad36,.bubgrad37,.bubgrad38,.bubgrad39,.bubgrad40,.bubneon1,.bubneon2,.bubneon3,.bubneon4,.bubneon5,.bubneon6,.bubneon7,.bubneon8,.bubneon9,.bubneon10,.bubneon11,.bubneon12,.bubneon13,.bubneon14,.bubneon15,.bubneon16,.bubneon17,.bubneon18,.bubneon19,.bubneon20,.bubneon21,.bubneon22,.bubneon23,.bubneon24,.bubneon25,.bubneon26,.bubneon27,.bubneon28,.bubneon29,.bubneon30,.bubneon31,.bubneon32,.bubneon33,.bubneon34,.bubneon35,.bubneon36,.bubneon37,.bubneon38,.bubneon39,.bubneon40{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.5)}@media screen and (max-width:1120px){#page_content{padding:70px 5px}#wrap_main_header{padding:0 7px}}@media screen and (min-width:1101px){#side_menu{display:none!important}}@media screen and (min-width:769px){.show_mobile{display:none}}@media screen and (max-width:1100px){.page_menu{display:none}#open_sub_mobile{display:table-cell}.page_menu_wrapper{box-shadow:none}.page_wrapper_in{padding:5px}}@media screen and (max-width:1024px){#wrap_stream{width:400px;height:225px}#container_stream{top:100px;width:400px;height:265px;margin-left:-200px;margin-top:0}#container_stream_audio{top:100px}}@media screen and (max-width:800px){#private_center{border-left:none!important}}@media screen and (max-width:768px){#side_menu{border-bottom:0px!important;border-top:0px!important}.hide_mobile{display:none}.show_mobile{display:block}.page_left,.page_right,.page_350,.page_40,.page_half,.page_third,.page_two_third{display:block;width:100%;padding:0}.post_image img{max-height:450px}.cookie_wrap{width:90%;left:5%}.cookie_text{display:block;vertical-align:baseline;text-align:center}.cookie_img{display:block;width:100%;vertical-align:baseline;text-align:center;padding-bottom:10px}.cookie_img img{display:inline-block}.cookie_button{display:block;width:100%;vertical-align:baseline;padding:15px 0 0;text-align:center}}@media screen and (min-width:769px){.show_phone{display:none}}@media screen and (max-width:640px){.room_t{max-width:60%}.modal_left,.modal_right{width:100%;float:none;padding:15px}.color_switch{width:16.1666666%}.hide_phone{display:none}.sp_box{width:98%}.proli{width:145px}#container_call{left:0}}@media screen and (min-width:481px){.room_mobile_counter{display:none}}@media only screen and (max-width : 480px){.form_left_full,.form_right_full{width:100%;padding:0;float:none}.listing_half_element{width:100%;float:none;margin:0}#wrap_stream{width:320px;height:180px}#container_stream{top:60px;width:320px;height:220px;margin-left:-160px;margin-top:0}#container_stream_audio{top:100px}}@media screen and (max-width:400px){.guest_recaptcha>div{transform:scale(.85)!important;-webkit-transform:scale(.85)!important;transform-origin:0 0!important;-webkit-transform-origin:0 0!important}.register_recaptcha>div{transform:scale(.85)!important;-webkit-transform:scale(.85)!important;transform-origin:0 0!important;-webkit-transform-origin:0 0!important}}.selectboxit-container{position:relative;display:inline-block;vertical-align:top}.selectboxit-container *{font:14px Helvetica,Arial;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:none;white-space:nowrap}.selectboxit-container .selectboxit{width:100%;cursor:pointer;margin:0;padding:0;border-radius:3px;overflow:hidden;display:block;position:relative}.selectboxit-container span,.selectboxit-container .selectboxit-options a{height:40px;line-height:40px;display:block}.selectboxit-container .selectboxit:focus{outline:0}.selectboxit.selectboxit-disabled,.selectboxit-options .selectboxit-disabled{opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:default}.selectboxit-text{text-indent:5px;overflow:hidden;text-overflow:ellipsis;float:left}.selectboxit .selectboxit-option-icon-container{margin-left:5px}.selectboxit-container .selectboxit-options{-moz-box-sizing:border-box;box-sizing:border-box;min-width:100%;width:100%;margin:0;padding:0;list-style:none;position:absolute;overflow-x:hidden;overflow-y:auto;cursor:pointer;display:none;z-index:9999999999999;border-radius:6px;text-align:left;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.selectboxit-option .selectboxit-option-anchor{padding:0 2px}.selectboxit-option .selectboxit-option-anchor:hover{text-decoration:none}.selectboxit-option,.selectboxit-optgroup-header{text-indent:5px;margin:0;list-style-type:none}.selectboxit-option-first{border-top-right-radius:6px;border-top-left-radius:6px}.selectboxit-optgroup-header+.selectboxit-option-first{border-top-right-radius:0;border-top-left-radius:0}.selectboxit-option-last{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.selectboxit-optgroup-header{font-weight:700}.selectboxit-optgroup-header:hover{cursor:default}.selectboxit-arrow-container{width:30px;position:absolute;right:0}.selectboxit .selectboxit-arrow-container .selectboxit-arrow{margin:0 auto;position:absolute;top:50%;right:0;left:0}.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon{top:30%}.selectboxit-option-icon-container{float:left}.selectboxit-container .selectboxit-option-icon{margin:0;padding:0;vertical-align:middle}.selectboxit-option-icon-url{width:18px;background-size:18px 18px;background-repeat:no-repeat;height:100%;background-position:center;float:left}.selectboxit-rendering{display:inline-block!important;zoom:1!important;visibility:visible!important;position:absolute!important;top:-9999px!important;left:-9999px!important}.jqueryui .ui-icon{background-color:inherit}.jqueryui .ui-icon-triangle-1-s{background-position:-64px -16px}.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus,.selectboxit-btn.selectboxit-enabled:active{color:#333;background-color:#e6e6e6}.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus{color:#333;text-decoration:none;background-position:0 -15px}.selectboxit-default-arrow{width:0;height:0;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent}.selectboxit-list .selectboxit-option-anchor{color:#333}.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor{color:#999}a{color:orange}body{background:#ededed;color:#333}button{background:transparent;color:#fff}input,textarea,.post_input_container{background:#f6f6f6;border:1px solid #e6e6e6!important}.setdef{color:#333}.bback{background:#0000000d}.bbackb{background:#0000000d;border:1px solid rgb(0,0,0,.08)}.bhover:hover,.bhoverr:hover,.bbackhover{background:#0000000d}.bbackhover:hover{background:#00000006}.bbackhoverb{background:#0000000d}.bbackhoverb:hover{background:#00000006;border:1px solid rgb(0,0,0,.08)}.blisting{border-bottom:1px solid rgb(0,0,0,.08)}.blisting:hover{background:#0000000d}.blist{border-bottom:1px solid rgb(0,0,0,.08)}.back_ptop{background:#292929;color:#fff}.bpmenu:hover{background:#ffffff1a}.bsub:hover{background:#0003}.bmenu,.submenu{border-bottom:1px solid rgb(0,0,0,.05)}.bmenu:hover,.submenu:hover{background:#0000000d}.bshadow,.page_element,.float_menu,.btnshadow,.pboxed{box-shadow:0 1px 3px #0003}.bselected,.rselected{background:#00000014}.pselected{color:#03add8}.cselected,.liked{background:#0000000d}.pag_btn{background:#0000000d;color:#666}.pagselected,.pag_btn:hover{background:#0000001a}.gtag{background:#fff;border:1px solid rgb(0,0,0,.08)}.bborder{border-bottom:1px solid rgb(0,0,0,.08)}.tborder{border-top:1px solid rgb(0,0,0,.08)}.lborder,.ppanel{border-left:1px solid rgb(0,0,0,.08)}.rborder{border-right:1px solid rgb(0,0,0,.08)}.fborder{border:1px solid rgb(0,0,0,.08)}.float_top,.float_ctop{border-bottom:1px solid rgb(0,0,0,.08)}.bhead{background:#222;color:#fff}.bsidebar{background:#111;color:#fff}.modal_top,.pro_top,.bfoot,.foot{background:#222;color:#fff}.backglob,.back_chat,.back_priv{background:#fff}.back_panel{background:var(--panel-bg, #fff)}.back_menu{background:var(--menu-bg, #fff)}.back_pmenu{background:#292929;color:#fff}.back_box{background:#fff}.back_input{background:#fff;border-top:1px solid rgb(0,0,0,.08)}.back_modal,.page_element,.back_quote{background:#fff}.theme_color{color:#03add8}.default_color{color:#222}.error{color:red}.success{color:#74b20e}.warn{color:orange}.theme_btn,.back_theme{background:#03add8;color:#fff}.default_btn,.back_default{background:#222;color:#fff}.defaultd_btn{background:#333;color:#fff}.ok_btn{background:#74b20e;color:#fff}.warn_btn{background:orange;color:#fff}.delete_btn{background:#c00;color:#fff}.send_btn{color:#222}.user{color:#333}.chat_system{color:#999}.offline{opacity:.5}.menui,.subi{color:#03add8}.reply_item{background:#f6f6f6}.main_post_item{color:#00000080}.input_item{color:#999}.target_private,.hunt_quote{color:#fff;background:#333}.hunter_private,.targ_quote{color:#666;background:#f8f8f8}.cquote{background:#e9e9e9}.tab_menu{background:#fff;box-shadow:0 1px 3px #0003}.tab_selected{background:#00000014}.modal_mback{background:#0000000a}.modal_mborder{border-bottom:1px solid rgb(0,0,0,.08)}.modal_selected{background:#00000014}.modal_back{background-color:#0006}.mbubble{background:#f8f8f8}.my_log{background:#333;color:#fff}.topic_log{background:#d9f2e6;color:#0d261a}ul li.ch_dlogs:nth-child(odd of.ch_logs){background:#00000008}.bprogress{background:#74b20e;color:#fff}.bnotify{background:red;color:#fff}.sub_date{color:#888}.sub_chat,.sub_priv{color:#ccc}.sub_text,.list_mood{color:#888}.plikes{background-color:#6464644d;color:#fff}.bspin{color:#0000004d}.my_notice{color:#fff;background:#03add8}.system_text{background:#ededed;color:#666}.back_page{background:#222;color:#fff}.boom_slider .ui-widget-content{background:#ededed}.boom_slider .ui-state-default,.boom_slider .ui-state-active{background:#999!important}.boom_slider .ui-slider-range{background:#ccc}.selectboxit-list,.selectboxit-btn{background-color:#f6f6f6;color:#666;border:1px solid #e6e6e6!important}.selectboxit-list .selectboxit-focus .selectboxit-option-anchor{background-color:#ededed;color:#666}.selectboxit-default-arrow{border-top:4px solid #666}.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus,.selectboxit-btn.selectboxit-enabled:active{background:#f6f6f6;color:#666}.selectboxit-options{background:#fff;border:1px solid #ccc}.selectboxit-list .selectboxit-option-anchor{color:#666}.bfont1{font-size:15px;font-family:Kalam,cursive;line-height:1.5em}.bfont2{font-size:16px;font-family:Signika,sans-serif}.bfont3{font-size:15px;font-family:Grandstander,cursive;line-height:1.5em}.bfont4{font-size:16px;font-family:Comic Neue,cursive;line-height:1.2em}.bfont5{font-size:15px;font-family:Quicksand,sans-serif;line-height:1.3em}.bfont6{font-size:13px;font-family:Orbitron,sans-serif}.bfont7{font-size:13px;font-family:lemonada,cursive}.bfont8{font-size:18px;font-family:Grenze Gotisch,cursive}.bfont9{font-size:14px;font-family:Merienda,cursive;line-height:1.6em}.bfont10{font-size:16px;font-family:Amita,cursive;line-height:1.5em}.bfont11{font-size:16px;font-family:Averia Libre,cursive;line-height:1.4em}.bfont12{font-size:16px;font-family:Turret Road,cursive;line-height:1.3em}.bfont13{font-size:16px;font-family:Sansita,sans-serif;line-height:1.2em}.bfont14{font-size:14px;font-family:Comfortaa,cursive;line-height:1.3em}.bnfont1{font-size:15px;font-family:Kalam,cursive;line-height:1.5em}.bnfont2{font-size:16px;font-family:Signika,sans-serif}.bnfont3{font-size:15px;font-family:Grandstander,cursive;line-height:1.5em}.bnfont4{font-size:16px;font-family:Comic Neue,cursive;line-height:1.2em}.bnfont5{font-size:15px;font-family:Quicksand,sans-serif;line-height:1.3em}.bnfont6{font-size:13px;font-family:Orbitron,sans-serif}.bnfont7{font-size:13px;font-family:lemonada,cursive}.bnfont8{font-size:18px;font-family:Grenze Gotisch,cursive}.bnfont9{font-size:14px;font-family:Merienda,cursive;line-height:1.6em}.bnfont10{font-size:16px;font-family:Amita,cursive;line-height:1.5em}.bnfont11{font-size:16px;font-family:Averia Libre,cursive;line-height:1.4em}.bnfont12{font-size:16px;font-family:Turret Road,cursive;line-height:1.3em}.bnfont13{font-size:16px;font-family:Sansita,sans-serif;line-height:1.2em}.bnfont14{font-size:14px;font-family:Comfortaa,cursive;line-height:1.3em}.bnfont15{font-size:18px;font-family:Charm,cursive;line-height:1.2em}.bnfont16{font-size:16px;font-family:Lobster Two,cursive;line-height:1.2em}.cname .bnfont1{font-size:12px}.cname .bnfont2{font-size:14px}.cname .bnfont3{font-size:13px}.cname .bnfont4{font-size:14px}.cname .bnfont5{font-size:13px}.cname .bnfont6{font-size:12px}.cname .bnfont7{font-size:11px}.cname .bnfont8{font-size:15px}.cname .bnfont9,.cname .bnfont10{font-size:13px}.cname .bnfont11,.cname .bnfont12{font-size:14px}.cname .bnfont13{font-size:13px}.cname .bnfont14{font-size:12px}.cname .bnfont15{font-size:15px}.cname .bnfont16{font-size:13px}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}svg{shape-rendering:geometricPrecision}.chat-room-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;height:-webkit-fill-available;background:#1a1a2e;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.chat-header{height:50px;background:var(--header-bg);color:var(--header-text);display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 10px;flex-shrink:0}.header-left{display:flex;flex-direction:row;align-items:center;gap:10px}.header-right{display:flex;flex-direction:row;align-items:center;gap:5px}.header-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:18px;border-radius:8px;transition:background .2s}.header-btn:hover{background:#ffffff26}.header-logo{color:#fff;font-size:18px;font-weight:700}.header-avatar{position:relative;cursor:pointer;margin-left:5px}.header-avatar img:first-child{width:36px;height:36px;border-radius:50%;display:block}.header-avatar .status-dot{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%}.room_mic_ui{position:relative;z-index:9;width:100%;display:block}.room_mic_ui .panel_top.bhead{border-radius:0;padding:10px 12px;min-height:0;width:100%;box-sizing:border-box}@media (max-width: 500px){.room_mic_ui .panel_top.bhead{padding:8px}}.room_mic_ui .panel_top.room_mic_folded .icon-container{display:none}.room_mic_ui .icon-container{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:6px 10px;width:100%}@media (max-width: 500px){.room_mic_ui .icon-container{display:grid;grid-template-columns:repeat(5,1fr);gap:6px 4px;justify-items:center}}.room_mic_ui .icon-box{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:transform .15s ease,opacity .15s ease}@media (max-width: 500px){.room_mic_ui .icon-box{width:100%;max-width:50px;gap:1px}}.room_mic_ui .icon-box:hover{transform:scale(1.05);opacity:.95}.room_mic_ui .icon-box.star_audio .icon{width:46px;height:46px;border-radius:50%;overflow:visible;display:flex;align-items:center;justify-content:center;background:var(--theme-color, #7c5cbf);box-shadow:0 2px 8px #00000040;position:relative}.room_mic_ui .icon-box.star_audio .icon .avatar_mic{width:100%;height:100%;border-radius:50%;object-fit:cover}@media (max-width: 500px){.room_mic_ui .icon-box.star_audio .icon{width:38px;height:38px;box-shadow:0 1px 4px #0003}}.room_mic_ui .icon-box.star_audio.talking .icon{animation:none}.room_mic_ui .icon-box.star_audio.talking{--eq-color-1: #00ff88;--eq-color-2: #00ccff;--eq-color-3: #ff00ff;--eq-color-4: #ffcc00}.room_mic_ui .icon-box.star_audio.talking .icon:before{content:"";position:absolute;top:50%;left:50%;width:calc(100% + 16px);height:calc(100% + 16px);transform:translate(-50%,-50%);border-radius:50%;background:conic-gradient(from 0deg,var(--eq-color-1),var(--eq-color-2),var(--eq-color-3),var(--eq-color-4),var(--eq-color-1));animation:eq-spin 3s linear infinite,eq-pulse .6s ease-in-out infinite;z-index:0;opacity:.9}.room_mic_ui .icon-box.star_audio.talking .icon:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);border-radius:50%;background:inherit;z-index:1}.room_mic_ui .icon-box.star_audio.talking .icon .avatar_mic{position:relative;z-index:2}.room_mic_ui .icon-box.star_audio.talking .icon .avatar-frame-overlay{z-index:3}@keyframes eq-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes eq-pulse{0%,to{width:calc(100% + 14px);height:calc(100% + 14px);opacity:.8}50%{width:calc(100% + 18px);height:calc(100% + 18px);opacity:1}}.room_mic_ui .icon-box.star_audio.talking .equalizer-bars{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);display:flex;gap:2px;z-index:20;padding:2px 4px;background:#00000080;border-radius:4px}.room_mic_ui .icon-box.star_audio.talking .equalizer-bars .bar{width:3px;min-height:4px;background:linear-gradient(to top,#0f8,#0cf,#f0f);border-radius:2px;transition:height .15s ease-out;box-shadow:0 0 6px #0f8}.room_mic_ui .icon-box.star_audio.slot-connecting .icon{animation:slot-connecting-pulse 1s ease-in-out infinite}@keyframes slot-connecting-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.room_mic_ui .icon-box.star_audio.avatar-blink .icon{animation:avatar-blink .8s ease-out}@keyframes avatar-blink{0%,to{opacity:1;box-shadow:0 2px 8px #00000040}25%{opacity:.4;box-shadow:0 0 0 6px #ffffffe6,0 0 20px 8px #2c8aff99}50%{opacity:1;box-shadow:0 0 0 10px #ffffff80,0 0 24px 10px #2c8aff66}75%{opacity:.7;box-shadow:0 0 0 4px #ffffffb3}}.room_mic_ui .icon-box .avatar_mic{width:100%;height:100%;object-fit:cover;border-radius:50%}.room_mic_ui .icon-box .avatar-frame-overlay{position:absolute;top:53%;left:44%;transform:translate(-50%,-50%);width:159%;height:188%;pointer-events:none;z-index:10;object-fit:contain;animation:frame-pulse 2.5s ease-in-out infinite}@keyframes frame-pulse{0%,to{filter:brightness(1) contrast(1);transform:translate(-50%,-50%) scale(1);opacity:1}50%{filter:brightness(1.25) contrast(1.1);transform:translate(-50%,-50%) scale(1.04);opacity:.95}}.room_mic_ui .icon-box.star_audio .icon .mic-muted-icon{position:absolute;bottom:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#000000b3;color:#e74c3c;font-size:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1}.room_mic_ui .avatar-emoji-reaction{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1;pointer-events:none;z-index:2;animation:emoji-blink-3 7.5s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 0 6px rgba(255,255,255,.5))}.room_mic_ui .avatar-emoji-reaction.avatar-emoji-gif{inset:auto;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;object-fit:contain;font-size:unset;animation:voice-emoji-gif-blink 7.5s ease-in-out;filter:drop-shadow(0 0 8px rgba(255,255,255,.7))}@keyframes voice-emoji-gif-blink{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}5%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}15%{opacity:1;transform:translate(-50%,-50%) scale(1)}25%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}30%{opacity:0;transform:translate(-50%,-50%) scale(.5)}35%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}45%{opacity:1;transform:translate(-50%,-50%) scale(1)}55%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}60%{opacity:0;transform:translate(-50%,-50%) scale(.5)}65%{opacity:1;transform:translate(-50%,-50%) scale(1.05)}80%{opacity:1;transform:translate(-50%,-50%) scale(1)}90%{opacity:.5;transform:translate(-50%,-50%) scale(.7)}to{opacity:0;transform:translate(-50%,-50%) scale(.3)}}@keyframes emoji-blink-3{0%{opacity:0;transform:scale(.3);filter:drop-shadow(0 0 2px rgba(255,255,255,.3))}6%{opacity:.6;transform:scale(.9);filter:drop-shadow(0 0 8px rgba(255,255,255,.6))}10%{opacity:1;transform:scale(1.25);filter:drop-shadow(0 0 12px rgba(255,255,255,.8))}16%{opacity:.3;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}22%{opacity:0;transform:scale(.4);filter:drop-shadow(0 0 2px rgba(255,255,255,.2))}30%{opacity:.6;transform:scale(.95);filter:drop-shadow(0 0 8px rgba(255,255,255,.6))}36%{opacity:1;transform:scale(1.2);filter:drop-shadow(0 0 12px rgba(255,255,255,.8))}42%{opacity:.3;transform:scale(.65);filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}48%{opacity:0;transform:scale(.4);filter:drop-shadow(0 0 2px rgba(255,255,255,.2))}56%{opacity:.6;transform:scale(.9);filter:drop-shadow(0 0 8px rgba(255,255,255,.6))}62%{opacity:1;transform:scale(1.15);filter:drop-shadow(0 0 12px rgba(255,255,255,.8))}68%{opacity:.5;transform:scale(.8);filter:drop-shadow(0 0 6px rgba(255,255,255,.5))}76%{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 3px rgba(255,255,255,.3))}84%{opacity:.1;transform:scale(.5);filter:drop-shadow(0 0 2px rgba(255,255,255,.2))}to{opacity:0;transform:scale(.35);filter:drop-shadow(0 0 0 transparent)}}.room_mic_ui .room_mic_name{display:flex;font-size:10px;align-items:center;justify-content:center;color:var(--chat-fg, #e4e6eb);max-width:52px}.room_mic_ui .room_mic_name p{width:52px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;text-align:center}@media (max-width: 500px){.room_mic_ui .room_mic_name{font-size:8px;max-width:100%}.room_mic_ui .room_mic_name p{width:100%;max-width:44px}}.room_mic_ui .mic-toggle-container{display:flex;justify-content:center;margin-top:4px}.room_mic_ui .mic-fold-btn{width:28px;height:24px;border:none;border-radius:6px;background:#ffffff26;color:var(--chat-fg, #e4e6eb);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}.room_mic_ui .mic-fold-btn:hover{background:#ffffff40}.room_mic_ui .game-scores-ticker{width:100%;overflow:hidden;background:linear-gradient(180deg,#2c8aff4d,#141432cc);padding:4px 0;display:flex;align-items:center;min-height:24px;border-bottom:2px solid #2c8aff;margin:0}.room_mic_ui .game-scores-ticker .ticker-icon{padding:0 6px;font-size:12px;flex-shrink:0;opacity:.9}.room_mic_ui .game-scores-ticker:before,.room_mic_ui .game-scores-ticker:after{content:"";position:absolute;top:0;bottom:0;width:20px;z-index:2;pointer-events:none}.room_mic_ui .game-scores-ticker:before{left:24px;background:linear-gradient(90deg,rgba(20,20,50,.9),transparent)}.room_mic_ui .game-scores-ticker:after{right:0;background:linear-gradient(-90deg,rgba(20,20,50,.9),transparent)}.room_mic_ui .game-scores-ticker .ticker-content{display:flex;gap:15px;animation:ticker-scroll 20s linear infinite;white-space:nowrap;padding:0 8px;flex:1;overflow:hidden}.room_mic_ui .game-scores-ticker .ticker-empty{opacity:.6;font-style:italic;animation:none!important;font-size:11px}.room_mic_ui .game-scores-ticker:hover .ticker-content{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}.room_mic_ui .game-scores-ticker .ticker-item{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.5)}.room_mic_ui .game-scores-ticker .ticker-item strong{color:#fff;font-weight:600}.room_mic_ui .game-scores-ticker .ticker-item.ticker-win{color:#7dff7d}.room_mic_ui .game-scores-ticker .ticker-item.ticker-lose{color:#f99}.room_mic_ui .game-scores-ticker .ticker-amount{font-weight:700;padding:1px 5px;border-radius:3px;font-size:10px}.room_mic_ui .game-scores-ticker .ticker-amount.win{background:#2ecc7166;color:#2ecc71}.room_mic_ui .game-scores-ticker .ticker-amount.lose{background:#e74c3c66;color:#e74c3c}.room_mic_ui .game-scores-ticker .ticker-separator{color:#ffffff4d;margin:0 6px}@media (max-width: 500px){.room_mic_ui .game-scores-ticker{padding:3px 0;min-height:20px}.room_mic_ui .game-scores-ticker .ticker-item{font-size:9px}.room_mic_ui .game-scores-ticker .ticker-amount{font-size:8px;padding:1px 3px}.room_mic_ui .game-scores-ticker .ticker-icon{font-size:10px;padding:0 4px}}.voice-bar-slots{display:flex;gap:16px}.voice-bar-slot{flex-shrink:0}.voice-bar-slot-circle{width:48px;height:48px;border-radius:12px}.voice-bar-slot-avatar{width:100%;height:100%;border-radius:12px;object-fit:cover}.voice-bar-slot-name{color:#fff;font-size:14px}.voice-bar-slot-mic-badge,.voice-bar-slot-mic-badge--muted,.voice-bar-slot-mic-indicator,.voice-bar-slot-name-label{display:none}.voice-bar-mod-menu{position:fixed;z-index:9999;background:var(--chat-bg, #1a1d29);border:1px solid rgba(255,255,255,.15);border-radius:10px;box-shadow:0 4px 20px #0006;padding:6px 0;min-width:140px}.voice-bar-mod-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;border:none;background:none;color:var(--chat-fg, #e4e6eb);font-size:13px;cursor:pointer;text-align:left}.voice-bar-mod-menu button:hover{background:#ffffff14}.voice-bar-mod-menu button .fa{width:16px}.voice-bar-mod-menu button:first-child .fa{color:#f59e0b}.voice-bar-mod-menu button:nth-child(2) .fa{color:#e67e22}.voice-bar-mod-menu button:nth-child(3) .fa{color:#e74c3c}.voice-bar-slot-name-label{position:absolute;bottom:2px;left:2px;right:2px;text-align:center;background:#00000080;border-radius:6px;color:#fff;font-size:9px;font-weight:600;line-height:1.2;padding:1px 3px;max-width:calc(100% - 4px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-bar-slot-circle{overflow:visible}.voice-bar-slot--speaking .voice-bar-slot-circle{position:relative;animation:voice-speak-glow .8s ease-in-out infinite}.voice-bar-slot--speaking .voice-bar-slot-circle:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:14px;border:2px solid rgba(255,255,255,.75);opacity:calc(.45 + (var(--audio-level, .2) * .55));animation:voice-speak-pulse .6s ease-in-out infinite;pointer-events:none}@keyframes voice-speak-glow{0%,to{box-shadow:0 0 #ffffff59}50%{box-shadow:0 0 0 8px #ffffff1a}}@keyframes voice-speak-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:1}}body[data-theme] .voice-bar-slot-circle,body[data-theme] .voice-bar-btn-join{background:var(--theme-color, #e67e22)}.header-avatar-wrapper{position:relative}.profile-dropdown{position:absolute;top:50px;right:0;width:280px;background:var(--panel-bg);border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1000;overflow:hidden}.profile-dropdown-header{display:flex;align-items:center;padding:15px;gap:12px;cursor:pointer;border-bottom:1px solid var(--border-color)}.profile-dropdown-header:hover{background:var(--hover-bg)}.profile-dropdown-avatar{position:relative;flex-shrink:0}.profile-dropdown-avatar img{width:50px;height:50px;border-radius:12px;display:block}.profile-dropdown-avatar .online-indicator{position:absolute;top:-2px;left:-2px;width:12px;height:12px;background:#4ade80;border:2px solid var(--panel-bg);border-radius:50%}.profile-dropdown-info{flex:1;min-width:0}.profile-rank{display:flex;align-items:center;gap:5px;color:var(--theme-color);font-size:12px;font-weight:500}.profile-rank img{width:14px;height:14px}.profile-name{font-size:16px;font-weight:600;color:var(--user-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-edit-text{font-size:12px;color:var(--sub-text)}.profile-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#4ade80;color:#fff;font-size:12px;border-radius:50%;flex-shrink:0}.profile-dropdown-content{padding:8px 0}.profile-menu-item{display:flex;align-items:center;padding:12px 15px;gap:12px;cursor:pointer;color:var(--user-color);font-size:14px;transition:background .2s}.profile-menu-item:hover{background:var(--hover-bg)}.profile-menu-item i{width:20px;text-align:center;color:var(--sub-text);font-size:16px}.profile-menu-item span{flex:1}.profile-menu-item .arrow{color:var(--sub-text);font-size:12px}.profile-menu-divider{height:1px;background:var(--border-color);margin:8px 0}.editstatus{width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-avatar-wrapper #chat_main_menu{position:absolute!important;right:0!important;top:45px!important;left:auto!important;width:300px!important;background:var(--panel-bg)!important;border-radius:12px!important;box-shadow:0 4px 20px #00000026!important;z-index:1000!important;display:block!important}.header-avatar-wrapper #status_menu{position:absolute!important;right:310px!important;top:45px!important;left:auto!important;width:200px!important;background:var(--panel-bg)!important;border-radius:12px!important;box-shadow:0 4px 20px #00000026!important;z-index:1001!important;display:block!important}.float_top{border-bottom:1px solid var(--border-color)}.float_top.btable{display:table;width:100%}.float_top.pad10{padding:10px}.bcell_mid{display:table-cell;vertical-align:middle}.bcell_mid.hpad10{padding:0 10px}.av45.av_menu{width:45px;height:45px;border-radius:12px;display:block}.menuranktxt{font-size:11px;color:#888;display:flex;align-items:center;gap:4px;margin-bottom:2px}.menuranking{height:11px;width:auto;vertical-align:middle}.menuname{font-size:16px;font-weight:700;color:#333;line-height:1.2}.text_xsmall.sub_text{font-size:11px;color:#888;margin-top:1px}.bellips{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.editstatus{width:36px;text-align:center;cursor:pointer}.stat_icon{width:18px;height:18px;border-radius:50%;background:#fff;display:block;margin:0 auto}.ftop_elem.float_top{padding:10px 15px}.ftop_opt_text{font-size:13px;font-weight:600;color:var(--sub-text)}.float_content{padding:0}.float_section{padding:8px 0}.float_section.bborder{border-bottom:1px solid var(--border-color)}.float_section.tpad0{padding-top:0}.float_section.bpad0{padding-bottom:0}.fmenu_item{display:flex;align-items:center;padding:10px 15px;gap:12px;cursor:pointer;transition:background .2s}.fmenu_item.bhover:hover{background:var(--hover-bg)}.fmenu_icon{width:20px;text-align:center}.fmenu_icon i.menui{font-size:16px;color:var(--sub-text)}.fmenu_text{flex:1;font-size:14px;color:var(--user-color)}.fmenu_arrow{color:var(--sub-text);font-size:12px}.icon_status{width:20px;height:20px;border-radius:50%;display:block}.chat-body{height:calc(100vh - 102px);height:calc(var(--real-vh, 100vh) - 50px - 52px);display:flex;flex-direction:row;background:var(--body-bg);overflow:hidden}.crheight,.clheight{height:calc(100vh - 90px)!important;height:calc(var(--real-vh, 100vh) - 90px)!important;overflow-y:auto}#chat_left{width:280px;background:var(--panel-bg);border-right:1px solid var(--border-color);transition:transform .3s ease;position:absolute;left:0;top:0;height:100%;z-index:100;transform:translate(-100%)}#chat_left.left_show{transform:translate(0)}#chat_center{order:1;flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;background:var(--chat-bg)}#container_chat,#wrap_chat{height:100%;display:flex;flex-direction:column}#wrap_chat{position:relative}#warp_show_chat{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column}#container_show_chat{width:100%;margin-top:auto}#inside_wrap_chat{width:100%}#show_chat,ul.back_chat{width:100%;padding-bottom:10px}.chat_log{display:flex;padding:8px 10px;margin-bottom:5px;border-radius:8px;transition:background .2s}.chat_log:hover{background:#00000005}.chat_avatar{width:40px;margin-right:6px}.cavatar{width:40px;height:40px;border-radius:50%}.my_text{flex:1}.cname{display:flex;align-items:center;gap:5px}.chat_rank{width:16px;height:16px}.username{font-weight:700;color:#333}.cdate{font-size:11px;color:var(--date-color);margin-left:10px}.cclear{margin-left:auto;color:#999;cursor:pointer}.chat_message{color:#555;line-height:1.4;margin-top:3px}.chat-input-area{background:var(--panel-bg);border-top:1px solid var(--border-color);padding:5px 10px;flex-shrink:0}.chat-input-form{display:flex;flex-direction:row;align-items:center;gap:5px}.input-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--system-text);font-size:20px;border-radius:50%;transition:all .2s;flex-shrink:0}.input-btn:hover{color:var(--theme-color)}.chat-input{flex:1;background:var(--input-bg);border:1px solid var(--input-border);border-radius:18px;color:var(--body-text);padding:8px 12px;font-size:14px;min-width:0;height:36px}.chat-input::placeholder{color:var(--system-text)}.chat-input:focus{outline:none}.send-btn{background:var(--theme-color);color:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:all .2s}.send-btn:hover{opacity:.9}.chat-footer{display:flex;flex-direction:row;align-items:center;padding:8px 15px;background:var(--footer-bg);border-top:none;flex-shrink:0;width:100%;height:52px}.footer-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--footer-text);font-size:16px;border-radius:8px;transition:all .2s}.footer-btn:hover{background:#ffffff1a}.footer-spacer{flex:1}.footer_play{font-size:20px}.player_menu,.station_menu{background:var(--box-bg, #2a2a3e);border:1px solid var(--border-color, rgba(255,255,255,.1))}.player_menu .float_content,.station_menu .float_content,.player_menu .ftop_opt_text,.station_menu .ftop_opt_text{color:var(--chat-text, #fff)}.player_volume_slider{cursor:pointer;height:6px;border-radius:3px}#chat_right{order:2;margin-left:auto;width:280px;min-width:280px;flex-shrink:0;background:var(--panel-bg);border-left:1px solid var(--border-color);display:flex;flex-direction:column}#chat_right.right_hide{display:none}.right-panel-header{display:flex;flex-direction:row;align-items:center;padding:4px 6px;background:var(--panel-bg);border-bottom:1px solid var(--border-color);gap:2px}.rpanel-spacer{flex:1}.rpanel-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--sub-text);font-size:14px;border-radius:6px;transition:all .2s}.rpanel-btn:hover{background:var(--hover-bg);color:var(--body-text)}.rpanel-btn.active{background:var(--theme-color);color:#fff}.user_count{padding:10px 0;color:var(--sub-text);font-size:13px}.ucount{background:var(--theme-color);color:#fff;padding:2px 8px;border-radius:10px;font-size:12px;margin-left:5px}.user_item{display:flex;align-items:center;padding:5px 8px;border-radius:5px;cursor:pointer;margin-bottom:0}.user_item_avatar{position:relative;display:flex;align-items:center;margin-right:8px}.user_item_avatar .online_status_icon{position:absolute;left:-2px;bottom:0;width:12px;height:12px;z-index:1;border-radius:50%}.user_item_avatar .online_dot{position:absolute;left:-2px;bottom:0;z-index:1}.user_item_avatar img.acav{width:36px;height:36px;border-radius:50%}.user_item_avatar.has-frame{overflow:visible;margin-right:16px}.user_item_avatar .user-list-frame{position:absolute;top:55%;left:40%;transform:translate(-50%,-50%);width:166%;height:189%;pointer-events:none;z-index:5;object-fit:contain;animation:frame-pulse 2.5s ease-in-out infinite}.user_item_avatar .user-list-emoji-reaction{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;line-height:1;pointer-events:none;z-index:10;animation:user-list-emoji-blink 7.5s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 0 4px rgba(255,255,255,.6))}@keyframes user-list-emoji-blink{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}8%{opacity:1;transform:translate(-50%,-50%) scale(1.3)}15%{opacity:.3;transform:translate(-50%,-50%) scale(.7)}25%{opacity:0;transform:translate(-50%,-50%) scale(.4)}35%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}45%{opacity:.3;transform:translate(-50%,-50%) scale(.6)}55%{opacity:0;transform:translate(-50%,-50%) scale(.4)}65%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}75%{opacity:.5;transform:translate(-50%,-50%) scale(.8)}85%{opacity:.2;transform:translate(-50%,-50%) scale(.5)}to{opacity:0;transform:translate(-50%,-50%) scale(.3)}}.user_item_avatar .user-list-emoji-reaction.user-list-emoji-gif{width:48px;height:48px;font-size:unset;object-fit:contain;animation:user-list-gif-blink 7.5s ease-in-out}@keyframes user-list-gif-blink{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}5%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}15%{opacity:1;transform:translate(-50%,-50%) scale(1)}25%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}30%{opacity:0;transform:translate(-50%,-50%) scale(.5)}35%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}45%{opacity:1;transform:translate(-50%,-50%) scale(1)}55%{opacity:.3;transform:translate(-50%,-50%) scale(.8)}60%{opacity:0;transform:translate(-50%,-50%) scale(.5)}65%{opacity:1;transform:translate(-50%,-50%) scale(1.05)}80%{opacity:1;transform:translate(-50%,-50%) scale(1)}90%{opacity:.5;transform:translate(-50%,-50%) scale(.7)}to{opacity:0;transform:translate(-50%,-50%) scale(.3)}}.list_status{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;background:#1a1a2e;border-radius:50%;padding:1px}.user_item.user_away{opacity:.5}.user_item_data{flex:1;overflow:hidden}.user_item_data .username{display:block;font-size:14px;color:var(--user-color)}.list_mood{font-size:12px;color:var(--sub-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user_item_icon{padding:0 5px}.list_rank{width:14px;height:14px}.online_dot{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 4px currentColor}.online_dot.online{background:#00d26a;box-shadow:0 0 6px #00d26a80}.online_dot.away{background:#ffb800;box-shadow:0 0 6px #ffb80080}.online_dot.busy{background:#ff4757;box-shadow:0 0 6px #ff475780}.online_dot.invisible{background:#747d8c}.list_flag{width:18px;height:auto;border-radius:2px}.bcolor9{color:#e74c3c}.bcolor19{color:#f39c12}.bcolor30{color:#9b59b6}.user{color:#666}@media (max-width: 768px){#chat_left,#chat_right{position:absolute;width:280px}#chat_left{left:0;transform:translate(-100%)}#chat_left.left_show{transform:translate(0)}#chat_right{right:0;transform:translate(100%)}#chat_right:not(.right_hide){transform:translate(0)}.hide_mobile{display:none!important}}.edit_profile_modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.edit_profile_box{background:#fff;border-radius:20px;max-width:520px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 10px 40px #0000004d}.edit_profile_top{background:#222;color:#fff;padding:15px 15px 25px;position:relative;text-align:center;border-radius:20px 20px 0 0;min-height:220px;display:table;table-layout:fixed;width:100%}.profile_background{background-size:cover!important;background-position:50% 50%!important;background-repeat:no-repeat!important}.edit_profile_top.cover_size{height:230px;min-height:230px}.edit_top_menu{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.lite_olay{background-color:#00000080;color:#fff}.edit_top_left{display:flex;align-items:center;gap:0;background-color:#00000080;border-radius:50px;overflow:hidden}.profile_level{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:6px 12px;background:var(--level-color, #f5a623);border-radius:0;font-weight:600;color:#fff;cursor:pointer}.profile_likes{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:6px 12px;background:var(--theme-color, #03add8);border-radius:0;font-weight:600;color:#fff}.profile_level i,.profile_likes i{font-size:11px}.edit_top_center{display:flex;align-items:center}.cover_item_wrap{display:flex;background-color:#00000080;border-radius:50px;overflow:hidden}.cover_item{width:40px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#fff;transition:opacity .2s}.cover_item:hover{opacity:.7}.edit_top_right{display:flex;align-items:center;gap:0;background-color:#00000080;border-radius:50px;overflow:hidden}.edit_top_btn{width:40px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:opacity .2s;color:#fff}.edit_top_btn:hover{opacity:.7}.edit_profile_avatar{position:relative;width:100px;margin:0 auto 15px;text-align:center}.avatar_spin{width:100px;height:100px;border-radius:50%;overflow:hidden;position:relative;z-index:30;margin:0 auto}.avatar_profile{width:100%;height:100%;object-fit:cover;display:block}.avatar_control{position:absolute;display:flex;width:60px;left:50%;transform:translate(-50%);border-radius:50px;bottom:-5px;z-index:40;background-color:#0009;overflow:hidden}.avatar_button{flex:1;text-align:center;padding:6px 0;cursor:pointer;color:#fff;font-size:12px;transition:background .2s}.avatar_button:hover{background:#ffffff1a}.avatar_button input{display:none}.edit_avatar_img{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.3)}.edit_avatar_img img{width:100%;height:100%;object-fit:cover;display:block}.edit_avatar_btn{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:30px;height:30px;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;color:#fff;border:2px solid #222}.edit_avatar_btn:hover{background:#000000e6}.edit_profile_info{margin-bottom:15px}.edit_profile_rank{display:flex;align-items:center;justify-content:center;gap:5px;font-size:13px;margin-bottom:5px;opacity:.9}.edit_profile_rank img{height:14px;width:auto}.edit_profile_name{font-size:24px;font-weight:700}.edit_profile_music{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff1a;border-radius:20px;font-size:13px;cursor:pointer;transition:background .2s}.edit_profile_music:hover{background:#fff3}.edit_profile_music i{font-size:16px}.edit_profile_tabs{display:flex;justify-content:center;gap:10px;padding:15px;border-bottom:1px solid #e5e7eb}.edit_tab{padding:8px 20px;font-size:14px;font-weight:600;color:#666;cursor:pointer;border-radius:8px;transition:all .2s}.edit_tab:hover{background:#f0f0f0}.edit_tab.active{background:var(--theme-color, #00bcd4);color:#fff}.edit_profile_content{padding:10px 0;max-height:350px;overflow-y:auto}.edit_profile_item{display:flex;align-items:center;gap:15px;padding:14px 25px;cursor:pointer;transition:background .2s;font-size:14px;color:#333}.edit_profile_item:hover{background:#f5f5f5}.edit_profile_item i{width:20px;text-align:center;color:#888;font-size:16px}.edit_profile_item span{flex:1}.level_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.level_modal_box{background:var(--modal-bg, #fff);border-radius:16px;max-width:400px;width:100%;overflow:hidden;box-shadow:0 10px 40px #0000004d}.level_modal_header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid var(--border-color, #e5e7eb);font-size:16px;font-weight:600;color:var(--body-text, #333)}.level_modal_close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background .2s}.level_modal_close:hover{background:#0000001a}.level_modal_content{padding:20px}.level_progress_zone{margin-bottom:20px}.level_progress_box{width:100%;height:30px;background:#0000001a;border-radius:15px;overflow:hidden}.level_progress_bar{height:100%;background:var(--level-color, #74b20e);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;min-width:40px;transition:width .3s ease}.level_progress_text{text-align:center;margin-top:8px;font-size:13px;color:var(--sub-text, #888)}.level_stats{border-top:1px solid var(--border-color, #e5e7eb);padding-top:15px}.level_stat_item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border-color, #f0f0f0)}.level_stat_item:last-child{border-bottom:none}.level_stat_label{font-size:14px;color:var(--body-text, #333);font-weight:500}.level_stat_value{font-size:14px;color:var(--theme-color, #03add8);font-weight:600}.profile_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000}.profile_modal_box{width:100%;max-width:500px;max-height:90vh;background:var(--box-bg, #2a2a2a);border-radius:20px;overflow:hidden;box-shadow:var(--shadow, 0 10px 40px rgba(0, 0, 0, .3));display:flex;flex-direction:column}.profile_modal_top{background:var(--header-bg, #222);color:var(--header-text, #fff);padding:4px 0 8px;position:relative;text-align:center;width:100%;height:220px;min-height:220px;max-height:220px;border-radius:20px 20px 0 0;flex-shrink:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;overflow:hidden}.profile_modal_top.profile_background{background-size:cover!important;background-position:50% 50%!important}.profile_modal_top.cover_size{height:230px;min-height:230px;max-height:230px}.profile_top_menu{display:flex;justify-content:space-between;align-items:center;width:100%;margin:2px 0 4px;padding:0 5px;flex-shrink:0;box-sizing:border-box}.profile_top_left{display:flex;align-items:center;gap:5px;padding-left:15px;padding-right:0;min-width:0}.profile_top_left .profile_level,.profile_top_left .profile_likes{padding:3px 5px;margin-right:5px;border-radius:100px;font-size:12px;font-weight:700;white-space:nowrap;color:var(--header-text, #fff)}.profile_top_left .profile_likes{margin-right:0}.profile_top_right{display:flex;align-items:center;gap:0;flex-shrink:0}.profile_top_btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:opacity .2s;color:var(--header-text, #fff);flex-shrink:0}.profile_top_btn:hover{opacity:.7}.profile_modal_avatar{width:100px;height:100px;margin:0 auto 1px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.3);flex-shrink:0}.profile_modal_avatar img{width:100%;height:100%;object-fit:cover}.profile_modal_info{text-align:center;padding:0 0 1px;margin:0;flex-shrink:0}.profile_modal_rank{font-size:12px;color:#ffffffe6;margin:0;display:flex;align-items:center;justify-content:center;gap:5px;line-height:1.2}.profile_modal_rank img{width:16px;height:16px}.profile_modal_rank i{margin-right:5px}.profile_modal_name{font-size:25px;font-weight:700;color:var(--header-text, #fff);margin:0;line-height:1.2}.profile_modal_mood{margin-top:0;font-size:13px;color:var(--sub-text, rgba(255,255,255,.7));max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.profile_modal_top .pdetails.tpad5,.profile_modal_top .profile_modal_music_wrap{margin-top:0;padding-top:2px;flex-shrink:0;text-align:center}.profile_modal_content{padding:20px;background:var(--box-bg, #2a2a2a);color:var(--chat-text, #fff)}.profile_bottom_actions{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 15px;background:var(--box-bg, #2a2a2a);border-top:1px solid var(--border-color, rgba(255,255,255,.08));flex-shrink:0}.profile_action_hex{width:44px;height:44px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transition:opacity .2s;flex-shrink:0;color:#fff;font-size:16px}.profile_action_hex:hover{opacity:.9}.profile_action_hex.hex_orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.profile_action_hex.hex_pink{background:linear-gradient(135deg,#ec4899,#db2777)}.profile_action_hex.hex_green{background:linear-gradient(135deg,#10b981,#059669)}.profile_action_hex.hex_purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.profile_action_hex.hex_red{background:linear-gradient(135deg,#ef4444,#dc2626)}.profile_action_hex .profile_action_hex_num{font-size:14px;font-weight:700}.profile_action_hex .profile_action_hex_badge{position:absolute;bottom:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--theme-color, #03add8);color:#fff}.profile_actions{display:flex;gap:10px;justify-content:center}.profile_action_btn{padding:10px 20px;border:none;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;background:var(--theme-color, #03add8);color:#fff}.profile_action_btn:hover{opacity:.9;transform:translateY(-1px)}.profile_action_btn.like_btn{background:#e91e63}.profile_modal_avatar{position:relative}.profile_modal_avatar .state_profile{position:absolute;bottom:5px;right:5px;width:20px;height:20px}.profile_menu_wrap{background:var(--box-bg, #2a2a2a);border-bottom:1px solid var(--border-color, rgba(255,255,255,.1));flex-shrink:0;padding:10px 0}.profile_menu{display:flex;justify-content:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}.profile_menu li{padding:8px 12px;margin:0 5px 0 0;cursor:pointer;font-size:13px;font-weight:700;color:var(--default-color, #888);border-radius:5px;border-bottom:2px solid transparent;transition:all .2s}.profile_menu li:hover{color:var(--chat-text, #fff)}.profile_menu li.active{color:var(--theme-color, #03add8);border-bottom-color:var(--theme-color, #03add8)}.profile_modal_content{padding:15px 20px;background:var(--body-bg, #fff)}.profile_bio{padding:5px 0}.profile_item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border-color, rgba(255,255,255,.05))}.profile_item:last-child{border-bottom:none}.profile_item_label{font-size:14px;font-weight:500;color:var(--default-color, #888)}.profile_item_label i{width:20px;margin-right:10px;color:var(--theme-color, #03add8)}.profile_item_value{font-size:14px;color:var(--chat-text, #fff)}.empty_text{text-align:center;padding:30px;color:var(--body-text, #999);font-size:14px}.profile_friends,.profile_gifts{min-height:100px}.profile_badges{display:flex;justify-content:center;gap:10px;padding:15px 0;margin-top:10px;border-top:1px solid rgba(0,0,0,.05)}.pbadge{position:relative;width:50px;height:50px;cursor:pointer;transition:transform .2s}.pbadge:hover{transform:scale(1.1)}.pbadge_img{width:100%;height:100%;object-fit:contain}.pbadge_count{position:absolute;bottom:-2px;right:-2px;background:var(--theme-color, #03add8);color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--body-bg, #fff)}@media (max-width: 576px){.profile_modal_box{width:96%;max-width:500px;margin:10px auto;border-radius:20px;box-sizing:border-box}.profile_modal_top{padding:5px 0 10px;width:100%;height:220px;min-height:220px;max-height:220px;border-radius:20px 20px 0 0;box-sizing:border-box}.profile_modal_top.cover_size{height:230px;min-height:230px;max-height:230px}.profile_top_menu{width:100%;margin:5px 0;padding:0 5px;box-sizing:border-box}.profile_top_left{min-width:0}.profile_top_right{flex-shrink:0}.profile_modal_avatar{width:100px;height:100px}.profile_modal_name{font-size:25px}.profile_menu li{padding:8px 12px;font-size:13px}.profile_modal_content{padding:10px 15px}.profile_item{padding:8px 0}.profile_item_label,.profile_item_value{font-size:13px}.profile_badges{padding:10px 0;gap:8px}.pbadge{width:40px;height:40px}}.over_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px}.over_modal_box{background:var(--modal-bg, #fff);border-radius:16px;max-width:400px;width:100%;overflow:hidden;box-shadow:0 10px 40px #0000004d}.over_modal_header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid var(--border-color, #e5e7eb);font-size:16px;font-weight:600;color:var(--body-text, #333)}.over_modal_close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background .2s}.over_modal_close:hover{background:#0000001a}.modal_content{padding:20px}#large_modal #large_modal_content{padding:0}#large_modal .modal_menu.modal_mback.hpad15{padding-left:0;padding-right:0}.notice_box{display:flex;align-items:flex-start;gap:10px;padding:12px 15px;border-radius:8px;font-size:13px;line-height:1.5}.notice_box.warning{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.notice_box i{margin-top:2px}.setting_element{margin-bottom:15px}.setting_element .label{font-size:13px;font-weight:500;color:var(--body-text, #333);margin-bottom:8px}.setting_element select{width:100%;padding:10px 12px;border:1px solid var(--border-color, #e5e7eb);border-radius:8px;font-size:14px;background:var(--body-bg, #fff);color:var(--body-text, #333);cursor:pointer;outline:none;transition:border-color .2s}.setting_element select:focus{border-color:var(--theme-color, #03add8)}.date_form{display:flex;gap:10px}.date_col{flex:1}.date_col.date_day{flex:.8}.date_col.date_month{flex:1.2}.date_col.date_year{flex:1}.modal_control{padding:15px 20px;border-top:1px solid var(--border-color, #e5e7eb);display:flex;justify-content:flex-end}.reg_button.theme_btn{background:var(--theme-color, #03add8);color:#fff;border:none;padding:10px 25px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.reg_button.theme_btn:hover{opacity:.9}.vpad15{padding-bottom:15px}.toast_notification{position:fixed;top:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;z-index:99999;animation:toastSlideIn .3s ease-out;box-shadow:0 4px 15px #0003}.toast_notification.success{background:#10b981;color:#fff}.toast_notification.error{background:#ef4444;color:#fff}.toast_notification.warning{background:#f59e0b;color:#fff}.toast_notification i{font-size:18px}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.over_modal_box .full_input{width:100%;padding:10px 12px;border:1px solid var(--border-color, #e5e7eb);border-radius:8px;font-size:14px;background:var(--body-bg, #fff);color:var(--body-text, #333);outline:none;transition:border-color .2s;box-sizing:border-box}.over_modal_box .full_input:focus{border-color:var(--theme-color, #03add8)}.reg_button.theme_btn i{margin-right:6px}.over_modal_box.over_modal_large{max-width:500px}.over_modal_box .full_textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color, #e5e7eb);border-radius:8px;font-size:14px;background:var(--body-bg, #fff);color:var(--body-text, #333);outline:none;transition:border-color .2s;box-sizing:border-box;resize:vertical;min-height:120px;font-family:inherit}.over_modal_box .full_textarea:focus{border-color:var(--theme-color, #03add8)}.char_counter{text-align:right;font-size:12px;color:var(--body-text-muted, #666);margin-top:5px}.user_menu_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}.user_menu_box{position:fixed;background:var(--box-bg, #3a3a3a);border-radius:12px;overflow:hidden;width:200px;box-shadow:var(--shadow, 0 5px 25px rgba(0,0,0,.5));animation:userMenuPop .12s ease-out;z-index:10000}@keyframes userMenuPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.user_menu_header{position:relative;padding:20px 15px 15px;text-align:center;background:var(--header-bg, #3a3a3a);color:var(--header-text, #fff)}.user_menu_avatar_wrap{position:relative;display:inline-block}.user_menu_avatar{width:70px;height:70px;border-radius:50%;border:3px solid var(--theme-color, #03add8);object-fit:cover;box-shadow:0 2px 8px #0000004d}.user_menu_avatar.genfemale{border-color:#e91e8c}.user_menu_avatar.genmale{border-color:#03add8}.user_menu_avatar.genother{border-color:var(--theme-color, #888)}.user_menu_level{position:absolute;top:10px;left:10px;background:#f5a623;color:#fff;border-radius:100px;padding:3px 8px;display:flex;align-items:center;gap:3px;box-shadow:0 2px 4px #0003}.user_menu_level img{width:16px;height:16px;border-radius:50%}.user_menu_level span{font-size:12px;font-weight:700;padding:0 2px}.user_menu_name{color:#fff;font-weight:700;font-size:16px;margin:10px 0 3px}.user_menu_gender{color:#ffffffb3;font-size:13px;margin:0}.user_menu_flag{position:absolute;bottom:15px;right:15px;width:22px;height:auto;border-radius:2px}.user_menu_actions{background:var(--box-bg, #2a2a2a);border-radius:0 0 12px 12px}.user_menu_item{padding:12px 15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:var(--chat-text, #fff);transition:background .15s;border-top:1px solid var(--border-color, rgba(255,255,255,.08))}.user_menu_item:first-child{border-top:none}.user_menu_item:hover{background:var(--hover-bg, rgba(255,255,255,.05))}.user_menu_item i{font-size:14px}.user_menu_item i.default_color{color:var(--default-color, #222)}.user_menu_item i.theme_color{color:var(--theme-color, #03add8)}.user_menu_item i.success_color{color:var(--success-color, #74b20e)}.user_menu_item i.error_color{color:var(--error-color, #e74c3c)}@media (max-width: 768px){.user_menu_box{width:180px}}@media (max-width: 576px){.over_modal_overlay{padding:10px}.over_modal_box{width:100%!important;max-width:100%!important;margin:0;border-radius:12px}.over_modal_box.over_modal_large{width:100%!important;max-width:100%!important}.over_modal_header{padding:12px 15px;font-size:16px}.over_modal_close{width:28px;height:28px;font-size:14px}.modal_content{padding:15px}.setting_element{flex-direction:column;align-items:flex-start;gap:8px}.setting_element .label{width:100%;min-width:auto}.setting_element select,.setting_element input,.date_form{width:100%}.date_col{flex:1}.date_col select{width:100%;padding:8px 5px;font-size:13px}.over_modal_box .full_input{font-size:14px;padding:10px 12px}.over_modal_box .full_textarea{font-size:14px;padding:10px 12px;min-height:100px}.modal_control{padding:12px 15px}.modal_control .reg_button{padding:10px 20px;font-size:14px}.edit_profile_modal{width:100%!important;max-width:100%!important;height:100vh;max-height:100vh;border-radius:0}.edit_profile_top{min-height:180px}.edit_profile_top.cover_size{height:200px}.edit_top_left,.edit_top_right{padding:8px}.profile_level,.profile_likes{font-size:11px;padding:4px 8px}.cover_item,.edit_top_btn{width:28px;height:28px;font-size:12px}.edit_profile_avatar{width:70px;height:70px}.avatar_button{width:24px;height:24px;font-size:10px}.edit_profile_music{font-size:12px;padding:6px 12px}.edit_profile_tabs{padding:0 10px}.edit_profile_tabs .tab_item{padding:10px 8px;font-size:13px}.edit_profile_item{padding:12px 15px;font-size:14px}.edit_profile_item i{width:22px;font-size:14px}.toast_notification{max-width:90vw;font-size:13px;padding:12px 18px}}.private_center{overflow:hidden;z-index:150}.private_center.pboxed{position:fixed;bottom:50px;right:0;height:400px;width:400px;box-shadow:-2px 0 10px #00000026}.private_center.pboxed .private_wrap_content{height:310px}.private_center.ppanel{display:table-cell;vertical-align:top;width:360px;height:100%;border-left:1px solid var(--border-color, rgba(0,0,0,.08));background:var(--panel-bg, #fff)}.private_center.ppanel .private_box{height:100%;display:flex;flex-direction:column}.private_center.ppanel .private_wrap_content{flex:1;height:auto;min-height:0}.private_center.ppanel #private_content,.private_center.ppanel #inside_wrap_private,.private_center.ppanel #show_private_wrap{height:100%}.private_center.pfull{position:fixed;top:50px;bottom:50px;right:0;height:auto;width:400px;border-left:1px solid var(--border-color, rgba(0,0,0,.08));background:var(--panel-bg, #fff);box-shadow:-2px 0 10px #00000026}.private_center.pfull .private_box{height:100%;display:flex;flex-direction:column}.private_center.pfull .private_wrap_content{flex:1;height:auto;min-height:0}.private_center.pfull #private_content,.private_center.pfull #inside_wrap_private,.private_center.pfull #show_private_wrap{height:100%}.private_center.privhide,.fhide{display:none!important}#dpriv,.dpriv{position:fixed;bottom:8px;right:60px;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:200;background:var(--panel-bg, #fff);border-radius:50%;box-shadow:0 2px 10px #0003}#dpriv_av{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--theme-color, #03add8);animation:dprivPulse 2s infinite}@keyframes dprivPulse{0%,to{box-shadow:0 0 #03add866}50%{box-shadow:0 0 0 6px #03add800}}#dpriv_notify,.foot_notify{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:var(--error-color, #e74c3c);border:2px solid var(--panel-bg, #fff);display:none}#dpriv_notify.has_notify{display:block}@media (max-width: 768px){#dpriv,.dpriv{bottom:10px;right:70px;width:40px;height:40px}#dpriv_av{width:32px;height:32px}}@media (max-width: 576px){#dpriv,.dpriv{bottom:8px;right:60px}}.private_box{width:100%;height:100%;overflow:hidden;background:var(--panel-bg, #fff);display:flex;flex-direction:column}.private_top{width:100%;display:table;height:40px;padding:0 10px;background:var(--header-bg, #222);color:#fff}.private_av_wrap{display:table-cell;width:30px;vertical-align:middle}.private_av{cursor:pointer;width:30px;height:30px;display:block;border-radius:50%;object-fit:cover}.private_name{display:table-cell;vertical-align:middle;cursor:pointer;font-size:16px;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.private_opt{width:40px;text-align:center;cursor:pointer;display:table-cell;vertical-align:middle;position:relative;font-size:14px;opacity:.8;transition:opacity .2s}.private_opt:hover{opacity:1}.private_wrap_content{position:relative;flex:1;overflow:hidden;height:310px}.private_content{width:100%;height:100%;overflow:hidden;overflow-y:auto;padding:5px 10px;background:var(--panel-bg, #fff)}.private_loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--theme-color);font-size:24px}.private_empty{padding:20px 10px;text-align:center;font-size:14px;color:var(--body-text-muted, #999)}#show_private{position:absolute;bottom:0;left:0;width:100%;max-height:100%;overflow-y:auto;list-style:none;padding:15px 0;margin:0}#show_private li{width:100%;margin-bottom:3px}#inside_wrap_private{height:100%;overflow:hidden;position:relative}#show_private_wrap{width:100%;height:100%;overflow:hidden;overflow-x:hidden;position:relative}.empty_private{padding:20px 10px;text-align:center;font-size:14px;color:var(--body-text-muted, #999)}.private_logs{display:table;table-layout:fixed;width:100%}.private_avatar{display:table-cell;width:36px;vertical-align:top;padding:0 5px}.avatar_private{display:block;height:26px;width:26px;border-radius:18px;overflow:hidden;object-fit:cover}.priwrap{display:table-cell;vertical-align:top}.privcont{width:100%;margin:0 auto;display:flex;height:auto;align-items:center}.privopt{flex-grow:1;padding:0 5px}.prbox{width:auto;height:auto}.hunter_private,.target_private{padding:10px;max-width:220px;display:inline-block;word-wrap:break-word;line-height:1.4em;border-radius:10px;font-size:13px}.target_private{color:#fff;background:#333}.hunter_private{color:#666;background:#f8f8f8;float:right}.outpriv .privopt,.outpriv .prdate{text-align:right}.prdate{padding:3px 5px;font-size:10px;color:var(--body-text-muted, #999)}.sub_priv{color:#ccc}#ptyping{position:absolute;top:-34px;left:10px;bottom:auto;width:auto;border-radius:100px;padding:3px 8px;font-size:16px;background:var(--panel-bg, #fff);box-shadow:0 2px 8px #0000001f;z-index:200;display:inline-flex;pointer-events:none}.ptyping_inner{display:flex;align-items:center;gap:8px}#ptyping_avatar{width:20px;height:20px}#ptyping_av{width:20px;height:20px;border-radius:50%;object-fit:cover}#ptyping_text{color:var(--theme-color, #03add8);font-size:18px}#priv_input{width:100%;background:var(--input-bg, #f5f5f5);border-top:1px solid var(--border-color, rgba(0,0,0,.08));padding:4px;position:relative}#private_form{height:40px;width:100%;display:flex;align-items:center;gap:5px}#private_form .input_item{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:var(--body-text-muted, #888);flex-shrink:0}#private_form .input_item:hover{color:var(--theme-color)}#private_form .td_input{flex:1;min-width:0}#private_form .td_input input{width:100%;height:36px;padding:0 12px;border:1px solid var(--border-color, rgba(0,0,0,.1));border-radius:20px;font-size:14px;outline:none;background:var(--panel-bg, #fff)}#private_form .td_input input:focus{border-color:var(--theme-color)}#private_form #private_send{width:36px;height:36px;min-width:36px;border-radius:50%;border:none;background:var(--theme-color, #03add8);color:#fff;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#private_form #private_send:disabled{opacity:.5;cursor:not-allowed}#private_form #private_send:hover:not(:disabled){opacity:.9}[data-theme=dark] .target_private{color:#fff;background:#444}[data-theme=dark] .hunter_private{color:#fff;background:#222}[data-theme=dark] .sub_priv{color:#666}@media (max-width: 800px){.private_center.pboxed:not(.privhide){position:fixed!important;display:block!important;bottom:50px!important;right:0!important;left:auto!important;top:auto!important;width:100%!important;max-width:350px;height:400px!important;border-left:none!important;z-index:200}.private_center.ppanel:not(.privhide),.private_center.pfull:not(.privhide){position:fixed!important;display:block!important;top:50px!important;bottom:50px!important;left:0!important;right:0!important;width:100%!important;height:auto!important;border-left:none!important;z-index:200;border-radius:0}.private_center.privhide{display:none!important}.private_center.ppanel .private_box,.private_center.pfull .private_box{height:100%;display:flex;flex-direction:column}.private_center.ppanel .private_wrap_content,.private_center.pfull .private_wrap_content{flex:1;height:auto!important;min-height:0}.private_center.ppanel #private_content,.private_center.pfull #private_content{height:100%}}@media (max-width: 576px){.private_top{padding:0 5px}.private_name{font-size:14px;padding:0 5px}.private_opt{width:32px;font-size:12px}.hunter_private,.target_private{max-width:180px;padding:8px;font-size:12px}#priv_input{padding:3px}#private_form{height:36px}#private_form .input_item{width:32px;height:32px;font-size:16px}#private_form .td_input input{height:32px;font-size:13px}#private_form #private_send{width:32px;height:32px;font-size:12px}}.msg-status{display:inline-flex;align-items:center;margin-left:5px;position:relative}.msg-status .fa-check{font-size:11px}.msg-status .msg-check-second{margin-left:-7px}.msg-sent{color:#8696a0}.msg-read{color:#53bdeb}body{background:var(--body-bg, #ededed);color:var(--body-text, #333)}#chat_right,#chat_left,.back_panel{background:var(--panel-bg, #fff)!important;color:var(--body-text, #333)!important}#chat_center,.back_chat{background:var(--chat-bg, #fff)!important;color:var(--chat-text, #000)!important}.user_item .username{color:var(--user-color, #333)!important}.user_item .list_mood,.user_count{color:var(--sub-text, #888)!important}.chat-input,#content,input[type=text],textarea{background:var(--input-bg, #f6f6f6)!important;border-color:var(--input-border, #e6e6e6)!important;color:var(--body-text, #333)!important}.chat-input::placeholder,input::placeholder,textarea::placeholder{color:var(--system-text, #999)!important}.right-panel-header{background:var(--panel-bg, #fff)!important;border-bottom-color:var(--border-color, rgba(0,0,0,.08))!important}.chat-input-area,.back_input{background:var(--panel-bg, #fff)!important;border-top-color:var(--border-color, rgba(0,0,0,.08))!important}.float_menu,.sysmenu,.back_menu,.settings-menu{background:var(--menu-bg, #fff)!important;color:var(--body-text, #333)!important}.fmenu_item,.fmenu_text,.menu-item{color:var(--body-text, #333)!important}.fmenu_item:hover,.menu-item:hover,.bhover:hover{background:var(--hover-bg, rgba(0,0,0,.05))!important}.modal_box,.over_modal_box,.level_modal_box,.edit_profile_box{background:var(--modal-bg, #fff)!important;color:var(--body-text, #333)!important}.bborder{border-bottom-color:var(--border-color, rgba(0,0,0,.08))!important}.tborder{border-top-color:var(--border-color, rgba(0,0,0,.08))!important}.lborder{border-left-color:var(--border-color, rgba(0,0,0,.08))!important}.rborder{border-right-color:var(--border-color, rgba(0,0,0,.08))!important}.mbubble{background:var(--log-bg, rgba(0,0,0,.028))!important}.menui{color:var(--theme-color, #03add8)!important}.my_text,.ctext,.mbubble{color:var(--chat-text, #000)!important}.cdate,.sub_chat,.sub_priv,.logs_menu{color:var(--sub-text, #888)!important}.private_center,.back_priv,#private_content,#private_center,#private_box{background:var(--panel-bg, #fff)!important;color:var(--chat-text, #000)!important}#private_top,.back_ptop{background:var(--header-bg, #292929)!important;color:var(--header-text, #fff)!important}.private_name,#private_name{color:var(--body-text, #333)!important}#priv_input{background:var(--input-bg, #f5f5f5)!important;border-top-color:var(--border-color, rgba(0,0,0,.08))!important}.empty_private{color:var(--sub-text, #888)!important}#notification_menu,#friends_menu,#private_menu{background:var(--menu-bg, #fff)!important;color:var(--body-text, #333)!important}.notify_item{color:var(--body-text, #333)!important}.notify_item:hover{background:var(--hover-bg, rgba(0,0,0,.05))!important}.notify_item.notify_unread{background:var(--duotone, rgba(52,152,219,.1))!important}.notify_text{color:var(--body-text, #333)!important}.date_notify{color:var(--sub-text, #888)!important}.notify_type_icon{background:var(--panel-bg, #fff)!important;color:var(--theme-color, #03add8)!important}.hnotify,.pm_item{color:var(--body-text, #333)!important}.pm_item:hover{background:var(--hover-bg, rgba(0,0,0,.05))!important}.pm_name{color:var(--body-text, #333)!important}.pm_mood,.pm_date{color:var(--sub-text, #888)!important}.inpriv .pmess,.outpriv .pmess{color:#fff!important}.toast_notification{background:var(--menu-bg, #fff)!important;color:var(--body-text, #333)!important;box-shadow:0 4px 20px #0003!important}.ucount{background:var(--theme-color, #03add8)!important}.chat-footer,.bfoot{background:var(--header-bg, #222)!important;color:var(--header-text, #fff)!important}body.theme-dark .chat-header,body.theme-dark .bhead{background:var(--header-bg)!important;color:var(--header-text)!important}body.theme-dark .chat-body{background:var(--body-bg)}body.theme-dark #chat_center,body.theme-dark .back_chat{background:var(--chat-bg);color:var(--chat-text)}body.theme-dark .lobby-view{background:var(--chat-bg);color:var(--body-text)}body.theme-dark .lobby-view .lobby-view-title{color:var(--body-text)}body.theme-dark .lobby-view .lobby-view-desc,body.theme-dark .lobby-view .lobby-loading{color:var(--sub-text)}body.theme-dark .lobby-view .lobby-room-item{background:var(--hover-bg, rgba(255,255,255,.06));border-color:var(--border-color);color:var(--body-text)}body.theme-dark .lobby-view .lobby-room-item:hover{background:var(--hover-bg, rgba(255,255,255,.1));border-color:var(--theme-color)}body.theme-dark .lobby-view .lobby-room-item .lobby-room-name{color:var(--body-text)}body.theme-dark .lobby-view .lobby-room-item .sub_text{color:var(--sub-text)}body.theme-dark #chat_right,body.theme-dark #chat_left,body.theme-dark .back_panel{background:var(--panel-bg);color:var(--body-text)}body.theme-dark .mbubble{background:var(--log-bg)}body.theme-dark .chat-input-area,body.theme-dark .back_input{background:var(--panel-bg);border-top-color:var(--border-color)}body.theme-dark .chat-input{background:var(--input-bg);border-color:var(--input-border);color:var(--body-text)}body.theme-dark .chat-input::placeholder{color:var(--system-text)}body.theme-dark .user_item{color:var(--body-text)}body.theme-dark .username{color:var(--user-color)}body.theme-dark .list_mood,body.theme-dark .sub_text{color:var(--sub-text)}body.theme-dark .float_menu,body.theme-dark .back_menu,body.theme-dark .sysmenu{background:var(--menu-bg, #242424);color:var(--body-text)}body.theme-dark .bhover:hover{background:#ffffff0d}body.theme-dark .bborder{border-bottom-color:#ffffff0d}body.theme-dark .modal_overlay,body.theme-dark .over_modal_overlay,body.theme-dark .profile_modal_overlay{background:#000000b3}body.theme-dark .modal_box,body.theme-dark .over_modal_box,body.theme-dark .profile_modal_box{background:var(--modal-bg);color:var(--body-text)}body.theme-dark .edit_profile_modal,body.theme-dark .over_modal_box{background:#000000b3}body.theme-dark .over_modal_box .full_input,body.theme-dark .full_textarea{background:var(--input-bg);border-color:var(--input-border);color:var(--body-text)}body.theme-dark .settings-menu,body.theme-dark #private_menu{background:#242424;color:var(--body-text)}body.theme-dark .settings-menu div,body.theme-dark #private_menu .fmenu_item{color:var(--body-text)}body.theme-dark .target_private,body.theme-dark .hunt_quote{color:#fff;background:#444}body.theme-dark .hunter_private,body.theme-dark .targ_quote{color:#fff;background:#222}body.theme-dark .private_center,body.theme-dark .back_priv,body.theme-dark #private_center,body.theme-dark #private_box{background:var(--panel-bg)!important;color:var(--body-text)!important}body.theme-dark #private_top,body.theme-dark .back_ptop{background:var(--header-bg)!important;color:var(--header-text)!important}body.theme-dark #priv_input{background:var(--input-bg);border-top-color:var(--border-color)}body.theme-dark #notification_menu,body.theme-dark #friends_menu,body.theme-dark #private_menu{background:var(--menu-bg)!important;color:var(--body-text)!important}body.theme-dark .notify_item,body.theme-dark .notify_text,body.theme-dark .hnotify{color:var(--body-text)!important}body.theme-dark .date_notify{color:var(--sub-text)!important}body.theme-dark .notify_type_icon{background:var(--panel-bg)!important;color:var(--theme-color)!important}body.theme-dark .pm_item,body.theme-dark .pm_name{color:var(--body-text)!important}body.theme-dark .pm_mood,body.theme-dark .pm_date{color:var(--sub-text)!important}body.theme-dark .right-panel-header{background:var(--panel-bg);border-bottom-color:var(--border-color)}body.theme-dark .chat-footer,body.theme-dark .bfoot{background:var(--header-bg);color:var(--header-text)}.theme_wrap{padding-top:10px;display:flex;flex-wrap:wrap;gap:15px}.theme_preview{position:relative;transition:transform .2s,box-shadow .2s}.theme_preview:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.settings-menu,.float_menu.themed,#chat_main_menu,#private_menu{background:var(--panel-bg, #fff)!important;color:var(--body-text, #333)!important}.settings-menu .menu-header,.float_menu.themed .float_ctop{border-bottom-color:var(--border-color, #eee)!important}.settings-menu .menu-item,.float_menu.themed .fmenu_item{color:var(--body-text, #333)!important}.settings-menu .menu-item:hover,.float_menu.themed .fmenu_item:hover{background:var(--hover-bg, #f5f5f5)!important}.settings-menu .menu-icon,.float_menu.themed .fmenu_icon i{color:var(--theme-color, #3498db)!important}.settings-menu .menu-divider{background:var(--border-color, #eee)!important}.settings-menu .menu-arrow{color:var(--sub-text, #ccc)!important}body.theme-dark .settings-menu,body.theme-dark .float_menu,body.theme-dark #chat_main_menu,body.theme-dark #private_menu,body.theme-dark .sysmenu{background:var(--menu-bg, #242424)!important;color:#fff!important}body.theme-dark .settings-menu .menu-header,body.theme-dark .float_menu .float_ctop,body.theme-dark .float_menu .float_top{border-bottom-color:#ffffff14!important}body.theme-dark .settings-menu .menu-item,body.theme-dark .float_menu .fmenu_item,body.theme-dark .float_menu .fmenu_text{color:#fff!important}body.theme-dark .settings-menu .menu-item:hover,body.theme-dark .float_menu .fmenu_item:hover,body.theme-dark .float_menu .bhover:hover{background:var(--hover-bg, rgba(255,255,255,.08))!important}body.theme-dark .settings-menu .menu-divider{background:#ffffff14!important}body.theme-dark .settings-menu .menu-arrow{color:#666!important}body.theme-dark .modal_box,body.theme-dark .over_modal_box{background:#1a1a1a!important;color:#fff!important}body.theme-dark .modal_box input,body.theme-dark .modal_box textarea,body.theme-dark .over_modal_box input,body.theme-dark .over_modal_box textarea,body.theme-dark .over_modal_box .full_input,body.theme-dark .over_modal_box .full_textarea{background:#252525!important;border-color:#333!important;color:#fff!important}body.theme-dark .modal_box input::placeholder,body.theme-dark .modal_box textarea::placeholder,body.theme-dark .over_modal_box input::placeholder,body.theme-dark .over_modal_box textarea::placeholder{color:#888!important}body.theme-dark .user_item .username{color:#fff!important}body.theme-dark .user_item .list_mood{color:var(--sub-text, #888)!important}body.theme-dark #chat_right{background:var(--panel-bg, #191919)!important}body.theme-dark .right-panel-header{background:var(--panel-bg, #191919)!important;border-bottom-color:#ffffff14!important}body.theme-dark .user_count{color:#888!important}body.theme-dark .chat-footer{background:var(--header-bg, #111)!important;color:var(--header-text, #fff)!important}body.theme-dark .level_modal_box{background:#1a1a1a!important;color:#fff!important}body.theme-dark .level_modal_box .level_stat_label{color:#aaa!important}body.theme-dark .edit_profile_box{background:#1a1a1a!important;color:#fff!important}body.theme-dark .edit_profile_box .edit_profile_item{color:#fff!important}body.theme-dark .edit_profile_box .edit_profile_item:hover{background:#ffffff14!important}body.theme-dark .edit_profile_box .edit_tab{color:#fff!important;background:transparent!important}body.theme-dark .edit_profile_box .edit_tab.active{background:var(--theme-color, #03add8)!important}body.theme-dark .toast_notification{background:#333!important;color:#fff!important}.user_menu_box{background:var(--box-bg)!important}.user_menu_header{background:var(--header-bg)!important;color:var(--header-text)!important}.user_menu_actions{background:var(--box-bg)!important}.user_menu_item{color:var(--chat-text)!important;border-top-color:var(--border-color)!important}.user_menu_item:hover{background:var(--hover-bg)!important}body.theme-dark .status-dropdown{background:#242424!important;color:#fff!important}body.theme-dark .status-dropdown .status-header{border-bottom-color:#ffffff14!important}body.theme-dark .status-dropdown .fmenu_item:hover{background:#ffffff14!important}body.theme-dark .theme-modal{background:#1a1a1a!important;color:#fff!important}body.theme-dark .theme-modal .theme_preview{border-color:#ffffff1a!important}body.theme-dark .menui,body.theme-dark .menu-icon i{color:var(--theme-color, #03add8)!important}body.pattern-stars #chat_center:before,body.pattern-stars .back_chat:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.15),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.1),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.12),transparent),radial-gradient(2px 2px at 130px 80px,rgba(255,255,255,.08),transparent),radial-gradient(1px 1px at 160px 120px,rgba(255,255,255,.15),transparent),radial-gradient(1.5px 1.5px at 200px 50px,rgba(255,255,255,.1),transparent),radial-gradient(2px 2px at 250px 150px,rgba(255,255,255,.12),transparent),radial-gradient(1px 1px at 300px 90px,rgba(255,255,255,.08),transparent),radial-gradient(1.5px 1.5px at 350px 200px,rgba(255,255,255,.1),transparent),radial-gradient(2px 2px at 400px 60px,rgba(255,255,255,.15),transparent);background-size:450px 250px;background-repeat:repeat;background-attachment:fixed;opacity:.4;pointer-events:none;z-index:0;box-shadow:inset 0 0 90px #00000080}body.pattern-stars #chat_center,body.pattern-stars .back_chat{position:relative}body.pattern-stars #chat_center>*,body.pattern-stars .back_chat>*{position:relative;z-index:1}body.pattern-dots #chat_center:before,body.pattern-dots .back_chat:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px;background-attachment:fixed;opacity:.5;pointer-events:none;z-index:0}body.pattern-grid #chat_center:before,body.pattern-grid .back_chat:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:30px 30px;background-attachment:fixed;opacity:.5;pointer-events:none;z-index:0}body.pattern-image #chat_center:before,body.pattern-image .back_chat:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:var(--pattern-image, none);background-repeat:repeat;background-attachment:fixed;opacity:.1;pointer-events:none;z-index:0;box-shadow:inset 0 0 90px #000}body.pattern-image #chat_center,body.pattern-image .back_chat{position:relative}body.pattern-image #chat_center>*,body.pattern-image .back_chat>*{position:relative;z-index:1}#chat_center,.back_chat{position:relative}body.has-chat-bg #chat_center,body.has-chat-bg .back_chat{background:transparent!important}body.has-chat-bg #chat_center:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:var(--chat-bg-image, none);background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:fixed;opacity:.4;pointer-events:none;z-index:0;box-shadow:inset 0 0 60px #000}body.has-chat-bg #chat_center>*{position:relative;z-index:1}html,body{height:100%;height:var(--real-vh, 100vh);overflow:hidden}.chat-room-wrapper{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;height:var(--real-vh, 100vh)!important;max-height:var(--real-vh, 100vh)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}#root{height:100%;height:var(--real-vh, 100vh);background:#1a1a2e}.chat-layout{display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{flex-shrink:0;height:50px;min-height:50px}.chat-main{flex:1;display:flex;overflow:hidden;min-height:0}#chat_center{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.chat-messages,#chat_log,.back_chat{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0}.chat-footer{flex-shrink:0;min-height:50px;padding:8px 15px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}.chat-input-area{flex-shrink:0;padding-bottom:calc(5px + env(safe-area-inset-bottom,0px))}@media screen and (max-width: 768px){.chat-room-wrapper{padding-bottom:0!important}#chat_right{position:fixed;right:0;left:auto;top:50px;bottom:0;bottom:calc(50px + env(safe-area-inset-bottom,0px));height:auto;z-index:150}#chat_left{position:fixed;top:50px;bottom:0;bottom:calc(50px + env(safe-area-inset-bottom,0px));height:auto}.pfull,.private_center.pfull{bottom:calc(50px + env(safe-area-inset-bottom,0px))}#chat_left_data,#chat_right_data{height:calc(var(--real-vh, 100vh) - 140px)!important;max-height:calc(var(--real-vh, 100vh) - 140px)}.chatheight,.pheight{height:calc(var(--real-vh, 100vh) - 100px)}.crheight,.clheight{height:calc(var(--real-vh, 100vh) - 140px)}.vheight{min-height:calc(var(--real-vh, 100vh) - 100px)}}@media screen and (max-width: 375px){.chat-footer{padding:5px 10px;padding-bottom:calc(5px + env(safe-area-inset-bottom,0px))}.chat-input{padding:6px 10px;font-size:14px}}@media screen and (max-width: 768px){#chat_games_panel,.games-panel-responsive{position:fixed!important;left:0!important;top:50px!important;right:0!important;bottom:50px!important;bottom:calc(50px + env(safe-area-inset-bottom,0px))!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;z-index:300!important;border-right:none!important;background:var(--body-bg, #1a1a2e)!important}#chat_games_panel .float_ctop{padding:12px 15px}#chat_games_panel .float_content{padding:10px}#chat_games_panel .keno-grid{grid-template-columns:repeat(10,1fr)!important;gap:3px!important}#chat_games_panel .slot-reel{width:55px!important;height:65px!important;font-size:28px!important}#chat_games_panel select,#chat_games_panel button{padding:10px 12px;font-size:14px}#chat_games_panel .prize-table{font-size:11px}}@media screen and (max-width: 375px){#chat_games_panel .float_ctop{padding:10px 12px}#chat_games_panel .float_ctop span{font-size:14px!important}#chat_games_panel .slot-reel{width:50px!important;height:60px!important;font-size:24px!important}}.sub_list_item{border-bottom:1px solid var(--listing-border);transition:background-color .15s ease}.sub_list_item:hover{background:var(--listing-hover)}.sub_list_item.selected,.sub_list_item.active{background:var(--selected-bg)}.chat-bubble,.message-bubble{background:var(--bubble-received);color:var(--bubble-received-text);border-radius:12px;padding:8px 12px;margin:4px 0;max-width:80%}.chat-bubble.sent,.message-bubble.sent,.chat-bubble.my-message,.message-bubble.my-message{background:var(--bubble-sent);color:var(--bubble-sent-text);margin-left:auto}.chat-bubble.received,.message-bubble.received{background:var(--bubble-received);color:var(--bubble-received-text);margin-right:auto}.quote-message,.chat-quote,.reply-preview{background:var(--quote-bg);border-left:3px solid var(--quote-border);padding:8px 12px;border-radius:4px;margin:4px 0}.reply-container,.reply-box{background:var(--reply-bg);border-left:3px solid var(--quote-border);padding:8px 12px;border-radius:4px}.topic-bar,.room-topic{background:var(--topic-bg);color:var(--topic-text);padding:8px 15px;font-size:13px}.notify-badge,.notification-badge,.unread-count{background:var(--notify-bg);color:var(--notify-text);border-radius:50px;padding:2px 6px;font-size:11px;min-width:18px;text-align:center}.progress-bar,.level-progress{background:var(--duotone);border-radius:4px;overflow:hidden}.progress-bar .progress-fill,.level-progress .progress-fill{background:var(--progress-bg);height:100%;transition:width .3s ease}.status-success,.success-text{color:var(--success-color)}.status-error,.error-text{color:var(--error-color)}.status-warning,.warning-text{color:var(--warn-color)}.user-offline,.offline-user{opacity:var(--offline-opacity)}.sidebar,.side-panel{background:var(--sidebar-bg)}.chat-footer,.footer-panel{background:var(--footer-bg);color:var(--footer-text)}.modal-content,.popup-content{background:var(--modal-bg);box-shadow:var(--shadow)}.context-menu,.dropdown-menu{background:var(--menu-bg);color:var(--menu-text);box-shadow:var(--shadow)}.context-menu .menu-item:hover,.dropdown-menu .menu-item:hover{background:var(--hover-bg)}.chat-input,.text-input,input[type=text],input[type=password],textarea{background:var(--input-bg);border:1px solid var(--input-border);color:var(--chat-text)}.chat-input:focus,.text-input:focus,input[type=text]:focus,input[type=password]:focus,textarea:focus{border-color:var(--theme-color)}a{color:var(--link-color)}.box,.card,.info-box{background:var(--box-bg);border:1px solid var(--border-color);border-radius:8px}.tab-menu{background:var(--panel-bg);border-bottom:1px solid var(--border-color)}.tab-menu .tab-item{padding:10px 15px;cursor:pointer;transition:background .15s ease}.tab-menu .tab-item:hover{background:var(--hover-bg)}.tab-menu .tab-item.active{border-bottom:2px solid var(--theme-color);color:var(--theme-color)}select{background:var(--input-bg);border:1px solid var(--input-border);color:var(--chat-text);padding:8px 12px;border-radius:4px}input[type=range]{-webkit-appearance:none;background:var(--duotone);border-radius:4px;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:var(--theme-color);border-radius:50%;cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;background:var(--theme-color);border-radius:50%;cursor:pointer;border:none}.gradient-primary{background:linear-gradient(135deg,var(--theme-color),var(--default-color))}.gradient-success{background:linear-gradient(135deg,var(--success-color),#5a9a0a)}.gradient-danger{background:linear-gradient(135deg,var(--error-color),#990000)}.neon-text{text-shadow:0 0 5px var(--theme-color),0 0 10px var(--theme-color)}body.theme-dark .sub_list_item:hover{background:var(--listing-hover)}body.theme-dark .boom_opt_container{background:var(--menu-bg)}body.theme-dark .boom_opt:hover{background:var(--hover-bg)}body.theme-light .sub_list_item:hover{background:var(--listing-hover)}body.theme-light .boom_opt_container{background:var(--panel-bg);border:1px solid var(--border-color)}body.theme-light .boom_opt:hover{background:var(--hover-bg)}.bback{background:var(--duotone)}.bbackb{background:var(--duotone);border:1px solid var(--border-color)}.bhover:hover,.bhoverr:hover{background:var(--hover-bg)}.bbackhover{background:var(--duotone)}.bbackhover:hover{background:var(--hover-bg)}.bbackhoverb{background:var(--duotone)}.bbackhoverb:hover{background:var(--hover-bg);border:1px solid var(--border-color)}.blisting{border-bottom:1px solid var(--listing-border)}.blisting:hover{background:var(--listing-hover)}.blist{border-bottom:1px solid var(--listing-border)}.back_ptop{background:var(--header-bg);color:var(--header-text)}.bpmenu:hover{background:var(--hover-bg)}.bsub{background:#0000001a}.bsub:hover{background:var(--hover-bg)}.bmenu,.submenu{border-bottom:1px solid var(--listing-border)}.bmenu:hover,.submenu:hover{background:var(--hover-bg)}.bshadow,.page_element,.float_menu,.btnshadow,.pboxed{box-shadow:var(--shadow)}.bselected,.rselected{background:var(--selected-bg)}.pselected{color:var(--theme-color)}.cselected,.liked,.pag_btn{background:var(--duotone)}.pagselected,.pag_btn:hover{background:var(--selected-bg)}.gtag{background:var(--header-bg);border:1px solid var(--border-color)}.bborder{border-bottom:1px solid var(--border-color)}.tborder{border-top:1px solid var(--border-color)}.lborder,.ppanel{border-left:1px solid var(--border-color)}.rborder{border-right:1px solid var(--border-color)}.fborder{border:1px solid var(--border-color)}.float_top,.float_ctop{border-bottom:1px solid var(--border-color)}.bhead{background:var(--header-bg);color:var(--header-text)}.bsidebar{background:var(--sidebar-bg);color:var(--header-text)}.modal_top,.pro_top{background:var(--header-bg);color:var(--header-text)}.bfoot,.foot{background:var(--footer-bg);color:var(--footer-text)}.backglob,.back_chat,.back_priv{background:var(--chat-bg)}.back_panel{background:var(--panel-bg)}.back_menu{background:var(--menu-bg)}.back_pmenu{background:var(--chat-bg)}.back_box{background:var(--box-bg)}.back_input{background:var(--panel-bg);border-top:1px solid var(--border-color)}.back_modal{background:var(--modal-bg)}.back_quote{background:var(--quote-bg)}.theme_color{color:var(--theme-color)}.default_color{color:var(--default-color)}.error{color:var(--error-color)}.success{color:var(--success-color)}.warn{color:var(--warn-color)}.theme_btn,.back_theme{background:var(--theme-color);color:#fff}.default_btn,.back_default{background:var(--default-color);color:#fff}.defaultd_btn{background:var(--box-bg);color:var(--chat-text)}.ok_btn{background:var(--success-color);color:#fff}.warn_btn{background:var(--warn-color);color:#fff}.delete_btn{background:var(--error-color);color:#fff}.send_btn{color:var(--theme-color)}.user{color:var(--user-color)}.chat_system{color:var(--system-text)}.offline{opacity:var(--offline-opacity)}.menui,.subi{color:var(--theme-color)}.reply_item{background:var(--reply-bg)}.main_post_item{color:var(--sub-text)}.input_item{color:var(--default-color)}.target_private,.hunt_quote{color:#fff;background:var(--bubble-sent)}.hunter_private,.targ_quote{color:#fff;background:var(--bubble-received)}.cquote{background:var(--quote-bg);color:var(--chat-text)}.tab_menu{box-shadow:var(--shadow);background:var(--panel-bg)}.tab_selected{background:var(--selected-bg)}.modal_mback{background:var(--duotone)}.modal_mborder{border-bottom:1px solid var(--border-color)}.modal_selected{background:var(--selected-bg)}.modal_back{background-color:#0009}.mbubble{background:var(--log-bg)}.topic_log{background:var(--topic-bg);color:var(--topic-text)}.bprogress{background:var(--progress-bg);color:#fff}.bnotify{background:var(--notify-bg);color:var(--notify-text)}.foot_notify,.head_notify{border:1px solid #fff}.sub_date{color:var(--sub-text)}.sub_chat,.sub_priv{color:var(--date-color)}.sub_text,.list_mood{color:var(--sub-text)}.plikes{background-color:#64646433;color:#fff}.bspin{color:var(--sub-text)}.my_notice{color:#fff;background:var(--theme-color)}.system_text{background:var(--duotone);color:var(--system-text)}.back_page{background:var(--header-bg);color:var(--header-text)}.post_video{background:#000}.boom_slider .ui-widget-content{background:var(--duotone)}.boom_slider .ui-state-default,.boom_slider .ui-state-active{background:var(--theme-color)!important}.boom_slider .ui-slider-range{background:var(--default-color)}.selectboxit-list,.selectboxit-btn{background-color:var(--input-bg);border:1px solid var(--input-border);color:var(--chat-text)}.selectboxit-list .selectboxit-focus .selectboxit-option-anchor{background-color:var(--hover-bg);color:var(--chat-text)}.selectboxit-default-arrow{border-top:4px solid var(--default-color)}.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus,.selectboxit-btn.selectboxit-enabled:active{background:var(--input-bg);color:var(--chat-text)}.selectboxit-options{background:var(--menu-bg);color:var(--chat-text)}.selectboxit-list .selectboxit-option-anchor{color:var(--default-color)}.modal_in{border:1px solid var(--border-color)}.cookie_wrap{background:var(--box-bg);color:var(--chat-text)}.setdef{color:var(--chat-text)}.panel_bar{background:var(--header-bg)}.card_menu{background:var(--menu-bg)}.avbackground{background:var(--header-bg);color:var(--header-text)}#intro_top{background:var(--panel-bg)}#login_all{background:var(--panel-bg);color:var(--chat-text)}.intro_login_btn{background:var(--theme-color)}.emo_head{background:var(--header-bg);color:var(--header-text)}.emo_menu_item.bselected,.emo_menu_item_priv.bselected{background:var(--selected-bg)}.panel_option{color:var(--default-color)}.panel_option.bselected{background:var(--selected-bg)}.head_option,.footer_item{color:var(--default-color)}.user_item{background:transparent}.user_item:hover{background:var(--hover-bg)}.action_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:9999;display:flex;align-items:center;justify-content:center}.action_modal_box{background:var(--box-bg, #2a2a2a);border-radius:16px;width:90%;max-width:380px;overflow:hidden;color:var(--chat-text, #fff);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.4))}.action_modal_header{display:flex;align-items:center;padding:20px;position:relative;background:var(--header-bg, #333);border-bottom:1px solid var(--border-color, rgba(255,255,255,.08))}.action_modal_avatar{width:48px;height:48px;border-radius:50%;margin-right:12px;border:2px solid var(--theme-color, #8b5cf6);object-fit:cover}.action_modal_user_info{flex:1}.action_modal_username{font-weight:600;font-size:16px;margin:0;color:var(--chat-text, #fff)}.action_modal_close{position:absolute;top:18px;right:18px;cursor:pointer;font-size:16px;color:var(--default-color, rgba(255,255,255,.5));transition:color .2s}.action_modal_close:hover{color:var(--chat-text, #fff)}.action_modal_tabs{display:flex;padding:0;background:var(--duotone, rgba(0,0,0,.2))}.action_modal_tab{flex:1;padding:12px 0;cursor:pointer;text-align:center;background:transparent;border-bottom:2px solid transparent;color:var(--default-color, rgba(255,255,255,.5));font-weight:500;font-size:13px;transition:all .2s}.action_modal_tab:hover{color:var(--chat-text, #fff)}.action_modal_tab.active{background:var(--selected-bg, rgba(139, 92, 246, .15));border-bottom-color:var(--theme-color, #8b5cf6);color:var(--chat-text, #fff)}.action_modal_content{padding:12px;max-height:380px;overflow-y:auto;background:var(--box-bg, #2a2a2a)}.action_modal_item{display:flex;align-items:center;padding:12px 14px;cursor:pointer;border-radius:10px;background:var(--duotone, rgba(255,255,255,.03));margin-bottom:4px;transition:background .2s}.action_modal_item:hover{background:var(--hover-bg, rgba(255,255,255,.08))}.action_modal_item_icon{width:22px;font-size:15px}.action_modal_item_label{margin-left:12px;font-size:14px;color:var(--chat-text, #e2e8f0)}input,textarea,.post_input_container{background:var(--input-bg);border:1px solid var(--input-border)!important;color:var(--chat-text)}button{background:transparent;color:var(--chat-text)}.quiz_round_badge{background:linear-gradient(135deg,#f1c40f,#f39c12);color:#000;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.quiz_welcome h3{color:var(--chat-text, #fff);margin:0}.quiz_question_box{animation:quizFadeIn .3s ease-out}@keyframes quizFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.quiz_text{border-radius:12px;padding:12px 18px;margin:5px 0;display:inline-block;font-size:14px;line-height:1.5;max-width:100%;word-wrap:break-word}.quiz_text i{margin-right:8px;font-size:16px}.quiz_text span{font-weight:600}.quiz_question{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;font-weight:500;box-shadow:0 2px 10px #3498db4d}.quiz_question span{color:#fff}.quiz_good{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;font-weight:500;box-shadow:0 2px 10px #2ecc714d}.quiz_good span{color:#fff}.quiz_bad{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;font-weight:500;box-shadow:0 2px 10px #e74c3c4d}.quiz_bad span{color:#fff}.quiz_hint{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;font-weight:500;box-shadow:0 2px 10px #9b59b64d}.quiz_hint span{color:#fff}.quiz_leaderboard{margin-top:20px}.quiz_start_btn{transition:transform .2s,box-shadow .2s}.quiz_start_btn:hover{transform:scale(1.05);box-shadow:0 4px 20px #f1c40f66}.chat_quiz_question{background:linear-gradient(135deg,var(--theme-color, #03add8),#2980b9)!important;border-radius:12px!important;padding:15px!important;margin:10px 0!important}.chat_quiz_correct{background:linear-gradient(135deg,var(--success-color, #2ecc71),#27ae60)!important;border-radius:12px!important;padding:15px!important;margin:10px 0!important}.chat_quiz_timeout{background:linear-gradient(135deg,var(--error-color, #e74c3c),#c0392b)!important;border-radius:12px!important;padding:15px!important;margin:10px 0!important}.chat_quiz_hint{background:linear-gradient(135deg,#9b59b6,#8e44ad)!important;border-radius:12px!important;padding:10px 15px!important;margin:10px 0!important}
