@charset "UTF-8";
.hero .hero-art{background-image:url('assets/slumania-world.webp')}
:root{color-scheme:dark;--bg:#07151c;--panel:#0d2028;--line:#203740;--text:#f1f9f9;--muted:#9db5bf;--cyan:#26e4ee;--blue:#12a8df;--wide:1240px;font-family:Arial,Helvetica,sans-serif;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}img{display:block;max-width:100%;height:auto}em{font-style:normal;color:var(--cyan)}.wrap{width:min(var(--wide),calc(100% - 96px));margin-inline:auto}.site-header{height:94px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 max(48px,calc((100vw - var(--wide))/2));border-bottom:1px solid #ffffff12;background:#07151cf5;position:relative;z-index:10}.brand{width:192px;flex-shrink:0}.site-header nav{display:flex;gap:34px;font-size:14px;font-weight:700}.site-header nav a{padding:12px 0;color:#bdd1d7;transition:color .2s}.site-header nav a:hover{color:var(--cyan)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:15px 23px;background:var(--cyan);color:#05171d;font-weight:800;border:1px solid var(--cyan);border-radius:5px;cursor:pointer;line-height:1.5;transition:background .2s,transform .2s,box-shadow .2s}.button:hover{background:#84f7fb;box-shadow:0 6px 26px #26e4ee23;transform:translateY(-2px)}.button span{font-size:21px}.button-small{font-size:14px;padding:10px 17px;gap:18px}.button-outline{background:transparent;color:var(--cyan);border-color:#26e4e64d}.button-outline:hover{background:#26e4ee12}.hero{position:relative;isolation:isolate;min-height:700px;height:min(820px,calc(100svh - 94px));display:flex;align-items:center;overflow:hidden}.hero-art{position:absolute;inset:0;z-index:-3;background:radial-gradient(ellipse at 78% 60%,#08708b 0%,#103744 25%,#07151c 70%);background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#06141df2 0%,#06141dcc 32%,#06141d35 68%,#06141d22),linear-gradient(0deg,var(--bg),transparent 40%)}.hero-grid{position:absolute;z-index:-2;inset:0;background:linear-gradient(#73c9d106 1px,transparent 1px),linear-gradient(90deg,#73c9d106 1px,transparent 1px);background-size:80px 80px}.hero-inner{padding-top:16px;padding-bottom:95px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.8px;color:var(--cyan);display:flex;align-items:center;gap:11px;margin:0 0 26px}.eyebrow span{width:7px;height:7px;display:inline-block;background:var(--cyan);box-shadow:0 0 18px #26e4ee66}.hero h1{font-family:'Arial Black',Arial,sans-serif;letter-spacing:-5px;font-size:clamp(64px,7vw,106px);font-weight:900;line-height:1.04;margin:0 0 30px}.hero-copy{font-size:18px;line-height:1.8;color:#bacdd3;max-width:470px;margin:0 0 32px}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{font-size:14px;font-weight:700;display:inline-flex;gap:15px;align-items:center}.text-link:hover{color:var(--cyan)}.hero-tags{display:flex;gap:22px;color:#bad0d4;font-size:12px;margin-top:34px}.hero-tags span:before{content:"+";color:var(--cyan);margin-right:9px}.hero-bottom{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:space-between;color:#92aab4;font-size:12px;letter-spacing:1.3px}.hero-bottom a{letter-spacing:0}.hero-bottom a span{margin-left:18px;color:var(--cyan)}footer{display:flex;align-items:center;justify-content:space-between;padding-top:40px;padding-bottom:40px;color:var(--muted);font-size:14px;border-top:1px solid var(--line)}footer img{width:155px}.skip{position:fixed;top:10px;left:10px;padding:10px;background:var(--cyan);color:var(--bg);z-index:100;transform:translateY(-160%)}.skip:focus{transform:none}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);background:#153941;border:1px solid #3d8c96;padding:12px 22px;border-radius:8px;z-index:100;opacity:0;pointer-events:none;transition:.2s}.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:auto;min-height:100px;padding:16px 20px;gap:14px;flex-wrap:wrap}.brand{width:146px}.site-header nav{order:3;width:100%;justify-content:space-between;gap:12px;font-size:14px}.site-header nav a{padding:3px 0}.button-small{padding:7px 10px}.hero{min-height:680px;height:auto}.hero-inner{padding-top:70px;padding-bottom:120px}.hero h1{font-size:64px;letter-spacing:-3px}.hero-copy{font-size:16px;max-width:340px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-tags{flex-wrap:wrap;gap:10px 18px;font-size:12px}.hero-bottom{font-size:11px}.hero-bottom>a{display:none}.hero-art{background-position:62% center}.hero:after{background:linear-gradient(90deg,#06141deb,#06141d7d),linear-gradient(0deg,var(--bg),transparent 50%)}footer{align-items:flex-start;gap:24px;flex-direction:column}footer p{margin:0}}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}[hidden]{display:none!important}input,button{font:inherit}.section{padding-top:116px;padding-bottom:116px}h2{font-family:'Arial Black',Arial,sans-serif;font-size:clamp(34px,4vw,54px);line-height:1.14;letter-spacing:-2px;margin:0 0 26px;font-weight:900}h3{font-size:23px;line-height:1.25;letter-spacing:-.5px;margin:0 0 16px}p{color:var(--muted)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:46px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:345px;margin:0 0 3px;line-height:1.8}.cyan-link{color:var(--cyan);margin-top:15px}.server-strip{background:#0b2028;border-block:1px solid var(--line)}.server-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;padding-block:25px}.strip-label{display:flex;align-items:center;gap:18px}.strip-label strong{font-size:16px;display:block}.strip-label div>span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.pixel-mark{display:grid;place-items:center;color:var(--cyan);font-size:36px;line-height:1;width:47px;height:47px;border:1px solid #2de4ef2e;background:#26e4ee08}.address-button{display:flex;align-items:center;gap:36px;background:#07151c;border:1px solid #31515b;color:var(--cyan);border-radius:5px;padding:12px 19px;cursor:pointer}.address-button>span{font-family:Consolas,'Courier New',monospace;font-size:18px;font-weight:700}.address-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.address-button:hover{border-color:var(--cyan)}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:140px;align-items:center}.about-copy>p{max-width:460px}.about-copy .lead{font-size:20px;color:var(--text);margin:0 0 20px}.creator-panel{position:relative;background:radial-gradient(ellipse at 65% 45%,#164b56,#0c222a 68%);border:1px solid #28535e;padding:26px 30px 0;isolation:isolate;overflow:hidden}.creator-panel:before{position:absolute;content:"";inset:0;z-index:-1;opacity:.45;background-image:linear-gradient(#5597a21a 1px,transparent 1px),linear-gradient(90deg,#5597a21a 1px,transparent 1px);background-size:28px 28px}.creator-top{display:flex;justify-content:space-between;font-family:Consolas,monospace;font-size:11px;letter-spacing:2px;color:#91bcc4}.small-cross{color:var(--cyan);font-size:20px;line-height:1}.creator-monogram{position:relative;font-family:'Arial Black',Arial,sans-serif;font-size:160px;line-height:1.1;font-weight:900;text-align:center;color:var(--cyan);text-shadow:8px 8px 0 #007b9d,15px 15px 0 #053948;transform:skewY(-6deg);padding:25px 0 30px}.creator-monogram span{position:absolute;font-size:48px;text-shadow:3px 3px 0 #007b9d;top:27px;right:20%}.creator-name{text-align:center}.creator-name strong{display:block;font-size:28px;letter-spacing:-1px}.creator-name>span{display:block;color:#a2c3cb;font-size:14px;margin:3px 0 20px}.creator-tags{display:flex;justify-content:center;gap:8px;font-size:10px;letter-spacing:1px;color:#a4d5dc}.creator-tags span{padding:4px 8px;border:1px solid #34606a}.creator-link{display:flex;gap:8px;justify-content:space-between;align-items:center;font-size:12px;padding:20px 0;margin-top:26px;border-top:1px solid #2e515b;color:#b9d0d6}.creator-link>span[aria-hidden]{color:var(--cyan);font-size:20px}.minecraft-section{background:#0a1b23;border-block:1px solid #ffffff07}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.feature-world{grid-column:span 2;grid-row:span 2;position:relative;isolation:isolate;min-height:570px;border:1px solid #2b5260;overflow:hidden}.feature-world>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:-2;transition:transform .7s}.feature-world:hover>img{transform:scale(1.035)}.feature-world:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#03171ef7 0%,#041922d9 35%,#04192208 80%)}.world-content{position:absolute;bottom:51px;left:32px;right:32px}.feature-kicker{font-size:10px;letter-spacing:1.8px;color:#8efffb;display:block;margin-bottom:16px;font-weight:700}.world-content h3{font-size:33px;letter-spacing:-1px}.world-content p{font-size:14px;max-width:400px;color:#c0d5db;margin-bottom:23px}.art-caption{position:absolute;bottom:13px;right:16px;font-size:10px;color:#afc7cd}.feature-card{background:#0d232c;border:1px solid #23414b;padding:27px 25px;display:flex;flex-direction:column;transition:border-color .2s,background .2s}.feature-card:hover{border-color:#2a8b96;background:#102b34}.feature-icon{width:39px;height:39px;display:block;margin-bottom:27px;color:var(--cyan)}.feature-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}.feature-card h3{font-size:21px;line-height:1.35;margin-bottom:10px}.feature-card p{font-size:14px;line-height:1.75;margin:0 0 23px}.feature-note{font-size:10px;letter-spacing:1.3px;font-weight:700;color:#70bbc6;margin-top:auto}.feature-card:nth-last-child(-n+2){grid-column:span 2;display:grid;grid-template-columns:48px 1fr;column-gap:22px}.feature-card:nth-last-child(-n+2) .feature-icon{grid-row:1/4}.feature-card:nth-last-child(-n+2) h3 br{display:none}.feature-card:nth-last-child(-n+2) p{max-width:415px;margin-bottom:18px}.feature-catalog{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;margin-top:65px}.feature-catalog>div>p{font-size:14px;max-width:240px}.feature-catalog .eyebrow{font-size:10px;margin-bottom:18px}.feature-catalog h3{font-size:28px}details{border-bottom:1px solid #28424c}summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:16px;font-weight:700;padding:22px 0}summary::-webkit-details-marker{display:none}summary>span{color:var(--cyan);font-size:23px;font-weight:400;transition:transform .2s}details[open] summary>span{transform:rotate(45deg)}details>p{margin:0 35px 24px 0;font-size:14px;line-height:1.85}details a{color:var(--cyan);text-decoration:underline;text-underline-offset:4px}.join-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.join-intro>p:not(.eyebrow){max-width:350px;margin-bottom:30px}.join-intro .text-link{font-size:13px;color:#bfd0d6}.join-panel{background:#0d242c;border:1px solid #31545f;border-radius:7px;overflow:hidden;box-shadow:0 22px 80px #00000026}.edition-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #31545f;background:#091a22}.edition-tabs button{color:#a4bdc7;border:0;background:transparent;padding:18px;cursor:pointer;font-weight:700;font-size:14px;border-bottom:2px solid transparent}.edition-tabs button[aria-selected=true]{color:var(--cyan);border-bottom-color:var(--cyan);background:#26e4ee08}.edition-tabs button:focus-visible{outline-offset:-5px}.edition-panel{padding:30px 32px;min-height:334px}.join-meta{color:var(--cyan);font-size:10px;letter-spacing:1.6px;margin:0 0 19px}.edition-panel h3{font-size:21px}.edition-panel>p:not(.join-meta){font-size:14px}.edition-panel label{display:block;color:#9ebdc7;letter-spacing:1.3px;font-size:10px;margin-top:24px;margin-bottom:9px}.copy-field{display:flex;background:#07171f;border:1px solid #345962;border-radius:4px;overflow:hidden}.copy-field input{background:transparent;color:var(--text);width:100%;min-width:0;border:0;padding:14px 12px;font-family:Consolas,'Courier New',monospace;font-size:16px;outline-offset:-3px}.copy-field button{background:var(--cyan);border:0;color:var(--bg);padding:12px 15px;font-size:12px;font-weight:800;cursor:pointer}.copy-field button:hover{background:#84f7fb}.copy-field button:focus-visible{outline-offset:-5px;outline-color:var(--bg)}.edition-panel .join-hint{font-size:12px!important;line-height:1.7;color:#93b0bb;margin-bottom:0}.port-row{display:flex;align-items:center;justify-content:space-between;margin-top:14px;font-size:11px;color:#9ebdc7;letter-spacing:1.2px}.port-row button{background:transparent;border:1px solid #345962;padding:5px 12px;border-radius:3px;color:var(--cyan);cursor:pointer;font-family:Consolas,monospace}.port-row button span{margin-left:18px}.social-section{background:linear-gradient(135deg,#0b252f,#091b23 65%);border-block:1px solid #203e47}.social-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.social-card{display:flex;gap:20px;align-items:center;padding:26px;background:#0b2029;border:1px solid #284651;transition:background .2s,border-color .2s,transform .2s}.social-card:hover{background:#11333e;border-color:#3bbbc6;transform:translateY(-2px)}.social-discord{background:#113640;border-color:#2f8290}.social-icon{color:var(--cyan);width:48px;height:48px;display:grid;place-items:center;background:#2de4ef08;border-radius:9px;flex-shrink:0}.social-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}.social-card>span:nth-child(2){min-width:0}.social-card strong{display:block;font-size:19px;margin-bottom:3px}.social-card>span>span{display:block;color:#a1bac5;font-size:13px}.social-arrow{margin-left:auto;font-size:27px;color:#639aa9;transition:color .2s}.social-card:hover .social-arrow{color:var(--cyan)}.faq-section{display:grid;grid-template-columns:1fr 1.45fr;gap:100px}.faq-section h2{font-size:40px}.faq-section>div>p:not(.eyebrow){font-size:14px}.faq-list details:first-child summary{padding-top:0}.faq-list details:first-child summary:focus-visible{outline-offset:3px}.closing{padding:48px 50px;display:flex;align-items:center;justify-content:space-between;gap:36px;background:linear-gradient(115deg,#123e48,#0b242e);border:1px solid #2e6c76;position:relative;margin-bottom:70px;overflow:hidden}.closing:before{content:"+";position:absolute;right:34%;top:-65px;font-size:320px;line-height:1;font-weight:900;color:#35dde807;pointer-events:none}.closing .eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:19px}.closing h2{font-size:40px;margin-bottom:12px}.closing h2 span{color:var(--cyan)}.closing p{margin-bottom:0;font-size:14px}.closing .button{font-size:14px;flex-shrink:0;gap:17px}footer.wrap{flex-wrap:wrap;gap:26px;padding-top:36px}.footer-brand p{margin:12px 0 0;font-size:12px}.footer-links{display:flex;gap:25px;font-size:12px}.footer-links a:hover{color:var(--cyan)}.footer-note{flex-basis:100%;font-size:11px;margin:0;color:#7f9aa5}.toast{max-width:calc(100% - 32px);width:max-content;font-size:14px;text-align:center}
@media(min-width:761px) and (max-width:1120px){.site-header{padding-inline:32px;gap:18px}.site-header nav{gap:22px}.wrap{width:calc(100% - 64px)}.about{gap:70px}.section{padding-block:90px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-world{grid-row:auto;min-height:460px}.feature-card:nth-last-child(-n+2){grid-column:span 1;display:flex}.feature-card:nth-last-child(-n+2) h3 br{display:initial}.section-heading{gap:40px}.section-heading>p{max-width:290px}.join-section,.faq-section{gap:55px}.server-strip-inner>.text-link{display:none}.closing{padding:38px;flex-wrap:wrap}.feature-catalog{gap:40px}.social-card{padding:22px;gap:15px}.social-card>span>span{font-size:12px}}
@media(max-width:760px){.section{padding-block:72px}h2{font-size:38px;letter-spacing:-1.5px}.eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:22px}.server-strip-inner{flex-direction:column;align-items:stretch;gap:19px;padding-block:25px}.strip-label{gap:14px}.server-strip-inner>.text-link{justify-content:center;font-size:12px}.address-button{justify-content:space-between;width:100%}.address-button>span{font-size:17px}.about{grid-template-columns:1fr;gap:38px}.about-copy .lead{font-size:18px}.creator-panel{max-width:480px;width:100%;margin:auto}.creator-monogram{font-size:135px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:100%;margin-top:23px;font-size:15px}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-world{grid-column:auto;grid-row:auto;min-height:490px}.world-content{left:24px;right:24px;bottom:42px}.world-content h3{font-size:29px}.feature-kicker{font-size:9px;letter-spacing:1.4px}.world-content p{font-size:14px}.feature-card,.feature-card:nth-last-child(-n+2){grid-column:auto;display:grid;grid-template-columns:40px 1fr;gap:0 17px;padding:24px}.feature-card .feature-icon{grid-column:1;grid-row:1/4;margin:0}.feature-card h3{font-size:20px}.feature-card h3 br{display:none}.feature-card h3 br:after{content:' '}.feature-card p{grid-column:2;font-size:14px;margin-bottom:14px}.feature-note{grid-column:2;font-size:9px}.feature-catalog{grid-template-columns:1fr;gap:15px;margin-top:45px}.feature-catalog>div>p{max-width:100%}.feature-catalog h3{font-size:26px}.feature-catalog>div:first-child>p:last-child{margin-bottom:0}summary{font-size:15px;padding-block:20px}details>p{margin-right:12px}.join-section{grid-template-columns:1fr;gap:33px}.join-intro>p:not(.eyebrow){max-width:100%}.edition-panel{padding:25px 20px;min-height:355px}.edition-panel h3{font-size:20px}.copy-field input{font-size:14px;padding:13px 9px}.copy-field button{padding:12px 11px;font-size:11px}.social-grid{grid-template-columns:1fr;gap:12px}.social-card{padding:21px 18px;gap:15px}.social-icon{width:40px;height:40px}.social-card strong{font-size:18px}.social-card>span>span{font-size:12px;line-height:1.6}.social-arrow{font-size:22px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-section h2{font-size:35px;margin-bottom:15px}.closing{padding:32px 25px;display:block;margin-bottom:50px}.closing h2{font-size:34px}.closing .eyebrow{font-size:9px;letter-spacing:1.3px}.closing .button{margin-top:26px;font-size:13px;gap:14px;padding-inline:17px}.footer-links{gap:20px;flex-wrap:wrap}footer.wrap{padding-block:30px}.footer-note{line-height:1.8}.hero-tags{max-width:340px}}
@media(max-width:360px){.hero h1{font-size:56px}.site-header{padding-inline:16px}.brand{width:132px}.wrap{width:calc(100% - 32px)}.button-small{font-size:12px}.hero-tags{font-size:11px}.copy-field{flex-wrap:wrap}.copy-field input{flex-basis:100%;text-align:center}.copy-field button{width:100%}.closing .button{font-size:12px;padding-inline:12px}.creator-tags{font-size:9px;gap:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
