.tabs-module__-6eQ9q__container{border-radius:var(--border-radius);width:100%;height:4rem;font-size:small;display:flex}.tabs-module__-6eQ9q__tabs{justify-content:space-between;align-items:center;gap:1.5rem;width:80%;margin:0;display:flex}.tabs-module__-6eQ9q__tabs>button{all:unset;cursor:pointer;align-items:center;height:100%;font-family:inherit;font-size:1.6rem;display:flex}.tabs-module__-6eQ9q__tabs>button.tabs-module__-6eQ9q__active{border-bottom:.4rem solid var(--color-primary);font-weight:700}
.bot-list-module__2dyTPa__container{background-color:var(--color-background-container);border-radius:var(--border-radius);flex-direction:column;padding:1.5rem;display:flex}.bot-list-module__2dyTPa__titleRow{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.bot-list-module__2dyTPa__searchContainer{background-color:var(--color-background-container);border-radius:var(--border-radius);border:1px solid var(--color-text);align-items:center;gap:.5rem;width:100%;padding:.75rem;display:flex}.bot-list-module__2dyTPa__searchIcon{color:var(--color-text);min-width:14px}.bot-list-module__2dyTPa__searchInput{width:100%;color:var(--color-text);background:0 0;border:none;outline:none;font-size:1.2rem}.bot-list-module__2dyTPa__searchInput::placeholder{color:var(--color-text);opacity:1;transition:color .2s}.bot-list-module__2dyTPa__clearSearch{color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.bot-list-module__2dyTPa__tabsContainer{justify-content:center;display:flex}.bot-list-module__2dyTPa__tab{cursor:pointer;color:var(--color-text);background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:1.4rem;font-weight:500;transition:all .2s}.bot-list-module__2dyTPa__tab:hover{color:var(--color-text-primary)}.bot-list-module__2dyTPa__activeTab{border-bottom-color:var(--color-primary);color:var(--color-primary)!important}.bot-list-module__2dyTPa__categoriesWrapper{background-color:var(--color-background-card);border-radius:var(--border-radius);flex-direction:column;padding:1.5rem;display:flex}.bot-list-module__2dyTPa__categoryHeader{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;font-size:1.5rem;font-weight:500;display:flex}.bot-list-module__2dyTPa__categoryHeaderContent{align-items:center;gap:.5rem;display:flex}.bot-list-module__2dyTPa__categoryIcon{color:var(--color-text);flex-shrink:0}.bot-list-module__2dyTPa__categoryDivider{background-color:var(--color-divider);border:0;height:1px;margin:1rem 0}.bot-list-module__2dyTPa__bot{background-color:var(--color-background-subcard);border-radius:var(--border-radius);margin-top:.75rem;padding:1rem}.bot-list-module__2dyTPa__topRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.bot-list-module__2dyTPa__topRowRight{align-items:center;gap:1rem;display:flex}.bot-list-module__2dyTPa__criteriaCount{color:var(--color-text);white-space:nowrap;font-size:.9rem;font-weight:500}.bot-list-module__2dyTPa__botName{flex-grow:1;margin:0;font-weight:500}.bot-list-module__2dyTPa__actionsRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.bot-list-module__2dyTPa__actionsLeft{align-items:center;gap:.5rem;display:flex}.bot-list-module__2dyTPa__actionsRight{align-items:center;gap:.5rem;margin-left:auto;display:flex}.bot-list-module__2dyTPa__iconBtn{cursor:pointer;color:var(--color-text);background:0 0;border:none;align-items:center;gap:.35rem;padding:.25rem .4rem;transition:color .2s;display:inline-flex}.bot-list-module__2dyTPa__iconBtn:hover{color:var(--color-primary)}.bot-list-module__2dyTPa__iconLabel{font-size:1rem}.bot-list-module__2dyTPa__editButton{color:var(--color-text);border:1px solid var(--color-text);border-radius:var(--border-radius);cursor:pointer;background:0 0;padding:.4rem .75rem;font-size:1rem;transition:color .2s,border-color .2s}.bot-list-module__2dyTPa__editButton:hover{color:var(--color-primary);border-color:var(--color-primary)}.bot-list-module__2dyTPa__dropdownWrapper{position:relative}.bot-list-module__2dyTPa__dropdown{background-color:var(--color-background-card);border-radius:var(--border-radius);z-index:1000;min-width:180px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.bot-list-module__2dyTPa__dropdownItem{width:100%;color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:1rem;transition:background-color .2s;display:flex}.bot-list-module__2dyTPa__dropdownItem:hover{background-color:var(--color-primary-hover);color:#fff}.bot-list-module__2dyTPa__dropdownItem svg{flex-shrink:0}.bot-list-module__2dyTPa__deleteItem{color:var(--color-loss);transition:background-color .2s}.bot-list-module__2dyTPa__deleteItem:hover{color:#fff;background-color:var(--color-loss-hover)}
.debug-modal-module__ZOV82W__modal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.debug-modal-module__ZOV82W__modalContent{background-color:var(--color-background-container);border-radius:var(--border-radius);width:90%;max-width:1000px;max-height:80vh;padding:2.4rem;position:relative;overflow-y:auto}.debug-modal-module__ZOV82W__closeIcon{cursor:pointer;color:var(--color-text);border-radius:var(--border-radius);background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;transition:background-color .2s;display:flex;position:absolute;top:1.6rem;right:1.6rem}.debug-modal-module__ZOV82W__closeIcon:hover{background-color:var(--color-background-subcard)}.debug-modal-module__ZOV82W__modalContent h2{margin:0 0 2rem;padding-right:3rem;font-size:2rem}.debug-modal-module__ZOV82W__tableWrapper{border-radius:var(--border-radius);margin-bottom:1rem;overflow-x:auto;box-shadow:0 0 10px #0000001a}.debug-modal-module__ZOV82W__failedTipsTable{border-collapse:separate;border-spacing:0;background:var(--color-background-container);border:1px solid var(--color-divider);border-radius:var(--border-radius);width:100%;font-size:1.4rem}.debug-modal-module__ZOV82W__failedTipsTable th,.debug-modal-module__ZOV82W__failedTipsTable td{text-align:left;border-bottom:1px solid var(--color-divider);padding:1.2rem 1rem}.debug-modal-module__ZOV82W__failedTipsTable th{background:var(--color-primary);color:#fff;white-space:nowrap;border-bottom:2px solid var(--color-divider);font-weight:600}.debug-modal-module__ZOV82W__failedTipsTable tbody tr:last-child td{border-bottom:none}.debug-modal-module__ZOV82W__valueCell{word-wrap:break-word;max-width:200px;font-family:monospace;font-size:1.2rem}.debug-modal-module__ZOV82W__matchCell{font-weight:600}.debug-modal-module__ZOV82W__dateTimeCell{text-align:center;white-space:nowrap}.debug-modal-module__ZOV82W__resultCell{text-align:center}.debug-modal-module__ZOV82W__passedIcon,.debug-modal-module__ZOV82W__failedIcon{justify-content:center;align-items:center;display:inline-flex}.debug-modal-module__ZOV82W__loading,.debug-modal-module__ZOV82W__noData{text-align:center;color:var(--color-text);padding:2rem;font-size:1.6rem}.debug-modal-module__ZOV82W__matchTeams{text-align:center;flex-direction:column;align-items:center;display:flex}.debug-modal-module__ZOV82W__versus{color:var(--color-text-secondary);margin:4px 0;font-weight:400}.debug-modal-module__ZOV82W__gameDivider td{background:var(--color-background-subcard);height:4px;padding:0!important}
.confirmation-modal-module__VYDJVW__modalOverlay{z-index:10000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.confirmation-modal-module__VYDJVW__modal{background-color:var(--color-background-container);border-radius:var(--border-radius);flex-direction:column;width:100%;max-width:400px;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.confirmation-modal-module__VYDJVW__modalContent{text-align:center;padding:30px}.confirmation-modal-module__VYDJVW__message{color:var(--color-text);margin:0;font-size:16px;line-height:1.5}.confirmation-modal-module__VYDJVW__modalFooter{justify-content:center;gap:12px;padding:0 30px 30px;display:flex}.confirmation-modal-module__VYDJVW__cancelButton,.confirmation-modal-module__VYDJVW__confirmButton{border-radius:var(--border-radius);cursor:pointer;border:none;padding:10px 28px;font-size:15px;font-weight:500;transition:all .2s}.confirmation-modal-module__VYDJVW__cancelButton{background-color:var(--color-background-card);color:var(--color-text);border:1px solid var(--color-text)}.confirmation-modal-module__VYDJVW__cancelButton:hover{background-color:var(--color-background-subcard);border-color:var(--color-text-secondary)}.confirmation-modal-module__VYDJVW__confirmButton{background-color:var(--color-primary);color:#fff}.confirmation-modal-module__VYDJVW__confirmButton:hover{background-color:var(--color-primary-hover)}@media (max-width:768px){.confirmation-modal-module__VYDJVW__modalOverlay{padding:10px}.confirmation-modal-module__VYDJVW__modal{max-width:100%}.confirmation-modal-module__VYDJVW__modalContent{padding:25px}.confirmation-modal-module__VYDJVW__message{font-size:15px}.confirmation-modal-module__VYDJVW__modalFooter{flex-direction:column;padding:0 25px 25px}.confirmation-modal-module__VYDJVW__cancelButton,.confirmation-modal-module__VYDJVW__confirmButton{justify-content:center}}
.my-bots-module__RU0uNW__column{border-radius:var(--border-radius);border:1px solid var(--color-text);flex-direction:column;padding:1.5rem;display:flex}.my-bots-module__RU0uNW__defaultColumn{flex-direction:column;padding:1.5rem;display:flex}.my-bots-module__RU0uNW__grid{grid-template-columns:1fr auto;align-items:center;gap:2rem;margin-top:1.5rem;display:grid}.my-bots-module__RU0uNW__grid p{text-align:left;margin:0}.my-bots-module__RU0uNW__toggleGrid{grid-template-columns:max-content auto;align-items:center;gap:1rem;padding:.5rem 0;display:grid}.my-bots-module__RU0uNW__toggleGroup{align-items:center;gap:1rem;padding:.5rem;display:flex}.my-bots-module__RU0uNW__row{border-radius:var(--border-radius);border:1px solid var(--color-text);justify-content:center;align-items:center;gap:2rem;padding:1.5rem;display:flex}.my-bots-module__RU0uNW__defaultRow{justify-content:center;align-items:center;gap:2rem;padding:1.5rem;display:flex}.my-bots-module__RU0uNW__userInput{border-radius:var(--border-radius);border:1px solid var(--color-text);background-color:var(--color-background-subcard);width:100%;max-width:400px;height:4rem;padding:1rem 2rem}.my-bots-module__RU0uNW__slider{width:100%;max-width:600px}.my-bots-module__RU0uNW__blueButton{border-radius:var(--border-radius);background-color:var(--color-primary);cursor:pointer;color:#fff;white-space:nowrap;border:none;justify-content:center;align-items:center;width:auto;padding:.3rem 1rem;font-family:inherit;font-size:medium;font-weight:500;display:inline-flex}.my-bots-module__RU0uNW__blueButton:hover{background-color:var(--color-primary-hover)}.my-bots-module__RU0uNW__blueButton:disabled{background-color:var(--color-primary);cursor:not-allowed;opacity:.6}.my-bots-module__RU0uNW__introHeader{justify-content:space-between;align-items:center;display:flex}.my-bots-module__RU0uNW__moreInfo{color:var(--color-text);margin:0;font-size:1.1rem}.my-bots-module__RU0uNW__step1Header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.my-bots-module__RU0uNW__step1Header h3{margin:0}.my-bots-module__RU0uNW__step1Info{align-items:center;gap:1rem;display:flex}.my-bots-module__RU0uNW__botNameDisplay{font-weight:500}.my-bots-module__RU0uNW__categoryBadge{border-radius:var(--border-radius);background-color:var(--color-background-subcard);border:1px solid var(--color-text);color:var(--color-text);padding:.25rem .75rem;font-size:1.1rem}.my-bots-module__RU0uNW__stepExplanation{color:var(--color-text);margin-bottom:1.5rem;font-size:1.1rem}.my-bots-module__RU0uNW__blueContainer{border-radius:var(--border-radius);background-color:var(--color-background-subcard);width:100%;margin-bottom:1.5rem;display:flex;position:relative}.my-bots-module__RU0uNW__blueComment{border-radius:var(--border-radius);color:var(--color-text);text-align:left;justify-content:flex-start;align-items:center;width:100%;padding:1.5rem;display:flex}.my-bots-module__RU0uNW__blueComment p{text-align:left;white-space:pre-wrap;margin:0;font-family:inherit;font-size:1.3rem;line-height:1.3}.my-bots-module__RU0uNW__twoColumns .my-bots-module__RU0uNW__column{flex:1;min-width:300px}.my-bots-module__RU0uNW__twoColumns .my-bots-module__RU0uNW__defaultColumn{padding:0}.my-bots-module__RU0uNW__alertTime{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.my-bots-module__RU0uNW__alertTime>div{align-items:center;gap:.5rem;display:flex}.my-bots-module__RU0uNW__silentPeriodSection{margin-top:-1.5rem}.my-bots-module__RU0uNW__silentPeriodContent{margin-top:1.5rem;padding-left:2rem}.my-bots-module__RU0uNW__silentPeriodContent .my-bots-module__RU0uNW__grid{grid-template-columns:minmax(100px,250px) 1fr}.my-bots-module__RU0uNW__updateAlertsSection{padding-top:1.5rem}.my-bots-module__RU0uNW__liveStatsSection{padding-left:2rem}.my-bots-module__RU0uNW__liveStatsGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.my-bots-module__RU0uNW__liveStatsGrid .my-bots-module__RU0uNW__grid{grid-template-columns:1fr minmax(60px,auto);gap:1rem;padding-right:6rem}.my-bots-module__RU0uNW__nestedSliders{padding-left:2rem}.my-bots-module__RU0uNW__nestedSliders .my-bots-module__RU0uNW__grid{grid-template-columns:minmax(150px,250px) 1fr}.my-bots-module__RU0uNW__step3Content .my-bots-module__RU0uNW__grid{border-radius:var(--border-radius);transition:background-color .15s;position:relative;overflow:visible}.my-bots-module__RU0uNW__step3Content .my-bots-module__RU0uNW__grid:before{content:"";border-radius:var(--border-radius);pointer-events:none;background-color:#0000;transition:background-color .15s;position:absolute;inset:-.7rem}.my-bots-module__RU0uNW__step3Content .my-bots-module__RU0uNW__grid:hover:before{border:2px dashed var(--color-text-secondary)}.my-bots-module__RU0uNW__criteriumButton{border-radius:var(--border-radius);background-color:var(--color-background-container);cursor:pointer;color:var(--color-text);white-space:nowrap;border:none;justify-content:center;align-items:center;width:auto;margin-top:2rem;margin-right:1rem;padding:.5rem 1rem;font-family:inherit;font-size:medium;font-weight:500;display:inline-flex}.my-bots-module__RU0uNW__criteriumButton:hover{background-color:var(--color-primary-hover);color:#fff}.my-bots-module__RU0uNW__selectedCriteriumButton{border-radius:var(--border-radius);background-color:var(--color-primary);cursor:pointer;color:#fff;white-space:nowrap;justify-content:center;align-items:center;width:auto;padding:.3rem 1rem;font-family:inherit;font-size:medium;font-weight:500;display:inline-flex}.my-bots-module__RU0uNW__configSliderContainer{border:1px solid #0000;flex-direction:column;align-items:flex-start;width:100%;margin:1rem 0;padding:1rem;display:flex}.my-bots-module__RU0uNW__configSliderContainer p{margin:0 0 2rem;padding:.25rem 0}.my-bots-module__RU0uNW__step4Container{margin-top:3rem}.my-bots-module__RU0uNW__step4Container .my-bots-module__RU0uNW__toggleGrid{grid-template-columns:max-content auto;padding:1rem 0;display:grid}.my-bots-module__RU0uNW__step4Container .my-bots-module__RU0uNW__toggleGroup{align-items:center;gap:1rem;padding:0 1rem 1rem 0;display:flex}.my-bots-module__RU0uNW__step4Container p{margin-bottom:2.5rem}.my-bots-module__RU0uNW__step4ExplanationRow{justify-content:space-between;align-items:center;display:flex}.my-bots-module__RU0uNW__step4Subtitle{text-align:left;color:var(--color-text);margin-bottom:1rem;font-weight:500}.my-bots-module__RU0uNW__step5{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.my-bots-module__RU0uNW__step5ColumnHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.my-bots-module__RU0uNW__step5ColumnHeader h4{color:var(--color-text);margin:0;font-size:1.6rem;font-weight:600}.my-bots-module__RU0uNW__editIconButton{color:var(--color-text);cursor:pointer;border-radius:var(--border-radius);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.my-bots-module__RU0uNW__editIconButton:hover{background-color:var(--color-primary);color:#fff}.my-bots-module__RU0uNW__deleteIconButton{color:var(--color-loss);cursor:pointer;border-radius:var(--border-radius);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.my-bots-module__RU0uNW__deleteIconButton:hover{background-color:var(--color-loss);color:#fff}.my-bots-module__RU0uNW__criteriaList{margin:0;padding:0;list-style:none}.my-bots-module__RU0uNW__criteriumRow{border-radius:var(--border-radius);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem;transition:background-color .2s;display:flex}.my-bots-module__RU0uNW__criteriumRow:hover{background-color:var(--color-background-subcard)}.my-bots-module__RU0uNW__criteriumRow.my-bots-module__RU0uNW__unsavedEdit{border:1px solid var(--color-draw);background-color:#ffc1071a}.my-bots-module__RU0uNW__criteriumTitle{color:var(--color-text);text-align:left;flex:1;font-weight:500}.my-bots-module__RU0uNW__unsavedBadge{color:var(--color-draw);margin-left:1rem;font-size:1.2rem;font-weight:400}.my-bots-module__RU0uNW__criteriumActions{align-items:center;gap:.5rem;display:flex}.my-bots-module__RU0uNW__criteriaCounter{background-color:var(--color-background-subcard);border-radius:var(--border-radius);margin-bottom:1rem;padding:.5rem 1rem}.my-bots-module__RU0uNW__criteriaCounter p{color:var(--color-text);text-align:center;margin:0;font-weight:500}@keyframes my-bots-module__RU0uNW__pulse{0%{background-color:#0000}50%{background-color:var(--color-primary)}to{background-color:#0000}}.my-bots-module__RU0uNW__focusAnimation{animation:1s ease-in-out 3 my-bots-module__RU0uNW__pulse}.my-bots-module__RU0uNW__treeNavigation{flex-direction:column;gap:6px;width:100%;display:flex}.my-bots-module__RU0uNW__categoryList{flex-direction:column;gap:1rem;width:100%;margin-top:1rem;margin-bottom:1rem;display:flex}.my-bots-module__RU0uNW__categoryButtonsRow{flex-direction:row;gap:1rem;width:100%;display:flex}.my-bots-module__RU0uNW__categoryButtonWrapper{flex:1;display:flex}.my-bots-module__RU0uNW__horizontalPath{flex-wrap:wrap;align-items:center;width:100%;display:flex}.my-bots-module__RU0uNW__categoryButton{border:1px solid var(--color-primary);background:var(--color-background-container);border-radius:var(--border-radius);cursor:pointer;text-align:center;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.my-bots-module__RU0uNW__categoryButtonWrapper .my-bots-module__RU0uNW__categoryButton{width:100%;padding:1rem}.my-bots-module__RU0uNW__categoryButton:hover{background:var(--color-primary-hover);color:var(--color-text)}.my-bots-module__RU0uNW__selectedCategoryButton{background-color:var(--color-primary);color:#fff;font-weight:600}.my-bots-module__RU0uNW__selectedCategoryButton:hover{background-color:var(--color-primary-hover);color:var(--color-text)}.my-bots-module__RU0uNW__categoryIcon{vertical-align:middle;margin-right:6px}.my-bots-module__RU0uNW__pathSeparator{color:var(--color-text);margin:0 .5rem}.my-bots-module__RU0uNW__pathButton{background-color:var(--color-primary);color:var(--color-text)}.my-bots-module__RU0uNW__pathButton:hover{background-color:var(--color-primary-hover);color:var(--color-text)}.my-bots-module__RU0uNW__subcategoryIcon{vertical-align:middle;margin-right:.6rem}.my-bots-module__RU0uNW__leagueSelectContainer{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.my-bots-module__RU0uNW__leagueSearchInput{border:1px solid var(--color-primary);border-radius:var(--border-radius);background-color:var(--color-background-container);color:var(--color-text);padding:.75rem;font-size:14px}.my-bots-module__RU0uNW__leagueSearchInput:focus{border-color:var(--color-primary-hover);outline:none;box-shadow:0 0 0 2px #1788b933}.my-bots-module__RU0uNW__stepContainer{background-color:var(--color-background-container);border-radius:var(--border-radius);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.my-bots-module__RU0uNW__stepsHeader{justify-content:space-between;align-items:flex-start;gap:4rem;padding:1rem 2rem;display:flex}.my-bots-module__RU0uNW__stepCircle{cursor:pointer;flex-direction:column;flex:1;align-items:flex-start;display:flex}.my-bots-module__RU0uNW__stepNumber{background-color:var(--color-background-subcard);width:50px;height:50px;color:var(--color-text);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.my-bots-module__RU0uNW__stepNumber.my-bots-module__RU0uNW__completed{background-color:var(--color-win);border-color:var(--color-win);color:#fff}.my-bots-module__RU0uNW__stepNumber.my-bots-module__RU0uNW__active,.my-bots-module__RU0uNW__stepNumber.my-bots-module__RU0uNW__inProgress{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.my-bots-module__RU0uNW__stepTitle{text-align:left;color:var(--color-text);margin:0;font-size:1.3rem;font-weight:600}.my-bots-module__RU0uNW__stepContent{background-color:var(--color-background-card);border-radius:var(--border-radius);padding:2rem;display:none}.my-bots-module__RU0uNW__stepContent.my-bots-module__RU0uNW__active{display:block}.my-bots-module__RU0uNW__radioCardContainer{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.my-bots-module__RU0uNW__radioCard{background-color:var(--color-background-container);border-radius:var(--border-radius);cursor:pointer;text-align:center;padding:2rem;transition:all .3s}.my-bots-module__RU0uNW__radioCard:hover{border-color:var(--color-text);background-color:var(--color-primary-hover)}.my-bots-module__RU0uNW__selectedRadioCard{border:2px solid var(--color-primary);background-color:var(--color-background-subcard);color:#fff}.my-bots-module__RU0uNW__radioCardLabel{cursor:pointer;flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.my-bots-module__RU0uNW__radioCardLabel input[type=radio]{margin:0;transform:scale(1.5)}.my-bots-module__RU0uNW__radioCardText{text-align:center;font-size:1.2rem;font-weight:600}.my-bots-module__RU0uNW__stepLabel{color:var(--color-text);text-transform:uppercase;margin:.5rem 0 .25rem;font-size:1rem;font-weight:500}.my-bots-module__RU0uNW__stepStatus{color:#fff;border-radius:var(--border-radius);margin:.5rem 0 0;padding:.25rem .5rem;font-size:1rem;font-weight:400}.my-bots-module__RU0uNW__stepLabel.my-bots-module__RU0uNW__completed{color:var(--color-win)}.my-bots-module__RU0uNW__stepLabel.my-bots-module__RU0uNW__active,.my-bots-module__RU0uNW__stepLabel.my-bots-module__RU0uNW__inProgress{color:var(--color-primary)}.my-bots-module__RU0uNW__stepStatus.my-bots-module__RU0uNW__completed{background-color:var(--color-win)}.my-bots-module__RU0uNW__stepStatus.my-bots-module__RU0uNW__active,.my-bots-module__RU0uNW__stepStatus.my-bots-module__RU0uNW__inProgress{background-color:var(--color-primary)}.my-bots-module__RU0uNW__stepNumber.my-bots-module__RU0uNW__inactive{background-color:var(--color-background-card);border-color:var(--color-background-card);color:var(--color-text-secondary)}.my-bots-module__RU0uNW__stepLabel.my-bots-module__RU0uNW__inactive{color:var(--color-text-secondary)}.my-bots-module__RU0uNW__stepStatus.my-bots-module__RU0uNW__inactive{background-color:var(--color-background-card);color:var(--color-text-secondary)}.my-bots-module__RU0uNW__buttonContainer{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem;display:flex}.my-bots-module__RU0uNW__nextButton{border-radius:var(--border-radius);background-color:var(--color-primary);cursor:pointer;text-transform:uppercase;color:#fff;white-space:nowrap;border:none;justify-content:center;align-items:center;width:auto;padding:1.5rem 3rem;font-family:inherit;font-size:1.6rem;font-weight:600;display:inline-flex}.my-bots-module__RU0uNW__nextButton:hover{background-color:var(--color-primary-hover)}.my-bots-module__RU0uNW__nextButton:disabled{background-color:var(--color-primary);cursor:not-allowed;opacity:.6}.my-bots-module__RU0uNW__discardButton{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-family:inherit;font-size:1.2rem;font-weight:500;text-decoration:underline}.my-bots-module__RU0uNW__discardButton:hover{color:var(--color-primary-hover)}.my-bots-module__RU0uNW__searchContainer{background:var(--color-background-subcard);border:1px solid var(--color-divider);border-radius:8px;align-items:center;gap:.5rem;padding:4px;display:inline-flex}.my-bots-module__RU0uNW__searchInput{width:180px;color:var(--color-text);background:0 0;border:none;outline:none;padding:6px 8px;font-size:14px}.my-bots-module__RU0uNW__searchCloud{flex-direction:column;gap:.75rem;width:100%;margin-top:1rem;display:flex}.my-bots-module__RU0uNW__searchGroup{border-top:2px solid var(--color-divider);flex-direction:column;gap:.5rem;padding-top:1rem;padding-bottom:1rem;display:flex}.my-bots-module__RU0uNW__searchGroupTitle{color:var(--color-text);font-size:1.8rem;font-weight:600}.my-bots-module__RU0uNW__searchItems{flex-wrap:wrap;margin-top:-1rem;display:flex}@media screen and (max-width:768px){.my-bots-module__RU0uNW__grid{grid-template-columns:1fr}.my-bots-module__RU0uNW__nestedSliders .my-bots-module__RU0uNW__grid{align-items:start;gap:1rem;padding-left:0;grid-template-columns:1fr!important}.my-bots-module__RU0uNW__slider{min-width:100%;max-width:100%}.my-bots-module__RU0uNW__twoColumns .my-bots-module__RU0uNW__column{width:100%}.my-bots-module__RU0uNW__toggleGrid{grid-template-columns:1fr!important}.my-bots-module__RU0uNW__liveStatsGrid{grid-template-columns:1fr}.my-bots-module__RU0uNW__liveStatsGrid .my-bots-module__RU0uNW__grid{padding-right:0}.my-bots-module__RU0uNW__stepsHeader{flex-direction:column;gap:1rem}.my-bots-module__RU0uNW__stepCircle{flex-direction:row;justify-content:flex-start;gap:1rem;width:100%}.my-bots-module__RU0uNW__stepNumber{margin-bottom:0;margin-right:1rem}.my-bots-module__RU0uNW__stepContent{padding:0}.my-bots-module__RU0uNW__radioCardContainer{grid-template-columns:1fr;gap:1rem}.my-bots-module__RU0uNW__radioCard{padding:1.5rem}}
.bots-sold-module__191_eq__container{font-family:Segoe UI,Arial,sans-serif}.bots-sold-module__191_eq__flexRow{align-items:flex-start;gap:1rem;display:flex}.bots-sold-module__191_eq__table{border-collapse:collapse;width:100%;font-size:1.3rem}.bots-sold-module__191_eq__table th,.bots-sold-module__191_eq__table td{border-bottom:1px solid var(--color-background-header-footer);padding:1rem}.bots-sold-module__191_eq__table th{color:var(--color-text);text-align:left;font-weight:500;position:sticky;top:0}.bots-sold-module__191_eq__loadingCell{color:var(--color-text);text-align:center;padding:2rem}.bots-sold-module__191_eq__statsTable,.bots-sold-module__191_eq__botsTable,.bots-sold-module__191_eq__infoPanel{background-color:var(--color-background-container);border-radius:var(--border-radius);flex:1;padding:1.5rem;box-shadow:0 2px 8px #00000014}.bots-sold-module__191_eq__statsTable h4,.bots-sold-module__191_eq__botsTable h4,.bots-sold-module__191_eq__infoPanel h4{margin-bottom:1rem}.bots-sold-module__191_eq__note{color:var(--color-text);margin:1rem 0;font-size:1.2rem}.bots-sold-module__191_eq__buttonContainer{justify-content:center;margin:1rem 0;display:flex}.bots-sold-module__191_eq__withdrawButton,.bots-sold-module__191_eq__confirmButton{background-color:var(--color-primary);border-radius:var(--border-radius);color:#fff;cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1.2rem}.bots-sold-module__191_eq__withdrawButton:hover,.bots-sold-module__191_eq__confirmButton:hover{background-color:var(--color-primary-hover)}.bots-sold-module__191_eq__disabledButton{opacity:.6;background-color:var(--color-button-gray)!important;cursor:not-allowed!important}.bots-sold-module__191_eq__disabledButton:hover{background-color:var(--color-button-gray)!important}.bots-sold-module__191_eq__infoButton{cursor:pointer;color:var(--color-primary);background:0 0;border:none}.bots-sold-module__191_eq__infoContent{margin-bottom:1rem;font-size:1.2rem}.bots-sold-module__191_eq__subTables{gap:1rem;display:flex}.bots-sold-module__191_eq__subTables table{flex:1}.bots-sold-module__191_eq__subTables h5{margin-bottom:.5rem}.bots-sold-module__191_eq__withdrawInfo{background-color:var(--color-background);border-radius:var(--border-radius);text-align:center;margin-top:1rem;padding:1rem;font-size:1.2rem}.bots-sold-module__191_eq__withdrawInfo a{color:var(--color-primary);text-decoration:underline}
.bots-activated-module__PEi-4G__container{flex-direction:column;gap:1rem;font-family:Segoe UI,Arial,sans-serif;display:flex}.bots-activated-module__PEi-4G__sectionBlock{background-color:var(--color-background-container);border-radius:var(--border-radius);flex-direction:column;gap:.75rem;padding:.9rem;display:flex}.bots-activated-module__PEi-4G__sectionHeader{flex-direction:column;gap:.2rem;padding:0;display:flex}.bots-activated-module__PEi-4G__sectionTitle{color:var(--color-text);font-size:1.35rem;font-weight:700}.bots-activated-module__PEi-4G__sectionSubtitle{color:var(--color-text-secondary);margin:0;font-size:1.2rem}.bots-activated-module__PEi-4G__sectionQuota{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:600}.bots-activated-module__PEi-4G__tableWrapper{background-color:var(--color-background-subcard);border-radius:var(--border-radius);border:1px solid var(--color-background-header-footer);overflow-x:auto}.bots-activated-module__PEi-4G__table{border-collapse:collapse;width:100%;font-size:1.3rem}.bots-activated-module__PEi-4G__botColumn{width:54%}.bots-activated-module__PEi-4G__dateColumn,.bots-activated-module__PEi-4G__actionsColumn{width:23%}.bots-activated-module__PEi-4G__table th,.bots-activated-module__PEi-4G__table td{border-bottom:1px solid var(--color-background-header-footer);padding:.8rem}.bots-activated-module__PEi-4G__table th{color:var(--color-text);text-align:left;font-weight:500;position:sticky;top:0}.bots-activated-module__PEi-4G__activeUntilCell{white-space:nowrap}.bots-activated-module__PEi-4G__actionCell{text-align:right}.bots-activated-module__PEi-4G__actionButtons{justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.bots-activated-module__PEi-4G__favoriteButton{all:unset;color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.bots-activated-module__PEi-4G__favoriteButton:hover{color:var(--color-primary)}.bots-activated-module__PEi-4G__loadingCell,.bots-activated-module__PEi-4G__emptyCell{color:var(--color-text);text-align:center;padding:2rem}.bots-activated-module__PEi-4G__favoritedStar{fill:var(--color-primary);color:var(--color-primary)}.bots-activated-module__PEi-4G__deactivateButton{all:unset;border-radius:var(--border-radius);border:1px solid var(--color-loss);color:var(--color-loss);background:color-mix(in srgb,var(--color-loss)10%,transparent);cursor:pointer;text-align:center;white-space:nowrap;padding:.68rem 1rem;font-weight:700}.bots-activated-module__PEi-4G__deactivateButton:hover:not(:disabled){background:color-mix(in srgb,var(--color-loss)18%,transparent)}.bots-activated-module__PEi-4G__deactivateButton:disabled{opacity:.55;cursor:not-allowed}
.bots-market-module__tG38JW__container{font-family:Segoe UI,Arial,sans-serif}.bots-market-module__tG38JW__filtersStickyWrap{z-index:110;position:sticky;top:70px}.bots-market-module__tG38JW__bundleCard{background:linear-gradient(135deg,#0d1420,#112040,#0d1a30);border:1px solid #4185ec4d;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:20px;margin-top:1rem;margin-bottom:1rem;padding:22px 24px;display:grid;position:relative;overflow:hidden}.bots-market-module__tG38JW__bundleCardGlow{pointer-events:none;background:radial-gradient(circle,#4185ec1f,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}.bots-market-module__tG38JW__bundleCardContent{z-index:1;position:relative}.bots-market-module__tG38JW__bundleMetaRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.bots-market-module__tG38JW__bundleValueBadge{color:#4185ec;letter-spacing:.06em;background:#4185ec33;border:1px solid #4185ec66;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700}.bots-market-module__tG38JW__bundleGuarantee{color:#acc3e673;font-size:10px}.bots-market-module__tG38JW__bundleTitle{color:#fff;margin-bottom:6px;font-size:18px;font-weight:700;line-height:1.3}.bots-market-module__tG38JW__bundleDescription{color:#acc3e68c;margin-bottom:14px;font-size:12px}.bots-market-module__tG38JW__bundlePriceRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bots-market-module__tG38JW__bundleOldPrice{color:#acc3e666;font-size:13px;text-decoration:line-through}.bots-market-module__tG38JW__bundleNewPrice{color:#4185ec;font-size:18px;font-weight:700}.bots-market-module__tG38JW__bundlePriceSuffix{color:#acc3e666;font-size:11px}.bots-market-module__tG38JW__bundleOldPriceNonPremium{color:#fffffff2;font-size:18px;font-weight:700}.bots-market-module__tG38JW__bundleActions{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.bots-market-module__tG38JW__bundlePrimaryButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#104892,#4185ec);border:none;border-radius:10px;align-self:center;width:fit-content;padding:12px 24px;font-size:13px;font-weight:700}.bots-market-module__tG38JW__bundleSecondaryButtons{grid-template-columns:1fr;gap:8px;display:grid}.bots-market-module__tG38JW__bundleSecondaryButton{color:#acc3e699;cursor:pointer;text-align:center;background:0 0;border:1px solid #ffffff1a;border-radius:10px;padding:9px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background-color .2s}.bots-market-module__tG38JW__bundleSecondaryButton:hover{color:#ffffffe6;background:#4185ec1a;border-color:#4185ec73}.bots-market-module__tG38JW__filterRow{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1rem;margin-bottom:1rem;display:flex}.bots-market-module__tG38JW__searchInput{border:1px solid var(--color-primary);border-radius:var(--border-radius);flex:1;min-width:200px;padding:8px 12px;font-size:1.3rem}.bots-market-module__tG38JW__daysSelect{border:2px solid var(--color-primary);border-radius:var(--border-radius);background-color:var(--color-background-container);padding:8px 12px;font-size:1.2rem}.bots-market-module__tG38JW__marketCardsWrapper{margin-top:1rem;margin-bottom:1rem}.bots-market-module__tG38JW__marketListSection{margin-top:1.5rem;margin-bottom:.9rem}.bots-market-module__tG38JW__marketListHeaderRow{align-items:center;gap:10px;display:flex}.bots-market-module__tG38JW__marketListLabel{letter-spacing:.09em;color:#acc3e6;text-transform:uppercase;font-size:11px;font-weight:700}.bots-market-module__tG38JW__marketListHeaderLine{background:linear-gradient(90deg,#acc3e659,#0000);flex:1;height:1px}.bots-market-module__tG38JW__marketSortRow{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:1rem;display:flex}.bots-market-module__tG38JW__marketSortButton{color:#acc3e6c7;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1f;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600;transition:border-color .2s,color .2s,background-color .2s}.bots-market-module__tG38JW__marketSortButton:hover{color:#fff;border-color:#4185ec73}.bots-market-module__tG38JW__marketSortButtonActive{color:#d9e9ff;background:#4185ec24;border-color:#4185ec80}.bots-market-module__tG38JW__marketCardsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.bots-market-module__tG38JW__marketShowMoreWrap{justify-content:center;margin-top:1rem;display:flex}.bots-market-module__tG38JW__marketShowMoreButton{color:#d9e9ff;cursor:pointer;background:#4185ec24;border:1px solid #4185ec73;border-radius:999px;padding:8px 16px;font-size:12px;font-weight:700;transition:background-color .2s,border-color .2s,color .2s}.bots-market-module__tG38JW__marketShowMoreButton:hover{color:#fff;background:#4185ec3d;border-color:#4185ecb3}.bots-market-module__tG38JW__marketCard{background:#171d25;border:1px solid #ffffff14;border-radius:14px;padding:16px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0003}.bots-market-module__tG38JW__marketCardSkeleton{pointer-events:none}.bots-market-module__tG38JW__marketSkeletonHeader{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.bots-market-module__tG38JW__marketSkeletonLine{background:#acc3e61f;border-radius:8px;position:relative;overflow:hidden}.bots-market-module__tG38JW__marketSkeletonLine:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff40 50%,#fff0 100%);animation:1.2s ease-in-out infinite bots-market-module__tG38JW__marketSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.bots-market-module__tG38JW__marketSkeletonLineTitle{width:72%;height:14px}.bots-market-module__tG38JW__marketSkeletonLineSub{width:48%;height:11px}.bots-market-module__tG38JW__marketSkeletonChip{border-radius:999px;width:42%;height:24px;margin-bottom:12px}.bots-market-module__tG38JW__marketMetricItemSkeleton{justify-content:space-between}.bots-market-module__tG38JW__marketSkeletonLineTiny{width:68%;height:9px}.bots-market-module__tG38JW__marketSkeletonLineValue{width:52%;height:13px}.bots-market-module__tG38JW__marketSkeletonLinePrice{width:42%;height:13px}@keyframes bots-market-module__tG38JW__marketSkeletonShimmer{to{transform:translate(100%)}}.bots-market-module__tG38JW__botOfDaySection{margin-top:1rem;margin-bottom:1rem}.bots-market-module__tG38JW__botOfDayHeaderRow{align-items:center;gap:10px;margin-bottom:14px;display:flex}.bots-market-module__tG38JW__botOfDayLabel{letter-spacing:.09em;color:#c89410;font-size:11px;font-weight:700}.bots-market-module__tG38JW__botOfDayHeaderLine{background:linear-gradient(90deg,#c894104d,#0000);flex:1;height:1px}.bots-market-module__tG38JW__botOfDayTimerWrap{background:#c894101a;border:1px solid #c8941040;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;display:flex}.bots-market-module__tG38JW__botOfDayTimerPrefix{color:#c89410b3;font-size:10px}.bots-market-module__tG38JW__botOfDayTimerValue{color:#c89410;font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.bots-market-module__tG38JW__botOfDayCard{background:linear-gradient(135deg,#1a1608,#1e1c0a,#16190f);border:1px solid #c8941059;border-radius:14px;padding:20px 22px;position:relative;overflow:hidden}.bots-market-module__tG38JW__botOfDayCardGlow{pointer-events:none;background:radial-gradient(circle,#c894101f,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:-30px;right:-30px}.bots-market-module__tG38JW__botOfDayCardTopLine{background:linear-gradient(90deg,#c89410,#f0c040,#c89410);height:2px;position:absolute;top:0;left:0;right:0}.bots-market-module__tG38JW__botOfDayCardInner{z-index:1;align-items:center;gap:16px;display:flex;position:relative}.bots-market-module__tG38JW__botOfDayAvatar{color:#c89410;background:linear-gradient(135deg,#c894104d,#c894101a);border:1px solid #c8941066;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;font-weight:700;display:flex}.bots-market-module__tG38JW__botOfDayIdentity{flex:1;min-width:0}.bots-market-module__tG38JW__botOfDayName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:16px;font-weight:700;overflow:hidden}.bots-market-module__tG38JW__botOfDayMeta{color:#acc3e680;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:12px;overflow:hidden}.bots-market-module__tG38JW__botOfDayRatingRow{align-items:center;gap:6px;display:inline-flex}.bots-market-module__tG38JW__botOfDayStars{gap:2px;display:inline-flex}.bots-market-module__tG38JW__botOfDayStarFilled{color:#f0c040;font-size:12px;line-height:1}.bots-market-module__tG38JW__botOfDayStarEmpty{color:#f0c04038;font-size:12px;line-height:1}.bots-market-module__tG38JW__botOfDayRatingText{color:#acc3e6b3;font-variant-numeric:tabular-nums;font-size:11px}.bots-market-module__tG38JW__botOfDayMetrics{flex-shrink:0;grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.bots-market-module__tG38JW__botOfDayMetricItem{text-align:center}.bots-market-module__tG38JW__botOfDayMetricValue{color:#acc3e6;font-variant-numeric:tabular-nums;font-size:18px;font-weight:700;line-height:1}.bots-market-module__tG38JW__botOfDayMetricLabel{color:#acc3e666;letter-spacing:.04em;margin-top:4px;font-size:9px}.bots-market-module__tG38JW__botOfDayButton{color:#1b1f25;white-space:nowrap;background:linear-gradient(135deg,#c89410,#f0c040);border:none;border-radius:9px;flex-shrink:0;padding:10px 20px;font-size:12px;font-weight:700}.bots-market-module__tG38JW__trendingWeekSection{margin-bottom:1rem}.bots-market-module__tG38JW__trendingWeekHeaderRow{align-items:center;gap:10px;margin-bottom:16px;display:flex}.bots-market-module__tG38JW__trendingWeekLabel{letter-spacing:.09em;color:#e8593c;font-size:11px;font-weight:700}.bots-market-module__tG38JW__trendingWeekHeaderLine{background:linear-gradient(90deg,#e8593c4d,#0000);flex:1;height:1px}.bots-market-module__tG38JW__trendingWeekGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.bots-market-module__tG38JW__trendingWeekCard{background:linear-gradient(145deg,#141820,#181d25);border:1px solid #e8593c33;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex}.bots-market-module__tG38JW__trendingWeekRank{color:#e8593c4d;font-variant-numeric:tabular-nums;min-width:28px;font-size:22px;font-weight:800;line-height:1}.bots-market-module__tG38JW__trendingWeekIdentity{flex:1;min-width:0}.bots-market-module__tG38JW__trendingWeekName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:12px;font-weight:600;overflow:hidden}.bots-market-module__tG38JW__trendingWeekRatingRow{align-items:center;gap:4px;display:inline-flex}.bots-market-module__tG38JW__trendingWeekStars{gap:1px;display:inline-flex}.bots-market-module__tG38JW__trendingWeekStar{color:#f0c04038;font-size:11px;line-height:1}.bots-market-module__tG38JW__trendingWeekRatingText{color:#acc3e673;font-variant-numeric:tabular-nums;font-size:10px}.bots-market-module__tG38JW__trendingWeekGrowthWrap{text-align:right;flex-shrink:0}.bots-market-module__tG38JW__trendingWeekGrowth{color:#e8593c;font-size:13px;font-weight:700}.bots-market-module__tG38JW__trendingWeekGrowthLabel{color:#acc3e659;font-size:9px}.bots-market-module__tG38JW__marketCardHeader{z-index:1;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex;position:relative}.bots-market-module__tG38JW__marketCardIdentity{min-width:0}.bots-market-module__tG38JW__marketCardBotLine{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.25;overflow:hidden}.bots-market-module__tG38JW__marketCardUserLine{color:#acc3e6bf;margin-top:4px;font-size:12px}.bots-market-module__tG38JW__marketCardCategory{z-index:1;color:#9cc0ff;background:#4185ec24;border:1px solid #4185ec61;border-radius:20px;max-width:100%;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex;position:relative}.bots-market-module__tG38JW__marketCardMetrics{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid;position:relative}.bots-market-module__tG38JW__marketMetricItem{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;gap:6px;min-height:70px;padding:8px;display:flex}.bots-market-module__tG38JW__marketMetricLabel{color:#acc3e68f;font-size:10px;font-weight:500;line-height:1.3}.bots-market-module__tG38JW__marketMetricValue{color:#fff;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700;line-height:1}.bots-market-module__tG38JW__marketCardFooter{z-index:1;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:8px;padding-top:10px;display:flex;position:relative}.bots-market-module__tG38JW__marketCardPrice{color:#d9e9ff;font-variant-numeric:tabular-nums;text-align:right;font-size:15px;font-weight:700;line-height:1}.bots-market-module__tG38JW__tableWrapper{background-color:var(--color-background-container);border-radius:var(--border-radius);margin-top:1rem;margin-bottom:1rem;overflow-x:auto;box-shadow:0 2px 8px #00000014}.bots-market-module__tG38JW__table{border-collapse:collapse;width:100%;font-size:1.3rem}.bots-market-module__tG38JW__table th,.bots-market-module__tG38JW__table td{text-align:center;border-bottom:1px solid var(--color-text);padding:.8rem}.bots-market-module__tG38JW__table th{color:var(--color-text);cursor:pointer;font-weight:500;position:sticky;top:0}.bots-market-module__tG38JW__loadingCell,.bots-market-module__tG38JW__emptyCell{color:var(--color-text);text-align:center;padding:2rem}.bots-market-module__tG38JW__strategyCell{justify-content:space-between;align-items:center;padding:.8rem;display:flex}.bots-market-module__tG38JW__strategyInfo{max-width:250px;white-space:wrap;text-overflow:ellipsis;text-align:left;overflow:hidden}.bots-market-module__tG38JW__strategyIcons{align-items:center;gap:.5rem;display:flex}.bots-market-module__tG38JW__iconButton{cursor:pointer;border-radius:var(--border-radius);color:var(--color-primary);background:0 0;border:none;padding:4px}.bots-market-module__tG38JW__iconButton:hover{color:var(--color-primary-hover)}.bots-market-module__tG38JW__compareIconButton{color:#9cc0ff;background:#4185ec1f;border:1px solid #4185ec59;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-flex}.bots-market-module__tG38JW__compareIconButton:hover{color:#d9e9ff;background:#4185ec33;border-color:#4185eca6}.bots-market-module__tG38JW__marketActionButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.45rem .9rem;font-size:1rem;font-weight:700;transition:background-color .2s,color .2s,border-color .2s,opacity .2s}.bots-market-module__tG38JW__marketActionTooltipWrap{display:inline-flex}.bots-market-module__tG38JW__marketActionButton:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.bots-market-module__tG38JW__marketActionActivate{border-color:var(--color-primary);color:var(--color-primary);background:color-mix(in srgb,var(--color-primary)10%,transparent)}.bots-market-module__tG38JW__marketActionActivate:hover:not(:disabled){background:color-mix(in srgb,var(--color-primary)18%,transparent)}.bots-market-module__tG38JW__marketActionDeactivate{border-color:var(--color-loss);color:var(--color-loss);background:color-mix(in srgb,var(--color-loss)10%,transparent)}.bots-market-module__tG38JW__marketActionDeactivate:hover:not(:disabled){background:color-mix(in srgb,var(--color-loss)18%,transparent)}.bots-market-module__tG38JW__marketActionDisabledLimit,.bots-market-module__tG38JW__marketActionDisabledLimit:hover{color:#7e8591;background:#eef0f3;border-color:#9aa0aa}.bots-market-module__tG38JW__username{color:var(--color-primary-hover)}.bots-market-module__tG38JW__compareBar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:120;background:linear-gradient(135deg,#0e1726f5,#141d2cf5);border:1px solid #4185ec47;border-radius:14px;width:min(360px,100vw - 20px);position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 18px 36px #0006}.bots-market-module__tG38JW__compareBarHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:11px 12px;display:flex}.bots-market-module__tG38JW__compareBarTitle{color:#d9e9ff;letter-spacing:.07em;font-size:11px;font-weight:700}.bots-market-module__tG38JW__compareBarClearButton{color:#acc3e6b3;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:600}.bots-market-module__tG38JW__compareBarClearButton:hover{color:#fff}.bots-market-module__tG38JW__compareBarList{flex-direction:column;gap:8px;padding:10px 12px;display:flex}.bots-market-module__tG38JW__compareBarListItem,.bots-market-module__tG38JW__compareBarSlot{border-radius:8px;align-items:center;gap:8px;min-height:32px;padding:7px 8px;display:flex}.bots-market-module__tG38JW__compareBarListItem{background:#ffffff0a;border:1px solid #ffffff14}.bots-market-module__tG38JW__compareBarSlot{background:#ffffff05;border:1px dashed #ffffff29}.bots-market-module__tG38JW__compareBarListDot,.bots-market-module__tG38JW__compareBarSlotDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.bots-market-module__tG38JW__compareBarListDot{background:#4185ec}.bots-market-module__tG38JW__compareBarSlotDot{background:#acc3e666}.bots-market-module__tG38JW__compareBarListName,.bots-market-module__tG38JW__compareBarSlotText{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.bots-market-module__tG38JW__compareBarListName{color:#fff;flex:1}.bots-market-module__tG38JW__compareBarSlotText{color:#acc3e68c}.bots-market-module__tG38JW__compareBarRemoveButton{color:#acc3e6a6;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:700;line-height:1}.bots-market-module__tG38JW__compareBarRemoveButton:hover{color:#fff}.bots-market-module__tG38JW__compareBarActionButton{text-align:center;cursor:pointer;color:#fff;background:linear-gradient(135deg,#104892,#4185ec);border:none;border-radius:10px;justify-content:center;align-items:center;width:fit-content;min-height:38px;margin:0 auto 12px;padding:0 20px;font-size:12px;font-weight:700;display:flex}.bots-market-module__tG38JW__compareBarActionButton:disabled{cursor:not-allowed;opacity:.55}.bots-market-module__tG38JW__compareModalOverlay{z-index:140;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#060a10b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.bots-market-module__tG38JW__compareModalCard{background:#121a25;border:1px solid #4185ec4d;border-radius:14px;width:min(1080px,100%);overflow:hidden;box-shadow:0 24px 48px #00000073}.bots-market-module__tG38JW__compareModalHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.bots-market-module__tG38JW__compareModalTitle{color:#fff;margin:0;font-size:16px;font-weight:700}.bots-market-module__tG38JW__compareModalCloseButton{color:#acc3e6bf;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700;line-height:1}.bots-market-module__tG38JW__compareModalCloseButton:hover{color:#fff}.bots-market-module__tG38JW__compareTableWrapper{width:100%;padding:6px 10px 16px;overflow-x:auto}.bots-market-module__tG38JW__compareTable{border-collapse:collapse;width:100%;min-width:780px}.bots-market-module__tG38JW__compareTable th,.bots-market-module__tG38JW__compareTable td{text-align:center;color:#acc3e6db;font-variant-numeric:tabular-nums;border-bottom:1px solid #ffffff0f;padding:13px 16px;font-size:13px}.bots-market-module__tG38JW__compareTable th{color:#d9e9ff;letter-spacing:.04em;text-transform:uppercase;background:#ffffff05;font-size:12px}.bots-market-module__tG38JW__compareTable td:first-child,.bots-market-module__tG38JW__compareTable th:first-child{text-align:left;color:#acc3e6b3;min-width:240px;font-weight:600}.bots-market-module__tG38JW__compareBestValue{background:#1d9e751f;font-weight:700;color:#9ef5cf!important}@media (max-width:1280px){.bots-market-module__tG38JW__marketCardsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1024px){.bots-market-module__tG38JW__bundleCard,.bots-market-module__tG38JW__trendingWeekGrid{grid-template-columns:1fr}.bots-market-module__tG38JW__marketCardsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.bots-market-module__tG38JW__botOfDayCardInner{flex-wrap:wrap}.bots-market-module__tG38JW__botOfDayIdentity{min-width:calc(100% - 68px)}.bots-market-module__tG38JW__botOfDayMetrics{width:100%}.bots-market-module__tG38JW__bundleActions{width:100%;min-width:0}.bots-market-module__tG38JW__bundlePrimaryButton{width:fit-content}.bots-market-module__tG38JW__bundleSecondaryButtons{grid-template-columns:repeat(2,minmax(0,1fr))}.bots-market-module__tG38JW__compareBar{width:min(340px,100vw - 20px)}}@media (max-width:768px){.bots-market-module__tG38JW__filtersStickyWrap{z-index:auto;padding:10px 0;position:static;top:auto}.bots-market-module__tG38JW__bundleCard{border-radius:14px;padding:18px 16px}.bots-market-module__tG38JW__marketCardsGrid{grid-template-columns:1fr}.bots-market-module__tG38JW__botOfDayHeaderRow{flex-wrap:wrap}.bots-market-module__tG38JW__botOfDayTimerWrap{margin-left:auto}.bots-market-module__tG38JW__botOfDayCard{padding:16px}.bots-market-module__tG38JW__botOfDayMetrics{grid-template-columns:1fr 1fr;gap:10px}.bots-market-module__tG38JW__botOfDayButton{width:auto}.bots-market-module__tG38JW__marketCardMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.bots-market-module__tG38JW__marketCardBotLine{white-space:normal;overflow:visible}.bots-market-module__tG38JW__bundleTitle,.bots-market-module__tG38JW__bundleNewPrice,.bots-market-module__tG38JW__bundleOldPriceNonPremium{font-size:16px}.bots-market-module__tG38JW__bundleSecondaryButtons{grid-template-columns:1fr}.bots-market-module__tG38JW__compareBar{width:calc(100vw - 24px);bottom:12px;right:12px}.bots-market-module__tG38JW__compareModalOverlay{padding:12px}.bots-market-module__tG38JW__compareModalHeader{padding:12px 14px}.bots-market-module__tG38JW__compareModalTitle{font-size:14px}.bots-market-module__tG38JW__compareTableWrapper{padding:6px 0 12px}.bots-market-module__tG38JW__compareTable th,.bots-market-module__tG38JW__compareTable td{padding:11px 10px;font-size:12px}.bots-market-module__tG38JW__compareTable th{font-size:11px}.bots-market-module__tG38JW__compareTable td:first-child,.bots-market-module__tG38JW__compareTable th:first-child{min-width:180px}}@media (max-width:480px){.bots-market-module__tG38JW__bundleMetaRow{gap:8px}.bots-market-module__tG38JW__botOfDayMetrics{grid-template-columns:1fr}.bots-market-module__tG38JW__marketCard{padding:14px}.bots-market-module__tG38JW__marketCardMetrics{grid-template-columns:1fr}.bots-market-module__tG38JW__marketCardFooter{flex-direction:column;align-items:flex-start}.bots-market-module__tG38JW__marketCardPrice{text-align:left}.bots-market-module__tG38JW__bundlePrimaryButton,.bots-market-module__tG38JW__bundleSecondaryButton{padding-left:12px;padding-right:12px}}
.bots-market-module__igc_VG__container{font-family:Segoe UI,Arial,sans-serif}.bots-market-module__igc_VG__promoSection{align-items:stretch;gap:1rem;margin-bottom:2rem;display:flex}.bots-market-module__igc_VG__promoCardGold{background:linear-gradient(#d4af3708,#0000);border:4px solid #d4af37;box-shadow:0 6px 30px #d4af371f}.bots-market-module__igc_VG__promoCard{background-color:var(--color-background-container);border-radius:var(--border-radius);text-align:center;flex:1 1 0;box-shadow:0 4px 24px #0000001a}.bots-market-module__igc_VG__promoContent{border-radius:var(--border-radius);padding:1rem}.bots-market-module__igc_VG__iconWrap{border-radius:var(--border-radius);background:var(--color-primary);color:#fff;justify-content:center;align-items:center;width:96px;height:48px;margin:0 auto 12px;display:flex}.bots-market-module__igc_VG__promoTitle{color:var(--color-text);margin:0 0 6px;font-size:22px;font-weight:700}.bots-market-module__igc_VG__successRateSection{margin:12px 0}.bots-market-module__igc_VG__successRateLabel{color:var(--color-text);margin:0 0 6px;font-size:14px}.bots-market-module__igc_VG__successRate{color:var(--color-text);border-radius:8px;margin-bottom:12px;font-size:18px;font-weight:700;display:inline-block}.bots-market-module__igc_VG__priceBox{background:var(--color-background-container);border:2px solid var(--color-text);border-radius:var(--border-radius);color:var(--color-text);justify-content:center;align-items:center;gap:12px;max-width:fit-content;margin:10px auto 12px;padding:10px;font-weight:600;display:flex}.bots-market-module__igc_VG__oldPrice{color:var(--color-text);font-size:16px;text-decoration:line-through}.bots-market-module__igc_VG__oldPriceNonPremium{color:var(--color-text);font-size:18px;font-weight:700;text-decoration:none}.bots-market-module__igc_VG__newPrice{color:var(--color-primary);font-size:18px;font-weight:700}.bots-market-module__igc_VG__buyButton{background:var(--color-primary);color:#fff;border-radius:var(--border-radius);cursor:pointer;text-align:center;border:none;padding:12px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:background .3s;display:inline-block}.bots-market-module__igc_VG__buyButton:hover{background:var(--color-primary-hover)}.bots-market-module__igc_VG__filterRow{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;display:flex}.bots-market-module__igc_VG__searchInput{border:1px solid var(--color-primary);border-radius:var(--border-radius);flex:1;min-width:200px;padding:8px 12px;font-size:1.3rem}.bots-market-module__igc_VG__daysSelect{border:2px solid var(--color-primary);border-radius:var(--border-radius);background-color:var(--color-background-container);padding:8px 12px;font-size:1.2rem}.bots-market-module__igc_VG__tableWrapper{background-color:var(--color-background-container);border-radius:var(--border-radius);overflow-x:auto;box-shadow:0 2px 8px #00000014}.bots-market-module__igc_VG__table{border-collapse:collapse;width:100%;font-size:1.3rem}.bots-market-module__igc_VG__table th,.bots-market-module__igc_VG__table td{text-align:center;border-bottom:1px solid var(--color-text);padding:.8rem}.bots-market-module__igc_VG__table th{color:var(--color-text);cursor:pointer;font-weight:500;position:sticky;top:0}.bots-market-module__igc_VG__loadingCell,.bots-market-module__igc_VG__emptyCell{color:var(--color-text);text-align:center;padding:2rem}.bots-market-module__igc_VG__strategyCell{justify-content:space-between;align-items:center;padding:.8rem;display:flex}.bots-market-module__igc_VG__strategyInfo{max-width:250px;white-space:wrap;text-overflow:ellipsis;text-align:left;overflow:hidden}.bots-market-module__igc_VG__strategyIcons{align-items:center;gap:.5rem;display:flex}.bots-market-module__igc_VG__iconButton{cursor:pointer;border-radius:var(--border-radius);color:var(--color-primary);background:0 0;border:none;padding:4px}.bots-market-module__igc_VG__iconButton:hover{color:var(--color-primary-hover)}.bots-market-module__igc_VG__marketActionButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.45rem .9rem;font-size:1rem;font-weight:700;transition:background-color .2s,color .2s,border-color .2s,opacity .2s}.bots-market-module__igc_VG__marketActionTooltipWrap{display:inline-flex}.bots-market-module__igc_VG__marketActionButton:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.bots-market-module__igc_VG__marketActionActivate{border-color:var(--color-primary);color:var(--color-primary);background:color-mix(in srgb,var(--color-primary)10%,transparent)}.bots-market-module__igc_VG__marketActionActivate:hover:not(:disabled){background:color-mix(in srgb,var(--color-primary)18%,transparent)}.bots-market-module__igc_VG__marketActionDeactivate{border-color:var(--color-loss);color:var(--color-loss);background:color-mix(in srgb,var(--color-loss)10%,transparent)}.bots-market-module__igc_VG__marketActionDeactivate:hover:not(:disabled){background:color-mix(in srgb,var(--color-loss)18%,transparent)}.bots-market-module__igc_VG__marketActionDisabledLimit,.bots-market-module__igc_VG__marketActionDisabledLimit:hover{color:#7e8591;background:#eef0f3;border-color:#9aa0aa}.bots-market-module__igc_VG__username{color:var(--color-primary-hover)}@media (max-width:768px){.bots-market-module__igc_VG__promoCard,.bots-market-module__igc_VG__promoContent{padding:15px}.bots-market-module__igc_VG__priceBox{gap:8px;margin:10px auto 12px;padding:8px}.bots-market-module__igc_VG__oldPrice{font-size:14px}.bots-market-module__igc_VG__newPrice{font-size:16px}.bots-market-module__igc_VG__promoSection{display:block}}
.bot-market-filters-module__tbbOXG__container{background-color:var(--color-background-container);border-radius:var(--border-radius);flex-direction:column;gap:.9rem;padding:1.5rem;font-family:Segoe UI,Arial,sans-serif;display:flex}.bot-market-filters-module__tbbOXG__filterRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.bot-market-filters-module__tbbOXG__filterRowRight{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.bot-market-filters-module__tbbOXG__searchInput{border:1px solid var(--color-primary);border-radius:var(--border-radius);flex:1;min-width:220px;padding:8px 12px;font-size:1.2rem}.bot-market-filters-module__tbbOXG__periodPills{flex-wrap:wrap;gap:.45rem;display:flex}.bot-market-filters-module__tbbOXG__sortControl{align-items:center;gap:.45rem;display:flex}.bot-market-filters-module__tbbOXG__sortLabel{color:color-mix(in srgb,var(--color-text)72%,transparent);white-space:nowrap;font-size:1rem}.bot-market-filters-module__tbbOXG__sortSelect{background:var(--color-background-container);color:var(--color-text);cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.4rem .65rem;font-size:1rem}.bot-market-filters-module__tbbOXG__periodPill{border:1px solid color-mix(in srgb,var(--color-primary)45%,transparent);color:var(--color-text);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem .75rem;font-size:1rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s}.bot-market-filters-module__tbbOXG__periodPillActive{background:color-mix(in srgb,var(--color-primary)18%,transparent);border-color:var(--color-primary);color:var(--color-primary)}.bot-market-filters-module__tbbOXG__groupButtons{flex-wrap:wrap;gap:.55rem;display:flex}.bot-market-filters-module__tbbOXG__groupRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;display:flex}.bot-market-filters-module__tbbOXG__botWorthButton{color:#fff;border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#104892,#4185ec);border:1px solid #c89410;justify-content:center;align-items:center;gap:.5rem;margin-left:auto;padding:.58rem 1rem;font-size:1.5rem;font-weight:600;transition:background-color .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 0 0 1px #c8941038,0 0 12px #c8941038}.bot-market-filters-module__tbbOXG__botWorthButton:hover{transform:translateY(-1px);box-shadow:0 0 0 1px #c8941059,0 0 18px #c8941059}.bot-market-filters-module__tbbOXG__groupButton{color:var(--color-text);cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:999px;padding:.44rem .82rem;font-size:1rem;font-weight:700}.bot-market-filters-module__tbbOXG__groupButtonActive{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary)16%,transparent);color:var(--color-primary)}.bot-market-filters-module__tbbOXG__categoryCloud{flex-wrap:wrap;gap:.4rem;display:flex}.bot-market-filters-module__tbbOXG__categoryButton{color:var(--color-text);cursor:pointer;background:#ffffff08;border:1px solid #ffffff1f;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:500;line-height:1.2;transition:border-color .2s,background-color .2s,color .2s}.bot-market-filters-module__tbbOXG__categoryButtonActive{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary)20%,transparent);color:var(--color-primary)}.bot-market-filters-module__tbbOXG__compactControlsRow{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.bot-market-filters-module__tbbOXG__compactControlCard{background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:.45rem;padding:.65rem .6rem;display:flex}.bot-market-filters-module__tbbOXG__toggleRow{justify-content:space-between;align-items:center;gap:.45rem;font-size:1rem;display:flex}.bot-market-filters-module__tbbOXG__sliderLabel{font-size:1rem;font-weight:600}.bot-market-filters-module__tbbOXG__sliderRowWithValues{grid-template-columns:auto 1fr auto;align-items:center;gap:.45rem;display:grid}.bot-market-filters-module__tbbOXG__sliderEdgeValue{color:color-mix(in srgb,var(--color-text)72%,transparent);text-align:center;white-space:nowrap;min-width:2.3rem;font-size:1rem}.bot-market-filters-module__tbbOXG__sliderRow{justify-content:center;padding:0 .3rem;display:flex}.bot-market-filters-module__tbbOXG__doubleSliderWrapper{width:100%;padding:0 6px;position:relative}.bot-market-filters-module__tbbOXG__doubleSliderWrapper input[type=number]{display:none}.bot-market-filters-module__tbbOXG__priceHeader{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.bot-market-filters-module__tbbOXG__priceValueLabel{color:color-mix(in srgb,var(--color-text)65%,transparent);white-space:nowrap;font-size:.72rem}@media (max-width:1240px){.bot-market-filters-module__tbbOXG__compactControlsRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.bot-market-filters-module__tbbOXG__searchInput{min-width:100%}.bot-market-filters-module__tbbOXG__filterRowRight{justify-content:space-between;width:100%}.bot-market-filters-module__tbbOXG__sortControl{justify-content:flex-end;width:100%}.bot-market-filters-module__tbbOXG__sortSelect{width:auto;min-width:148px}.bot-market-filters-module__tbbOXG__groupRow{flex-direction:column;align-items:stretch}.bot-market-filters-module__tbbOXG__botWorthButton{width:fit-content;margin-left:0}.bot-market-filters-module__tbbOXG__periodPill{padding:.38rem .6rem;font-size:1rem}.bot-market-filters-module__tbbOXG__groupButton,.bot-market-filters-module__tbbOXG__sliderEdgeValue{font-size:1rem}.bot-market-filters-module__tbbOXG__compactControlsRow{grid-template-columns:1fr}}
.telegram-modal-module__iotO6G__modal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.telegram-modal-module__iotO6G__modalContent{background-color:var(--color-background-container);border-radius:var(--border-radius);width:90%;max-width:600px;max-height:80vh;padding:2.5rem 2rem;overflow-y:auto}.telegram-modal-module__iotO6G__header{text-align:center;margin-bottom:1.5rem}.telegram-modal-module__iotO6G__step{margin-bottom:1rem;line-height:1.5}.telegram-modal-module__iotO6G__option{background-color:var(--color-background-container-gray);border-radius:4px;margin-bottom:1.5rem;padding:1.25rem}.telegram-modal-module__iotO6G__optionHeader{margin-bottom:.5rem}.telegram-modal-module__iotO6G__optionDescription{margin-bottom:.75rem}.telegram-modal-module__iotO6G__codeContainer{align-items:center;gap:.5rem;display:flex}.telegram-modal-module__iotO6G__code{background-color:var(--color-background-container);text-align:center;border-radius:4px;flex:1;padding:.75rem;font-family:monospace}.telegram-modal-module__iotO6G__copyButton{cursor:pointer;background-color:#0000;border:none;padding:.5rem}.telegram-modal-module__iotO6G__activateButton{background-color:var(--color-primary);color:var(--color-text);border-radius:var(--border-radius);cursor:pointer;border:none;margin:1.5rem auto 0;padding:.75rem 1.5rem;font-size:1.2rem}.telegram-modal-module__iotO6G__activateButton:hover{opacity:.9}
.bots-market-creators-module__1eFLGW__overlay{z-index:9999;background:#070a10c7;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.bots-market-creators-module__1eFLGW__modal{border:1px solid #4185ec38;border-radius:18px;width:min(1720px,100vw - 24px);height:min(1400px,100vh - 24px);position:relative;overflow:hidden;box-shadow:0 24px 64px #00000080}.bots-market-creators-module__1eFLGW__closeButton{color:#ffffffe6;cursor:pointer;z-index:140;background:0 0;border:none;justify-content:center;align-items:center;width:auto;height:auto;padding:0;line-height:0;display:inline-flex;position:absolute;top:18px;right:28px}.bots-market-creators-module__1eFLGW__closeButton:hover{color:#fff}.bots-market-creators-module__1eFLGW__page{--blue-deep:#104892;--blue-mid:#4185ec;--blue-light:#acc3e6;--bg:#1b1f25;--bg2:#22272f;--bg3:#2a303a;--white:#fff;--text-muted:#7a8ea8;--text-soft:#acc3e6;--border:#4185ec2e;--border-mid:#4185ec59;--glow:#4185ec1f;background:var(--bg);color:var(--white);background-image:linear-gradient(#4185ec0a 1px,#0000 1px),linear-gradient(90deg,#4185ec0a 1px,#0000 1px);background-size:48px 48px;height:100%;font-family:Segoe UI,sans-serif;line-height:1.6;position:relative;overflow:hidden auto}.bots-market-creators-module__1eFLGW__page *{box-sizing:border-box}.bots-market-creators-module__1eFLGW__container{z-index:1;max-width:1080px;margin:0 auto;padding:0 24px;position:relative}.bots-market-creators-module__1eFLGW__nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#1b1f25d9;justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:14px 86px 14px 32px;display:flex;position:sticky;top:0;left:0;right:0}.bots-market-creators-module__1eFLGW__navEyebrow{white-space:nowrap;align-self:center;align-items:center;min-height:38px;display:inline-flex;margin:0!important}.bots-market-creators-module__1eFLGW__navLogo{letter-spacing:.08em;color:var(--white);cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;font-weight:700}.bots-market-creators-module__1eFLGW__navLogo span{color:var(--blue-mid)}.bots-market-creators-module__1eFLGW__navCta{background:var(--blue-mid);color:var(--white);cursor:pointer;letter-spacing:.04em;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;min-height:38px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.bots-market-creators-module__1eFLGW__navCta:hover{background:#5596f7;transform:translateY(-1px)}.bots-market-creators-module__1eFLGW__heroSection{align-items:center;min-height:100vh;padding:60px 0 40px;display:flex;position:relative;overflow:hidden}.bots-market-creators-module__1eFLGW__heroCanvas{opacity:.35;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.bots-market-creators-module__1eFLGW__heroInner{grid-template-columns:1fr;max-width:680px;display:grid}.bots-market-creators-module__1eFLGW__heroEyebrow{border:1px solid var(--border-mid);letter-spacing:.12em;color:var(--blue-mid);text-transform:uppercase;background:#4185ec1f;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-bottom:24px;padding:6px 14px;font-size:11px;font-weight:600;display:inline-flex}.bots-market-creators-module__1eFLGW__heroEyebrow:before{content:"";background:var(--blue-mid);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite bots-market-creators-module__1eFLGW__pulseDot}.bots-market-creators-module__1eFLGW__heroHeadline{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.1}.bots-market-creators-module__1eFLGW__heroAccent{color:var(--blue-mid)}.bots-market-creators-module__1eFLGW__heroSub{color:var(--text-soft);margin-bottom:8px;font-size:16px;font-weight:400;line-height:1.65}.bots-market-creators-module__1eFLGW__heroHintRow{align-items:center;gap:12px;margin-top:8px;display:flex}.bots-market-creators-module__1eFLGW__heroHintDot{background:var(--blue-mid);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite bots-market-creators-module__1eFLGW__pulseDot}.bots-market-creators-module__1eFLGW__heroHintText{color:var(--text-muted);font-size:13px}.bots-market-creators-module__1eFLGW__section{z-index:1;padding:96px 0;position:relative}.bots-market-creators-module__1eFLGW__sectionTag{letter-spacing:.14em;text-transform:uppercase;color:var(--blue-mid);align-items:center;gap:6px;margin-bottom:16px;font-size:10px;font-weight:700;display:inline-flex}.bots-market-creators-module__1eFLGW__sectionTag:before{content:"";background:var(--blue-mid);width:20px;height:1px}.bots-market-creators-module__1eFLGW__sectionTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(24px,3vw,38px);font-weight:800;line-height:1.15}.bots-market-creators-module__1eFLGW__sectionSub{color:var(--text-soft);max-width:540px;margin-bottom:48px;font-size:15px;line-height:1.7}.bots-market-creators-module__1eFLGW__compareGrid{border:1px solid var(--border);border-radius:14px;grid-template-columns:1fr 1fr;gap:2px;margin-top:40px;display:grid;overflow:hidden}.bots-market-creators-module__1eFLGW__comparePanel,.bots-market-creators-module__1eFLGW__comparePanelActive{background:var(--bg2);padding:36px 32px;position:relative}.bots-market-creators-module__1eFLGW__compareTopLine{background:linear-gradient(90deg,var(--blue-deep),var(--blue-mid),var(--blue-light));height:2px;position:absolute;top:0;left:0;right:0}.bots-market-creators-module__1eFLGW__compareLabelMuted,.bots-market-creators-module__1eFLGW__compareLabelActive{letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:28px;font-size:11px;font-weight:700;display:flex}.bots-market-creators-module__1eFLGW__compareLabelMuted{color:var(--text-muted)}.bots-market-creators-module__1eFLGW__compareLabelActive{color:var(--blue-mid)}.bots-market-creators-module__1eFLGW__compareDotMuted,.bots-market-creators-module__1eFLGW__compareDotActive{border-radius:50%;width:8px;height:8px;display:inline-block}.bots-market-creators-module__1eFLGW__compareDotMuted{background:var(--text-muted);opacity:.5}.bots-market-creators-module__1eFLGW__compareDotActive{background:var(--blue-mid);animation:2s ease-in-out infinite bots-market-creators-module__1eFLGW__pulseDot}.bots-market-creators-module__1eFLGW__compareCardStack{flex-direction:column;gap:20px;display:flex}.bots-market-creators-module__1eFLGW__compareCardMuted,.bots-market-creators-module__1eFLGW__compareCardActive{border-radius:10px;padding:20px}.bots-market-creators-module__1eFLGW__compareCardMuted{background:#0003;border:1px solid #ffffff0d}.bots-market-creators-module__1eFLGW__compareCardActive{border:1px solid var(--border-mid);background:#4185ec14}.bots-market-creators-module__1eFLGW__compareCardTitle,.bots-market-creators-module__1eFLGW__compareCardTitleActive{text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:11px}.bots-market-creators-module__1eFLGW__compareCardTitle{color:var(--text-muted)}.bots-market-creators-module__1eFLGW__compareCardTitleActive{color:var(--blue-light)}.bots-market-creators-module__1eFLGW__compareCardValueMuted,.bots-market-creators-module__1eFLGW__compareCardValue{font-family:DM Mono,monospace;font-size:32px;font-weight:800}.bots-market-creators-module__1eFLGW__compareCardValueMuted{color:var(--text-muted)}.bots-market-creators-module__1eFLGW__compareCardValue{color:var(--white)}.bots-market-creators-module__1eFLGW__compareCardText,.bots-market-creators-module__1eFLGW__compareCardTextActive{margin-top:4px;font-size:12px}.bots-market-creators-module__1eFLGW__compareCardText{color:var(--text-muted)}.bots-market-creators-module__1eFLGW__compareCardTextActive{color:var(--text-soft)}.bots-market-creators-module__1eFLGW__inlineLinkButton{color:var(--blue-mid);cursor:pointer;letter-spacing:.04em;background:0 0;border:none;align-items:center;gap:6px;margin-top:12px;font-size:12px;font-weight:600;display:inline-flex}.bots-market-creators-module__1eFLGW__inlineLinkButton:hover{gap:10px}.bots-market-creators-module__1eFLGW__calculatorSection{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(#0000 0%,#1048920f 50%,#0000 100%)}.bots-market-creators-module__1eFLGW__calcWrapper{background:var(--bg2);border:1px solid var(--border-mid);border-radius:20px;overflow:hidden;box-shadow:0 0 60px #4185ec14}.bots-market-creators-module__1eFLGW__calcTopbar{border-bottom:1px solid var(--border-mid);background:#10489266;justify-content:space-between;align-items:center;padding:16px 28px;display:flex}.bots-market-creators-module__1eFLGW__calcTopbarDots{gap:6px;display:flex}.bots-market-creators-module__1eFLGW__calcDot{border-radius:50%;width:10px;height:10px}.bots-market-creators-module__1eFLGW__calcDot:first-child{background:#ff505080}.bots-market-creators-module__1eFLGW__calcDot:nth-child(2){background:#ffbe3280}.bots-market-creators-module__1eFLGW__calcDot:nth-child(3){background:#32c85a80}.bots-market-creators-module__1eFLGW__calcTopbarTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--blue-light);font-size:12px;font-weight:700}.bots-market-creators-module__1eFLGW__calcTopbarSpacer{width:54px}.bots-market-creators-module__1eFLGW__calcBody{grid-template-columns:1fr 1fr;min-height:520px;display:grid}.bots-market-creators-module__1eFLGW__calcInputs{border-right:1px solid var(--border);padding:32px}.bots-market-creators-module__1eFLGW__calcOutputs{flex-direction:column;gap:12px;padding:32px;display:flex}.bots-market-creators-module__1eFLGW__calcSectionLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:24px;font-size:10px;font-weight:700;display:flex}.bots-market-creators-module__1eFLGW__calcSectionLabel:after{content:"";background:var(--border);flex:1;height:1px}.bots-market-creators-module__1eFLGW__inputGroup{margin-bottom:24px}.bots-market-creators-module__1eFLGW__inputLabel{color:var(--text-soft);justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.bots-market-creators-module__1eFLGW__inputLabel span{color:var(--blue-mid);font-family:DM Mono,monospace;font-size:13px}.bots-market-creators-module__1eFLGW__inputHint{color:var(--text-muted);margin-top:5px;font-size:11px}.bots-market-creators-module__1eFLGW__planTitle{color:var(--text-soft);margin-bottom:12px;font-size:12px;font-weight:600}.bots-market-creators-module__1eFLGW__planToggle{background:var(--bg3);border-radius:8px;gap:4px;padding:4px;display:flex}.bots-market-creators-module__1eFLGW__planButton{color:var(--text-muted);cursor:pointer;letter-spacing:.04em;background:0 0;border:none;border-radius:6px;flex:1;padding:7px 0;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.bots-market-creators-module__1eFLGW__planButtonActive{background:var(--blue-deep);color:var(--white);box-shadow:0 2px 8px #10489280}.bots-market-creators-module__1eFLGW__outputCard{background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:16px 20px;transition:border-color .2s}.bots-market-creators-module__1eFLGW__outputCard:hover{border-color:var(--border-mid)}.bots-market-creators-module__1eFLGW__outputLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:11px}.bots-market-creators-module__1eFLGW__outputValue{color:var(--white);font-family:DM Mono,monospace;font-size:22px;font-weight:500;transition:all .3s}.bots-market-creators-module__1eFLGW__outputHint{color:var(--text-muted);margin-top:4px;font-size:10px}.bots-market-creators-module__1eFLGW__outputCardTotal{border:1px solid var(--blue-mid);background:linear-gradient(135deg,#10489299,#4185ec40);border-radius:12px;flex:1;padding:20px 24px;position:relative;overflow:hidden}.bots-market-creators-module__1eFLGW__outputCardTotal:before{content:"";background:linear-gradient(90deg,var(--blue-deep),var(--blue-mid),var(--blue-light));height:2px;position:absolute;top:0;left:0;right:0}.bots-market-creators-module__1eFLGW__totalLabel{color:var(--blue-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:11px}.bots-market-creators-module__1eFLGW__totalValue{color:var(--white);font-family:DM Mono,monospace;font-size:clamp(28px,4vw,40px);font-weight:500;transition:all .35s}.bots-market-creators-module__1eFLGW__totalSub{color:var(--text-muted);margin-top:6px;font-size:11px}.bots-market-creators-module__1eFLGW__contextLine{border:1px solid var(--border);color:var(--text-soft);background:#4185ec14;border-radius:8px;margin-top:20px;padding:12px 16px;font-size:12px;line-height:1.5}.bots-market-creators-module__1eFLGW__contextLine strong{color:var(--blue-mid)}.bots-market-creators-module__1eFLGW__disclaimer{color:var(--text-muted);margin-top:4px;font-size:11px;line-height:1.6}.bots-market-creators-module__1eFLGW__stepsRow{grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:center;margin-top:48px;display:grid}.bots-market-creators-module__1eFLGW__stepCard{background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:32px 24px;transition:border-color .25s}.bots-market-creators-module__1eFLGW__stepCard:hover{border-color:var(--border-mid)}.bots-market-creators-module__1eFLGW__stepNum{color:#4185ec26;margin-bottom:12px;font-family:DM Mono,monospace;font-size:48px;font-weight:500;line-height:1}.bots-market-creators-module__1eFLGW__stepCard h3{margin-bottom:8px;font-size:16px;font-weight:700}.bots-market-creators-module__1eFLGW__stepCard p{color:var(--text-soft);font-size:13px;line-height:1.6}.bots-market-creators-module__1eFLGW__stepArrow{color:var(--border-mid);justify-content:center;align-items:center;font-size:18px;display:flex}.bots-market-creators-module__1eFLGW__ctaSection{border-top:1px solid var(--border);text-align:center;padding:120px 0;position:relative;overflow:hidden}.bots-market-creators-module__1eFLGW__ctaSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#1048924d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bots-market-creators-module__1eFLGW__sectionTagCentered{letter-spacing:.14em;text-transform:uppercase;color:var(--blue-mid);justify-content:center;align-items:center;gap:6px;margin-bottom:16px;font-size:10px;font-weight:700;display:inline-flex}.bots-market-creators-module__1eFLGW__sectionTagCentered:before{content:"";background:var(--blue-mid);width:20px;height:1px}.bots-market-creators-module__1eFLGW__ctaHeadline{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.1}.bots-market-creators-module__1eFLGW__ctaHeadline span{color:var(--blue-mid)}.bots-market-creators-module__1eFLGW__ctaSub{color:var(--text-soft);margin-bottom:40px;font-size:16px}.bots-market-creators-module__1eFLGW__ctaActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.bots-market-creators-module__1eFLGW__primaryButton,.bots-market-creators-module__1eFLGW__secondaryButton{cursor:pointer;border-radius:8px;padding:16px 36px;font-family:inherit;font-size:15px}.bots-market-creators-module__1eFLGW__primaryButton{background:var(--blue-mid);color:var(--white);border:none;font-weight:700;transition:all .2s}.bots-market-creators-module__1eFLGW__primaryButton:hover{background:#5596f7;transform:translateY(-2px);box-shadow:0 8px 24px #4185ec59}.bots-market-creators-module__1eFLGW__secondaryButton{color:var(--text-soft);border:1px solid var(--border-mid);background:0 0;font-weight:600;transition:all .2s}.bots-market-creators-module__1eFLGW__secondaryButton:hover{border-color:var(--blue-mid);color:var(--white)}.bots-market-creators-module__1eFLGW__footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);padding:32px 0;font-size:12px}.bots-market-creators-module__1eFLGW__fadeIn{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.bots-market-creators-module__1eFLGW__visible{opacity:1;transform:translateY(0)}.bots-market-creators-module__1eFLGW__updating{opacity:.35;transform:translateY(2px)}.bots-market-creators-module__1eFLGW__page input[type=range]{appearance:none;background:var(--bg3);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.bots-market-creators-module__1eFLGW__page input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--blue-mid);border:2px solid var(--bg2);cursor:pointer;border-radius:50%;width:16px;height:16px;transition:transform .15s;box-shadow:0 0 8px #4185ec80}.bots-market-creators-module__1eFLGW__page input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.bots-market-creators-module__1eFLGW__page input[type=range]::-moz-range-thumb{background:var(--blue-mid);border:2px solid var(--bg2);cursor:pointer;border-radius:50%;width:16px;height:16px}@keyframes bots-market-creators-module__1eFLGW__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}@media (max-width:1024px){.bots-market-creators-module__1eFLGW__compareGrid,.bots-market-creators-module__1eFLGW__calcBody{grid-template-columns:1fr}.bots-market-creators-module__1eFLGW__calcInputs{border-right:none;border-bottom:1px solid var(--border)}.bots-market-creators-module__1eFLGW__stepsRow{grid-template-columns:1fr;gap:16px}.bots-market-creators-module__1eFLGW__stepArrow{display:none}}@media (max-width:768px){.bots-market-creators-module__1eFLGW__modal{border-radius:12px;width:calc(100vw - 10px);height:calc(100vh - 10px)}.bots-market-creators-module__1eFLGW__nav{gap:8px;min-height:58px;padding:10px 56px 10px 12px}.bots-market-creators-module__1eFLGW__navEyebrow{letter-spacing:.08em;min-height:34px;padding:5px 10px;font-size:10px}.bots-market-creators-module__1eFLGW__navCta{min-height:34px;padding:8px 12px;font-size:11px}.bots-market-creators-module__1eFLGW__closeButton{top:17px;right:11px}.bots-market-creators-module__1eFLGW__container{padding:0 16px}.bots-market-creators-module__1eFLGW__heroSection{min-height:auto;padding:48px 0 28px}.bots-market-creators-module__1eFLGW__section{padding:64px 0}.bots-market-creators-module__1eFLGW__ctaSection{padding:84px 0}.bots-market-creators-module__1eFLGW__calcTopbarTitle{font-size:10px}.bots-market-creators-module__1eFLGW__calcTopbarSpacer{width:10px}.bots-market-creators-module__1eFLGW__ctaActions,.bots-market-creators-module__1eFLGW__compareCardStack{gap:10px}.bots-market-creators-module__1eFLGW__primaryButton,.bots-market-creators-module__1eFLGW__secondaryButton{width:100%}}
.page-module__xRPBzW__fullWidthContainer{box-sizing:border-box;width:100vw;margin-left:calc(50% - 50vw)}.page-module__xRPBzW__header{width:100%;height:auto;display:block;position:relative;overflow:hidden}.page-module__xRPBzW__headerBanner{width:100vw;margin-left:calc(50% - 50vw);display:block;position:relative;overflow:hidden}.page-module__xRPBzW__bannerImage{object-fit:cover;object-position:left center;filter:brightness();width:100vw;max-width:none;height:auto;display:block}.page-module__xRPBzW__headerContent{z-index:2;color:#fff;box-sizing:border-box;pointer-events:none;justify-content:space-between;align-items:center;width:100%;height:100%;padding:2rem 5%;display:flex;position:absolute;inset:0}.page-module__xRPBzW__headerLeft{text-align:left;flex:auto}.page-module__xRPBzW__headerTitle{text-shadow:2px 2px 4px #000000b3;text-align:left;margin:0 0 .5rem;font-size:4rem;font-weight:400;line-height:110%}.page-module__xRPBzW__headerSubtitle{text-shadow:1px 1px 2px #000000b3;text-align:left;margin:0;font-size:1.5rem;font-weight:400}.page-module__xRPBzW__topBar{background-color:var(--color-background-top-bottom-menu);color:#fff;z-index:100;align-items:center;gap:2rem;width:100%;height:5.6rem;padding-left:1.5rem;padding-right:1.5rem;font-size:small;display:flex;position:sticky;top:0}.page-module__xRPBzW__tutorialsButton{color:#fff;border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1.4rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.page-module__xRPBzW__tutorialsButton:hover{background-color:#ffffff1a}.page-module__xRPBzW__telegramButton{background-color:var(--color-primary);color:#fff;border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;min-width:fit-content;padding:.75rem 1.5rem;font-size:1.4rem;font-weight:500;transition:background-color .2s;display:flex}.page-module__xRPBzW__telegramButton:hover{background-color:var(--color-primary-hover)}.page-module__xRPBzW__buttonIcon{flex-shrink:0}.page-module__xRPBzW__container{grid-template-columns:2fr 4.5fr;gap:1rem;margin:1rem 4% 0;padding-left:1.8rem;padding-right:1.8rem;display:grid}.page-module__xRPBzW__content{flex-direction:column;gap:1rem;display:flex}@media (max-width:768px){.page-module__xRPBzW__headerTitle{font-size:2rem}.page-module__xRPBzW__headerSubtitle{font-size:1rem}.page-module__xRPBzW__topBar{flex-wrap:wrap;gap:1rem;height:auto;min-height:5.6rem;padding:1rem}.page-module__xRPBzW__tutorialsButton,.page-module__xRPBzW__telegramButton{padding:.5rem 1rem;font-size:1.2rem}.page-module__xRPBzW__container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-direction:column;grid-template-columns:1fr;padding-left:.5rem;padding-right:.5rem;display:flex;overflow-x:auto}.page-module__xRPBzW__container>.page-module__xRPBzW__content{display:contents}.page-module__xRPBzW__container>.page-module__xRPBzW__content:first-child>:last-child{order:99}}
.telegram-modal-module__LPajyW__modal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.telegram-modal-module__LPajyW__modalContent{background-color:var(--color-background-container);border-radius:var(--border-radius);width:90%;max-width:600px;max-height:80vh;padding:2.5rem 2rem;overflow-y:auto}.telegram-modal-module__LPajyW__header{text-align:center;margin-bottom:1.5rem}.telegram-modal-module__LPajyW__step{margin-bottom:1rem;line-height:1.5}.telegram-modal-module__LPajyW__option{background-color:var(--color-background-container-gray);border-radius:4px;margin-bottom:1.5rem;padding:1.25rem}.telegram-modal-module__LPajyW__optionHeader{margin-bottom:.5rem}.telegram-modal-module__LPajyW__optionDescription{margin-bottom:.75rem}.telegram-modal-module__LPajyW__codeContainer{align-items:center;gap:.5rem;display:flex}.telegram-modal-module__LPajyW__code{background-color:var(--color-background-container);text-align:center;border-radius:4px;flex:1;padding:.75rem;font-family:monospace}.telegram-modal-module__LPajyW__copyButton{cursor:pointer;background-color:#0000;border:none;padding:.5rem}.telegram-modal-module__LPajyW__activateButton{background-color:var(--color-primary);color:var(--color-text);border-radius:var(--border-radius);cursor:pointer;border:none;margin:1.5rem auto 0;padding:.75rem 1.5rem;font-size:1.2rem}.telegram-modal-module__LPajyW__activateButton:hover{opacity:.9}
.page-module__uJn7Ra__fullWidthContainer{box-sizing:border-box;width:100vw;margin-left:calc(50% - 50vw)}.page-module__uJn7Ra__header{width:100%;height:auto;display:block;position:relative;overflow:hidden}.page-module__uJn7Ra__headerBanner{width:100vw;margin-left:calc(50% - 50vw);display:block;position:relative;overflow:hidden}.page-module__uJn7Ra__bannerImage{object-fit:cover;object-position:left center;filter:brightness();width:100vw;max-width:none;height:auto;display:block}.page-module__uJn7Ra__headerContent{z-index:2;color:#fff;box-sizing:border-box;pointer-events:none;justify-content:space-between;align-items:center;width:100%;height:100%;padding:2rem 5%;display:flex;position:absolute;inset:0}.page-module__uJn7Ra__headerLeft{text-align:left;flex:auto}.page-module__uJn7Ra__headerTitle{text-shadow:2px 2px 4px #000000b3;text-align:left;margin:0 0 .5rem;font-size:4rem;font-weight:400;line-height:110%}.page-module__uJn7Ra__headerSubtitle{text-shadow:1px 1px 2px #000000b3;text-align:left;margin:0;font-size:1.5rem;font-weight:400}.page-module__uJn7Ra__topBar{background-color:var(--color-background-top-bottom-menu);color:#fff;z-index:100;align-items:center;gap:2rem;width:100%;height:5.6rem;padding-left:4rem;padding-right:4rem;font-size:small;display:flex;position:sticky;top:0}.page-module__uJn7Ra__tutorialsButton{color:#fff;border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1.4rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.page-module__uJn7Ra__tutorialsButton:hover{background-color:#ffffff1a}.page-module__uJn7Ra__telegramButton{background-color:var(--color-primary);color:#fff;border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;min-width:fit-content;padding:.75rem 1.5rem;font-size:1.4rem;font-weight:500;transition:background-color .2s;display:flex}.page-module__uJn7Ra__telegramButton:hover{background-color:var(--color-primary-hover)}.page-module__uJn7Ra__buttonIcon{flex-shrink:0}.page-module__uJn7Ra__container{grid-template-columns:2fr 4.5fr;gap:1rem;margin-top:1rem;padding-left:1.8rem;padding-right:1.8rem;display:grid}.page-module__uJn7Ra__marketContainer{grid-template-columns:1fr}.page-module__uJn7Ra__content{flex-direction:column;gap:1rem;display:flex}@media (max-width:768px){.page-module__uJn7Ra__headerTitle{font-size:2rem}.page-module__uJn7Ra__headerSubtitle{font-size:1rem}.page-module__uJn7Ra__topBar{flex-wrap:wrap;gap:1rem;height:auto;min-height:5.6rem;padding-top:1rem;padding-bottom:1rem}.page-module__uJn7Ra__tutorialsButton,.page-module__uJn7Ra__telegramButton{padding:.5rem 1rem;font-size:1.2rem}.page-module__uJn7Ra__container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-direction:column;grid-template-columns:1fr;padding-left:.5rem;padding-right:.5rem;display:flex;overflow-x:auto}.page-module__uJn7Ra__container>.page-module__uJn7Ra__content{display:contents}.page-module__uJn7Ra__container>.page-module__uJn7Ra__content:first-child>:last-child{order:99}}
