.search-result-block{margin-bottom:16px;padding:0}.search-result-block__header{margin-bottom:8px}.search-result-block__label{color:var(--tg-theme-text-color,#333);display:block;font-size:14px;font-weight:500;text-align:left}.search-result-block__content{align-items:flex-start;display:flex}.search-result-block__tag{align-items:center;background-color:var(--tg-theme-secondary-bg-color,#f0f0f0);border:1px solid var(--tg-theme-button-color,#007bff);border-radius:16px;display:flex;font-size:14px;padding:6px 12px}.search-result-block__text{align-items:center;color:var(--tg-theme-text-color,#333);display:flex;font-weight:500;gap:6px}.search-result-block__icon{color:var(--tg-theme-button-color,#007bff);flex-shrink:0;height:14px;width:14px}.search-result-block__remove{align-items:center;background:none;border:none;border-radius:50%;color:var(--tg-theme-hint-color,#999);cursor:pointer;display:flex;justify-content:center;margin-left:8px;padding:2px;transition:all .2s ease}.search-result-block__remove:hover{background-color:rgba(0,0,0,.1);color:var(--tg-theme-text-color,#333)}.search-result-block__remove svg{height:14px;width:14px}.category-filter-container{display:flex;flex-direction:column;gap:8px;width:100%}.category-filter-button{align-items:center;background-color:transparent;border:1px solid var(--tg-theme-button-color,#007bff);border-radius:4px;color:var(--tg-theme-button-color,#007bff);cursor:pointer;display:inline-flex;font-size:18px;gap:4px;padding:4px 8px;transition:background-color .2s ease}.category-filter-button:hover{background-color:rgba(var(--tg-theme-button-color,#007bff),.1)}.category-filter-button svg{flex-shrink:0;height:20px;width:20px}.category-filter-button span{font-size:14px;margin-left:4px;white-space:nowrap}.selected-filters{margin-top:4px}.selected-filters,.selected-filters__tags{display:flex;flex-wrap:wrap;gap:8px}.selected-filters__tag{align-items:center;background-color:var(--tg-theme-secondary-bg-color,#f0f0f0);border-radius:16px;display:flex;font-size:14px;padding:4px 8px}.selected-filters__tag span{align-items:center;display:flex;gap:4px}.selected-filters__search-icon{color:#ccc;height:14px;width:14px}.selected-filters__remove{align-items:center;background:none;border:none;color:var(--tg-theme-hint-color,#999);cursor:pointer;display:flex;justify-content:center;margin-left:4px;padding:2px}.selected-filters__remove:hover{color:var(--tg-theme-text-color,#333)}.custom-select{position:relative;width:100%}.custom-select__native{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.custom-select__trigger{align-items:center;background-color:#1e1e1e;border:1px solid #333;border-radius:12px;color:#fff;cursor:pointer;display:flex;justify-content:space-between;min-height:50px;padding:14px 16px;transition:all .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.custom-select__trigger:hover:not(.custom-select--disabled .custom-select__trigger){border-color:#80bfff}.custom-select__trigger:focus{border-color:#80bfff;box-shadow:0 0 0 2px rgba(63,159,255,.2);outline:none}.custom-select__value{align-items:center;display:flex;flex:1;font-size:16px;gap:8px;line-height:1.2;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.custom-select__icon{align-items:center;color:#80bfff;display:flex;flex-shrink:0;font-size:18px;margin-right:8px}.custom-select__icon svg{height:18px;width:18px}.custom-select__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__arrow{align-items:center;color:#3f9fff;display:flex;flex-shrink:0;height:14px;justify-content:center;margin-left:12px;transition:transform .2s ease;width:14px}.custom-select__arrow svg{height:100%;width:100%}.custom-select__arrow--up{transform:rotate(180deg)}.custom-select__backdrop{animation:fadeIn .2s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:rgba(0,0,0,.4);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.custom-select__dropdown{animation:slideIn .3s ease-out;background-color:#0f0f0f;border:1px solid #2a2a2a;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.4);display:flex;flex-direction:column;left:50%;max-height:80vh;max-width:90vw;min-width:300px;opacity:1;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:10000}.custom-select__dropdown--small{height:auto;max-height:50vh}.custom-select__dropdown--medium{height:50vh;max-height:60vh}.custom-select__dropdown--large{height:70vh;max-height:80vh}.custom-select__header{align-items:center;background-color:#0f0f0f;border-bottom:1px solid #2a2a2a;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px;position:sticky;top:0;z-index:1}.custom-select__back-btn{align-items:center;background:none;border:none;border-radius:8px;color:#80bfff;cursor:pointer;display:flex;justify-content:center;margin:-8px;padding:8px;transition:background-color .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.custom-select__back-btn svg{height:20px;width:20px}.custom-select__back-btn:hover{background-color:rgba(128,191,255,.1)}.custom-select__back-btn:active{background-color:rgba(128,191,255,.2)}.custom-select__title{color:#fff;flex:1;font-size:18px;font-weight:600;margin:0;text-align:center}.custom-select__header-spacer{width:36px}.custom-select__search{border-bottom:1px solid #333;flex-shrink:0;padding:16px 20px;position:relative}.custom-select__search-input{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;box-sizing:border-box;color:#fff;font-size:16px;padding:12px;width:100%}.custom-select__search-input:focus{border-color:#80bfff;outline:none}.custom-select__search-input::placeholder{color:#999}.custom-select__list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.custom-select__list::-webkit-scrollbar{width:3px}.custom-select__list::-webkit-scrollbar-track{background:#2a2a2a;border-radius:2px}.custom-select__list::-webkit-scrollbar-thumb{background:#80bfff;border-radius:2px}.custom-select__list::-webkit-scrollbar-thumb:hover{background:#66a3ff}.custom-select__option{align-items:center;border-bottom:1px solid #333;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:space-between;padding:16px 20px;transition:background-color .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.custom-select__option:hover{background-color:hsla(0,0%,100%,.05)}.custom-select__option--selected{background-color:rgba(128,191,255,.1);color:#80bfff}.custom-select__option:last-child{border-bottom:none}.custom-select__option-content{align-items:center;display:flex;flex:1;gap:8px}.custom-select__option-icon{align-items:center;display:flex;flex-shrink:0}.custom-select__option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__option-circle{background-color:transparent;border:2px solid #666;border-radius:50%;flex-shrink:0;height:20px;transition:all .2s ease;width:20px}.custom-select__option-circle--selected{background-color:transparent;border:1px solid #80bfff;position:relative}.custom-select__option-circle--selected:after{background-color:#80bfff;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:6px}.custom-select__no-options{align-items:center;color:#999;display:flex;font-size:16px;justify-content:center;padding:40px 20px;text-align:center}.custom-select--error .custom-select__trigger,.custom-select--error .custom-select__trigger:hover{border-color:#ff4757}.custom-select--error .custom-select__trigger:focus{border-color:#ff4757;box-shadow:0 0 0 2px rgba(255,71,87,.2)}.custom-select--disabled .custom-select__trigger{background-color:#1e1e1e;border-color:1px solid #333;color:#fff;cursor:not-allowed}.custom-select--disabled .custom-select__arrow{color:#fff}.custom-select--open .custom-select__trigger{border-color:#80bfff;box-shadow:0 0 0 2px rgba(63,159,255,.2)}@media(max-width:768px){.custom-select__dropdown{left:50%;max-width:none;min-width:unset;right:auto;top:50%;transform:translate(-50%,-50%);width:calc(100vw - 20px)}.custom-select__dropdown--small{height:auto;max-height:50vh}.custom-select__dropdown--medium{height:50vh;max-height:60vh}.custom-select__dropdown--large{height:70vh;max-height:80vh}.custom-select__option{align-items:center;display:flex;font-size:16px;min-height:48px;padding:16px 20px}.custom-select__search{padding:16px 20px}.custom-select__search-input{border-radius:8px;font-size:16px;padding:12px 16px}}.ad-form{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.ad-form__submit{background-color:#80bfff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;margin:0;padding:12px;width:100%}.ad-form__submit:disabled{background-color:#5a6171;cursor:not-allowed;opacity:.6}.ad-form__submit:not(:disabled):active{box-shadow:0 2px 8px rgba(0,0,0,.3);transform:translateY(2px)}.form-group{margin-bottom:16px;position:relative}.form-label{color:hsla(0,0%,100%,.9);display:block;font-size:14px;font-weight:500;margin-bottom:10px}.form-control{background-color:#1e1e1e;border:1px solid #333;border-radius:12px;color:#fff;font-size:16px;padding:14px 16px;transition:all .3s ease;width:100%}.form-control:focus{border-color:#80bfff;box-shadow:0 0 0 2px rgba(63,159,255,.2);outline:none}.form-control--error{border-color:#e74c3c}.form-control--error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px rgba(231,76,60,.2)}.form-control::placeholder{color:hsla(0,0%,100%,.4)}.form-control:disabled{background-color:#1a1a1a;cursor:not-allowed}.form-control[type=number]{-moz-appearance:textfield}.form-control[type=number]::-webkit-inner-spin-button,.form-control[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.character-count{color:hsla(0,0%,100%,.6);font-size:12px;margin-top:4px;text-align:right}.character-count--error{color:#e74c3c}.info-note{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#6c757d;display:flex;font-size:13px;gap:8px;margin-bottom:16px;padding:8px 12px}.info-note .info-icon{flex-shrink:0;font-size:14px}.info-note .info-text{line-height:1.4}@media(max-width:768px){.info-note{font-size:12px;padding:6px 10px}.info-note .info-icon{font-size:13px}}*{scrollbar-color:#80bfff #1a1a1a;scrollbar-width:thin}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#2a2a2a;border-radius:2px}::-webkit-scrollbar-thumb{background:#80bfff;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#66a3ff}select.form-control{appearance:none;background-color:#1e1e1e;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%233f9fff%22%20d%3D%22M7%2010L1.5%204.5%202.9%203.1%207%207.2%2011.1%203.1%2012.5%204.5%207%2010Z%22%2F%3E%3C%2Fsvg%3E");background-position:right 16px center;background-repeat:no-repeat;border:1px solid #333;border-radius:12px;color:#fff;cursor:pointer;padding-right:40px}select.form-control::-ms-expand{display:none}select.form-control:focus{border-color:#80bfff;box-shadow:0 0 0 2px rgba(63,159,255,.2)}select.form-control option{background-color:#1e1e1e!important;color:#fff!important;padding:8px 12px}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.city-select-button{background-color:#1e1e1e;border:1px solid #333;border-radius:12px;color:#fff;cursor:pointer;padding:14px 40px 14px 16px;position:relative;text-align:left;transition:all .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.city-select-button:after{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%233f9fff%22%20d%3D%22M7%2010L1.5%204.5%202.9%203.1%207%207.2%2011.1%203.1%2012.5%204.5%207%2010Z%22%2F%3E%3C%2Fsvg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:14px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:14px}.city-select-button:hover:not(:disabled){border-color:#80bfff}.city-select-button:focus{border-color:#80bfff;box-shadow:0 0 0 2px rgba(63,159,255,.2);outline:none}.city-select-button:disabled{background-color:#1a1a1a;color:hsla(0,0%,100%,.4);cursor:not-allowed}.city-select-button:disabled:after{opacity:.4}.city-select-button.form-control--error{border-color:#e74c3c}.city-select-button.form-control--error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px rgba(231,76,60,.2)}select option{background-color:#1e1e1e!important;color:#fff!important}.form-error{color:#e74c3c;font-size:12px;margin-top:8px}.form-section{background-color:#1a1a1a;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.2);margin:12px 0;padding:16px}.form-section__title{color:#fff;font-size:18px;font-weight:600;margin:0 0 8px}.form-section__desc{color:hsla(0,0%,100%,.7);font-size:14px;margin:0 0 12px}.city-selector-button{align-items:center;background-color:#1e1e1e;border:1px solid #333;border-radius:12px;color:hsla(0,0%,100%,.9);cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:14px 16px;text-align:left;transition:all .3s ease;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.city-selector-button:hover{background-color:#22222a;border-color:#80bfff}.city-selector-button:focus{border-color:#80bfff;box-shadow:0 0 0 2px rgba(128,191,255,.2);outline:none}.city-selector-button--placeholder{color:hsla(0,0%,100%,.6)}.city-selector-button--error,.city-selector-button--error:hover{border-color:#e74c3c}.city-selector-button__icon{height:16px;width:16px;fill:hsla(0,0%,100%,.6);transition:transform .2s ease}.checkbox-group{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0}.checkbox-label{color:hsla(0,0%,100%,.9);font-size:14px;gap:8px;user-select:none}.checkbox-label,.checkbox-label input[type=checkbox]{align-items:center;cursor:pointer;display:flex;-webkit-tap-highlight-color:rgba(0,0,0,0)}.checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;background-color:#1e1e1e;border:2px solid #80bfff;border-radius:6px;height:20px;justify-content:center;margin:0;position:relative;width:20px}.checkbox-label input[type=checkbox]:checked{background-color:#6fd972;border:2px solid #6fd972}.checkbox-label input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:block;height:10px;left:50%;margin-left:-3px;margin-top:-7px;position:absolute;top:50%;transform:rotate(45deg);width:6px}.checkbox-label input[type=checkbox]:focus{box-shadow:0 0 0 2px rgba(63,159,255,.3);outline:none}.image-upload{margin-bottom:16px}.image-upload__button{align-items:center;background-color:#1e1e1e;border:2px dashed #80bfff;border-radius:12px;color:hsla(0,0%,100%,.9);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:10px;justify-content:center;margin-bottom:16px;padding:14px 20px;transition:all .3s ease;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.image-upload__button svg{height:24px;width:24px;fill:#80bfff}.image-upload__button:hover{background-color:#22222a;border-color:#80bfff}.image-upload__button:active{transform:scale(.98)}.image-upload__hint{background-color:rgba(128,191,255,.1);border-left:2px solid #80bfff;border-radius:2px;color:hsla(0,0%,100%,.6);font-size:12px;margin-bottom:16px;padding:8px 12px;text-align:justify}.image-upload__input{display:none}.image-counter{align-items:center;background-color:rgba(128,191,255,.1);border:1px solid rgba(128,191,255,.3);border-radius:8px;color:hsla(0,0%,100%,.9);display:flex;font-size:14px;gap:8px;margin-bottom:16px;padding:12px 16px}.image-counter strong{color:#80bfff}.image-counter__note{color:hsla(0,0%,100%,.6);font-size:12px;font-style:italic}.image-preview{display:grid;gap:8px;grid-template-columns:repeat(5,1fr);margin-top:16px}.image-preview__item{background-color:#1a1a1a;border:1px solid #333;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%}.image-preview__img{flex-shrink:0;height:60px;object-fit:cover;width:100%}.image-preview__info{background-color:rgba(0,0,0,.7);display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:24px;padding:4px}.image-preview__name{color:hsla(0,0%,100%,.9);font-size:9px;font-weight:500;line-height:1.1;margin-bottom:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-preview__size{color:hsla(0,0%,100%,.6);font-size:8px;line-height:1}.image-preview__remove{align-items:center;background-color:rgba(0,0,0,.6);border:none;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;padding:0;position:absolute;right:4px;top:4px;transition:all .2s ease;width:20px;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0)}.image-preview__remove svg{height:12px;width:12px;fill:#fff}.image-preview__remove:hover{background-color:rgba(231,76,60,.8)}.image-preview__remove:active{transform:scale(.95)}.condition-toggle{display:flex;gap:12px;margin:10px 0 0}.condition-toggle__btn{background:#222;border:2px solid #444;border-radius:8px;color:#fff;cursor:pointer;flex:1;font-size:1.1em;padding:12px 0;transition:background .2s,border .2s,color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.condition-toggle__btn--active{color:#fff}.condition-toggle__btn--active[data-condition=new]{background:#00b894;border-color:#00b894}.condition-toggle__btn--active[data-condition=used]{background:#e74c3c;border-color:#e74c3c}.condition-toggle__btn:disabled{cursor:not-allowed;opacity:.6}.price-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.price-label{color:#fff;font-size:16px;font-weight:500;margin:0}.toggle-switch{display:inline-block;height:24px;position:relative;width:50px}.toggle-switch__input{height:0;opacity:0;width:0}.toggle-switch__input,.toggle-switch__slider{position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toggle-switch__slider{background-color:#333;border:1px solid #555;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0;transition:all .3s ease}.toggle-switch__slider:before{background-color:#fff;border-radius:50%;bottom:2px;box-shadow:0 2px 4px rgba(0,0,0,.2);content:"";height:18px;left:2px;position:absolute;transition:all .3s ease;width:18px}.toggle-switch__input:checked+.toggle-switch__slider{background-color:#6fd972;border-color:#6fd972}.toggle-switch__input:checked+.toggle-switch__slider:before{transform:translateX(26px)}.toggle-switch__input:disabled+.toggle-switch__slider{cursor:not-allowed;opacity:.6}.price-input-group{margin-top:16px}.price-input-group .form-label{display:block;margin-bottom:8px}.price-input-wrapper{align-items:center;display:flex;position:relative}.price-currency{color:#888;font-size:14px;font-weight:500;pointer-events:none;position:absolute;right:12px;z-index:1}.price-input-wrapper .form-control{padding-right:30px}.auto-fill-checkbox{align-items:center;background-color:#1e1e1e;border:1px dashed #80bfff;border-radius:8px;cursor:pointer;display:flex;gap:8px;margin-bottom:16px;padding:7px;transition:all .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.auto-fill-checkbox:hover{background-color:#1e1e1e;border-color:#80bfff}.auto-fill-checkbox input[type=checkbox]{accent-color:#6fd972;cursor:pointer;height:18px;width:18px}.auto-fill-checkbox:has(input:checked){background-color:#1e1e1e;border-color:#6fd972;color:#6fd972}.telegram-input-group{align-items:flex-start;display:flex;gap:8px}.telegram-input-group .form-control{flex:1}.telegram-input-group .telegram-profile-btn{background-color:#3b8841;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 16px;transition:all .2s ease;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0)}.telegram-input-group .telegram-profile-btn:hover:not(:disabled){background-color:#306e35;transform:translateY(-1px)}.telegram-input-group .telegram-profile-btn:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}@media(max-width:768px){.telegram-input-group .telegram-profile-btn{font-size:12px;padding:10px 12px}}.ad-management-modal__backdrop{animation:fadeIn .2s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:rgba(0,0,0,.4);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.ad-management-modal{animation:slideIn .3s ease-out;background-color:#0f0f0f;border:1px solid #2a2a2a;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);display:flex;flex-direction:column;left:50%;max-height:80vh;max-width:90vw;min-width:300px;opacity:1;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:10000}.ad-management-modal__header{align-items:center;background-color:#0f0f0f;border-bottom:1px solid #2a2a2a;display:flex;justify-content:space-between;padding:16px 20px}.ad-management-modal__title{color:#fff;font-size:18px;font-weight:600;margin:0;text-align:left}.ad-management-modal__close-btn{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:22px;justify-content:center;line-height:1;margin:-8px;padding:8px;transition:background-color .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ad-management-modal__close-btn:hover{background-color:rgba(128,191,255,.1)}.ad-management-modal__close-btn:active{background-color:rgba(128,191,255,.2)}.ad-management-modal__content{display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.ad-management-modal__action{align-items:center;background:none;border:none;border-bottom:1px solid #333;color:#fff;cursor:pointer;display:flex;font-size:16px;padding:16px 20px;text-align:left;transition:background-color .15s ease}.ad-management-modal__action:last-child{border-bottom:none}.ad-management-modal__action:hover{background-color:hsla(0,0%,100%,.05)}.ad-management-modal__action--danger{color:#f44336}.ad-management-modal__action-content{align-items:center;display:flex;gap:12px}.ad-management-modal__action-icon{color:#80bfff;font-size:18px}@media(max-width:768px){.ad-management-modal{max-width:none;min-width:unset;width:calc(100vw - 20px)}}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%}body{background-color:var(--tg-theme-bg-color,#fff);color:var(--tg-theme-text-color,#000);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)}#root{display:flex;flex-direction:column;min-height:100%}a{color:var(--tg-theme-link-color,#80bfff);transition:color .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}a,a:focus,a:hover{text-decoration:none!important}a:focus{outline:none}a:active{text-decoration:none!important}.button,button{border-radius:8px;display:inline-block;text-align:center;transition:background-color .2s ease,opacity .2s ease}.button:active,button:active{opacity:.8}.button--secondary,button--secondary{background-color:var(--tg-theme-secondary-bg-color,#f0f0f0);color:var(--tg-theme-text-color,#000)}.button--outline,button--outline{background-color:transparent;border:1px solid var(--tg-theme-button-color,#80bfff);color:var(--tg-theme-button-color,#80bfff)}.button--small,button--small{font-size:.875rem;padding:.25rem .5rem}.button--large,button--large{font-size:1.125rem;padding:1rem 1.5rem}.button--block,button--block{display:block;width:100%}.container{margin:0 auto;max-width:600px;padding:0 1rem;padding-left:2px!important;padding-right:2px!important}.card{background-color:var(--tg-theme-secondary-bg-color,#f0f0f0);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:1rem;padding:1rem}.p-xs{padding:.25rem}.p-xl{padding:2rem}.pt-xs{padding-top:.25rem}.pt-sm{padding-top:.5rem}.pt-md{padding-top:1rem}.pt-lg{padding-top:1.5rem}.pt-xl{padding-top:2rem}.pb-xs{padding-bottom:.25rem}.pb-sm{padding-bottom:.5rem}.pb-md{padding-bottom:1rem}.pb-lg{padding-bottom:1.5rem}.pb-xl{padding-bottom:2rem}.pl-xs{padding-left:.25rem}.pl-sm{padding-left:.5rem}.pl-md{padding-left:1rem}.pl-lg{padding-left:1.5rem}.pl-xl{padding-left:2rem}.pr-xs{padding-right:.25rem}.pr-sm{padding-right:.5rem}.pr-md{padding-right:1rem}.pr-lg{padding-right:1.5rem}.pr-xl{padding-right:2rem}.justify-around{justify-content:space-around}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.invisible{visibility:hidden!important}:root{--safe-area-top:30px;--safe-area-right:10px;--safe-area-bottom:10px;--safe-area-left:10px;--primary-color:#007bff;--secondary-color:#6c757d;--success-color:#28a745;--danger-color:#dc3545;--warning-color:#ffc107;--info-color:#17a2b8;--light-color:#f8f9fa;--dark-color:#343a40;--text-primary:#212529;--text-secondary:#6c757d;--text-light:#f8f9fa;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--border-radius-sm:0.25rem;--border-radius-md:0.5rem;--border-radius-lg:1rem;--shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--shadow-md:0 0.5rem 1rem rgba(0,0,0,.15);--shadow-lg:0 1rem 3rem rgba(0,0,0,.175)}html{font-size:16px}img{height:auto;max-width:100%}input,select,textarea{font-family:inherit;font-size:inherit}.app-loader{align-items:center;background-color:#121212;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.container{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:var(--safe-area-left,15px);padding-right:var(--safe-area-right,15px);width:100%}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.w-100{width:100%}.h-100{height:100%}.mt-1{margin-top:var(--space-sm)}.mt-2{margin-top:var(--space-md)}.mt-3{margin-top:var(--space-lg)}.mb-1{margin-bottom:var(--space-sm)}.mb-2{margin-bottom:var(--space-md)}.mb-3{margin-bottom:var(--space-lg)}.p-1{padding:var(--space-sm)}.p-2{padding:var(--space-md)}.p-3{padding:var(--space-lg)}@media(max-width:768px){html{font-size:14px}.container{padding-left:var(--safe-area-left,10px);padding-right:var(--safe-area-right,10px)}}@media(prefers-color-scheme:dark){:root{--text-primary:#e1e1e1;--text-secondary:#b0b0b0}body{background-color:#121212;color:var(--text-primary)}}.button,button{align-items:center;background-color:var(--tg-theme-button-color,#80bfff);border:none;border-radius:.5rem;color:var(--tg-theme-button-text-color,#fff);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.button:hover,button:hover{opacity:.9;text-decoration:none}.button:active,button:active{transform:translateY(1px)}.button:disabled,button:disabled{cursor:not-allowed;opacity:.6}.button.button-outline,button.button-outline{background-color:transparent;border:1px solid var(--tg-theme-button-color,#80bfff);color:var(--tg-theme-button-color,#80bfff)}.button.button-small,button.button-small{font-size:.875rem;padding:.25rem .5rem}.button.button-large,button.button-large{font-size:1.125rem;padding:1rem 1.5rem}.button.button-block,button.button-block{display:block;width:100%}input,select,textarea{background-color:var(--tg-theme-bg-color,#fff);border:1px solid rgba(var(--tg-theme-text-color,#000000),.2);border-radius:.25rem;color:var(--tg-theme-text-color,#000);font-size:1rem;padding:.5rem;transition:border-color .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--tg-theme-button-color,#80bfff);outline:none}input::placeholder,select::placeholder,textarea::placeholder{color:var(--tg-theme-hint-color,#999)}input:disabled,select:disabled,textarea:disabled{background-color:rgba(var(--tg-theme-hint-color,#999999),.1);cursor:not-allowed;opacity:.7}.text-error{color:#f44336}.text-success{color:#6fda72}.text-warning{color:#ffc107}.mt-xs{margin-top:.25rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mb-xs{margin-bottom:.25rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.ml-xs{margin-left:.25rem}.ml-sm{margin-left:.5rem}.ml-md{margin-left:1rem}.ml-lg{margin-left:1.5rem}.ml-xl{margin-left:2rem}.mr-xs{margin-right:.25rem}.mr-sm{margin-right:.5rem}.mr-md{margin-right:1rem}.mr-lg{margin-right:1.5rem}.mr-xl{margin-right:2rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.flex{display:flex}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.flex-wrap{flex-wrap:wrap}.flex-grow{flex-grow:1}.hidden{display:none!important}.loading{align-items:center;bottom:0;display:flex;justify-content:center;left:0;min-height:100vh;position:fixed;right:0;top:0;z-index:1000}.spinner{animation:spin 1s linear infinite;border:4px solid rgba(var(--tg-theme-button-color,#80bfff),.2);border-left-color:var(--tg-theme-button-color,#80bfff);border-radius:50%;height:40px;width:40px}.main-content{padding-bottom:70px}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.items-center{align-items:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}