*{box-sizing:border-box;margin:0;padding:0}body{background:#2a2a2a;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}#root{min-height:100vh;position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#3a3a3a}::-webkit-scrollbar-thumb{background:#666;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#888}.App{background:linear-gradient(135deg,#2a2a2a,#3a3a3a 50%,#4a4a4a)}.App,.main-content{min-height:100vh;position:relative}.main-content{align-items:center;display:flex;justify-content:center;z-index:2}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2af2;border-bottom:1px solid #6666664d;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.logo{align-items:flex-start;display:flex;flex-direction:column}.logo-image-small{animation:headerBounce 4s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:50px;object-fit:contain;width:auto;will-change:transform}.logo-main{color:#fff;font-size:1.8rem;font-weight:800}.logo-main,.logo-sub{font-family:Inter,sans-serif}.logo-sub{color:#666;font-size:1rem;font-weight:500;margin-left:.2rem;margin-top:-.2rem}.navigation{gap:2rem}.nav-link,.navigation{align-items:center;display:flex}.nav-link{background:none;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#6663;transform:translateY(-2px)}.nav-link.active{background:#666;box-shadow:0 4px 15px #6666}.discord-button{box-shadow:0 4px 15px #6666664d;display:flex}.discord-button:hover{box-shadow:0 6px 20px #6666;transform:translateY(-2px)}@keyframes headerBounce{0%,to{transform:translateZ(0)}30%{transform:translate3d(0,-3px,0)}60%{transform:translateZ(0)}80%{transform:translate3d(0,-1px,0)}}@media (max-width:768px){.header-content{flex-wrap:wrap;gap:1rem;padding:1rem}.navigation{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.logo-image-small{height:40px}.logo-main{font-size:1.5rem}.logo-sub{font-size:.9rem}}.background-effects{pointer-events:none;position:fixed;z-index:1}.background-effects,.scanlines{height:100%;left:0;top:0;width:100%}.scanlines{animation:scanlines .1s linear infinite;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#66666608 0,#66666608 4px);position:absolute}@keyframes scanlines{0%{transform:translateY(0)}to{transform:translateY(4px)}}.particles{height:100%;left:0;position:absolute;top:0;width:100%}.particle{animation:particle-float linear infinite;background:#666;border-radius:50%;box-shadow:0 0 6px #666;height:2px;opacity:.6;position:absolute;width:2px}@keyframes particle-float{0%{opacity:0;transform:translateY(100vh) scale(0)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(-100px) scale(1)}}.smoke-effect{animation:smoke-drift 8s ease-in-out infinite;background:radial-gradient(circle,#6666661a 0,#0000 70%);border-radius:50%;position:absolute}.smoke-1{animation-delay:0s;height:300px;left:10%;top:20%;width:300px}.smoke-2{animation-delay:2s;bottom:20%;height:200px;right:15%;width:200px}.smoke-3{animation-delay:4s;height:250px;left:70%;top:60%;width:250px}@keyframes smoke-drift{0%,to{opacity:.3;transform:translate(0) scale(1)}25%{opacity:.5;transform:translate(20px,-30px) scale(1.1)}50%{opacity:.4;transform:translate(-10px,-20px) scale(.9)}75%{opacity:.6;transform:translate(15px,-10px) scale(1.05)}}@media (max-width:768px){.smoke-1{height:200px;width:200px}.smoke-2{height:150px;width:150px}.smoke-3{height:180px;width:180px}}.main-logo-container{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;width:100%}.concentric-circles{z-index:1}.circle,.concentric-circles{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.circle{animation:pulse 4s ease-in-out infinite;border:2px solid #0066ff4d;border-radius:50%}.circle-1{animation-delay:0s;height:200px;width:200px}.circle-2{animation-delay:1s;height:300px;width:300px}.circle-3{animation-delay:2s;height:400px;width:400px}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.05)}}@keyframes logoBounce{0%,to{transform:translateZ(0)}25%{transform:translate3d(0,-8px,0)}50%{transform:translateZ(0)}75%{transform:translate3d(0,-4px,0)}}.logo-wrapper{position:relative;text-align:center;z-index:2}.main-logo{display:inline-block;position:relative}.logo-image{animation:logoBounce 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));height:auto;max-height:700px;max-width:900px;object-fit:contain;width:auto;will-change:transform}.logo-text-fallback{display:none}.logo-text-main{color:#fff;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:800;letter-spacing:.05em;line-height:1}.logo-banner{background:#06f;border-radius:8px;margin-top:.5rem;padding:.8rem 2rem;position:relative}.logo-text-sub{color:#fff;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:600;letter-spacing:.05em}.echo-text{left:50%;opacity:.1;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1}.echo-text span{color:#003d99;font-family:Inter,sans-serif;font-size:3rem;font-weight:800;letter-spacing:.05em;white-space:nowrap}@media (max-width:768px){.logo-image{max-height:100px;max-width:100px}.logo-text-main{font-size:3rem}.logo-text-sub{font-size:1.4rem}.logo-banner{padding:.6rem 1.5rem}.echo-text span{font-size:2rem}.circle-1{height:150px;width:150px}.circle-2{height:225px;width:225px}.circle-3{height:300px;width:300px}}.section{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;position:relative;z-index:1}.section-header{margin-bottom:3rem;max-width:800px;text-align:center}.section-header h1{color:#fff;font-family:Inter,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1rem}.section-header p{color:#ccc;font-family:Inter,sans-serif;font-size:1.2rem;line-height:1.6}.home-section{justify-content:center;padding-top:0}.home-content{max-width:1200px;text-align:center;width:100%}.welcome-text{margin-bottom:4rem}.welcome-text h2{color:#fff;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.welcome-text p{color:#ccc;font-family:Inter,sans-serif;font-size:1.3rem;line-height:1.6}.features-grid{grid-gap:2rem;contain:layout;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;will-change:transform}.feature-card:hover{background:#6663;box-shadow:0 10px 30px #6666664d;transform:translate3d(0,-5px,0)}.feature-card h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-align:center}.feature-card p{color:#ccc;font-size:.9rem;margin-bottom:0;text-align:center}.info-section{justify-content:flex-start;padding-top:6rem}.info-content{max-width:1000px;width:100%}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:2rem;padding:2rem;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;will-change:transform}.info-card:hover{background:#ffffff14;box-shadow:0 8px 25px #6663;transform:translateY(-2px)}.info-card h2{color:#fff;font-size:1.8rem;font-weight:700}.info-card h2,.info-card p{font-family:Inter,sans-serif;margin-bottom:1rem}.info-card p{color:#ccc;line-height:1.6}.info-card ul{color:#ccc;font-family:Inter,sans-serif;padding-left:1.5rem}.info-card li{line-height:1.6;margin-bottom:.5rem}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.step{flex-direction:column;text-align:center}.step,.step-number{align-items:center;display:flex}.step-number{background:#666;border-radius:50%;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.step-content h3,.step-number{color:#fff;font-family:Inter,sans-serif}.step-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.step-content p{color:#ccc;font-family:Inter,sans-serif;font-size:.9rem;margin:0}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;color:#ccc;display:flex;font-family:Inter,sans-serif;gap:1rem}.contact-icon{font-size:1.2rem}.discord-link{color:#666;font-weight:500;text-decoration:none;transition:color .3s ease,transform .3s ease;will-change:transform}.discord-link:hover{color:#fff;text-decoration:underline;transform:translate3d(0,-2px,0)}.discord-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;will-change:transform}.discord-card:hover{background:#ffffff14;box-shadow:0 10px 30px #6663;transform:translate3d(0,-5px,0)}.discord-card h2{color:#fff;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.discord-container{align-items:center;display:flex;gap:2rem}.discord-icon{animation:discordPulse 2s ease-in-out infinite;color:#666;flex-shrink:0}@keyframes discordPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.discord-content{flex:1 1}.discord-content h3{color:#fff;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.discord-content p{color:#ccc;line-height:1.5;margin-bottom:1.5rem}.discord-button,.discord-content p{font-family:Inter,sans-serif;font-size:1rem}.discord-button{align-items:center;background:#666;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;will-change:transform}.discord-button:hover{background:#555;box-shadow:0 4px 15px #6666;color:#fff;text-decoration:none;transform:translate3d(0,-2px,0)}.discord-button svg{height:20px;width:20px}@media (max-width:768px){.discord-container{flex-direction:column;gap:1.5rem;text-align:center}.discord-icon{order:-1}.discord-card h2{font-size:1.5rem}.discord-content h3{font-size:1.2rem}}.loading{padding:4rem 0;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #6666664d;border-radius:50%;border-top-color:#666;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading p{color:#ccc;font-size:1.1rem}@media (max-width:768px){.section-header h1{font-size:2rem}.section-header p{font-size:1rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.process-steps{gap:1.5rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.a21901f3.css.map*/