.PlayerBanner-module__94VhIq__container{border-radius:15px;flex-direction:column;align-items:center;gap:10px;padding:20px 0;display:flex}.PlayerBanner-module__94VhIq__image{width:25%;min-width:200px;image-rendering:pixelated}.PlayerBanner-module__94VhIq__user{text-wrap-mode:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}@media (min-width:576px){.PlayerBanner-module__94VhIq__container{flex-direction:row;justify-content:center;gap:50px}}
.Tables-module__5Sp2-q__level-container{justify-content:space-between;align-items:center;gap:5px;display:flex}.Tables-module__5Sp2-q__progress-bar{background-color:var(--color-primary);border-radius:5px;width:100%;height:10px;display:block}.Tables-module__5Sp2-q__progress-bar-outline{background-color:var(--color-primary-background);border-radius:5px;width:100%;display:block;overflow:hidden}.Tables-module__5Sp2-q__progress-bar-container{width:100%;position:relative}.Tables-module__5Sp2-q__table-container{grid-template-columns:1fr;gap:50px 30px;display:grid}.Tables-module__5Sp2-q__level-tooltip{width:100%}@media (min-width:1200px){.Tables-module__5Sp2-q__table-container{grid-template-columns:repeat(3,minmax(0,1fr))}}
.Tooltip-module__4iOEcW__container{display:inline-block;position:relative}.Tooltip-module__4iOEcW__tooltip{z-index:999;pointer-events:none;border:1px solid;border-radius:5px;justify-content:center;align-items:center;width:max-content;min-width:150px;max-width:300px;margin-bottom:10px;padding:5px 10px;display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.Tooltip-module__4iOEcW__tooltip.Tooltip-module__4iOEcW__visible{animation:.2s ease-out Tooltip-module__4iOEcW__reveal-up;display:flex}.Tooltip-module__4iOEcW__tooltip:after{content:"";border-style:solid;border-width:8px 8px 0;border-color:var(--tooltip-arrow-border-color);width:0;height:0;display:block;position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes Tooltip-module__4iOEcW__reveal-up{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Tooltip-module__4iOEcW__text{text-align:center}
.Hero-module__oD_OcW__hero{background:linear-gradient(var(--color-surface-dark) 0%, transparent 25%, transparent 75%, var(--color-surface-dark) 100%), url(/images/servers/event/lobby.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;row-gap:25px;width:100%;height:700px;display:flex}.Hero-module__oD_OcW__image{width:clamp(var(--min-width), 75%, 900px);height:auto}.Hero-module__oD_OcW__discord{background-color:var(--color-brand-discord)}.Hero-module__oD_OcW__discord:hover{background-color:var(--color-brand-discord-dark)}
.Highlight-module__19keaa__highlight{color:var(--color-primary)}
.Code-module__utbJbG__code{color:var(--color-text-dark);background-color:var(--color-surface-darkest);cursor:pointer;border-radius:3px;padding:0 5px;display:inline-block}
.Note-module__54MoBW__wrapper{opacity:0;pointer-events:none;grid-template-rows:0fr;transition:grid-template-rows .3s,opacity .2s,transform .3s cubic-bezier(.34,1.56,.64,1);display:grid;overflow:hidden;transform:translateY(-10px)scale(.95)}.Note-module__54MoBW__wrapper.Note-module__54MoBW__show{opacity:1;pointer-events:all;grid-template-rows:1fr;margin-top:12px;transform:translateY(0)scale(1)}.Note-module__54MoBW__inner{min-height:0}.Note-module__54MoBW__note{border-radius:5px;align-items:flex-start;gap:10px;width:100%;margin:0;padding:8px 12px;display:flex}.Note-module__54MoBW__icon{flex-shrink:0;margin-top:3px}.Note-module__54MoBW__content{flex:1;font-size:16px;line-height:1.4}.Note-module__54MoBW__note.Note-module__54MoBW__success{color:var(--color-category-success);background-color:var(--color-category-success-background)}.Note-module__54MoBW__note.Note-module__54MoBW__info{color:var(--color-category-info);background-color:var(--color-category-info-background)}.Note-module__54MoBW__note.Note-module__54MoBW__warning{color:var(--color-category-warning);background-color:var(--color-category-warning-background)}
.Servers-module___-BGuW__grid{grid-template-columns:1fr;gap:50px 30px;display:grid}.Servers-module___-BGuW__cell{background-color:var(--color-surface);border-radius:5px}.Servers-module___-BGuW__image-wrapper{border-radius:5px;overflow:hidden}.Servers-module___-BGuW__image{aspect-ratio:16/9;transition:all .2s}.Servers-module___-BGuW__cell:hover .Servers-module___-BGuW__image{filter:brightness(75%);transform:scale(1.1)}.Servers-module___-BGuW__content{padding:15px}@media (min-width:576px){.Servers-module___-BGuW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.Servers-module___-BGuW__grid{grid-template-columns:repeat(3,1fr)}}
.Header-module__85i50G__header{width:var(--width);flex-shrink:0;justify-content:space-between;align-items:center;height:75px;margin:0 auto;display:flex}.Header-module__85i50G__nav{justify-content:flex-end;align-items:center;height:100%;display:flex}.Header-module__85i50G__logo{border-radius:0;width:50px;height:50px}.Header-module__85i50G__list,.Header-module__85i50G__dropdown{z-index:999;visibility:hidden;background-color:var(--color-surface-dark);flex-direction:column;gap:5px;width:100%;height:100%;padding:0 15px 15px;display:flex;position:absolute;left:0}.Header-module__85i50G__list{top:75px}.Header-module__85i50G__dropdown{top:0}.Header-module__85i50G__list.Header-module__85i50G__active,.Header-module__85i50G__dropdown.Header-module__85i50G__active{visibility:visible;animation:.2s ease-out Header-module__85i50G__reveal-right}.Header-module__85i50G__item{width:100%;list-style-type:none}.Header-module__85i50G__item:not(:last-child){border-bottom:1px solid var(--color-surface)}.Header-module__85i50G__link,.Header-module__85i50G__button{text-wrap:nowrap;cursor:pointer;width:100%;color:var(--color-text);background-color:var(--color-surface-dark);border-radius:5px;justify-content:flex-start;align-items:center;gap:5px;margin-bottom:5px;padding:15px;display:flex}.Header-module__85i50G__button.Header-module__85i50G__active{color:var(--color-text-light)}.Header-module__85i50G__link:hover,.Header-module__85i50G__button:hover{color:var(--color-text-light);background-color:var(--color-surface);text-decoration:none}.Header-module__85i50G__hamburger{width:43px;height:43px;color:var(--color-text);background:0 0;justify-content:center;align-items:center;display:flex}.Header-module__85i50G__hamburger:hover{color:var(--color-text-light);background-color:var(--color-surface)}@keyframes Header-module__85i50G__reveal-right{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (min-width:768px){.Header-module__85i50G__list{visibility:visible;flex-direction:row;width:fit-content;height:auto;padding:0;position:static}.Header-module__85i50G__dropdown{border:1px solid var(--color-surface);border-radius:5px;width:max-content;height:auto;padding:5px;top:calc(100% + 10px)}.Header-module__85i50G__dropdown.Header-module__85i50G__active{animation:.2s ease-out Header-module__85i50G__reveal-up}.Header-module__85i50G__dropdown .Header-module__85i50G__item:not(:last-child){border-bottom:1px solid var(--color-surface)}.Header-module__85i50G__item{position:relative}.Header-module__85i50G__item.Header-module__85i50G__back{display:none}.Header-module__85i50G__list .Header-module__85i50G__item{border-bottom:none}.Header-module__85i50G__link,.Header-module__85i50G__button{background:0 0;margin-bottom:0;padding:10px}.Header-module__85i50G__dropdown .Header-module__85i50G__item:not(:last-child) .Header-module__85i50G__link,.Header-module__85i50G__dropdown .Header-module__85i50G__item:not(:last-child) .Header-module__85i50G__button{margin-bottom:5px}.Header-module__85i50G__dropdown .Header-module__85i50G__link:hover,.Header-module__85i50G__dropdown .Header-module__85i50G__button:hover{background-color:var(--color-surface)}.Header-module__85i50G__link:hover,.Header-module__85i50G__button:hover{background:0 0}.Header-module__85i50G__hamburger{display:none}@keyframes Header-module__85i50G__reveal-up{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}
.Main-module__0L3xna__main{flex-direction:column;gap:150px;margin-bottom:150px;display:flex}.Main-module__0L3xna__main.Main-module__0L3xna__margin-top{margin-top:75px}
.Footer-module__hP-FLq__footer{width:var(--width);border-top:1px solid var(--color-surface);flex-direction:column;gap:30px;margin:auto auto 0;padding:30px 0;display:flex}.Footer-module__hP-FLq__links{text-wrap:nowrap;grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.Footer-module__hP-FLq__links ul{padding:0}.Footer-module__hP-FLq__links li{list-style-type:none}.Footer-module__hP-FLq__copyright{align-items:center;column-gap:10px;display:flex}.Footer-module__hP-FLq__image{border-radius:0;width:40px;height:40px}@media (min-width:768px){.Footer-module__hP-FLq__footer{flex-direction:row;justify-content:space-between}}
.Hero-module__yA_ecW__hero{max-width:760px;margin:0 auto}.Hero-module__yA_ecW__meta-row{flex-wrap:wrap;justify-content:center;gap:10px 18px;display:flex}.Hero-module__yA_ecW__meta-row p{color:var(--color-text-dark);font-size:16px}.Hero-module__yA_ecW__meta-row span{color:var(--color-text-light)}.Hero-module__yA_ecW__notices{border-top:1px solid #ffffff14;max-width:920px;margin:0 auto;padding-top:24px}.Hero-module__yA_ecW__notices p{color:var(--color-text-dark)}.Hero-module__yA_ecW__notices strong{color:var(--color-text-light)}@media (max-width:640px){.Hero-module__yA_ecW__meta-row{justify-content:flex-start}}
.Table-module__uzm8BW__button{text-align:left;text-overflow:ellipsis;background-color:var(--color-surface);border-radius:0;align-items:center;gap:10px;width:100%;height:100%;padding:0;font-weight:700;display:flex;overflow:hidden}.Table-module__uzm8BW__button:hover{background-color:var(--color-surface)}.Table-module__uzm8BW__player{width:100%;height:100%}.Table-module__uzm8BW__icon{color:var(--color-text-dark)}.Table-module__uzm8BW__icon.Table-module__uzm8BW__active{color:var(--color-primary)}
.StaffSection-module__0eC2MG__staffContainer{box-sizing:border-box;flex-direction:column;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.StaffSection-module__0eC2MG__rankSection{flex-direction:column;gap:1.5rem;width:100%;display:flex}.StaffSection-module__0eC2MG__rankTitle{text-align:center;margin:0;font-size:1.5rem;font-weight:700}.StaffSection-module__0eC2MG__membersGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;margin:0;padding:0;display:flex}.StaffSection-module__0eC2MG__memberCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex:none;align-items:center;gap:.75rem;min-width:140px;padding:1.25rem;transition:all .3s;display:flex}.StaffSection-module__0eC2MG__memberCard:hover{background:#ffffff1a;transform:translateY(-4px);box-shadow:0 8px 25px #0003}.StaffSection-module__0eC2MG__avatar{border-radius:12px;width:64px;height:64px;transition:transform .3s;box-shadow:0 4px 12px #0000004d}.StaffSection-module__0eC2MG__memberCard:hover .StaffSection-module__0eC2MG__avatar{transform:scale(1.05)}.StaffSection-module__0eC2MG__username{text-align:center;color:#fff;word-break:break-word;font-size:.9rem;font-weight:600}@media (min-width:1025px){.StaffSection-module__0eC2MG__memberCard{min-width:160px}.StaffSection-module__0eC2MG__avatar{width:72px;height:72px}}@media (max-width:1024px) and (min-width:769px){.StaffSection-module__0eC2MG__staffContainer{padding:0 1.5rem}.StaffSection-module__0eC2MG__memberCard{min-width:150px}.StaffSection-module__0eC2MG__avatar{width:68px;height:68px}}@media (max-width:768px) and (min-width:481px){.StaffSection-module__0eC2MG__staffContainer{padding:0 1rem}.StaffSection-module__0eC2MG__rankTitle{font-size:1.25rem}.StaffSection-module__0eC2MG__memberCard{gap:1rem;min-width:140px;padding:1.5rem}.StaffSection-module__0eC2MG__avatar{width:80px;height:80px}.StaffSection-module__0eC2MG__username{font-size:.95rem}}@media (max-width:480px){.StaffSection-module__0eC2MG__staffContainer{gap:2rem;padding:0 1rem}.StaffSection-module__0eC2MG__rankSection{gap:1.25rem}.StaffSection-module__0eC2MG__rankTitle{font-size:1.2rem}.StaffSection-module__0eC2MG__membersGrid{flex-direction:column;align-items:center;gap:1.25rem}.StaffSection-module__0eC2MG__memberCard{gap:1.25rem;width:calc(100% - 2rem);min-width:200px;max-width:280px;padding:2rem}.StaffSection-module__0eC2MG__avatar{width:96px;height:96px}.StaffSection-module__0eC2MG__username{font-size:1.1rem;font-weight:700}}
.Rules-module__PYwjrW__category-section{scroll-margin-top:120px}.Rules-module__PYwjrW__category-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:12px;display:flex}.Rules-module__PYwjrW__rule-list{flex-direction:column;display:flex}.Rules-module__PYwjrW__rule{border-bottom:1px solid #ffffff14;padding:22px 0 28px;scroll-margin-top:120px}.Rules-module__PYwjrW__rule:last-child{border-bottom:none}.Rules-module__PYwjrW__rule:target{position:relative}.Rules-module__PYwjrW__rule:target:before{content:"";background-color:#00b359b3;border-radius:999px;width:3px;position:absolute;top:22px;bottom:28px;left:-18px}.Rules-module__PYwjrW__rule-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.Rules-module__PYwjrW__rule-copy{flex:1}.Rules-module__PYwjrW__anchor{width:34px;height:34px;color:var(--color-text);border-radius:999px;flex:0 0 34px;justify-content:center;align-items:center;display:inline-flex}.Rules-module__PYwjrW__anchor:hover{color:var(--color-text-light);background-color:#ffffff0d}.Rules-module__PYwjrW__content{flex:1}.Rules-module__PYwjrW__block-title{font-size:18px}.Rules-module__PYwjrW__list{padding-left:1.25em}.Rules-module__PYwjrW__note{border-left:3px solid #0000;padding:2px 0 2px 14px}.Rules-module__PYwjrW__note-neutral{border-left-color:#ffffff40}.Rules-module__PYwjrW__note-info{border-left-color:var(--color-category-info)}.Rules-module__PYwjrW__note-warning{border-left-color:var(--color-category-warning)}.Rules-module__PYwjrW__note-caution{border-left-color:var(--color-category-caution)}@media (max-width:820px){.Rules-module__PYwjrW__category-header{flex-direction:column}}@media (max-width:640px){.Rules-module__PYwjrW__rule:target:before{left:-10px}}
.PlayOverlay-module__FIcxkW__overlay{z-index:999;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-primary);background:var(--color-primary-background);place-content:center;display:grid;position:fixed;inset:0}
.Hero-module__6B1eua__container{flex-wrap:wrap;gap:30px 50px;display:flex}.Hero-module__6B1eua__cell{background-color:var(--color-surface);border-radius:5px;flex-grow:1;padding:10px}
.Callout-module__1J1nfW__callout{border-left:5px solid;border-radius:5px;align-items:center;gap:10px;padding:10px 10px 10px 15px;display:flex}.Callout-module__1J1nfW__callout.Callout-module__1J1nfW__success{color:var(--color-category-success);background-color:var(--color-category-success-background)}.Callout-module__1J1nfW__callout.Callout-module__1J1nfW__info{color:var(--color-category-info);background-color:var(--color-category-info-background)}.Callout-module__1J1nfW__callout.Callout-module__1J1nfW__warning{color:var(--color-category-warning);background-color:var(--color-category-warning-background)}
