:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f9f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#004a00;text-decoration:inherit}a:hover{color:#5fbc60}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f9f5;color:#213547}h1,h2,h3,h4,h5,h6{color:#004a00;margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#5fbc60;color:#fff;cursor:pointer;transition:all .25s ease}button:hover{background-color:#4fa850;transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid #004a00;outline-offset:2px}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#004a00,#030,#004a00);display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashFadeOut 1s ease-in-out 3s forwards}.splash-content{text-align:center;max-width:90vw;animation:splashContentFadeIn 1.5s ease-out}.splash-logo{max-width:80vw;max-height:50vh;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));animation:logoFloat 3s ease-in-out infinite}.splash-subtitle{margin-top:2rem;color:#5fbc60;font-size:1.5rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.splash-subtitle p{margin:0 0 1rem;opacity:0;animation:textFadeIn 1s ease-out .5s forwards}.loading-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.loading-dots span{width:8px;height:8px;border-radius:50%;background-color:#5fbc60;animation:dotPulse 1.5s ease-in-out infinite}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.3s}.loading-dots span:nth-child(3){animation-delay:.6s}@keyframes splashFadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes splashContentFadeIn{0%{opacity:0;transform:scale(.8) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media(max-width:768px){.splash-logo{max-width:95vw;max-height:40vh}.splash-subtitle{font-size:1.2rem;letter-spacing:1px}}@media(max-width:480px){.splash-subtitle{font-size:1rem}}@media(min-width:1920px){.splash-logo{max-width:1200px}}.header{background-color:#004a00;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #004a004d;width:100%}.header-container{max-width:1200px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo-container{display:flex;align-items:center;gap:1rem}.logo{width:50px;height:50px;border-radius:8px}.server-name{font-size:1.5rem;font-weight:700;color:#5fbc60}.navigation ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.navigation a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.navigation a:hover{color:#5fbc60}.discord-link{background-color:#5fbc60;color:#004a00!important;padding:.5rem 1rem;border-radius:25px;font-weight:700;transition:background-color .3s ease}.discord-link:hover{background-color:#4fa850;color:#fff!important}@media(max-width:768px){.header-container{padding:0 1rem}.navigation ul{gap:1rem}.server-name{font-size:1.2rem}.logo{width:40px;height:40px}}.hero{background:linear-gradient(135deg,#f5f9f5,#e8f5e8);min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 0}.hero-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.hero-content{max-width:1000px;margin:0 auto}.hero-logo{max-width:90vw;width:100%;height:auto;margin-bottom:3rem;filter:drop-shadow(0 8px 25px rgba(0,74,0,.3));animation:heroLogoSlideIn 1s ease-out .5s both}.hero-title{font-size:3.5rem;color:#004a00;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1);animation:heroTextSlideIn 1s ease-out .8s both}.hero-subtitle{font-size:1.3rem;color:#2d5a2d;margin-bottom:3rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;animation:heroTextSlideIn 1s ease-out 1.1s both}.hero-features{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap;animation:heroTextSlideIn 1s ease-out 1.4s both}.feature-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#004a00;font-weight:600}.feature-icon{font-size:2rem;margin-bottom:.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:heroTextSlideIn 1s ease-out 1.7s both}.cta-buttons a{text-decoration:none}.cta-primary,.cta-secondary{padding:1rem 2rem;font-size:1.1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;min-width:150px}.cta-primary{background-color:#5fbc60;color:#fff;box-shadow:0 4px 15px #5fbc604d}.cta-primary:hover{background-color:#4fa850;transform:translateY(-2px);box-shadow:0 6px 20px #5fbc6066}.cta-secondary{background-color:transparent;color:#004a00;border:2px solid #004a00}.cta-secondary:hover{background-color:#004a00;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-features{gap:2rem}.hero-logo{max-width:95vw}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:250px}}@media(min-width:1400px){.hero-logo{max-width:1200px}}@media(min-width:1920px){.hero-logo{max-width:1400px}}@keyframes heroLogoSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes heroTextSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.features{padding:5rem 0;background-color:#fff}.features-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;text-align:center}.features-title{font-size:2.5rem;color:#004a00;margin-bottom:1rem;font-weight:700}.features-subtitle{font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:linear-gradient(135deg,#f5f9f5,#fff);padding:2rem;border-radius:15px;border:1px solid #e0f0e0;transition:all .3s ease;text-align:center;box-shadow:0 2px 10px #004a000d}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #004a0026;border-color:#5fbc60}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-title{font-size:1.3rem;color:#004a00;margin-bottom:1rem;font-weight:700}.feature-description{color:#555;line-height:1.6;font-size:.95rem}@media(max-width:768px){.features{padding:3rem 0}.features-title{font-size:2rem}.features-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.footer{background-color:#004a00;color:#fff;padding:3rem 0 1rem}.footer-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo-img{width:40px;height:40px;border-radius:8px}.footer-server-name{font-size:1.5rem;font-weight:700;color:#5fbc60}.footer-description{color:#ccc;line-height:1.6;margin-bottom:1rem}.footer-title{color:#5fbc60;font-size:1.2rem;margin-bottom:1rem;font-weight:700}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.social-link:hover{color:#5fbc60}.newsletter-text{color:#ccc;margin-bottom:1rem;line-height:1.5}.newsletter{display:flex;gap:.5rem;flex-direction:column}.newsletter-input{padding:.75rem;border:1px solid #5fbc60;border-radius:25px;background-color:#fff;color:#004a00;font-size:.9rem;outline:none}.newsletter-input:focus{border-color:#4fa850;box-shadow:0 0 0 2px #5fbc6033}.newsletter-button{padding:.75rem 1.5rem;background-color:#5fbc60;color:#fff;border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.newsletter-button:hover{background-color:#4fa850}.newsletter-button:disabled{background-color:#999;cursor:not-allowed}.newsletter-message{margin-top:1rem;padding:.5rem;border-radius:4px;font-size:.9rem;text-align:center}.newsletter-message.success{background-color:#5fbc6033;color:#5fbc60;border:1px solid #5fbc60}.newsletter-message.error{background-color:#dc354533;color:#dc3545;border:1px solid #dc3545}.footer-bottom{border-top:1px solid #2d5a2d;padding-top:1rem;text-align:center;color:#ccc;font-size:.9rem}.footer-disclaimer{margin-top:.5rem;font-size:.8rem;color:#999}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.newsletter{flex-direction:column}.newsletter-input,.newsletter-button{width:100%}}.App{min-height:100vh;background-color:#004a00;position:relative}.main-content{opacity:0;transform:translateY(20px);transition:all .8s ease-out;max-width:1200px;margin:0 auto;background-color:#f5f9f5;min-height:100vh;box-shadow:0 0 20px #0000004d}.main-content.visible{opacity:1;transform:translateY(0)}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f9f5}::-webkit-scrollbar-thumb{background:#5fbc60;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4fa850}.text-primary{color:#004a00}.text-secondary{color:#5fbc60}.bg-primary{background-color:#004a00}.bg-secondary{background-color:#5fbc60}.bg-light{background-color:#f5f9f5}@media(max-width:1240px){.main-content{max-width:100%;box-shadow:none}.App{background-color:#f5f9f5}}@media(max-width:768px){.main-content{margin:0}}
