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}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{background:linear-gradient(180deg,#1a1b26,#2f3136);flex:1 1;margin-top:64px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#1a1b26;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#2f3136}::-webkit-scrollbar-thumb{background:#202225;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#40444b}@media (max-width:768px){html{font-size:14px}.app{overflow-x:hidden}.main-content{margin-top:60px}}body.menu-open{overflow:hidden}@media (hover:none){.command-category:hover,.command-item:hover{transform:none}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#202225f2;border-bottom:1px solid #ffffff1a;box-shadow:0 2px 10px #0000004d;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px}.header-content,.logo{align-items:center;display:flex}.logo{gap:1rem;transition:transform .3s ease}.logo-image{border-radius:50%;box-shadow:0 0 10px #5865f24d;height:40px;width:40px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#5865f2,#7289da);-webkit-background-clip:text;color:#fff;font-size:1.5rem;font-weight:700}.navigation{align-items:center;display:flex;gap:2.5rem}.navigation a{color:#dcddde;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.navigation a:not(:has(.add-to-discord)):after{background:linear-gradient(45deg,#3c4dff,#315eff);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navigation a:hover{color:#fff}.navigation a:hover:after{width:100%}.add-to-discord{background:linear-gradient(45deg,#5865f2,#7289da);border:none;border-radius:8px;box-shadow:0 4px 15px #5865f24d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.add-to-discord:hover{background:linear-gradient(45deg,#4752c4,#5865f2);box-shadow:0 6px 20px #5865f266}.add-to-discord:active{box-shadow:0 2px 10px #5865f24d}@media (max-width:768px){.header{padding:1rem}.navigation{gap:1.5rem}.navigation a{font-size:.9rem}.add-to-discord{font-size:.9rem;padding:.6rem 1.2rem}}.header.scrolled{background:#202225fa;padding:.8rem 2rem}.mobile-menu-button{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;padding:0;width:30px;z-index:1001}.mobile-menu-button span{background:#fff;border-radius:2px;height:2px;transition:all .3s ease;width:100%}.mobile-menu-button.active span:first-child{transform:translateY(9px) rotate(45deg)}.mobile-menu-button.active span:nth-child(2){opacity:0}.mobile-menu-button.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width:768px){.mobile-menu-button{display:flex}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#202225fa;flex-direction:column;height:100vh;padding:80px 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:1000}.navigation.active{right:0}.navigation a{font-size:1.2rem;padding:1rem 0}.add-to-discord{margin-top:1rem;width:100%}}.footer{background:linear-gradient(180deg,#202225f2,#202225fa);color:#fff;overflow:hidden;padding:4rem 2rem 1rem;position:relative}.footer:before{animation:shimmer 1s infinite;background:linear-gradient(90deg,#5865f200,#5865f280 50%,#5865f200);content:"";height:2px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr;margin:0 auto 3rem;max-width:1200px}.footer-section{position:relative}.footer-logo{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.footer-logo-image{border-radius:50%;box-shadow:0 0 15px #5865f24d;height:40px;transition:all .3s ease;width:40px}.footer-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#5865f2,#7289da);-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.footer-description{color:#dcddde;line-height:1.6;margin-bottom:1.5rem}.footer-section h3{color:#fff;display:inline-block;font-size:1.2rem;margin-bottom:1.5rem;position:relative}.footer-section h3:after{background:linear-gradient(90deg,#5865f2,#7289da);bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.footer-section:hover h3:after{transform:scaleX(1)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:1rem}.footer-links a{color:#dcddde;padding:.2rem 0;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{background:linear-gradient(90deg,#5865f2,#7289da);bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.footer-links a:hover{color:#fff;text-shadow:0 0 8px #5865f24d}.footer-links a:hover:before{transform:scaleX(1);transform-origin:left}.social-links{display:flex;gap:1rem}.social-link{background:#5865f21a;border-radius:6px;color:#fff;overflow:hidden;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.social-link:before{background:radial-gradient(circle,#fff3 0,#fff0 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(45deg);transition:all .3s ease;width:200%}.social-link:hover:before{opacity:1;transform:rotate(45deg) translate(50%,50%)}.social-link:hover{background:#5865f233;box-shadow:0 4px 15px #5865f233;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;color:#dcddde;font-size:.9rem;padding-top:2rem;text-align:center}@media (max-width:968px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.footer-section:first-child{grid-column:1/-1}}@media (max-width:576px){.footer-content{grid-template-columns:1fr}.footer{padding:3rem 1rem 1rem}.social-links{flex-direction:column}.social-link{text-align:center}}.homepage{background:linear-gradient(135deg,#1a1b26,#2f3136);color:#fff;min-height:100vh;overflow:hidden;position:relative}.hero-section{margin:0 auto;max-width:1200px;padding:80px 20px}.hero-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.hero-text{flex:1 1;max-width:600px}h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#5865f2,#7289da);-webkit-background-clip:text;font-size:3.5rem;font-weight:700}.bot-stats,h1{margin-bottom:2rem}.bot-stats{background:#20222599;border:1px solid #ffffff1a;border-radius:8px;padding:1.5rem}.bot-stats p{color:#dcddde;font-size:1rem;margin:.5rem 0}.hero-description{color:#a8b0bd;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.button-group{display:flex;gap:1rem}.primary-button{background:linear-gradient(45deg,#5865f2,#7289da);border:none;border-radius:8px;box-shadow:0 4px 15px #5865f24d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease;transition:box-shadow .3s}.primary-button:hover{background:linear-gradient(45deg,#4752c4,#5865f2);box-shadow:0 6px 20px #5865f266}.secondary-button{background:#ffffff1a;border:none;border-radius:8px;box-shadow:0 1 1px #2a2a2a1a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease;transition:box-shadow .3s}.secondary-button:hover{background:linear-gradient(45deg,#4b4c5f,#3a3c4f);box-shadow:0 6px 20px #afb2d666}.hero-image-container{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:400px}.hero-image{border-radius:10px;box-shadow:0 8px 24px #0003;height:auto;transition:transform .3s ease;width:100%}.hero-image:hover{transform:translateY(-5px)}@media (max-width:768px){.hero-content{flex-direction:column;padding:1rem;text-align:center}.hero-text{max-width:100%}h1{font-size:2.5rem}.bot-stats{padding:1rem}.button-group{flex-direction:column;gap:1rem}.primary-button,.secondary-button{width:100%}.hero-image-container{margin:2rem auto 0;max-width:80%}}.commands-section{background:#2f3136;padding:4rem 2rem}.commands-section h2{color:#fff;margin-bottom:3rem;text-align:center}.commands-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.command-category{background:#36393f;border-radius:8px;box-shadow:0 0 10px rgba(13,13,14,.605);padding:1.5rem}.command-category h3{border-bottom:1px solid #40444b;color:#fff;margin-bottom:1rem;padding-bottom:.5rem}.commands-list{gap:1rem}.command-item,.commands-list{display:flex;flex-direction:column}.command-item{gap:.25rem}.command-name{color:#7289da;font-weight:700}.command-description{color:#dcddde;font-size:.9rem}@media (max-width:768px){.commands-section{padding:3rem 1rem}.commands-section h2{font-size:2rem;margin-bottom:2rem}.commands-grid{gap:1.5rem;grid-template-columns:1fr}.command-category{padding:1.5rem}.command-category h3{font-size:1.3rem}.command-item{padding:.8rem}.command-header{flex-wrap:wrap}.command-description{margin-left:0;margin-top:.5rem}}
/*# sourceMappingURL=main.7b88be0b.css.map*/