@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{min-height:100vh}*,body,html{margin:0;padding:0}*{box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}body{background-color:#0a0a0c;color:#fff;overflow-x:hidden;position:relative}.animated-background{animation:gradientBG 15s ease infinite;background:linear-gradient(-45deg,#121212,#1a1a2e,#16213e,#0f3460);background-size:400% 400%;height:100%;left:0;position:fixed;top:0;width:100%;z-index:-2}@keyframes gradientBG{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.music-notes{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.music-note{animation:floatNote 10s linear infinite;color:#5865f2b3;font-size:24px;position:absolute}@keyframes floatNote{0%{transform:translateY(100vh) rotate(0deg)}to{transform:translateY(-100px) rotate(1turn)}}.header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a0ccc;display:flex;justify-content:space-between;left:0;padding:1rem 5%;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{box-shadow:0 5px 20px #0000004d;padding:.5rem 5%}.logo-container{align-items:center;cursor:pointer;display:flex;gap:1rem}.logo-gif{border:2px solid #5865f2;border-radius:50%;height:50px;object-fit:cover;width:50px}.header h1{background:linear-gradient(90deg,#5865f2,#9b59b6);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.5rem;font-weight:600}.navbar{display:flex;gap:1.5rem}.navbar button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s}.navbar button:after{background:linear-gradient(90deg,#5865f2,#9b59b6);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.navbar button.active:after,.navbar button:hover:after{width:100%}.navbar button.active,.navbar button:hover{color:#5865f2}.hero-section{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:0 2rem;position:relative}.hero-banner{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.banner-gif{filter:brightness(.7);height:100%;object-fit:cover;width:100%}.banner-overlay{background:#0000004d;height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.hero-content h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px #00000080}.hero-content h1 span{background:linear-gradient(90deg,#5865f2,#9b59b6);-webkit-background-clip:text;background-clip:text;color:#0000}.hero-content p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;text-shadow:0 1px 3px #00000080}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.invite-button{background:linear-gradient(90deg,#5865f2,#9b59b6)}.commands-button,.invite-button{border-radius:50px;color:#fff;font-weight:600;padding:.8rem 2rem;text-decoration:none}.commands-button{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3}.features-section{overflow:hidden;padding:5rem 2rem;position:relative}.section-header{margin-bottom:4rem;text-align:center}.section-title{background:#fff;-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#ffffffb3;font-size:1.1rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1100px}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1f2499;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease;z-index:1}.feature-card:before{background:linear-gradient(135deg,#7c4dff1a,#3a1cff00);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.feature-card:hover{box-shadow:0 10px 20px #7c4dff26;transform:translateY(-6px)}.commands-section{background:var(--bg-color);padding:4rem 2rem}.commands-container{margin:0 auto;max-width:1200px}.commands-container h2{color:var(--primary-color);font-size:2.5rem;margin-bottom:3rem;text-align:center}.commands-category{margin-bottom:3rem}.category-header{margin-bottom:1.5rem;text-align:center}.category-header h3{align-items:center;display:flex;font-size:1.8rem;gap:.5rem;justify-content:center}.category-header .emoji{font-size:1.5rem}.category-description{color:var(--text-secondary);margin-top:.5rem}.commands-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.command-card{background:var(--card-bg);background:linear-gradient(135deg,#7c4dff1a,#3a1cff00);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:transform .2s}.command-card:hover{transform:translateY(-5px)}.command-header{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.command-icon{font-size:1.2rem}.command-name{color:var(--primary-color);font-size:1.1rem;margin:0}.command-desc{color:var(--text-primary);line-height:1.5;margin-bottom:1rem}.command-usage{background:var(--code-bg);border-radius:6px;font-family:monospace;font-size:.9rem;padding:.5rem}.command-usage span{color:var(--text-secondary);font-size:.8rem;margin-right:.5rem}.command-usage code{color:var(--code-color)}.invite-section{padding:8rem 5%;position:relative;text-align:center}.invite-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin:0 auto;max-width:800px;padding:4rem 2rem}.invite-section h2{background:linear-gradient(90deg,#5865f2,#9b59b6);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2.5rem;margin-bottom:1.5rem}.invite-section p{color:#b9bbbe;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.server-count{color:#b9bbbe;font-size:1.2rem;margin-top:3rem}.server-count span{background:linear-gradient(90deg,#5865f2,#9b59b6);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2rem;font-weight:700}.footer{background:linear-gradient(90deg,#1a1a2e,#16213e);color:#fff;padding:3rem 0 1rem;text-align:center}.footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content,.footer-main{align-items:center;display:flex;flex-direction:column}.footer-main{gap:1.5rem;margin-bottom:2rem}.footer-logo{align-items:center;display:flex;flex-direction:column;gap:1rem}.footer-logo-img{border:2px solid #5865f2;border-radius:50%;height:60px;object-fit:cover;width:60px}.footer-logo h3{background:linear-gradient(90deg,#5865f2,#9b59b6);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.5rem;margin:0}.footer-legal-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-legal-links a{color:#b9bbbe;font-size:.9rem;text-decoration:none;transition:all .3s ease}.footer-legal-links a:hover{color:#fff}.footer-legal-links span{color:#ffffff4d}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#b9bbbe;font-size:1.3rem;transition:all .3s ease}.footer-social a:hover{color:#5865f2;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;color:#b9bbbe;display:flex;flex-direction:column;font-size:.8rem;gap:.5rem;margin-top:1rem;padding-top:2rem;width:100%}.footer-credits{font-size:.7rem;opacity:.7}@media (max-width:992px){.hero-section{flex-direction:column;padding-top:120px;text-align:center}.hero-buttons{justify-content:center}.hero-content{margin-bottom:3rem;max-width:100%}.hero-content h1{font-size:2.5rem}}@media (max-width:768px){.header{flex-direction:column;padding:1rem 5%}.logo-container{margin-bottom:1rem}.navbar{flex-wrap:wrap;justify-content:center;width:100%}.commands-categories{grid-template-columns:1fr}}@media (max-width:576px){.hero-content h1{font-size:2rem}.hero-buttons{flex-direction:column}.features-grid{grid-template-columns:1fr}}.privacy-page{background:linear-gradient(135deg,#000,#434343 50%,#000);color:#e0e0e0;min-height:100vh;padding-bottom:2rem}.privacy-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 2px 10px #0003;display:flex;justify-content:center;padding:1rem 2rem}.logo-link{align-items:center;color:#fff;display:flex;text-decoration:none}.privacy-logo{height:40px;margin-right:15px}.privacy-container{background:#1e1f24cc;border-radius:10px;box-shadow:0 4px 20px #0000004d;color:#e0e0e0;margin:2rem auto;max-width:800px;padding:2rem}.privacy-container h1{color:#fff;margin-bottom:.5rem;text-align:center}.last-updated{color:#aaa;margin-bottom:2rem;text-align:center}.privacy-container h2{color:#7c4dff;font-size:1.3rem;margin:1.5rem 0 1rem}.privacy-container p{line-height:1.6;margin-bottom:1rem}.privacy-container ul{margin:1rem 0;padding-left:1.5rem}.privacy-container li{line-height:1.5;margin-bottom:.5rem}.back-to-home{margin-top:3rem;text-align:center}.back-button{background:#7c4dff;border-radius:5px;color:#fff;display:inline-block;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.back-button:hover{background:#6a3dcc;transform:translateY(-2px)}@media (max-width:768px){.privacy-container{margin:1rem;padding:1.5rem}.privacy-header{padding:1rem}.privacy-logo{height:30px}}
/*# sourceMappingURL=main.d57a4dac.css.map*/