#root{height:100%}.layout{display:flex;flex-direction:column;min-height:100vh}.lang-mobile-button span{text-decoration:none;color:#fff;font-size:17px;font-weight:500;padding:8px 14px;border-radius:6px;transition:background .2s,color .2s,box-shadow .2s;font-family:Open Sans,Arial,Helvetica,sans-serif;letter-spacing:.02em}.nav-link-li{border:2px solid transparent;border-radius:6px;transition:background .2s,color .2s,border .2s}.nav-link-li:hover,.nav-link-li:focus-within{background:#ff5757;color:#fff;border:2px solid #ff5757}.nav-link-btn{background:none;border:none;color:inherit;font:inherit;width:100%;text-align:left;padding:14px 0;outline:none;cursor:pointer;display:flex;align-items:center}.lang-mobile-button{display:none}@media (max-width: 900px){.lang-flag{display:none!important}.lang-mobile-button{display:flex!important;align-items:center;width:100%;justify-content:flex-start}}a.support-link .support-mobile{display:none}a.support-link .support-desktop{display:inline}@media (max-width: 900px){a.support-link .support-mobile{display:inline-flex;align-items:center}a.support-link .support-desktop{display:none}}@media (max-width: 720px){.nav-links{display:none!important;position:absolute;top:56px;left:8px;width:calc(100vw - 16px);background:#232428;flex-direction:column;align-items:flex-start;gap:0;padding:18px 0 14px;box-shadow:0 8px 32px #00000038;z-index:1200;border-radius:0 0 18px 18px;animation:navbarDropdown .25s cubic-bezier(.4,1.4,.6,1) both;border:1.5px solid #232428;margin:0 auto}.nav-links.open{display:flex!important;margin-left:16px}@keyframes navbarDropdown{0%{opacity:0;transform:translateY(-16px) scaleY(.95)}to{opacity:1;transform:translateY(0) scaleY(1)}}.nav-links li{width:100%;border:none;border-radius:10px;padding:0 26px;margin:0 0 8px;transition:background .18s,color .18s}.nav-links li:last-child{margin-bottom:0}.nav-links li:hover{background:#ff5757;color:#fff;border:none}.nav-links a{font-size:18px;padding:14px 0;width:100%;display:block}.navbar-hamburger{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:50%;background:#232428fa;box-shadow:0 2px 8px #0000001a;transition:background .2s,box-shadow .2s;margin-right:2px}.navbar-hamburger:hover{background:#232428;box-shadow:0 4px 16px #ff57571a}.navbar-hamburger span{width:32px;height:4px;margin:5px 0;border-radius:2px}.right-buttons{gap:8px;background:#1e1f22fa;border-radius:14px;padding:8px 12px;margin-top:10px;box-shadow:0 2px 12px #00000021}.navbar a,.navbar a.login,a.support-button{font-size:16px;padding:10px 12px}.user-link img{width:28px;height:28px}.logo-link img{height:32px}}.navbar{position:sticky;top:0;left:0;width:100%;height:60px;z-index:1000;background:linear-gradient(90deg,#1e1f22 60%,#232428);padding:0 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background .3s}.navbar-left{display:flex;align-items:center;gap:30px;z-index:1100}.navbar-left img{height:48px;transition:height .2s}img.ayden-icon{height:50px}.navbar ul{list-style:none;display:flex;align-items:center;gap:20px;margin:0;padding:0;transition:gap .2s}.navbar li{display:flex;align-items:center}.navbar a{text-decoration:none;color:#fff;font-size:17px;font-weight:500;padding:8px 14px;border-radius:6px;transition:background .2s,color .2s,box-shadow .2s;font-family:Open Sans,Arial,Helvetica,sans-serif;letter-spacing:.02em}.navbar a:hover{background:#232428;color:#ff5757;box-shadow:0 2px 8px #ff575714}.navbar a.login{background:linear-gradient(90deg,#6565e2 60%,#7f7fff);border-radius:6px;box-shadow:0 2px 8px #6565e21f;color:#fff;font-weight:600;transition:background .2s,color .2s}.navbar a.login:hover{background:#5757e2;color:#fff}.right-buttons{display:flex;align-items:center;gap:15px;z-index:1100}.dropdown{position:absolute;top:100%;right:0;background:#232428;box-shadow:0 2px 12px #0000002e;list-style:none;padding:10px;margin:0;border-radius:8px;z-index:1200;min-width:160px;display:none;flex-direction:column;gap:5px;color:#fff}.dropdown li{width:100%}.dropdown button{border:none;background:none;color:#fff;padding:8px 12px;width:100%;text-align:left;cursor:pointer;border-radius:5px;transition:background .2s}.dropdown button:hover{background-color:#ff5757;color:#fff}a.support-button{text-decoration:none;color:#ff5757;font-size:17px;font-weight:600;padding:8px 16px;font-family:Open Sans,Arial,Helvetica,sans-serif;border:2px solid #ff5757;border-radius:6px;background:none;cursor:pointer;transition:background .2s,color .2s}a.support-button:hover{background:#ff5757;color:#fff;box-shadow:0 2px 8px #ff57571f}.user-link{display:flex;align-items:center;cursor:pointer;color:#fff;text-decoration:none;font-weight:500;font-size:16px;padding:8px 12px;border-radius:6px;transition:background .2s,color .2s}.user-link img{width:32px;height:32px;border-radius:50%;margin-right:8px;object-fit:cover;box-shadow:0 2px 8px #0000001a}.user-menu{position:relative}.user-menu:hover .dropdown{display:flex;flex-direction:column}.dropdown-icon{margin-left:6px;font-size:16px;transition:transform .3s ease;color:#ff5757}.dropdown-icon.open{transform:rotate(180deg)}.social-icons{display:flex;align-items:center;gap:12px}.social-icons a img{width:24px;height:24px;filter:invert(100%);transition:filter .3s,transform .2s;cursor:pointer;border-radius:50%;padding:2px}.social-icons a:hover img{filter:invert(55%) sepia(88%) saturate(500%) hue-rotate(340deg) brightness(1.2);transform:scale(1.12) rotate(-8deg);background:#232428}.navbar-left{display:flex;align-items:center;gap:30px}.logo-link img{height:48px;display:block;transition:height .2s}.nav-links li{border:2px solid transparent;border-radius:6px;transition:background .2s,color .2s,border .2s}.nav-links li:hover{background:#ff5757;color:#fff;border:2px solid #ff5757}.nav-links a:hover{color:#fff}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;z-index:1201}@media (max-width: 900px){.navbar{padding:0 10px;height:56px}.navbar-left img,.logo-link img{height:38px}.nav-links{gap:10px}}@media (max-width: 720px){.navbar{flex-wrap:wrap;height:auto;padding:0 6px}.navbar-left{gap:10px}.navbar-hamburger{display:flex}.nav-links{display:none!important;position:absolute;top:60px;left:0;width:100vw;background:#232428;flex-direction:column;align-items:flex-start;gap:0;padding:10px 0;box-shadow:0 2px 12px #0000002e;z-index:1200;border-radius:0 0 12px 12px}.nav-links.open{display:flex!important}.nav-links li{width:100%;border:none;border-radius:0;padding:0 18px;margin:0}.nav-links li:hover{background:#ff5757;color:#fff;border:none}.right-buttons{gap:8px}}.footer{background-color:#222327;color:#999;padding:40px 60px 20px;font-family:Open Sans,Arial,sans-serif;font-size:14px}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-bottom:25px}.footer-left{display:flex;align-items:center;gap:15px;min-width:160px}.footer-logo{height:48px;width:auto;display:block}.footer-name{font-weight:700;font-size:18px;color:#fff}.footer-columns{display:flex;gap:60px;flex-wrap:wrap;flex-grow:1;justify-content:flex-start}.footer-column h4{color:#fff;font-weight:700;margin-bottom:10px;font-size:16px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:8px;cursor:pointer;transition:color .3s}.footer-column li:hover{color:#ff5757}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #444;padding-top:15px;font-size:13px}.footer-social-icons a img{width:20px;height:20px;filter:brightness(80%);transition:filter .3s;margin-left:15px;cursor:pointer}.footer-social-icons a img:hover{filter:brightness(150%) drop-shadow(0 0 2px #ff5757)}@media (max-width: 720px){.footer-content{flex-direction:column;gap:30px}.footer-columns{gap:30px;justify-content:flex-start}.footer-bottom{flex-direction:column;gap:10px;font-size:12px}.footer-social-icons a img{margin-left:10px}}img.social-medias-footer-icons{filter:brightness(0) invert(1)}.footer-column a{text-decoration:none;color:#999;transition:color .3s}.footer-column a:hover{color:#ff5757}.bot-container{background:linear-gradient(120deg,#1e1f22 60%,#232428);overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:5rem;min-height:70vh;box-shadow:0 4px 32px #0000001a;border-radius:18px;margin:2rem auto;max-width:480px;width:95vw;transition:box-shadow .2s}.bot-avatar{width:96px;height:96px;border-radius:50%;box-shadow:0 2px 12px #ff57571a;margin-bottom:1rem}.bot-name{margin-top:.5rem;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:2.2rem;font-weight:700;letter-spacing:.04em;text-shadow:0 2px 8px rgba(0,0,0,.1)}p{margin:.5rem 0;color:#e0e0e0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.15rem;text-align:center;line-height:1.5}div.buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:2.5rem 0 1.5rem}div.buttons button.button{background:linear-gradient(90deg,#232428 60%,#1e1f22);border:none;padding:1rem 1.5rem;margin:0;border-radius:8px;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:flex;align-items:center;box-shadow:0 2px 8px #0000001a;cursor:pointer}div.buttons button.button:hover{background:#ff5757;color:#fff;box-shadow:0 2px 12px #ff57571f}div.buttons a{color:#fff;text-decoration:none}button img{width:20px;height:15px;margin-right:.5rem}button svg{width:30px;height:20px}.button{background:linear-gradient(90deg,#232428 60%,#1e1f22);border:none;padding:1rem 1.5rem;margin:0;border-radius:8px;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:flex;align-items:center;box-shadow:0 2px 8px #0000001a;cursor:pointer}.button a{display:flex;align-items:center;text-decoration:none;color:inherit;gap:.5rem;font-weight:600}.buttons span.login{padding-left:.5rem;font-weight:600}a.login:hover{background:#ff5757;color:#fff}@media (max-width: 720px){.bot-container{max-width:98vw;padding:1.5rem .5rem;border-radius:12px;margin:1rem auto}.bot-name{font-size:1.5rem}.bot-avatar{width:72px;height:72px}div.buttons{gap:.5rem;margin:1.5rem 0 1rem}.button,div.buttons button.button{font-size:.95rem;padding:.7rem 1rem;border-radius:7px}p{font-size:1rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1f23}::-webkit-scrollbar-thumb{background:#555;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff5757}.modules-hamburger{display:none;background:#232428;border:none;border-radius:8px;padding:8px 10px;margin:12px 16px 0 12px;cursor:pointer;z-index:1300;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s}@media (max-width: 900px){.modules-hamburger{display:flex}}.modules-hamburger.open{background:#313338}.hamburger-bar{display:block;width:28px;height:3px;background:#fff;margin:4px 0;border-radius:2px;transition:all .3s}.modules-hamburger.open .hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.modules-hamburger.open .hamburger-bar:nth-child(2){opacity:0}.modules-hamburger.open .hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.col-modules{display:none!important}.modules-hamburger{display:flex}.modules-dropdown{display:flex;position:absolute;top:60px;left:0;margin-left:60px;width:100vw;background:#232428;box-shadow:0 2px 12px #0000002e;z-index:1200;flex-direction:column;align-items:flex-start;padding:10px 0;border-radius:0 0 12px 12px}}body,html{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;background-color:#1e1f22}*,*:before,*:after{box-sizing:inherit}.top-bar{height:60px;background-color:#232428;display:flex;align-items:center;padding:0 20px;color:#fff;font-weight:700;box-shadow:0 2px 5px #0003;z-index:10;position:relative}.dashboard-container-guild{width:100vw;display:flex;flex-direction:row;height:calc(100vh - 60px);color:#eee;font-family:Segoe UI,Arial,sans-serif;overflow:hidden;background:linear-gradient(120deg,#1e1f22 60%,#232428);box-shadow:0 4px 32px #0000001a;border-radius:18px;margin:2rem auto;max-width:1400px;transition:box-shadow .2s}.col-guilds{width:80px;background:#18191c;padding:18px 16px;margin-left:6px;margin-right:6px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;height:100%;position:relative;overflow-y:auto;scrollbar-width:none}.col-guilds::-webkit-scrollbar{display:none}.guild-avatar{width:50px;height:50px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color .3s ease,opacity .3s ease;flex-shrink:0}.guild-avatar:hover,.guild-avatar.active{border-color:#61dafb}.guild-avatar.no-bot{opacity:.5}.guild-header-name{margin-right:10px}.col-modules{width:220px;background:#232428;padding:24px 12px;display:flex;flex-direction:column;gap:18px;height:100%;overflow-y:auto;box-shadow:inset -1px 0 #0000002e;border-radius:0 12px 12px 0}.module-button{border:none;border-radius:8px;padding:13px 18px;cursor:pointer;font-size:1rem;font-weight:600;background:linear-gradient(90deg,#232428 60%,#1e1f22);color:#fff;transition:background .2s,color .2s,box-shadow .2s;text-align:left;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:6px}.module-button:hover{background:#ff5757;color:#fff;box-shadow:0 2px 12px #ff57571f}.module-button.active{background:#5865f2;color:#fff;box-shadow:0 2px 12px #5865f21f}.col-content{flex:1;padding:32px 18px;background:#313338;height:100%;overflow-y:auto;border-radius:0 0 12px;box-shadow:0 2px 8px #00000014}  .no-module-selected{color:#ccc;font-style:italic}.loading{color:#aaa;font-size:18px;text-align:center;margin-top:20px}.error{color:#f44336;font-weight:700;font-size:18px;text-align:center;margin-top:20px}.col-modules::-webkit-scrollbar,.col-content::-webkit-scrollbar{width:8px;background-color:transparent}.col-modules::-webkit-scrollbar-thumb,.col-content::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px;border:2px solid transparent;background-clip:padding-box}.col-modules::-webkit-scrollbar-thumb:hover,.col-content::-webkit-scrollbar-thumb:hover{background-color:#555}.col-modules::-webkit-scrollbar-track,.col-content::-webkit-scrollbar-track{background-color:transparent}.guild-header{display:flex;align-items:center;justify-content:space-between;background:#232428;padding:12px 16px;border-radius:10px;margin-bottom:22px;box-shadow:0 2px 8px #00000014}.guild-header-avatar{width:36px;height:36px;border-radius:50%;margin-right:12px;box-shadow:0 2px 8px #0000001a}.guild-header-name{flex:1;color:#fff;font-weight:700;font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em}.dashboard-container-guild{flex-direction:column;max-width:99vw;border-radius:12px;margin:1rem auto;height:auto}.col-guilds{flex-direction:row;width:100vw;height:70px;padding:10px 8px;gap:10px;border-radius:12px 12px 0 0;overflow-x:auto;overflow-y:hidden;align-items:center;justify-content:flex-start}.col-modules{flex-direction:row;width:100vw;height:auto;padding:10px 0;gap:8px;border-radius:0 0 12px 12px;overflow-x:auto;overflow-y:hidden}.col-content{padding:18px 4px;border-radius:0 0 12px 12px}.guild-header{flex-direction:row;padding:10px 8px;font-size:1rem}.guild-header-settings{color:#bbb;cursor:pointer;transition:color .2s ease;font-size:18px}.guild-header-settings:hover{color:#fff}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.popup{background-color:#2b2d31;padding:30px;border-radius:12px;box-shadow:0 0 15px #00000080;text-align:center;min-width:300px;font-family:sans-serif}.popup h3{margin-bottom:20px;color:#fff}.lang-select{padding:10px 12px;font-size:16px;border-radius:8px;border:none;background-color:#3a3d42;color:#fff;appearance:none;width:100%;margin-bottom:20px}.popup-close{padding:10px 20px;background-color:#5865f2;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer}.popup-close:hover{background-color:#4752c4}.col-guilds .guild-avatar{width:48px;height:48px;border-radius:50%;margin-bottom:12px;cursor:pointer;transition:transform .2s,box-shadow .2s}.col-guilds .guild-avatar.active{outline:2px solid #5865f2;box-shadow:0 0 6px #5865f2}.col-guilds .guild-avatar:hover{transform:scale(1.05)}.guild-separator{width:30px;border:none;border-top:1px solid #444;margin:10px auto;opacity:.5}.module-button{display:flex;align-items:center;gap:10px;color:#fff;background:none;border:none;padding:10px 15px;font-size:14px;cursor:pointer;transition:background .2s}.module-button .module-icon{display:flex;align-items:center;font-size:1.2rem}.module-button:hover{background-color:#333}.module-button.active{background-color:#ff5757;color:#fff}@media (max-width: 900px){.col-modules{flex-direction:column;width:100vw;height:auto;padding:10px 4px;gap:8px;border-radius:0 0 12px 12px;overflow-x:visible;overflow-y:visible;flex-wrap:wrap;align-items:stretch}.module-button{width:100%;min-width:0;margin-bottom:8px;flex:1 1 100%;white-space:normal}}.message-block{display:flex;align-items:center;gap:10px;margin-bottom:10px}button.save-button{background-color:#ff5757;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600}button.save-button:hover{background-color:#ff4040;transition-duration:.6s}p.variables{font-size:15px}.log-settings select{padding:8px 12px;border-radius:8px;border:1.5px solid #444;background:#292b32;color:#fff;font-size:1rem;margin-left:8px;outline:none;transition:border .2s}.log-settings select:focus{border:1.5px solid #ff5757}.logs-container{background:linear-gradient(120deg,#232428 60%,#292b32);border-radius:18px;box-shadow:0 4px 24px #00000021;padding:32px 28px 24px;margin:32px auto;max-width:600px;color:#fff}.logs-container h1{font-size:2.1rem;font-weight:700;margin-bottom:18px;letter-spacing:.01em}.log-entry{background:#232428;border-radius:12px;box-shadow:0 2px 12px #ff575712;padding:18px 22px;margin-top:12px;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:540px}.log-settings{margin-top:10px;display:flex;align-items:center;gap:10px}.span-label{font-size:1.1rem;font-weight:500}.log-entry{padding:12px 0}.switch{position:relative;display:inline-block;width:40px;height:22px}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translate(18px)}span.span-label{margin-right:.5rem}.loading-spinner{display:inline-block;width:28px;height:28px;border:3px solid #ff5757;border-radius:50%;border-top:3px solid transparent;animation:spin .8s linear infinite;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.suggestions{background:#232428;border-radius:12px;box-shadow:0 2px 12px #ff575712;padding:18px 22px;margin-top:12px;width:100%;max-width:340px;display:flex;flex-direction:column;align-items:stretch}.suggestions h2{font-size:1.2rem;font-weight:600;margin-bottom:10px}.custom-select{padding:8px 12px;border-radius:8px;border:1.5px solid #444;background:#292b32;color:#fff;font-size:1rem;margin-bottom:10px;margin-top:6px;outline:none;transition:border .2s}.custom-select:focus{border:1.5px solid #ff5757}.save-button{background:linear-gradient(90deg,#ff5757 60%,#ff7f7f);color:#fff;border:none;border-radius:8px;padding:10px 0;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #ff57571a;transition:background .2s,box-shadow .2s}.save-button:hover{background:#ff5757;box-shadow:0 4px 16px #ff575721}select.custom-select,textarea.custom-textarea{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border:1px solid #aaa;border-radius:6px;padding:8px;font-size:1rem;transition:border-color .25s ease;width:100%;box-sizing:border-box}select,textarea{padding:6px;border-radius:4px;border:1px solid #242424;background-color:#252525;color:#fff}.config-box{display:flex;flex-direction:column;gap:10px;margin:10px 0 20px}.config-box textarea{resize:vertical;height:80px;max-height:150px;padding:8px;border-radius:5px;border:1px solid #242424;background-color:#252525;color:#fff}.module-card{background:linear-gradient(120deg,#232428 60%,#292b32);border-radius:18px;box-shadow:0 4px 24px #00000021;padding:32px 28px 24px;margin:32px auto;max-width:480px;color:#fff;display:flex;flex-direction:column;align-items:center}.module-card h1{font-size:2.1rem;font-weight:700;margin-bottom:18px;letter-spacing:.01em}.message-block{background:#232428;border-radius:12px;box-shadow:0 2px 12px #ff575712;padding:18px 22px;margin-top:12px;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:340px}.message-block span{font-size:1.1rem;font-weight:500}.switch{margin-left:18px}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#444;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#ff5757}input:checked+.slider:before{transform:translate(20px)}.switches{display:flex;flex-direction:column;gap:1rem}.switch-block{display:flex;align-items:center;gap:.5rem}.config-container{margin-top:1rem;display:flex;gap:2rem;flex-wrap:wrap}.config-block{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid #ccc;border-radius:10px}.config-container input{resize:vertical;height:40px;max-height:150px;padding:8px;border-radius:5px;border:1px solid #242424;background-color:#252525;color:#fff}.config-box select{padding:6px;border-radius:4px;border:1px solid #242424;background-color:#252525;color:#fff}select.custom-select,input.custom-textarea{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border:1px solid #aaa;border-radius:6px;padding:8px;font-size:1rem;transition:border-color .25s ease;width:100%;box-sizing:border-box}select.custom-select:focus,textarea.custom-textarea:focus{border-color:#0078d4;box-shadow:0 0 5px #0078d480;outline:none}body{background-color:#1e1f22}html,body{height:100%;margin:0}#root{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
