@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--body-bg-color: #080e1f}a{font-weight:500;text-decoration:inherit;display:inline-flex;align-items:center}body{background:var(--body-bg-color);margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;max-width:100vw;-webkit-overflow-scrolling:touch}*{box-sizing:border-box}html,#root{overflow-x:hidden;max-width:100vw}.content-container{display:flex;place-items:center;min-height:calc(100vh - 3.5rem);padding:0 1rem}h1{font-size:3.2em;line-height:1.1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width: 768px){:root{font-size:16px}h1{font-size:2.5em}.content-container{padding:0 1.5rem}}@media screen and (max-width: 480px){:root{font-size:14px}h1{font-size:2em;text-align:center}.content-container{padding:0 1rem;min-height:calc(100vh - 4rem)}body{line-height:1.6}}@media screen and (max-width: 360px){:root{font-size:13px}h1{font-size:1.8em}.content-container{padding:0 .75rem}}@media screen and (max-width: 768px) and (orientation: landscape){.content-container{min-height:calc(100vh - 3rem)}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media screen and (max-width: 768px){.hide-mobile{display:none!important}}.show-mobile{display:none}@media screen and (max-width: 768px){.show-mobile{display:block}}.responsive-text{font-size:clamp(.875rem,2.5vw,1.125rem)}.no-overflow{overflow-x:hidden;max-width:100vw;width:100%}.safe-width{max-width:100%;width:100%;box-sizing:border-box}img{max-width:100%;height:auto}pre,code{max-width:100%;overflow-x:auto;word-wrap:break-word}table{max-width:100%;table-layout:fixed;word-wrap:break-word}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;position:fixed;top:0;left:0;right:0;width:100vw;background-color:color-mix(in srgb,var(--body-bg-color) 80%,transparent);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-x:hidden}@media screen and (max-width: 768px){.navbar{position:relative;top:auto;left:auto;right:auto;width:100%;background-color:var(--body-bg-color);-webkit-backdrop-filter:none;backdrop-filter:none}}.navbar-visible{transform:translateY(0)}.navbar-hidden{transform:translateY(-100%)}.navbar-container{max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:3.5rem;padding:0 4rem}.navbar-logo{display:flex;width:auto;margin-left:-4rem}.navbar-logo p{color:#fff;font-size:1.1rem;font-weight:700;margin:0}.navbar-logo a{text-decoration:none}.desktop-only{display:flex}@media screen and (max-width: 768px){.desktop-only{display:none}}.desktop-nav{display:block}.mobile-nav{display:none}@media screen and (max-width: 768px){.desktop-nav{display:none!important}}.navbar-links{position:absolute;left:50%;transform:translate(-50%)}.navbar-links ul{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem;align-items:center}.navbar-links li{white-space:nowrap}.navbar-links a{color:#c8c9cecc;font-size:1.1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;padding:.1rem 1rem;border-radius:30px;border:1px solid transparent;text-decoration:none}.navbar-links a img{width:1.1rem;height:1.1rem;filter:brightness(0) invert(1);opacity:.8;transition:all .3s ease}.navbar-links a:hover{color:#fff;background-color:var(--body-bg-color);-webkit-backdrop-filter:brightness(1.3);backdrop-filter:brightness(1.3)}.navbar-links a:hover img{opacity:1;transform:scale(1.1)}.navbar-links a.active{color:#fff;background-color:var(--body-bg-color);-webkit-backdrop-filter:brightness(1.2);backdrop-filter:brightness(1.2);border:1px solid rgba(255,255,255,.1)}.navbar-links a.active img{opacity:1;transform:scale(1.1)}.mobile-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%;max-width:300px;justify-items:center}.mobile-nav-item{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.75rem .5rem;border-radius:12px;border:1px solid transparent;color:#c8c9cecc;text-decoration:none;transition:all .2s ease;min-height:60px;background-color:#ffffff05;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;gap:.5rem;width:100%}.mobile-nav-item img{width:1.2rem;height:1.2rem;filter:brightness(0) invert(1);opacity:.8;transition:all .2s ease;flex-shrink:0}.mobile-nav-item span{font-size:.9rem;font-weight:500;white-space:nowrap}@media (hover: none) and (pointer: coarse){.mobile-nav-item:active{transform:scale(.95);background-color:#ffffff1a}}@media (hover: hover) and (pointer: fine){.mobile-nav-item:hover{color:#fff;background-color:#ffffff14;border-color:#ffffff1a}.mobile-nav-item:hover img{opacity:1;transform:scale(1.1)}}.mobile-nav-item.active{color:#fff;background-color:#ffffff1a;border-color:#fff3}.mobile-nav-item.active img{opacity:1;transform:scale(1.1)}@media screen and (max-width: 768px){.navbar-content{padding:1rem;height:auto;min-height:3.5rem;flex-direction:column;justify-content:center;gap:0}.navbar-logo{margin-left:0;position:relative;left:0;transform:none}.navbar-logo p{font-size:1.3rem;font-weight:800}.desktop-nav{display:none}.mobile-nav{display:block;position:static;transform:none;width:100%}.navbar-links{position:static;transform:none;width:100%;display:flex;justify-content:center}}@media screen and (max-width: 480px){.navbar-content{padding:0 .75rem;gap:.75rem}.mobile-nav-grid{gap:.5rem;max-width:280px}.mobile-nav-item{padding:.6rem .4rem;min-height:50px;gap:.4rem}.mobile-nav-item img{width:1rem;height:1rem}.mobile-nav-item span{font-size:.8rem}}@media screen and (max-width: 360px){.mobile-nav-grid{max-width:250px}.mobile-nav-item{padding:.5rem .3rem;min-height:45px;gap:.4rem}.mobile-nav-item span{font-size:.75rem}}@media (max-width: 768px){.mobile-nav-item{animation:fadeInUp .3s ease-out;animation-fill-mode:both}.mobile-nav-item:nth-child(1){animation-delay:.1s}.mobile-nav-item:nth-child(2){animation-delay:.15s}.mobile-nav-item:nth-child(3){animation-delay:.2s}.mobile-nav-item:nth-child(4){animation-delay:.25s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-item:focus-visible{outline:2px solid #007AFF;outline-offset:2px}@media screen and (max-width: 768px) and (orientation: landscape){.navbar-content{padding-top:.5rem;padding-bottom:.5rem;gap:.5rem}.navbar-logo p{font-size:1.1rem}.mobile-nav-item{min-height:40px;padding:.4rem .3rem;gap:.4rem}.mobile-nav-item img{width:.9rem;height:.9rem}.mobile-nav-item span{font-size:.7rem}}.footer{background-color:#000;color:#fff;padding:4rem 0 0;margin-top:4rem;border-top:1px solid rgba(255,255,255,.1);font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-container:first-child{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-brand{text-align:center}.footer-content-desktop{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.footer-content-desktop>*{flex:1;text-align:left}.footer-powered{text-align:left}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;letter-spacing:.025em}.footer-logo{text-align:start}.footer-logo h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-logo p{color:#ffffffb3;font-size:.95rem;line-height:1.5;max-width:280px}.footer-links{list-style:none;padding:0}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:block}.footer-links a:hover{color:#fff;transform:translate(4px)}.footer-tech{display:flex;flex-direction:column;gap:.75rem}.tech-item{color:#ffffffb3;font-size:.95rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.tech-item:hover{color:#fff;transform:translate(4px)}.tech-icon{width:20px;height:20px;flex-shrink:0;filter:brightness(0) invert(1) opacity(.7);transition:filter .3s ease}.tech-icon{filter:brightness(0) invert(1) opacity(.7)}.tech-item:hover .tech-icon{filter:none}.tech-item #react-icon{display:inline-block}.tech-item:hover #react-icon{animation:spin 5s linear infinite}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);margin:2.5rem 0}.footer-bottom{padding-bottom:2.5rem}.footer-copyright{text-align:center;color:#fff9}.footer-copyright p{margin:.25rem 0;font-size:.9rem}.footer-subtitle{font-size:.85rem!important;color:#ffffff80!important}@media (max-width: 1024px){.footer-container:first-child{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer{padding:1.5rem 0 0}.footer-container{padding:0 1rem}.footer-container:first-child{display:flex;flex-direction:column;gap:1.5rem}.footer-brand{order:1;text-align:center}.footer-logo h3{font-size:1.3rem;margin-bottom:.5rem}.footer-logo p{font-size:.85rem;max-width:100%;margin:0 auto}.footer-content{order:2;display:flex;gap:1rem;justify-content:space-between}.footer-section{flex:1}.footer-section h4{font-size:1rem;margin-bottom:.75rem}.footer-links a{font-size:.85rem}.footer-powered{order:3;text-align:center;display:flex;flex-direction:column;align-items:center}.footer-powered h4{font-size:1rem;margin-bottom:.75rem}.footer-tech{flex-direction:column;justify-content:center;gap:1.5rem;flex-wrap:wrap}.tech-item{font-size:.8rem}.tech-icon{width:18px;height:18px}.footer-divider{margin:1.5rem 0}.footer-bottom{padding-bottom:1.5rem}}@media (max-width: 480px){.footer{padding:1rem 0 0}.footer-container:first-child{gap:1rem}.footer-logo h3{font-size:1.2rem}.footer-logo p{font-size:.8rem}.footer-content{gap:.75rem}.footer-section h4{font-size:.9rem;margin-bottom:.5rem}.footer-links a{font-size:.8rem}.footer-powered h4{font-size:.9rem;margin-bottom:.5rem}.footer-tech{gap:1rem}.tech-item{font-size:.75rem}.tech-icon{width:16px;height:16px}.footer-divider{margin:1rem 0}.footer-bottom{padding-bottom:1rem}.footer-copyright p{font-size:.8rem}.footer-subtitle{font-size:.75rem!important}}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.command-page{font-family:Roboto,sans-serif;max-width:1200px;margin:0 auto;padding:20px}.command-page h1{text-align:center;font-size:2rem;margin-bottom:2rem;color:#fff}.bot-selector-container{display:flex;justify-content:center;margin-bottom:2rem}.bot-selector{position:relative;min-width:400px;max-width:500px}.bot-selector-header{background-color:#2f3136;border:2px solid #444;border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.bot-selector-header:hover{background-color:#36393f}.selected-bot-display{display:flex;align-items:center;gap:12px;flex:1}.selected-bot-avatar,.bot-option-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.selected-bot-info,.bot-option-info{display:flex;flex-direction:column;gap:2px}.selected-bot-name,.bot-option-name{color:#fff;font-weight:600;font-size:1rem}.selected-bot-description,.bot-option-description{color:#b0b0b0;font-size:.9rem}.placeholder-text{color:#888;font-style:italic}.dropdown-arrow{color:#fff;font-size:12px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.bot-options-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background-color:#2f3136;border:2px solid #444;border-radius:8px;z-index:1000;max-height:300px;overflow-y:auto;box-shadow:0 4px 12px #0000004d}.bot-option{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #444}.bot-option:last-child{border-bottom:none}.bot-option:hover{background-color:#36393f}.no-bot-selected{text-align:center;color:#888;padding:3rem 2rem;background-color:#2f3136;border-radius:8px;border:2px dashed #444}.no-bot-selected h2{color:#fff;margin-bottom:1rem;font-size:1.5rem}.no-bot-selected p{font-size:1rem;line-height:1.5}.commands-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.commands-column{flex:1 1 500px;max-width:550px}.column-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#fff;border-bottom:2px solid #444;padding-bottom:.5rem}.commands-box{display:grid;background-color:#2f3136;border-radius:8px;color:#dcddde;font-size:.95rem;line-height:1.4;border-left:4px solid white;box-shadow:#0000004d 0 1px,#0009 0 1px 3px;padding:1rem}.elite-box{border-left:4px solid #ff7b25}#box-blue{border-left:4px solid #081b5f}#box-purple{border-left:4px solid #71368a}.embed-fields{display:grid;grid-template-columns:repeat(12,1fr);gap:8px}.embed-field{display:flex;flex-direction:column;justify-content:flex-start;padding:4px 6px;border-radius:6px;white-space:normal;word-break:break-word}.embed-field-name{font-weight:600;margin-bottom:2px;line-height:1.1;color:#fff;position:relative;display:flex;align-items:center;transition:all .2s ease;gap:8px}.embed-field-name .copy-icon{opacity:1;width:16px;height:16px;flex-shrink:0;transition:color .2s ease;filter:brightness(0) saturate(100%) invert(78%) sepia(5%) saturate(264%) hue-rotate(157deg) brightness(94%) contrast(94%);color:#888}.tooltip{position:absolute;background-color:#000;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;transition:opacity .2s ease;top:-30px;left:50%;transform:translate(-50%)}.tooltip.show{opacity:1}.copy-popup{position:fixed;top:10%;left:50%;transform:translate(-50%,-50%);background-color:#4caf50;border:2px solid #45a049;border-radius:8px;padding:16px 24px;color:#fff;font-weight:600;z-index:10000;box-shadow:0 4px 12px #0000004d;animation:popupFadeIn .3s ease}@keyframes popupFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.separator-line{width:100%;height:1px;background-color:#444;margin:12px 0;grid-column:1 / -1}.embed-field-value{font-size:.95rem;line-height:1.3;display:block;width:100%;max-width:100%;word-break:break-word;overflow-wrap:anywhere;color:#dcddde}#everyone_mention{padding:2px 4px}code{background-color:#5865f214;font-family:Consolas,Monaco,Courier New,monospace;border:1px solid;font-size:85%;padding:2px 4px;border-radius:4px;border:1px solid #b2c4e736}.elite-title{color:#f70;font-weight:600}@media (max-width: 768px){.bot-selector{min-width:300px;max-width:90%}.commands-column{flex:1 1 100%;max-width:100%}.embed-fields{grid-template-columns:repeat(6,1fr)}}@media (max-width: 480px){.command-page{padding:15px}.command-page h1{font-size:1.7rem;margin-bottom:1.5rem}.bot-selector{min-width:100%;max-width:100%}.bot-selector-header{padding:16px 20px;min-height:70px}.selected-bot-display{gap:16px}.selected-bot-avatar,.bot-option-avatar{width:50px;height:50px}.selected-bot-name,.bot-option-name{font-size:1.1rem}.selected-bot-description,.bot-option-description{font-size:.95rem}.dropdown-arrow{font-size:16px}.bot-options-dropdown{max-height:none}.bot-option{padding:16px 20px;min-height:70px}.commands-container{gap:1.5rem}.column-title{font-size:3rem;margin-bottom:.8rem}.commands-box{padding:.8rem}.embed-fields{grid-template-columns:1fr;gap:12px}.embed-field{grid-column:1 / -1!important;padding:8px 10px;background-color:#ffffff05;border-radius:8px;border:1px solid rgba(255,255,255,.05);transition:background-color .2s ease;position:relative;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.embed-field .mobile-copy-icon{position:absolute;filter:brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(773%) hue-rotate(141deg) brightness(98%) contrast(93%);top:8px;right:10px;width:20px;height:18px;opacity:.8;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.embed-field .mobile-copy-icon:hover,.embed-field .mobile-copy-icon:active{opacity:1;background-color:#ffffff1a}.embed-field-name{padding-right:35px;gap:4px}.embed-field-name .copy-icon{display:none}.embed-field-name{font-size:1.1rem;margin-bottom:4px;line-height:1.2}.embed-field-value{font-size:1rem;line-height:1.4}.separator-line{margin:8px 0}}@media (max-width: 360px){.command-page{padding:10px}.bot-selector-header{padding:14px 16px;min-height:65px}.selected-bot-display{gap:12px}.selected-bot-avatar,.bot-option-avatar{width:45px;height:45px}.selected-bot-name,.bot-option-name{font-size:1rem}.selected-bot-description,.bot-option-description{font-size:.85rem}.bot-option{padding:14px 16px;min-height:65px}.embed-field{padding:6px 8px}.embed-field-name{font-size:1.05rem}.embed-field-value{font-size:.95rem}}.premium-container{width:100%;max-width:1200px;margin:2rem auto;padding:1rem;color:#ddd;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.faq-section{margin-top:4rem;width:100%}.faq-title{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:2rem;font-weight:700}.faq-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#1f1e22;border-radius:12px;overflow:hidden;border:1px solid #3a3a3a;transition:border-color .3s ease}.faq-item:hover{border-color:#555}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:background-color .3s ease}.faq-question:hover{background-color:#ffffff0d}.faq-question-text{font-size:1.1rem;color:#fff;margin:0;font-weight:600;flex:1;text-align:left}.faq-arrow{color:#aaa;transition:transform .3s cubic-bezier(.4,0,.2,1),color .3s ease;display:flex;align-items:center;justify-content:center}.faq-arrow.open{transform:rotate(180deg);color:#ff7301}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background-color:#0003}.faq-answer.open{max-height:200px}.faq-answer-text{color:#ddd;font-size:1rem;line-height:1.6;margin:0;padding:1.5rem}.faq-link{color:#4a90e2;text-decoration:none;font-weight:500;transition:color .3s ease}.faq-link:hover{color:#66a3ff;text-decoration:underline}.faq-more-info-link{color:#4a90e2;text-decoration:none;border-bottom:1px solid transparent}.faq-more-info-link:hover{color:#66a3ff;border-bottom-color:#66a3ff;text-decoration:none}.desktop-only{display:block}.mobile-only{display:none}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-title{font-size:4rem;color:#fff;margin:0 0 2rem;font-weight:700}.pricing-toggle{display:inline-flex;background:#2a2a2a;border-radius:50px;padding:4px;gap:4px;position:relative;overflow:hidden}.toggle-slider{position:absolute;top:4px;left:4px;width:calc(50% - 6px);height:calc(100% - 8px);background:linear-gradient(157deg,#fe4301 15%,#ff7201,#fe4301 85%);border-radius:50px;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1}.toggle-button{font-family:Segoe UI,sans-serif;padding:12px 24px;border:none;border-radius:50px;background:transparent;color:#aaa;font-size:1rem;font-weight:600;cursor:pointer;transition:color .3s ease;min-width:150px;position:relative;z-index:2}.toggle-button.active{color:#fff}.toggle-button:hover:not(.active){color:#fff}.price-container{position:relative;height:2.5rem;overflow:hidden;margin-top:-10px}.plan-price{font-size:2rem;margin:0;color:#aaa;font-weight:700;position:absolute;width:100%;left:0;top:0}.animated-price{animation:priceSlideIn .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes priceSlideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.price-exit{animation:priceSlideOut .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes priceSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.ticket-info{text-align:center;margin:2rem auto;max-width:890px;background-color:#1f1e22;border-radius:16px;padding:20px;box-shadow:0 4px 6px #0000001a}.ticket-info span{font-size:1.5rem;color:#fff;font-weight:700}.premium_channel_mention{background-color:#515ff7b6;cursor:pointer;color:#fff;padding:5px 4px 5px 20px;border-radius:3px;font-weight:500;font-size:.875em;text-decoration:none;display:inline;position:relative;line-height:1}.premium_channel_mention:hover{background-color:#625df0;transform:translateY(-1px)}.premium_channel_mention:before{content:"";width:1.2rem;height:1.2rem;background-size:contain;background-repeat:no-repeat;background-position:center;filter:brightness(0) invert(1);background-image:url("data:image/svg+xml,%3csvg%20class='icon_b75563'%20aria-label='Canal'%20aria-hidden='false'%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M10.99%203.16A1%201%200%201%200%209%202.84L8.15%208H4a1%201%200%200%200%200%202h3.82l-.67%204H3a1%201%200%201%200%200%202h3.82l-.8%204.84a1%201%200%200%200%201.97.32L8.85%2016h4.97l-.8%204.84a1%201%200%200%200%201.97.32l.86-5.16H20a1%201%200%201%200%200-2h-3.82l.67-4H21a1%201%200%201%200%200-2h-3.82l.8-4.84a1%201%200%201%200-1.97-.32L15.15%208h-4.97l.8-4.84ZM14.15%2014l.67-4H9.85l-.67%204h4.97Z'%20clip-rule='evenodd'%20class=''%3e%3c/path%3e%3c/svg%3e");position:absolute;left:4px;top:50%;transform:translateY(-50%)}.plans-grid{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;align-items:stretch}.plan-card{flex:1;min-width:300px;max-width:270px;background-color:#1f1e22;border-radius:16px;padding:10px 20px 20px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column}.plan-header{text-align:center;margin-bottom:15px;width:100%}.plan-name{line-height:120%;font-size:3.5rem;margin:0;color:#fff}.plan-vip.plan-header.plan-price{color:#2196f3}.price-description{font-size:.9rem;margin:5px 0;font-weight:700}.highlight-price{font-size:1.3rem;margin:8px 0;color:#fa9b48;font-weight:700}.plan-features{width:100%;display:flex;flex-direction:column}.plan-button{margin-top:20px}.feature-item{width:100%;padding:8px 0;border-bottom:2px solid #3a3a3a;display:flex;align-items:center;transition:background-color .2s ease;cursor:pointer}.feature-item:last-child{border-bottom:none}.feature-item:hover{background-color:#ffffff0d}.feature-content-wrapper{width:100%}.feature-content{width:100%;padding:0 10px}.status-name-wrapper{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:8px}.feature-name{font-size:.95rem;font-weight:500;text-align:left;line-height:1.3;word-break:break-word;position:relative;display:inline-block;width:100%}.subtopic{font-size:.85rem;color:#aaa;margin-top:4px;line-height:1.4;text-align:left;padding-left:32px;margin-left:0;word-break:break-word}.icon{width:24px;height:24px;flex-shrink:0;margin-top:2px}.info-icon{width:1rem;height:1rem;cursor:pointer;opacity:.6;transition:all .3s ease;filter:brightness(0) saturate(100%) invert(66%) sepia(0%) saturate(1%) hue-rotate(237deg) brightness(99%) contrast(87%);flex-shrink:0;padding-left:5px;margin-top:0;align-self:start;position:relative;top:3px}.info-icon:hover{opacity:1;transform:scale(1.1);filter:brightness(0) saturate(100%) invert(43%) sepia(94%) saturate(5618%) hue-rotate(204deg) brightness(101%) contrast(101%)}.plan-card.plan-free{border-top:3px solid #4CAF50}.plan-card.plan-vip{border-top:3px solid #ff63b1}.plan-card.plan-elite{border-top:3px solid #ff7c01}.plan-price{color:#fff}.plan-card.plan-vip .plan-name{background:linear-gradient(90deg,#fc70b6,#ff9ed4,#fc70b6);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite}.plan-card.plan-elite .plan-name{background:linear-gradient(90deg,#ff7301,#ffb347,#ff7301);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.premium-container{padding:1rem .5rem;margin:1rem auto}.pricing-title{font-size:2.5rem;margin-bottom:2rem}.mobile-plans-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.mobile-plan-card{background-color:#1f1e22;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.mobile-plan-free{border-left:3px solid #4CAF50}.mobile-plan-vip{border-left:3px solid #ff63b1}.mobile-plan-elite{border-left:3px solid #ff7c01}.mobile-plan-header{text-align:center}.mobile-plan-name{font-size:3rem;margin:0;color:#fff;font-weight:700}.mobile-plan-vip .mobile-plan-name{background:linear-gradient(90deg,#fc70b6,#ff9ed4,#fc70b6);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite}.mobile-plan-elite .mobile-plan-name{background:linear-gradient(90deg,#ff7301,#ffb347,#ff7301);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite}.mobile-plan-price{font-size:1.7rem;color:#fff;margin:0 0 .5rem;font-weight:700;line-height:1.4}.mobile-elite-price{background:linear-gradient(90deg,#ffd001,#ffb347,#ffd001);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 5s ease-in-out infinite}.mobile-price-or{font-size:1.7rem;color:#fff;font-weight:400}.mobile-plan-description{font-size:1.3rem;color:#ddd;margin:0;font-weight:500}.mobile-features-container{margin-top:2rem}.mobile-features-title{font-size:2rem;color:#fff;text-align:center;margin-bottom:1.5rem;font-weight:700}.mobile-features-list{background-color:#1f1e22;border-radius:16px;padding:1rem;box-shadow:0 4px 6px #0000001a}.mobile-feature-item{padding:1rem 0;border-bottom:2px solid #3a3a3a;transition:background-color .2s ease}.mobile-feature-item:last-child{border-bottom:none}.mobile-feature-item:hover{background-color:#ffffff0d}.mobile-feature-content{display:flex;align-items:flex-start;gap:1rem}.mobile-feature-icon{width:24px;height:24px;flex-shrink:0;margin-top:2px}.mobile-feature-icon.vip-icon{filter:brightness(0) saturate(100%) invert(72%) sepia(88%) saturate(1582%) hue-rotate(154deg) brightness(103%) contrast(101%)}.mobile-feature-icon.elite-icon{filter:brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(5081%) hue-rotate(333deg) brightness(103%) contrast(102%)}.mobile-feature-text{flex:1}.mobile-feature-name{font-size:1rem;color:#fff;margin:0 0 .5rem;font-weight:500;line-height:1.3;display:flex;align-items:flex-start;gap:.5rem}.mobile-feature-name .info-icon{width:1.3rem;height:1.3rem;top:0;margin-top:1px}.mobile-feature-plan{font-size:1rem;color:#fff;margin:0;font-weight:500;line-height:1.4}.ticket-info{max-width:100%;margin:2rem 0;padding:1rem}.ticket-info span{font-size:1.2rem}.faq-title{font-size:2rem}.faq-question{padding:1rem}.faq-question-text{font-size:1rem}.faq-answer-text{padding:1rem}}.pivbutton-wrapper{display:flex;justify-content:center}.pivbutton{background:#fe4301;background:linear-gradient(157deg,#fe4301 15%,#ff7201,#fe4301 85%);padding:15px 50px;background-color:#3a3a3a;color:#fff;border:none;border-radius:30px;font-size:large;font-family:Segoe UI,sans-serif;font-weight:700;cursor:pointer;transition:background .3s ease;height:50px;min-width:150px;outline:none}.pivbutton-icon{width:30px;height:30px}.hover-icon-button{position:relative;overflow:hidden;cursor:pointer;transition:all .15s ease;outline:none}.hover-icon-button .pivbutton-text{position:relative;display:inline-block;transition:transform .15s cubic-bezier(.4,0,.2,1);z-index:1}.hover-icon-button .pivbutton-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-250%);transition:transform .15s cubic-bezier(.4,0,.2,1);z-index:2}.hover-icon-button:hover:not(:active) .pivbutton-text{transform:translateY(60px)}.hover-icon-button:hover:not(:active) .pivbutton-icon{transform:translate(-50%,-50%)}.hover-icon-button:active .pivbutton-text,.hover-icon-button:focus:not(:hover) .pivbutton-text{transform:translateY(0)}.hover-icon-button:active .pivbutton-icon,.hover-icon-button:focus:not(:hover) .pivbutton-icon{transform:translate(-50%,-250%)}.letter-space{letter-spacing:.05em}.hover-icon-button{position:relative;overflow:hidden;cursor:pointer;transition:all .15s ease;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.hover-icon-button .button-text{position:relative;display:inline-block;transition:transform .15s cubic-bezier(.4,0,.2,1);z-index:1;font-size:clamp(.875rem,2.5vw,1rem);text-align:center}.hover-icon-button .button-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-250%);transition:transform .15s cubic-bezier(.4,0,.2,1);z-index:2;width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px)}@media (hover: hover) and (pointer: fine){.hover-icon-button:hover .button-text{transform:translateY(60px)}.hover-icon-button:hover .button-icon{transform:translate(-50%,-50%)}}@media (hover: none) and (pointer: coarse){.hover-icon-button:active .button-text{transform:translateY(60px)}.hover-icon-button:active .button-icon{transform:translate(-50%,-50%)}.hover-icon-button:active{transform:scale(.95)}}.hover-icon-button:focus{outline:2px solid #007AFF;outline-offset:2px}.hover-icon-button:focus .button-text{transform:translateY(60px)}.hover-icon-button:focus .button-icon{transform:translate(-50%,-50%)}.hover-icon-button *{pointer-events:none}@media screen and (max-width: 768px){.hover-icon-button{min-height:48px;min-width:48px;padding:.5rem}.hover-icon-button .button-text{font-size:clamp(.875rem,3vw,1.125rem)}.hover-icon-button .button-icon{width:clamp(18px,5vw,24px);height:clamp(18px,5vw,24px)}}@media screen and (max-width: 480px){.hover-icon-button{min-width:44px;padding:.75rem}.hover-icon-button .button-text{font-size:clamp(.75rem,3.5vw,1rem)}.hover-icon-button .button-icon{width:clamp(16px,6vw,22px);height:clamp(16px,6vw,22px)}.hover-icon-button:active .button-text{transform:translateY(50px)}}.mobile-container{width:100%;max-width:100%;padding:0 1rem;box-sizing:border-box}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:1rem}@media screen and (max-width: 480px){.responsive-grid{grid-template-columns:1fr;gap:.75rem;padding:.75rem}}.responsive-flex{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}@media screen and (max-width: 768px){.responsive-flex{flex-direction:column;gap:.75rem}}.responsive-spacing{margin:clamp(.5rem,2vw,1.5rem);padding:clamp(.5rem,2vw,1rem)}.responsive-text-sm{font-size:clamp(.75rem,2vw,.875rem)}.responsive-text-base{font-size:clamp(.875rem,2.5vw,1rem)}.responsive-text-lg{font-size:clamp(1rem,3vw,1.25rem)}.responsive-text-xl{font-size:clamp(1.25rem,4vw,1.5rem)}@media screen and (max-width: 768px){.letter-space{letter-spacing:.03em}}*:focus-visible{outline:2px solid #007AFF;outline-offset:2px;border-radius:4px}@media (hover: hover){*:focus:not(:focus-visible){outline:none}}body.docs-page-active{margin:0;padding:0}.docs_container *{margin:0;padding:0;box-sizing:border-box}.docs_container{display:flex;min-height:100vh;max-width:1400px;gap:5vw;margin:0 auto;justify-content:center;position:static}.mobile_menu_button{display:none;position:fixed;top:20px;left:20px;width:45px;height:45px;background:#26292ef2;border:1px solid #2d3748;border-radius:8px;cursor:pointer;z-index:1001;flex-direction:column;align-items:center;justify-content:center;gap:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.mobile_menu_button:hover{background:#2d3748f2;transform:scale(1.05)}.hamburger_line{width:20px;height:2px;background-color:#e6e6e6;transition:all .3s ease;border-radius:1px}.mobile_sidebar_overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.docs_sidebar{width:280px;color:#e6e6e6;position:fixed;z-index:999;left:10vw;height:calc(100vh - 160px);max-height:calc(100vh - 160px);overflow-y:auto}.docs_sidebar_absolute{position:absolute;top:20px;left:0}.docs_sidebar_absolute-bottom{position:absolute;bottom:80px;left:0}.docs_sidebar::-webkit-scrollbar{display:none}.docs_sidebar li{list-style-type:none}.docs_sidebar_nav{list-style:none}.docs_sidebar_nav li{margin-bottom:5px}.docs_nav_link{display:flex;align-items:center;gap:10px;width:80%;padding:10px;background:none;border:none;color:#a0aec0;border-radius:8px;transition:all .3s ease;cursor:pointer;text-align:left;font-size:14px;font-weight:500;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.docs_nav_link:hover{transform:translate(5px);background:color-mix(in srgb,var(--body-bg-color) 90%,#8b8888);color:#cfc7c7;box-shadow:0 2px 8px color-mix(in srgb,var(--body-bg-color) 80%,#1d0404)}.docs_nav_link:hover .docs_nav_icon_wrapper{transform:scale(1.1)}.docs_nav_link:hover .docs_nav_icon{filter:brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(3207%) hue-rotate(257deg) brightness(101%) contrast(89%)}.docs_nav_link.active{background:color-mix(in srgb,var(--body-bg-color) 90%,#8b8888);font-weight:600;box-shadow:0 2px 8px color-mix(in srgb,var(--body-bg-color) 80%,#1d0404);color:#cfc7c7}.docs_nav_link.active .docs_nav_icon_wrapper{transform:scale(1.05)}.docs_nav_link.active .docs_nav_icon{filter:brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(3207%) hue-rotate(257deg) brightness(101%) contrast(89%)}.docs_nav_icon_wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;transition:transform .3s ease}.docs_nav_icon{width:16px;height:16px;object-fit:contain;filter:brightness(0) saturate(100%) invert(66%) sepia(8%) saturate(555%) hue-rotate(182deg) brightness(91%) contrast(91%);transition:filter .3s ease,transform .3s ease}.docs_nav_icon svg{width:16px;height:16px;color:#a0aec0;transition:color .3s ease}.docs_nav_link:hover .docs_nav_icon svg{color:#6366f1}.docs_nav_link.active .docs_nav_icon svg{color:#6366f1}.docs_content{flex:1;left:50;max-width:800px}.docs_header{margin-top:20px;margin-bottom:40px;text-align:center;padding-bottom:30px;border-bottom:2px solid #2d3748}.docs_header h1{font-size:2.5rem;color:#e6e6e6;margin-bottom:10px}.docs_section{font-weight:500;margin:0 auto 60px;scroll-margin-top:20px;max-width:616px}.docs_section blockquote{border-left:4px solid #27272c;margin:16px 0;padding-left:16px}.docs_section p,.docs_section ul,.docs_section h2,.docs_section h3,.docs_section h4{max-width:616px}@keyframes flashHighlight{0%{outline:2px solid rgba(255,255,255,.8);outline-offset:4px;transform:scale(1.01)}to{outline:2px solid transparent;outline-offset:4px;transform:scale(1)}}.docs_section h2{font-size:30px;color:#e6e6e6;margin-bottom:20px}.docs_section h3{font-size:1.5rem;color:#cbd5e0;margin:30px 0 15px}.docs_section h4{font-size:1.2rem;color:#a0aec0;margin:20px 0 10px}.docs_section p{color:#a0aec0;margin-bottom:15px;font-size:16px;line-height:1.6}.docs_section ul{margin-left:20px;margin-bottom:20px}.docs_section li{margin-bottom:8px;color:#a0aec0;line-height:1.5}.docs_section li strong{color:#e6e6e6}.docs_feature_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:30px 0}.docs_feature_card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);padding:25px;border-radius:12px;border-left:4px solid #ff7b2c;transition:all .3s ease;border:1px solid #2d3748}.docs_feature_card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ff7b2c33;border-color:#ff7b2c;background:linear-gradient(135deg,#2d2d2d,#1a1a1a)}.docs_feature_card h4{color:#e6e6e6;margin-bottom:10px;font-size:1.1rem}.docs_feature_card p{color:#a0aec0;margin:0;font-size:14px}.docs_code_block{background:transparent;border:1px solid #2d3748;border-radius:8px;padding:20px;margin:20px 0;max-width:800px}.docs_code_block p{margin-bottom:15px;color:#cbd5e0}.docs_invite_button{background:none;color:#e6e6e6;border:none;padding:12px 24px;cursor:pointer;font-size:16px;font-weight:600;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;align-items:center;gap:8px}.docs_invite_button img{width:1.5em!important;height:1.5em!important;filter:brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(0%) hue-rotate(49deg) brightness(83%) contrast(77%)}.docs_invite_button:hover{border-bottom-width:2px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(101deg) brightness(104%) contrast(105%)}#button_previous{display:flex;justify-content:start}#button_next{display:flex;justify-content:end}.docs_command_example{background:transparent;color:#e6e6e6;padding:20px;border-radius:8px;margin:20px 0;border:1px solid #2d3748;max-width:800px}.docs_command_example code{background:#1a1a1a;padding:8px 12px;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:14px;display:inline-block;margin-bottom:10px;color:#81e6d9;border:1px solid #4a5568}.docs_command_example p{margin:0;color:#a0aec0}.docs_command_category{margin:30px 0;max-width:800px}.docs_command_list{background:transparent;border-radius:8px;padding:20px;margin:15px 0;border:1px solid #2d3748;max-width:800px}.docs_command_item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #2d3748}.docs_command_item:last-child{border-bottom:none}@media (max-width: 1200px){.docs_sidebar_fixed{left:40px}}@media (max-width: 768px){.mobile_menu_button{display:flex}.mobile_sidebar_overlay{display:block}.docs_container{flex-direction:column;gap:0;padding:0;max-width:100%}.docs_sidebar{position:fixed;top:0;left:-100%;width:280px;height:100vh;max-height:100vh;background:#1a1a1afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid #2d3748;padding:80px 20px 20px;transition:left .3s ease;z-index:1000;overflow-y:auto}.docs_sidebar.mobile_open{left:0}body:has(.docs_sidebar.mobile_open){overflow:hidden}.docs_sidebar::-webkit-scrollbar{width:6px}.docs_sidebar::-webkit-scrollbar-track{background:transparent}.docs_sidebar::-webkit-scrollbar-thumb{background:#4a5568;border-radius:3px}.docs_sidebar::-webkit-scrollbar-thumb:hover{background:#718096}.docs_nav_link{width:100%;padding:12px 15px;font-size:15px}.docs_nav_link:hover{transform:translate(0);background:#2d3748cc}.docs_content{margin:0;padding:80px 20px 40px;max-width:100%;width:100%}.docs_header{margin-top:0;margin-bottom:30px;padding-bottom:20px}.docs_header h1{font-size:2rem}.docs_section,.docs_section p,.docs_section ul,.docs_section h2,.docs_section h3,.docs_section h4,.docs_code_block,.docs_command_example,.docs_command_category,.docs_command_list{max-width:100%}.docs_section{margin-bottom:40px}.docs_section h2{font-size:24px;margin-bottom:15px}.docs_section h3{font-size:20px;margin:20px 0 10px}.docs_section h4{font-size:18px;margin:15px 0 8px}.docs_section p{font-size:15px;line-height:1.7;margin-bottom:12px}.docs_feature_grid{grid-template-columns:1fr;gap:15px;margin:20px 0}.docs_feature_card{padding:20px}.docs_feature_card h4{font-size:16px;margin-bottom:8px}.docs_feature_card p{font-size:13px}.docs_code_block,.docs_command_example{padding:15px;margin:15px 0}.docs_command_example code{font-size:13px;padding:6px 10px}.docs_invite_button{padding:10px 16px;font-size:14px;flex-wrap:wrap;text-align:center;justify-content:center}.docs_invite_button img{width:1.2em!important;height:1.2em!important}.docs_content>div:last-child{margin-top:40px;display:flex;justify-content:space-between;align-items:center}.docs_content>div:last-child button{max-width:200px}.docs_content>div:last-child:has(button:only-child){justify-content:center}}.add_bot_steps{margin-top:30px}.step_container{display:flex;position:relative}.step_number{display:flex;flex-direction:column;align-items:center;margin-right:25px;position:relative}.step_number span{display:flex;align-items:center;background:#26292e;justify-content:center;width:30px;height:30px;color:#fff;border-radius:.5rem;font-weight:700;font-size:18px;z-index:2;position:relative}.step_line{width:1px;background-color:#ffffff4d;position:absolute;margin-bottom:10px;top:40px;left:50%;bottom:0}.channel_mention_docs,.user_mention_docs{background-color:#515ff7b6;cursor:pointer;color:#fff;padding:2px 4px;border-radius:3px;font-weight:500;font-size:.875em;display:inline-flex;align-items:center;gap:2px;text-decoration:none;transition:all .3s ease}.channel_mention_docs:hover,.user_mention_docs:hover{background-color:#625df0}.channel_mention_docs:before,.user_mention_docs:before{content:"";display:inline-block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:center;filter:brightness(0) invert(1)}.channel_mention_docs:before{background-image:url("data:image/svg+xml,%3csvg%20class='icon_b75563'%20aria-label='Canal'%20aria-hidden='false'%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M10.99%203.16A1%201%200%201%200%209%202.84L8.15%208H4a1%201%200%200%200%200%202h3.82l-.67%204H3a1%201%200%201%200%200%202h3.82l-.8%204.84a1%201%200%200%200%201.97.32L8.85%2016h4.97l-.8%204.84a1%201%200%200%200%201.97.32l.86-5.16H20a1%201%200%201%200%200-2h-3.82l.67-4H21a1%201%200%201%200%200-2h-3.82l.8-4.84a1%201%200%201%200-1.97-.32L15.15%208h-4.97l.8-4.84ZM14.15%2014l.67-4H9.85l-.67%204h4.97Z'%20clip-rule='evenodd'%20class=''%3e%3c/path%3e%3c/svg%3e")}.user_mention_docs:before{background-image:url("data:image/svg+xml,%3csvg%20fill='%23000000'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20124.099%20124.1'%20xml:space='preserve'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cpath%20d='M18.25,106.7c5.6,5.399,12.3,9.8,20.1,12.8c7.8,3,16.5,4.6,25.9,4.6c10.5,0,20.2-1.6,28.9-4.899%20c7.9-2.9,1.1-17.601-4.7-15.2c-6.399,2.7-14.2,4.1-23.101,4.1c-7,0-13.399-1.1-19-3.199c-5.6-2.101-10.5-5.101-14.5-9%20c-4-3.9-7.2-8.7-9.4-14.2c-2.3-5.601-3.4-12-3.4-19c0-6.6,1.1-12.9,3.3-18.5c2.2-5.6,5.2-10.6,9.2-14.6c3.9-4.1,8.7-7.4,14.2-9.7%20c5.5-2.3,11.7-3.5,18.5-3.5c6.301,0,12.1,0.9,17.301,2.5c5.1,1.6,9.5,4.1,13.199,7.4c3.7,3.3,6.6,7.3,8.7,12.1%20c2.101,4.8,3.101,10.4,3.101,16.8c0,3.7-0.4,7.2-1.201,10.5c-0.799,3.1-1.799,5.899-3.199,8.1c-1.301,2.101-2.801,3.8-4.6,5%20c-2.101,1.4-5.201,2.2-7.601,1.4c-3-1-2.399-5.2-2.2-7.7c0.301-3.4,1.2-6.6,1.9-9.9c1.1-5.4,2.3-10.7,3.4-16%20c0.6-2.9,1.299-5.9,1.899-8.8c0.8-3.7-2-7.3-5.899-7.3h-4.4c-2.7,0-5.1,1.8-5.801,4.4c-0.299,1.2-0.6,2.2-0.6,2.2%20c-2.199-6.8-10.3-8.7-16.7-8.6c-8.4,0.1-16.1,4.4-21.7,10.5c-0.5,0.6-1.1,1.2-1.6,1.8c-2.9,3.5-5.1,7.6-6.6,11.9%20c-1.6,4.6-2.4,9.3-2.4,14.1c0,4.101,0.6,8,1.7,11.5c1.2,3.601,2.9,6.7,5.1,9.3c2.2,2.601,5,4.7,8.3,6.2c3.3,1.5,7,2.3,11,2.3%20c3,0,5.8-0.5,8.3-1.399c2.4-0.9,4.6-2,6.5-3.3c1.5-1,2.9-2.2,4-3.301c0.699,1.301,1.5,2.4,2.6,3.5c2.801,3,7.1,4.5,12.801,4.5%20c4.5,0,8.899-0.899,13-2.699c4.1-1.801,7.799-4.601,10.899-8.2c3-3.601,5.5-8,7.3-13.2c1.801-5.2,2.7-11.2,2.7-17.8%20c0-9-1.7-17-5-23.7s-7.8-12.4-13.399-16.9c-5.5-4.5-11.9-7.8-19-10.1C79.05,1.1,71.75,0,64.25,0c-8.7,0-17,1.6-24.7,4.7%20c-7.7,3.2-14.5,7.6-20.2,13.1c-5.8,5.5-10.4,12.2-13.7,19.7c-3.3,7.5-5,15.9-5,24.7c0,8.899,1.5,17.3,4.6,24.8%20C8.25,94.6,12.65,101.2,18.25,106.7z%20M72.349,64.7c-0.699,2.7-1.699,5.3-3.1,7.7c-1.4,2.3-3.1,4.199-5.3,5.699%20c-2,1.4-4.4,2.101-7.4,2.101c-1.9,0-3.4-0.4-4.5-1.101c-1.2-0.8-2.2-1.8-2.9-3.1c-0.8-1.4-1.3-2.9-1.6-4.4%20c-0.3-1.6-0.5-3.1-0.5-4.399c0-2.8,0.4-5.6,1.2-8.5c0.8-2.8,1.9-5.4,3.4-7.6c1.5-2.2,3.2-4,5.3-5.4c1.9-1.3,4-1.9,6.5-1.9%20c2,0,3.601,0.3,4.8,1c1.2,0.7,2.2,1.6,2.9,2.7c0.8,1.2,1.3,2.6,1.699,4.1c0.4,1.7,0.601,3.5,0.601,5.2%20C73.349,59.3,73.05,61.9,72.349,64.7z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.channel_mention_docs.clickable{cursor:pointer}.step_container:last-child .step_line{display:block;bottom:-10px;background:linear-gradient(to bottom,#ffffff4d,#ffffff1a)}.step_content{flex:1;padding-top:0}.step_content h3{color:#e6e6e6;font-size:1.3rem;margin-bottom:10px;font-weight:600;margin-top:3px}.step_content p{color:#a0aec0;line-height:1.6;margin-bottom:15px}.step_content code{background:#1a1a1a;padding:4px 8px;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:14px;border:1px solid #2d3748}.docs_link{color:inherit;text-decoration:none;font-weight:600;color:#3b82f6}.docs_link:hover{text-decoration:underline}.user_mention_docs:before{width:14px;height:14px;background-image:url("data:image/svg+xml,%3csvg%20fill='%23000000'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20124.099%20124.1'%20xml:space='preserve'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cpath%20d='M18.25,106.7c5.6,5.399,12.3,9.8,20.1,12.8c7.8,3,16.5,4.6,25.9,4.6c10.5,0,20.2-1.6,28.9-4.899%20c7.9-2.9,1.1-17.601-4.7-15.2c-6.399,2.7-14.2,4.1-23.101,4.1c-7,0-13.399-1.1-19-3.199c-5.6-2.101-10.5-5.101-14.5-9%20c-4-3.9-7.2-8.7-9.4-14.2c-2.3-5.601-3.4-12-3.4-19c0-6.6,1.1-12.9,3.3-18.5c2.2-5.6,5.2-10.6,9.2-14.6c3.9-4.1,8.7-7.4,14.2-9.7%20c5.5-2.3,11.7-3.5,18.5-3.5c6.301,0,12.1,0.9,17.301,2.5c5.1,1.6,9.5,4.1,13.199,7.4c3.7,3.3,6.6,7.3,8.7,12.1%20c2.101,4.8,3.101,10.4,3.101,16.8c0,3.7-0.4,7.2-1.201,10.5c-0.799,3.1-1.799,5.899-3.199,8.1c-1.301,2.101-2.801,3.8-4.6,5%20c-2.101,1.4-5.201,2.2-7.601,1.4c-3-1-2.399-5.2-2.2-7.7c0.301-3.4,1.2-6.6,1.9-9.9c1.1-5.4,2.3-10.7,3.4-16%20c0.6-2.9,1.299-5.9,1.899-8.8c0.8-3.7-2-7.3-5.899-7.3h-4.4c-2.7,0-5.1,1.8-5.801,4.4c-0.299,1.2-0.6,2.2-0.6,2.2%20c-2.199-6.8-10.3-8.7-16.7-8.6c-8.4,0.1-16.1,4.4-21.7,10.5c-0.5,0.6-1.1,1.2-1.6,1.8c-2.9,3.5-5.1,7.6-6.6,11.9%20c-1.6,4.6-2.4,9.3-2.4,14.1c0,4.101,0.6,8,1.7,11.5c1.2,3.601,2.9,6.7,5.1,9.3c2.2,2.601,5,4.7,8.3,6.2c3.3,1.5,7,2.3,11,2.3%20c3,0,5.8-0.5,8.3-1.399c2.4-0.9,4.6-2,6.5-3.3c1.5-1,2.9-2.2,4-3.301c0.699,1.301,1.5,2.4,2.6,3.5c2.801,3,7.1,4.5,12.801,4.5%20c4.5,0,8.899-0.899,13-2.699c4.1-1.801,7.799-4.601,10.899-8.2c3-3.601,5.5-8,7.3-13.2c1.801-5.2,2.7-11.2,2.7-17.8%20c0-9-1.7-17-5-23.7s-7.8-12.4-13.399-16.9c-5.5-4.5-11.9-7.8-19-10.1C79.05,1.1,71.75,0,64.25,0c-8.7,0-17,1.6-24.7,4.7%20c-7.7,3.2-14.5,7.6-20.2,13.1c-5.8,5.5-10.4,12.2-13.7,19.7c-3.3,7.5-5,15.9-5,24.7c0,8.899,1.5,17.3,4.6,24.8%20C8.25,94.6,12.65,101.2,18.25,106.7z%20M72.349,64.7c-0.699,2.7-1.699,5.3-3.1,7.7c-1.4,2.3-3.1,4.199-5.3,5.699%20c-2,1.4-4.4,2.101-7.4,2.101c-1.9,0-3.4-0.4-4.5-1.101c-1.2-0.8-2.2-1.8-2.9-3.1c-0.8-1.4-1.3-2.9-1.6-4.4%20c-0.3-1.6-0.5-3.1-0.5-4.399c0-2.8,0.4-5.6,1.2-8.5c0.8-2.8,1.9-5.4,3.4-7.6c1.5-2.2,3.2-4,5.3-5.4c1.9-1.3,4-1.9,6.5-1.9%20c2,0,3.601,0.3,4.8,1c1.2,0.7,2.2,1.6,2.9,2.7c0.8,1.2,1.3,2.6,1.699,4.1c0.4,1.7,0.601,3.5,0.601,5.2%20C73.349,59.3,73.05,61.9,72.349,64.7z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.image_placeholder{color:#4a5568;font-style:italic;margin:0}.warning_box{max-width:616px;display:flex;align-items:center;background:#ffc1071a;border:1px solid #ffc107;border-radius:8px;padding:16px;margin-top:20px}.warning_icon{font-size:20px;margin-right:12px;margin-top:2px}.warning_content{color:#ffc107;font-weight:500;font-size:14px;line-height:1.5}.warning_content strong{color:#fff}.tip_box{max-width:616px;display:flex;align-items:center;background:#3b82f61a;border:1px solid #3b82f6;border-radius:8px;padding:16px;margin-top:20px}.tip_icon{font-size:20px;margin-right:12px;margin-top:2px}.tip_content{color:#3b82f6;font-weight:500;font-size:14px;line-height:1.5}.tip_content strong{color:#60a5fa}.step_image_placeholder{margin:16px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;background-color:#161616;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px;background-position:-1px -1px;padding:8px;display:inline-flex;width:auto;position:relative}.step_image_placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,transparent 10%,rgba(22,22,22,.7) 50%,#161616 100%);pointer-events:none;z-index:1}.step_image_placeholder img{width:100%;position:relative;max-width:600px;height:auto;display:block;margin:0 auto;border-radius:8px;border:1px solid #333;cursor:pointer;transition:opacity .3s ease;z-index:2}.step_image_placeholder iframe{position:relative;display:block;border-radius:8px;border:1px solid #333;transition:opacity .3s ease;z-index:2}.step_image_placeholder.small img iframe{max-width:400px}.step_image_placeholder.medium img iframe{max-width:500px}.step_image_placeholder.large img iframe{max-width:700px}.step_image_placeholder img iframe{opacity:0;animation:fadeIn .5s ease-in-out forwards}@keyframes fadeIn{to{opacity:1}}.image-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.image-modal.active{opacity:1;visibility:visible}.image-modal img iframe{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #00000080;animation:zoomIn .3s ease-out}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.image-modal .close-btn{position:absolute;top:20px;right:30px;font-size:40px;font-weight:700;color:#fff;cursor:pointer;z-index:1001;background:none;border:none;padding:0;line-height:1;transition:color .3s ease}.image-modal .close-btn:hover{color:#ccc}.page-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#80808080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.step_image_placeholder img iframe[src=""],.step_image_placeholder img iframe:not([src]){display:none}.step_image_placeholder:has(img iframe[src=""]),.step_image_placeholder:has(img iframe:not([src])){background-color:#000;background-image:linear-gradient(rgba(255,255,255,1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,1) 1px,transparent 1px);background-size:20px 20px;border:2px dashed #555;min-height:200px;display:flex;align-items:center;justify-content:center;color:#fff}.step_image_placeholder:has(img iframe[src=""]):before,.step_image_placeholder:has(img iframe:not([src])):before{content:"📷 Imagem não encontrada";font-size:16px;color:#fff;background-color:#000c;padding:8px 16px;border-radius:4px}@media (max-width: 768px){.step_container{flex-direction:row;margin-bottom:30px}.step_number{flex-direction:column;align-items:center;margin-right:25px;position:relative}.step_line{width:1px;height:auto;background-color:#ffffff4d;position:absolute;top:40px;left:50%;bottom:-20px}.step_container:last-child .step_line{display:block;bottom:-10px;background:linear-gradient(to bottom,#ffffff4d,#ffffff1a)}.step_content{flex:1;padding-top:0}.warning_box,.tip_box{max-width:100%;padding:16px;margin-top:20px}.step_image_placeholder{margin:16px 0;padding:8px;max-width:100%;width:100%;display:block}.step_image_placeholder img{max-width:100%;border-radius:8px}.step_image_placeholder iframe{max-width:100%;width:100%;height:auto;aspect-ratio:16/9;border-radius:8px}.image-modal img,.image-modal iframe{max-width:95vw;max-height:85vh}.image-modal .close-btn{top:15px;right:20px;font-size:35px}.add_bot_steps{margin-top:30px}.step_content p{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.docs_link{word-break:break-word}}/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com*/.main-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:6rem;min-height:100vh;background:none;gap:4rem}.main-content-inner{display:flex;align-items:center;justify-content:center;gap:2rem;width:100%}.text-content{max-width:35rem}.text-content h1{font-size:3rem;font-weight:500;margin-bottom:-1.5rem}.text-content p{font-size:1.3rem;color:#abadb3;font-weight:500;margin-bottom:1rem}.big-logo{max-width:400px;width:100%;height:auto;border-radius:16px}.features-section{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;width:80%;padding-left:1rem;padding-right:1rem}.feature-card{background-color:#030b22;border:5px solid #01091f;border-radius:12px;padding:2rem;width:25rem;color:#fff;text-align:center;transition:transform .3s,box-shadow .3s;position:relative}.feature-card:hover{background-color:#040d25}.feature-card-icon{position:relative;height:30px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.shield-icon,.shield-icon-hover{width:40px;height:40px;position:absolute;transition:opacity .2s ease}.shield-icon{opacity:1}.shield-icon-hover,.feature-card:hover .shield-icon{opacity:0}.feature-card:hover .shield-icon-hover{opacity:1}.feature-card h2{font-size:1.5rem;margin-bottom:1rem}.feature-card p{font-size:1rem;color:#bbb}.premium-bar{display:flex;align-items:center;justify-content:space-between;background-color:#132262;background:linear-gradient(127deg,#132262,#051042);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.5rem 2rem;margin-top:2rem;width:100%;height:9rem;color:#fff;gap:1rem;position:relative;overflow:hidden}.premium-left{font-size:3.2rem;font-weight:700;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.premium-center{text-align:left;max-width:30rem;font-size:1.4rem;flex:1}.premium-background-text{position:absolute;top:50%;left:10px;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;transform:translateY(-50%);font-size:11.5vw;font-weight:800;color:transparent;-webkit-text-stroke:2px white;opacity:.1;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0}.premium-right .premium-button{background-color:#f70;color:#fff;padding:.6rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .3s;white-space:nowrap}.premium-right .premium-button:hover{background-color:#f70}.stats-section{width:100%;display:flex;flex-direction:column;align-items:center}.stats-container{display:flex;margin-top:1rem;gap:4rem;flex-wrap:wrap;justify-content:center}.bot-stats{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;display:flex;flex-direction:column;line-height:2rem;text-align:start}.bot-stats-number{font-size:6rem;color:#f70;font-weight:700;line-height:1;position:relative}.bot-stats-text{font-size:2rem;max-width:25rem;color:#bbb;margin-top:.5rem}.error-indicator{color:#f44;font-size:2rem;margin-left:.5rem}.error-message{color:#f44;font-size:.9rem;text-align:center;margin-top:1rem;font-style:italic}@media (max-width: 768px){.main-content{padding-top:4rem;gap:3rem;padding-left:1rem;padding-right:1rem}.main-content-inner{justify-content:center;text-align:center}.big-logo{display:none}.text-content{max-width:100%;width:100%}.text-content div[style*="text-align: center"] button,.text-content div[style*="text-align: center"] a{padding:1.2rem 2.5rem!important;font-size:1.1rem!important;min-width:200px}.text-content h1{font-size:3.5rem;margin-bottom:-1rem}.text-content p{font-size:1.4rem;margin-bottom:1.5rem}.features-section{flex-direction:column;align-items:center;width:100%;gap:1.5rem;padding-left:0;padding-right:0}.feature-card{width:100%;max-width:100%;padding:1.5rem}.feature-card h2{font-size:1.6rem}.feature-card p{font-size:1.1rem}.premium-bar{flex-direction:column;height:auto;padding:2rem 1.5rem;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);border-radius:0;gap:1.5rem;text-align:center}.premium-left{font-size:2.5rem;order:1}.premium-center{text-align:center;max-width:100%;font-size:1.3rem;order:2}.premium-right{order:3}.premium-right .premium-button{padding:1rem 3rem;font-size:1.1rem;width:80%;max-width:300px}.premium-background-text{display:none}.stats-container{flex-direction:column;gap:2rem;align-items:center}.bot-stats{text-align:center}.bot-stats-number{font-size:4rem}.bot-stats-text{font-size:1.5rem;max-width:100%}.error-message{font-size:.8rem;padding:0 1rem}}.not-found-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem;text-align:center}.not-found-content{max-width:600px;width:100%}.error-code{font-size:8rem;font-weight:700;color:#fff;line-height:1;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite alternate}.error-title{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:600}.error-description{font-size:1.2rem;color:#b8c4d9;margin-bottom:2.5rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn-home,.btn-back{padding:12px 24px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-home{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-home:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.btn-back{background:#667eea;color:#fff;border:2px solid #667eea;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.btn-back:hover{transform:translateY(-2px)}@keyframes pulse{0%{opacity:.8}to{opacity:1}}@media (max-width: 768px){.not-found-container{padding:1rem;min-height:60vh}.error-code{font-size:5rem}.error-title{font-size:2rem}.error-description{font-size:1.1rem}.error-actions{flex-direction:column;align-items:center}.btn-home,.btn-back{width:100%;max-width:250px}}@media (max-width: 480px){.error-code{font-size:4rem}.error-title{font-size:1.8rem}}.full-height{height:100vh;height:calc(var(--vh, 1vh) * 100)}.min-full-height{min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}.safe-container{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));box-sizing:border-box}.touch-target{min-width:44px;display:inline-flex;align-items:center;justify-content:center;position:relative}.mobile-button{min-height:48px;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.mobile-button:active{transform:scale(.96)}.text-xs{font-size:clamp(.65rem,1.8vw,.75rem)}.text-sm{font-size:clamp(.75rem,2vw,.875rem)}.text-base{font-size:clamp(.875rem,2.5vw,1rem)}.text-lg{font-size:clamp(1rem,3vw,1.125rem)}.text-xl{font-size:clamp(1.125rem,3.5vw,1.25rem)}.text-2xl{font-size:clamp(1.25rem,4vw,1.5rem)}.text-3xl{font-size:clamp(1.5rem,5vw,1.875rem)}.text-4xl{font-size:clamp(1.875rem,6vw,2.25rem)}.spacing-xs{margin:clamp(.25rem,1vw,.5rem)}.spacing-sm{margin:clamp(.5rem,1.5vw,.75rem)}.spacing-base{margin:clamp(.75rem,2vw,1rem)}.spacing-lg{margin:clamp(1rem,2.5vw,1.5rem)}.spacing-xl{margin:clamp(1.5rem,3vw,2rem)}.padding-xs{padding:clamp(.25rem,1vw,.5rem)}.padding-sm{padding:clamp(.5rem,1.5vw,.75rem)}.padding-base{padding:clamp(.75rem,2vw,1rem)}.padding-lg{padding:clamp(1rem,2.5vw,1.5rem)}.padding-xl{padding:clamp(1.5rem,3vw,2rem)}.responsive-grid-1{display:grid;grid-template-columns:1fr;gap:1rem}.responsive-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.responsive-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media (max-width: 768px){.responsive-grid-2,.responsive-grid-3{grid-template-columns:1fr}}.responsive-flex{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.responsive-flex{flex-direction:column}}@media (max-width: 768px){.hidden-mobile{display:none!important}}.visible-mobile{display:none}@media (max-width: 768px){.visible-mobile{display:block}}.visible-mobile-flex{display:none}@media (max-width: 768px){.visible-mobile-flex{display:flex}}@media (max-width: 1024px) and (min-width: 769px){.hidden-tablet{display:none!important}}@media (max-width: 768px){.mobile-fade-in{animation:mobileFadeIn .3s ease-out}.mobile-slide-up{animation:mobileSlideUp .3s ease-out}.mobile-scale-in{animation:mobileScaleIn .2s ease-out}}@keyframes mobileFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.mobile-input{width:100%;min-height:48px;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;box-sizing:border-box;transition:border-color .2s ease}.mobile-input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.mobile-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:clamp(1rem,3vw,1.5rem);margin:clamp(.5rem,2vw,1rem);border:1px solid rgba(255,255,255,.1);transition:transform .2s ease,box-shadow .2s ease}@media (hover: hover){.mobile-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000001a}}@media (hover: none){.mobile-card:active{transform:scale(.98)}}.smooth-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.horizontal-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:1rem;-webkit-overflow-scrolling:touch}.horizontal-scroll::-webkit-scrollbar{display:none}.scroll-item{flex:0 0 auto;scroll-snap-align:start}.mobile-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:400% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0% 50%}}.loading-spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #007AFF;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.high-contrast{color:#fff;background-color:#000}}.focus-visible{outline:2px solid #007AFF;outline-offset:2px;border-radius:4px}.interactive{cursor:pointer;-webkit-tap-highlight-color:rgba(0,122,255,.2);tap-highlight-color:rgba(0,122,255,.2)}
