@charset "UTF-8";.error-wrapper{background:linear-gradient(to right,#fff,#011d6a);height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.error-wrapper .error-container{display:flex;width:85%;height:80%;background-color:#fff;border-radius:30px;overflow:hidden}.error-wrapper .error-container .error-main{display:flex;flex-direction:column;width:30%;text-align:center;justify-content:center;color:#05153f;font-family:var(--font-primary);padding:40px}.error-wrapper .error-container .error-main-h2{font-size:50px;font-weight:600;margin-bottom:20px}@media(max-width:1200px){.error-wrapper .error-container .error-main-h2{font-size:40px}}@media(max-width:992px){.error-wrapper .error-container .error-main-h2{font-size:35px}}@media(max-width:768px){.error-wrapper .error-container .error-main-h2{font-size:30px}}@media(max-width:576px){.error-wrapper .error-container .error-main-h2{font-size:26px}}.error-wrapper .error-container .error-main-p{font-size:18px;line-height:1.6;margin-bottom:30px}@media(max-width:768px){.error-wrapper .error-container .error-main-p{font-size:16px}}@media(max-width:576px){.error-wrapper .error-container .error-main-p{font-size:14px}}.error-wrapper .error-container .error-main-button{background-color:#05153f;color:#fff;margin-top:20px;border-radius:8px;align-self:center;padding:12px 24px;cursor:pointer;border:none;font-size:16px;transition:background-color .3s ease}@media(max-width:768px){.error-wrapper .error-container .error-main-button{padding:10px 20px;font-size:14px}}@media(max-width:576px){.error-wrapper .error-container .error-main-button{padding:8px 16px;font-size:13px}}.error-wrapper .error-container .error-main-button:hover{background-color:#0a2a7a}.error-wrapper .error-container .error-image{background-image:url(src/app/assets/images/error-image.jpg);background-size:contain;background-position:center;background-repeat:no-repeat;display:flex;width:70%}@media(max-width:992px){.error-wrapper .error-container{width:90%}.error-wrapper .error-container .error-main{width:35%;padding:30px}.error-wrapper .error-container .error-image{width:65%}}@media(max-width:768px){.error-wrapper .error-container{width:90%;height:auto}.error-wrapper .error-container .error-main{width:100%;padding:40px 30px}.error-wrapper .error-container .error-image{width:100%;height:300px}}@media(max-width:480px){.error-wrapper{padding:10px}.error-wrapper .error-container{width:100%;margin:0;border-radius:20px}.error-wrapper .error-container .error-main{padding:30px 20px}.error-wrapper .error-container .error-main-h2{font-size:24px}.error-wrapper .error-container .error-main-p{font-size:14px}.error-wrapper .error-container .error-main-button{width:100%;max-width:200px;margin-left:auto;margin-right:auto}.error-wrapper .error-container .error-image{height:200px}}.container{width:100%;max-width:1700px;min-width:0;box-sizing:border-box;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media(min-width:1024px){.container{padding-left:40px;padding-right:40px}}@media(max-width:640px){.container{padding-left:12px;padding-right:12px}}.container--full-width{max-width:100%!important}.container--full-height{height:100%}.container--full-screen{max-width:100%!important;height:100%}.container--no-padding{padding-left:0!important;padding-right:0!important}.icon{display:inline-flex;align-items:center;justify-content:center}.icon svg{width:100%;height:100%}.icon[role=button]{cursor:pointer}.icon[role=button]:hover{opacity:.8}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);background:var(--admin-color-surface);min-width:0;max-width:100%}.page-header__content{min-width:0;overflow-wrap:anywhere}.page-header__title{margin:0;color:var(--admin-color-text);font-size:var(--admin-font-page-title);font-weight:var(--admin-weight-title);line-height:1.25;overflow-wrap:anywhere}.page-header__subtitle{margin-top:6px;color:var(--admin-color-text-secondary);font-size:var(--admin-font-body);line-height:var(--admin-line-body);overflow-wrap:anywhere}.page-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;min-width:0;max-width:100%}@media(max-width:900px){.page-header{display:grid;grid-template-columns:minmax(0,1fr)}.page-header__actions{justify-content:stretch}.page-header__actions .ant-space{width:100%}.page-header__actions .ant-space-item{flex:1 1 auto;min-width:0}.page-header__actions .ant-btn,.page-header__actions a,.page-header__actions a .ant-btn{width:100%}}@media(max-width:640px){.page-header{padding:16px;border-radius:var(--admin-radius-surface-mobile)}.page-header__title{font-size:var(--admin-font-page-title-mobile)}}.categories-page__content{display:flex;flex-direction:column;width:100%;min-width:0;flex:1;overflow:hidden;background:var(--admin-color-surface);border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);min-height:400px}.categories-page__loading,.categories-page__empty{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.categories-page__empty{color:var(--admin-color-text-muted);font-size:var(--admin-font-body)}@media(max-width:640px){.categories-page__content{border-radius:var(--admin-radius-surface-mobile);min-height:320px}}.category-tree{--tree-line-color: #e2e8f0;--tree-indent: 28px;--tree-row-height: 48px;width:100%;background:var(--color-white)}.category-tree-node{position:relative;min-width:0}.category-tree-node__row{position:relative;display:flex;align-items:stretch;min-width:0;min-height:var(--tree-row-height);background:var(--color-white);border-top:1px solid var(--color-grey-8)}.category-tree>.category-tree-node:first-child>.category-tree-node__row{border-top:none}.category-tree-node__toggle,.category-tree-node__toggle-placeholder{display:inline-flex;position:relative;width:var(--tree-indent);min-width:var(--tree-indent);align-items:center;justify-content:center;flex-shrink:0;color:var(--color-grey-3);background:transparent}.category-tree-node__toggle{border:none;padding:0;cursor:pointer;transition:color .2s ease}.category-tree-node__toggle:hover{color:var(--color-blue)}.category-tree-node__toggle-placeholder{pointer-events:none}.category-tree-node__children{position:relative;margin-left:var(--tree-indent);border-left:1px solid var(--color-grey-8)}.category-tree-node__children>.category-tree-node>.category-tree-node__row>.category-tree-node__toggle--expanded:after{content:"";position:absolute;left:-1px;bottom:0;width:1px;height:calc(var(--tree-row-height) / 2);background:var(--color-white);pointer-events:none;border-left:1px solid var(--color-grey-8)}.category{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:16px;padding:0 12px 0 0;background:var(--color-white)}.category .category-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.category .category-icon{flex-shrink:0;color:var(--color-grey-3);font-size:16px}.category .category-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--admin-font-body);color:var(--admin-color-text)}.category .category-status{flex-shrink:0;font-size:var(--admin-font-caption);color:var(--admin-color-text-muted)}.category--inactive{opacity:.6}.category--inactive .category-name{color:var(--color-grey-3)}.category .btn-category{display:flex;align-items:center;justify-content:center;gap:16px;position:relative;z-index:1;flex-shrink:0;width:auto;min-width:110px}.category .btn-category .btn-edit,.category .btn-category .btn-add,.category .btn-category .btn-delete{position:relative;z-index:1;transition:box-shadow .2s ease!important}.category .btn-category .btn-edit:hover,.category .btn-category .btn-add:hover,.category .btn-category .btn-delete:hover{box-shadow:var(--color-black-shadow-2)!important}.ant-modal.category-edit-modal .ant-modal-content{padding:0}.ant-modal.category-edit-modal .ant-modal-header{padding:10px 4px 6px!important;margin-bottom:0}.ant-modal.category-edit-modal .ant-modal-body{padding:4px 4px 2px!important}.ant-modal.category-edit-modal .ant-modal-footer{padding:6px 4px 10px!important}.ant-modal.category-edit-modal .ant-form-item{margin-bottom:8px}.ant-modal.category-edit-modal .ant-form-item:last-child{margin-bottom:0}.ant-modal.category-edit-modal .ant-form-item-label{padding-bottom:2px!important}.ant-modal.category-edit-modal .ant-input,.ant-modal.category-edit-modal .ant-input-affix-wrapper,.ant-modal.category-edit-modal .ant-select .ant-select-selector{min-height:32px!important;border-radius:4px!important}.ant-modal.category-edit-modal .ant-select-selection-item{line-height:30px!important}.category-edit-modal__form{margin:0}.category-edit-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.category-edit-modal__row .ant-form-item{margin-bottom:0}.category-edit-modal__upload{width:100%}.category-edit-modal__preview{display:block;width:100%;max-height:120px;margin-top:6px;object-fit:cover;border-radius:4px;border:1px solid var(--admin-color-border)}.category-edit-modal__img-error{margin-top:6px;padding:4px 8px;font-size:var(--admin-font-caption);color:#cf1322;background:#fff2f0;border:1px solid #ffccc7;border-radius:4px}.callback-form-page__toolbar{margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.callback-form-page__segmented{min-width:max-content}.callback-form-page__loading{display:flex;justify-content:center;padding:48px 0}.callback-form-page__empty{margin-top:32px}.callback-form-page__table .ant-table-cell{vertical-align:middle}.callback-form-page__cards{display:flex;flex-direction:column;gap:12px}.callback-form-page__card{padding:14px 16px;border:1px solid var(--color-grey-header-border, #ececec);border-radius:12px;background:#fff}.callback-form-page__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.callback-form-page__card-date{font-size:12px;color:#00000073;white-space:nowrap}.callback-form-page__card-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;margin:0 0 12px}.callback-form-page__card-field{min-width:0}.callback-form-page__card-field dt{margin:0 0 2px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#00000073}.callback-form-page__card-field dd{margin:0;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.callback-form-page__card-field--full{grid-column:1/-1}.callback-form-page__card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.callback-form-page__actions-cell{white-space:nowrap}.callback-form-page__actions{min-height:24px;display:flex;align-items:center}.callback-form-page__actions-placeholder{color:#00000040}@media(max-width:640px){.callback-form-page__card-fields,.callback-form-page__card-actions{grid-template-columns:1fr}}.admin-home{display:flex;flex-direction:column;gap:var(--admin-gap-page)}.admin-home__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.admin-home__card{display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);background:var(--admin-color-surface);color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.admin-home__card:hover{border-color:var(--color-blue);box-shadow:0 8px 24px #1072d51f;transform:translateY(-2px)}.admin-home__card:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}.admin-home__card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-home__card-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--color-blue-background-hover)}.admin-home__card-arrow{color:#9aa8b8;font-size:18px;line-height:1;transition:color .2s ease}.admin-home__card:hover .admin-home__card-arrow{color:var(--color-blue)}.admin-home__card-title{margin:0;color:var(--admin-color-text);font-size:var(--admin-font-section-title);font-weight:var(--admin-weight-title);line-height:1.3}.admin-home__card-description{margin:0;color:var(--admin-color-text-secondary);font-size:var(--admin-font-body);line-height:var(--admin-line-body)}@media(max-width:640px){.admin-home{padding-top:16px;padding-bottom:24px}.admin-home__grid{grid-template-columns:1fr}}.notifications-page__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.notifications-page__type-filter{min-width:160px}.notifications-page__total{margin:0;font-size:var(--admin-font-body);color:var(--admin-color-text-muted)}.notifications-page__pagination{display:flex;justify-content:center;padding-top:8px}.notifications-page__loading,.notifications-page__empty{display:flex;align-items:center;justify-content:center;min-height:200px;padding:48px 16px}.notifications-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.notifications-page__item{position:relative;display:flex;flex-direction:column;gap:6px;padding:16px 18px;border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface-mobile);background:var(--admin-color-surface);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.notifications-page__item:hover{border-color:var(--color-blue);box-shadow:0 4px 14px #1072d51a;background:#fafcff}.notifications-page__item--unread{border-color:#1072d559;background:#f8fbff}.notifications-page__item-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.notifications-page__item-kind{font-size:var(--admin-font-caption);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-blue)}.notifications-page__item-time{flex-shrink:0;font-size:var(--admin-font-caption);color:var(--admin-color-text-muted)}.notifications-page__item-title{font-size:var(--admin-font-body);font-weight:var(--admin-weight-title);line-height:1.35;color:var(--admin-color-text)}.notifications-page__item-desc{font-size:var(--admin-font-body);line-height:var(--admin-line-body);color:var(--admin-color-text-secondary)}.notifications-page__item-badge{align-self:flex-start;margin-top:2px;padding:2px 8px;border-radius:6px;font-size:var(--admin-font-caption);font-weight:var(--admin-weight-title);color:var(--color-blue);background:var(--color-blue-background-hover)}.orders-page{width:100%;max-width:100%;min-width:0;overflow-x:clip}.orders-page__toolbar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;align-items:center;min-width:0}.orders-page__segmented-wrap{flex:1 1 auto;min-width:0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}.orders-page__segmented{min-width:max-content}.orders-page__filter-select{width:100%;max-width:100%}.orders-page__search{width:min(360px,100%);margin-left:auto;min-width:0}.orders-page__pagination{display:flex;justify-content:flex-end;margin-top:16px;max-width:100%;overflow-x:auto}.orders-page__loading{display:flex;justify-content:center;padding:48px 0}.orders-page__empty{margin-top:32px}.orders-page__muted{color:#00000073;font-size:12px;overflow-wrap:anywhere}.orders-page__code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;letter-spacing:.02em}.orders-page__client{display:flex;flex-direction:column;gap:2px;min-width:0}.orders-page__row{cursor:pointer}.orders-page__table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.orders-page__cards{display:flex;flex-direction:column;gap:12px}.orders-page__card{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border:1px solid var(--color-grey-header-border, #ececec);border-radius:12px;background:#fff;color:inherit;text-decoration:none;min-width:0}.orders-page__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.orders-page__card-head .ant-tag{max-width:100%;white-space:normal;height:auto;line-height:1.3;padding-block:2px}.orders-page__card-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;color:#000000a6}.orders-page__table .ant-table-cell{vertical-align:middle}.orders-detail{width:100%;max-width:100%;min-width:0;overflow-x:clip}.orders-detail__section{margin-bottom:28px;padding:16px 0;border-top:1px solid var(--color-grey-header-border, #ececec);min-width:0}.orders-detail__title{margin:0 0 12px;font-size:16px;font-weight:600}.orders-detail__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:14px 20px}.orders-detail__grid>div{min-width:0;overflow-wrap:anywhere}.orders-detail__span{grid-column:1/-1}.orders-detail__map-link{display:inline-block;margin-top:6px;font-size:13px}.orders-detail__shipment{max-width:480px;width:100%;margin-top:12px}.orders-detail__track-link{margin-top:12px;word-break:break-all}.orders-detail__pricing-alert{margin-bottom:16px}.orders-detail__status-actions{display:flex;flex-wrap:wrap;gap:8px}.orders-detail__status-actions .ant-btn{flex:1 1 auto;min-width:min(160px,100%)}.orders-detail__thumb{display:block;width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f5f5f5;flex-shrink:0}.orders-detail__thumb img{width:100%;height:100%;object-fit:cover}.orders-detail__copy-id{padding-inline:0;height:auto}.orders-detail__item-card{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border:1px solid var(--color-grey-header-border, #ececec);border-radius:12px;background:#fff;min-width:0}.orders-detail__item-card-top{display:flex;gap:12px;align-items:flex-start;min-width:0}.orders-detail__item-card-body{flex:1;min-width:0}.orders-detail__item-card-name{display:block;font-weight:600;overflow-wrap:anywhere}.orders-detail__item-card-row{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:13px;color:#000000a6}.orders-detail__item-card-price{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.orders-detail__item-card-price .ant-input-number{flex:1 1 140px;min-width:0;max-width:100%}.orders-detail__items-cards{display:flex;flex-direction:column;gap:12px}.orders-detail__header-actions{width:100%}.orders-detail__header-link{display:block;min-width:0}@media(max-width:900px){.orders-page__toolbar{flex-direction:column;align-items:stretch}.orders-page__search{width:100%;margin-left:0}.orders-page__segmented-wrap{width:100%}.orders-detail__shipment{max-width:100%}.orders-detail__grid{grid-template-columns:1fr}.orders-detail__status-actions .ant-btn{width:100%;min-width:0}}@media(max-width:640px){.orders-page__card-head{flex-direction:column;align-items:flex-start}.orders-detail__item-card-top{flex-direction:column}.orders-detail__thumb{width:72px;height:72px}}.platform-images-page{padding:24px;display:grid;gap:16px;background:#f5f7fa}.platform-images-toolbar__search{width:260px}.platform-images-toolbar__select{width:240px}.platform-images-page__content{display:grid;gap:16px}.platform-images-page__summary{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:0;color:var(--admin-color-text-secondary);font-size:var(--admin-font-body)}.platform-images-page__summary strong{color:#223041}.platform-images-page__summary-left,.platform-images-page__summary-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.platform-images-page__loading,.platform-images-page__empty,.platform-images-page__footer{display:flex;justify-content:center;align-items:center;min-height:96px;padding:24px;border:1px solid #e6ebf2;border-radius:16px;background:#fff;color:#5d6d7f;text-align:center}.platform-images-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.platform-image-card{display:grid;overflow:hidden;border:1px solid #e6ebf2;border-radius:18px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.platform-image-card--selected{border-color:#9fbce6;box-shadow:0 0 0 2px #4880c91f;background:#fafdff}.platform-image-card__select{display:flex;align-items:center;padding:14px 16px 0}.platform-image-card__preview{height:260px;padding:12px;border:0;background:#f7f9fc;cursor:pointer}.platform-image-card__preview img{width:100%;height:100%;display:block;object-fit:contain}.platform-image-card__body{display:grid;gap:14px;padding:16px}.platform-image-card__meta{display:grid;gap:6px}.platform-image-card__meta h3,.platform-image-card__meta p,.platform-image-card__meta span{margin:0}.platform-image-card__meta h3{color:#223041;font-size:16px;line-height:1.35;word-break:break-word}.platform-image-card__meta p{font-size:12px;color:#7a8898;word-break:break-all}.platform-image-card__meta span{font-size:13px;color:#556476}.platform-image-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.platform-image-card__actions .ant-btn{width:100%;min-width:0}.platform-images-page__load-more{display:flex;align-items:center;gap:12px}.platform-images-dropzone{border-radius:16px;transition:box-shadow .2s ease}.platform-images-dropzone--uploading .platform-images-dropzone__upload,.platform-images-dropzone__upload .ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#4880c9;background:#f0f6ff}.platform-images-dropzone__upload.ant-upload-wrapper{display:block}.platform-images-dropzone__upload .ant-upload-drag{border-radius:16px;border:2px dashed #c5d3e3;background:#fff;padding:28px 20px;transition:border-color .2s ease,background .2s ease}.platform-images-dropzone__upload .ant-upload-drag:hover:not(.ant-upload-disabled){border-color:#4880c9}.platform-images-dropzone__icon{margin:0 0 8px;font-size:40px;color:#4880c9}.platform-images-dropzone__title{margin:0 0 6px;font-size:16px;font-weight:600;color:#223041}.platform-images-dropzone__hint,.platform-images-dropzone__progress{margin:0;font-size:13px;color:#5d6d7f}.platform-images-dropzone__progress{margin-top:10px;font-weight:600;color:#4880c9}.platform-images-dropzone--has-queue .platform-images-dropzone__upload .ant-upload-drag{padding-bottom:16px}.platform-images-upload-queue{margin-top:16px;padding:14px 16px 12px;border-top:1px solid #e6ebf2;background:#f7f9fc;border-radius:0 0 14px 14px}.platform-images-upload-queue__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.platform-images-upload-queue__title{margin:0;font-size:13px;color:#556476}.platform-images-upload-queue__title strong{color:#223041}.platform-images-upload-queue__pending{font-weight:400;color:#7a8898}.platform-images-upload-queue__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.platform-images-upload-queue__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:12px;max-height:220px;overflow-y:auto}.platform-images-upload-queue__item{width:88px;display:grid;gap:6px}.platform-images-upload-queue__thumb{position:relative;width:88px;height:88px;border-radius:10px;overflow:hidden;background:#fff;border:1px solid #d8e0ea}.platform-images-upload-queue__thumb img{width:100%;height:100%;object-fit:cover;display:block}.platform-images-upload-queue__remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px;padding:0;z-index:1}.platform-images-upload-queue__remove:hover{background:#000000b8}.platform-images-upload-queue__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffb8;font-size:22px;color:#4880c9}.platform-images-upload-queue__overlay--success{background:#52c41a33;color:#389e0d}.platform-images-upload-queue__overlay--error{background:#ff4d4f2e;color:#cf1322}.platform-images-upload-queue__name{font-size:11px;line-height:1.3;color:#5d6d7f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.platform-images-upload-queue__item--queued .platform-images-upload-queue__thumb{border-color:#adc6ff}.platform-images-upload-queue__item--uploading .platform-images-upload-queue__thumb{border-color:#4880c9}.platform-images-upload-queue__item--success .platform-images-upload-queue__thumb{border-color:#95de64}.platform-images-upload-queue__item--error .platform-images-upload-queue__thumb{border-color:#ff7875}.platform-images-upload-modal{display:grid;gap:16px}.platform-images-upload-modal__dragger .ant-upload-drag{border-radius:12px;padding:20px 16px}.platform-images-upload-modal__dragger-icon{margin:0 0 8px;font-size:32px;color:#4880c9}.platform-images-upload-modal__dragger-title{margin:0 0 4px;font-size:15px;font-weight:600;color:#223041}.platform-images-upload-modal__dragger-hint{margin:0;font-size:13px;color:#5d6d7f}.platform-images-upload-modal__field{display:grid;gap:8px}.platform-images-upload-modal__field span{color:#23313f;font-size:14px;font-weight:600}.platform-images-upload-modal__hint{color:#5d6d7f;font-size:13px}.platform-images-preview-modal .ant-modal-content{padding:20px}.platform-images-preview__content{position:relative;display:flex;align-items:center;justify-content:center;min-width:min(90vw,1100px);min-height:min(80vh,700px);padding-top:24px}.platform-images-preview__close{position:absolute;top:0;right:0;width:36px;height:36px;border:1px solid #d8e0ea;border-radius:999px;background:#fff;cursor:pointer;padding:0}.platform-images-preview__close:before,.platform-images-preview__close:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;border-radius:999px;background:#556476;transform-origin:center}.platform-images-preview__close:before{transform:translate(-50%,-50%) rotate(45deg)}.platform-images-preview__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.platform-images-preview__image{max-width:100%;max-height:calc(75vh - 24px);object-fit:contain}@media(max-width:900px){.platform-images-toolbar__search,.platform-images-toolbar__select{width:100%}}@media(max-width:640px){.platform-images-page{padding:16px}.platform-images-page__summary{display:grid}.platform-images-page__grid{grid-template-columns:1fr}.platform-image-card__preview{height:220px}.platform-image-card__actions{grid-template-columns:1fr}}.table-color-container{display:flex;width:23px;height:23px;border-radius:50%;overflow:hidden;border:1px solid #d9d9d9;cursor:pointer;align-items:center;justify-content:center;background-color:transparent}.table-color-container input[type=color].circle-color-picker{width:100%!important;height:100%!important;padding:0!important;border:none!important;background:none!important;cursor:pointer}.table-color-container input[type=color].circle-color-picker::-webkit-color-swatch-wrapper{padding:0!important;border-radius:50%!important}.table-color-container input[type=color].circle-color-picker::-webkit-color-swatch{border:none!important;border-radius:50%!important}.active-true{color:green}.table-actions{display:flex;gap:8px}.table-actions-delete{display:flex;align-items:center;justify-content:center;color:red!important;border:1px solid red;border-radius:8px;cursor:pointer}.table-actions-delete .ant-btn-link{color:red!important}.table-actions-delete .icon,.table-actions-delete .icon svg,.table-actions-delete .icon svg path,.table-actions-delete .icon svg g{color:red!important;fill:red!important}.product-attribute-modal{font-family:var(--font-primary)}.product-attribute-modal .input-name{font-weight:600;margin-top:10px}.product-attribute-modal .error-text{color:red}.product-attribute-modal .hint{color:var(--admin-color-text-muted);font-size:var(--admin-font-caption)}.product-attribute-modal .ant-color-picker-trigger{width:100%!important;justify-content:flex-start!important;padding:0!important;margin:0!important;height:40px!important;border-radius:6px!important;overflow:hidden!important}.product-attribute-modal .ant-color-picker-trigger .ant-color-picker-color-block{padding:0!important;margin:0!important;height:100%!important;width:40px!important;min-width:40px!important;border-radius:0!important;flex-shrink:0!important}.product-attribute-modal .ant-color-picker-trigger .ant-color-picker-text{margin-left:0!important;display:flex!important;justify-content:flex-start!important;width:100%!important}.product-attribute-modal .switch-and-text{display:flex;gap:20px;align-items:center;margin-top:10px}:global .ant-table-wrapper{overflow-x:auto}:global .ant-input-affix-wrapper{margin-left:20px!important;margin-right:20px!important;width:80%!important}.product-attributes-wrap{display:flex;flex-direction:column;background-color:#f8f9fa;font-family:var(--font-primary);gap:16px;margin:0;padding:16px 0 12px;max-width:100%;height:calc(100dvh - 57px);max-height:calc(100dvh - 57px);box-sizing:border-box;overflow:hidden}.product-attributes-wrap .main-title{color:#262c33;margin-left:33px;margin-top:0;max-width:100%;word-break:break-word;flex-shrink:0}.product-attributes-wrap .product-attributes-main{display:flex;gap:clamp(15px,2vw,30px);align-items:stretch;max-width:100%;padding:0 clamp(10px,2vw,20px);flex:1;min-height:0;overflow:hidden}.product-attributes-wrap .product-attributes-main .prod-attr-loading{display:flex;width:100%;align-items:center;justify-content:center;flex:1}.product-attributes-wrap .product-attributes-main .all-product-attributes .middle-title{font-size:18px;color:#262c33;width:100%;padding-left:20px;padding-top:20px;flex-shrink:0}.product-attributes-wrap .product-attributes-main .all-product-attributes{margin-top:0;display:flex;flex-direction:column;background-color:var(--color-white);border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);margin-left:33px;width:35%;gap:20px;height:100%;min-height:0;overflow:hidden;flex-shrink:0}.product-attributes-wrap .product-attributes-main .all-product-attributes .input-search{padding:0 20px;flex-shrink:0}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container{display:flex;flex-direction:column;gap:20px;overflow:auto;flex:1;min-height:0}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .no-results{font-family:var(--font-primary);font-size:14px;align-items:center;display:flex;flex-direction:column;gap:20px;margin:100px 0;height:100%}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .no-results .no-results-icon{height:60px;width:60px}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .no-results .no-results-info{color:var(--admin-color-text-muted)}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .prod-attr{font-size:14px;display:flex;justify-content:space-between;padding:10px 20px;cursor:pointer}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .prod-attr.active{background-color:#f2f7fd;border-right:2px solid var(--color-blue)}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .prod-attr:hover{background-color:#f8f9fa}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .prod-attr .prod-name-with-img{display:flex;align-items:center;gap:10px}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container .prod-attr .values-length{color:var(--color-blue);font-weight:700}.product-attributes-wrap .product-attributes-main .all-product-attributes .createdOptionBtn{display:flex;width:100%;padding:20px;flex-shrink:0}.product-attributes-wrap .product-attributes-main .all-product-attributes .createdOptionBtn Button{width:100%;background-color:#f8f9fa}.product-attributes-wrap .product-attributes-main .product-attribute-info{width:65%;margin-top:0;margin-right:33px;display:flex;flex-direction:column;gap:30px;flex:1;min-width:0;min-height:0;height:100%;overflow-x:hidden;overflow-y:auto}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute-info-empty{display:flex;flex-direction:column;min-height:420px;background-color:#fffdfd;border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);padding:20px;align-items:center;justify-content:center;gap:20px}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute-info-empty .no-results-icon-options{height:100px;width:100px}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute-info-empty .no-results-info{color:var(--admin-color-text-muted)}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute{display:flex;gap:20px;flex-direction:column;background-color:#fffdfd;border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);padding:20px;width:100%;height:auto;min-width:0}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns{display:flex;justify-content:space-between}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns .middle-title{font-size:18px;color:#262c33}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns .product-attribute-btns{display:flex;gap:12px}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns .product-attribute-btns-delete{color:red!important;border-color:red!important;padding:5px 30px;display:flex;align-items:center;justify-content:center}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns .product-attribute-btns-edite{background-color:#f8f9fa;padding:5px 20px}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info{display:flex;gap:30px}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-inputs,.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-description{display:flex;flex-direction:column;gap:10px;width:50%}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-inputs-title-and-input,.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-description-title-and-input{display:flex;flex-direction:column;gap:10px;flex:1}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-inputs-title-and-input .select-attr-inputs-title,.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-description-title-and-input .select-attr-inputs-title,.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-inputs .select-attr-inputs-title-description,.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-description .select-attr-inputs-title-description{color:var(--admin-color-text-muted);font-size:var(--admin-font-caption)}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value{display:flex;flex-direction:column;background-color:var(--color-white);border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);padding:20px;gap:20px;width:100%;height:auto;min-width:0}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .title-and-btn{display:flex;justify-content:space-between}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .title-and-btn .middle-title{font-size:18px;color:#262c33}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .ant-table-wrapper{overflow:auto;min-width:0}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .attribute-value-empty{width:100%;min-height:240px;align-items:center;display:flex;flex-direction:column;justify-content:center;gap:10px}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .attribute-value-empty .attribute-value-empty-icon{width:80px;height:80px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .attribute-value-empty .attribute-value-empty-info{color:var(--admin-color-text-muted);margin-bottom:20px}.product-attributes-wrap .product-attributes-btn{display:flex;justify-content:flex-end;gap:12px;margin-right:33px;margin-bottom:0;flex-shrink:0}.product-attributes-wrap .product-attributes-btn-cancel{color:#a4a7a9}@media(max-width:1300px){.product-attributes-wrap .product-attributes-main{gap:20px;padding:0 15px}.product-attributes-wrap .product-attributes-main .all-product-attributes{width:30%;margin-left:0;min-width:200px}.product-attributes-wrap .product-attributes-main .product-attribute-info{margin-right:0;min-width:0}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value{width:100%;min-width:0}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .ant-table-wrapper{overflow-x:auto;min-width:0;max-height:420px}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .ant-table-wrapper .ant-table{min-width:700px}}@media(max-width:580px){.product-attributes-wrap{height:auto;max-height:none;overflow:visible;padding:16px 0 20px}.product-attributes-wrap .product-attributes-main{flex-direction:column;gap:20px;overflow:visible;height:auto;min-height:0}.product-attributes-wrap .product-attributes-main .all-product-attributes{width:100%!important;margin-left:0;min-width:unset;height:auto;max-height:none}.product-attributes-wrap .product-attributes-main .all-product-attributes .prod-attr-container{max-height:300px!important}.product-attributes-wrap .product-attributes-main .product-attribute-info{width:100%!important;margin-right:0;height:auto;overflow:visible}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute{width:100%!important;height:auto!important}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns{max-width:100%;display:flex;justify-content:space-between;gap:20px}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns .product-attribute-btns{display:flex}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .title-and-btns .product-attribute-btns .product-attribute-btns-delete{width:60px}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info{flex-direction:column}.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-inputs,.product-attributes-wrap .product-attributes-main .product-attribute-info .product-attribute .select-attr-main-info .select-attr-description{width:100%}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value{width:100%!important;height:auto!important;min-height:200px}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .ant-table-wrapper{max-height:250px;overflow-x:auto}.product-attributes-wrap .product-attributes-main .product-attribute-info .attribute-value .ant-table-wrapper .ant-table{min-width:500px}}.product-create{display:flex;flex-direction:column;gap:20px;padding:16px 0 32px;position:relative;z-index:0;width:100%;max-width:100%;min-width:0}.product-create__steps{background:#fff;padding:16px 20px;border-radius:8px;min-width:0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-create__table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-create__stock-card{max-width:100%;min-width:0}.product-create__body{min-height:320px}.product-create__footer{display:flex;justify-content:flex-end;position:sticky;bottom:0;z-index:2;background:#fffffff5;padding:12px 0;border-top:1px solid #f0f0f0}.product-create__stack,.product-create__variations-list{display:flex;flex-direction:column;gap:16px}.product-create__variation-card-wrap{touch-action:none}.product-create__variation-card{background:#fff}.product-create__variation-drag{display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.product-create__variation-drag-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;color:#bfbfbf;cursor:grab;touch-action:none}.product-create__variation-drag-btn:hover{color:#8c8c8c}.product-create__variation-drag-btn:active{cursor:grabbing;color:#595959}.product-create__toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.product-create__hint{margin:0 0 12px;color:#8c8c8c;font-size:13px;line-height:1.45}.product-create__meta{margin-bottom:12px;font-size:13px;color:#595959}.product-create__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-create__field{display:flex;flex-direction:column;gap:6px;min-width:0}.product-create__field>span:not(.product-create__field-hint){font-size:13px;color:#595959}.product-create__field--full{grid-column:1/-1}.product-create__field-hint{margin:0;color:#8c8c8c;font-size:12px;line-height:1.4}.product-create__control{width:100%}.product-create__switches{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:20px}.product-create__switch{display:inline-flex;align-items:center;gap:8px;margin:0}.product-create__add-row{display:flex;gap:8px;margin-bottom:16px}.product-create__empty{margin:12px 0}.product-create__attr-card{padding:12px;border:1px solid #f0f0f0;border-radius:8px;background:#fafafa}.product-create__attr-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.product-create__attr-card-head span{color:#8c8c8c;font-weight:400}.product-create__size-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px 12px;width:100%}.product-create-images{display:flex;flex-direction:column;gap:12px}.product-create-images__icon{font-size:28px;color:#1677ff}.product-create-images__title{margin:0;font-size:14px}.product-create-images__hint{margin:0;color:#8c8c8c;font-size:12px}.product-create-images__loading{display:flex;align-items:center;gap:8px;color:#595959;font-size:13px}.product-create-images__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:12px;max-height:320px;overflow-y:auto;padding:4px 2px 2px}.product-create-images__list--sortable{display:flex;flex-wrap:nowrap;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;max-height:none}.product-create-images__list--wrap{display:flex;flex-wrap:wrap;grid-template-columns:none;overflow:visible;max-height:none}.product-create-images__item{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #f0f0f0;background:#fafafa;flex:0 0 96px;width:96px;touch-action:none}.product-create-images__item .ant-image,.product-create-images__item .ant-image-img{width:100%!important;height:100%!important;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-create-images__item--main{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff}.product-create-images__item--showcase:not(.product-create-images__item--main){border-color:#389e0d;box-shadow:0 0 0 1px #389e0d}.product-create-images__item:hover .product-create-images__actions,.product-create-images__item:hover .product-create-images__remove,.product-create-images__item:hover .product-create-images__drag-handle{opacity:1;pointer-events:auto}.product-create-images__drag-handle{position:absolute;top:4px;left:4px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:4px;background:#ffffffeb;color:#595959;font-size:12px;opacity:0;pointer-events:none;cursor:grab;touch-action:none;transition:opacity .15s ease}.product-create-images__drag-handle:active{cursor:grabbing}.product-create-images__actions{position:absolute;left:4px;right:4px;bottom:4px;z-index:1;display:flex;flex-direction:column;gap:4px;opacity:0;pointer-events:none;transition:opacity .15s ease}.product-create-images__badge{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1px 6px;border:none;border-radius:4px;background:#1677ffeb;color:#fff;font-size:11px;line-height:18px;cursor:default}.product-create-images__badge--showcase{background:#389e0deb;cursor:pointer}.product-create-images__action-btn{width:100%;height:22px!important;padding:0 6px!important;font-size:11px!important;line-height:20px!important;background:#fffffff0!important}.product-create-images__remove{position:absolute;top:2px;right:2px;z-index:1;background:#ffffffe6!important;opacity:0;pointer-events:none;transition:opacity .15s ease}@media(max-width:768px){.product-create__grid{grid-template-columns:1fr}.product-create__toolbar,.product-create__add-row,.product-create__footer{flex-direction:column;align-items:stretch}.product-create__footer .ant-btn{width:100%}}@media(max-width:900px){.product-create__steps{padding:12px 14px}}.products-page{display:flex;flex-direction:column;gap:16px;padding:16px 0 32px;width:100%;max-width:100%;min-width:0}.products-page__toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;min-width:0}.products-page__search{max-width:360px;width:100%;min-width:0}.products-page__filter{width:min(180px,100%)}.products-page__hint{margin:0;color:#8c8c8c;font-size:13px}.products-page__list-wrap{border:1px solid #f0f0f0;border-radius:8px;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:0;max-width:100%}.products-page__list-head,.products-page__row{display:grid;grid-template-columns:40px 80px minmax(180px,1.6fr) 130px 120px 100px minmax(240px,1.4fr) 140px;gap:12px;align-items:center;min-width:980px}.products-page__list-head{padding:12px 16px;color:#8c8c8c;font-size:13px;border-bottom:1px solid #f0f0f0;background:#fafafa}.products-page__list{margin:0;padding:0;list-style:none}.products-page__row{position:relative;min-height:80px;padding:16px;border-bottom:1px solid #f5f5f5;background:#fff;list-style:none;touch-action:none}.products-page__row:last-child{border-bottom:none}.products-page__drag-handle,.products-page__drag-spacer{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.products-page__drag-handle{padding:0;border:none;border-radius:4px;background:transparent;color:#bfbfbf;cursor:grab;touch-action:none;transition:color .15s ease}.products-page__drag-handle:hover,.products-page__drag-handle:focus-visible{color:#8c8c8c;background:transparent}.products-page__drag-handle:active{cursor:grabbing;color:#595959}.products-page__cell{min-width:0;font-size:15px;line-height:1.4}.products-page__actions{justify-self:end}.products-page__empty{padding:40px 16px}.products-page__pagination{display:flex;justify-content:flex-end;margin-top:16px;max-width:100%;overflow-x:auto}.products-page__thumb{width:64px;height:64px;object-fit:cover;border-radius:8px;background:#f5f5f5}.products-page__thumb-placeholder{width:64px;height:64px;border-radius:8px;background:#f0f0f0}.products-page__name{display:flex;flex-direction:column;gap:4px;min-width:0;max-width:360px}.products-page__name a{font-size:16px;font-weight:500;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.products-page__slug{color:#8c8c8c;font-size:13px;overflow-wrap:anywhere;word-break:break-word}.products-page__status{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.products-page__error{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px 0;color:#8c8c8c}@media(max-width:900px){.products-page__search,.products-page__filter{max-width:100%;width:100%}.products-page__list-wrap{overflow:visible;border:none;background:transparent}.products-page__list-head{display:none}.products-page__list{display:flex;flex-direction:column;gap:12px}.products-page__list-head,.products-page__row{min-width:0}.products-page__row{display:grid;grid-template-columns:28px 48px minmax(0,1fr) auto;grid-template-areas:"drag thumb name actions" "drag thumb meta actions" "status status status status";gap:8px 10px;padding:14px 16px;border:1px solid #f0f0f0;border-radius:12px;border-bottom:1px solid #f0f0f0}.products-page__drag-handle,.products-page__drag-spacer{grid-area:drag;align-self:start}.products-page__thumb,.products-page__thumb-placeholder{grid-area:thumb;align-self:start}.products-page__name{grid-area:name;max-width:none}.products-page__cell--brand,.products-page__cell--variations{display:none}.products-page__cell--price{grid-area:meta;font-weight:600}.products-page__status{grid-area:status}.products-page__actions{grid-area:actions;justify-self:end;align-self:start;flex-direction:column}.products-page__pagination{justify-content:center}}.product-detail{display:flex;flex-direction:column;gap:20px;padding:16px 0 32px;width:100%;max-width:100%;min-width:0}.product-detail__section{background:#fff;border-radius:8px;padding:16px 20px;min-width:0;max-width:100%}.product-detail__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap;min-width:0}.product-detail__section-head .product-detail__section-title{margin:0}.product-detail__section-title{margin:0 0 16px;font-size:16px;font-weight:600}.product-detail__title-help{color:#00000073;font-size:14px;cursor:help;vertical-align:middle}.product-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-detail__full{grid-column:1/-1}.product-detail__thumb{width:48px;height:48px;object-fit:cover;border-radius:6px;background:#f5f5f5}.product-detail__thumb-placeholder{width:48px;height:48px;border-radius:6px;background:#f0f0f0}.product-detail__thumb-wrap{display:flex;align-items:center}.product-detail__variations-empty{margin:0;color:#8c8c8c}.product-detail__section--showcase{border:1px solid #d6e4ff;background:#f8fbff}.product-detail__hint{margin:-8px 0 16px;color:#8c8c8c;font-size:13px;line-height:1.45}.product-detail__status{justify-self:start;display:inline-flex;width:auto}.product-detail__status .ant-tag{margin-inline-end:0}.product-detail__variations{display:flex;flex-direction:column;gap:8px;min-width:0}.product-detail__variations.is-reordering{opacity:.75;pointer-events:none}.product-detail__variations-list{display:flex;flex-direction:column;gap:8px;min-width:0}.product-detail__variations-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-detail__variations-head,.product-detail__variation-row{display:grid;grid-template-columns:36px 56px minmax(120px,1.4fr) minmax(100px,1fr) 100px 100px minmax(240px,auto);gap:10px;align-items:center;min-width:860px}.product-detail__variations-head{padding:0 8px 4px;color:#8c8c8c;font-size:12px}.product-detail__variation-row{padding:8px;border:1px solid #f0f0f0;border-radius:8px;background:#fff;touch-action:none}.product-detail__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;color:#bfbfbf;cursor:grab;touch-action:none}.product-detail__drag-handle:hover{color:#8c8c8c}.product-detail__drag-handle:active{cursor:grabbing;color:#595959}.product-detail__cell-text{display:block;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal;line-height:1.35}.product-detail__sku{display:block;max-width:220px;overflow-wrap:anywhere;word-break:break-word;white-space:normal;line-height:1.35;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.product-detail__price{min-width:0}.product-detail__meta,.product-detail__row-actions{display:contents}.product-detail__footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;position:sticky;bottom:0;z-index:2;background:#fffffff5;padding:12px 0;border-top:1px solid #f0f0f0}@media(max-width:900px){.product-detail__grid{grid-template-columns:1fr}.product-detail__section{padding:14px 16px}.product-detail__variations-scroll{overflow:visible}.product-detail__variations-head{display:none}.product-detail__variations-head,.product-detail__variation-row{min-width:0}.product-detail__variation-row{display:grid;grid-template-columns:28px 48px minmax(0,1fr);grid-template-areas:"drag thumb name" "drag thumb sku" "meta meta meta" "actions actions actions";gap:8px 10px;padding:12px}.product-detail__drag-handle{grid-area:drag;align-self:start}.product-detail__thumb-wrap{grid-area:thumb;align-self:start}.product-detail__cell-text{grid-area:name}.product-detail__sku{grid-area:sku;max-width:none}.product-detail__price,.product-detail__status{display:inline-flex;align-items:center}.product-detail__meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;grid-area:meta}.product-detail__row-actions{display:block;grid-area:actions;width:100%}.product-detail__row-actions .ant-space{flex-wrap:wrap;width:100%}.product-detail__footer{justify-content:stretch}.product-detail__footer .ant-btn{flex:1 1 auto}}@media(max-width:640px){.product-detail__row-actions .ant-space{flex-direction:column;align-items:stretch}.product-detail__row-actions .ant-space .ant-btn{width:100%;justify-content:center}}.variation-edit{display:flex;flex-direction:column;gap:20px;padding:16px 0 32px;width:100%;max-width:100%;min-width:0}.variation-edit__section{background:#fff;border-radius:8px;padding:16px 20px;min-width:0;max-width:100%}.variation-edit__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.variation-edit__full{grid-column:1/-1}.variation-edit__images-hint{margin:0 0 10px;color:#8c8c8c;font-size:13px;line-height:1.4}.variation-edit__preview{width:96px;height:96px;object-fit:cover;border-radius:8px;background:#f5f5f5}.variation-edit__footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;position:sticky;bottom:0;z-index:2;background:#fffffff5;padding:12px 0;border-top:1px solid #f0f0f0}.variation-edit__table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:900px){.variation-edit__grid{grid-template-columns:1fr}.variation-edit__section{padding:14px 16px}.variation-edit__footer{justify-content:stretch}.variation-edit__footer .ant-btn{flex:1 1 auto}}.ant-modal-body{display:flex;flex-direction:column;gap:8px}.ant-modal-body .btn-upload-img-size{margin-top:8px}.ant-modal-footer{display:flex;gap:8px;justify-content:flex-end}.ant-modal-container{display:flex;flex-direction:column;gap:8px}.ant-modal-container .ant-modal-header,.ant-modal-container .ant-modal-body{padding-right:50px!important}.ant-modal-container .ant-modal-header .selectedSize,.ant-modal-container .ant-modal-body .selectedSize{padding-left:5px;font-size:16px;display:flex}.ant-modal-container .ant-modal-header .ant-select-content,.ant-modal-container .ant-modal-body .ant-select-content{height:30px;line-height:30px}.ant-modal-container .ant-modal-header .ant-select-content .ant-select-placeholder,.ant-modal-container .ant-modal-body .ant-select-content .ant-select-placeholder{line-height:30px}.tableAndAddParameter{display:flex;flex-direction:column;gap:20px;background-color:var(--color-white);border-radius:6px;box-shadow:0 2px 4px #0000000f}.tableAndAddParameter .ant-table{border-radius:10px;border:1px solid #c6ccd0;overflow:hidden}.tableAndAddParameter .addParameter{display:flex;justify-content:space-between}.tableAndAddParameter .addParameter .information-title{color:#303030}.tableAndAddParameter .changed-row,.tableAndAddParameter .changed-row td{background-color:var(--color-light-blue)!important}.size-chart-wrapper{display:flex;max-width:100vw;font-family:var(--font-primary);margin:0 auto;background-color:#f8fafb}.size-chart-wrapper .size-chart-page{display:flex;flex-direction:column;margin:32px auto;width:100%;max-width:1700px}.size-chart-wrapper .size-chart-page .size-chart-select-container{display:flex;flex-direction:column;background-color:var(--color-white);border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);background:var(--admin-color-surface);margin-bottom:24px;padding:24px;box-shadow:0 2px 4px #0000000f}.size-chart-wrapper .size-chart-page .size-chart-select-container-title{color:var(--admin-color-text-muted);font-size:var(--admin-font-caption)}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category{display:flex;width:100%;gap:32px}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category .size-chart-select{margin-top:8px;margin-bottom:15px;height:44px;width:448px}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category .size-chart-select .ant-select-suffix{cursor:pointer}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category .size-chart-select .ant-select-content .ant-select-placeholder{font-size:var(--admin-font-body)}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category .changeCategoryName{color:var(--admin-color-text-secondary);font-size:var(--admin-font-body);margin-bottom:30px;padding-top:10px}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category .changeCategoryName .category-name-change{color:var(--admin-color-text)}.size-chart-wrapper .size-chart-page .size-chart-select-container .size-chart-select-label{color:var(--admin-color-text-muted);font-size:var(--admin-font-caption)}.size-chart-wrapper .size-chart-page .size-chart-table-container{display:flex;flex-direction:column;gap:20px}.size-chart-wrapper .size-chart-page .size-chart-table-container .spin-centered-size{align-items:enter;display:flex;width:100%;justify-content:center;margin-top:20px}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters-title{text-align:center;font-size:var(--admin-font-section-title);font-weight:var(--admin-weight-title);color:var(--admin-color-text)}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;border:1px solid var(--admin-color-border);border-radius:16px;background:#fff;box-shadow:0 2px 4px #0000000f;padding:24px}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters .btn-and-size-chart{display:flex;justify-content:space-between}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters .btn-and-size-chart .size-chart{display:flex;flex-direction:column;gap:10px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container{display:flex;flex-direction:column;border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface);background:var(--admin-color-surface);margin-bottom:24px;padding:24px;box-shadow:0 2px 4px #0000000f;max-width:100%}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .empty-table{font-size:var(--admin-font-section-title);font-weight:var(--admin-weight-title);color:var(--admin-color-text);margin-bottom:30px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info{display:flex;width:100%;gap:30px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart,.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-description,.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img{flex:1;width:auto}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart .size-chart-input,.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-description .size-chart-input,.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img .size-chart-input{display:flex;flex-wrap:wrap;white-space:normal;word-break:break-word;overflow-wrap:break-word}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart{display:flex;flex-direction:column;gap:10px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-title-text{font-size:var(--admin-font-caption);color:var(--admin-color-text-muted)}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-input{height:44px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-input-description{height:110px;text-align:start}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-description{display:flex;flex-direction:column;vertical-align:top}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn{display:flex;gap:30px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img{display:flex;flex-direction:column;align-items:center}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-container-img{position:relative;align-items:center;justify-content:center;display:flex;background-color:#f2f2fd;border-color:#f2f2fd;border-radius:8px;max-width:200px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-container-img img{width:100%;height:auto;object-fit:cover;display:block;border-radius:inherit}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-container-img .image-edit-overlay{position:absolute;top:8px;right:8px;cursor:pointer;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background .2s}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-text-container{display:flex;flex-wrap:wrap;width:80%}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-btn{display:flex;justify-content:center;flex-shrink:0;width:auto}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-btn .btn-delete-size{color:#414243;border:none}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information{display:flex;flex-direction:column;align-items:center}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information-icon{border-radius:50%;background-color:var(--color-grey-background-breadcrumbs);padding:12px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information-title{color:var(--admin-color-text);font-size:var(--admin-font-section-title);font-weight:var(--admin-weight-title);margin-top:24px;margin-bottom:8px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information-info{font-size:var(--admin-font-body);color:var(--admin-color-text-muted)}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information-btn{margin-top:8px}.size-chart-wrapper .saveAndCancelBtn{margin-top:16px;margin-bottom:16px;display:flex;justify-content:flex-end}.size-chart-wrapper .saveAndCancelBtn .cancelBtn{color:#a4a7a9}@media(max-width:985px){.size-chart-wrapper .size-chart-page{margin:16px}.size-chart-wrapper .size-chart-page .size-chart-select-container{padding:16px}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category{flex-direction:column;gap:8px}.size-chart-wrapper .size-chart-page .size-chart-select-container .change-category .size-chart-select{width:100%;max-width:100%}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters{padding:16px}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters .ant-table{font-size:12px}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters .ant-table .ant-table-cell{padding:8px 4px!important}.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters .ant-table .ant-table-thead>tr>th,.size-chart-wrapper .size-chart-page .size-chart-table-container .size-charts-parameters .ant-table .ant-table-tbody>tr>td{white-space:normal;word-break:break-word}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container{padding:16px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info{flex-direction:column;gap:20px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart,.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-description{width:100%}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img{width:50%}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn{align-items:center}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-container-img{max-width:50%}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-container-img img{width:100%;height:auto}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-text-container{display:flex;justify-content:center}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-img .size-chart-text-container .size-chart-title-text{text-align:center}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info .size-chart-img-with-btn .size-chart-btn{justify-content:center}}@media(max-width:768px){.header .btn-container{width:20%}.size-chart-wrapper{max-width:100%;overflow-x:hidden;overflow-y:auto}.size-chart-wrapper .size-chart-page{margin:12px;width:100%;overflow-x:hidden}.size-chart-wrapper .size-chart-page .size-chart-select-container{padding:12px}.size-chart-wrapper .size-chart-page .size-chart-select-container .size-chart-select-label{font-size:var(--admin-font-caption)}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container{padding:12px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .empty-table{margin-bottom:10px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .main-info{gap:16px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information-title{font-size:var(--admin-font-section-title)}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information-info{font-size:var(--admin-font-caption);text-align:center}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .information .ant-btn{width:15%}.size-chart-wrapper .saveAndCancelBtn{flex-direction:column;gap:10px;align-items:stretch}}@media(max-width:580px){.header .btn-container{width:30%}.size-chart-wrapper,.size-chart-page,.size-chart-table-container{overflow-x:hidden;max-width:100%}.size-charts-parameters{overflow-x:auto;width:100%}.size-charts-parameters .ant-table-wrapper{min-width:550px}.size-chart-select-empty-container,.size-charts-parameters{width:100%}.size-chart-select-empty-container .information .ant-btn{width:30%!important}}@media(max-width:480px){.size-chart-wrapper .size-chart-page{margin:8px}.size-chart-wrapper .size-chart-page .size-chart-select-empty-container .empty-table{font-size:var(--admin-font-body);text-align:center}}.color-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin:0;padding:0;list-style:none}.color-swatches__item{display:flex;margin:0;padding:0}.color-swatches__dot{display:block;width:12px;height:12px;border-radius:50%;box-sizing:border-box;background:#c8c8c8;box-shadow:inset 0 0 0 1px #2626261a,0 0 0 1px #26262614}.color-swatches__dot--md{width:20px;height:20px}.color-swatches__dot--lg{width:28px;height:28px}.color-swatches__dot--light{box-shadow:inset 0 0 0 1px #26262629,0 0 0 1px #26262638}.color-swatches__dot--empty{background:repeating-linear-gradient(-45deg,#ececec,#ececec 2px,#f7f7f7 2px 4px)}.color-swatches__more{margin:0 0 0 2px;padding:0;color:#00000073;font-size:11px;line-height:1;letter-spacing:.02em}.stock-page{display:flex;flex-direction:column;gap:16px;padding:16px 0 32px;width:100%;max-width:100%;min-width:0}.stock-page__filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center;min-width:0}.stock-page__search{flex:1 1 280px;max-width:420px;min-width:0}.stock-page__product{width:min(280px,100%)}.stock-page__availability{width:min(220px,100%)}.stock-page__section{background:#fff;border-radius:8px;padding:16px 20px;min-width:0;max-width:100%}.stock-page__section.is-busy{opacity:.72;pointer-events:none}.stock-page__groups{display:flex;flex-direction:column;gap:20px}.stock-page__product-group{border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;min-width:0}.stock-page__product-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#fafafa;border-bottom:1px solid #f0f0f0}.stock-page__product-title{display:flex;flex-direction:column;gap:4px;min-width:0}.stock-page__product-title a{font-weight:600;font-size:15px;overflow-wrap:anywhere}.stock-page__muted{color:#00000073;font-size:12px}.stock-page__variations{display:flex;flex-direction:column}.stock-page__variation{padding:14px 16px 16px;border-top:1px solid #f5f5f5;min-width:0}.stock-page__variation:first-child{border-top:none}.stock-page__variation-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.stock-page__variation-identity{display:flex;align-items:center;gap:10px;min-width:0}.stock-page__variation-text{display:flex;flex-direction:column;gap:2px;min-width:0}.stock-page__variation-text a{font-weight:500;overflow-wrap:anywhere}.stock-page__variation-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.stock-page__thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.stock-page__thumb--empty{border:1px dashed #e5e5e5}.stock-page__rows{display:flex;flex-direction:column;gap:8px;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.stock-page__rows-head,.stock-page__row{display:grid;grid-template-columns:minmax(88px,.8fr) minmax(140px,1.4fr) 88px 64px 72px minmax(110px,1fr) minmax(120px,auto);gap:8px;align-items:center;min-width:780px}.stock-page__rows-head{padding:0 2px;color:#8c8c8c;font-size:12px}.stock-page__row{padding:8px;border:1px solid #f0f0f0;border-radius:8px;background:#fff}.stock-page__size{min-width:0;overflow-wrap:anywhere}.stock-page__cell{min-width:0}.stock-page__num{font-variant-numeric:tabular-nums}.stock-page__qty{font-variant-numeric:tabular-nums;font-weight:600}.stock-page__qty--ok{color:#389e0d}.stock-page__qty--low{color:#d48806}.stock-page__qty--out{color:#cf1322}.stock-page__qty.ant-input-number{width:100%}.stock-page__qty.ant-input-number .ant-input-number-input{font-weight:600}.stock-page__qty.ant-input-number.stock-page__qty--low .ant-input-number-input{color:#d48806}.stock-page__qty.ant-input-number.stock-page__qty--out .ant-input-number-input{color:#cf1322}.stock-page__qty.ant-input-number.stock-page__qty--ok .ant-input-number-input{color:#389e0d}.stock-page__actions{justify-self:end}@media(max-width:900px){.stock-page__filters{flex-direction:column;align-items:stretch}.stock-page__search,.stock-page__product,.stock-page__availability{width:100%;max-width:100%}.stock-page__section{padding:14px 16px}.stock-page__variation-head{flex-direction:column;align-items:flex-start}.stock-page__rows-head{display:none}.stock-page__rows-head,.stock-page__row{min-width:0}.stock-page__row{grid-template-columns:1fr 1fr;gap:8px 10px}.stock-page__cell--size{grid-column:1}.stock-page__cell--available{grid-column:2;justify-self:end}.stock-page__cell--sku,.stock-page__cell--location,.stock-page__cell--actions{grid-column:1/-1}.stock-page__cell--qty{grid-column:1}.stock-page__cell--reserved{grid-column:2}.stock-page__cell--actions{justify-self:stretch}.stock-page__cell--actions.ant-space{width:100%;justify-content:space-between}}.storePreview{display:flex;flex-direction:column;margin:10px;min-width:0;flex:1;gap:12px}.storePreview__controls{display:grid;gap:12px}.storePreview__heatmapRow,.storePreview__toolbar,.storePreview__pathForm{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:16px 20px;border:1px solid #e6ebf2;border-radius:16px;background:#fff}.storePreview__toolbarLabel{flex-shrink:0}.storePreview__pageSelect{flex:1;min-width:220px;max-width:640px}.storePreview__frameWrap{flex:1;min-height:min(720px,100vh - 240px);border:1px solid #e6ebf2;background:#fff;border-radius:16px;overflow:hidden}.storePreview__frame{width:100%;height:100%;min-height:min(720px,100vh - 240px);border:0;display:block}@media(max-width:640px){.storePreview{margin:8px}.storePreview__heatmapRow,.storePreview__toolbar,.storePreview__pathForm{padding:14px 16px}}@keyframes support-inbox-photo-pulse{0%,to{opacity:1}50%{opacity:.72}}.support-inbox{padding:0 16px 32px;box-sizing:border-box}.support-inbox__header-block{display:flex;flex-direction:column;gap:12px}.support-inbox__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 16px;background:var(--admin-color-surface);border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface-mobile)}.support-inbox__toolbar-stats{display:flex;align-items:center;gap:12px;color:var(--admin-color-text-muted);font-size:var(--admin-font-body);flex-shrink:0}.support-inbox__status-select{min-width:168px}.support-inbox__waiting-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;border-radius:999px;background:#fff2e8;border:1px solid #ffbb96;line-height:1}.support-inbox__waiting-pill-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:#fa541c;color:#fff;font-size:var(--admin-font-caption);font-weight:600}.support-inbox__waiting-pill-label{color:#ad4e00;font-size:var(--admin-font-body);white-space:nowrap}.support-inbox__layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px;align-items:start}.support-inbox__sidebar,.support-inbox__main{background:#fff;border:1px solid #ebebeb;border-radius:12px;box-shadow:0 2px 8px #0000000a}.support-inbox__sidebar{min-height:calc(100vh - 240px);display:flex;flex-direction:column}.support-inbox__main{min-height:calc(100vh - 240px);display:flex;flex-direction:column;container-type:inline-size;container-name:support-inbox-chat}.support-inbox__sidebar-search{padding:12px 12px 0;border-bottom:1px solid #f0f0f0}.support-inbox__sidebar-list{flex:1;display:flex;flex-direction:column}.support-inbox__messages-anchor{height:1px}.support-inbox__list{list-style:none;margin:0;padding:8px;max-height:calc(100vh - 320px);overflow-y:auto;scroll-behavior:smooth}.support-inbox__list-loading,.support-inbox__list-empty{display:flex;align-items:center;justify-content:center;padding:24px;min-height:200px}.support-inbox__list-item{width:100%;text-align:left;border:1px solid transparent;border-radius:10px;padding:12px 14px;margin-bottom:6px;background:transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease}.support-inbox__list-item:hover{background:#fafafa;border-color:#f0f0f0}.support-inbox__list-item--active{background:#f0f5ff;border-color:#adc6ff}.support-inbox__list-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.support-inbox__list-item-name{font-weight:600;font-size:var(--admin-font-body);color:#141414;line-height:1.3}.support-inbox__list-item-preview{margin:0 0 8px;font-size:var(--admin-font-body);color:#595959;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.support-inbox__list-item-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:var(--admin-font-caption)}.support-inbox__chat{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.support-inbox__chat-empty{display:flex;align-items:center;justify-content:center;min-height:280px;padding:32px}.support-inbox__chat-header{padding:16px 20px 12px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:12px}.support-inbox__chat-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%}.support-inbox__chat-header-main{flex:1 1 auto;min-width:0}.support-inbox__chat-title{margin:0 0 10px!important}.support-inbox__chat-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;row-gap:6px;margin-bottom:4px}.support-inbox__chat-operator{font-size:var(--admin-font-body);color:#8c8c8c;line-height:22px;padding:0 2px;white-space:nowrap}.support-inbox__contact-hints{display:block;font-size:var(--admin-font-body);margin-top:6px;line-height:1.4}.support-inbox__chat-actions{flex-shrink:0;justify-content:flex-end;margin-left:auto}.support-inbox__messages{flex:1 1 auto;min-height:min(320px,100vh - 320px);max-height:calc(100vh - 320px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scroll-behavior:smooth;padding:16px 20px;display:flex;flex-direction:column;gap:14px;background:linear-gradient(180deg,#fafafa,#fff)}.support-inbox__messages-loading{flex:1 1 auto;min-height:min(320px,100vh - 320px);max-height:calc(100vh - 320px);overflow-y:auto;scroll-behavior:smooth;display:flex;align-items:center;justify-content:center;padding:24px}.support-inbox__message{display:flex}.support-inbox__message--user{justify-content:flex-start}.support-inbox__message--operator{justify-content:flex-end}.support-inbox__message-bubble{max-width:min(92%,640px);padding:12px 16px;border-radius:14px}.support-inbox__message--user .support-inbox__message-bubble{background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:4px}.support-inbox__message--operator .support-inbox__message-bubble{background:#1677ff;color:#fff;border-bottom-right-radius:4px}.support-inbox__message-text{margin:0 0 6px;font-size:var(--admin-font-body);line-height:1.45;white-space:pre-wrap;word-break:break-word}.support-inbox__message--operator .support-inbox__message-time{color:#ffffffbf}.support-inbox__message-time{font-size:var(--admin-font-caption);color:#8c8c8c}.support-inbox__message-media{margin-bottom:8px;min-width:0}.support-inbox__message-media-frame{position:relative;display:inline-block;line-height:0;max-width:min(240px,100%);min-width:140px;min-height:160px}.support-inbox__message-media-frame:has(.support-inbox__message-photo-link--ready){min-width:0;min-height:0}.support-inbox__message-photo-link:not(.support-inbox__message-photo-link--ready) .support-inbox__message-image{opacity:0}.support-inbox__message-media-placeholder{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:140px;min-height:160px;border-radius:8px;background:#f0f2f5;border:1px dashed #d9d9d9;box-sizing:border-box;animation:support-inbox-photo-pulse 1.4s ease-in-out infinite}.support-inbox__message-media-placeholder-label{font-size:var(--admin-font-caption);line-height:1.3;color:#8c8c8c;text-align:center;padding:0 8px}.support-inbox__message--operator .support-inbox__message-media-placeholder{background:#ffffff2e;border-color:#ffffff59}.support-inbox__message--operator .support-inbox__message-media-placeholder .support-inbox__message-media-placeholder-label{color:#ffffffe0}.support-inbox__message--operator .support-inbox__message-media-placeholder .ant-spin .ant-spin-dot-item{background-color:#fff}.support-inbox__message-photo-link{display:block;line-height:0;border-radius:8px}.support-inbox__message-photo-link:hover .support-inbox__message-image{filter:brightness(1.03)}.support-inbox__message-image{max-width:min(240px,100%);width:auto;height:auto;max-height:200px;object-fit:contain;border-radius:8px;display:block}.support-inbox__message--operator .support-inbox__message-photo-link:hover .support-inbox__message-image{filter:brightness(1.08)}.support-inbox__message-media-fallback{font-size:var(--admin-font-body);opacity:.85}.support-inbox__composer{padding:14px 16px 20px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:10px;background:#fff}.support-inbox__composer-file-input{display:none}.support-inbox__composer-main{display:flex;gap:10px;align-items:stretch}.support-inbox__composer-input{flex:1 1 auto;min-width:0;min-height:88px!important;resize:none;border-radius:10px!important;font-size:var(--admin-font-body);line-height:1.45}.support-inbox__composer-actions{display:flex;flex-direction:column;justify-content:space-between;gap:8px;flex-shrink:0}.support-inbox__composer-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:10px;border:1px solid #ddd;cursor:pointer;transition:background .15s ease,border-color .15s ease}.support-inbox__composer-btn:disabled{opacity:.45;cursor:not-allowed}.support-inbox__composer-btn--attach{background:#fafafa;color:#444}.support-inbox__composer-btn--attach:hover:not(:disabled){background:#f0f0f0;border-color:#ccc}.support-inbox__composer-btn--send{background:#1677ff;color:#fff;border-color:#1677ff}.support-inbox__composer-btn--send:hover:not(:disabled){background:#4096ff;border-color:#4096ff}.support-inbox__composer-preview{width:fit-content;max-width:100%}.support-inbox__composer-preview-thumb{position:relative;flex-shrink:0;line-height:0;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8}.support-inbox__composer-preview-thumb img{display:block;width:72px;height:72px;object-fit:cover}.support-inbox__composer-preview-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:1;font-size:var(--admin-font-caption);line-height:1}.support-inbox__composer-preview-remove:hover{background:#000000b8}.support-inbox__composer-preview-remove .anticon{font-size:var(--admin-font-caption)}.support-inbox__closed-banner{padding:12px 20px;background:#fafafa;border-top:1px solid #f0f0f0;color:#8c8c8c;font-size:var(--admin-font-body);text-align:center}.support-inbox__back-to-list{align-self:flex-start;padding:0!important;height:auto!important;margin:-4px 0 4px;font-size:var(--admin-font-body)}@container support-inbox-chat (max-width: 560px){.support-inbox__chat-header-row{flex-direction:column;align-items:stretch;gap:12px}.support-inbox__chat-actions{width:100%;margin-left:0}.support-inbox__chat-actions.ant-space{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;width:100%}.support-inbox__chat-actions.ant-space .ant-space-item{width:100%!important;margin:0!important}.support-inbox__chat-actions .ant-btn{width:100%;white-space:normal;text-align:center}.support-inbox__chat-operator{white-space:normal}.support-inbox__chat-title{word-break:break-word}}@media(max-width:1023px){.support-inbox{padding:0 12px 24px}.support-inbox__layout{grid-template-columns:1fr;gap:12px}.support-inbox__sidebar{min-height:0}.support-inbox__main{display:none;min-height:0}.support-inbox--mobile-chat .support-inbox__sidebar{display:none}.support-inbox--mobile-chat .support-inbox__main{display:block;min-height:0}.support-inbox--mobile-chat .support-inbox__chat{min-height:0}.support-inbox--mobile-chat .support-inbox__messages,.support-inbox--mobile-chat .support-inbox__messages-loading{min-height:min(100vh - 200px,70vh);max-height:min(100vh - 200px,70vh)}.support-inbox__chat-header{padding:12px 14px 10px;background:#fff}.support-inbox__chat-header-row{flex-direction:column;align-items:stretch;gap:12px}.support-inbox__chat-header-main{width:100%}.support-inbox__chat-title{font-size:var(--admin-font-section-title)!important;line-height:1.35!important;margin-bottom:8px!important;word-break:break-word}.support-inbox__chat-meta{gap:6px}.support-inbox__chat-operator{white-space:normal;width:100%;line-height:1.35}.support-inbox__contact-hints{font-size:var(--admin-font-caption);word-break:break-word}.support-inbox__chat-actions{width:100%;margin-left:0}.support-inbox__chat-actions.ant-space{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;width:100%}.support-inbox__chat-actions.ant-space .ant-space-item{width:100%!important;max-width:none;margin:0!important}.support-inbox__chat-actions .ant-btn{width:100%;min-width:0;height:auto;min-height:36px;padding:6px 10px;font-size:var(--admin-font-body);line-height:1.3;white-space:normal;text-align:center}.support-inbox__chat-actions.ant-space:has(.ant-space-item:only-child){grid-template-columns:1fr}.support-inbox__messages{padding:12px 14px}.support-inbox__message-bubble{max-width:88%}.support-inbox__composer{padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background:#fff}.support-inbox__composer-input{font-size:16px}}@media(max-width:640px){.support-inbox{padding:0 8px 16px}.support-inbox__toolbar .ant-segmented{width:100%}.support-inbox__waiting-pill-label{font-size:var(--admin-font-caption)}.support-inbox__list-item{padding:14px 12px}.support-inbox__chat-header{padding:10px 12px 8px}.support-inbox__chat-title{font-size:16px!important}.support-inbox__chat-actions.ant-space{grid-template-columns:1fr}}.container{padding:22px 20px 20px;background:#fff;box-shadow:0 2px 4px #00000026,0 2px 8px #0000000f;max-width:100%}.card{display:flex;flex-direction:column;align-items:center;gap:22px}.card-title{text-align:center;color:#666}.forgot-card{display:flex;flex-direction:column;align-items:center;gap:19px}.forgot-card .title{color:#495057}.forgot-card .input-container,.forgot-card .btns-container{display:flex;flex-direction:column;gap:18px;padding-bottom:18px}.forgot-card .btn{width:100%}.forgot-card .card-title{text-align:center;color:#666;max-width:266px;padding-bottom:22px}.forgot-card .links-container{display:flex;flex-direction:column;gap:8px;color:#007bff}.login-container{display:flex;flex-direction:column;align-items:center;gap:19px}.login-container .login-card{border-radius:4px}.login-container .input-container{display:flex;flex-direction:column;gap:18px;padding-bottom:18px}.login-container .btns-container{display:flex;align-items:center;gap:58px}.login-container .title{color:#495057}.login-container .card-title{text-align:center;padding-bottom:22px;color:#666}.login-container .links-container{display:flex;flex-direction:column;gap:8px;color:#007bff}.registration{display:flex;flex-direction:column;align-items:center;gap:19px}.registration .registration-card{border-radius:4px}.registration .input-container{display:flex;flex-direction:column;gap:18px;padding-bottom:18px}.registration .btns-container{display:flex;align-items:center;gap:58px}.registration .title{color:#495057}.registration .card-title{text-align:center;padding-bottom:22px;color:#666}.registration .links-container{display:flex;flex-direction:column;gap:8px;color:#007bff}.admin-push-prompt{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;gap:10px;margin:0 0 12px;padding:12px 14px;border:1px solid rgba(17,17,17,.12);border-radius:12px;background:#fff;box-shadow:0 8px 24px #11111114}.admin-push-prompt__title{margin:0;font-size:14px;font-weight:600;line-height:1.3}.admin-push-prompt__description{margin:4px 0 0;font-size:13px;line-height:1.45;color:#111111b8}.admin-push-prompt__actions{display:flex;align-items:center;gap:8px}.pull-to-refresh{display:flex;align-items:flex-end;justify-content:center;overflow:hidden;pointer-events:none;transition:height .15s ease}.pull-to-refresh__spinner{width:24px;height:24px;margin-bottom:8px;border:2px solid #d9e2ec;border-top-color:var(--color-blue, #1072d5);border-radius:50%;animation:pull-to-refresh-spin .8s linear infinite}@keyframes pull-to-refresh-spin{to{transform:rotate(360deg)}}.notification-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.notification-bell .icon{width:22px;height:22px}.notification-bell svg path{fill:none}.notification-bell:hover svg path{stroke:var(--color-blue)!important}.notification-bell .ant-badge{display:inline-flex;align-items:center;justify-content:center;line-height:0}.notification-bell .ant-badge-count{background:var(--color-blue)!important;box-shadow:0 2px 4px #0003}.notification-bell-popover{max-width:calc(100vw - 16px)!important;box-sizing:border-box}.notification-bell-popover .ant-popover-inner{padding:0;max-width:100%;box-sizing:border-box}.notification-bell-panel{width:min(320px,100vw - 16px);max-width:100%;box-sizing:border-box}.notification-bell-panel__header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:8px 12px;padding:12px 16px;border-bottom:1px solid var(--color-grey-header-border)}.notification-bell-panel__header-main{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 120px}.notification-bell-panel__header .ant-btn{flex-shrink:0;height:auto;padding-inline:0;white-space:normal;text-align:right}.notification-bell-panel__title,.notification-bell-panel__count{display:block;margin:0;line-height:1.35}.notification-bell-panel__title{font-size:15px}.notification-bell-panel__count{font-size:12px}.notification-bell-panel__empty{margin:16px 0}.notification-bell-panel__list{list-style:none;margin:0;padding:0;max-height:min(360px,100vh - 200px);overflow-x:hidden;overflow-y:auto}.notification-bell-panel__item{display:flex;flex-direction:column;gap:4px;padding:12px 16px;text-decoration:none;color:inherit;border-bottom:1px solid var(--color-grey-header-border);transition:background-color .15s ease}.notification-bell-panel__item:hover{background-color:var(--color-blue-background-hover, #f0f7ff)}.notification-bell-panel__item:last-child{border-bottom:none}.notification-bell-panel__item-kind{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-blue)}.notification-bell-panel__item-title{font-weight:600;font-size:14px;line-height:1.3;color:var(--color-text, #1a1a1a);overflow-wrap:anywhere}.notification-bell-panel__item-desc{font-size:13px;line-height:1.35;color:var(--color-grey-text, #666);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.notification-bell-panel__item-time{font-size:11px}.notification-bell-panel__footer{display:block;padding:10px 16px;text-align:center;font-size:13px;color:var(--color-blue);border-top:1px solid var(--color-grey-header-border);text-decoration:none}.notification-bell-panel__footer:hover{background-color:var(--color-blue-background-hover, #f0f7ff)}@media(max-width:640px){.notification-bell{width:44px;height:44px}.notification-bell .icon{width:24px;height:24px}.notification-bell .ant-badge-count{top:6px;inset-inline-end:6px}.notification-bell-drawer .ant-drawer-content-wrapper{max-height:min(78dvh,640px)}.notification-bell-drawer .notification-bell-panel{width:100%;max-width:none}.notification-bell-drawer .notification-bell-panel__header{display:none}.notification-bell-drawer .notification-bell-panel__list{max-height:min(52dvh,420px)}.header .header-container{padding-inline:12px 12px;padding-left:56px}.notification-bell-panel{width:calc(100vw - 16px)}.notification-bell-panel__header{padding:12px}.notification-bell-panel__header .ant-btn{margin-inline-start:0;width:100%;text-align:left}.notification-bell-panel__item,.notification-bell-panel__footer{padding-inline:12px}}.breadcrumbs-container{width:100%;min-width:0;display:flex;align-items:center;background:transparent;padding:0;animation:gentleAppear .4s ease forwards}.breadcrumbs{width:100%;min-width:0;display:flex;align-items:center;padding:0}.breadcrumbs .list{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;font-style:italic;margin:0;padding:0;list-style:none;min-width:0}.breadcrumbs .list>li{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:280px;flex-shrink:1;white-space:nowrap}.breadcrumbs .list .inactive .link{transition:color .2s ease;cursor:pointer;text-decoration:none;color:var(--color-grey-5);font-family:"Source Sans 3";font-size:14px;font-weight:300;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.breadcrumbs .list .inactive .link:hover{color:var(--color-blue)}.breadcrumbs .list .active{min-width:0;flex-shrink:1;overflow:hidden}.breadcrumbs .list .active .text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default;color:var(--color-grey-header);font-family:"Source Sans 3";font-size:14px;font-weight:400}.breadcrumbs .list .separator{color:var(--color-grey-5);flex-shrink:0;line-height:1}.header{min-height:57px;background-color:var(--color-white);border-bottom:1px solid var(--color-grey-header-border);display:flex;align-items:center;z-index:1000;position:relative}.header-container{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px 8px 20px;box-sizing:border-box;min-height:57px}.header .header-breadcrumbs{min-width:0;flex:1}.header .btn-container{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-shrink:0}.header .btn-logout .icon{width:22px;height:22px}.header .btn-logout svg path{fill:none}.header .btn-logout:hover svg path{stroke:var(--color-blue)!important}@media(max-width:640px){.header-container{padding:8px 12px 8px 56px}.header-container .btn-container{gap:2px}.header-container .btn-logout{width:44px;height:44px;min-width:44px}.header-container .btn-logout .icon{width:24px;height:24px}}.sidebar-overlay{position:fixed;inset:0;background-color:var(--color-black-overlay);z-index:999;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.sidebar-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.sidebar{width:250px;height:100vh;box-shadow:0 14px 28px 0 var(--color-black-shadow);display:flex;position:fixed;top:0;left:0;bottom:0;flex-direction:column;background:var(--color-grey-background);overflow:visible;z-index:1010}.sidebar.sidebar--mobile{width:min(280px,88vw)!important;max-width:100vw;transform:translate3d(-100%,0,0);transition:transform .22s cubic-bezier(.4,0,.2,1);will-change:transform}.sidebar.sidebar--mobile.sidebar--mobile-open{transform:translateZ(0)}.sidebar.sidebar--mobile.sidebar--mobile-dragging{transition:none!important}.sidebar.sidebar-left{left:0}.sidebar.sidebar-left.open{transform:translate(0)}.sidebar.sidebar-right{right:0;transform:translate(100%)}.sidebar.sidebar-right.open{transform:translate(0)}.sidebar.sidebar-right:not(.open){justify-content:center}.sidebar .sidebar-header-container{display:flex;align-items:center;border-bottom:1px solid var(--color-grey-border);min-height:57px;position:relative;z-index:1003;width:100%}.sidebar .sidebar-header-container .sidebar-header{height:auto;flex-shrink:0;opacity:1;border-bottom-width:1px;display:flex;padding:16px 20px;align-items:center}.sidebar .sidebar-header-container .sidebar-header .sidebar-logo{width:33px;height:33px;opacity:.8;border-radius:16.5px;box-shadow:0 10px 20px 0 var(--color-black-shadow);object-fit:cover}.sidebar .sidebar-header-container .sidebar-header .sidebar-brand{opacity:1;font-family:"Source Sans 3";font-weight:300;font-style:Light;line-height:30px;letter-spacing:0%;color:var(--color-white);display:flex;margin-left:12px;font-size:20px;white-space:nowrap}.sidebar .sidebar-header-container .header-sidebar-container{display:flex;z-index:1003;position:relative}.sidebar .sidebar-header-container .header-sidebar-container #header-sidebar{display:flex}.sidebar .sidebar-header-container .header-sidebar-container #header-sidebar .headerSidebar{width:auto;display:flex;cursor:pointer;z-index:1002;position:relative;justify-content:center;align-items:center;padding:0}.sidebar .sidebar-header-container .header-sidebar-container #header-sidebar .headerSidebar .burger-arrow{width:30px;height:30px;font-size:30px;border-radius:50%;font-weight:700;color:var(--color-grey-burger-arrow);display:flex;border:2px solid var(--color-grey-burger-arrow);align-items:center;justify-content:center;width:60%;height:60%;background-color:var(--color-blue);transition:border-color .2s ease;z-index:1004}.sidebar .sidebar-header-container .header-sidebar-container #header-sidebar .headerSidebar .burger-arrow:hover{border-color:var(--color-blue)}.sidebar-container{opacity:1;overflow-y:auto;overflow-x:hidden;margin-bottom:10px;scrollbar-width:none;-ms-overflow-style:none}.sidebar-container::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.sidebar-container::-webkit-scrollbar-track{background:transparent}.sidebar-container::-webkit-scrollbar-thumb{background:transparent}.sidebar-container::-webkit-scrollbar-corner{background:transparent}.sidebar-container{-webkit-overflow-scrolling:touch}.sidebar-container .user-panel{opacity:1;padding:16px 20px;border-bottom-width:1px;border-bottom:1px solid var(--color-grey-border-2);display:flex;margin-bottom:16px}.sidebar-container .user-panel .user-avatar{width:34px;height:34px;border-radius:16.8px;box-shadow:0 3px 6px 0 var(--color-black-shadow-2);object-fit:cover;margin-right:12px}.sidebar-container .user-panel .user-container{flex:1;display:flex;align-items:center;white-space:nowrap}.sidebar-container .user-panel .user-container .user-name{font-family:"Source Sans 3";font-weight:400;font-size:16px;line-height:24px;color:var(--color-grey-text)}.sidebar-container .sidebar-search-container{display:flex;margin-bottom:16px;justify-content:center}.sidebar-container .sidebar-search-container .sidebar-search{display:flex;width:80%;opacity:1;border-top-left-radius:4px;border-bottom-left-radius:4px;border-width:1px;background:var(--color-grey-background-2);border:1px solid var(--color-grey-border-3)}.sidebar-container .sidebar-search-container .sidebar-search .input-search{opacity:1;font-family:"Source Sans 3";font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;background:var(--color-grey-background-2);border:none}.sidebar-container .sidebar-search-container .sidebar-search .input-search::placeholder{color:var(--color-grey-placeholder)}.sidebar-container .sidebar-search-container .button-search{width:46px;height:38px;opacity:1;border-top-right-radius:4px;border-bottom-right-radius:4px;border-width:1px;background:var(--color-grey-background-2);border:1px solid var(--color-grey-border-3);display:flex;align-items:center;justify-content:center}.sidebar-container .sidebar-nav{display:flex;justify-content:center}.sidebar-container .sidebar-nav .sidebar-menu-item>.ant-tooltip,.sidebar-container .sidebar-nav .sidebar-submenu-item>.ant-tooltip{display:block;width:100%}.sidebar-container .sidebar-nav .sidebar-menu-item>.ant-tooltip>.ant-tooltip-open,.sidebar-container .sidebar-nav .sidebar-submenu-item>.ant-tooltip>.ant-tooltip-open{display:block;width:100%}.sidebar-container .sidebar-nav a:focus,.sidebar-container .sidebar-nav a:focus-visible{outline:none;box-shadow:none}.sidebar-container .sidebar-nav .sidebar-menu{display:flex;flex-direction:column;width:100%;align-items:center;gap:8px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item{display:flex;flex-direction:column;width:100%;white-space:nowrap}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link{display:flex;width:100%;justify-content:space-between;align-items:center;padding:8px 8px 8px 15px;border:none;outline:none;background:transparent;cursor:pointer;font:inherit;color:inherit;text-align:left;text-decoration:none;border-radius:6px;transition:background-color .15s ease}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link[data-collapsed=true]{justify-content:center!important;padding:8px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link:hover,.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link.is-active{background-color:var(--color-blue-background-hover)}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link.has-active-child:not(.is-active){background-color:transparent}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link.is-expanded:not(.has-active-child):not(:hover){background-color:transparent}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link--child{justify-content:flex-start;min-height:36px;padding:6px 12px 6px 36px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link--child .icon-and-text{gap:12px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link--child .menu-item-icon-wrap,.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link--child .menu-item-icon{width:18px;height:18px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link--child .menu-item-text{font-family:"Source Sans 3";font-weight:400;font-size:16px;line-height:24px;color:var(--color-grey-text);overflow:hidden;text-overflow:ellipsis}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link--child .menu-item-text.is-highlighted{color:var(--color-blue)}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link--child.is-active{background-color:var(--color-blue-background-hover)}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text{display:flex;gap:20px;align-items:center;min-width:0}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon-wrap{position:relative;flex-shrink:0;width:24px;height:24px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon{border:none;outline:none;box-shadow:none}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon svg{border:none;outline:none}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--dynamic-color svg,.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--dynamic-color svg path,.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--dynamic-color svg g{fill:currentColor!important;stroke:none!important}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--dynamic-color svg rect{fill:none!important;stroke:none!important}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--settings svg,.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--settings svg path,.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--settings svg circle,.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon.icon--settings svg g{fill:none!important;stroke:currentColor!important}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon svg[stroke="#fbc913"],.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon svg[stroke="#ff0000"],.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-icon .icon svg[stroke="#2b00ff"]{fill:transparent!important}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-text{font-family:"Source Sans 3";font-weight:400;font-size:16px;line-height:24px;color:var(--color-grey-text);flex:1;text-align:left}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .menu-item-text.is-highlighted{color:var(--color-blue)}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .icon-and-text .sidebar-menu-badge-count{position:absolute;top:-5px;right:-7px;z-index:2;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ff4d4f;color:#fff;font-size:10px;font-weight:600;line-height:16px;text-align:center;box-sizing:border-box;pointer-events:none}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .submenu-arrow{display:flex;opacity:.7;transition:all .2s ease;width:10px!important;height:16px!important}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .submenu-arrow.expanded{transform:rotate(90deg);opacity:1;color:var(--color-blue)}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-menu-link .submenu-arrow .icon{width:14px;height:21px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-submenu{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none;gap:2px}.sidebar-container .sidebar-nav .sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-submenu-item{width:100%}@media(min-width:641px){.sidebar.collapsed .header-sidebar-container{position:absolute!important;right:-15px!important;top:50%!important;transform:translateY(-50%)!important;z-index:1020!important}}.sidebar:not(.collapsed) .header-sidebar-container{position:static!important;margin-left:auto!important}.sidebar-mobile-toggle{position:fixed;top:14px;left:14px;z-index:1030;border:none;padding:0;background:transparent;cursor:pointer}.sidebar-mobile-toggle__icon{width:36px;height:36px;border-radius:50%;background-color:var(--color-blue);border:2px solid var(--color-blue);color:var(--color-grey-burger-arrow);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1072d559;transform:rotate(0);transition:transform .2s ease,border-color .2s ease}.sidebar-mobile-toggle:hover .sidebar-mobile-toggle__icon,.sidebar-mobile-toggle:focus-visible .sidebar-mobile-toggle__icon{border-color:var(--color-blue)}@media(max-width:640px){.sidebar--mobile:not(.sidebar--mobile-open) .header-sidebar-container{display:none!important}.sidebar--mobile.sidebar--mobile-open .header-sidebar-container{display:flex!important;position:static!important;margin-left:auto!important;transform:none!important;padding-right:12px}.sidebar--mobile.sidebar--mobile-open .sidebar-header{min-width:0;flex:1;padding-right:8px}.sidebar--mobile.sidebar--mobile-open .sidebar-brand{overflow:hidden;text-overflow:ellipsis}.sidebar-overlay{z-index:1005}.sidebar--mobile{z-index:1010}}.admin-layout{display:flex}.admin-layout__main{flex:1;min-width:0;margin-left:70px}@media(max-width:640px){.admin-layout__main{margin-left:0}}.admin-layout__body{display:block}.admin-layout__shell{display:flex;flex-direction:column;min-height:0;height:100vh;height:100dvh;overflow:hidden;box-sizing:border-box}.admin-layout__shell__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.admin-layout__shell--support{height:auto;min-height:100vh;min-height:100dvh;overflow:visible}.admin-layout__shell--support .header{flex-shrink:0}.admin-layout__shell--support .admin-layout__shell__body{overflow:visible;display:block;flex:none;min-height:auto;scroll-behavior:smooth}@media(max-width:640px){.admin-layout__shell{height:auto;min-height:100dvh;overflow:visible}.admin-layout__shell__body{overflow:visible;flex:none;min-height:auto}}@media(prefers-reduced-motion:reduce){.admin-layout__shell--support .admin-layout__shell__body,.support-inbox__messages,.support-inbox__list,.support-widget__messages{scroll-behavior:auto}}.auth-container{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background:#e9ecef}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}button{border:none;background:none;padding:0;cursor:pointer;font:inherit}table{border-collapse:collapse;border-spacing:0}:root{--color-black: #000000;--color-white: #ffffff;--color-grey-1: #222222;--color-grey-2: #444444;--color-grey-3: #666666;--color-grey-4: #888888;--color-grey-5: #aaaaaa;--color-grey-6: #bbbbbb;--color-grey-7: #cccccc;--color-grey-8: #dddddd;--color-grey-9: #eeeeee;--color-grey-10: #f8f8f8;--color-grey-13: #000;--color-error: #ff0000;--color-success: #3db014;--color-warning: #ffad1f;--color-info: #ffffff;--color-brand-primary: #000000;--color-brand-secondary: #ffffff;--color-black-shadow: #00000040;--color-black-shadow-2: #00000029;--color-black-overlay: rgba(0, 0, 0, .5);--color-grey-svg: #999;--color-grey-text: #c2c7d0;--color-grey-header: #6c757d;--color-grey-header-border: #dee2e6;--color-grey-background-breadcrumbs: #f4f6f9;--color-grey-burger-arrow: #d9d9d9;--color-grey-border: #4b545c;--color-grey-border-2: #4f5962;--color-grey-border-3: #56606a;--color-grey-background: #343a40;--color-grey-background-2: #3f474e;--color-grey-background-3: rgba(255, 255, 255, .05);--color-grey-placeholder: #939ba2;--color-blue-background-hover: rgba(16, 114, 213, .1);--color-blue: #1072d5;--color-light-blue: #d5e8fc}@font-face{font-family:"Source Sans 3";src:url(/assets/SourceSans3-Regular-6u14o07y.ttf) format("truetype");font-weight:400;font-style:normal;font-display:optional}@font-face{font-family:"Source Sans 3";src:url(/assets/SourceSans3-Bold-CXZoXKkk.ttf) format("truetype");font-weight:700;font-style:normal;font-display:optional}@font-face{font-family:"Source Sans 3";src:url(/assets/SourceSans3-Light-Dx_7MMxL.ttf) format("truetype");font-weight:300;font-style:normal;font-display:optional}.source-sans-3-regular{font-family:"Source Sans 3",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.source-sans-3-bold{font-family:"Source Sans 3",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal}.source-sans-3-light{font-family:"Source Sans 3",sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal}:root{--font-primary: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-secondary: var(--font-primary);--breakpoint-phone: 0px;--breakpoint-phablet: 480px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--breakpoint-projectors: 1440px;--h1-h6-font-weight: 700;--h1-h6-font-family: var(--font-secondary);--h1-h6-margin-top: 0;--h1-font-size-phone: 3.2rem;--h1-line-height-phone: 1.25;--h1-margin-bottom-phone: 1.6rem;--h1-font-size-tablet: 4.8rem;--h1-line-height-tablet: 1.17;--h1-margin-bottom-tablet: 2rem;--h2-h6-margin-bottom: 1.6rem;--h2-font-size-phone: 2.8rem;--h2-line-height-phone: 1.43;--h2-font-size-tablet: 4rem;--h2-line-height-tablet: 1.2;--h3-font-size-phone: 2.4rem;--h3-line-height-phone: 1.33;--h3-font-size-tablet: 3.2rem;--h3-line-height-tablet: 1.25;--h4-font-size-phone: 2rem;--h4-line-height-phone: 1.4;--h4-font-size-tablet: 2.4rem;--h4-line-height-tablet: 1.33;--h5-font-size-phone: 1.8rem;--h5-line-height-phone: 1.33;--h5-font-size-tablet: 2rem;--h5-line-height-tablet: 1.4;--h6-font-size: 1.6rem;--h6-line-height: 1.5;--lead-font-weight: 700;--lead-font-family: var(--font-secondary);--lead-margin-top: 0;--lead-font-size-phone: 4rem;--lead-line-height-phone: 1.2;--lead-margin-bottom-phone: 1.6rem;--lead-font-size-tablet: 6.4rem;--lead-line-height-tablet: 1.13;--lead-margin-bottom-tablet: 2rem;--p1-p4-font-weight: 400;--p1-p4-font-family: var(--font-primary);--p1-p4-margin-top: 0;--p1-font-size: 1.6rem;--p1-line-height: 1.5;--p1-p2-margin-bottom: 2.4rem;--p2-font-size: 1.4rem;--p2-line-height: 1.43;--p3-font-size: 1.2rem;--p3-line-height: 1.33;--p3-p4-margin-bottom: 1.6rem;--p4-font-size: 1rem;--p4-line-height: 1.2;--btn-font-weight: 700;--btn-font-size: 1.2rem;--btn-line-height: 1.33;--btn-font-family: var(--font-secondary)}.text-h1{font-weight:var(--h1-h6-font-weight);font-family:var(--h1-h6-font-family);margin-top:var(--h1-h6-margin-top);font-size:var(--h1-font-size-phone);line-height:var(--h1-line-height-phone);margin-bottom:var(--h1-margin-bottom-phone)}@media (min-width: var(--breakpoint-tablet)){.text-h1{font-size:var(--h1-font-size-tablet);line-height:var(--h1-line-height-tablet);margin-bottom:var(--h1-margin-bottom-tablet)}}.text-h2{font-weight:var(--h1-h6-font-weight);font-family:var(--h1-h6-font-family);margin-top:var(--h1-h6-margin-top);margin-bottom:var(--h2-h6-margin-bottom);font-size:var(--h2-font-size-phone);line-height:var(--h2-line-height-phone)}@media (min-width: var(--breakpoint-tablet)){.text-h2{font-size:var(--h2-font-size-tablet);line-height:var(--h2-line-height-tablet)}}.text-h3{font-weight:var(--h1-h6-font-weight);font-family:var(--h1-h6-font-family);margin-top:var(--h1-h6-margin-top);margin-bottom:var(--h2-h6-margin-bottom);font-size:var(--h3-font-size-phone);line-height:var(--h3-line-height-phone)}@media (min-width: var(--breakpoint-tablet)){.text-h3{font-size:var(--h3-font-size-tablet);line-height:var(--h3-line-height-tablet)}}.text-h4{font-weight:var(--h1-h6-font-weight);font-family:var(--h1-h6-font-family);margin-top:var(--h1-h6-margin-top);margin-bottom:var(--h2-h6-margin-bottom);font-size:var(--h4-font-size-phone);line-height:var(--h4-line-height-phone)}@media (min-width: var(--breakpoint-tablet)){.text-h4{font-size:var(--h4-font-size-tablet);line-height:var(--h4-line-height-tablet)}}.text-h5{font-weight:var(--h1-h6-font-weight);font-family:var(--h1-h6-font-family);margin-top:var(--h1-h6-margin-top);margin-bottom:var(--h2-h6-margin-bottom);font-size:var(--h5-font-size-phone);line-height:var(--h5-line-height-phone)}@media (min-width: var(--breakpoint-tablet)){.text-h5{font-size:var(--h5-font-size-tablet);line-height:var(--h5-line-height-tablet)}}.text-h6{font-weight:var(--h1-h6-font-weight);font-family:var(--h1-h6-font-family);margin-top:var(--h1-h6-margin-top);margin-bottom:var(--h2-h6-margin-bottom);font-size:var(--h6-font-size);line-height:var(--h6-line-height)}.text-lead{font-weight:var(--lead-font-weight);font-family:var(--lead-font-family);margin-top:var(--lead-margin-top);margin-bottom:var(--lead-margin-bottom-phone);font-size:var(--lead-font-size-phone);line-height:var(--lead-line-height-phone)}@media (min-width: var(--breakpoint-tablet)){.text-lead{margin-bottom:var(--lead-margin-bottom-tablet);font-size:var(--lead-font-size-tablet);line-height:var(--lead-line-height-tablet)}}.text-p1{font-weight:var(--p1-p4-font-weight);font-family:var(--p1-p4-font-family);margin-top:var(--p1-p4-margin-top);margin-bottom:var(--p1-p2-margin-bottom);font-size:var(--p1-font-size);line-height:var(--p1-line-height)}.text-p2{font-weight:var(--p1-p4-font-weight);font-family:var(--p1-p4-font-family);margin-top:var(--p1-p4-margin-top);margin-bottom:var(--p1-p2-margin-bottom);font-size:var(--p2-font-size);line-height:var(--p2-line-height)}.text-p3{font-weight:var(--p1-p4-font-weight);font-family:var(--p1-p4-font-family);margin-top:var(--p1-p4-margin-top);margin-bottom:var(--p3-p4-margin-bottom);font-size:var(--p3-font-size);line-height:var(--p3-line-height)}.text-p4{font-weight:var(--p1-p4-font-weight);font-family:var(--p1-p4-font-family);margin-top:var(--p1-p4-margin-top);margin-bottom:var(--p3-p4-margin-bottom);font-size:var(--p4-font-size);line-height:var(--p4-line-height)}.text-btn{font-weight:var(--btn-font-weight);font-family:var(--btn-font-family);font-size:var(--btn-font-size);line-height:var(--btn-line-height)}:root{--admin-color-text: #223041;--admin-color-text-secondary: #556476;--admin-color-text-muted: #8c8c8c;--admin-color-placeholder: #939ba2;--admin-color-border: #e6ebf2;--admin-color-surface: #ffffff;--admin-font-page-title: 24px;--admin-font-page-title-mobile: 20px;--admin-font-section-title: 16px;--admin-font-body: 14px;--admin-font-caption: 12px;--admin-font-input: 14px;--admin-font-input-mobile: 16px;--admin-weight-title: 600;--admin-weight-label: 500;--admin-weight-body: 400;--admin-line-body: 1.45;--admin-line-caption: 1.33;--admin-radius-surface: 16px;--admin-radius-surface-mobile: 12px;--admin-gap-page: 16px}.admin-text-section-title{margin:0;font-size:var(--admin-font-section-title);font-weight:var(--admin-weight-title);line-height:var(--admin-line-body);color:var(--admin-color-text)}.admin-text-body{margin:0;font-size:var(--admin-font-body);font-weight:var(--admin-weight-body);line-height:var(--admin-line-body);color:var(--admin-color-text-secondary)}.admin-text-caption{margin:0;font-size:var(--admin-font-caption);font-weight:var(--admin-weight-body);line-height:var(--admin-line-caption);color:var(--admin-color-text-muted)}.admin-text-muted{color:var(--admin-color-text-muted)}.admin-surface{background:var(--admin-color-surface);border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-surface)}.admin-page{display:flex;flex-direction:column;gap:var(--admin-gap-page);width:100%;max-width:100%;min-width:0;overflow-x:clip}.ant-form-item-label>label{height:auto;font-size:var(--admin-font-caption);font-weight:var(--admin-weight-label);color:var(--admin-color-text-secondary)}.ant-form-item-extra{min-height:auto;margin-top:2px;font-size:var(--admin-font-caption);line-height:var(--admin-line-caption);color:var(--admin-color-text-muted)}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-input-number-input,.ant-select .ant-select-selector,.ant-select-selection-search-input,.ant-select-selection-item,.ant-picker-input input{font-size:var(--admin-font-input)!important;color:var(--admin-color-text)}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder,.ant-select-selection-placeholder{font-size:var(--admin-font-input);color:var(--admin-color-placeholder)!important}.ant-modal .ant-modal-title{font-size:var(--admin-font-section-title);font-weight:var(--admin-weight-title);color:var(--admin-color-text)}@media(max-width:640px){.ant-modal-root input,.ant-modal-root textarea,.ant-modal-root select,.ant-modal-root .ant-input,.ant-modal-root .ant-input-affix-wrapper,.ant-modal-root .ant-input-affix-wrapper input,.ant-modal-root .ant-input-number-input,.ant-modal-root .ant-select-selection-search-input,.ant-modal-root .ant-select .ant-select-selector,.ant-modal-root .ant-select-selection-item,.ant-modal-root .ant-picker-input input,.ant-modal input,.ant-modal textarea,.ant-modal select,.ant-modal .ant-input,.ant-modal .ant-input-affix-wrapper,.ant-modal .ant-input-affix-wrapper input,.ant-modal .ant-input-number-input,.ant-modal .ant-select-selection-search-input,.ant-modal .ant-select .ant-select-selector,.ant-modal .ant-select-selection-item,.ant-modal .ant-picker-input input,.ant-drawer input,.ant-drawer textarea,.ant-drawer select,.ant-drawer .ant-input,.ant-drawer .ant-input-affix-wrapper,.ant-drawer .ant-input-affix-wrapper input,.ant-drawer .ant-input-number-input,.ant-drawer .ant-select-selection-search-input,.ant-drawer .ant-select .ant-select-selector,.ant-drawer .ant-select-selection-item,.ant-drawer .ant-picker-input input{font-size:var(--admin-font-input-mobile)!important}.ant-modal-root .ant-input::placeholder,.ant-modal-root .ant-input-affix-wrapper input::placeholder,.ant-modal-root .ant-select-selection-placeholder,.ant-modal .ant-input::placeholder,.ant-modal .ant-input-affix-wrapper input::placeholder,.ant-modal .ant-select-selection-placeholder,.ant-drawer .ant-input::placeholder,.ant-drawer .ant-input-affix-wrapper input::placeholder,.ant-drawer .ant-select-selection-placeholder{font-size:var(--admin-font-input-mobile)}input,textarea,select,.ant-input,.ant-input-affix-wrapper input,.ant-input-number-input,.ant-select-selection-search-input,.ant-select .ant-select-selector,.ant-picker-input input{font-size:var(--admin-font-input-mobile)!important}}html{touch-action:manipulation}html.fonts-loading body{visibility:hidden}html.fonts-ready body{visibility:visible}@media(max-width:640px){.ant-modal-root .ant-modal-wrap{overflow-x:hidden;padding:12px;box-sizing:border-box}.ant-modal-root .ant-modal{width:100%!important;max-width:100%!important;margin:0 auto!important;top:0!important;padding-bottom:0;transform-origin:center top!important}.ant-modal-root .ant-modal-content{width:100%;max-height:calc(100dvh - 24px);display:flex;flex-direction:column}.ant-modal-root .ant-modal-body{overflow-y:auto;flex:1 1 auto;min-height:0}.ant-modal-root .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:8px}.ant-modal-root .ant-modal-footer .ant-btn{width:100%;margin:0!important}.category-edit-modal__row{grid-template-columns:1fr}.platform-images-preview__content{min-width:0;width:100%;min-height:min(60dvh,480px);padding-top:16px}.platform-images-preview-modal.ant-modal{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}}html,body,#root{font-family:var(--font-primary);font-size:var(--admin-font-body);line-height:var(--admin-line-body);color:var(--admin-color-text)}
