@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-third-solid[data-astro-cid-lohxbtsr]{animation:spin 1.5s linear infinite;width:1em;height:1em;display:inline-block;vertical-align:middle;fill:currentColor}.login-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;margin:0;gap:24px;flex-direction:column;max-width:480px;>*:first-child{margin-top:40px}>*:last-child{margin-bottom:40px}>*{margin:0 40px}.details{display:none;flex-direction:row;align-items:center;gap:8px;font-size:14px;margin-top:-12px;height:0px;transition:height 1s;p{margin:0}&.visible{display:flex}&.error{fill:#f08080;color:#f08080}&.waiting{fill:#fff;color:#fff}svg{width:20px;height:20px}}.details.visible{display:flex;height:unset}&::backdrop{background:#000000e6}}.login-modal:open{display:flex;opacity:1}.map-frame{--texture-scale: 30px;--half-tex-scale: calc(var(--texture-scale) / 2);--chess-square-size: 16px;--map-color: #d6be96;display:grid;grid-template-areas:"🡴 🡱 🡵" "🡰 ✖ 🡲" "🡷 🡳 🡶";grid-template-columns:var(--texture-scale) 1fr var(--texture-scale);grid-template-rows:var(--texture-scale) 1fr var(--texture-scale);>.map-frame-content{grid-area:✖}>.map-frame-shadow{grid-area:1 / 1 / line-end / end;margin:10px;width:calc(100% - 20px);height:calc(100% - 20px);box-shadow:0 0 80px #000}>.map-frame-center{grid-area:✖;background-color:var(--map-color);width:100%;height:100%}>.map-frame-chess{grid-area:1 / 1 / line-end / end;margin:10px;background:var(--chess);background-size:var(--chess-square-size);background-repeat:repeat;width:calc(100% - 20px);height:calc(100% - 20px);pointer-events:none}>.map-frame-top-left{grid-area:🡴;background:var(--topLeft);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}>.map-frame-top{grid-area:🡱;background:var(--top);background-size:auto var(--texture-scale);background-repeat:repeat-x;image-rendering:pixelated}>.map-frame-top-right{grid-area:🡵;background:var(--topRight);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}>.map-frame-left{grid-area:🡰;background:var(--left);background-size:var(--texture-scale) auto;background-repeat:repeat-y;image-rendering:pixelated}>.map-frame-right{grid-area:🡲;background:var(--right);background-size:var(--texture-scale) auto;background-repeat:repeat-y;image-rendering:pixelated}>.map-frame-bottom-left{grid-area:🡷;background:var(--bottomLeft);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}>.map-frame-bottom{grid-area:🡳;background:var(--bottom);background-size:auto var(--texture-scale);background-repeat:repeat-x;image-rendering:pixelated}>.map-frame-bottom-right{grid-area:🡶;background:var(--bottomRight);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}}.inverted-map-frame{--texture-scale: 30px;display:grid;grid-template-areas:"🡴 🡱 🡵" "🡰 ✖ 🡲" "🡷 🡳 🡶";grid-template-columns:var(--texture-scale) 1fr var(--texture-scale);grid-template-rows:var(--texture-scale) 1fr var(--texture-scale);>.inverted-map-frame-content{grid-area:✖}>.inverted-map-frame-top-left{grid-area:🡴;background:var(--topLeft);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}>.inverted-map-frame-top{grid-area:🡱;background:var(--top);background-size:auto var(--texture-scale);background-repeat:repeat-x;image-rendering:pixelated}>.inverted-map-frame-top-right{grid-area:🡵;background:var(--topRight);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}>.inverted-map-frame-left{grid-area:🡰;background:var(--left);background-size:var(--texture-scale) auto;background-repeat:repeat-y;image-rendering:pixelated}>.inverted-map-frame-right{grid-area:🡲;background:var(--right);background-size:var(--texture-scale) auto;background-repeat:repeat-y;image-rendering:pixelated}>.inverted-map-frame-bottom-left{grid-area:🡷;background:var(--bottomLeft);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}>.inverted-map-frame-bottom{grid-area:🡳;background:var(--bottom);background-size:auto var(--texture-scale);background-repeat:repeat-x;image-rendering:pixelated}>.inverted-map-frame-bottom-right{grid-area:🡶;background:var(--bottomRight);background-size:var(--texture-scale);background-repeat:no-repeat;image-rendering:pixelated}}.chat-message{--avatar-size: 25px;display:grid;grid-template-columns:var(--avatar-size) 1fr;grid-template-rows:var(--avatar-size) 1fr;grid-template-areas:"avatar name" "content content";gap:5px;padding:5px;align-items:center;justify-content:center;background:linear-gradient(to right,#00000080,#0000);.avatar{grid-row:1;grid-column:1;width:var(--avatar-size);height:var(--avatar-size)}&.online{.avatar,.name{cursor:pointer}}.name{grid-row:1;grid-column:2;&.group-vip{color:#a9ff7e}&.group-trusted{color:#ffc37e}&.group-default{color:#cacaca}&.group-admin{color:#ff7474}}.content{grid-row:2;grid-column:1 / 3}}.chat-messages{grid-area:chat;grid-column:1;display:flex;flex-direction:column;gap:10px;padding:0;min-height:432px;max-height:432px;overflow-y:scroll}.chat-messages::-webkit-scrollbar{display:none}.new-chat-message{grid-area:new-message;display:grid;grid-template-rows:47px;grid-template-columns:47px 1fr 47px;grid-template-areas:"avatar input button";align-items:center;.new-chat-message-input{grid-column:1 / -1;grid-row:1}.new-chat-message-avatar{grid-area:avatar;width:25px;height:25px;justify-self:center;pointer-events:none;display:none}.new-chat-message-button{grid-area:button;fill:var(--input-border-color);padding:0}.new-chat-message-button:hover{fill:var(--input-active-border-color)}}.new-chat-message.logged-in{.new-chat-message-input{padding-left:40px}.new-chat-message-avatar{display:block}}.chat-section{min-height:80vh;background:var(--bgBottom3840x2160);background-size:cover;background-position:right bottom;position:relative;.chat-section-second-bg{background:var(--bgTop3840x2160);background-size:cover;background-position:center top;position:absolute;top:0;left:0;width:100%;height:90vh;overflow:hidden;mask:linear-gradient(to bottom,black 0%,black 60%,transparent 75%,transparent 100%)}.chat-section-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(100vw 80vh at bottom left,rgba(25,28,28,1) 0%,rgba(25,28,28,.75) 40%,transparent 65%)}.map-frame{margin:0 50px;position:relative;.map-frame-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto;align-items:stretch;justify-content:stretch;padding:20px;.bluemap-container,.inverted-map-frame{grid-area:1 / 1 / line-end / end}.bluemap-container{overflow:hidden}#chat-section-bluemap:not(.bluemap-deferred){width:150%;height:100%}#chat-section-bluemap.bluemap-deferred{width:100%;height:100%}.inverted-map-frame{background:linear-gradient(to right,rgba(0,0,0,.9) 0%,rgba(0,0,0,.75) 30%,transparent 100%);.inverted-map-frame-content{display:grid;grid-template-areas:"title nothing" "chat nothing" "new-message nothing";grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto;z-index:1;padding:15px;.chat-section-title{grid-area:title;margin:0}}}}}}@media(max-width:2560px){.chat-section{background-image:var(--bgBottom2560x1440);.chat-section-second-bg{background-image:var(--bgTop2560x1440)}}}@media(max-width:1920px){.chat-section{background-image:var(--bgBottom1920x1080);.chat-section-second-bg{background-image:var(--bgTop1920x1080)}}}@media(max-width:1280px){.chat-section{background-image:var(--bgBottom1280x720);.chat-section-second-bg{background-image:var(--bgTop1280x720)}}}@media only screen and (max-width:1200px){.inverted-map-frame-content{grid-template-columns:1fr!important;grid-template-areas:"title" "chat" "new-message"!important}#chat-section-bluemap{width:100%!important}}@media(max-width:1150px){.chat-section{background-image:var(--bgBottomCentered1280x720);background-position:center bottom;.chat-section-second-bg{background-image:var(--bgTop1280x720)}.chat-section-gradient-bg{display:none}}}@media(max-width:990px){.map-frame{margin:0!important}}@media(max-width:800px){.map-frame{margin:0!important;grid-template-areas:"🡱" "✖" "🡳";grid-template-columns:1fr;.map-frame-left,.map-frame-top-left,.map-frame-bottom-left,.map-frame-right,.map-frame-top-right,.map-frame-bottom-right{display:none}.map-frame-content{padding:0!important;.inverted-map-frame{grid-template-areas:"🡱" "✖" "🡳";grid-template-columns:1fr;background:#000000bf 30%!important;.inverted-map-frame-left,.inverted-map-frame-top-left,.inverted-map-frame-bottom-left,.inverted-map-frame-right,.inverted-map-frame-top-right,.inverted-map-frame-bottom-right{display:none}}}}}@media(max-width:640px){.chat-section{background-image:var(--bgBottomCentered640x360);.chat-section-second-bg{background-image:var(--bgTop640x360)}}}.hero-section{--title-subtitle-gap: .72em;height:90vh;align-content:center;.hero-section-bg{position:absolute;top:0;left:0;width:100%;height:90vh;object-fit:cover;object-position:center bottom;z-index:-3}.title,.subtitle{position:relative;text-align:center;color:var(--title-color);text-shadow:var(--heading-shadow);letter-spacing:unset;font-weight:400}@-moz-document url-prefix(){.title,.subtitle{font-weight:700}}.title{margin:0 auto}.subtitle{margin:var(--title-subtitle-gap) auto 0 auto;padding-left:10%;padding-right:10%}.survival-span{color:var(--survival-color)}.freebuild-span{color:var(--freebuild-color)}.fun-span{color:var(--fun-color)}}.news-section{.news-details{img{float:left;margin-right:15px}}.section-bg{object-position:right top}}@media(max-width:1150px){.news-section{.section-bg{object-position:center top}.section-gradient-bg{background:linear-gradient(to bottom,transparent 0%,rgba(25,28,28,.75) 25%,rgba(25,28,28,.85) 50%,rgba(25,28,28,.85) 75%,transparent 100%)!important}.left{grid-area:var(--span-entire-grid)}}}
