.index-module__yzRzBq__delete{justify-content:center;margin:2rem 0;display:flex}.index-module__yzRzBq__delete .index-module__yzRzBq__button{color:#ff5252;cursor:pointer;background-color:#23272a;border:2px solid #ff5252;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s}.index-module__yzRzBq__delete .index-module__yzRzBq__button:hover{color:#23272a;background-color:#ff5252;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,82,82,.3)}.index-module__yzRzBq__delete .index-module__yzRzBq__button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(255,82,82,.3)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#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:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.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:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);width:100vw;margin:0;padding:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.Toastify__toast--stacked{transform:translate3d(0,var(--y),0) scale(var(--s));width:100%;transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;display:flex}.Toastify__toast-icon:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify__toast-icon:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify__toast-icon:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:none;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:100%;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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%{visibility:visible;transform:translate3d(110%,0,0)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate3d(-110%,0,0)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translate3d(0,110%,0)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translate3d(0,-110%,0)}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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.Manager-module__byklza__manager{flex-direction:column;gap:32px;display:flex}.Manager-module__byklza__section{background:#36393e;border:1px solid #444;border-radius:8px;padding:24px}.Manager-module__byklza__sectionTitle{color:#fff;border-bottom:2px solid #5865f2;margin:0 0 20px;padding-bottom:8px;font-size:1.4em;font-weight:600}.Manager-module__byklza__formGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:24px;display:grid}@media (max-width:768px){.Manager-module__byklza__formGrid{grid-template-columns:1fr}}.Manager-module__byklza__formGroup{flex-direction:column;gap:8px;display:flex}.Manager-module__byklza__label{color:#aaa;font-size:.9em;font-weight:500}.Manager-module__byklza__required{color:#ed4245}.Manager-module__byklza__input,.Manager-module__byklza__select,.Manager-module__byklza__textarea{color:#fff;background:#2c2f33;border:1px solid #444;border-radius:6px;padding:12px;font-size:.9em;transition:border-color .2s}.Manager-module__byklza__input:focus,.Manager-module__byklza__select:focus,.Manager-module__byklza__textarea:focus{border-color:#5865f2;outline:none}.Manager-module__byklza__input:disabled,.Manager-module__byklza__select:disabled,.Manager-module__byklza__textarea:disabled{opacity:.6;cursor:not-allowed}.Manager-module__byklza__input::placeholder,.Manager-module__byklza__select::placeholder,.Manager-module__byklza__textarea::placeholder{color:#72767d}.Manager-module__byklza__textarea{resize:vertical;min-height:80px}.Manager-module__byklza__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5865f2,#4752c4);border:none;border-radius:6px;width:100%;padding:14px 20px;font-size:1em;font-weight:600;transition:all .2s}.Manager-module__byklza__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#4752c4,#3c45a5);transform:translateY(-1px)}.Manager-module__byklza__submitButton:disabled{cursor:not-allowed;background:#6c757d;transform:none}.Manager-module__byklza__list{max-height:500px;overflow-y:auto}.Manager-module__byklza__list::-webkit-scrollbar{width:8px}.Manager-module__byklza__list::-webkit-scrollbar-track{background:#2c2f33;border-radius:4px}.Manager-module__byklza__list::-webkit-scrollbar-thumb{background:#5865f2;border-radius:4px}.Manager-module__byklza__empty{text-align:center;color:#72767d;padding:40px 20px;font-style:italic}.Manager-module__byklza__weaponGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.Manager-module__byklza__weaponCard{background:#2c2f33;border:1px solid #444;border-radius:6px;padding:16px;transition:all .2s}.Manager-module__byklza__weaponCard:hover{border-color:#5865f2;transform:translateY(-2px)}.Manager-module__byklza__weaponHeader{margin-bottom:12px}.Manager-module__byklza__weaponName{color:#fff;margin:0 0 4px;font-size:1.1em;font-weight:600}.Manager-module__byklza__weaponId{color:#72767d;font-size:.8em}.Manager-module__byklza__weaponDetails{flex-direction:column;gap:6px;display:flex}.Manager-module__byklza__detail{justify-content:space-between;align-items:center;font-size:.85em;display:flex}.Manager-module__byklza__detail span:first-child{color:#aaa}.Manager-module__byklza__detail span:last-child{color:#fff;font-weight:500}.Manager-module__byklza__materialGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}.Manager-module__byklza__materialCard{background:#2c2f33;border:1px solid #444;border-radius:6px;padding:16px;transition:all .2s}.Manager-module__byklza__materialCard:hover{border-color:#5865f2;transform:translateY(-2px)}.Manager-module__byklza__materialHeader{margin-bottom:12px}.Manager-module__byklza__materialName{color:#fff;margin:0 0 4px;font-size:1.1em;font-weight:600}.Manager-module__byklza__materialId{color:#72767d;font-size:.8em}.Manager-module__byklza__materialDetails{flex-direction:column;gap:6px;display:flex}.Manager-module__byklza__recipeCard{background:#2c2f33;border:1px solid #444;border-radius:6px;margin-bottom:16px;padding:16px}.Manager-module__byklza__recipeWeapon{color:#fff;border-bottom:1px solid #444;margin:0 0 12px;padding-bottom:8px;font-size:1.1em;font-weight:600}.Manager-module__byklza__recipeMaterials{flex-direction:column;gap:8px;display:flex}.Manager-module__byklza__recipeMaterial{background:#36393e;border-radius:4px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.9em;display:flex}.Manager-module__byklza__recipeMaterial span:first-child{color:#aaa}.Manager-module__byklza__recipeMaterial span:last-child{color:#5865f2;font-weight:500}.Manager-module__byklza__dynamicMaterialList{background:#2c2f33;border:1px solid #444;border-radius:6px;margin-bottom:20px;padding:16px}.Manager-module__byklza__dynamicMaterialHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Manager-module__byklza__dynamicMaterialTitle{color:#fff;margin:0;font-size:1em;font-weight:600}.Manager-module__byklza__addMaterialButton{color:#000;cursor:pointer;background:#57f287;border:none;border-radius:4px;padding:6px 12px;font-size:.8em;font-weight:500;transition:background .2s}.Manager-module__byklza__addMaterialButton:hover{background:#4fc271}.Manager-module__byklza__dynamicMaterialItem{background:#36393e;border-radius:4px;grid-template-columns:1fr auto auto;align-items:end;gap:12px;margin-bottom:12px;padding:12px;display:grid}.Manager-module__byklza__removeMaterialButton{color:#fff;cursor:pointer;background:#ed4245;border:none;border-radius:4px;padding:8px 12px;font-size:.8em;transition:background .2s}.Manager-module__byklza__removeMaterialButton:hover{background:#c23c3f}.Manager-module__byklza__materialActions,.Manager-module__byklza__recipeActions,.Manager-module__byklza__weaponActions{border-top:1px solid #444;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;display:flex}.Manager-module__byklza__deleteButton{color:#fff;cursor:pointer;background:#ed4245;border:none;border-radius:4px;padding:6px 12px;font-size:.8em;font-weight:500;transition:all .2s}.Manager-module__byklza__deleteButton:hover:not(:disabled){background:#c23737;transform:translateY(-1px)}.Manager-module__byklza__deleteButton:disabled{cursor:not-allowed;background:#6c757d;transform:none}.WeaponAdminTabs-module__hDlbyW__tabContainer{width:100%}.WeaponAdminTabs-module__hDlbyW__tabList{background:#2c2f33;border-radius:8px;gap:4px;margin-bottom:20px;padding:4px;display:flex}@media (max-width:768px){.WeaponAdminTabs-module__hDlbyW__tabList{flex-wrap:wrap;gap:8px;padding:8px}}.WeaponAdminTabs-module__hDlbyW__tab{color:#aaa;cursor:pointer;background:none;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.WeaponAdminTabs-module__hDlbyW__tab:hover{color:#fff;background:#36393e}.WeaponAdminTabs-module__hDlbyW__tab.WeaponAdminTabs-module__hDlbyW__active{color:#fff;background:#5865f2;font-weight:600}@media (max-width:768px){.WeaponAdminTabs-module__hDlbyW__tab{flex:none;min-width:calc(50% - 4px);padding:10px 12px;font-size:.8rem}}@media (max-width:480px){.WeaponAdminTabs-module__hDlbyW__tab{min-width:100%}}.WeaponAdminTabs-module__hDlbyW__tabIcon{font-size:1.1rem}@media (max-width:480px){.WeaponAdminTabs-module__hDlbyW__tabLabel{font-size:.85rem}}.WeaponAdminTabs-module__hDlbyW__tabContent{background:#2c2f33;border-radius:8px;min-height:500px;padding:24px}@media (max-width:768px){.WeaponAdminTabs-module__hDlbyW__tabContent{padding:16px}}.page-module__2zU9Lq__adminPage{color:#fff;background-color:#23272a;border-radius:12px;max-width:1400px;margin:30px auto;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.5)}@media screen and (max-width:1199px){.page-module__2zU9Lq__adminPage{margin:30px 20px}}.page-module__2zU9Lq__header{text-align:center;border-bottom:1px solid #444;margin-bottom:30px;padding-bottom:20px}.page-module__2zU9Lq__title{color:#fff;margin:0 0 8px;font-size:2.2em;font-weight:700}.page-module__2zU9Lq__subtitle{color:#aaa;margin:0;font-size:1.1em}.index-module__puHSAa__enchantUpgrade{background-color:#2c2f33;border-radius:8px;margin-top:2rem;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.2)}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__title{color:#fff;border-bottom:2px solid #444;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard{background-color:#36393f;border:1px solid #444;border-radius:8px;flex-direction:column;padding:1rem;transition:all .2s;display:flex;overflow:hidden}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__enchantName{color:#fff;border-bottom:1px solid #444;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl{flex-direction:column;gap:1rem;display:flex}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__buttonsRow{background-color:#2f3136;border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__buttonsRow .index-module__puHSAa__levelButton{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:background-color .2s;display:flex}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__buttonsRow .index-module__puHSAa__levelButton:disabled{opacity:.5;cursor:not-allowed;background-color:#4752c4}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__buttonsRow .index-module__puHSAa__levelButton:hover:not(:disabled){background-color:#4752c4}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__buttonsRow .index-module__puHSAa__levelDisplay{color:#fff;font-size:1rem;font-weight:500}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__maxButton{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__maxButton:disabled{opacity:.5;cursor:not-allowed;background-color:#4752c4}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__levelControl .index-module__puHSAa__maxButton:hover:not(:disabled){background-color:#4752c4}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantCard .index-module__puHSAa__costDisplay{color:#b9bbbe;background-color:#2f3136;border-radius:4px;margin-top:1rem;padding:.5rem;font-size:.9rem}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__actions{background-color:#36393f;border:1px solid #444;border-radius:8px;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1rem;display:flex}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__actions .index-module__puHSAa__remainingExp{color:#fff;font-size:1.1rem;font-weight:500}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__actions .index-module__puHSAa__saveButton{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__actions .index-module__puHSAa__saveButton:hover{background-color:#4752c4}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__actions .index-module__puHSAa__saveButton:disabled{opacity:.5;cursor:not-allowed;background-color:#4752c4}@media (max-width:768px){.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__enchantList{grid-template-columns:1fr}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__actions{flex-direction:column;gap:1rem}.index-module__puHSAa__enchantUpgrade .index-module__puHSAa__actions .index-module__puHSAa__saveButton{width:100%}}.index-module__2IK6aG__getout{justify-content:center;margin:2rem 0;display:flex}.index-module__2IK6aG__getout .index-module__2IK6aG__button{color:#ff5252;cursor:pointer;background-color:#23272a;border:2px solid #ff5252;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s}.index-module__2IK6aG__getout .index-module__2IK6aG__button:hover{color:#23272a;background-color:#ff5252;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,82,82,.3)}.index-module__2IK6aG__getout .index-module__2IK6aG__button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(255,82,82,.3)}.imageUpload-module__sxO8xG__imageUploadContainer{width:100px;height:100px;margin-bottom:10px;position:relative}.imageUpload-module__sxO8xG__imageLabel{cursor:pointer;border:2px solid #5865f2;border-radius:50%;width:100%;height:100%;transition:border-color .3s;display:block;position:relative;overflow:hidden}.imageUpload-module__sxO8xG__imageLabel:hover{border-color:#7289da}.imageUpload-module__sxO8xG__imagePreview{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.imageUpload-module__sxO8xG__overlay{color:#fff;opacity:0;background-color:rgba(40,44,52,.6);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.imageUpload-module__sxO8xG__imageLabel:hover .imageUpload-module__sxO8xG__overlay{opacity:1}.imageUpload-module__sxO8xG__imageInput{display:none}.index-module__XWelhq__createGuildCard{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;background-color:#2c2f33;border-radius:12px;margin-bottom:20px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.3)}.index-module__XWelhq__createGuildCard .index-module__XWelhq__cardTitle{text-align:center;margin-bottom:20px;font-size:1.5em}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form{flex-direction:column;gap:20px;display:flex}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer{gap:20px;display:flex}@media (max-width:768px){.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer{flex-direction:column}}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__imageSection{background-color:#23272a;border:1px dashed #5865f2;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:10px;display:flex}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__imageSection img{border-radius:8px;max-width:100%;height:auto}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection{flex-direction:column;flex:2;gap:15px;display:flex}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection .index-module__XWelhq__formGroup{flex-direction:column;display:flex}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection .index-module__XWelhq__formGroup .index-module__XWelhq__formLabel{color:#b9bbbe;margin-bottom:5px;font-weight:700}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection .index-module__XWelhq__formGroup .index-module__XWelhq__formInput,.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection .index-module__XWelhq__formGroup .index-module__XWelhq__formSelect{color:#fff;background-color:#23272a;border:1px solid #424549;border-radius:5px;padding:10px;font-size:1em}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection .index-module__XWelhq__formGroup .index-module__XWelhq__formInput:focus,.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection .index-module__XWelhq__formGroup .index-module__XWelhq__formSelect:focus{border-color:#5865f2;outline:none;box-shadow:0 0 5px rgba(88,101,242,.5)}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formContainer .index-module__XWelhq__fieldsSection .index-module__XWelhq__formGroup .index-module__XWelhq__formSelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b9bbbe' d='M6 8l-4-4h8z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formActions{justify-content:center;margin-top:20px;display:flex}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formActions .index-module__XWelhq__formSubmit{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:5px;padding:10px 20px;font-size:1em;transition:background-color .3s}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formActions .index-module__XWelhq__formSubmit:hover{background-color:#4752c4}.index-module__XWelhq__createGuildCard .index-module__XWelhq__form .index-module__XWelhq__formActions .index-module__XWelhq__formSubmit:active{background-color:#3b43a5}.index-module__5OZfmG__enchantSection{color:#fff;background-color:#2c2f33;border-radius:12px;flex:1;padding:20px}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__title{text-align:center;color:#fff;margin-bottom:20px;font-size:1.5em;font-weight:700}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantList{flex-wrap:wrap;gap:20px;display:flex}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantCard{box-sizing:border-box;color:#fff;text-align:center;background-color:#23272a;border-radius:8px;flex:calc(33.333% - 20px);padding:15px;transition:transform .2s,box-shadow .2s}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantCard:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.3)}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantCard .index-module__5OZfmG__enchantName{color:#fff;margin-bottom:10px;font-size:1.2em;font-weight:700}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantCard .index-module__5OZfmG__enchantLevel{color:#aaa;margin-bottom:10px;font-size:1em}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantCard .index-module__5OZfmG__enchantDescription{color:#ccc;font-size:.9em}@media screen and (max-width:767px){.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantCard{flex:calc(50% - 20px)}}@media screen and (max-width:575px){.index-module__5OZfmG__enchantSection .index-module__5OZfmG__enchantCard{flex:100%}}.index-module__5OZfmG__enchantSection .index-module__5OZfmG__noEnchant{text-align:center;color:#aaa}.list-module__hlTZfG__memberList{color:#fff;background-color:#2c2f33;border-radius:8px;padding:20px}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer{flex-wrap:wrap;justify-content:space-between;gap:20px;margin-bottom:20px;display:flex}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__filterLabel{color:#ccc;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__searchContainer{flex:1;min-width:200px;max-width:calc(100% - 280px);margin:0}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__searchContainer input{color:#fff;background-color:#23272a;border:none;border-radius:4px;width:100%;padding:10px;font-size:14px}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__searchContainer input:focus{outline:none;box-shadow:0 0 0 2px rgba(88,101,242,.5)}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__roleFilterContainer{width:250px}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__roleFilterContainer .list-module__hlTZfG__roleFilter{color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#36393f;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px;border:1px solid #444;border-radius:4px;width:100%;padding:10px 30px 10px 10px;font-size:14px}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__roleFilterContainer .list-module__hlTZfG__roleFilter:focus{border-color:#5865f2;outline:none}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__roleFilterContainer .list-module__hlTZfG__roleFilter option{background-color:#36393f;padding:8px}.list-module__hlTZfG__memberList .list-module__hlTZfG__tableWrapper{margin-bottom:15px;overflow-x:auto}.list-module__hlTZfG__memberList .list-module__hlTZfG__tableWrapper::-webkit-scrollbar{height:8px}.list-module__hlTZfG__memberList .list-module__hlTZfG__tableWrapper::-webkit-scrollbar-track{background:#23272a;border-radius:4px}.list-module__hlTZfG__memberList .list-module__hlTZfG__tableWrapper::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.list-module__hlTZfG__memberList .list-module__hlTZfG__tableWrapper::-webkit-scrollbar-thumb:hover{background:#555}.list-module__hlTZfG__memberList .list-module__hlTZfG__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:600px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td,.list-module__hlTZfG__memberList .list-module__hlTZfG__table th{text-align:left;white-space:nowrap;border-bottom:1px solid #444;padding:12px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td img,.list-module__hlTZfG__memberList .list-module__hlTZfG__table th img{border-radius:50%}.list-module__hlTZfG__memberList .list-module__hlTZfG__table th{cursor:pointer;background-color:#2c2f33;position:relative}.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:hover,.list-module__hlTZfG__memberList .list-module__hlTZfG__table tr:hover{background-color:#3a3d41}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:first-child,.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:first-child{width:60px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(2),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(2){width:150px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(2) a,.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(2) a{color:#5865f2;text-decoration:underline}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(3),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(3){width:80px;padding-right:15px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(4),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(4){width:120px;padding-right:30px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td.list-module__hlTZfG__roleColumn,.list-module__hlTZfG__memberList .list-module__hlTZfG__table th.list-module__hlTZfG__roleColumn{padding-left:20px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(5),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(5){width:120px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(6),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(6){text-align:center;width:80px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__sort{padding-bottom:2px;font-size:12px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer{position:relative}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuButton{color:#fff;cursor:pointer;background-color:#36393f;border:1px solid #444;border-radius:4px;justify-content:center;align-items:center;margin:0 auto;padding:6px 10px;font-size:20px;transition:background-color .2s;display:flex}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuButton:hover{background-color:#5865f2}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuButton .list-module__hlTZfG__menuIcon{line-height:1;display:block}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions{z-index:1000;background-color:#23272a;border:1px solid #444;border-radius:4px;min-width:180px;margin-top:5px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.3)}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__permissionSelect{border-bottom:1px solid #444;padding:12px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__permissionSelect p{color:#ccc;margin:0 0 8px;font-size:14px;font-weight:500}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__permissionSelect select{color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#36393f;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px;border:1px solid #444;border-radius:4px;width:100%;padding:8px 30px 8px 8px;font-size:14px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__permissionSelect select:focus{border-color:#5865f2;outline:none}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__permissionSelect select option{background-color:#36393f;padding:8px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__actionButtons{flex-direction:column;padding:8px;display:flex}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__actionButtons .list-module__hlTZfG__banButton,.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__actionButtons .list-module__hlTZfG__kickButton{color:#fff;text-align:center;cursor:pointer;border:none;border-radius:4px;width:100%;padding:10px;font-weight:500;transition:background-color .2s;display:block}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__actionButtons .list-module__hlTZfG__kickButton{background-color:#36393f;margin-bottom:4px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__actionButtons .list-module__hlTZfG__kickButton:hover{background-color:#f0b232}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__actionButtons .list-module__hlTZfG__banButton{background-color:#36393f}.list-module__hlTZfG__memberList .list-module__hlTZfG__table .list-module__hlTZfG__menuContainer .list-module__hlTZfG__menuOptions .list-module__hlTZfG__actionButtons .list-module__hlTZfG__banButton:hover{background-color:#ed4245}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination{justify-content:center;align-items:center;gap:5px;margin-top:15px;display:flex}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button{color:#fff;cursor:pointer;text-align:center;box-sizing:border-box;background-color:#5865f2;border:none;border-radius:4px;min-width:40px;height:38px;padding:8px 12px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button:disabled{cursor:not-allowed;background-color:#4a4e52}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button.list-module__hlTZfG__activePage{background-color:#4752c4}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button:first-child,.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button:last-child{min-width:60px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__ellipsis{color:#fff;text-align:center;cursor:pointer;box-sizing:border-box;justify-content:center;align-items:center;min-width:40px;height:38px;padding:8px 12px;transition:color .2s;display:flex}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__ellipsis:hover{color:#5865f2}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__pageInputContainer{box-sizing:border-box;justify-content:center;align-items:center;min-width:60px;height:38px;padding:0;display:flex}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__pageInput{color:#fff;text-align:center;box-sizing:border-box;background-color:#23272a;border:none;border-radius:4px;width:50px;height:38px;margin:0;padding:0 8px;font-size:14px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__pageInput:focus{outline:none;box-shadow:0 0 0 2px rgba(88,101,242,.5)}@media (max-width:768px){.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer{flex-direction:column;gap:15px;margin-bottom:15px}.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__roleFilterContainer,.list-module__hlTZfG__memberList .list-module__hlTZfG__filterContainer .list-module__hlTZfG__searchContainer{width:100%;max-width:100%}.list-module__hlTZfG__memberList .list-module__hlTZfG__tableWrapper{margin-bottom:10px;overflow-x:auto}.list-module__hlTZfG__memberList .list-module__hlTZfG__table{min-width:700px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td,.list-module__hlTZfG__memberList .list-module__hlTZfG__table th{padding:10px 8px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(3),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(3){padding-right:10px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(4),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(4){width:130px;padding-right:25px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td.list-module__hlTZfG__roleColumn,.list-module__hlTZfG__memberList .list-module__hlTZfG__table th.list-module__hlTZfG__roleColumn{padding-left:15px}.list-module__hlTZfG__memberList .list-module__hlTZfG__table td:nth-child(5),.list-module__hlTZfG__memberList .list-module__hlTZfG__table th:nth-child(5){width:120px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination{flex-wrap:wrap;gap:2px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button{min-width:32px;height:32px;padding:6px 8px;font-size:14px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button:first-child,.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination button:last-child{min-width:50px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__ellipsis{min-width:32px;height:32px;padding:6px 8px;font-size:14px}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__pageInputContainer{min-width:40px;height:32px;padding:0}.list-module__hlTZfG__memberList .list-module__hlTZfG__pagination .list-module__hlTZfG__pageInput{width:40px;height:32px;padding:0 4px;font-size:13px}}.list-module__hlTZfG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;display:flex}.list-module__hlTZfG__loadingContainer p{color:#aaa;margin-top:1rem;font-size:.9rem}.list-module__hlTZfG__loadingSpinner{border:4px solid hsla(0,0%,100%,.1);border-top-color:#7289da;border-radius:50%;width:40px;height:40px;animation:list-module__hlTZfG__spin 1s ease-in-out infinite}@keyframes list-module__hlTZfG__spin{to{transform:rotate(1turn)}}.index-module__OzS3ra__donateForm{flex-direction:column;gap:15px;margin-top:20px;display:flex}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formGroup{flex-direction:column;gap:5px;display:flex}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formGroup .index-module__OzS3ra__formLabel{color:#fff;font-size:1em}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formGroup .index-module__OzS3ra__formInput{color:#fff;background-color:#23272a;border:1px solid #5865f2;border-radius:5px;padding:10px;font-size:1em}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formGroup .index-module__OzS3ra__formInput:focus{border-color:#7289da;outline:none;box-shadow:0 0 5px rgba(88,101,242,.5)}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formActions{justify-content:flex-end;display:flex}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formActions .index-module__OzS3ra__formSubmit{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:5px;padding:10px 20px;font-size:1em;transition:background-color .2s}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formActions .index-module__OzS3ra__formSubmit:hover{background-color:#4752c4}@media screen and (max-width:575px){.index-module__OzS3ra__donateForm .index-module__OzS3ra__formActions{justify-content:center}.index-module__OzS3ra__donateForm .index-module__OzS3ra__formActions .index-module__OzS3ra__formSubmit{width:100%}}.index-module__zumGEG__guildCard{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;background-color:#2c2f33;border-radius:12px;padding:20px}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader{align-items:center;margin-bottom:20px;display:flex}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildAvatar{border-radius:50%;width:80px;height:80px;margin-right:20px;position:relative;overflow:hidden}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildAvatar img{object-fit:cover;width:100%;height:100%}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildInfo{flex-grow:1}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildInfo .index-module__zumGEG__guildName{color:#fff;font-size:1.5em;font-weight:700}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildInfo .index-module__zumGEG__guildOwner{color:#aaa}@media screen and (max-width:575px){.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader{flex-direction:column;align-items:center}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildAvatar{margin-bottom:10px;margin-right:0}.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildInfo .index-module__zumGEG__guildName,.index-module__zumGEG__guildCard .index-module__zumGEG__guildHeader .index-module__zumGEG__guildInfo .index-module__zumGEG__guildOwner{text-align:center}}.index-module__zumGEG__guildCard .index-module__zumGEG__guildBody{flex-direction:column;gap:15px;display:flex}.index-module__zumGEG__guildCard .index-module__zumGEG__guildBody .index-module__zumGEG__guildDetail{justify-content:space-between;align-items:center;display:flex}.index-module__zumGEG__guildCard .index-module__zumGEG__guildBody .index-module__zumGEG__guildDetail .index-module__zumGEG__detailLabel{color:#aaa;margin:0}.index-module__zumGEG__guildCard .index-module__zumGEG__guildBody .index-module__zumGEG__guildDetail .index-module__zumGEG__detailValue{color:#fff;margin:0;font-weight:700}@media screen and (max-width:575px){.index-module__zumGEG__guildCard .index-module__zumGEG__guildBody .index-module__zumGEG__guildDetail{flex-direction:column;align-items:flex-start;gap:5px}}.list-module__wH_NTa__memberList{color:#fff;background-color:#2c2f33;border-radius:8px;padding:20px}.list-module__wH_NTa__memberList .list-module__wH_NTa__searchContainer{margin:0 20px 15px 0}.list-module__wH_NTa__memberList .list-module__wH_NTa__searchContainer input{color:#fff;background-color:#23272a;border:none;border-radius:4px;width:100%;padding:8px;font-size:14px;transition:all .3s}.list-module__wH_NTa__memberList .list-module__wH_NTa__searchContainer input:focus{outline:none;box-shadow:0 0 5px rgba(88,101,242,.8)}.list-module__wH_NTa__memberList .list-module__wH_NTa__tableWrapper{overflow-x:auto}.list-module__wH_NTa__memberList .list-module__wH_NTa__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:600px}.list-module__wH_NTa__memberList .list-module__wH_NTa__table td,.list-module__wH_NTa__memberList .list-module__wH_NTa__table th{text-align:left;white-space:nowrap;border-bottom:1px solid #444;padding:12px}.list-module__wH_NTa__memberList .list-module__wH_NTa__table td img,.list-module__wH_NTa__memberList .list-module__wH_NTa__table th img{border-radius:50%}.list-module__wH_NTa__memberList .list-module__wH_NTa__table th{cursor:pointer;background-color:#2c2f33;position:relative}.list-module__wH_NTa__memberList .list-module__wH_NTa__table th:hover,.list-module__wH_NTa__memberList .list-module__wH_NTa__table tr:hover{background-color:#3a3d41}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__sort{padding-bottom:2px;font-size:12px}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__menuContainer{justify-content:flex-start;gap:8px;display:flex;position:relative}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__menuContainer .list-module__wH_NTa__approveButton{color:#fff;background-color:#21a559}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__menuContainer .list-module__wH_NTa__rejectButton{color:#fff;background-color:#5765f2}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__menuContainer .list-module__wH_NTa__banButton{color:#fff;background-color:#f23f43}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__menuContainer button{cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:14px;transition:background-color .3s}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__menuContainer button:hover{opacity:.9}.list-module__wH_NTa__memberList .list-module__wH_NTa__table .list-module__wH_NTa__menuContainer button:active{opacity:.8}.list-module__wH_NTa__memberList .list-module__wH_NTa__pagination{justify-content:center;gap:5px;margin-top:15px;display:flex}.list-module__wH_NTa__memberList .list-module__wH_NTa__pagination button{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:4px;padding:8px 12px;font-size:14px;transition:background-color .3s}.list-module__wH_NTa__memberList .list-module__wH_NTa__pagination button:disabled{cursor:not-allowed;background-color:#4a4e52}.list-module__wH_NTa__memberList .list-module__wH_NTa__pagination button.list-module__wH_NTa__activePage,.list-module__wH_NTa__memberList .list-module__wH_NTa__pagination button:hover:not(:disabled){background-color:#4752c4}.list-module__wH_NTa__memberList .list-module__wH_NTa__pagination button:active:not(:disabled){background-color:#3640a8}@media (max-width:768px){.list-module__wH_NTa__memberList .list-module__wH_NTa__tableWrapper{overflow-x:auto}.list-module__wH_NTa__memberList .list-module__wH_NTa__table{min-width:600px}}.page-module__Lup1-G__guildPage{color:#fff;background-color:#23272a;border-radius:12px;max-width:1200px;margin:30px auto;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.5)}@media screen and (max-width:1199px){.page-module__Lup1-G__guildPage{margin:30px 20px}}.page-module__Lup1-G__guildPage .page-module__Lup1-G__title{text-align:center;color:#fff;margin-bottom:20px}.page-module__Lup1-G__guildPage .page-module__Lup1-G__buttons{justify-content:flex-end;gap:10px;margin:20px 0;display:flex}.page-module__Lup1-G__guildPage .page-module__Lup1-G__buttons>*{color:#fff;cursor:pointer;background-color:#5865f2;border-radius:5px;padding:10px 20px;font-weight:700;text-decoration:none;transition:background-color .2s}.page-module__Lup1-G__guildPage .page-module__Lup1-G__buttons>:hover{background-color:#4752c4}.page-module__Lup1-G__guildPage .page-module__Lup1-G__content{flex-direction:column;gap:20px;display:flex}.page-module__Lup1-G__guildPage .page-module__Lup1-G__content .page-module__Lup1-G__topContent{gap:20px;display:flex}@media (max-width:768px){.page-module__Lup1-G__guildPage .page-module__Lup1-G__content .page-module__Lup1-G__topContent{flex-direction:column}}.index-module__ueEoKq__guildOverview{background-color:#2a2d35;border-radius:10px;margin-top:2rem;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__title{color:#fff;border-bottom:1px solid #3f4249;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.6rem;font-weight:600}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form{flex-direction:column;gap:1.75rem;display:flex}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent{grid-template-columns:minmax(120px,auto) 1fr;gap:2rem;display:grid}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__imageSection{background-color:#32353e;border:1px dashed #4e5058;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;transition:border-color .3s,box-shadow .3s;display:flex}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__imageSection:hover{border-color:#5865f2;box-shadow:0 0 8px rgba(88,101,242,.2)}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__imageSection .index-module__ueEoKq__imageHint{color:#a0a3ad;text-align:center;margin-top:.75rem;font-size:.85rem}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection{flex-direction:column;gap:1.25rem;display:flex}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup{flex-direction:column;gap:.5rem;display:flex}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__label{color:#c9ccd1;letter-spacing:.02em;font-size:.95rem;font-weight:500}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__input,.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__select{color:#fff;background-color:#32353e;border:1px solid #4e5058;border-radius:6px;padding:.85rem;font-size:1rem;transition:all .2s}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__input:focus,.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__select:focus{border-color:#5865f2;outline:none;box-shadow:0 0 0 2px rgba(88,101,242,.25)}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__input::placeholder,.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__select::placeholder{color:#6d7080}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c9ccd1' d='M6 8l-4-4h8z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__form .index-module__ueEoKq__formContent .index-module__ueEoKq__fieldsSection .index-module__ueEoKq__formGroup .index-module__ueEoKq__hint{color:#a0a3ad;margin-top:.25rem;font-size:.8rem;line-height:1.4}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__actions{box-shadow:none;background-color:transparent;border:none;border-radius:0;justify-content:flex-end;margin-top:1rem;padding:0;display:flex}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__actions .index-module__ueEoKq__saveButton{color:#fff;cursor:pointer;letter-spacing:.02em;background-color:#5865f2;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__actions .index-module__ueEoKq__saveButton:hover{box-shadow:none;background-color:#4752c4;transform:none}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__actions .index-module__ueEoKq__saveButton:active{box-shadow:none;transform:translateY(0)}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__actions .index-module__ueEoKq__saveButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;background-color:#4752c4;transform:none}@media (max-width:768px){.index-module__ueEoKq__guildOverview .index-module__ueEoKq__formContent{grid-template-columns:1fr!important}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__formContent .index-module__ueEoKq__imageSection{align-items:center;margin-bottom:1rem}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__actions{justify-content:center}.index-module__ueEoKq__guildOverview .index-module__ueEoKq__actions .index-module__ueEoKq__saveButton{width:100%}}.index-module__ueEoKq__disabledImageUpload{margin-bottom:20px}.index-module__ueEoKq__imagePreviewOnly{flex-direction:column;align-items:center;display:flex}.index-module__ueEoKq__imagePreviewOnly img.index-module__ueEoKq__previewImage{object-fit:cover;border:2px solid #5865f2;border-radius:50%;width:100px;height:100px}.index-module__ueEoKq__imagePreviewOnly .index-module__ueEoKq__permissionNote{color:#ff5252;text-align:center;margin-top:8px;font-size:12px}.index-module__Iuvw5q__roleManager{background-color:#2c2f33;border-radius:8px;margin-top:2rem;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.2)}.index-module__Iuvw5q__sectionTitle{color:#fff;border-bottom:2px solid #444;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.index-module__Iuvw5q__dragInstructions{background-color:#36393f;border-left:3px solid #5865f2;border-radius:4px;margin-bottom:1rem;padding:.5rem}.index-module__Iuvw5q__dragInstructions p{color:#b9bbbe;margin:0;font-size:.9rem}.index-module__Iuvw5q__roleList{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.index-module__Iuvw5q__roleCard{background-color:#36393f;border:1px solid #444;border-radius:8px;transition:all .2s;display:flex;overflow:hidden}.index-module__Iuvw5q__roleCard:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.index-module__Iuvw5q__dragHandle{cursor:grab;background-color:#2f3136;justify-content:center;align-items:center;width:40px;display:flex}.index-module__Iuvw5q__dragHandle:active{cursor:grabbing}.index-module__Iuvw5q__dragIcon{color:#72767d;font-size:1.5rem}.index-module__Iuvw5q__roleContent{flex:1;padding:1rem}.index-module__Iuvw5q__roleHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.index-module__Iuvw5q__roleName{color:#fff;margin:0;font-size:1.2rem}.index-module__Iuvw5q__roleNameInput{color:#fff;background-color:#2c2f33;border:1px solid #5865f2;border-radius:4px;width:100%;max-width:250px;padding:.5rem;font-size:1rem}.index-module__Iuvw5q__positionBadge{color:#fff;background-color:#5865f2;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.index-module__Iuvw5q__positionInputContainer{align-items:center;gap:.5rem;display:flex}.index-module__Iuvw5q__positionInputContainer label{color:#b9bbbe;font-size:.9rem}.index-module__Iuvw5q__positionInput{text-align:center;color:#fff;background-color:#2c2f33;border:1px solid #5865f2;border-radius:4px;width:60px;padding:.25rem}.index-module__Iuvw5q__permissionGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.index-module__Iuvw5q__permissionItem{flex-direction:column;display:flex}.index-module__Iuvw5q__checkboxLabel{cursor:pointer;color:#dcddde;align-items:center;gap:.5rem;display:flex}.index-module__Iuvw5q__checkboxLabel input[type=checkbox]{cursor:pointer}.index-module__Iuvw5q__checkboxLabel input[type=checkbox]:disabled{cursor:not-allowed}.index-module__Iuvw5q__permissionStatus{flex-direction:column;gap:.25rem;display:flex}.index-module__Iuvw5q__permissionLabel{color:#b9bbbe;font-size:.9rem}.index-module__Iuvw5q__permissionValue{font-weight:500}.index-module__Iuvw5q__permissionValue.index-module__Iuvw5q__enabled{color:#43b581}.index-module__Iuvw5q__permissionValue.index-module__Iuvw5q__disabled{color:#f04747}.index-module__Iuvw5q__roleActions{gap:.5rem;margin-top:1rem;display:flex}.index-module__Iuvw5q__cancelButton,.index-module__Iuvw5q__deleteButton,.index-module__Iuvw5q__editButton,.index-module__Iuvw5q__saveButton{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.index-module__Iuvw5q__editButton{color:#fff;background-color:#5865f2}.index-module__Iuvw5q__editButton:hover{background-color:#4752c4}.index-module__Iuvw5q__saveButton{color:#fff;background-color:#5865f2}.index-module__Iuvw5q__saveButton:hover{background-color:#4752c4}.index-module__Iuvw5q__deleteButton{color:#fff;background-color:#f04747}.index-module__Iuvw5q__deleteButton:hover{background-color:#d84040}.index-module__Iuvw5q__cancelButton{color:#fff;background-color:#747f8d}.index-module__Iuvw5q__cancelButton:hover{background-color:#68727f}.index-module__Iuvw5q__ownerNote{color:#b9bbbe;font-size:.9rem;font-style:italic}.index-module__Iuvw5q__addRoleButton{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:4px;width:100%;padding:.75rem;font-weight:500;transition:background-color .2s;display:block}.index-module__Iuvw5q__addRoleButton:hover{background-color:#4752c4}.index-module__Iuvw5q__addRoleForm{background-color:#36393f;border:1px solid #444;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.index-module__Iuvw5q__formTitle{color:#fff;margin-top:0;margin-bottom:1.5rem;font-size:1.2rem}.index-module__Iuvw5q__formRow{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.index-module__Iuvw5q__formGroup{flex:1;min-width:250px}.index-module__Iuvw5q__formGroup label{color:#dcddde;margin-bottom:.5rem;font-weight:500;display:block}.index-module__Iuvw5q__formGroup input{color:#fff;background-color:#2c2f33;border:1px solid #5865f2;border-radius:4px;width:100%;padding:.5rem;font-size:1rem}.index-module__Iuvw5q__positionNote{color:#b9bbbe;margin:.5rem 0 0;font-size:.9rem;font-style:italic}.index-module__Iuvw5q__permissionsSection{margin-bottom:1.5rem}.index-module__Iuvw5q__permissionsSection h4{color:#dcddde;margin-top:0;margin-bottom:1rem;font-size:1rem}.index-module__Iuvw5q__permissionCheckboxes{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.index-module__Iuvw5q__formActions{justify-content:flex-end;gap:1rem;display:flex}.index-module__Iuvw5q__addButton{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.index-module__Iuvw5q__addButton:hover{background-color:#4752c4}@media (max-width:768px){.index-module__Iuvw5q__permissionCheckboxes,.index-module__Iuvw5q__permissionGrid{grid-template-columns:1fr}.index-module__Iuvw5q__formRow{flex-direction:column;gap:1rem}.index-module__Iuvw5q__formActions{flex-direction:column}.index-module__Iuvw5q__formActions button{width:100%}}.page-module__41CYXq__settingsPage{color:#fff;background-color:#23272a;border-radius:12px;max-width:1200px;margin:30px auto;padding:20px}@media screen and (max-width:1199px){.page-module__41CYXq__settingsPage{margin:30px 20px}}.page-module__41CYXq__settingsPage .page-module__41CYXq__title{text-align:center;margin-bottom:30px;font-size:2em}.page-module__41CYXq__settingsPage .page-module__41CYXq__expContainer{justify-content:center;align-items:baseline;margin-bottom:30px;display:flex}.page-module__41CYXq__settingsPage .page-module__41CYXq__expContainer .page-module__41CYXq__expLabel{margin-right:10px;font-size:1.2em}.page-module__41CYXq__settingsPage .page-module__41CYXq__expContainer .page-module__41CYXq__expValue{color:#5865f2;font-size:1.5em}.index-module__mW8NtG__weaponCard{color:#fff;text-align:center;cursor:pointer;background-color:#2c2f33;border:1px solid transparent;border-radius:8px;width:120px;margin:0 auto;padding:8px;position:relative}.index-module__mW8NtG__weaponCard:hover{background-color:#3b3f44}.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponRarity{font-size:.9em}.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponRarity span{color:gold}.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponBody,.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponHeader{margin-top:5px}.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponBody .index-module__mW8NtG__weaponName{color:#fff;font-size:.9em;font-weight:700}.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponBody .index-module__mW8NtG__weaponIsSet{color:#fff;background-color:#5865f2;border-radius:4px;margin-top:2px;padding:2px 4px;font-size:.7em;display:inline-block}.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponBody .index-module__mW8NtG__weaponAbility,.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponBody .index-module__mW8NtG__weaponDurability,.index-module__mW8NtG__weaponCard .index-module__mW8NtG__weaponBody .index-module__mW8NtG__weaponPhase{color:#ccc;margin-top:2px;font-size:.8em}.index-module__mW8NtG__weaponCard.index-module__mW8NtG__selected{border-color:#5865f2;box-shadow:0 0 10px #5865f2}.index-module__TCeQBq__playerWeapon{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#23272a;border-radius:12px;margin-top:20px}.index-module__TCeQBq__playerWeapon .index-module__TCeQBq__header{margin-bottom:15px}.index-module__TCeQBq__playerWeapon .index-module__TCeQBq__header .index-module__TCeQBq__cardTitle{color:#fff;font-size:1.5em}.index-module__TCeQBq__playerWeapon .index-module__TCeQBq__weaponGrid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:10px;display:grid}.index-module__TCeQBq__playerWeapon .index-module__TCeQBq__saveButtonContainer{justify-content:flex-end;margin-top:10px;display:flex}.index-module__TCeQBq__playerWeapon .index-module__TCeQBq__saveButtonContainer .index-module__TCeQBq__saveButton{color:#fff;cursor:pointer;background-color:#5765f2;border:none;border-radius:5px;padding:10px 20px;font-size:1em;transition:background-color .2s}.index-module__TCeQBq__playerWeapon .index-module__TCeQBq__saveButtonContainer .index-module__TCeQBq__saveButton:hover{background-color:#4150f3}.index-module__RIrw9W__roleCard{background-color:#2c2f33;border-radius:10px;margin-bottom:15px;padding:15px;transition:all .3s}.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleHeader{margin-bottom:10px}.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleHeader .index-module__RIrw9W__roleName{color:#fff;font-size:1.2em;font-weight:700}.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleHeader .index-module__RIrw9W__roleName .index-module__RIrw9W__selectedBadge{color:#fff;background-color:#5865f2;border-radius:5px;margin-left:10px;padding:2px 6px;font-size:.8em}.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleBody{flex-direction:column;gap:10px;display:flex}.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleBody .index-module__RIrw9W__statItem{justify-content:space-between;align-items:center;display:flex}.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleBody .index-module__RIrw9W__statItem .index-module__RIrw9W__statLabel{color:#aaa;margin:0}.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleBody .index-module__RIrw9W__statItem .index-module__RIrw9W__statValue{color:#fff;margin:0;font-weight:700}@media (max-width:600px){.index-module__RIrw9W__roleCard .index-module__RIrw9W__roleBody .index-module__RIrw9W__statItem{flex-direction:column;align-items:flex-start;gap:5px}}.index-module__RIrw9W__selectedRole{border:2px solid #5865f2;box-shadow:0 0 10px #5865f2}.index-module__RIrw9W__selectedRole .index-module__RIrw9W__roleHeader .index-module__RIrw9W__roleName{color:#5865f2}.index-module___luzbq__player{color:#fff;background-color:#23272a;border-radius:12px;max-width:1200px;margin:30px auto;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.5)}@media screen and (max-width:1199px){.index-module___luzbq__player{margin:30px 20px}}.index-module___luzbq__player .index-module___luzbq__title{text-align:center;color:#fff;margin-bottom:20px}.index-module___luzbq__player .index-module___luzbq__cardContainer{flex-wrap:nowrap;justify-content:space-between;gap:20px;margin-bottom:20px;display:flex}@media screen and (max-width:991px){.index-module___luzbq__player .index-module___luzbq__cardContainer{flex-direction:column}}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#2c2f33;border-radius:12px;flex:calc(50% - 20px);padding:20px}@media screen and (max-width:767px){.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard{flex:100%}}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header{align-items:center;margin-bottom:20px;display:flex}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header .index-module___luzbq__image,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header .index-module___luzbq__image{width:80px;height:80px;margin-right:20px;position:relative}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header .index-module___luzbq__image img,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header .index-module___luzbq__image img{object-fit:cover;border-radius:50%}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header .index-module___luzbq__name,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header .index-module___luzbq__name{flex-grow:1}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header .index-module___luzbq__name p,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header .index-module___luzbq__name p{color:#fff;font-size:1.5em;font-weight:700}@media screen and (max-width:575px){.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header{flex-direction:column;align-items:center}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header .index-module___luzbq__image,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header .index-module___luzbq__image{margin-bottom:10px;margin-right:0}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__header .index-module___luzbq__name p,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__header .index-module___luzbq__name p{text-align:center}}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__body,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__body{flex-direction:column;gap:15px;display:flex}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__body .index-module___luzbq__statItem,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__body .index-module___luzbq__statItem{overflow-wrap:anywhere;word-break:normal;line-break:strict;justify-content:space-between;align-items:center;display:flex}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__body .index-module___luzbq__statItem .index-module___luzbq__statLabel,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__body .index-module___luzbq__statItem .index-module___luzbq__statLabel{color:#aaa;margin:0}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__body .index-module___luzbq__statItem .index-module___luzbq__statValue,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__body .index-module___luzbq__statItem .index-module___luzbq__statValue{color:#fff;margin:0;font-weight:700}@media screen and (max-width:575px){.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__body .index-module___luzbq__statItem,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__body .index-module___luzbq__statItem{flex-direction:column;align-items:flex-start;gap:5px}}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#2c2f33;border-radius:8px;padding:20px}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form{flex-direction:column;gap:15px;display:flex}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup{align-items:center;display:flex}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-color:#3b3f44;border:2px solid #5865f2;border-radius:4px;width:24px;height:24px;margin-right:10px;transition:background-color .2s,border-color .2s;position:relative}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox:hover,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox:hover{border-color:#4150f3}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox:checked,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox:checked{background-color:#5865f2;border-color:#5865f2}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox:checked:after,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formCheckbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:12px;position:absolute;top:2px;left:8px;transform:rotate(45deg)}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formLabel,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formGroup .index-module___luzbq__formLabel{color:#fff;cursor:pointer;font-size:1em}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formActions,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formActions{justify-content:flex-end;display:flex}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formActions .index-module___luzbq__formSubmit,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formActions .index-module___luzbq__formSubmit{color:#fff;cursor:pointer;background-color:#5865f2;border:none;border-radius:5px;padding:10px 20px;font-size:1em;transition:background-color .2s}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formActions .index-module___luzbq__formSubmit:hover,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formActions .index-module___luzbq__formSubmit:hover{background-color:#4150f3}@media screen and (max-width:575px){.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formActions,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formActions{justify-content:center}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__petCard .index-module___luzbq__petForm form .index-module___luzbq__formActions .index-module___luzbq__formSubmit,.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__playerCard .index-module___luzbq__petForm form .index-module___luzbq__formActions .index-module___luzbq__formSubmit{width:100%}}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__noPetMessage{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#2c2f33;border-radius:12px;flex-direction:column;flex:calc(50% - 20px);justify-content:center;align-items:center;padding:20px;display:flex}@media screen and (max-width:767px){.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__noPetMessage{flex:100%}}.index-module___luzbq__player .index-module___luzbq__cardContainer .index-module___luzbq__noPetMessage .index-module___luzbq__noPetText{color:#ccc;text-align:center;margin:10px 0}.index-module___luzbq__player .index-module___luzbq__rolesBody{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}@media screen and (max-width:767px){.index-module___luzbq__player .index-module___luzbq__rolesBody{grid-template-columns:1fr}}.index-module___luzbq__player .index-module___luzbq__playerWeapon{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#23272a;border-radius:12px;margin-top:20px;padding:20px}.index-module___luzbq__player .index-module___luzbq__playerWeapon .index-module___luzbq__header{margin-bottom:15px}.index-module___luzbq__player .index-module___luzbq__playerWeapon .index-module___luzbq__header .index-module___luzbq__cardTitle{color:#fff;font-size:1.5em}.index-module___luzbq__player .index-module___luzbq__playerWeapon .index-module___luzbq__weaponGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}