@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Quicksand&display=swap";@import"https://fonts.googleapis.com/css2?family=Lilita+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@font-face{font-family:Now;src:url(./../assets/fonts/Now-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Now;src:url(./../assets/fonts/Now-Thin.otf) format("opentype");font-weight:100;font-style:normal}@font-face{font-family:Now;src:url(./../assets/fonts/Now-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Now;src:url(./../assets/fonts/Now-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Now;src:url(./../assets/fonts/Now-Bold.otf) format("opentype");font-weight:700;font-style:normal}*{margin:0;padding:0;font-weight:lighter;box-sizing:border-box;scrollbar-color:rgb(168,67,135) rgb(26,26,26);scrollbar-width:thin;scroll-behavior:smooth}:root{--font-sec: "Quicksand", sans-serif;--font-main: "Lilita One", cursive;--color-white: #eaeaea;--color-black: #121212;--color-purple: #bb86fc;--color-hover-purple: #420785;--color-dark-purple: #7e07de;--color-gray: #333333;--color-red: #cc0000}body{background-color:var(--color-black);background-image:linear-gradient(rgba(0,0,0,.151),rgba(0,0,0,.7)),linear-gradient(#2020209b),url(/assets/bg-86224df9.png);background-size:cover;background-position:center;background-attachment:fixed}.jk_index_main{padding-left:5rem}@media screen and (max-width: 768px){.jk_index_main{padding-left:0}}.floating-button{position:fixed;width:80px;height:80px;border-radius:50%;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:9999;padding:0;background:transparent;right:20px}.floating-button-primary{bottom:120px}.floating-button-secondary{bottom:20px}.floating-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(315deg,rgba(117,16,232,1) 0%,rgba(243,62,107,1) 100%);border-radius:50%;filter:blur(5px);z-index:-1}.icon-wrapper{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.floating-button svg{width:34px;height:34px}.floating-button:hover{transform:translateY(-4px) scale(1.05)}@media screen and (min-width: 2560px){.floating-button{width:130px;height:130px;right:40px}.floating-button-primary{bottom:180px}.floating-button-secondary{bottom:40px}.floating-button svg{width:60px;height:60px}.floating-button:hover{transform:translateY(-6px) scale(1.08)}}@media screen and (max-width: 768px){.floating-button{display:none}}*{margin:0;padding:0;box-sizing:border-box}:root{--font-sec: "Quicksand", sans-serif;--font-main: "Lilita One", cursive;--color-white: #eaeaea;--color-purple: #bb86fc;--color-dark-purple: #7e07de;--nav-bg: #232423;--nav-width: 5rem}.jk_nav{position:fixed;left:0;top:0;width:var(--nav-width);height:100vh;background:var(--nav-bg);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-right:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:center;padding:1rem 0;z-index:1000}.jk_nav_logo{padding:1rem}.jk_nav_logo img{width:50px;height:50px;border-radius:12px;object-fit:cover}.nav_separator{width:40px;height:1px;background:rgba(255,255,255,.2);margin-bottom:2rem}.jk_nav_main{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.jk_nav_bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:auto}.nav_item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;height:50px;color:var(--color-white);text-decoration:none;border-radius:12px;transition:all .3s ease;position:relative;cursor:pointer}.nav_item:hover{background:rgba(187,134,252,.1);color:var(--color-purple);transform:translateY(-2px)}.nav_item i{font-size:1.5rem;margin-bottom:.2rem}.nav-icon{width:24px;height:24px;margin-bottom:.2rem;transition:all .3s ease}.nav-icon:active{font-weight:600;color:#fff}.nav_item{svg {scale: .8;} &.active {svg {path {stroke-opacity: 1; opacity: 1;}}}}.nav_item span{font-size:.7rem;font-family:var(--font-sec);opacity:0;position:absolute;left:70px;background:var(--nav-bg);padding:.5rem 1rem;border-radius:8px;white-space:nowrap;pointer-events:none;transition:opacity .3s ease;border:1px solid rgba(255,255,255,.1)}.nav_item:hover span{opacity:1}.jk_mobile_bottom_nav{display:none;position:fixed;bottom:0;left:0;right:0;height:65px;background:rgba(20,20,20,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:1001;padding:0 1rem;align-items:center;justify-content:space-around;box-shadow:0 -4px 20px #8420ffab}.mobile_bottom_nav_item{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:12px;color:#fff9;text-decoration:none;transition:all .3s ease;background:transparent;border:none;cursor:pointer;font-size:1.3rem;transform:scale(.8)}.mobile_bottom_nav_item:hover{color:var(--color-white);background:rgba(255,255,255,.1);svg {path {stroke-opacity: 1; opacity: 1;}}}.mobile_bottom_nav_item.active{svg {path {stroke-opacity: 1; opacity: 1;}}}.mobile_bottom_nav_item.expand_btn{background:var(--color-purple);color:var(--color-white);border-radius:50%;width:50px;height:50px}.mobile_fab_trophy,.mobile_fab_discord{display:none;position:fixed;width:55px;height:55px;border-radius:25px;border:none;cursor:pointer;z-index:1002;transition:all .3s ease;font-size:1.3rem;color:var(--color-white);box-shadow:0 4px 12px #0000004d}.mobile_fab_plus{display:none;position:fixed;width:35px;height:35px;border-radius:16px;border:none;cursor:pointer;z-index:1002;transition:all .3s ease;font-size:1.3rem;color:var(--color-white);box-shadow:0 4px 12px #0000004d}.mobile_fab_trophy{bottom:80px;left:1rem;background:linear-gradient(135deg,#7510e8,#f33e6b)}.mobile_fab_discord{bottom:80px;right:1rem;background:linear-gradient(135deg,#7510e8,#f33e6b)}.mobile_fab_trophy:hover,.mobile_fab_discord:hover,.mobile_fab_plus:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}.mobile_fab_plus:hover{transform:translate(-50%) scale(1.1)}.mobile_expanded_menu{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(20,20,20,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:.5rem;height:65px;overflow-y:hidden;transform:translateY(100%);opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.mobile_expanded_menu.open{display:block;transform:translateY(0);opacity:1;z-index:1002;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.mobile_expanded_menu.closing{transform:translateY(100%);opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.mobile_expanded_menu:not(.open):not(.closing){transform:translateY(100%);opacity:0}.jk_mobile_bottom_nav.pushed_up{bottom:65px!important;transition:bottom .3s ease-out}.jk_mobile_bottom_nav.closing{animation:slideDown .3s cubic-bezier(.4,0,.2,1) forwards;opacity:0;transform:translateY(100%)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.expanded_menu_icons{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 2rem;transform:scale(.8)}.expanded_menu_icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:12px;color:#fff9;text-decoration:none;transition:all .3s ease;background:transparent;border:none;cursor:pointer}.expanded_menu_icon:hover{color:var(--color-white);background:rgba(255,255,255,.1)}.expanded_menu_icon .nav-icon{width:1.3rem;height:1.3rem}@media screen and (max-width: 768px){.jk_nav{display:none}.jk_mobile_bottom_nav{display:flex}.mobile_fab_trophy,.mobile_fab_discord,.mobile_fab_plus{display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 768px){body{padding-left:0}}.mobile_right_panel{display:none;position:fixed;top:0;right:0;width:250px;height:100vh;background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1003;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(255,255,255,.1)}.mobile_right_panel.open{display:block;transform:translate(0)}.right_panel_header{display:flex;justify-content:flex-end;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.right_panel_close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:var(--color-white);border:none;cursor:pointer;transition:all .3s ease}.right_panel_close:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.right_panel_icons{display:flex;flex-direction:column;padding:1rem;gap:1rem}.right_panel_icon{display:flex;align-items:center;gap:1rem;padding:.75rem;color:var(--color-white);text-decoration:none;border-radius:8px;transition:all .3s ease}.right_panel_icon:hover{background:rgba(187,134,252,.1);color:var(--color-purple)}.right_panel_icon span{font-size:.9rem;font-family:var(--font-sec)}.mobile_fab_chevron{display:none;position:fixed;bottom:80px;right:1rem;width:55px;height:55px;border-radius:25px;border:none;cursor:pointer;z-index:1002;transition:all .3s ease;font-size:1.3rem;color:var(--color-white);background:linear-gradient(135deg,#7510e8,#f33e6b);box-shadow:0 4px 12px #0000004d;align-items:center;justify-content:center}.mobile_fab_chevron:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}.chevron-rotated{transform:rotate(180deg);transition:transform .3s ease}@media screen and (max-width: 768px){.mobile_fab_chevron{display:flex}}@media screen and (min-width: 1440px){:root{--nav-width: 90px}.jk_nav{padding:1.5rem 0}.nav_item{width:60px;height:60px}.nav-icon{width:28px;height:28px}.nav_item span{font-size:.8rem;padding:.6rem 1.2rem}}@media screen and (min-width: 2560px){:root{--nav-width: 110px}body{font-size:clamp(1rem,.8vw,1.25rem)}.jk_nav_logo img{width:80px;height:80px}.nav_item{width:70px;height:70px;border-radius:14px}.nav_item svg{height:40px;width:40px}.nav-icon{width:32px;height:32px;margin-bottom:.3rem}.nav_item span{font-size:.9rem;left:90px;padding:.7rem 1.4rem}.nav_separator{width:55px}}@media screen and (min-width: 3840px){:root{--nav-width: 140px}body{font-size:clamp(1.1rem,1vw,1.5rem)}.jk_nav{padding:2rem 0}.jk_nav_logo img{width:90px;height:90px;border-radius:18px}.nav_item{width:90px;height:90px;border-radius:20px}.nav_item svg{height:50px;width:50px}.nav-icon{width:40px;height:40px;margin-bottom:.4rem}.nav_item span{font-size:1rem;padding:.8rem 1.6rem;left:120px}.nav_separator{width:70px;margin-bottom:3rem}}@media screen and (min-width: 2560px){:root{--nav-width: 140px}body{font-size:clamp(1.1rem,.8vw,1.5rem)}.jk_nav{width:var(--nav-width);padding:1.5rem 0}.jk_nav_logo img{width:90px;height:90px;border-radius:16px}.nav_item{width:80px;height:80px;border-radius:16px;gap:.3rem}.nav_item i{font-size:2rem;margin-bottom:.3rem}.nav-icon{width:40px;height:40px}.nav_item svg{height:50px;width:50px}.nav_separator{width:60px;margin-bottom:3rem}.jk_nav_main{gap:2rem}.jk_nav_bottom{gap:1.5rem}}@media screen and (min-width: 3841px){:root{--nav-width: 13rem}body{font-size:clamp(1.2rem,1.1vw,1.7rem)}.jk_nav_logo img{width:100px;height:100px;margin-top:2rem;margin-bottom:1rem}.nav_separator{width:80px;height:2px;margin-bottom:6rem}.nav_item{width:150px;height:150px;border-radius:24px}.nav_item svg{height:90px;width:90px}}@media screen and (min-width: 5120px){:root{--nav-width: 170px}body{font-size:clamp(1.2rem,1.1vw,1.7rem)}.nav_item{width:110px;height:110px;border-radius:24px}.nav_item svg{height:70px;width:70px}.nav-icon{width:48px;height:48px}.jk_nav_logo img{width:100px;height:100px}}: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)}}.auth-layout{width:100%;height:100%;min-height:100vh;display:flex}.auth-container-left,.auth-container-right{width:50%}.auth-container-left{min-width:50vw;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2em;background-color:#1d1d1d;border-right:1px solid rgba(255,255,255,.5)}.auth-header{display:flex;justify-content:center;gap:1em;margin-bottom:-5em}.auth-icon{width:70px;height:70px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;border-radius:10px;background:linear-gradient(91.54deg,#7e07de 2.42%,#f33e6b 92.74%);background-repeat:no-repeat;background-size:contain;background-position:center}.auth-header-text{display:flex;flex-direction:column;justify-content:center}.auth-header-title{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:1.5rem;line-height:110%;letter-spacing:0%;color:#b0b0b0}.auth-header-subtitle{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:1rem;line-height:140%;color:#b0b0b0;word-wrap:break-word;text-align:left;margin-top:2px}.auth-content{width:80%;display:flex;flex-direction:column;align-items:center;gap:2em;padding:0 2em}.auth-form{width:100%}.form-field{display:flex;flex-direction:column;margin-bottom:1.5em}.form-field label{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:1rem;line-height:100%;letter-spacing:0;vertical-align:middle;color:#b0b0b0;position:relative;margin-bottom:.5rem}.form-field label:before{content:"";position:absolute;width:40%;top:50%;right:0%;height:1px;background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.05) 100%)}.form-field input{width:100%;height:40px;border-radius:5px;border-width:1px;background:rgba(34,34,34,1);border:1px solid rgba(255,255,255,.5);opacity:1;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:.95rem;line-height:100%;letter-spacing:0;color:#fff;padding-left:10px}.form-field .errormessage,.auth-checkbox-container .errormessage{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:.95rem;color:#ff0f0f;margin-top:.5rem}.auth-buttons-container{width:100%;display:flex;flex-direction:column;gap:1em}.auth-checkbox-container{width:100%;display:flex;justify-content:space-between;box-sizing:border-box}.auth-checkbox-label{display:flex;align-items:center;gap:10px}.auth-checkbox-container input[type=checkbox]{position:relative;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;width:18px;height:18px;flex-shrink:0;border:2px solid rgba(61,83,245,1);border-radius:3px;background:transparent}.auth-checkbox-container input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:4px;width:4px;height:8px;border:solid rgb(61,83,245);border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-checkbox-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#b0b0b0;-webkit-user-select:none;user-select:none;cursor:pointer}.terms-link{cursor:pointer;text-decoration:none;font-weight:500;background:linear-gradient(90deg,rgba(126,7,222,1) 0%,rgba(243,62,107,1) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Inter,sans-serif;font-size:14px;font-weight:400}.auth-forgot-password-link{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#b0b0b0;text-decoration:none;cursor:pointer;transition:color .3s ease}.auth-forgot-password-link:hover{color:#f33e6b;text-decoration:underline}.auth-oauth-btn{width:100%;height:40px;border:none;border-radius:8px;font-family:Inter,sans-serif!important;font-size:.95rem!important;font-weight:600!important;font-style:normal;line-height:100%;letter-spacing:0;vertical-align:bottom;cursor:pointer;transition:opacity .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:10px}.auth-oauth-btn .btn-icon{flex-shrink:0}.auth-oauth-btn span{flex-shrink:0;font-family:Inter,sans-serif!important;font-size:.95rem!important;font-weight:600!important;font-style:normal;line-height:100%;letter-spacing:0}.auth-oauth-btn:hover{opacity:.9}.auth-oauth-btn:active{transform:scale(.98)}.auth-oauth-btn.discord{background:rgba(88,101,242,1);border:none;color:#fff}.auth-oauth-btn.google{background:rgba(51,51,51,1);border:none;color:#fff}.auth-bottom-buttons{width:100%;display:flex;justify-content:space-between}.button-divider{display:flex;align-items:center;gap:10px;width:100%}.button-divider .divider-line{flex:1;height:20px;width:30%}.button-divider span{font-family:Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#b0b0b0;flex-shrink:0}.auth-secondary-button{width:100%;padding:12px 24px;background:linear-gradient(91.54deg,rgba(126,7,222,.3) 2.42%,rgba(243,62,107,.3) 92.74%);border:none;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;font-style:normal;line-height:100%;letter-spacing:0;vertical-align:bottom;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:8px}.auth-back-button{display:flex;align-items:center;gap:10px;background:transparent;border:none;color:#ffffffb3;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:color .3s ease;padding:0}.auth-submit-button{padding:12px 30px;background:linear-gradient(90deg,rgba(126,7,222,1) 0%,rgba(243,62,107,1) 100%);border:none;border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .3s ease,transform .2s ease}.auth-container-right{position:relative;background-image:url(/assets/auth_bg-5874e5dc.png);background-repeat:no-repeat;background-size:cover;background-position:center}.auth-container-right:after{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:rgba(18,18,18,.8);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media (max-width: 1300px){.auth-content{width:100%}.form-filed label:before{width:20%}.auth-forgot-instruction{padding:0 1rem}}@media (max-width: 768px){.auth-container-left{justify-content:flex-start}.auth-header{margin-bottom:3rem}.auth-content{margin-bottom:1rem}.auth-layout{flex-direction:column}.auth-content{width:100%}.auth-container-left{width:100%;min-width:100vw;min-height:100vh;border-right:none}.auth-container-right{display:none}.form-field label:before{display:none}.auth-bottom-buttons{flex-direction:column-reverse;align-items:center;gap:2em;padding:0 2rem}.auth-submit-button{width:100%}.auth-forgot-instruction{margin-left:0!important;padding:0}.auth-header-title{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:1.1rem;line-height:110%;letter-spacing:0%;color:#b0b0b0}}@media (max-width: 480px){.auth-container-left{padding:1em}.auth-content,.auth-bottom-buttons{padding:0}.auth-header-subtitle{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:.85rem;line-height:140%;color:#b0b0b0;word-wrap:break-word;text-align:left}}.verification-completed-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-stage{width:100%}.auth-forgot-instruction{width:calc(100% + 2rem);max-width:600px;margin:18px auto 0;margin-left:-2rem;color:#b0b0b0;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;text-align:left;vertical-align:middle;align-self:center}.auth-code-status{width:100%;max-width:600px;margin:14px auto 28px;color:#b0b0b0;font-family:Inter,sans-serif;font-weight:400;font-size:14px;text-align:center}.auth-code-status-value{font-weight:600;margin-left:6px;position:relative}.auth-code-status-value.accepted{color:#82dc82}.auth-code-status-value.rejected{color:#ff6b6b}.auth-code-status-value.rejected:after{content:"";display:inline-block;width:10px;height:10px;background:rgba(255,15,15,1);border-radius:50%;margin-left:8px}.auth-code-status-value.accepted:after{content:"";display:inline-block;width:10px;height:10px;background:rgba(84,214,107,1);border-radius:50%;margin-left:8px}.code-inputs{display:flex;justify-content:center;align-items:center;gap:1rem}.code-input{width:30px;height:50px;background:rgba(43,43,43,1);border:1px solid rgba(100,100,100,.4);border-radius:6px;color:#fff;font-size:22px;text-align:center;line-height:50px;outline:none}@media screen and (min-width: 2560px){.auth-icon{width:7.5rem;height:7.5rem;img {width: 5rem !important; height: 5rem !important;}}.auth-header-text .auth-header-title{font-size:3rem}.auth-header-text .auth-header-subtitle{font-size:1.6rem}.form-field label{font-size:1.6rem}.form-field input{border-radius:1rem;font-size:1.6rem;padding:1rem}input[type=text],input[type=email],input[type=password]{height:5rem!important}p{font-size:1.6rem!important}.auth-checkbox-label{input {width: 2rem; height: 2rem; padding: 1.1rem; border-radius: 2rem;} span {font-size: 1.6rem;}}.auth-buttons-container button{height:4rem;border-radius:1rem;font-size:1.6rem;img {width: 2rem; height: 2rem;} span {font-size: 1.6rem !important;}}a{font-size:1.6rem!important}.auth-back-button{font-size:2rem!important;img {width: 2rem; height: 2rem;}}.auth-submit-button{padding:1.6rem;font-size:1.6rem}.auth-code-status{font-size:1.6rem}.code-inputs{gap:1.6rem}.code-input{width:4rem}}@media screen and (min-width: 3841px){.auth-icon{width:9rem;height:9rem;img {width: 7rem !important; height: 7rem !important;}}.auth-header-text .auth-header-title{font-size:3.5rem}.auth-header-text .auth-header-subtitle{font-size:2rem}.form-field label{font-size:2rem}.form-field input{border-radius:1rem;font-size:2rem;padding:1rem}input[type=text],input[type=email],input[type=password]{height:6rem!important}p{font-size:2rem!important}.auth-checkbox-label{input {width: 2.5rem; height: 2.5rem; padding: 1.5rem; border-radius: 2rem;} span {font-size: 2rem;}}.auth-buttons-container button{height:5rem;border-radius:1rem;font-size:2rem;img {width: 2rem; height: 2rem;} span {font-size: 2rem !important;}}a{font-size:2rem!important}.auth-back-button{font-size:2.5rem!important;img {width: 2.5rem; height: 2.5rem;}}.auth-submit-button{padding:2rem;font-size:2rem}.auth-code-status{font-size:2rem}.code-inputs{gap:2rem}.code-input{width:4rem}}.home-container{width:100%;height:100%;padding:1rem;display:flex;justify-content:center;box-sizing:border-box}.end-message{font-family:Quicksand,sans-serif;font-size:2rem;font-weight:600;color:#fff;text-align:center;margin-top:2rem;padding-bottom:85px}.filter-dot{position:absolute;width:10px;height:10px;border-radius:50%;top:0;right:0;background:linear-gradient(135deg,#7510e8,#f33e6b)}@media screen and (max-width: 768px){.home-container{padding:.6rem}}.post-bar-container{position:fixed;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;background-color:transparent;padding:12px 0 0;z-index:100;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;width:100%;top:12px;transition:transform .3s ease,opacity .3s ease;opacity:1}.post-bar-container.post-bar-hidden{transform:translate(-50%,-140%);opacity:0;pointer-events:none}.chevron-toggle{background:transparent;border:none;padding:4px;display:flex;align-items:center;cursor:pointer}.post-button{position:static;z-index:0!important}.post-section{display:flex;align-items:center;justify-content:center;gap:12px;overflow:visible;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.post-button{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(91.4deg,#7510e8 -11.85%,#f33e6b 102.07%)!important;color:#fff;padding:14px 24px!important;border-radius:28px;cursor:pointer;gap:12px;font-weight:600;font-size:17px;min-width:420px;transition:all .2s ease;box-shadow:0 4px 16px #8b35d64d;border:none;height:40px}.post-button:active{transform:translateY(0)}.chevron{margin-left:auto;font-size:18px;transition:transform .25s ease}.post-button.active .chevron{transform:rotate(180deg)}.icon-group{display:flex;align-items:center;justify-content:center;background-color:#2b2d31;height:40px;padding:0 12px;border-radius:28px;gap:5px;position:relative;z-index:1}.icon{color:#b5bac1;font-size:35px;cursor:pointer;transition:all .2s ease;padding:8px}.icon:hover{color:#fff}.icon.active-icon{color:#d946c7}.post-type-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:420px;background:#2b2d31;border-radius:16px;padding:12px;color:#fff;box-shadow:0 8px 24px #0006;z-index:1005;opacity:0;transform:translateY(-8px);pointer-events:none;transition:all .2s ease;height:auto;overflow:hidden}.post-type-dropdown.show{opacity:1;transform:translateY(0);pointer-events:auto;overflow:visible}.post-type-dropdown .dropdown-item{position:relative;display:flex;align-items:center;padding:12px 16px;gap:12px;cursor:pointer;transition:background-color .2s ease;border-radius:8px;margin-bottom:4px;background-color:transparent}.settings-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:280px;background:#2b2d31;border-radius:16px;padding:16px;color:#fff;box-shadow:0 8px 24px #0006;z-index:1005;opacity:0;transform:translateY(-20px);pointer-events:none;transition:all .2s ease}.settings-dropdown label{display:block;margin-top:12px;font-size:14px;color:#b5bac1;margin-bottom:6px}.settings-dropdown select{width:100%;padding:10px;background-color:#1e1f22;color:#fff;border:1px solid #3c3f45;border-radius:8px;font-size:14px}.search-dropdown{position:absolute;top:calc(100% + 12px);right:-150%;width:360px;background:#2b2d31;border-radius:16px;padding:20px;color:#fff;box-shadow:0 8px 24px #0006;z-index:1005;opacity:0;transform:translateY(-20px);pointer-events:none;transition:all .2s ease}.search-dropdown strong{display:block;margin-bottom:8px;font-size:16px;font-weight:600}.dropdown-description{font-size:13px;color:#b5bac1;margin-bottom:12px;line-height:1.4}.dropdown-input{width:100%;padding:12px;background-color:#1e1f22;color:#fff;border:1px solid #3c3f45;border-radius:8px;margin-bottom:12px;font-size:14px;box-sizing:border-box}.dropdown-input:focus{outline:none;border-color:#d946c7}.dropdown-button{padding:12px 24px;background:linear-gradient(135deg,#8b35d6 0%,#d946c7 100%);color:#fff;font-weight:600;font-size:14px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.dropdown-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b35d666}.dropdown-wrapper{position:relative;display:inline-block;overflow:visible;z-index:1}.dropdown-wrapper>.icon{position:relative;z-index:1}.dropdown{position:absolute;background-color:#2b2d31;border-radius:16px;padding:8px;color:#fff;z-index:100;box-shadow:0 8px 24px #0006;opacity:0;transform:translateY(-10px) scale(.95);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.dropdown.show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.post-type-dropdown.show,.settings-dropdown.show,.search-dropdown.show{opacity:1;transform:translateY(0);pointer-events:auto}.dropdown-item{position:relative;display:flex;align-items:center;padding:12px 16px;gap:12px;cursor:pointer;transition:background-color .2s ease;border-radius:8px;margin-bottom:4px;z-index:1006;background-color:transparent}.dropdown-item:hover{background-color:#ffffff1a}.checkbox-group{display:flex;flex-direction:column;gap:12px;margin:16px 0}.filter-label{display:flex;align-items:center;gap:8px;cursor:pointer}.filter-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#b838d6;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #8b35d6;border-radius:4px;background-color:transparent;transition:all .2s ease}.filter-label input[type=checkbox]:checked{background-color:#8b35d6;border-color:#8b35d6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:14px;background-repeat:no-repeat;background-position:center}.filter-label input[type=checkbox]:hover:not(:checked){border-color:#b838d6}.game-select{margin:16px 0;width:100%;background-color:#222;border-radius:4px;padding:2px;font-family:Inter;font-size:16px;color:#fff}@media (max-width: 768px){.post-bar-container{width:100%;top:8px;left:0;right:0;transform:translateY(0);padding:0 12px;max-width:100%}.post-bar-container.post-bar-hidden{transform:translateY(-140%)}.post-section{flex-direction:column;align-items:stretch;padding:0 16px}.post-button{width:100%;min-width:unset}.icon-group{display:none}.icon{width:36px;height:36px;font-size:24px}.post-type-dropdown,.settings-dropdown,.search-dropdown{position:fixed;left:16px;right:16px;width:auto;min-width:0;max-width:calc(100vw - 32px);transform:translateY(-10px)}.post-type-dropdown{top:60px}.settings-dropdown,.search-dropdown{bottom:80px;top:auto}.dropdown-items-container{position:fixed;left:16px;right:16px;min-width:0;width:auto;max-width:calc(100vw - 32px);top:60px}}@media (max-width: 480px){.post-button{width:100%;font-size:14px;padding:14px 18px}.dropdown-item{font-size:14px;padding:10px 14px}.icon-group{display:none}.icon{width:30px;height:30px;font-size:18px}.dropdown-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 360px){.icon-group{display:none}}.dropdown-items-container{left:8px;right:8px;max-width:calc(100vw - 16px);padding:8px}}.dropdown-items-container{position:absolute;top:20px;left:0;min-width:100%;background:#2b2d31;border-radius:0 0 16px 16px;padding:25px 12px 12px;color:#fff;box-shadow:0 8px 24px #0006;z-index:-1;outline:none}.dropdown-item{width:100%;text-align:left;display:flex;align-items:center;padding:12px 16px;gap:12px;cursor:pointer;border:none;background:transparent;color:#fff;border-radius:8px;transition:background-color .2s ease}.dropdown-item-active{background-color:#ffffff1a}.search-dropdown,.settings-dropdown,.post-type-dropdown{position:relative}.search-content,.settings-content{position:absolute;top:calc(100% + 8px);background:#1d1d1e;border-radius:16px;padding:16px;color:#fff;box-shadow:0 8px 24px #0006;z-index:1005;min-width:180px;border:1px solid gray;outline:none}.search-content{right:50%;width:300px}.settings-content{right:0;width:320px;background:#1d1d1e;border-radius:16px;padding:16px;color:#fff;box-shadow:0 8px 24px #0006;border:1px solid gray;z-index:1005;min-width:280px;outline:none}.post-type-dropdown,.settings-dropdown,.search-dropdown{opacity:1;transform:none;pointer-events:auto}[type=button]{background:none;border:none;padding:0;cursor:pointer}.search-content,.settings-content,.dropdown-items-container{transition-property:opacity,transform;transition-duration:.2s;transition-timing-function:ease}[data-headlessui-state=open] .search-content,[data-headlessui-state=open] .settings-content,[data-headlessui-state=open] .dropdown-items-container{opacity:1;transform:translateY(0)}[data-headlessui-state=closed] .search-content,[data-headlessui-state=closed] .settings-content,[data-headlessui-state=closed] .dropdown-items-container{opacity:0;transform:translateY(-8px);pointer-events:none}@media (max-width: 768px){.search-content,.settings-content{position:fixed;top:17%;right:2%;max-width:calc(100vw - 32px);transform:translateY(-10px)}.search-content,.settings-content{top:17%}[data-headlessui-state=open] .search-content,[data-headlessui-state=open] .settings-content{transform:translateY(0);opacity:1}[data-headlessui-state=closed] .search-content,[data-headlessui-state=closed] .settings-content{transform:translateY(-10px);opacity:0}}@media (max-width: 480px){.search-content,.settings-content{right:2%;top:17%;max-width:calc(100vw - 16px);padding:12px}.search-content strong,.settings-content label{font-size:14px}.dropdown-input,.settings-dropdown select{font-size:13px;padding:10px}.dropdown-button{font-size:13px;padding:10px 20px}}@media (min-width: 1440px){.post-section{max-width:1400px}.post-button{font-size:18px;padding:16px 28px!important;min-width:460px}.icon-group{height:48px;padding:0 16px}.icon{font-size:38px;padding:10px}.post-type-dropdown,.settings-dropdown,.search-dropdown{border-radius:20px;padding:16px}}@media (min-width: 2560px){.post-section{max-width:1600px;gap:20px}.post-button{font-size:24px;min-width:700px;padding:18px 32px!important;border-radius:34px;height:52px}.chevron{font-size:32px}.icon-group{height:52px;padding:0 20px;gap:8px}.icon{font-size:60px;padding:16px}.settings-content{min-width:580px;font-size:1.5rem}.search-content{min-width:340px;font-size:1.6rem}.post-type-dropdown{min-width:520px;border-radius:22px;padding:20px}.dropdown-item{padding:16px 20px;font-size:16px}.settings-dropdown,.search-dropdown{width:340px;border-radius:22px;padding:22px}.dropdown-description{font-size:1rem}.dropdown-input,.settings-dropdown select{padding:14px;font-size:18px}.dropdown-button{padding:14px 28px;font-size:18px}.dropdown-items-container{top:40px}}@media (min-width: 3840px){.post-section{max-width:2000px;gap:28px}.post-button{font-size:32px;min-width:800px;padding:25px 40px!important;height:80px;border-radius:40px;box-shadow:0 6px 26px #8b35d659}.post-button svg{width:32px;height:32px}.chevron{font-size:36px}.icon-group{height:80px;padding:0 26px;gap:10px;border-radius:40px}.icon{font-size:58px;padding:14px}.post-type-dropdown{min-width:600px;padding:26px;border-radius:26px}.dropdown-item{padding:20px 26px;font-size:18px;border-radius:12px}.settings-dropdown{width:400px;padding:26px;border-radius:26px}.search-dropdown{width:460px;padding:30px;border-radius:26px}.dropdown-input{padding:16px;font-size:18px}.dropdown-button{font-size:18px;padding:16px 36px}}@media (min-width: 5120px){.post-section{max-width:2400px;gap:32px}.post-button{font-size:24px;min-width:700px;padding:26px 48px!important;height:74px;border-radius:44px}.icon-group{height:72px;padding:0 32px}.icon{font-size:56px}}.mobile-menu-container{position:fixed;top:10%;right:0;z-index:auto;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.mobile-menu-toggle{background:none;border:none;color:#ccc;cursor:pointer;padding:8px;display:flex;align-items:center;transition:all .3s ease}.mobile-menu-toggle.closed{position:fixed;top:10%;right:0;width:40px;height:50px;border-radius:40px 0 0 40px;background-color:#1a1a1a;border:1px solid #333;border-right:none;box-shadow:-2px 2px 12px #00000080;justify-content:center}.mobile-menu-toggle:hover{color:#fff;background-color:#2a2a2a}.mobile-menu-open{display:flex;align-items:center;background-color:#1a1a1a;border:1px solid #333;border-right:none;border-radius:40px 0 0 40px;padding:8px 12px;box-shadow:-2px 2px 12px #00000080;gap:8px}.mobile-menu-open .mobile-menu-toggle{svg {transition: 1s all; transform: rotate(180deg);}}.mobile-icon-group{display:flex;align-items:center;gap:12px;margin-left:4px}.mobile-icon-button{background:none;border:none;color:#ddd;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;transition:all .2s ease}.mobile-icon-button:hover{color:#fff;background-color:#2a2a2a}.mobile-icon-button.active{color:linear-gradient(135deg,#7510e8,#f33e6b);background-color:#2a2a2a}.mobile-dropdown-wrapper{position:relative;display:flex;align-items:center}.mobile-dropdown-container{position:absolute;top:100%;right:0;margin-top:8px;z-index:1001;min-width:280px;background:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:-4px 4px 20px #0000004d;overflow:hidden}.help-dropdown-content{padding:16px;color:#e5e5e5}.help-dropdown-content h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#fff}.help-dropdown-content p{margin:0 0 16px;font-size:14px;color:#a1a1aa}.help-links{display:flex;flex-direction:column;gap:8px}.help-links a{color:#7e22ce;text-decoration:none;font-size:14px;padding:8px 12px;border-radius:6px;transition:all .2s ease}.help-links a:hover{background-color:#2a2a2a;color:#d946ef}.mobile-dropdown-container>*{width:100%}@media (max-width: 480px){.mobile-menu-open{padding:6px 10px}.mobile-icon-group{gap:8px}.mobile-dropdown-container{min-width:250px;right:-10px}}@media (min-width: 768px){.mobile-menu-container{display:none}}@media screen and (min-width: 2560px){.mobile-menu-toggle.closed{width:60px;height:70px;padding:12px}.mobile-menu-open{padding:12px 16px;gap:12px}.mobile-icon-group{gap:16px;margin-left:6px}.mobile-icon-button{padding:12px;border-radius:12px;font-size:1.4rem}.mobile-dropdown-container{min-width:350px;margin-top:12px;border-radius:16px}.help-dropdown-content{padding:20px}.help-dropdown-content h3{font-size:1.5rem;margin-bottom:12px}.help-dropdown-content p{font-size:1.2rem;margin-bottom:20px;line-height:1.6}.help-links a{font-size:1.2rem;padding:12px 16px;border-radius:8px}}@media screen and (min-width: 3840px){.post-bar-container{padding-top:20px}.post-section{max-width:2400px;gap:24px}.post-button{font-size:2.7rem;font-weight:600;min-width:1000px;height:110px;padding:28px 48px!important;border-radius:45px}.icon-group{height:100px;min-width:300px;padding:0 28px;border-radius:45px;gap:12px}.icon{font-size:100px;padding:28px}.chevron{font-size:36px}.post-type-dropdown{min-width:1000px;border-radius:24px;padding:24px}.dropdown-items-container{min-width:1000px;border-radius:24px;padding:100px 24px 24px}.dropdown-item{padding:30px 34px;font-size:2.3rem;border-radius:12px;gap:16px}.dropdown-icon{width:3rem;height:3rem}.settings-content{margin-top:15px;width:800px;height:475px;padding:28px;border-radius:24px;font-size:3rem}.settings-content label{font-size:3rem;margin-top:16px;margin-bottom:10px}.settings-content select{font-size:2.7rem;padding:20px;border-radius:12px}.search-content{margin-top:15px;width:700px;padding:28px;border-radius:24px}.search-content strong{font-size:3rem;margin-bottom:12px}.dropdown-description{font-size:2.3rem;margin-bottom:16px}.dropdown-input{font-size:2.3rem;padding:20px;border-radius:12px;margin-top:16px;margin-bottom:32px}.dropdown-button{font-size:2.5rem;padding:20px 36px;border-radius:12px}.filter-label{font-size:2rem;gap:12px}.filter-label input[type=checkbox]{width:28px;height:28px}}@media (max-width: 480px){.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;width:100%;overflow-y:auto;z-index:999999999!important}.post-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:95vw;max-width:calc(100vw - 20px);padding:1.6rem!important;border-radius:8px;font-size:.9rem;margin:0 auto;z-index:1000000000!important}.post-header{flex-direction:column;align-items:flex-start;gap:12px}.header-left{flex-direction:row;align-items:center;gap:8px}.header-left img{width:24px;height:24px}.header-text h2{font-size:1rem;line-height:1.2}.header-text p{font-size:.8rem}.header-right{width:100%;min-width:unset}.category-box h3{font-size:.9rem}.category-box select{font-size:.85rem;padding:6px;margin-bottom:8px}.post-type-buttons{flex-direction:column;gap:6px;margin:12px 0}.type-btn{padding:8px 12px;font-size:.85rem;border-radius:8px}.post-body{flex-direction:column;gap:16px}.left-section{width:100%;min-width:unset;padding:0}.right-section{width:100%;min-width:unset;padding:0;flex:1!important}.left-box{padding:8px;border-radius:6px}#post-textarea{min-height:70px;font-size:.9rem;padding:8px;border-radius:6px}.checkbox{font-size:.85rem}.footer-buttons{flex-direction:column;width:100%!important;gap:8px;margin-top:12px}.back-btn,.post-btn{width:100%;text-align:center;padding:10px;font-size:.9rem}.upload-box{padding:16px 8px;margin-top:12px;border-radius:8px}.upload-icon{font-size:1.5rem}.upload-box p{font-size:.85rem}.upload-box small{font-size:.7rem}.upload-btn{padding:8px 12px;font-size:.85rem}}@media (min-width: 481px) and (max-width: 768px){.post-modal{position:fixed;width:90vw;padding:20px 24px 28px;border-radius:14px;max-height:90vh;overflow-y:auto;z-index:1000000000!important}.post-header{flex-direction:column;gap:16px}.header-left{flex-direction:row;align-items:center;gap:12px}.header-text h2{font-size:1.2rem}.header-right,.category-box select{width:100%}.post-type-buttons{flex-direction:row;flex-wrap:wrap;gap:8px;margin:20px 0}.type-btn{flex:1;min-width:140px;padding:12px 16px;font-size:.95rem}.post-body{flex-direction:column;gap:24px}.left-section{width:100%}.right-section{width:100%;flex:1!important}#post-textarea{min-height:100px}.footer-buttons{flex-direction:row;width:100%!important;gap:12px}.back-btn,.post-btn{flex:1;padding:12px 20px}.upload-box{padding:24px 16px}}@media (min-width: 769px) and (max-width: 1024px){.post-modal{width:85vw;max-width:800px;padding:24px 28px 32px}.post-header{flex-direction:row;gap:24px}.header-left{flex:1}.header-right{flex:1;min-width:unset}.post-body{flex-direction:row;gap:28px}.left-section{flex:1.5;min-width:unset}.right-section{flex:1;min-width:unset}#post-textarea{min-height:120px}}@media (min-width: 1025px){.post-modal{width:900px;max-height:85vh;overflow-y:auto}}.modal-overlay{font-family:Inter,sans-serif;width:100%;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(63,63,63,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1001!important;isolation:isolate;animation:fadeIn .3s ease;overflow-y:auto}.post-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000000000!important;background:#222222;border-radius:20px;width:900px;max-width:95%;max-height:90vh;padding:30px 35px 35px;color:#fff;box-shadow:0 20px 60px #000c;overflow-y:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.post-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#a855f7,transparent);opacity:.6}.category-box{background-color:#232423;padding:1rem;border-radius:1rem;width:100%}.post-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.post-header h2{font-size:1.3rem;font-weight:600;margin:0}.post-header p{font-size:.9rem;color:#a0a0b3;margin-top:4px;font-weight:200}.post-type-buttons{display:flex;gap:10px;margin:18px 0}.type-btn{display:flex;align-items:center;gap:8px;background:#1d1d1d;border:1px solid #000000;color:#c5c5d2;padding:10px 16px;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.type-btn svg{font-size:.9rem}.type-btn:hover{background:#2a2a3b;border-color:#a855f7;color:#fff}.type-btn.active{background:linear-gradient(90deg,#7e07de,#f33e6b);color:#fff;border:none;box-shadow:0 0 10px #a855f780}.post-body{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.left-section{flex:1.2;min-width:unset;display:flex;flex-direction:column;padding:5px;border-radius:20px}.info-text{font-size:.9rem;color:#b5b5c7;margin-bottom:15px;line-height:1.4;min-height:50px;display:flex;align-items:flex-start;font-weight:200}.left-box{display:flex;flex-direction:column;gap:15px;border:1px solid #000000;padding:15px;border-radius:12px;background:#1d1d1d}#post-textarea{width:100%;background:#1d1d1e;border:1px solid #000000;border-radius:10px;padding:12px;color:#fff;font-size:.95rem;resize:none;min-height:120px;outline:none;transition:border .2s ease}#post-textarea:focus{border:1px solid #a855f7;box-shadow:0 0 5px #a855f755}.checkbox{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:.9rem;color:#c5c5d2}.checkbox-label{display:flex;align-items:center;cursor:pointer;gap:8px}.checkbox-input{display:none}.checkbox-custom{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.checkbox-label p{margin:0;font-size:.9rem;color:#c5c5d2}.footer-buttons{display:flex;width:60%;justify-content:space-between;margin-top:18px}.back-btn{background:transparent;border:none;color:#bbb;font-size:.9rem;cursor:pointer;transition:color .2s ease}.back-btn:hover{color:#fff}.post-btn{background:linear-gradient(90deg,#7e07de,#f33e6b);border:none;border-radius:10px;padding:12px 24px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #a855f766;font-size:1rem}.post-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #a855f799}.post-btn:active{transform:translateY(-1px)}.right-section{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px}.category-box h3{font-size:1rem;margin-bottom:10px;font-weight:600;color:#fff}.category-box select{width:100%;min-width:160px;box-sizing:border-box;background:#1d1d1e;border:2px solid #b0b0b0;color:#ccc;padding:5px;border-radius:8px;margin-bottom:10px;outline:none;cursor:pointer;font-size:.9rem}.category-box select:focus{border-color:#a855f7;box-shadow:0 0 5px #a855f780}.upload-box{background:#222222;border:2px dashed #4a4a6a;border-radius:16px;padding:30px;text-align:center;transition:all .3s ease;margin-top:20px;box-shadow:0 4px 15px #0000004d;cursor:pointer}.upload-box:hover{border-color:#a855f7;background:linear-gradient(135deg,#2a2a3b 0%,#222233 100%);transform:translateY(-2px);box-shadow:0 8px 25px #a855f74d}.upload-inner{display:flex;flex-direction:column;align-items:center}.upload-icon{font-size:2rem;color:#a855f7;margin-bottom:6px}.upload-box p{margin:0;font-size:.95rem;color:#ccc}.upload-box small{font-size:.75rem;color:#888;margin-bottom:8px}.upload-btn{margin-top:10px;background:linear-gradient(90deg,#7e07de,#f33e6b);padding:7px 16px;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;transition:opacity .2s ease}.upload-btn:hover{opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.header-left{display:flex;align-items:center;justify-content:flex-start;gap:15px;flex:1.5}.header-text{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.header-right{display:flex;align-items:center;justify-content:center;min-width:0;flex:1}@media (min-width: 1440px){.post-modal{width:1000px;padding:40px 48px;border-radius:24px}.post-header h2{font-size:1.6rem}.post-header p{font-size:1.05rem}#post-textarea{font-size:1rem;min-height:150px}.type-btn{font-size:1.05rem;padding:12px 20px}.upload-box{padding:36px}.upload-icon{font-size:2.4rem}.category-box h3{font-size:1.2rem}}@media (min-width: 2560px){.post-modal{width:1500px;padding:48px 56px;border-radius:28px}.post-header{gap:32px}.post-header h2{font-size:1.8rem}.post-header p{font-size:1.15rem}.post-type-buttons{gap:14px;margin:24px 0}.type-btn{padding:14px 24px;font-size:1.15rem;border-radius:14px}#post-textarea{font-size:1.1rem;min-height:180px;padding:16px}.left-box{padding:20px;border-radius:16px}.upload-box{padding:42px;border-radius:20px}.upload-icon{font-size:2.6rem}.footer-buttons{width:70%}.post-btn{padding:16px 32px;font-size:1.15rem;border-radius:12px}.back-btn{font-size:1rem}}@media (min-width: 3840px){.post-modal{width:1500px;padding:60px 72px;max-height:88vh;border-radius:32px}.post-header{gap:40px}.post-header h2{font-size:2.2rem}.post-header p{font-size:1.3rem}.post-type-buttons{gap:18px}.type-btn{padding:18px 30px;font-size:1.3rem;border-radius:16px}.post-body{gap:40px}#post-textarea{font-size:1.25rem;min-height:220px;padding:20px;border-radius:14px}.left-box{padding:26px;border-radius:20px;gap:22px}.info-text{font-size:1.15rem}.category-box h3{font-size:1.3rem}.category-box select{font-size:1.15rem;padding:12px;border-radius:12px}.upload-box{padding:54px;border-radius:24px}.upload-icon{font-size:3rem;margin-bottom:12px}.upload-box p{font-size:1.2rem}.upload-box small{font-size:1rem}.upload-btn{padding:14px 26px;font-size:1.1rem;border-radius:12px}.footer-buttons{width:75%;margin-top:30px}.post-btn{font-size:1.25rem;padding:20px 36px;border-radius:14px}}@media (min-width: 3840px){.modal-overlay{z-index:999999999!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.post-modal{width:85vw;max-width:1800px;padding:60px 70px 70px;border-radius:32px;font-size:1.3rem;z-index:1000000000!important;box-shadow:0 40px 100px #000000e6}.post-modal:before{height:2px;opacity:.8}.post-header{gap:30px;margin-bottom:30px;align-items:center}.header-left{gap:20px}.header-left img{width:70px;height:70px;border-radius:12px;box-shadow:0 4px 16px #a855f74d}.header-text h2{font-size:2.1rem;line-height:1.3;font-weight:700}.header-text p{font-size:1.25rem;color:#b5b5c7;margin-top:8px}.post-header h2{font-size:2.2rem}.post-header p{font-size:1.3rem}.category-box h3{font-size:1.6rem;margin-bottom:16px;font-weight:600}.category-box select{font-size:1.4rem;padding:18px 16px;border-radius:14px;margin-bottom:16px;min-height:56px;border-width:2px}.post-type-buttons{gap:16px;margin:30px 0}.type-btn{font-size:1.3rem;padding:18px 28px;border-radius:14px;gap:12px}.type-btn svg{font-size:1.2rem}.post-body{gap:40px;flex-wrap:nowrap}.left-section{flex:1.2}.right-section{flex:.8}.info-text{font-size:1.2rem;margin-bottom:20px;min-height:60px}.left-box{padding:28px;gap:18px;border-radius:16px;border-width:2px}#post-textarea{min-height:240px;font-size:1.3rem;padding:20px;border-radius:14px;border-width:2px;line-height:1.6}#post-textarea::placeholder{font-size:1.3rem}.checkbox{font-size:1.2rem;gap:12px;margin-top:14px}.checkbox input{width:26px;height:26px;cursor:pointer}.upload-box{padding:56px;border-radius:24px;border-width:2px;margin-top:24px}.upload-box:hover{transform:translateY(-4px)}.upload-inner{gap:16px}.upload-icon{font-size:4.5rem;margin-bottom:20px}.upload-box p{font-size:1.4rem;margin-bottom:12px}.upload-box small{font-size:1.2rem;margin-bottom:20px}.upload-btn{padding:18px 36px;font-size:1.3rem;border-radius:12px;margin-top:20px;font-weight:600}.footer-buttons{gap:20px;margin-top:36px;width:75%}.back-btn{padding:18px 32px;font-size:1.3rem;font-weight:500}.post-btn{padding:18px 40px;font-size:1.35rem;border-radius:14px;font-weight:700;min-width:240px;display:flex;align-items:center;justify-content:center;gap:12px}.post-btn svg{font-size:1.4rem}}@media (min-width: 5120px){.post-modal{width:88vw;max-width:2000px;padding:80px 90px;border-radius:40px;box-shadow:0 50px 120px #000000f2}.post-modal:before{height:3px}.post-header{gap:40px;margin-bottom:40px}.header-left img{width:85px;height:85px}.header-text h2{font-size:2.4rem}.header-text p{font-size:1.4rem}.category-box h3{font-size:1.8rem;margin-bottom:20px}.category-box select{font-size:1.5rem;padding:20px 18px;min-height:60px}.post-type-buttons{gap:20px;margin:35px 0}.type-btn{font-size:1.45rem;padding:22px 34px;border-radius:16px}.type-btn svg{font-size:1.4rem}.info-text{font-size:1.3rem;margin-bottom:24px;min-height:70px}.left-box{padding:32px;gap:20px;border-radius:18px}#post-textarea{min-height:280px;font-size:1.4rem;padding:24px;border-radius:16px;line-height:1.7}.checkbox{font-size:1.3rem;gap:14px}.upload-box{padding:64px;border-radius:28px;margin-top:28px}.upload-icon{font-size:5rem;margin-bottom:24px}.upload-box p{font-size:1.5rem;margin-bottom:16px}.upload-box small{font-size:1.3rem;margin-bottom:24px}.upload-btn{padding:20px 40px;font-size:1.4rem;border-radius:14px;margin-top:24px}.footer-buttons{gap:24px;margin-top:40px;width:80%}.back-btn{padding:20px 40px;font-size:1.4rem}.post-btn{padding:20px 48px;font-size:1.45rem;border-radius:16px;gap:14px;min-width:280px}.post-btn svg{font-size:1.5rem}}@media (min-width: 3840px) and (min-height: 2160px){.post-modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-left img{filter:drop-shadow(0 4px 12px rgba(168,85,247,.4))}.type-btn{box-shadow:0 4px 16px #0006}.type-btn:hover{box-shadow:0 8px 24px #a855f780}.type-btn.active{box-shadow:0 0 20px #a855f799}#post-textarea{box-shadow:inset 0 2px 8px #0000004d}#post-textarea:focus{box-shadow:0 0 12px #a855f780,inset 0 2px 8px #0000004d}.upload-box{box-shadow:0 12px 32px #0006}.upload-box:hover{box-shadow:0 20px 48px #a855f766}.post-btn{box-shadow:0 8px 24px #a855f780}.post-btn:hover{box-shadow:0 12px 32px #a855f7b3}}.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-viewport,.croppie-container .cr-resizer{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;box-shadow:0 0 2000px 2000px #00000080;z-index:0}.croppie-container .cr-resizer{z-index:2;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-vertical,.croppie-container .cr-resizer-horisontal{position:absolute;pointer-events:all}.croppie-container .cr-resizer-vertical:after,.croppie-container .cr-resizer-horisontal:after{display:block;position:absolute;box-sizing:border-box;border:1px solid black;background:#fff;width:10px;height:10px;content:""}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical:after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal:after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:none}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid white;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower{background:rgba(0,0,0,.5)}.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:none}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:"↺"}.cr-rotate-r i:before{content:"↻"}.comment-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000}.comment-modal{width:90%;max-width:900px;max-height:80vh;background:rgba(29,29,29,1);border-radius:15px 15px 38px 38px;display:flex;flex-direction:column;overflow:hidden}.comment-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:rgba(52,19,92,1);border-radius:15px}.comment-modal-title{display:flex;align-items:center;gap:8px;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.comment-modal-title i{font-size:18px}.comment-modal-title svg{color:#9810fa}.comment-modal-close{background:none;border:none;color:#fffc;font-size:32px;cursor:pointer;padding:2px;border-radius:6px}.comment-modal-close:hover{background:rgba(255,255,255,.1)}.comment-modal-body{flex:1;overflow-y:auto;padding:16px 0 20px;display:flex;flex-direction:column;gap:16px}.comment-item{display:flex;flex-direction:column;gap:12px}.comment-main{display:flex;gap:12px;margin-left:20px;margin-right:20px}.comment-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-content{flex:1;display:flex;flex-direction:column;gap:8px}.comment-header{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer}.comment-author{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#d0a9f5}.comment-timestamp{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:12px;line-height:100%;letter-spacing:0%;color:#ffffff80}.reply-header-right{display:flex;align-items:center;gap:8px}.reply-collapse-btn{background:none;border:none;color:#fff;cursor:pointer;padding:2px;border-radius:3px;font-size:16px;margin-left:16px}.reply-collapse-btn:hover{color:#d0a9f5;background:rgba(255,255,255,.1)}.reply-actions{display:flex;align-items:center;gap:16px;margin-top:8px}.comment-text{font-family:Inter;font-weight:600;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%;color:#ffffffe6}.comment-actions{display:flex;align-items:center;gap:16px;margin-top:4px}.comment-like{display:flex;align-items:center;gap:6px;background:none;border:none;color:#fff;cursor:pointer;font-family:Inter;font-weight:600;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%}.comment-like:hover{color:#d0a9f5}.comment-reply{display:flex;align-items:center;gap:4px;background:none;border:none;color:#fff;cursor:pointer;font-family:Inter;font-weight:600;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%}.comment-reply:hover{color:#d0a9f5}.comment-reply-item{width:100%;padding:12px 20px;background:rgba(34,34,34,1);border-radius:0;margin:0;border:1px solid rgba(55,38,97,1);font-size:10px}.comment-reply-content{display:flex;gap:12px;margin-left:52px}.comment-reply-item .comment-text{font-family:Inter;font-weight:600;font-style:normal;font-size:10px;line-height:100%;letter-spacing:0%}.comment-reply-item .comment-author{font-size:10px}.comment-reply-item .comment-timestamp{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:10px;line-height:100%;letter-spacing:0%}.comment-reply-form{margin-left:52px;margin-top:8px}.comment-input-wrapper{position:relative;display:flex;align-items:center}.reply-input,.main-comment-input{width:100%;background:rgba(34,34,34,1);border:1px solid rgba(55,38,97,1);border-radius:9px;color:#fff;font-size:14px;font-family:Inter,sans-serif;padding:12px 50px 12px 16px;outline:none}.reply-input::placeholder,.main-comment-input::placeholder{color:#62748e}.reply-send-button,.main-send-button{position:absolute;right:8px;background:rgba(138,43,226,1);border:none;border-radius:6px;width:27px;height:27px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.reply-send-button:hover,.main-send-button:hover{background:rgba(158,63,246,1)}.comment-modal-footer{padding:16px 20px;background:rgba(26,26,26,1);border-top:1px solid rgba(64,64,64,1)}.comment-input-section{display:flex;align-items:center;gap:12px}.user-avatar{width:36px;height:36px;background:rgba(138,43,226,1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;flex-shrink:0}.comment-input-wrapper{flex:1}.comment-modal-body::-webkit-scrollbar{width:6px}.comment-modal-body::-webkit-scrollbar-track{background:rgba(40,40,48,1);border-radius:3px}.comment-modal-body::-webkit-scrollbar-thumb{background:rgba(83,34,141,1);border-radius:3px}.comment-modal-body::-webkit-scrollbar-thumb:hover{background:rgba(103,54,161,1)}.comment_item_stat_container{border:2px solid #7510E8;border-radius:100px;padding:.5rem 1.5rem;margin-left:auto;display:flex;align-items:center;justify-content:center}.comment_item_stat_button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;width:1.7rem;height:1.7rem;background:none;border:none;cursor:pointer;img {width: 1.7rem; height: 1.7rem;} span {color: #FFFFFF; font-size: 1.3rem; font-weight: 600; top: 0px;}}.comment_item_stat_button img{filter:none!important}.comment_item_stat_button:hover span{color:#fff}@media (max-width: 640px){.comment_item_stat_container{padding:auto;width:2rem}.comment_item_stat_button{width:.5rem;height:.5rem;img {width: 1.3rem; height: 1.3rem;} span {font-size: 1rem; font-weight: 600;}}}@media (max-width: 768px){.comment-modal{width:95%;max-width:none;margin:0 10px}.comment-modal-header{padding:12px 16px}.comment-modal-title{font-size:14px}.comment-close-btn{width:28px;height:28px}.comment-item{padding:12px 16px}.comment-avatar{width:36px;height:36px}.comment-author{font-size:13px}.comment-timestamp{font-size:11px}.comment-text{font-size:13px;line-height:1.4}.comment-like{padding:6px 8px;font-size:11px}.comment-like svg{width:14px;height:14px}.comment-reply{padding:6px 12px;font-size:11px}.reply-item{padding:8px 12px;margin-left:20px}.reply-avatar{width:28px;height:28px}.reply-author{font-size:11px}.reply-text{font-size:10px;line-height:1.3}.reply-actions .comment-like{padding:4px 6px;font-size:9px}.reply-actions .comment-like svg{width:12px;height:12px}.reply-collapse-btn{font-size:14px;padding:1px}}@media screen and (min-width: 2560px){.comment-modal{width:60%;max-width:none;height:auto;margin:0 10px}.comment-modal-header{padding:2.5rem 3rem}.comment-modal-title{font-size:2rem}.comment-modal-title svg{width:2.5rem;height:2.5rem}.comment-modal-close{width:4rem;height:4rem;font-size:3rem}.comment-item{padding:2rem 3rem}.comment-avatar{width:5rem!important;height:5rem!important}.comment-avatar img{width:5rem;height:5rem;object-fit:cover}.comment-author{font-size:2rem}.comment-timestamp{font-size:1.7rem}.comment-text{font-size:1.7rem;line-height:1.4}.comment-modal-footer{height:auto}.user-avatar{width:5rem;height:5rem;font-size:2.5rem}.main-comment-input{padding:1.8rem;height:5rem;font-size:2.3rem}.main-send-button{width:4rem;height:4rem;font-size:2.5rem;margin-right:1rem}}@media screen and (min-width: 3841px){.comment-modal{width:80%;max-width:none;height:auto;margin:0 10px}.comment-modal-header{padding:3rem 4rem}.comment-modal-title{font-size:2.5rem}.comment-modal-title svg{width:3rem;height:3rem}.comment-modal-close{width:5rem;height:5rem;font-size:5rem}.comment-item{padding:2rem 3rem}.comment-avatar{width:5rem!important;height:5rem!important}.comment-avatar img{width:5rem;height:5rem;object-fit:cover}.comment-author{font-size:2rem}.comment-timestamp{font-size:1.7rem}.comment-text{font-size:1.7rem;line-height:1.4}.comment-modal-footer{height:auto}.user-avatar{width:6rem;height:6rem;font-size:2.5rem}.main-comment-input{padding:2rem;height:5rem;font-size:2.5rem}.main-send-button{width:4rem;height:4rem;font-size:2.5rem;margin-right:1rem}.comment_item_stat_container{padding:1rem 3rem!important}.comment_item_stat_button{width:8rem!important;height:4rem!important;img {width: 4rem !important; height: 4rem !important;} span {font-size: 3rem !important; font-weight: 600 !important;}}}.jk_box_con{background-image:linear-gradient(#110e14f6,#110e14da),url(/assets/pimg-7905bddc.jpg);background-size:cover;background-position:center;border-radius:10px;margin:7%;padding:2% 1%;border:solid 1px #0696af93;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 30px #0696af93}.jk_box_con a{text-decoration:none}.jk_box_con h1{font-size:300%;font-family:var(--font-main);color:#fff;margin-bottom:1%}.jk_box_con h2{font-size:200%;font-family:var(--font-sec);color:#fff;margin-bottom:2%;font-weight:700}.jk_box_con p{font-size:150%;font-family:var(--font-sec);color:#fff;margin-bottom:2%}.jk_box_con a:hover{transform:scale(.97)}#post_feed{width:100%;height:100%;min-height:100vh;margin-top:5rem}@media screen and (min-width: 3840px){#post_feed{width:100%;height:100%;min-height:100vh;margin-top:11rem}}.post_user_post{border:2px solid rgba(52,19,92,1)!important;border-top:none!important;border-radius:20px 20px 15px 15px!important;overflow:hidden;background:rgb(29,29,29)!important;max-width:800px;margin:0 auto 20px}.post_header_section{background:rgba(52,19,92,1);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-radius:18px 18px 15px 15px}.header_left{display:flex;align-items:center;gap:12px}.header_user_img{width:48px;height:48px;border-radius:50%;overflow:hidden;cursor:pointer}.header_user_img img{width:100%;height:100%;object-fit:cover}.header_info{display:flex;flex-direction:column;gap:4px}.header_title{color:#b0b0b0;font-family:Inter;font-weight:700;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0%;margin:0;span {color: rgba(176,176,176,1); font-family: Inter; font-weight: 700; font-style: normal; line-height: 100%; letter-spacing: 0%; margin: 0; cursor: pointer;}}.header_meta{display:flex;flex-direction:row;gap:8px;align-items:center}.game_name{color:#c79fed;font-family:Inter;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;background:rgba(65,26,110,1);border:1px solid rgba(98,40,157,1);padding:2px;border-radius:6px;display:inline-block;width:fit-content}.post_date{color:silver;font-family:Inter;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;span {font-family: inherit; font-weight: inherit; font-size: inherit; color: inherit;}}.header_right{display:flex;gap:8px}.header_btn{background:transparent;border:none;border-radius:9px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s}.header_btn:hover{background:rgba(255,255,255,.1)}.header_btn i{color:#c27aff;font-size:20px;width:20px;height:20px}.header_btn.share_btn{border:none;background-color:#4b1c7d}.header_btn.share_btn i{color:#c27aff;font-size:19px;width:20px;height:20px}.header_btn.share_btn:hover{background:rgba(255,255,255,.1)}.discord_section{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:8px 50px;width:50%;cursor:pointer}@media (max-width: 768px){.discord_section{padding:8px 16px}}.discord_logo{background:transparent;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.discord_logo i{color:#9810fa;font-size:30px}.discord_name{color:#ac8cd0;font-family:Inter;font-size:14px;font-weight:500;position:relative;bottom:2px}.post_text{margin:16px 20px}.post_user_post .data .post_text p{font-family:Inter!important;font-weight:400!important;font-style:Regular!important;font-size:14px;line-height:100%!important;letter-spacing:0%!important;vertical-align:middle!important;color:#b0b0b0!important;margin:0!important}.bottom_section{display:flex;justify-content:space-between;align-items:center;padding:4px 16px;margin-top:8px}.tags{display:flex;gap:8px}.action_stats{display:flex;gap:16px;align-items:center}.stat_button{display:flex;align-items:center;gap:4px;background:transparent;border:none;color:#c27aff;cursor:pointer;font-size:14px;transition:color .2s ease}.stat_button i{font-size:16px;color:#c27aff;transition:color .2s ease}.stat_button:hover,.stat_button:hover i{color:#c79fed}.stat_button:hover img{filter:brightness(0) saturate(100%) invert(85%) sepia(14%) saturate(1255%) hue-rotate(221deg) brightness(96%) contrast(88%)}.stat_button img{filter:brightness(0) saturate(100%) invert(59%) sepia(79%) saturate(2268%) hue-rotate(229deg) brightness(102%) contrast(101%);transition:filter .2s ease;height:86%}.stat_button span{top:3px;position:relative;font-family:Inter;font-weight:700;font-style:Bold;font-size:17px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:bottom;color:#c27aff;transition:color .2s ease}.stat_button:hover span{color:#c79fed!important}.comment_input_section{padding:16px}.comment_form{position:relative;display:flex;align-items:center}.comment_input{width:100%;height:45px;background:rgba(34,34,34,1);border:1px solid rgba(55,48,97,1);border-radius:9px;color:#222;font-family:Inter;font-weight:400;font-style:Regular;font-size:14px;line-height:100%;letter-spacing:0%;vertical-align:middle;padding:0 50px 0 20px;outline:none}.comment_input::placeholder{color:#62748e}.send_button{position:absolute;right:8px;background:rgba(138,43,226,1);border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.send_button i{color:#fff;font-size:16px}.stat_button{display:flex;align-items:center;gap:8px;background:none;border:none;color:#c27aff;cursor:pointer;font-family:Inter,sans-serif}.stat_button i{font-size:27px}.stat_button .bi-share{font-size:23px}.tag{display:flex;align-items:center;gap:6px;padding:8px 12px;background:rgba(44,20,89,1);border:1px solid rgba(83,34,141,1);color:#d0a9f5;text-decoration:none;border-radius:6px;font-family:Inter;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%;vertical-align:bottom}.tag:hover{background:rgba(83,34,141,1);color:#fff}@media (min-width: 769px){.action_stats_left,.action_stats_right{display:contents}}@media (max-width: 768px){.header_info{display:flex;flex-direction:column;gap:4px;flex:1}.header_meta{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.post_date{font-family:Inter;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;span {display: none;}}.game_name{font-family:Inter;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle}.discord_name{font-size:14px}.discord_logo i{font-size:24px}.header_right{display:flex;flex-direction:column;gap:8px}.header_title{font-size:16px}.post_user_post .data{display:flex;flex-direction:column}.discord_section{order:1;padding:8px 16px}.post_text{order:2}.post_user_post .data .post_text p{font-family:Inter!important;font-weight:400!important;font-style:Regular!important;font-size:14px;line-height:100%!important;letter-spacing:0%!important;vertical-align:middle!important;color:#b0b0b0!important;margin:0!important}.bottom_section{order:3;display:flex;flex-direction:column;gap:16px;padding:0 8px 8px}.action_stats{width:100%;display:flex;justify-content:space-between;align-items:flex-start;order:1}.tags{order:2;display:flex!important;flex-direction:row;gap:8px;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;width:100%;margin-left:0;text-align:left;visibility:visible!important}.tag{font-family:Inter;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%;vertical-align:bottom;padding:6px 10px;display:inline-flex!important;visibility:visible!important}.action_stats_left{display:flex;gap:20px}.action_stats_right{display:flex}.stat_button{color:#c27aff!important}.stat_button svg[stroke]{stroke:#c27aff!important}.comment_input_section{display:none}.post_header_section{padding:8px}}@media screen and (max-width: 1031px){body .post_user_post{width:60%}}@media screen and (max-width: 1370px){body .post_user_post{width:96%}}.postwithimage_top_section{display:flex;gap:16px;padding:0;align-items:flex-start}.postwithimage_left{flex:1;display:flex;flex-direction:column;gap:0}.postwithimage_left .discord_section{padding:8px 16px}.postwithimage_left .post_text{margin:16px 20px}.post_content_with_image{display:flex;gap:16px;align-items:flex-start;padding:0 16px;margin-bottom:16px}.post_content_with_image .post_text{flex:1}.post_user_post .data .discord_section{padding:16px 16px 0}.post_user_post .data .post_content_with_image .post_text p{font-family:Inter!important;font-weight:400!important;font-style:Regular!important;font-size:14px;line-height:100%!important;letter-spacing:0%!important;vertical-align:middle!important;color:#b0b0b0!important;margin:0!important}.postwithimage_top_section .post_image_container{margin-top:8px;margin-right:16px}.mobile_text_section,.mobile_tags_section{display:none}.post_image_container{position:relative;flex-shrink:0;width:200px;height:200px;border-radius:7px;overflow:hidden;background:rgba(20,20,20,1);cursor:pointer}.post_image{width:100%;height:100%;display:block;border-radius:7px;transition:all .3s ease;object-fit:cover}.post_image_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;border-radius:7px}.post_image_container:hover .post_image{filter:blur(2px)}.post_image_container:hover .post_image_overlay{opacity:1}.expand_icon{width:32px;height:32px;color:#fff;font-size:32px}.image_modal_overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000}.image_modal{max-width:90%;max-height:90%;position:relative;border-radius:15px;overflow:hidden;background:rgba(29,29,29,1)}.image_modal img{width:100%;height:100%;object-fit:contain;border-radius:15px}.image_modal_close{position:absolute;top:15px;right:15px;background:rgba(0,0,0,.7);border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:background .2s ease}.image_modal_close:hover{background:rgba(0,0,0,.9)}.mobile_text_section,.mobile_discord_section,.mobile_tags_section{display:none}@media (max-width: 768px){.post_user_post .data{display:flex;flex-direction:column}.postwithimage_top_section{order:1;display:flex;flex-direction:column;padding:0;align-items:center}.postwithimage_top_section .post_image_container{height:200px;margin:0;order:1}.postwithimage_left{display:none!important}.bottom_section{order:2;padding:8px}.bottom_section .tags{display:none!important}.mobile_discord_section{display:flex!important;order:3;align-items:center;gap:8px;padding:8px}.mobile_discord_section .discord_logo{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#5865f2}.mobile_discord_section .discord_logo i{font-size:20px}.mobile_discord_section .discord_name{color:#ac8cd0;font-family:Inter;font-size:14px;font-weight:500;position:relative;bottom:2px}.mobile_text_section{display:block;order:4;padding:0 8px 8px}.post_user_post .data .mobile_text_section p{font-family:Inter!important;font-weight:400!important;font-style:Regular!important;font-size:14px!important;line-height:100%!important;letter-spacing:0%!important;vertical-align:middle!important;color:#b0b0b0!important;margin:0!important}.mobile_tags_section{display:block;order:5;padding:0 8px 8px}.comment_input_section{order:6}.post_user_post.new_server .post_header_section .header_left{flex-direction:column;align-items:flex-start}.post_user_post.new_server .data .mobile_text_section{order:2;padding:16px 16px 0}.post_user_post.new_server .data .postwithimage_top_section{flex-direction:row-reverse}.post_user_post.new_server .data .postwithimage_top_section .postwithimage_left{display:flex!important}.post_user_post.new_server .data .postwithimage_top_section .postwithimage_left .post_text p,.server .hide_mobile{display:none}.server .post_text_title{margin-bottom:0}.server .post_header_section{padding-bottom:0!important}.server .hide_desktop{display:flex!important}.server .post_text{display:flex;flex-direction:row-reverse;gap:12px;align-items:center;justify-content:left}}.post_user_post.new_server{border:2px solid rgba(52,19,92,1)!important}.post_user_post.new_server .post_header_section{background:none;padding:16px calc(2% + 16px)}.post_text_title{margin-bottom:16px;color:#b0b0b0;font-family:Inter;font-weight:700}.post_text_title span{color:#7e07de;font-family:Inter;font-weight:700;cursor:pointer}.connect_button{background-color:#2c1459;padding:8px;color:#fff;display:flex;justify-content:center;align-items:center;font-family:Inter;border-radius:8px;font-weight:600;margin-top:16px;max-width:150px;cursor:pointer}.server .post_text{margin-top:0}.server .hide_desktop{display:none}@media screen and (min-width: 2560px){.post_user_post{max-width:80rem;min-height:35rem;margin-bottom:2rem;border-top-left-radius:3rem!important;border-top-right-radius:3rem!important}.post_header_section{padding:20px 32px;border-radius:3rem}.header_user_img{width:90px;height:90px}.header_title{font-weight:700;font-size:2rem;line-height:100%;padding:5px}.game_name,.post_date{font-weight:400;font-size:1.5rem;padding:5px}.header_btn{width:4rem;height:4rem}.header_btn i,.header_btn.share_btn i{font-size:2.4rem;width:2.4rem;height:2.4rem}.discord_section{margin-bottom:12px;padding:8px 50px}.discord_logo{width:4rem;height:4rem}.discord_logo i{font-size:4rem}.discord_name{font-size:1.7rem}.post_user_post .data .post_text p{font-size:1.8rem}.comment_input{padding:2.5rem;border-radius:2rem;height:30px;font-size:1.6rem}.comment_input::placeholder{font-size:1.7rem}.send_button{width:4rem;height:4rem;font-size:4rem;border-radius:16px;margin:1rem}.send_button i{font-size:2rem}.tags{gap:2rem;margin-top:1.3rem}.tag{padding:1rem;font-size:1.3rem}.tag-icon{font-size:1.8rem;width:1.8rem;height:1.8rem}.stat_button{margin-right:1rem;gap:1rem}.stat_button img{width:2.3rem;height:2.3rem;font-size:2.3rem}.stat_button span{font-size:1.8rem}.stat_button .bi-share{font-size:2.3rem}}@media screen and (min-width: 3840px){.post_user_post{max-width:130rem;min-height:35rem;margin-bottom:2rem;border-top-left-radius:3rem!important;border-top-right-radius:3rem!important}.post_header_section{padding:24px 32px;border-radius:3rem}.header_user_img{width:130px;height:130px}.header_title{font-weight:700;font-size:3rem;line-height:100%;padding:5px}.game_name{font-weight:400;font-size:1.5rem;padding:5px}.post_date{font-weight:400;font-size:2rem;padding:5px}.header_btn{width:7rem;height:7rem}.header_btn i,.header_btn.share_btn i{font-size:3rem;width:3rem;height:3rem}.discord_section{margin-bottom:12px;padding:8px 50px}.discord_logo{width:4rem;height:4rem}.discord_logo i{font-size:4rem}.discord_name{font-size:1.7rem}.post_user_post .data .post_text p{font-size:3rem}.comment_input{padding:4rem;border-radius:2rem;height:55px}.comment_input::placeholder{font-size:2.5rem}.send_button{width:5rem;height:5rem;font-size:5rem;border-radius:16px;margin:1rem}.send_button i{font-size:2.5rem}.tags{gap:2rem;margin-top:2rem}.tag{padding:1.5rem;font-size:2rem}.tag-icon{font-size:3rem;width:3rem;height:3rem}.stat_button{margin-right:1rem;gap:1rem}.stat_button img{width:3rem;height:3rem;font-size:3rem}.stat_button span{font-size:2rem}.stat_button .bi-share{font-size:3rem}}:root{--accent1: rgba(126, 7, 222, 1);--accent2: rgba(243, 62, 107, 1);--accent: var(--accent1);--card-bg: #222222;--card-border: rgba(255, 255, 255, .04);--muted: #faf9f699}.terms-wrapper{background-color:#000;background-image:linear-gradient(rgba(0,0,0,.151),rgba(0,0,0,.7)),linear-gradient(#2020209b),url(/assets/bg-86224df9.png);background-repeat:no-repeat;background-size:cover;background-position:center,center,center;background-attachment:fixed,fixed,fixed;padding:60px 20px;display:flex;flex-direction:column;align-items:center;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#e8e8e8}.terms-title{color:#b0b0b0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-style:Bold;font-size:40px;line-height:100%;letter-spacing:0%;margin-bottom:40px;text-align:center;position:relative;padding-bottom:18px}.terms-title:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:6px;width:120px;height:3px;border-radius:3px}.accordion-header{width:100%;padding:28px 22px;background:transparent;outline:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:17px;font-weight:600;position:relative;border:none}.accordion-header:before{content:"";position:absolute;left:22px;right:50%;bottom:10px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--accent),rgba(243,62,107,1));box-shadow:0 6px 18px #d46de61a;transform:scaleX(0);transform-origin:left center;transition:transform .36s cubic-bezier(.2,.9,.2,1),opacity .25s ease;opacity:0;pointer-events:none;will-change:transform,opacity}.accordion-item.open .accordion-header:before{transform:scaleX(1);opacity:1}.accordion-container{width:100%;max-width:820px;display:flex;flex-direction:column;gap:22px;padding:0 12px}.accordion-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:hidden;transition:box-shadow .25s ease,transform .18s ease;box-shadow:0 6px 26px #0009}.accordion-item.open{box-shadow:0 10px 30px #d069e614,0 6px 18px #0006;transform:translateY(-2px)}.accordion-header:hover{background:rgba(255,255,255,.02)}.chevron{font-size:20px;transition:transform .35s cubic-bezier(.2,.9,.2,1),color .18s ease,opacity .18s ease;color:var(--accent1);background-image:linear-gradient(90deg,var(--accent1),var(--accent2));background-repeat:no-repeat;background-position:center;background-size:100% 100%;display:inline-block;align-items:center;justify-content:center;transform-origin:center center;will-change:transform,color;backface-visibility:hidden;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.accordion-item.open .accordion-header .chevron{transform:rotate(180deg)}.accordion-content-wrapper{max-height:0;overflow:hidden;transition:max-height .42s cubic-bezier(.22,.9,.3,1),padding .25s ease;padding:0 22px}.accordion-item.open .accordion-content-wrapper{max-height:1200px;padding:12px 22px 20px}.accordion-content{padding:6px 0 0;color:var(--muted);font-size:15px;line-height:1.6;background:transparent}.accordion-content p{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:300;font-size:18px;line-height:1.5;margin-bottom:12px;color:var(--muted)}.accordion-content li{margin-left:5%;font-size:18px}.accordion-item+.accordion-item{margin-top:12px}@media (max-width: 520px){.terms-title{font-size:28px}.accordion-container{padding:0 12px}.accordion-header .title{font-size:15.5px}.terms-title:after{width:90px}.accordion-header:before{right:46px;bottom:8px;height:3px}}.profile-container{box-sizing:border-box;padding:2rem;font-family:Inter,sans-serif}.profile-info{padding:0 8rem;display:flex;gap:2rem}.profile-banner-container{width:100%;height:100%;position:relative}.profile-avatar{border-radius:50%;width:200px;min-width:200px;height:200px;margin-top:-75px;z-index:1;img {border-radius: 50%; width: 100%; height: 100%; object-fit: cover; border: 1px solid #666666dd; background-color: #666666dd;}}.profile-datas{display:flex;flex-direction:column;gap:.5rem}.profile-datas-innercontainer{display:flex;justify-content:space-between;gap:1rem}.profile-username-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;i {font-size: 2em; background: linear-gradient(135deg,rgb(98,0,234),rgb(156,89,182)); -webkit-background-clip: text; color: transparent; display: inline-block; line-height: 1; transition: 1s; cursor: pointer; &:hover {transform: rotate(360deg); font-size: 2.1em; transition: 1.5s;}}}.profile-username{color:#fff;font-weight:600}.profile-description{font-family:Quicksand,sans-serif;color:#fff}.profile-action-buttons{display:flex;gap:1rem;flex-direction:row}.profile-action-button{cursor:pointer;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:2rem;background:linear-gradient(90deg,#7510e8,#f33e6b)}.profile-action-button.reverse{flex-direction:row-reverse;background:linear-gradient(270deg,#7510e8,#f33e6b)}.profile-action-button-icon{background-color:#b0b0b0;height:100%;display:flex;justify-content:center;align-items:center;width:47px;border-radius:2rem;img {width: 20px; height: 20px;}}.profile-action-button-text{font-family:Quicksand,sans-serif;padding:.5rem .7rem;color:#fff;font-size:1.2rem;overflow:hidden}.profile-avatar-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-awards{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.profile-award{display:flex;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;img {object-fit: contain; width: 100%; height: 100%;}}.mobile-visible{display:none!important}.desktop-visible{display:flex!important}.profile-games{display:flex;width:100%;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.profile-games.desktop-visible{position:absolute;left:calc(12rem + 200px);bottom:1rem;width:unset;justify-content:flex-end}.profile-game{background:linear-gradient(90deg,#7510e8,#f33e6b);padding:.5rem 1rem;border-radius:2rem;color:#fff;font-family:Quicksand,sans-serif;text-decoration:none}.profile-content{display:flex;width:100%;height:100%}.profile-posts-container{width:100%;height:100%;margin:auto}.posts-container{display:flex;flex-direction:column;width:100%;height:100%}.profile-cards{margin-top:6rem;margin-left:2rem;position:relative}.profile-card{width:280px;max-width:340px;background-color:#232423;border-radius:12px;box-shadow:0 0 10px #a855f780;display:flex;flex-direction:column;gap:1rem;align-items:center;padding:1rem;box-sizing:border-box;position:relative;cursor:pointer}.profile-card.background{position:absolute;top:-1rem;left:1rem;z-index:-1;cursor:default}.profile-card.empty{height:300px;flex-direction:column;justify-content:space-between}.profile-card.empty .profile-card-logo{display:flex;justify-content:center;align-items:center;width:100px;height:100px;background-color:#d9d9d9;img {width: 60px; height: 60px;}}.profile-card-logo{min-width:60px;min-height:60px;width:60px;height:60px;border-radius:50%;overflow:hidden;img {width: 100%; height: 100%;}}.profile-card-name{font-family:Quicksand,sans-serif;font-size:1rem;font-weight:700;color:#fff}.profile-card-awards{display:flex;justify-content:center;align-items:center;gap:1rem}.profile-card-stats{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center}.profile-card-stat{display:flex;gap:.5rem;align-items:center;span {font-size: 1rem; font-weight: 600; color: #fff;}}.profile-card-description{font-family:Quicksand,sans-serif;font-size:.9rem;color:#ccc;text-align:center}.profile-card-action-button{background:linear-gradient(90deg,#7510e8,#f33e6b);border:none;border-radius:.5rem;padding:.5rem 1rem;color:#fff;font-family:Quicksand,sans-serif;cursor:pointer}.profile-card-footnote{display:flex;justify-content:center;align-items:center;gap:.5rem;min-height:.8rem;div {font-size: .7rem; color: rgba(255,255,255,.6);}}.profile-card-nextarrow{position:absolute;right:.8rem;bottom:.8rem;width:20px;height:20px;cursor:pointer}@media screen and (max-width: 1240px){.profile-info{padding:0 2rem}.profile-games.desktop-visible{left:calc(4rem + 200px)}.profile-datas-innercontainer{flex-direction:column;gap:1rem}.profile-content{flex-direction:column}.profile-cards{margin:auto;margin-top:2rem;width:95%}.profile-posts-container{margin-top:-4rem}}@media screen and (max-width: 768px){.profile-container{padding:1rem}.profile-card{width:100%}.mobile-visible{display:flex!important}.desktop-visible{display:none!important}.profile-info{flex-direction:column;padding:0}.profile-action-button-icon{padding:.5rem}.profile-action-button-text{font-size:.8rem;padding:0 .2rem}.profile-datas-innercontainer{flex-direction:column;gap:1rem}.profile-avatar-wrapper{flex-direction:row;gap:2rem}.profile-avatar{width:120px;min-width:120px;height:120px;margin-top:-50px}}@media screen and (min-width: 3841px){.profile-container{margin-left:8rem}.profile-avatar-wrapper{gap:3rem}.profile-avatar-wrapper .profile-avatar{width:20rem;height:20rem}.profile-avatar-wrapper .profile-awards{gap:5rem}.profile-avatar-wrapper .profile-award img{width:5rem;height:5rem}.profile-datas-innercontainer{margin-top:2rem;gap:2rem}.profile-username{font-size:5rem}.profile-action-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.profile-action-buttons .profile-action-button{height:7rem;border-radius:5rem;display:flex;align-items:center;padding:0rem;white-space:nowrap;gap:.6rem}.profile-action-buttons .profile-action-button .profile-action-button-icon{background-color:#b0b0b0;border-radius:50%;width:7rem;height:7rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;img {width: 60%; height: 60%; object-fit: contain;}}.profile-action-buttons .profile-action-button .profile-action-button-text{margin:0 .4rem;font-size:2.5rem}.profile-card{width:40rem;max-width:100rem;height:auto;min-height:15rem;border-radius:1rem;box-shadow:0 0 20px #a855f780;gap:2rem;padding:2rem}.profile-card.empty{height:35rem}.profile-card.empty .profile-card-logo{width:10rem;height:10rem;img {width: 60px; height: 60px;}}.profile-card .profile-card-description{font-size:2rem}}.gs_container{display:flex;flex-direction:column;width:30%;min-width:280px;height:auto;min-height:500px;background-color:salmon;font-family:Inter;font-weight:600;border-radius:clamp(12px,2vw,24px);overflow:hidden;padding:1px;background:linear-gradient(to right,#7510e8,#f33e6b);position:relative}.gs_top{height:40%;display:flex;flex-direction:column}.gs_banner{width:100%;height:100%;background-size:cover;background-position:center;border-top-left-radius:clamp(12px,2vw,24px);border-top-right-radius:clamp(12px,2vw,24px);position:relative;overflow:hidden}.gs_banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:rgba(0,0,0,.6);pointer-events:none;border-top-left-radius:clamp(12px,2vw,24px);border-top-right-radius:clamp(12px,2vw,24px)}.gs_top_banner_container{display:flex;width:100%;height:100%;flex-direction:column;position:absolute;top:1%;left:1%;padding:clamp(8px,.5vw,12px) clamp(12px,1vw,20px);align-items:flex-start;justify-content:space-between;z-index:2;gap:clamp(6px,.5vw,10px)}.gs_toprow{display:flex;justify-content:space-between;width:100%}.gs_server_status{display:flex;flex-direction:column;gap:clamp(6px,.5vw,10px)}.gs_server_game{display:flex;align-items:center;gap:clamp(6px,.5vw,10px)}.game-icon{width:clamp(18px,1.5vw,28px);height:clamp(18px,1.5vw,28px);fill:none}.gs_server_state{display:flex;align-items:center;gap:clamp(6px,.5vw,10px)}.gs_server_error,.gs_server_online,.gs_server_offline{width:clamp(8px,.7vw,12px);height:clamp(8px,.7vw,12px);border-radius:50%}.gs_server_online{background-color:#4ade80}.gs_server_offline{background-color:#f87171}.gs_server_error{background-color:#fbbf24}.gs_server_state p{font-size:clamp(12px,1vw,16px);font-weight:300;margin:0}.gs_server_status p{color:#fff;font-size:clamp(14px,1.2vw,18px);font-weight:400;font-family:Inter;margin:0}.gs_server_award{width:clamp(40px,4vw,60px);height:clamp(40px,4vw,60px)}.gs_server_award img{width:100%;height:100%;object-fit:contain}.gs_botrow{display:flex;align-items:center;width:100%}.gs_server_logo img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:1px solid #666666dd;background-color:#666d}.gs_badges{display:flex;gap:clamp(10px,1vw,16px);margin-left:clamp(10px,1vw,16px);align-items:flex-end;width:100%;height:100%;margin-bottom:clamp(8px,.75vw,12px)}.gs_badges img{width:clamp(20px,2vw,32px);height:clamp(20px,2vw,32px);object-fit:contain}.gs_bottom{height:60%;background-color:#1d1d1e;display:flex;flex-direction:column;gap:2%;border-bottom-left-radius:clamp(12px,2vw,24px);border-bottom-right-radius:clamp(12px,2vw,24px);padding-top:clamp(6px,1%,15px);overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.gs_bottom::-webkit-scrollbar{display:none}.gs_rating_comment{display:flex;gap:5%}.gs_rating_comment p{font-family:inherit;font-size:18px;font-weight:800;color:#b0b0b0;margin:0}.gs_rating_comment div{display:flex;align-items:center;gap:clamp(6px,.5vw,10px);padding-left:1%}.gs_ikon{font-size:clamp(18px,2vw,28px)}.gs_views{display:flex;align-items:center;width:80%;background:linear-gradient(to right,#7510e8,#f33e6b);min-height:28px;height:8%;border-top-right-radius:99999px;border-bottom-right-radius:99999px}.gs_views p,.gs_views b{font-size:clamp(11px,1vw,15px);white-space:nowrap}.gs_views p{font-weight:500;padding-left:5%;margin:0}.gs_views b{font-weight:800}.gs_text{display:flex;flex-direction:column;padding-inline:3%;gap:clamp(4px,.5vw,8px)}.gs_text h1{color:#b0b0b0;font-weight:600;font-size:20px;margin:0}.gs_text p{font-family:Quicksand;font-weight:600;line-height:150%;font-size:16px;color:#ffffff80;margin:0;overflow:hidden;text-overflow:ellipsis}.gs_event{display:flex;align-items:center;width:100%;gap:clamp(10px,1vw,16px);min-height:32px;height:13%;background:linear-gradient(to right,#7510e8,#f33e6b);justify-content:flex-start;padding-left:10%;padding-block:clamp(6px,.5vw,10px);margin-top:auto}.gs_event p{font-family:Inter;font-weight:600;font-size:clamp(12px,1vw,15px);color:#fff;margin:0}.gs_event img{width:clamp(18px,1.75vw,26px);height:clamp(18px,1.75vw,26px);object-fit:cover}@media (min-width: 2560px){.gs_rating_comment{bottom:-70px}.gs_server_game p{font-size:clamp(16px,1.5vw,50px)}.gs_server_state p{font-size:clamp(14px,1.2vw,50px)}.game-icon{width:clamp(10px,2vw,70px);height:clamp(10px,2vw,70px)}.gs_server_state div{width:clamp(6px,1vw,20px);height:clamp(6px,1vw,20px)}.gs_server_award{width:clamp(10px,3.5vw,120px);height:clamp(10px,3.5vw,120px)}.gs_server_logo img{width:100px;height:100px}.gs_badges img{width:clamp(10px,2.5vw,80px);height:clamp(10px,2.5vw,80px)}.gs_rating_comment div{padding-left:2%}.gs_rating_comment div>p{font-size:clamp(14px,1.8vw,40px)}.gs_rating_comment div>svg{font-size:clamp(14px,2vw,70px)}.gs_views p,.gs_views b{font-size:clamp(14px,1vw,35px)}.gs_views{height:9%}.gs_text{gap:1rem}.gs_text h1{font-size:clamp(14px,1.5vw,60px)}.gs_text.gs h1{font-size:2.5rem}.gs_text.gs p{font-size:1.8rem}.gs_text p{font-size:clamp(10px,1vw,38px)}.gs_event{height:13%}.gs_event p{font-size:clamp(10px,1vw,35px)}.gs_event img{width:clamp(14px,1.8vw,60px);height:clamp(14px,1.8vw,60px)}.gs_banner,.gs_banner:after{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.gs_container{border-radius:2.5rem}.gs_container{height:800px}.gss_container{margin-top:5%!important;gap:2rem!important}.dc_server_item_text{h1 {margin-left: 100px !important;}}.dc_server_item_infos{bottom:80px}}@media (max-width: 1024px){.gs_container{width:45%;min-width:300px}}@media (max-width: 768px){.gs_container{width:100%;height:auto;min-height:480px;max-height:600px}}@media (max-width: 480px){.gs_container{min-height:420px;border-radius:16px}.gs_banner,.gs_banner:after{border-top-left-radius:16px;border-top-right-radius:16px}.gs_bottom{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.gs_views{width:90%}}.gss_container{display:flex;width:93%;height:100vh;margin-top:10%;margin-left:7%;gap:1rem;flex-wrap:wrap;flex-grow:1}@media (max-width: 768px){.gss_container{width:100%;margin:10% 0 0;justify-content:center;padding:0 1rem 85px}}.jk_server_site{width:100%;height:100%;background-color:#1a1a1a}.jk_server_banner_container{width:100%;height:300px;background-size:cover;background-position:center;border-bottom-left-radius:32px;border-bottom-right-radius:32px}.jk_server_header_container{display:flex;width:100%;padding:0 32px}.jk_server_header{width:60%;height:100%}.jk_server_content{display:flex;gap:16px}.jk_server_logo{width:200px;min-width:200px;height:200px;border-radius:50%;margin-top:-100px;img {width: 100%; height: 100%; border-radius: 50%; border: 2px solid #110e14;}}.jk_server_info{display:flex;flex-direction:column;gap:8px;color:#fff;h1 {font-family: "Lilita One",cursive;} p {font-family: "Quicksand",sans-serif; font-weight: 600; font-size: 18px;}}.jk_server_description{margin-top:16px;p {color: #fff; font-family: "Quicksand",sans-serif; font-weight: 600; font-size: 18px;}}.jk_server_send_blup_container{width:40%;display:flex;justify-content:center}.jk_server_send_blup{position:relative;width:70%;height:360px;background-color:#232423;border-radius:30px;margin-top:96px}.jk_server_blup_header{position:absolute;left:50%;transform:translate(-50%);margin-top:-75px;display:flex;justify-content:center;padding:4px;background-color:#232423;border-radius:50%;img {width: 150px; height: 150px;}}.jk_server_blup_content{display:flex;flex-direction:column;color:#fff}.jk_server_blup_title{font-family:Lilita One,cursive;text-align:center;background:linear-gradient(to right,#7510e8,#f33e6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-top:100px}.jk_server_blup_description{font-family:Quicksand,sans-serif;text-align:center;margin-top:16px;padding:0 32px;font-weight:500}.jk_server_blup_button{position:absolute;bottom:4px;left:4px;width:calc(100% - 8px);padding:16px 32px;background:linear-gradient(130deg,#7e07de,#ef1cba);box-sizing:border-box;border-bottom-left-radius:26px;border-bottom-right-radius:26px;text-align:center;cursor:pointer;span {color: #fff; font-family: "Quicksand",sans-serif; font-weight: 600; font-size: 18px;}}.jk_server_rating_section{padding:0 32px;width:100%;box-sizing:border-box;margin-top:32px;display:flex;flex-direction:row}.jk_server_rating_container{width:45%;display:flex;flex-direction:column;justify-content:center;align-items:center;h2 {color: #fff; font-family: "Quicksand",sans-serif; font-weight: 600; font-size: 24px; margin-bottom: 8px;}}.jk_server_rating_stars{display:flex;flex-direction:row;gap:8px}.jk_server_rating_star{background:linear-gradient(180deg,#7e07de,#f33e6b);-webkit-background-clip:text;color:transparent;cursor:pointer;transition:.4s;border:none;font-size:75px}.jk_server_rating_ad{width:55%;cursor:pointer}.jk_server_ad{position:relative;background:linear-gradient(119deg,#7e07de,#f33e6b);background-size:cover;background-position:center;width:100%;height:100%;border-radius:16px;color:#fff;padding:16px;h1 {font-family: "Lilita One",cursive; text-align: center; margin-top: 32px; -webkit-text-stroke: 1px #000; text-transform: uppercase; margin-top: 0;} p {font-family: "Quicksand",sans-serif; font-weight: 500; font-size: 18px; text-align: center; padding: 0 16px; margin-top: 32px;}}.jk_server_rating_hider{position:absolute;top:0;left:0;background:url(/assets/logo-08b165c2.png);background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;height:100%}.jk_server_cards{height:350px;width:100%;display:flex;align-items:center;flex-direction:row;padding:0 32px;gap:32px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.jk_server_cards::-webkit-scrollbar{display:none}.jk_server_card{width:300px;min-width:300px;background-color:#232423;border-radius:8px;box-sizing:border-box;padding:8px;font-family:Lilita One,cursive;color:#fff;cursor:pointer}.jk_server_card_header{width:100%;height:80px;background-color:#110e14;border-radius:12px;padding:8px;box-sizing:border-box;position:relative}.jk_server_card_header_logo{width:70px;height:70px;border-radius:50%;background-color:#fff;position:absolute;left:50%;transform:translate(-50%);bottom:-32px;background-color:#232423;display:flex;justify-content:center;align-items:center;img {width: 64px; height: 64px; border-radius: 50%;}}.jk_server_card_header_back{position:absolute;right:8px;top:8px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;img {width: 100%; height: 100%;}}.jk_server_card_header_icon{position:absolute;left:8px;top:8px;width:32px;height:32px;img {width: 100%; height: 100%;}}.jk_server_card_content{margin-top:44px;padding-bottom:16px}.jk_server_card_title{text-transform:uppercase;text-align:center;h1 {font-size: 24px;}}.jk_server_card_subtitle{text-align:center;margin-top:8px;font-size:18px}.jk_server_card_text{text-align:center;margin-top:8px;font-size:16px;font-family:Quicksand,sans-serif}.jk_server_statistics_container{padding:0 32px;overflow:hidden}.jk_server_statistics_chart{height:25rem}.jk_server_statistics_chart{font-family:Quicksand,sans-serif;background:url(/assets/logo-colored-79cdd4ce.png);background-size:contain;background-position:center;background-repeat:no-repeat;background-size:30%}.jk_server_statistics_buttons{display:flex;flex-wrap:wrap;justify-content:center;width:100%;gap:32px}.jk_server_statistics_button{padding:8px 16px;display:flex;justify-content:center;align-items:center;font-family:Quicksand,sans-serif;color:#fff;border-radius:8px;gap:8px}.jk_server_statis{img {width: 32px; height: 32px;}}.jk_server_news_container{padding:0 32px;margin-top:32px}.jk_server_news_line{height:6px;width:100%;background:linear-gradient(90deg,#f33e6b 0%,#7510e8 50%,#f33e6b 100%);border-radius:3px;margin-bottom:32px}.jk_server_news_title{font-family:Lilita One,cursive;color:#fff;font-size:24px;text-align:center;font-weight:600;margin-bottom:32px}.jk_server_news{display:flex;flex-direction:column;gap:32px;justify-content:center}.jk_servers_news_list{box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:32px}.server_news_post{width:50%;background-color:#232423;border-radius:16px;display:flex;flex-direction:column;position:relative;h2 {font-family: "Quicksand",sans-serif; color: #fff; text-align: center; padding: 16px; font-weight: 600;} p {font-family: "Quicksand",sans-serif; color: #fff; text-align: center; padding: 0 16px 16px 16px; font-family: 500;} h5 {font-family: "Quicksand",sans-serif; color: rgba(255,255,255,.5); text-align: left; padding: 0 16px 16px 16px; font-weight: 500;}}.server_news_read_more{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:16px;color:#7e07de;position:absolute;bottom:0;right:0;cursor:pointer;span {font-family: "Quicksand",sans-serif; font-weight: 600;} img {width: 24px; height: 24px; fill: #7e07de;}}.jk_server_comments_container{padding:0 32px 16px;margin-top:64px}.jk_server_comment_input_container{width:100%;height:52px;background-color:#232423;border-radius:16px;padding:8px;display:flex;align-items:center;position:relative}.jk_server_comment_avatar{height:48px;width:48px;border-radius:50%;overflow:hidden;img {height: 100%; width: 100%; border-radius: 50%; object-fit: contain;}}.jk_server_comment_input_container{width:100%}.jk_server_comment_input{height:100%;width:100%;padding:0 16px;border:none;background-color:transparent;color:#fff;font-family:Quicksand,sans-serif;font-weight:500;font-size:18px;outline:none}.jk_server_comment_send_button{height:100%;padding:0 16px;display:flex;justify-content:center;align-items:center;background-color:#7e07de;color:#fff;font-family:Quicksand,sans-serif;font-weight:600;cursor:pointer;border-radius:8px;border:none}.jk_server_comments_list{margin-top:16px;display:flex;justify-content:center;flex-direction:column;gap:16px}.jk_server_comment{background-color:#232423;border-radius:16px;padding:32px;display:flex;flex-direction:column;font-family:Quicksand,sans-serif;color:#fff}.jk_server_comment_header{display:flex;flex-direction:row;gap:8px}.jk_server_header_info{display:flex;flex-direction:column}.jk_server_comment_username{font-weight:600}.jk_server_comment_date{color:#fffc}.jk_server_comment_text{margin-top:16px;color:#fffc;font-weight:500}.game_server_stat_container{border:2px solid #7510E8;border-radius:100px;padding:.5rem 2.5rem;margin-left:auto;display:flex;align-items:center;justify-content:center}.game_server_stat_button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;width:1.7rem;height:1.7rem;background:none;border:none;cursor:pointer;img {width: 1.7rem; height: 1.7rem;} span {color: #FFFFFF; font-size: 1.3rem; font-weight: 600; top: 0px;}}.game_server_stat_button img{filter:none!important}.game_server_stat_button:hover span{color:#fff}@media (max-width: 640px){.game_server_stat_container{padding:.1rem 1.7rem}.game_server_stat_button{width:.5rem;height:.5rem;img {width: 1.3rem; height: 1.3rem;} span {font-size: 1rem; font-weight: 600;}}}@media (min-width: 641px) and (max-width: 1024px){.game_server_stat_container{padding:.3rem 2rem}.game_server_stat_button{width:.5rem;height:.5rem;img {width: 1.3rem; height: 1.3rem;} span {font-size: 1rem; font-weight: 600;}}}@media screen and (max-width: 1370px){.jk_server_rating_star{font-size:56px}}@media screen and (max-width: 768px){.jk_server_logo{width:150px;min-width:150px;height:150px;margin-top:-75px}.jk_server_header_container{display:flex;flex-direction:column}.jk_server_header_container .jk_server_header{width:100%}.jk_server_header_container .jk_server_send_blup_container{width:100%}.jk_server_header_container .jk_server_send_blup_container .jk_server_send_blup{width:100%}.jk_server_rating_star{font-size:48px}.jk_server_rating_section{flex-direction:column}.jk_server_rating_section .jk_server_rating_container{width:100%;text-align:center}.jk_server_rating_section .jk_server_rating_ad{width:100%;margin-top:32px}.server_news_post{width:100%}.jk_server_comment_input{font-size:14px;padding:0}.jk_server_comment_send_button{padding:0 8px}.jk_server_statistics_chart{width:calc(100% + 96px);margin-left:-48px}}@media screen and (min-width: 3841px){.jk_server_banner_container{height:35rem}.jk_server_logo img{width:15rem;height:15rem}.jk_server_info{margin-top:1rem;margin-left:5rem;h1 {font-size: 7rem;} p {font-size: 3.5rem;}}.jk_server_description p{padding:3rem;font-size:3rem}.jk_server_send_blup{width:65rem;height:50rem}.jk_server_send_blup_container{margin-top:5rem}.jk_server_blup_header{position:absolute;margin-top:-120px}.jk_server_blup_header img{width:17rem;height:17rem}.jk_server_blup_title{margin-top:12rem;font-size:4rem}.jk_server_blup_description{font-size:2.5rem}.jk_server_blup_button{display:flex;align-items:center;justify-content:center;height:7rem;span {font-size: 3rem;}}.jk_server_rating_container h2{font-size:4rem}.jk_server_ad{margin-top:2rem;border-radius:3rem}.jk_server_cards{margin-top:5rem}.jk_server_cards{height:100%;width:100%;display:flex;align-items:center;flex-direction:row;padding:2rem;gap:3rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.jk_server_card{padding:1rem;width:45rem;min-width:30rem;height:35rem;background-color:#232423;border-radius:1.3rem}.jk_server_card_header{height:10rem;border-radius:2rem}.jk_server_card_header .jk_server_card_header_back{margin:1rem;img {width: 4rem; height: 4rem;}}.jk_server_card_header_icon{margin:1rem;img {width: 4rem; height: 4rem;}}.jk_server_card_header_logo{img {width: 6rem; height: 6rem;}}.jk_server_card_content{padding:2rem}.jk_server_card_content .jk_server_card_title{h1 {font-size: 4rem;}}.jk_server_card_content .jk_server_card_subtitle{font-size:2.7rem}.jk_server_card_content .jk_server_card_text{margin-top:1rem;font-size:2rem}.jk_server_statistics_container{margin-top:2rem;margin-bottom:2rem}.jk_server_statistics_container .jk_server_statistics_chart{height:65rem}.jk_server_statistics_container .jk_server_statis{img {width: 3.5rem; height: 3.5rem;}}.jk_server_statistics_container .jk_server_statistics_buttons{margin-top:2rem;gap:2rem}.jk_server_statistics_container .jk_server_statistics_button{span {font-size: 2.5rem;}}.jk_server_news_title{font-size:4rem}.server_news_post{min-height:25rem;height:100%;border-radius:2.5rem;padding:1.5rem;gap:2rem;h2 {font-size: 3.5rem;} p {font-size: 2.5rem;} h5 {font-size: 2rem;} .server_news_read_more {span {font-size: 2.5rem;} img {width: 2.5rem; height: 2.5rem;}}}.game_server_stat_container{padding:1rem 3rem!important}.game_server_stat_button{width:8rem!important;height:4rem!important;img {width: 4rem !important; height: 4rem !important;} span {font-size: 3rem !important; font-weight: 600 !important;}}}.dc_server_item_logo{position:absolute;bottom:-50px;left:1rem}.dc_server_item_text{h1 {margin-left: 60px; img {margin-right: 8px;}}}.dc_server_item_banner{overflow:visible}.dc_server_item_bottom{padding:16px;position:relative}.dc_server_item_infos{position:absolute;bottom:64px;left:0;width:100%;display:flex;justify-content:center;gap:16px}.dc_server_join_btn{position:absolute;left:16px;bottom:16px;width:calc(100% - 32px);background:linear-gradient(90deg,#7510e8,#f33e6b);padding:8px 16px;border-radius:16px;display:flex;justify-content:center;align-items:center;a {text-decoration: none; color: #fff; font-family: "Quicksand",sans-serif; font-weight: 600;}}@media screen and (min-width: 2560px){.gs_container{padding:3px;width:45rem;min-height:50rem;height:auto}.dc_server_item_logo img{position:absolute;bottom:-20px;width:7rem;height:7rem}.dc_server_item_text{h1 {margin-left: 70px; img {margin-left: 30px; margin-right: 16px; width: 2.5rem; height: 2.5rem;}} p {font-size: 1.5rem;}}.dc_server_item_bottom{padding:1.7rem}.dc_server_item_infos{bottom:calc(16px + 2rem);margin-bottom:4rem}.dc_server_join_btn{position:absolute;left:2.5rem;bottom:16px;width:calc(100% - 5rem);padding:.6rem 2rem;border-radius:3rem;margin-bottom:1rem;a {font-size: 2rem;}}}@media screen and (min-width: 3841px){.gs_container{padding:3px;width:70rem;min-height:60rem;height:auto}.dc_server_item_logo img{position:absolute;bottom:-50px;width:8rem;height:8rem}.dc_server_item_text{h1 {margin-left: 70px; img {margin-left: 30px; margin-right: 16px; width: 3rem; height: 3rem;}} p {font-size: 2.5rem;}}.dc_server_item_bottom{padding:1.5rem}.dc_server_item_infos{bottom:calc(16px + 5.5rem);margin-bottom:3rem}.dc_server_join_btn{position:absolute;left:2.5rem;bottom:16px;width:calc(100% - 5rem);padding:1.3rem 2rem;border-radius:3rem;margin-bottom:1rem;a {font-size: 2.3rem;}}}.blue_dc_color{background:linear-gradient(90deg,#0e9ca3,#05355d)!important}.blue_dc_color .gs_bottom{background:linear-gradient(270deg,#1d1d1e,#05355d)!important}.green_dc_color{background:linear-gradient(90deg,#06420f,#0fcb67)!important}.green_dc_color .gs_bottom{background:linear-gradient(270deg,#1d1d1e,#06420f)!important}.purple_dc_color{background:linear-gradient(90deg,#791a31,#3b106c)!important}.purple_dc_color .gs_bottom{background:linear-gradient(270deg,#1d1d1e,#06420f)!important}:root{--bg: #1a1a1a;--text: #ffffffcc;--surface: #232423;--purple: #7510e8;--pink: #f33e6b}.container{margin:0 auto;background-color:#1a1a1a;font-family:Quicksand,sans-serif}.server-header{display:flex;align-items:center;gap:16px;position:relative;z-index:2;padding:16px}.server-avatar{width:130px;height:130px;border-radius:16px;background:var(--surface);flex-shrink:0}.server-info h1{font-size:2rem;color:#fff;font-family:Lilita One,cursive}.star{font-size:1.2rem}.badges{font-size:1.1rem;margin-top:4px;letter-spacing:4px;display:flex;gap:8px}.badge_line{color:transparent;background:linear-gradient(135deg,rgb(255,255,255),rgb(255,255,255));-webkit-background-clip:text;cursor:pointer;font-size:150%}.badge_line.purple{background:linear-gradient(135deg,rgb(126,45,255),rgb(247,0,255))!important;color:transparent!important;-webkit-background-clip:text!important}.badge_line.blue{background:linear-gradient(135deg,rgb(23,131,255),rgb(201,66,255))!important;color:transparent!important;-webkit-background-clip:text!important}.badge_line.green{background:linear-gradient(135deg,rgb(0,255,64),rgb(0,238,255))!important;color:transparent!important;-webkit-background-clip:text!important}.badge_line.yellow{background:linear-gradient(135deg,rgb(255,166,0),rgb(255,0,0))!important;color:transparent!important;-webkit-background-clip:text!important}.banner{width:100%;border-radius:12px;overflow:hidden;margin-bottom:20px;position:relative;min-height:190px}.banner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.details{display:flex;gap:20px;margin-bottom:24px;padding:0 32px}.details-left{flex-shrink:0;display:flex;flex-direction:column;gap:10px}.btn{padding:14px 32px;border:none;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;color:#fff;width:100%;text-align:center}.btn-community{background:linear-gradient(to right,#7c3aed,var(--pink))}.btn-join{background:#5865f2}.stats{display:flex;gap:16px;font-size:1rem;margin-top:4px;background:var(--surface);border-radius:12px;padding:10px 20px}.stat{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.stat img{width:24px;height:24px}.stat strong{color:#c084fc}.details-right p{font-size:1rem;line-height:1.6;color:#ccc}.rating-section{display:flex;gap:20px;align-items:stretch;margin-bottom:24px;padding:0 32px}.rating-left{flex:1}.rating-left h2{font-size:24px;margin-bottom:10px;color:#fff;font-weight:600}.stars{display:flex;gap:6px}.stars img{width:48px;height:48px;cursor:pointer;transition:transform .15s}.stars img:hover{transform:scale(1.2)}.promo-card{flex:1;background:linear-gradient(135deg,#7c3aed,var(--pink));border-radius:14px;padding:24px;text-align:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.promo-card:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:url(logo.svg) center/contain no-repeat;opacity:1;pointer-events:none}.promo-card h3{font-size:1.5rem;font-weight:900;color:#fff;margin-bottom:8px;text-transform:uppercase;letter-spacing:3px}.promo-card p{font-size:.8rem;color:#f0e0ff;line-height:1.5}.comment-box{margin-bottom:20px;padding:0 20px}.comment-input{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:12px;padding:12px 16px;box-shadow:0 2px 12px #0000004d}.comment-input .comment-avatar{width:40px;height:40px}.comment-avatar{width:44px;height:44px;border-radius:50%;background:#3a3a5e;flex-shrink:0}.comment-input input{flex:1;background:transparent;border:none;outline:none;color:#ccc;font-size:.9rem}.btn-send{padding:10px 24px;border:none;background:#7c3aed;color:#fff;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.btn-send:hover{background:#6d28d9}.comments{display:flex;flex-direction:column;gap:16px;padding:0 20px 20px}.comment{background:var(--surface);border:none;border-radius:12px;padding:16px}.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.comment-meta{flex:1}.comment-meta strong{display:block;font-size:.95rem;color:#fff}.comment-meta span{font-size:.75rem;color:#888}.like-btn{border:2px solid #7c3aed;border-radius:20px;padding:8px 18px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s;color:#7c3aed}.heart{width:20px;height:20px}.like-btn span{color:#fff;font-weight:600}.like-btn.liked{background:transparent}.like-btn:hover{background:#7c3aed22}.comment>p{font-size:.82rem;color:#aaa;line-height:1.6}.dc_server_stat_container{border:2px solid #7510E8;border-radius:100px;padding:.5rem 2.5rem;margin-left:auto;display:flex;align-items:center;justify-content:center}.dc_server_stat_button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;width:1.7rem;height:1.7rem;background:none;border:none;cursor:pointer;img {width: 1.7rem; height: 1.7rem;} span {color: #FFFFFF; font-size: 1.3rem; font-weight: 600; top: 0px;}}.dc_server_stat_button img{filter:none!important}.dc_server_stat_button:hover span{color:#fff}@media (max-width: 640px){.jk_server_rating_ad{width:100%}.jk_server_rating_stars{justify-content:center}.jk_server_comment{padding:15px}.server-info h1{font-size:1.1rem}.server-avatar{width:90px;height:90px}.details{flex-direction:column}.details-left{flex-direction:row;flex-wrap:wrap;align-items:center}.details-right,.rating-text{text-align:center}.btn{padding:9px 32px;border:none;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;color:#fff;width:100%;text-align:center}.rating-section{flex-direction:column}.stars img{width:36px;height:36px}.comment-input{flex-wrap:wrap}.comment-input input{min-width:0}.stats{margin:auto;width:100%}.rating-left{text-align:center}.dc_server_stat_container{padding:.1rem 1.7rem}.dc_server_stat_button{width:.5rem;height:.5rem;img {width: 1.3rem; height: 1.3rem;} span {font-size: 1rem; font-weight: 600;}}}@media (min-width: 641px) and (max-width: 1024px){.dc_server_stat_container{padding:.3rem 2rem}.dc_server_stat_button{width:.5rem;height:.5rem;img {width: 1.3rem; height: 1.3rem;} span {font-size: 1rem; font-weight: 600;}}}@media screen and (min-width: 3841px){.banner{min-height:35rem}.server-avatar{margin-top:70px;margin-left:30px;margin-right:1.5rem;width:15rem;height:15rem}.details{padding:2.5rem 3rem 0rem}.server-info h1{font-size:4rem}.details-left{gap:1.3rem}.details-left button{width:40rem;height:7rem;border-radius:1.5rem;font-size:2.5rem}.details-left .stats{height:7rem;border-radius:1.5rem;font-size:2.3rem}.details-left .stats img{width:3rem;height:3rem;margin-right:.5rem}.details-right p{font-size:2.5rem}.rating-section{padding:2.5rem 3rem 3rem}.rating-left h2{margin:1rem 0rem;font-size:3.7rem}.jk_server_rating_stars{gap:1rem}.jk_server_rating_star{width:10rem;height:10rem;font-size:10rem}.jk_server_rating_ad{width:130rem;height:20rem;border-radius:5rem}.jk_server_ad h1{margin-top:1rem;font-size:4.5rem}.jk_server_ad p{font-size:3rem}.jk_server_comments_list{margin-top:2rem;gap:2.5rem}.jk_server_comment_input_container{border-radius:3rem;height:8rem}.jk_server_comment_input_container .jk_server_comment_avatar{margin-left:1rem;height:8rem;width:8rem}.jk_server_comment_input_container input{font-size:3rem}.jk_server_comment_send_button{width:17rem;height:5.5rem;border-radius:1.5rem;margin-right:1rem;span {font-size: 2.3rem;}}.jk_server_comment_send_button img{width:4rem;height:4rem}.jk_server_comment{padding:3rem;height:20rem;border-radius:3rem}.jk_server_comment_header .jk_server_comment_avatar{width:7rem;height:7rem}.jk_server_comment_username{margin-left:1rem;font-size:3rem}.jk_server_comment_date{margin-left:1rem;font-size:2rem}.jk_server_comment_text{font-size:3rem}.dc_server_stat_container{padding:1rem 3rem!important}.dc_server_stat_button{width:8rem!important;height:4rem!important;img {width: 4rem !important; height: 4rem !important;} span {font-size: 3rem !important; font-weight: 600 !important;}}}
