.hero-section[data-astro-cid-hewtv7us]{position:relative;padding:7rem 0;min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero-bg[data-astro-cid-hewtv7us]{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-2}.bg-gradient[data-astro-cid-hewtv7us]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8f8f8,#eaeaea);z-index:-2}.bg-pattern[data-astro-cid-hewtv7us]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,rgba(245,240,203,.15) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(225,240,255,.2) 0%,transparent 40%),url(/minecraft.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;opacity:.25}.container[data-astro-cid-hewtv7us]{max-width:1400px;margin:0 auto;padding:0 2.5rem;position:relative;z-index:1}.hero-content[data-astro-cid-hewtv7us]{display:flex;align-items:center;justify-content:space-between;gap:5rem}.hero-text[data-astro-cid-hewtv7us]{flex:1;max-width:600px}.hero-visual[data-astro-cid-hewtv7us]{flex:1;display:flex;justify-content:center;position:relative}.hero-title[data-astro-cid-hewtv7us]{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;line-height:1.1}.hero-title[data-astro-cid-hewtv7us] .welcome[data-astro-cid-hewtv7us]{display:block;font-size:.6em;color:var(--color-text-light);margin-bottom:.5rem}.hero-title[data-astro-cid-hewtv7us] .main-title[data-astro-cid-hewtv7us]{display:block;background:linear-gradient(90deg,var(--color-primary) 0%,#444 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:800;letter-spacing:-1px}.hero-description[data-astro-cid-hewtv7us]{font-size:clamp(1.1rem,2vw,1.25rem);margin-bottom:2.5rem;color:#666;line-height:1.6}.hero-stats[data-astro-cid-hewtv7us]{display:flex;gap:2.5rem;margin-bottom:2.8rem;position:relative}.hero-stats[data-astro-cid-hewtv7us]:before{content:"";position:absolute;top:-1rem;left:0;width:80px;height:3px;background:linear-gradient(90deg,var(--color-accent),transparent);border-radius:2px}.stat-item[data-astro-cid-hewtv7us]{display:flex;flex-direction:column;align-items:center}.stat-number[data-astro-cid-hewtv7us]{font-size:2.5rem;font-weight:700;color:var(--color-primary);line-height:1;margin-bottom:.4rem;position:relative}.stat-label[data-astro-cid-hewtv7us]{font-size:.95rem;color:#666;font-weight:500}.hero-cta[data-astro-cid-hewtv7us]{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:3rem}.cta-button[data-astro-cid-hewtv7us]{display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden;z-index:1}.cta-button[data-astro-cid-hewtv7us].primary{background-color:var(--color-primary);color:#fff;box-shadow:0 6px 15px #0000001a}.cta-button[data-astro-cid-hewtv7us].primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff1a,#fff0);transform:translate(-100%);transition:transform .6s ease;z-index:-1}.cta-button[data-astro-cid-hewtv7us].primary:hover{background-color:#222;transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.cta-button[data-astro-cid-hewtv7us].primary:hover:before{transform:translate(100%)}.cta-button[data-astro-cid-hewtv7us].secondary{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary);box-shadow:0 4px 10px #0000000d}.cta-button[data-astro-cid-hewtv7us].secondary:hover{background-color:#2c2c2c0d;transform:translateY(-4px);box-shadow:0 8px 15px #00000014}.cta-icon[data-astro-cid-hewtv7us]{margin-left:.6rem;transition:transform .3s ease;font-size:1.2rem}.cta-button[data-astro-cid-hewtv7us]:hover .cta-icon[data-astro-cid-hewtv7us]{transform:translate(6px)}.potato-scene[data-astro-cid-hewtv7us]{position:relative;width:100%;height:400px;display:flex;justify-content:center;align-items:center}.potato-container[data-astro-cid-hewtv7us]{position:relative;width:240px;height:240px;display:flex;justify-content:center;align-items:center;animation:floatContainer 6s ease-in-out infinite;filter:drop-shadow(0 15px 25px rgba(0,0,0,.2));transform-style:preserve-3d;perspective:1000px}.potato-container[data-astro-cid-hewtv7us]:before{content:"";position:absolute;width:80%;height:30px;background:#0000001a;border-radius:50%;bottom:-15px;filter:blur(10px);z-index:-1;animation:shadowMove 2s ease-in-out infinite}.potato-container[data-astro-cid-hewtv7us]:after{content:"";position:absolute;width:200%;height:200%;border-radius:50%;background:radial-gradient(circle,#fffce833,#fffce800 70%);z-index:-1;animation:pulseGlow 4s ease-in-out infinite}.potato-image[data-astro-cid-hewtv7us]{width:200px;height:auto;image-rendering:pixelated;animation:gentlePulse 4s ease-in-out infinite;user-select:none;filter:drop-shadow(0 5px 15px rgba(0,0,0,.15))}@keyframes floatContainer{0%{transform:translateY(0) rotate(-2deg)}33%{transform:translateY(-20px) rotate(0)}66%{transform:translateY(-10px) rotate(2deg)}to{transform:translateY(0) rotate(-2deg)}}@keyframes gentlePulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shadowMove{0%{transform:scaleX(1);opacity:.5}50%{transform:scaleX(.8);opacity:.3}to{transform:scaleX(1);opacity:.5}}@keyframes pulseGlow{0%{opacity:.3;transform:scale(.9)}50%{opacity:.6;transform:scale(1)}to{opacity:.3;transform:scale(.9)}}.modal[data-astro-cid-hewtv7us]{display:none;position:fixed;z-index:1100;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000c;opacity:0;transition:opacity .3s ease}.modal[data-astro-cid-hewtv7us].show{display:flex;opacity:1;justify-content:center;align-items:center}.modal-content[data-astro-cid-hewtv7us]{display:block;max-width:80%;max-height:80%;image-rendering:pixelated;transform:scale(.5);transition:transform .3s ease}.modal[data-astro-cid-hewtv7us].show .modal-content[data-astro-cid-hewtv7us]{transform:scale(1)}.close-modal[data-astro-cid-hewtv7us]{position:absolute;top:20px;right:30px;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s;cursor:pointer}.close-modal[data-astro-cid-hewtv7us]:hover,.close-modal[data-astro-cid-hewtv7us]:focus{color:#bbb;text-decoration:none}.ip-content[data-astro-cid-hewtv7us]{background:#fff;padding:2rem;border-radius:var(--border-radius);text-align:center;max-width:400px;width:90%}.ip-container[data-astro-cid-hewtv7us]{display:flex;margin-top:1rem;overflow:hidden;border-radius:4px;border:2px solid #eee}#serverIp[data-astro-cid-hewtv7us]{flex:1;padding:12px;border:none;font-size:1rem;background:#f9f9f9}.copy-button[data-astro-cid-hewtv7us]{background:var(--color-primary);color:#fff;border:none;padding:0 1.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.copy-button[data-astro-cid-hewtv7us]:hover{background:#000}.copy-button[data-astro-cid-hewtv7us].copied{background:#4caf50}.onboard-content[data-astro-cid-hewtv7us]{background:#000;border-radius:var(--border-radius);padding:0;width:min(900px,92vw);overflow:hidden;position:relative}.onboard-header[data-astro-cid-hewtv7us]{padding:1rem 1.25rem;background:var(--color-primary);color:#fff}.onboard-header[data-astro-cid-hewtv7us] h3[data-astro-cid-hewtv7us]{margin:0 0 .25rem;font-size:1.25rem}.onboard-header[data-astro-cid-hewtv7us] p[data-astro-cid-hewtv7us]{margin:0;color:#eaeaea;font-size:.95rem}.onboard-video-wrap[data-astro-cid-hewtv7us]{position:relative;background:#000;display:flex;align-items:center;justify-content:center}#onboardVideo[data-astro-cid-hewtv7us]{max-width:100%;width:100%;height:auto;display:block}.video-hint[data-astro-cid-hewtv7us]{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:12px;pointer-events:none;animation:floatAndGlow 2.5s ease-in-out infinite}.video-hint[data-astro-cid-hewtv7us]:after{content:"";position:absolute;top:-40px;left:50%;transform:translate(-50%);width:0;height:0;border-left:24px solid rgba(255,255,255,.9);border-top:15px solid transparent;border-bottom:15px solid transparent;filter:drop-shadow(0 0 10px rgba(255,255,255,.5));z-index:3}.video-hint-text[data-astro-cid-hewtv7us]{background:#000c;color:#fff;padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:500;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:textGlow 2.5s ease-in-out infinite}@keyframes floatAndGlow{0%{transform:translate(-50%,-50%) scale(1);filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}50%{transform:translate(-50%,-55%) scale(1.05);filter:drop-shadow(0 0 30px rgba(255,255,255,.5))}to{transform:translate(-50%,-50%) scale(1);filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}}@keyframes textGlow{0%{box-shadow:0 0 10px #fff3}50%{box-shadow:0 0 20px #fff6}to{box-shadow:0 0 10px #fff3}}@media (max-width: 1200px){.hero-content[data-astro-cid-hewtv7us]{gap:3rem}.potato-scene[data-astro-cid-hewtv7us]{height:350px}.potato-container[data-astro-cid-hewtv7us]{width:220px;height:220px}.potato-image[data-astro-cid-hewtv7us]{width:180px}.hero-title[data-astro-cid-hewtv7us]{font-size:clamp(2.5rem,4vw,3.8rem)}}@media (max-width: 992px){.hero-section[data-astro-cid-hewtv7us]{padding:5rem 0}.hero-content[data-astro-cid-hewtv7us]{flex-direction:column-reverse;text-align:center;gap:1rem}.hero-text[data-astro-cid-hewtv7us]{max-width:100%}.hero-stats[data-astro-cid-hewtv7us]{justify-content:center;margin:2rem auto}.hero-stats[data-astro-cid-hewtv7us]:before{left:50%;transform:translate(-50%);width:120px}.hero-description[data-astro-cid-hewtv7us]{margin-left:auto;margin-right:auto;max-width:85%}.hero-cta[data-astro-cid-hewtv7us]{justify-content:center}.potato-scene[data-astro-cid-hewtv7us]{height:300px;margin-bottom:1rem}.hero-title[data-astro-cid-hewtv7us] .welcome[data-astro-cid-hewtv7us]:before{left:50%;transform:translate(-50%)}.hero-title[data-astro-cid-hewtv7us] .welcome[data-astro-cid-hewtv7us]{padding-left:0;padding-top:1.2rem}}@media (max-width: 768px){.hero-section[data-astro-cid-hewtv7us]{padding:4rem 0 5rem}.container[data-astro-cid-hewtv7us]{padding:0 1.8rem}.hero-title[data-astro-cid-hewtv7us]{font-size:clamp(2.2rem,4vw,3rem);margin-bottom:1.2rem}.hero-description[data-astro-cid-hewtv7us]{font-size:1.05rem;margin-bottom:2rem;max-width:95%}.stat-number[data-astro-cid-hewtv7us]{font-size:2rem}.stat-label[data-astro-cid-hewtv7us]{font-size:.85rem}.cta-button[data-astro-cid-hewtv7us]{padding:.9rem 1.6rem;font-size:1rem}.potato-container[data-astro-cid-hewtv7us]{width:200px;height:200px}.potato-image[data-astro-cid-hewtv7us]{width:160px}.bg-pattern[data-astro-cid-hewtv7us]{opacity:.6}}@media (max-width: 576px){.hero-section[data-astro-cid-hewtv7us]{padding:3.5rem 0 4.5rem;min-height:auto}.container[data-astro-cid-hewtv7us]{padding:0 1.5rem}.hero-title[data-astro-cid-hewtv7us]{font-size:2rem}.hero-stats[data-astro-cid-hewtv7us]{gap:1.5rem;flex-wrap:wrap;justify-content:space-around}.stat-item[data-astro-cid-hewtv7us]{flex:0 0 40%}.hero-cta[data-astro-cid-hewtv7us]{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.cta-button[data-astro-cid-hewtv7us]{width:100%;justify-content:center}.potato-scene[data-astro-cid-hewtv7us]{height:220px}.potato-container[data-astro-cid-hewtv7us]{width:180px;height:180px}.potato-image[data-astro-cid-hewtv7us]{width:140px}}@media (max-width: 375px){.hero-section[data-astro-cid-hewtv7us]{padding:3rem 0 4rem}.container[data-astro-cid-hewtv7us]{padding:0 1.2rem}.hero-title[data-astro-cid-hewtv7us]{font-size:1.8rem}.hero-description[data-astro-cid-hewtv7us]{font-size:1rem}.stat-number[data-astro-cid-hewtv7us]{font-size:1.8rem}.stat-label[data-astro-cid-hewtv7us]{font-size:.8rem}.potato-scene[data-astro-cid-hewtv7us]{height:200px}.potato-container[data-astro-cid-hewtv7us]{width:160px;height:160px}.potato-image[data-astro-cid-hewtv7us]{width:130px}.onboard-header[data-astro-cid-hewtv7us] h3[data-astro-cid-hewtv7us]{font-size:1.1rem}.onboard-header[data-astro-cid-hewtv7us] p[data-astro-cid-hewtv7us]{font-size:.9rem}.video-hint[data-astro-cid-hewtv7us]:after{border-left:18px solid rgba(255,255,255,.9);border-top:11px solid transparent;border-bottom:11px solid transparent;top:-30px}.video-hint-text[data-astro-cid-hewtv7us]{font-size:.8rem;padding:6px 12px}}.features-section[data-astro-cid-vnivfuh2]{padding:5rem 0;background-color:#fff}.section-header[data-astro-cid-vnivfuh2]{text-align:center;margin-bottom:3rem}.section-title[data-astro-cid-vnivfuh2]{font-size:2.5rem;margin-bottom:1rem;color:var(--color-primary)}.section-subtitle[data-astro-cid-vnivfuh2]{font-size:1.2rem;color:var(--color-text-light);max-width:700px;margin:0 auto}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.feature-card[data-astro-cid-vnivfuh2]{background:#f9f9f9;border-radius:var(--border-radius);padding:2rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #eee}.feature-card[data-astro-cid-vnivfuh2]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.feature-title[data-astro-cid-vnivfuh2]{font-size:1.4rem;margin-bottom:1rem;color:var(--color-primary)}.feature-description[data-astro-cid-vnivfuh2]{color:#666;line-height:1.6;margin-bottom:1rem}.feature-link[data-astro-cid-vnivfuh2]{display:inline-block;color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .3s}.feature-link[data-astro-cid-vnivfuh2]:hover{color:var(--color-accent)}.screenshots[data-astro-cid-vnivfuh2]{margin-top:3rem}.screenshot-heading[data-astro-cid-vnivfuh2]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.screenshot-heading[data-astro-cid-vnivfuh2] h3[data-astro-cid-vnivfuh2]{font-size:1.8rem;color:var(--color-primary)}.view-all[data-astro-cid-vnivfuh2]{color:var(--color-primary);text-decoration:none;font-weight:700;transition:color .3s ease}.view-all[data-astro-cid-vnivfuh2]:hover{color:#444}.screenshot-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.screenshot[data-astro-cid-vnivfuh2]{border-radius:var(--border-radius);overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.screenshot[data-astro-cid-vnivfuh2]:hover{transform:scale(1.02)}.screenshot[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:100%;height:auto;display:block}@media (max-width: 768px){.features-section[data-astro-cid-vnivfuh2]{padding:3rem 0}.section-title[data-astro-cid-vnivfuh2]{font-size:2rem}.feature-card[data-astro-cid-vnivfuh2]{padding:1.5rem}.screenshot-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr}}.join-section[data-astro-cid-reh2xpkk]{padding:6rem 0;background:linear-gradient(135deg,#2c2c2c,#444);color:#fff;position:relative;overflow:hidden}.join-section[data-astro-cid-reh2xpkk]:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:0}.join-section[data-astro-cid-reh2xpkk] .container[data-astro-cid-reh2xpkk]{display:flex;align-items:center;gap:3rem;position:relative;z-index:1}.join-content[data-astro-cid-reh2xpkk]{flex:2}.join-title[data-astro-cid-reh2xpkk]{font-size:2.8rem;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,#ddd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.join-description[data-astro-cid-reh2xpkk]{font-size:1.2rem;margin-bottom:2.5rem;line-height:1.6;color:#ddd;max-width:600px}.join-stats[data-astro-cid-reh2xpkk]{display:flex;gap:2rem;margin-bottom:2.5rem}.stat[data-astro-cid-reh2xpkk]{display:flex;flex-direction:column}.stat-number[data-astro-cid-reh2xpkk]{font-size:2.2rem;font-weight:700;color:var(--color-accent)}.stat-label[data-astro-cid-reh2xpkk]{font-size:.9rem;color:#bbb}.join-buttons[data-astro-cid-reh2xpkk]{display:flex;gap:1rem;flex-wrap:wrap}.join-button[data-astro-cid-reh2xpkk]{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:var(--border-radius);font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px #0003}.join-button[data-astro-cid-reh2xpkk].discord{background-color:#5865f2;color:#fff}.join-button[data-astro-cid-reh2xpkk].discord:hover{background-color:#4752c4;transform:translateY(-2px);box-shadow:0 6px 8px #0000004d}.join-button[data-astro-cid-reh2xpkk].store{background-color:var(--color-accent);color:#333}.join-button[data-astro-cid-reh2xpkk].store:hover{background-color:#e6c200;transform:translateY(-2px);box-shadow:0 6px 8px #0000004d}.join-image[data-astro-cid-reh2xpkk]{flex:1;display:flex;justify-content:center;align-items:center}.pixel-art-container[data-astro-cid-reh2xpkk]{position:relative;width:200px;height:200px;display:flex;justify-content:center;align-items:center}.pixel-art-container[data-astro-cid-reh2xpkk]:after{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(circle,#ffd70033,#ffd70000 70%);z-index:-1;animation:pulse 3s ease-in-out infinite}.pixel-art[data-astro-cid-reh2xpkk]{width:180px;height:auto;image-rendering:pixelated;filter:drop-shadow(0 0 15px rgba(255,215,0,.5));animation:float-rotate 5s ease-in-out infinite}@keyframes float-rotate{0%{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(5deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(10px) rotate(-5deg)}to{transform:translateY(0) rotate(0)}}@keyframes pulse{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:.5;transform:scale(.8)}}@media (max-width: 992px){.join-stats[data-astro-cid-reh2xpkk]{gap:1.5rem}.stat-number[data-astro-cid-reh2xpkk]{font-size:1.8rem}}@media (max-width: 768px){.join-section[data-astro-cid-reh2xpkk]{padding:4rem 0}.join-section[data-astro-cid-reh2xpkk] .container[data-astro-cid-reh2xpkk]{flex-direction:column}.join-content[data-astro-cid-reh2xpkk]{text-align:center}.join-description[data-astro-cid-reh2xpkk]{margin-left:auto;margin-right:auto}.join-stats[data-astro-cid-reh2xpkk],.join-buttons[data-astro-cid-reh2xpkk]{justify-content:center}.pixel-art-container[data-astro-cid-reh2xpkk]{margin-top:2rem}}
