:root{--text-secondary:#474747}body{display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Roboto,Arial,sans-serif;font-size:16px;line-height:1.5;margin:0 auto;padding:0}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:calc(100% - 40px)}.container-center{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.secondary{color:var(--text-secondary)}.container.slim{max-width:800px}.section{margin-bottom:40px}.disclaimer{color:gray;font-size:14px}.center{text-align:center}.monospace{font-family:monospace}.hidden{display:none;visibility:hidden}.gradient{background-clip:text;-webkit-background-clip:text;background-color:#4158d0;background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:transparent;filter:drop-shadow(0 2px 4px rgba(0,0,0,.075))}main>.container{padding-top:10px}a{color:#00008b}.loader{background:rgba(0,0,0,.15);display:inline-block;height:5px;overflow:hidden;position:relative;width:300px}.loader:after{animation:loaderbar 2s linear infinite;background:rgba(0,0,0,.5);box-sizing:border-box;content:"";height:5px;left:0;position:absolute;top:0;width:192px}.loader-slim{width:64px}.loader-slim:after{width:40px}.loader-white{background:hsla(0,0%,100%,.25)}.loader-white:after{background:hsla(0,0%,100%,.75)!important}.loader.hidden{display:none!important;visibility:hidden!important}.loader.htmx-request{display:block!important;visibility:visible!important}.block-loader.loader{display:block;margin:10px 0}@keyframes loaderbar{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}header{background:#fff;box-shadow:0 0 3px rgba(0,0,0,.3);z-index:999}header nav{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}@media(max-width:599px){header nav{justify-content:center;margin-bottom:20px!important}header nav .right{margin-left:20px}}@media(min-width:600px){header nav .right{margin-left:auto}}header nav a{margin:0 0 0 10px;padding:2px 0}header nav a:first-of-type{margin-left:0}header a{color:rgba(0,0,0,.7);font-weight:500;text-decoration:none}header a:hover{color:rgba(0,0,0,.9)}header a[href="/"]{background-clip:text;-webkit-background-clip:text;background-color:#4158d0;background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:transparent}header a.cta{background:rgba(0,0,0,.78);border-radius:8px;color:#fff;display:inline-block;font-size:16px;font-weight:700;padding:6px 12px}header a.cta:hover{background:rgba(0,0,0,.9)}header h1{font-size:24px;font-weight:700;margin-right:10px}@media(max-width:420px){header h1{font-size:18px}}input[type=email],input[type=password],input[type=text],input[type=url],textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-sizing:border-box;color:rgba(0,0,0,.8);min-width:300px;padding:12px 16px}form label{display:block;font-weight:500;margin:20px 0}form label span{font-weight:400}form label.collapse{margin:10px 0}form label .title{display:block;font-weight:700}form label.secondary{color:#333;font-size:14px}form label.checkbox{display:flex;flex-direction:row}form label.checkbox input[type=checkbox]{flex-shrink:0;margin-right:20px}form label>input:not([type=checkbox]):not([type=radio]){display:block;margin-top:4px}input[type=radio]{margin-right:6px}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus,input[type=url]:focus{background-color:#f8f8f8}button,input[type=submit]{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-sizing:border-box;color:rgba(0,0,0,.9);cursor:pointer;font-size:14px;font-weight:600;line-height:14px;padding:12px 16px;text-align:center;text-decoration:none #d1d5db solid;text-decoration-thickness:auto;touch-action:manipulation;user-select:none;-webkit-user-select:none}input[readonly],textarea[readonly]{background:#eee}button.button-slim{background:none;border:1px dashed hsla(0,0%,55%,.4);border-radius:4px;color:rgba(0,0,0,.6);cursor:pointer;font-size:12px;padding:6px 12px}.button-slim:hover{border-color:hsla(0,0%,40%,.6);color:rgba(0,0,0,.8)}a.button{text-decoration:none}button:hover,input[type=submit]:hover{background-color:#f9fafb}button:focus,input[type=submit]:focus{outline:2px solid transparent;outline-offset:2px}button:focus-visible,input[type=submit]:focus-visible{box-shadow:none}button.button-invalid{opacity:.75}.button-primary{background:#1a9b21;border-color:#14794a;color:#fff}.button-primary:hover{background:#157c1b;border-color:#0e5b37}.button-destructive{background:#da3633;border-color:#f85149;color:#fff}.button-destructive:hover{background:#c72724}.button-cta{border:none;border-radius:20px;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;padding:6px 16px;text-decoration:none;transition:opacity .15s ease}.button-cta,.button-cta:hover{background:linear-gradient(135deg,#4158d0,#c850c0);color:#fff}.button-cta:hover{opacity:.85}button.button-negative{color:rgba(0,0,0,.5)}button.button-negative:hover{background:none;color:#c00}form .form-error{color:#dc0a0a;font-weight:600;margin:6px 0}input.input-error{border-color:#dc0a0a}select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-sizing:border-box;color:rgba(0,0,0,.9);display:block;font-size:14px;line-height:14px;padding:12px 16px;width:100%}input.small,select.small{font-size:12px;margin:10px 0;padding:8px 12px}footer.container{color:rgba(0,0,0,.5);display:flex;flex-direction:row;font-size:12px;font-weight:600;margin-bottom:20px;margin-top:100px}footer>div{flex-shrink:0}footer>div.left{flex:1;padding-right:20px}footer>div.left a{color:rgba(0,0,0,.7)}footer>div.left a:hover{color:#000}footer>div.right a img{filter:invert(44%) sepia(13%) saturate(18%) hue-rotate(338deg) brightness(94%) contrast(92%);margin-left:3px}footer>div.right a:hover img{filter:none}div.flash{background:#dafbe1;border:1px solid rgba(74,194,107,.4);border-radius:8px;margin:10px 0;padding:20px}div.flash.flash-gray{background:hsla(0,0%,93%,.75);border:1px solid #ccc}div.flash.flash-warning{background:#fff8c5;border:1px solid rgba(212,255,44,.4)}div.flash.flash-error{background:#ffebe9;border:1px solid rgba(255,129,130,.4)}.empty-list{border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.9);font-size:14px;font-weight:600;margin:20px 0;padding:40px 0;text-align:center}.feed-recommendations{grid-gap:15px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feed-recommendations>.feed-recommendation{align-items:center;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:flex;flex-direction:row;min-width:240px;padding:20px 16px}.feed-recommendations>.feed-recommendation>input{flex-shrink:0;height:20px;margin-right:20px;width:20px}.feed-recommendation-desc{font-size:14px;margin-top:5px}.dashboard-section:not(:first-of-type){margin:80px 0}.dashboard-list{display:flex;flex-direction:column;margin:20px 0}.dashboard-list>:first-child{border-top:1px solid rgba(0,0,0,.1)}.dashboard-list-group-header h2{flex:1;font-size:18px;line-height:1;margin:10px 0;padding-right:10px;word-break:break-all}.dashboard-list-group-header,.dashboard-list-item{align-items:center;display:flex;flex-direction:row}.dashboard-list-item{border-bottom:1px solid rgba(0,0,0,.1);word-break:break-all}.dashboard-list-item:hover{background:rgba(0,0,0,.02)}.dashboard-list-item h5{display:block;font-size:18px;font-weight:600;margin:0;padding-right:20px}.dashboard-list-item .subtitle{color:#333;display:block;font-size:80%;min-width:200px}.dashboard-list-item a{align-items:center;color:#000;display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;text-decoration:none}.dashboard-list-switch{margin:20px}.dashboard-list-switch form{margin:0}.dashboard-list-switch input[type=checkbox]{height:24px;width:24px}.dashboard-quota-row{padding-bottom:24px;padding-left:20px}.dashboard-quota-progress{background:#ccc;clear:both;height:6px;width:300px}.dashboard-quota-progress>div{background:#000;float:left;height:6px}.dashboard-quota-exceeded{color:darkred;font-weight:600;margin-top:10px}.dashboard-tutorial{background:#091d22;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#fff;margin:40px 0;padding:32px}.dashboard-tutorial h1{margin:0}.dashboard-tutorial-steps{display:flex;flex-direction:row;flex-wrap:wrap}.dashboard-tutorial-steps>a{color:#fff;flex:calc(50% - 32px);flex-shrink:0;flex-wrap:wrap;margin-right:16px;padding:8px;text-decoration:none}.dashboard-tutorial-steps>a:hover{background:#273c4e;border-radius:8px}.dashboard-tutorial-steps>a.dashboard-tutorial-step-done{text-decoration:line-through}.dashboard-tutorial-step-number{font-size:26px;font-weight:800}.dashboard-tutorial-step-title{font-size:24px;font-weight:600}.dashboard-tutorial-step-text{display:block}.feed-custom-feeds input,.feed-custom-feeds select{display:inline-block;margin-bottom:10px;width:300px}.feed-custom-feed>input[type=text]:first-child{max-width:600px;width:100%}.feed-custom-feed.feed-custom-error{background:rgba(255,0,0,.1);border:1px solid rgba(255,0,0,.2);border-radius:8px;margin-bottom:10px;padding:10px 10px 5px}div.ready-tabs{display:flex;flex-direction:row;flex-wrap:wrap}div.ready-tabs>a{background:#f9fafb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:rgba(0,0,0,.9);flex-shrink:0;margin-bottom:12px;margin-right:12px;padding:8px 16px;text-decoration:none}div.ready-tabs>a.selected,div.ready-tabs>a:hover{background:#e8e8e8;color:#000}div.ready-tabs img{vertical-align:middle}.identity-providers{color:#646464;font-size:12px;font-weight:600;text-align:center;width:200px}.identity-providers-header{display:inline-block;padding-bottom:3px;text-transform:uppercase}.identity-providers-terms{display:inline-block;padding-top:3px}.identity-providers>a{display:block;height:42px;line-height:42px;text-decoration:none}.identity-providers>a.discord{background-color:#36393f;border:2px solid #2f3136;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#fff;flex-grow:0;flex-shrink:0;height:42px;text-align:center;width:200px}.identity-providers>a>img{padding-top:8px}.identity-providers>a.discord:hover{background-color:#222426}.bot-setup-test{float:right;margin-top:4px}.bot-setup{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.bot-setup-step{flex-shrink:0;margin-bottom:40px;width:300px}.bot-setup-step:not(:last-of-type){margin-right:40px}.bot-setup-step h2{color:#2d2d2d;font-weight:500;margin:0 0 20px}.bot-interval-promo{margin:10px 0;opacity:.8}.landing-page-wrap{align-items:center;background:#fafafa;border-bottom:1px solid #ccc;display:flex;justify-content:center;min-height:600px}.landing-page-header{font-weight:500;margin:0;text-align:center}.landing-page-header>h1{background-clip:text;-webkit-background-clip:text;background-color:#4158d0;background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:transparent;filter:drop-shadow(0 2px 4px rgba(0,0,0,.075));font-size:5rem;margin:0;padding:40px 0 0}.landing-page-signup{color:#646464;font-size:12px;margin:40px auto;text-align:center;width:200px}.landing-page-signup:not(.inline){background:#fafafa;border:1px solid #ccc;border-radius:8px;padding:32px 48px}.landing-page-signup a{color:#646464;font-weight:600}.landing-page-signup .divider{border-bottom:1px solid #ccc;color:#646464;font-size:12px;font-weight:600;line-height:.1em;margin:20px 0;text-align:center;text-transform:uppercase;width:100%}.landing-page-signup .divider span{background:#fafafa;padding:0 10px}.landing-page-signup button{width:100%}.landing-page .container>h2,.landing-page>h2{font-size:3rem;margin:40px 0;text-align:center}.landing-page-features>.landing-page-feature{background:#1e1e1e;border-radius:8px;color:#fff;margin-bottom:40px;padding:30px 50px}.landing-page-feature>h2{color:#fff;font-size:32px;margin:0}.landing-page-feature>h3{color:#fff;font-size:24px;margin:0}.landing-page-feature>ul{margin-bottom:60px}.landing-page-feature>span{display:block;margin-bottom:40px;margin-top:10px}.landing-page-feature>img{border-radius:8px;display:block;margin:0 auto}.landing-page-feature a{color:#fff}.landing-page-integrations{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.landing-page-integrations a{text-decoration:none}.landing-page-integrations a:hover .landing-page-integration{background:#25272b}.landing-page-integration{background:#36393f;border-radius:8px;color:#dcddde;display:flex;font-weight:500;padding:20px;text-align:left}.landing-page-integration>img{display:block;height:48px;margin-right:20px;width:48px}.landing-page-integration h3{color:#fff;margin:0}.landing-page-ticker{align-items:start;display:flex;flex-direction:row;flex-wrap:wrap;gap:80px;justify-content:center;margin:60px 0}.landing-page-ticker-item{color:rgba(0,0,0,.8);display:flex;flex-direction:row;gap:30px;max-width:min(100%,500px);opacity:.9}.landing-page-ticker-item h5{background-clip:text;-webkit-background-clip:text;background-color:#4158d0;background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:transparent;display:flex;flex-direction:row;font-size:28px;gap:10px;margin:0}.landing-page-ticker-item p{color:rgba(0,0,0,.8);margin:5px 0 0}.landing-page-video{margin:80px 0;text-align:center}.landing-page-video h2{color:rgba(0,0,0,.8);margin:0 0 10px}.landing-page-row{align-items:center;color:hsla(0,0%,8%,.9);display:flex;flex-direction:row-reverse;flex-wrap:wrap;gap:20px}.landing-page-row>.column{flex:0 1 auto}.landing-page-row>.column.main{flex:1 1 0;text-align:left}.landing-tag{align-items:center;background:rgba(0,0,0,.75);border-radius:6px;color:#fff;display:inline-flex;font-size:16px;font-weight:800;justify-content:center;line-height:1;margin-left:6px;padding:6px;transform:translateY(-3px);vertical-align:middle}.landing-page-subscription-term{align-items:center;color:rgba(0,0,0,.9);display:flex;font-size:14px;font-weight:500;justify-content:center;margin:40px 0}.landing-page-subscription-term span{padding-right:15px}.landing-page-subscription-term .savings{font-weight:700}.landing-page-plans{display:flex;flex-direction:row;flex-wrap:wrap}.landing-page-plans>.landing-page-plan{border:1px solid #d1d5db;border-radius:8px;border-top:4px solid #d1d5db;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-sizing:border-box;display:flex;flex:calc(33% - 40px);flex-direction:column;flex-shrink:0;line-height:1.2;margin-bottom:40px;margin-right:20px;padding:20px}.landing-page-plan:nth-child(2){border-top-color:silver}.landing-page-plan:nth-child(3){border-top-color:gold;margin-right:0}.landing-page-plan-wrap{min-height:100px}.landing-page-plan-name{font-size:28px;font-weight:600;margin:0 0 5px}.landing-page-plan-description{color:var(--text-secondary);font-size:14px;font-weight:500;margin:0}.landing-page-plan-price-monthly,.landing-page-plan-price-yearly{display:block;font-size:32px;font-weight:500;min-height:60px}.landing-page-plan-price-qualifier{color:var(--text-secondary);font-size:14px;padding-left:4px;vertical-align:middle}.landing-page-plan-price-savings{font-size:14px;opacity:.8}.landing-page-plan-features{list-style:none;margin:40px 0 0;padding:0}.landing-page-plan-features li{color:var(--text-secondary);display:flex;padding-bottom:20px}.landing-page-plan-features li img{display:inline-block;filter:invert(44%) sepia(13%) saturate(18%) hue-rotate(338deg) brightness(94%) contrast(92%);margin-right:24px;vertical-align:middle;width:20px}.landing-page-plan-features li b{color:#1e1e1e;padding:0 5px 0 0}.landing-page-plan-features li a{color:inherit}.landing-page-plan-signup{align-content:flex-end;flex:1;margin-top:40px;text-align:center}.landing-page-plan-signup button{width:100%}.landing-page-trial{align-items:center;background:#e9fff2;border-radius:100px;color:#1e985e;display:inline-block;font-size:13px;font-weight:600;gap:10px;margin:0 auto;padding:6px 16px;text-align:center}.landing-page-enterprise{border-bottom:1px solid #dcddde;border-top:1px solid #dcddde;margin-bottom:60px;padding:15px 0;text-align:center}.landing-page-faq{display:flex;flex-direction:row}@media(max-width:600px){.landing-page-faq{flex-direction:column}}.landing-page-faq>div:first-of-type{flex:50%;flex-shrink:0;flex-wrap:wrap;margin-right:50px}.landing-page-faq-item p{color:var(--text-secondary)}#landing-page-youtube{display:block;height:250px;margin:60px auto 0;text-align:center;width:100%}@media(min-width:820px){#landing-page-youtube{height:450px;width:800px}}.discord-message-container{background:#36393f;border-radius:8px;color:#dcddde;padding:10px 20px;text-align:left}.discord-message{padding-top:10px}.discord-message-contents{font-size:16px}.discord-message-content>p:first-of-type{display:inline;padding-left:10px}.discord-message-legend{background-color:#4158d0;background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:8px;color:#fff!important;font-size:14px;font-weight:700;margin-right:5px;padding:4px 8px!important}.discord-message-header{color:#fff;display:inline;font-size:16px}.discord-message-header h2{display:inline-block}.discord-message-bot-tag{background:#5865f2;border-radius:2px;color:#f4f5fe;display:inline;font-size:12px;font-weight:400;margin-right:10px;padding:4px 0;text-align:center}.discord-message-username{color:#fff}.discord-message-bot-text{font-weight:600;line-height:1;margin:0;padding:0 2px 0 4px}.discord-message-embed{background:#2f3136;border-left:4px solid #202225;margin:6px 0 20px 24px;max-width:600px;padding:7px 12px}.discord-message-embed a{color:#00aff4;font-weight:600}.discord-message-embed-author{color:#fff;font-size:14px;font-weight:600}.discord-message-embed-author,.discord-message-embed-description,.discord-message-embed-title{margin:10px 0}.discord-message-embed-footer{font-size:12px;font-weight:500;margin:10px 0}.discord-message-embed-footer>span{padding:0 5px 0 0}.discord-message-embed-description{font-size:14px;line-height:1.2}.discord-message-embed img{max-width:400px}input[type=checkbox].switch{display:none;height:0;visibility:hidden;width:0}label.switch{background:#d3d3d3;border:1px solid #d1d5db;border-radius:100px;cursor:pointer;display:block;height:48px;position:relative;text-indent:-9999px;width:80px}label.switch,label.switch:after{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}label.switch:after{background:#fff;border-radius:44px;content:"";height:40px;left:6px;position:absolute;top:4px;transition:.3s;width:40px}input.switch:checked+label{background:#228b22}input.switch:checked+label:after{left:calc(100% - 5px);transform:translateX(-100%)}label.switch:active:after{width:50px}.login-page{background:#fdfdfd;border:1px solid #ccc;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);margin:40px auto;max-width:400px;padding:0 20px;width:calc(100% - 40px)}.login-page h1{margin:20px 0;text-align:center}.login-page .landing-page-signup{margin:0 auto}.login-page form{display:block;margin:50px 0 10px}.login-page form button,.login-page form input:not([type=checkbox]){width:100%}.login-page .forgot a{color:#666;font-size:14px}.login-page .forgot a:hover{color:#333}.login-page .divider{margin:50px auto}.login-page .divider span{background:#fdfdfd}.login-page .disclaimer{color:#666;font-size:14px}.news,.news-entry{line-height:1.7}.news-entry{padding:80px 0}.news-entries .news-entry{border-bottom:1px solid #e5e5e5}.news-header{line-height:1.3;margin:0 0 40px}.news-header a h1{color:inherit}.news-header h1{color:rgba(0,0,0,.95);font-size:42px;font-weight:700;margin:0}.news-header time{color:rgba(0,0,0,.75);font-size:15px;font-weight:600}.news-content img{max-width:calc(100% - 60px)}.news-navigation{line-height:1}.news-navigation h3{font-size:42px;font-weight:600;margin:60px 0 0}.news-header a,.news-navigation a{text-decoration:none}.news-header a:hover,.news-navigation a:hover{text-decoration:underline}.news-navigation h5{font-size:24px;font-weight:500;margin:10px 0 0}.news-navigation img.icon{opacity:.6;padding-bottom:6px;padding-left:4px;vertical-align:middle;width:16px}.news-navigation img.icon:hover{opacity:.8}.knowledge-base{line-height:1.7;padding-top:20px}.knowledge-base-header h5{font-size:16px;margin:0}.knowledge-base-header h1{font-size:48px;margin:10px 0}.knowledge-base-header h4{color:rgba(0,0,0,.9);font-size:12px;margin:-10px 0 0}.knowledge-base h1{background-clip:text;-webkit-background-clip:text;background-color:#4158d0;background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:transparent;line-height:1.2}@media(min-width:1000px){.knowledge-base-content{display:flex;flex-direction:row-reverse}.knowledge-base-entry{flex:1;flex-shrink:0}.knowledge-base-sidebar{flex-shrink:0;max-width:300px;min-width:300px;padding-right:100px;padding-top:130px}}.knowledge-base-entry h2,.knowledge-base-entry p{color:#222}.knowledge-base-entry .disclaimer{color:gray}.knowledge-base-entry h2{margin:50px 0 0}.knowledge-base-entry p{margin:20px 0}.knowledge-base-category h3{color:#333;margin-bottom:10px}.knowledge-base-category ul{list-style:none;margin:0;padding:0}.knowledge-base-category li{font-weight:600;margin-bottom:10px;opacity:.8}.knowledge-base-category li:hover{opacity:1}.knowledge-base-category li a{text-decoration:none}.knowledge-base-category li a:hover{text-decoration:underline}.knowledge-base-sidebar-promo{background:#eee;border-radius:6px;color:#333;font-size:14px;padding:20px}.knowledge-base-sidebar-promo a{text-decoration:none}.knowledge-base-sidebar-promo h1{font-size:24px;line-height:1;margin:0 0 10px}.knowledge-base-image{margin:40px auto;text-align:center}.knowledge-base-image img{max-width:calc(100% - 20px)}@media(min-width:600px){.knowledge-base-image img{max-width:600px}}.knowledge-base-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.rec{animation:rec-loop 2s linear infinite;animation-delay:1s;font-size:115%;vertical-align:middle}@keyframes rec-loop{0%{opacity:1}50%{opacity:0}to{opacity:1}}table.bot-table{border-collapse:collapse;font-size:14px;margin:0 -20px;width:calc(100% + 40px)}table.bot-table th{color:rgba(0,0,0,.75);font-weight:700}table.bot-table td,table.bot-table th{border-bottom:1px solid #eee;padding:10px 20px;text-align:left}table.bot-table tbody tr:hover{background:hsla(0,0%,93%,.3)}table.bot-table tfoot td,table.bot-table tfoot th{border:0}.breadcrumbs{background:hsla(0,0%,93%,.1);border-bottom:1px solid #ccc;border-top:1px solid #ccc}.breadcrumbs>.container{display:flex;flex-direction:row;flex-wrap:wrap}.breadcrumbs a.breadcrumb{color:rgba(0,0,0,.5);font-weight:600;padding:10px 0;text-decoration:none}.breadcrumbs a.breadcrumb.breadcrumb-current,.breadcrumbs a.breadcrumb:hover{color:rgba(0,0,0,.8)}.breadcrumbs .breadcrumb-separator{align-items:center;display:flex;justify-content:center;padding:10px 5px}.breadcrumbs .breadcrumb-separator>svg{color:rgba(0,0,0,.5)}.properties{margin:20px 0}.properties .property{color:rgba(0,0,0,.85);font-size:14px;margin-bottom:15px}.properties .property h5{color:rgba(0,0,0,.9);font-size:14px;font-weight:800;margin:0 0 2px}.properties .property h5 .property-icon{margin-right:6px;opacity:.65;vertical-align:-2px}.properties .property a.action{margin-left:4px;padding:8px;text-decoration:none}.properties .property a.action:hover{background:hsla(0,0%,80%,.2);border-radius:8px}.properties .property.property-editing{background:hsla(0,0%,93%,.5);border-radius:6px;max-width:700px;padding:16px 24px}.properties .property.property-full-width{max-width:unset}.properties form label,.properties p:first-of-type{margin-top:0}.bot-feed-reddit{align-items:center;display:flex;flex-direction:row;font-family:monospace;font-size:14px}@media(max-width:599px){.bot-feed-reddit{flex-direction:column}}.bot-feed-reddit>input,.bot-feed-reddit>select{margin:0 8px}.feed-custom-instruction{border:1px solid #ccc;border-radius:8px;box-shadow:1px 2px 3px rgba(0,0,0,.03);font-size:14px;margin-bottom:20px;padding:0 16px}.feed-custom-instruction>p:first-child{margin-top:10px}.feed-custom-example{background:#e6e6e6;border-radius:8px;margin:20px 0;padding:5px 20px}.feed-custom-example:before{color:hsla(0,0%,39%,.9);content:"EXAMPLE";display:block;font-weight:700;margin-top:10px;z-index:9999}.feed-custom-example>pre{font-family:monospace;margin-top:5px;white-space:pre-wrap}.buttons-bar button{box-shadow:0 1px 2px 0 rgba(0,0,0,.1)}.buttons-bar{display:flex;flex-direction:row;justify-items:center;margin-top:20px}.buttons-bar-secondary{margin-left:10px}.buttons-bar-destructive{align-items:end;display:flex;flex-direction:row;flex-grow:1;margin-left:10px}button.positive{background:#33b249;border-color:#298c3b;color:#fff}button.positive:hover{background:#2fa543}button.positive:active{background:#2b953c}.bot-feed-editor-full{background:hsla(0,0%,93%,.75);border-radius:6px;padding:24px}.bot-feed-editor svg{vertical-align:middle}.bot-feed-editor h5{font-size:20px;margin:0 0 5px}.bot-feed-editor-header{color:rgba(0,0,0,.8);margin:0 0 20px;max-width:300px}.bot-feed-editor-header h4{font-size:20px;margin:0;vertical-align:middle}.bot-feed-editor-header svg{margin-right:5px}.form-checkboxes>label{margin:0}.form-checkboxes-group{display:flex;flex-direction:column;gap:10px;margin:10px 0 20px}.form-checkboxes-group label{font-weight:400;margin:0}.form-checkboxes-group label>input{margin-right:8px}.tag-block{background:rgba(43,43,43,.33);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:#fff;display:inline-block;font-size:12px;font-weight:800;margin:0 15px;padding:3px 6px;text-transform:uppercase;transform:translateY(-2px)}.form-multitext-values{background-color:#f9f9f9;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-sizing:border-box;color:rgba(0,0,0,.8);display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;min-width:300px;padding:12px 16px}.form-multitext-value{background:rgba(0,0,0,.7);border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:5px 10px}.form-multitext-value>a{color:hsla(0,0%,100%,.5);margin-left:5px;text-decoration:none}.form-multitext-value>a:hover{color:#fff}.form-multitext-value>svg{vertical-align:middle}.form-multitext{display:flex;flex-direction:column;gap:5px}.form-multitext-editor{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.form-multitext-editor>input{flex:1 0 auto}.form-multitext-editor>button{flex:0 0 auto}.bot-log-event-type{background:hsla(0,0%,93%,.75);border-radius:6px;font-size:14px;font-weight:600;max-width:80px;padding:8px 20px;word-break:keep-all}.bot-log-event-type svg{padding-bottom:3px;padding-right:4px;vertical-align:middle}.bot-log-event-error{background:#fee7e7;color:rgba(220,10,10,.8)}.bot-logs table.bot-table a.bot-log-anchor{color:rgba(0,0,0,.85);text-decoration:none}.bot-logs table.bot-table .bot-log-timestamp{font-size:14px;font-weight:500}.bot-logs table.bot-table td{white-space:nowrap}.bot-logs table.bot-table td.bot-log-details{width:99%}@media(max-width:699px){.bot-logs table.bot-table tr{display:table;width:100%}.bot-logs table.bot-table td{border:0}.bot-logs table.bot-table .bot-log-timestamp{width:99%}.bot-logs table.bot-table td.bot-log-details,.bot-logs table.bot-table td.bot-log-feed{display:table-row;white-space:normal}.bot-logs table.bot-table td.bot-log-details>a,.bot-logs table.bot-table td.bot-log-feed>a{display:block;margin:0 0 0 20px}.bot-logs table.bot-table td.bot-log-details{border-bottom:1px solid #eee}.bot-logs table.bot-table td.bot-log-details>a{display:block;margin:0 0 20px 20px}.bot-logs table.bot-table th.bot-log-details,.bot-logs table.bot-table th.bot-log-feed{display:none;visibility:hidden}}tr.bot-log-pagination td{padding-top:20px;text-align:center}tr.bot-log-pagination button{width:calc(100% - 100px)}.card{background:hsla(0,0%,93%,.5);border:1px solid #ccc;border-radius:6px;margin:20px 0;padding:20px}.card h1,.card h2,.card h3,.card h4,.card h5{margin-bottom:10px;margin-top:0}.card h1>svg,.card h2>svg,.card h3>svg,.card h4>svg,.card h5>svg{padding-bottom:2px;padding-right:5px;vertical-align:middle}.premium-upsell-card{background:linear-gradient(135deg,rgba(200,80,192,.06),rgba(255,204,112,.06));border:1px solid rgba(200,80,192,.15);border-image:linear-gradient(180deg,#4158d0,#c850c0,#ffcc70) 1;border-image-slice:1;border-left:4px solid transparent;border-radius:0;box-shadow:0 2px 8px rgba(65,88,208,.08);margin:16px 0;padding:16px 20px;position:relative}.premium-upsell-card .premium-upsell-card-title{font-size:15px;font-weight:700;margin-bottom:6px}.premium-upsell-card .premium-upsell-card-description{color:var(--text-secondary);font-size:14px;line-height:1.4;margin-bottom:12px}.premium-thank-you-card{background:linear-gradient(135deg,rgba(65,88,208,.06),rgba(200,80,192,.06));border:1px solid rgba(65,88,208,.15);border-image:linear-gradient(180deg,#4158d0,#c850c0) 1;border-image-slice:1;border-left:4px solid transparent;border-radius:0;box-shadow:0 2px 8px rgba(65,88,208,.08);margin:16px 0;padding:16px 20px;position:relative}.premium-thank-you-card .premium-thank-you-card-title{font-size:15px;font-weight:700;margin-bottom:6px}.premium-thank-you-card .premium-thank-you-card-description{color:var(--text-secondary);font-size:14px;line-height:1.4}.filter-builder{margin:8px 0}.filter-builder-disabled{opacity:.5;pointer-events:none;position:relative}.filter-group{border-left:3px solid hsla(0,0%,60%,.3);margin:4px 0;padding-left:16px}.filter-group.filter-group-depth-0{border-left:none;padding-left:0}.filter-group-header{align-items:center;display:flex;font-size:13px;gap:6px;margin-bottom:8px}.filter-group-header .filter-group-label{color:rgba(0,0,0,.6)}.filter-group-header .filter-mode-select{font-size:13px;margin:0;min-width:120px;padding:4px 8px;width:auto}.filter-group-children{display:flex;flex-direction:column;gap:6px}.filter-condition{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.filter-condition input,.filter-condition select{font-size:13px;margin:0;padding:6px 8px}.filter-condition .filter-field-select{min-width:110px;width:auto}.filter-condition .filter-operator-select{min-width:140px;width:auto}.filter-condition input[type=text]{flex:1;min-width:120px}.filter-empty{color:rgba(0,0,0,.4);font-size:13px;font-style:italic;padding:4px 0}.filter-group-actions{display:flex;gap:8px;margin-top:8px}.bot-feed-groups{padding-right:20px;width:100%}@media(min-width:600px){.bot-feed-groups{max-width:240px}}.bot-feed-groups>a{text-decoration:none}.bot-feed-groups .bot-feed-group.bot-feed-group-selected,.bot-feed-groups .bot-feed-group:hover{background:hsla(0,0%,93%,.75)}.bot-feed-groups .bot-feed-group h5{display:inline}.bot-feed-groups .bot-feed-count{background:#ddd;border-radius:8px;margin-left:15px;padding:4px 8px}.bot-feeds-list{display:flex;flex-direction:column}@media(min-width:600px){.bot-feeds-list{flex-direction:row}}.bot-feeds-list>.bot-feeds-group{flex-shrink:0}.bot-feeds-list>.bot-feeds{flex:1}a.bot-feed{color:inherit;text-decoration:none}.bot-feed-group,div.bot-feed{border:1px solid rgba(0,0,0,.08);border-radius:6px;color:rgba(0,0,0,.7);margin-bottom:10px;padding:12px}.bot-feed-group:hover,div.bot-feed:hover{color:rgba(0,0,0,.9)}.bot-feeds div.bot-feed{background:hsla(0,0%,93%,.75);display:flex}.bot-feeds div.bot-feed:hover{background-color:rgba(0,0,0,.04)}.bot-feeds div.bot-feed .bot-feed-details{flex:1}.bot-feeds div.bot-feed h2{font-size:16px;line-height:1;margin:0}.bot-feeds div.bot-feed .loader{align-self:center}.bot-feeds .bot-feed-button{font-weight:600;text-decoration:none}.bot-feeds .bot-feed-button>.bot-feed{align-items:center;display:flex;justify-content:center}.bot-feeds .bot-feed-button>.bot-feed svg{margin-right:4px;vertical-align:middle}.bot-feeds .bot-feeds-empty{color:rgba(0,0,0,.5);margin:32px auto;text-align:center}.bot-feeds .bot-feeds-empty a{display:block;margin-top:8px}.bot-feed-icon{display:inline-block}.bot-feed-icon svg,.bot-feed-icon>img{height:24px;margin-right:16px;vertical-align:middle;width:24px}.bot-feed-timestamp{font-size:14px}.bot-feed-timestamp .title{font-size:13px;font-weight:700;padding-right:4px;text-transform:uppercase}.bot-feed-error{color:rgba(230,0,0,.8)}.bot-feed-error svg{margin-right:4px;padding-top:5px;vertical-align:top}.bot-feeds-header{align-items:center;display:flex;flex-direction:row}.bot-feeds-header>h1{flex:1}.bot-feeds-header>*{flex-shrink:0}.feed-recommendations-select-all{color:rgba(0,0,0,.7);display:block;margin:5px 0 10px;text-align:right}.feed-recommendations-select-all:hover{color:rgba(0,0,0,.9)}.bot-logs-badge{font-size:16px}.bot-logs-badge-counter{border-radius:6px;color:rgba(0,0,0,.75);display:inline-block;font-size:14px;font-weight:600;padding:8px 12px;text-decoration:none;user-select:none}.bot-logs-badge-counter:active,.bot-logs-badge-counter:hover{background:hsla(0,0%,93%,.75)}.bot-logs-badge-counter svg{height:21px;padding-bottom:3px;vertical-align:middle;width:21px}.bot-logs-errors{color:rgba(220,10,10,.85)}.bot-logs-errors:active,.bot-logs-errors:hover{color:#dc0a0a}.bot-discord-format{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.bot-discord-format div.bot-discord-format-editor{flex-basis:0;min-width:min(100%,350px)}.bot-discord-format div.bot-discord-format-preview{flex-basis:0;flex-grow:1;min-width:min(100%,350px)}.bot-discord-format div.bot-discord-format-help{flex-basis:100%}div.bot-discord-format-variables{background:hsla(0,0%,93%,.7);border-radius:8px;margin:20px 0;padding:24px}div.bot-discord-format-variables h2{margin:0 0 10px}div.bot-discord-format-variables th{padding-right:20px;text-align:left}div.bot-discord-format-variables tr>td:first-of-type{padding-right:50px}div.bot-discord-format-variables code{user-select:all}.bot-discord-format-readonly{opacity:.7}.bot-disabled{align-items:center;display:flex;justify-content:center}
/*# sourceMappingURL=readybot.css.map*/