.footer.svelte-yl1spi{background-color:#0f1923f2;padding:4rem 0 2rem;border-top:1px solid rgba(11,196,226,.1)}.section-content.svelte-yl1spi{max-width:1200px;margin:0 auto;padding:0 5%}.footer-links.svelte-yl1spi{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.footer-links.svelte-yl1spi a:where(.svelte-yl1spi){color:var(--light);text-decoration:none;font-family:var(--heading-font);font-weight:600;font-size:.9rem;letter-spacing:.1em;transition:color .3s}.footer-links.svelte-yl1spi a:where(.svelte-yl1spi):hover{color:var(--primary)}.footer-bottom.svelte-yl1spi{display:flex;justify-content:space-between;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem;opacity:.7;flex-wrap:wrap;gap:1rem}.copyright.svelte-yl1spi{margin:0}.legal-links.svelte-yl1spi{display:flex;gap:1.5rem}.legal-links.svelte-yl1spi a:where(.svelte-yl1spi){color:var(--light);text-decoration:none;transition:color .3s}.legal-links.svelte-yl1spi a:where(.svelte-yl1spi):hover{color:var(--primary)}@media (max-width: 768px){.footer.svelte-yl1spi{padding:3rem 0 2rem}.footer-links.svelte-yl1spi{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.footer-bottom.svelte-yl1spi{flex-direction:column;align-items:center;text-align:center}}.character-container.svelte-g172vz{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.character.svelte-g172vz{position:absolute;width:100%;height:100%;background-color:#0f192399;border:2px solid var(--character-color);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);display:flex;align-items:center;justify-content:center;animation:svelte-g172vz-float 3s ease-in-out infinite;z-index:2}.character-glow.svelte-g172vz{position:absolute;width:100%;height:100%;background-color:var(--character-color);opacity:.2;filter:blur(15px);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);z-index:1;animation:svelte-g172vz-pulse 3s ease-in-out infinite}.character-icon.svelte-g172vz{font-size:5rem;animation:svelte-g172vz-bounce 2s ease-in-out infinite}@keyframes svelte-g172vz-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes svelte-g172vz-pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}@keyframes svelte-g172vz-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.character-icon.svelte-g172vz{font-size:4rem}}@media (max-width: 480px){.character-icon.svelte-g172vz{font-size:3.5rem}}.network-container.svelte-wydvg7{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.hero-section.svelte-1rbe7cr{min-height:100vh;position:relative;display:flex;flex-direction:column;background:linear-gradient(145deg,#0a151f,#101e2c);background-size:cover}.overlay.svelte-1rbe7cr{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(11,196,226,.05) 0%,transparent 60%);z-index:1}.grid-pattern.svelte-1rbe7cr{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px;z-index:1}.hero-content.svelte-1rbe7cr{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 5%;margin-top:auto;margin-bottom:auto;position:relative;z-index:3;flex:1;height:100%}.hero-text.svelte-1rbe7cr{justify-self:center;padding-right:2rem;max-width:550px;width:100%}h1.svelte-1rbe7cr{font-family:var(--heading-font);font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:-.02em}.hero-description.svelte-1rbe7cr{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.cta-container.svelte-1rbe7cr{display:flex;gap:1rem}.cta-button.svelte-1rbe7cr{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:var(--primary);color:var(--dark);font-family:var(--heading-font);font-weight:700;font-size:1rem;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;border:none;clip-path:var(--edge-angle);transition:all .3s ease;position:relative;overflow:hidden;min-width:180px}.cta-button.svelte-1rbe7cr:hover{filter:brightness(1.2);transform:translateY(-2px)}.arrow-icon.svelte-1rbe7cr{margin-left:.5rem;transition:transform .3s ease}.cta-button.svelte-1rbe7cr:hover .arrow-icon:where(.svelte-1rbe7cr){transform:translate(4px)}.character-container.svelte-1rbe7cr{position:relative;width:300px;height:320px;justify-self:center;margin:0 auto}.character-highlight.svelte-1rbe7cr{position:absolute;bottom:-20px;left:0;width:100%;height:20px;background:radial-gradient(ellipse at center,rgba(11,196,226,.3) 0%,transparent 70%);filter:blur(10px);z-index:1}@media (max-width: 1024px){.hero-content.svelte-1rbe7cr{padding:0 5%}h1.svelte-1rbe7cr{font-size:3rem}.character-container.svelte-1rbe7cr{width:250px;height:300px}}@media (max-width: 768px){.hero-content.svelte-1rbe7cr{grid-template-columns:1fr;text-align:center;padding:3rem 1rem;gap:2rem;justify-content:center}.hero-text.svelte-1rbe7cr{padding-right:0;max-width:100%;display:flex;flex-direction:column;align-items:center}h1.svelte-1rbe7cr{font-size:2.5rem;margin-bottom:1rem}.hero-description.svelte-1rbe7cr{margin-bottom:1.5rem;font-size:1.1rem}.cta-container.svelte-1rbe7cr{justify-content:center}.character-container.svelte-1rbe7cr{width:200px;height:250px;margin-top:0}}@media (max-width: 480px){h1.svelte-1rbe7cr{font-size:2rem}.hero-description.svelte-1rbe7cr{font-size:1rem}.character-container.svelte-1rbe7cr{width:180px;height:230px}}.section.svelte-1qxrj2{padding:6rem 0;position:relative;overflow:hidden}.section-content.svelte-1qxrj2{max-width:1200px;margin:0 auto;padding:0 5%;position:relative;z-index:2}.equation-element.svelte-1qxrj2{position:absolute;font-family:Space Grotesk,monospace;color:#0bc4e212;font-size:5rem;font-weight:300;z-index:1}.equation-element.left.svelte-1qxrj2{top:20%;left:5%;transform:rotate(-15deg)}.equation-element.right.svelte-1qxrj2{top:60%;right:5%;transform:rotate(15deg)}.diagram-decoration.svelte-1qxrj2{position:absolute;width:150px;height:200px;opacity:.04;background-size:contain;background-repeat:no-repeat;z-index:1}.diagram-decoration.left.svelte-1qxrj2{left:2%;top:40%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='200' viewBox='0 0 150 200' fill='none'%3E%3Cpath d='M30 20L120 20L120 180L30 180M30 100L80 100M80 70L100 100L80 130' stroke='%230BC4E2' stroke-width='8'/%3E%3C/svg%3E")}.diagram-decoration.right.svelte-1qxrj2{right:2%;top:40%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='200' viewBox='0 0 150 200' fill='none'%3E%3Cpath d='M120 20L30 20L30 180L120 180M120 100L70 100M70 70L50 100L70 130' stroke='%230BC4E2' stroke-width='8'/%3E%3C/svg%3E")}.connection-line.svelte-1qxrj2{height:30px;width:2px;background-color:#0bc4e24d;margin:0 auto;position:relative}.arrow-down.svelte-1qxrj2{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(11,196,226,.3)}h2.svelte-1qxrj2{font-family:var(--heading-font);font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center;text-transform:uppercase;letter-spacing:-.02em}.flow-diagram.svelte-1qxrj2{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:3rem auto;position:relative}.flow-step.svelte-1qxrj2{display:flex;align-items:flex-start;gap:1.5rem;position:relative}.flow-icon.svelte-1qxrj2{width:40px;height:40px;border-radius:50%;background-color:#0bc4e21a;border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;font-family:var(--heading-font);font-weight:700;font-size:1.2rem;color:var(--primary);flex-shrink:0}.flow-item.svelte-1qxrj2{flex:1;background-color:#0f192380;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;position:relative}.flow-item.svelte-1qxrj2:before{content:"";position:absolute;left:-10px;top:20px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid rgba(255,255,255,.1)}.flow-icon-wrap.svelte-1qxrj2{width:60px;height:60px;border-radius:30%;background-color:#0bc4e21a;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.flow-emoji.svelte-1qxrj2{font-size:2rem}.flow-item.svelte-1qxrj2 h3:where(.svelte-1qxrj2){font-family:var(--heading-font);font-size:1.4rem;margin-bottom:.5rem;font-weight:700}.flow-item.svelte-1qxrj2 p:where(.svelte-1qxrj2){font-size:1rem;line-height:1.5;opacity:.9}.decorative-line.svelte-1qxrj2{height:1px;background:linear-gradient(to right,transparent,rgba(11,196,226,.5),transparent);width:100%;max-width:1000px;margin:3rem auto 0;position:relative;z-index:2}@media (max-width: 768px){.section.svelte-1qxrj2{padding:4rem 0}h2.svelte-1qxrj2{font-size:2rem}.flow-step.svelte-1qxrj2{flex-direction:column;align-items:center;text-align:center}.flow-item.svelte-1qxrj2:before{display:none}.flow-icon-wrap.svelte-1qxrj2{margin:0 auto 1rem}.equation-element.svelte-1qxrj2{font-size:3rem;opacity:.05}}.section.svelte-1sh4qhp{padding:6rem 0;position:relative;background:linear-gradient(180deg,#0f1923,#101e2c);overflow:hidden}.section-content.svelte-1sh4qhp{max-width:1200px;margin:0 auto;padding:0 5%;position:relative;z-index:2}.progress-pattern.svelte-1sh4qhp{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(11,196,226,.02) 1px,transparent 1px);background-size:30px 30px;z-index:1}.achievement-decoration.svelte-1sh4qhp{position:absolute;width:100px;height:100px;opacity:.05;z-index:1;background-size:contain;background-repeat:no-repeat}.achievement-decoration.top-left.svelte-1sh4qhp{top:80px;left:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Ccircle cx='50' cy='50' r='45' stroke='%230BC4E2' stroke-width='3'/%3E%3Cpath d='M30 50L45 65L70 35' stroke='%230BC4E2' stroke-width='5'/%3E%3C/svg%3E")}.achievement-decoration.top-right.svelte-1sh4qhp{top:80px;right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Cpolygon points='50,10 61,35 90,38 70,57 74,85 50,72 26,85 30,57 10,38 39,35' stroke='%230BC4E2' stroke-width='3' fill='none'/%3E%3C/svg%3E")}.achievement-decoration.bottom-left.svelte-1sh4qhp{bottom:80px;left:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Crect x='20' y='20' width='60' height='60' stroke='%230BC4E2' stroke-width='3'/%3E%3Cpath d='M35 50L45 60L65 40' stroke='%230BC4E2' stroke-width='3'/%3E%3C/svg%3E")}.achievement-decoration.bottom-right.svelte-1sh4qhp{bottom:80px;right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Cpath d='M50 15L85 85H15L50 15Z' stroke='%230BC4E2' stroke-width='3'/%3E%3Ctext x='50' y='65' font-family='monospace' font-size='20' text-anchor='middle' fill='%230BC4E2'%3E!%3C/text%3E%3C/svg%3E")}h2.svelte-1sh4qhp{font-family:var(--heading-font);font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center;text-transform:uppercase;letter-spacing:-.02em}.rewards-container.svelte-1sh4qhp{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.reward-item.svelte-1sh4qhp{background-color:#0f192399;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:8px;text-align:center;transition:transform .3s,box-shadow .3s;height:100%;position:relative}.achievement-number.svelte-1sh4qhp{position:absolute;bottom:10px;right:10px;width:25px;height:25px;border-radius:50%;background-color:#0bc4e21a;border:1px solid rgba(11,196,226,.3);display:flex;align-items:center;justify-content:center;font-family:var(--heading-font);font-size:.8rem;color:#0bc4e2b3;opacity:.7}.reward-item.svelte-1sh4qhp:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003;border-color:#0bc4e24d}.reward-icon.svelte-1sh4qhp{margin-bottom:1.5rem;filter:drop-shadow(0 0 10px rgba(11,196,226,.3))}.reward-item.svelte-1sh4qhp h3:where(.svelte-1sh4qhp){font-family:var(--heading-font);font-size:1.4rem;margin-bottom:1rem;font-weight:700}.reward-item.svelte-1sh4qhp p:where(.svelte-1sh4qhp){font-size:1rem;line-height:1.5;opacity:.9}.rewards-cta.svelte-1sh4qhp{text-align:center;margin-top:3rem}.cta-button.svelte-1sh4qhp{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:var(--primary);color:var(--dark);font-family:var(--heading-font);font-weight:700;font-size:1rem;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;border:none;clip-path:var(--edge-angle);transition:all .3s ease;position:relative;overflow:hidden;min-width:220px}.cta-button.svelte-1sh4qhp:hover{filter:brightness(1.2);transform:translateY(-2px)}.arrow-icon.svelte-1sh4qhp{margin-left:.5rem;transition:transform .3s ease}.cta-button.svelte-1sh4qhp:hover .arrow-icon:where(.svelte-1sh4qhp){transform:translate(4px)}@media (max-width: 768px){.section.svelte-1sh4qhp{padding:4rem 0}h2.svelte-1sh4qhp{font-size:2rem}.rewards-container.svelte-1sh4qhp{grid-template-columns:1fr}.achievement-decoration.svelte-1sh4qhp{opacity:.03;width:80px;height:80px}}.section.svelte-18qisab{padding:6rem 0;position:relative;overflow:hidden}.section-content.svelte-18qisab{max-width:1200px;margin:0 auto;padding:0 5%;position:relative;z-index:2}.corner-decoration.svelte-18qisab{position:absolute;width:120px;height:120px;opacity:.1;z-index:1}.top-left.svelte-18qisab{top:30px;left:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cpath d='M0 0L120 0L120 20L20 20L20 120L0 120L0 0Z' fill='%230BC4E2'/%3E%3Ctext x='40' y='70' font-family='monospace' font-size='24' fill='%230BC4E2'%3E+%3C/text%3E%3C/svg%3E")}.top-right.svelte-18qisab{top:30px;right:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cpath d='M120 0L0 0L0 20L100 20L100 120L120 120L120 0Z' fill='%230BC4E2'/%3E%3Ctext x='60' y='70' font-family='monospace' font-size='24' fill='%230BC4E2'%3E−%3C/text%3E%3C/svg%3E")}.bottom-left.svelte-18qisab{bottom:30px;left:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cpath d='M0 120L120 120L120 100L20 100L20 0L0 0L0 120Z' fill='%230BC4E2'/%3E%3Ctext x='40' y='50' font-family='monospace' font-size='24' fill='%230BC4E2'%3E÷%3C/text%3E%3C/svg%3E")}.bottom-right.svelte-18qisab{bottom:30px;right:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'%3E%3Cpath d='M120 120L0 120L0 100L100 100L100 0L120 0L120 120Z' fill='%230BC4E2'/%3E%3Ctext x='60' y='50' font-family='monospace' font-size='24' fill='%230BC4E2'%3E×%3C/text%3E%3C/svg%3E")}.coordinate-grid.svelte-18qisab{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(11,196,226,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(11,196,226,.03) 1px,transparent 1px);background-size:40px 40px;z-index:0}h2.svelte-18qisab{font-family:var(--heading-font);font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center;text-transform:uppercase;letter-spacing:-.02em}.world-intro.svelte-18qisab{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.2rem;line-height:1.6;opacity:.9}.world-map-container.svelte-18qisab{position:relative}.hub-intro.svelte-18qisab{display:flex;justify-content:center;margin-bottom:3rem}.hub-card.svelte-18qisab{background-color:#0bc4e20d;border:1px solid rgba(11,196,226,.2);padding:2rem;border-radius:8px;text-align:center;max-width:500px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:2}.card-icon.svelte-18qisab{font-size:2.5rem;margin-bottom:1rem}.section-subheading.svelte-18qisab{text-align:center;font-family:var(--heading-font);font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}.game-cards.svelte-18qisab{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.game-card.svelte-18qisab{background-color:#0f192380;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:8px;transition:transform .3s,box-shadow .3s;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.game-card.svelte-18qisab:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003;border-color:#0bc4e24d}.game-card.svelte-18qisab h3:where(.svelte-18qisab){font-family:var(--heading-font);font-size:1.4rem;margin:1rem 0;font-weight:700}.game-card.svelte-18qisab p:where(.svelte-18qisab){margin-bottom:2rem;font-size:1rem;line-height:1.5;opacity:.9;flex-grow:1}.card-status.svelte-18qisab{font-size:.8rem;padding:.25rem 1rem;border-radius:20px;font-weight:600;display:inline-block;text-transform:uppercase;letter-spacing:.05em}.card-status.available.svelte-18qisab{background-color:#0bc4e233;color:var(--primary)}.card-status.coming.svelte-18qisab{background-color:#ff46551a;color:var(--secondary)}.decorative-line.svelte-18qisab{height:1px;background:linear-gradient(to right,transparent,rgba(11,196,226,.5),transparent);width:100%;max-width:1000px;margin:3rem auto 0;position:relative;z-index:2}@media (max-width: 768px){.section.svelte-18qisab{padding:4rem 0}h2.svelte-18qisab{font-size:2rem}.world-intro.svelte-18qisab{font-size:1rem}.game-cards.svelte-18qisab{grid-template-columns:1fr}}.landing.svelte-s7rvnp{width:100%;overflow-x:hidden}
