@keyframes confetti-fall{0%{transform:translateY(-10px) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes birthday-shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.birthday-confetti{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;overflow:hidden}.birthday-confetti span{position:absolute;top:-20px;width:10px;height:14px;border-radius:2px;opacity:0;animation:confetti-fall linear infinite}body.birthday-theme .ant-layout-sider,body.birthday-theme aside{background:linear-gradient(160deg,#2d0a4e,#6b21a8,#be185d 80%,#db2777)!important;background-size:200% 200%!important;animation:birthday-shimmer 6s ease infinite!important}body.birthday-theme .messenger-bg{background-color:#fff5f8!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ctext x='20' y='50' font-size='28' opacity='0.07'%3E🎂%3C/text%3E%3Ctext x='120' y='30' font-size='20' opacity='0.07'%3E🎉%3C/text%3E%3Ctext x='60' y='110' font-size='24' opacity='0.07'%3E🎈%3C/text%3E%3Ctext x='150' y='120' font-size='18' opacity='0.07'%3E✨%3C/text%3E%3Ctext x='10' y='160' font-size='22' opacity='0.07'%3E🎁%3C/text%3E%3Ctext x='130' y='175' font-size='26' opacity='0.07'%3E🎊%3C/text%3E%3C/svg%3E")!important;background-repeat:repeat!important;background-size:200px 200px!important}.birthday-banner{position:fixed;top:0;left:0;right:0;z-index:9999;background:linear-gradient(90deg,#9333ea,#ec4899,#f59e0b,#ec4899,#9333ea);background-size:300% 100%;animation:birthday-shimmer 3s ease infinite;color:#fff;text-align:center;font-size:15px;font-weight:600;padding:10px 16px;letter-spacing:.3px;box-shadow:0 2px 12px #9333ea66}.birthday-banner-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer;opacity:.8;font-size:18px;line-height:1;background:none;border:none;color:#fff}:root{--sat: env(safe-area-inset-top, 0px);--color-primary: #6366F1;--color-primary-hover: #4F46E5;--color-primary-light: #EEF2FF;--color-primary-dark: #4338CA;--color-success: #10B981;--color-success-light: #ECFDF5;--color-warning: #F59E0B;--color-warning-light: #FFFBEB;--color-error: #EF4444;--color-error-light: #FEF2F2;--color-info: #3B82F6;--color-info-light: #EFF6FF;--sidebar-bg: #0F0F1A;--sidebar-hover: rgba(255,255,255,.06);--sidebar-active: rgba(99,102,241,.15);--sidebar-text: rgba(255,255,255,.55);--sidebar-text-active: #FFFFFF;--sidebar-divider: rgba(255,255,255,.06);--content-bg: #F8F9FC;--card-bg: #FFFFFF;--header-bg: #FFFFFF;--text-primary: #1A1A2E;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--text-disabled: #D1D5DB;--border-color: #E5E7EB;--border-light: #F3F4F6;--table-header-bg: #F9FAFB;--table-row-hover: #F3F4FF;--table-row-selected: #EEF2FF;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.06);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .08);--shadow-card: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.06);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--sidebar-width: 256px;--sidebar-collapsed-width: 64px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--content-bg);color:var(--text-primary);font-weight:400;line-height:1.5}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}.sidebar-scrollbar::-webkit-scrollbar-track{background:transparent}.sidebar-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a}.sidebar-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.ant-table-wrapper{overflow-x:auto}.ant-table{background:var(--card-bg)}.ant-table-thead>tr>th{background:var(--table-header-bg)!important;font-weight:500!important;color:var(--text-secondary)!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color)!important;white-space:nowrap;padding:4px 8px!important;position:sticky;top:0;z-index:4}.ant-table-tbody>tr>td{border-bottom:1px solid var(--border-light)!important;border-right:none!important;transition:background var(--transition-fast);padding:0 6px!important;height:28px;line-height:28px;font-size:11px!important}.ant-table-tbody>tr:nth-child(2n)>td{background:transparent}.ant-table-tbody>tr:hover>td{background:var(--table-row-hover)!important}.ant-table-tbody>tr .row-actions{opacity:0;transition:opacity var(--transition-fast)}.ant-table-tbody>tr:hover .row-actions{opacity:1}.ant-table-summary>tr>td{background:var(--table-header-bg)!important;font-weight:600!important;border-top:2px solid var(--border-color)!important}.ant-table-tbody>tr.ant-table-row-selected>td{background:var(--table-row-selected)!important}.ant-table-cell{vertical-align:middle!important}.ant-table-cell.contractor-name-cell{max-width:none!important}.ant-table-cell.contractor-name-cell a,.ant-table-cell.contractor-name-cell span{text-overflow:clip!important;max-width:none!important;font-size:12.5px!important}.ant-table-cell .ant-space{flex-wrap:nowrap!important;gap:4px!important}.ant-table-cell .ant-tag{margin:0!important;white-space:nowrap}.ant-table-cell .ant-btn-text{padding:4px 8px}.ant-table-cell-fix-left,.ant-table-cell-fix-right{position:sticky!important;z-index:2!important;background:#fff!important}.ant-table-thead .ant-table-cell-fix-left,.ant-table-thead .ant-table-cell-fix-right{z-index:6!important;background:var(--table-header-bg)!important}.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background:var(--table-row-hover)!important}.ant-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px #0000000f}.ant-table-cell-fix-right-first:before{box-shadow:inset -10px 0 8px -8px #0000000f}.ant-table-column-sorters{display:inline-flex!important;align-items:center!important;gap:4px!important;flex-wrap:nowrap!important}.ant-table-column-sorter{margin-left:4px!important;position:relative!important;top:0!important}.channels-table .ant-table-thead>tr>th{vertical-align:middle!important;padding:8px 6px!important}.channels-table .channels-table-inline-filter{display:flex;align-items:center;gap:4px;min-width:0}.channels-table .channels-table-inline-filter-select{gap:2px}.channels-table .channels-table-sort-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;width:22px;min-width:22px;height:28px;padding:0;border:1px solid #d9d9d9;background:#fff;cursor:pointer;border-radius:6px}.channels-table .channels-table-sort-toggle:hover,.channels-table .channels-table-sort-toggle.is-active{border-color:#91caff;background:#f0f7ff}.channels-table .ant-table-tbody>tr>td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channels-table .ant-table-tbody>tr>td .ant-tag,.channels-table .ant-table-tbody>tr>td .ant-space,.channels-table .ant-table-tbody>tr>td .channels-table-link{white-space:nowrap}.channels-table .channels-table-link{overflow:hidden;text-overflow:ellipsis}.channels-table .ant-table-tbody>tr:nth-child(odd)>td{background:#fff}.channels-table .ant-table-tbody>tr:nth-child(2n)>td{background:#fafbff}.channels-table .ant-table-tbody>tr:nth-child(odd)>td.ant-table-cell-fix-left,.channels-table .ant-table-tbody>tr:nth-child(odd)>td.ant-table-cell-fix-right{background:#fff!important}.channels-table .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-left,.channels-table .ant-table-tbody>tr:nth-child(2n)>td.ant-table-cell-fix-right{background:#fafbff!important}.multi-placement-row-header{display:flex;gap:8px;margin-bottom:4px;font-size:11px;color:#888}.multi-placement-row-header__channel{flex:2;min-width:0}.multi-placement-row-header__count{width:60px;text-align:center}.multi-placement-row-header__metric{flex:1;min-width:0;text-align:center}.multi-placement-row-header__action{width:32px}.multi-placement-channel-row{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.multi-placement-field{min-width:0}.multi-placement-field--channel{flex:2 1 0}.multi-placement-field--count{flex:0 0 60px}.multi-placement-field--amount{flex:1 1 0}.multi-placement-field--action{flex:0 0 32px;display:flex;flex-direction:column;align-items:center}.multi-placement-field .ant-form-item,.multi-placement-field .ant-select,.multi-placement-field .ant-input-number{width:100%}.multi-placement-mobile-label{display:none}.multi-placement-static-cell{min-height:24px;display:flex;align-items:center;padding:1px 4px;font-size:13px;color:#333;line-height:1.35;word-break:break-word}.multi-placement-static-cell--center{justify-content:center;color:#666}@media (max-width: 768px){.multi-placement-modal{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;margin:8px auto}.multi-placement-modal .ant-modal-content{padding-left:14px;padding-right:14px}.multi-placement-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:8px}.multi-placement-modal .ant-modal-footer .ant-btn{width:100%}.multi-placement-row-header{display:none}.multi-placement-channel-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:end}.multi-placement-channel-row--promo{grid-template-columns:minmax(0,1fr) auto}.multi-placement-field--channel{grid-column:1 / -1}.multi-placement-field--count,.multi-placement-field--amount,.multi-placement-field--action{flex:initial;width:100%}.multi-placement-field--count,.multi-placement-field--amount{min-width:0}.multi-placement-field--action{grid-column:3 / 4;align-items:flex-end;justify-content:flex-end}.multi-placement-channel-row--promo .multi-placement-field--count{grid-column:1 / 2}.multi-placement-channel-row--promo .multi-placement-field--action{grid-column:2 / 3}.multi-placement-field--action .ant-btn{padding-inline:8px}.multi-placement-mobile-label{display:block;margin-bottom:4px;font-size:11px;color:#8c8c8c;line-height:1.2}.multi-placement-modal .ant-select-selection-item,.multi-placement-modal .ant-select-item-option-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-placement-modal .ant-input-number-input{text-overflow:ellipsis}}.ant-table-thead>tr>th .ant-select,.ant-table-thead>tr>th .ant-input{font-weight:400!important;text-transform:none!important;letter-spacing:normal!important}.ant-table-thead>tr>th .ant-input,.ant-table-thead>tr>th .ant-input-affix-wrapper{height:28px!important;min-height:28px!important;max-height:28px!important;padding:2px 8px!important;font-size:12px!important;line-height:22px!important}.ant-table-thead>tr>th .ant-input-affix-wrapper .ant-input{height:auto!important;min-height:auto!important;padding:0!important}.ant-table-thead>tr>th .ant-select{height:28px!important;min-height:28px!important}.ant-table-thead>tr>th .ant-select .ant-select-selector{height:28px!important;min-height:28px!important;padding:0 8px!important;font-size:12px!important;line-height:26px!important}.ant-table-thead>tr>th .ant-select-selection-item,.ant-table-thead>tr>th .ant-select-selection-placeholder{line-height:26px!important;font-size:12px!important}.ant-table-thead>tr>th .ant-select-selection-search-input{height:26px!important}.ant-table-column-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ant-table-cell a{display:block}.ant-table-cell .placement-actions a{display:inline-flex!important;overflow:visible!important;max-width:none!important;white-space:normal!important}.ant-card{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-card);border:1px solid var(--border-color)!important;transition:all var(--transition-normal)}.ant-card:hover{box-shadow:var(--shadow-card-hover)}.ant-card-head{border-bottom:1px solid var(--border-light);min-height:48px}.ant-card-head-title{font-weight:600;color:var(--text-primary)}.ant-btn{transition:all .15s ease!important;font-weight:500}.ant-btn:active{transform:scale(.98)!important}.ant-btn-primary{background:var(--color-primary)!important;border-color:var(--color-primary)!important;font-weight:500;box-shadow:none}.ant-btn-primary:hover,.ant-btn-primary:focus{background:var(--color-primary-hover)!important;border-color:var(--color-primary-hover)!important;box-shadow:0 2px 8px #6366f14d!important}.ant-btn-default{border-color:var(--border-color)!important;color:var(--text-primary)}.ant-btn-default:hover{border-color:var(--color-primary)!important;color:var(--color-primary)!important;background:var(--color-primary-light)!important}.ant-btn-text:hover{background:#0000000a!important}.ant-tag{border-radius:999px!important;font-weight:500;border:none;padding:2px 8px;font-size:12px}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:var(--radius-md)!important;border-color:#d1d5db!important;transition:all var(--transition-fast)!important}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder{color:var(--text-tertiary)!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select-selector:hover,.ant-picker:hover{border-color:var(--color-primary)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #6366f126!important}.ant-form-item-label>label{font-weight:500;color:var(--text-secondary)}.ant-select-dropdown{border-radius:var(--radius-lg);box-shadow:0 4px 16px #0000001f}.ant-select-item-option-selected{background:var(--color-primary-light)!important;font-weight:500}.ant-select-item-option-active{background:var(--table-row-hover)!important}.ant-modal-mask{background:#0006!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.ant-modal-content{border-radius:var(--radius-xl)!important;overflow:hidden;box-shadow:0 16px 48px #00000029!important;padding:0!important}.ant-modal-header{border-bottom:1px solid var(--border-light);padding:20px 24px!important}.ant-modal-title{font-weight:700!important;font-size:20px!important}.ant-modal-body{padding:24px!important}.ant-modal-footer{border-top:1px solid var(--border-light);padding:16px 24px!important;display:flex;justify-content:flex-end;gap:8px}.ant-modal-close{color:var(--text-tertiary)!important}.ant-modal-close:hover{color:var(--text-primary)!important;background:#0000000a!important}.ant-tabs-tab{font-weight:500;color:var(--text-secondary)}.ant-tabs-tab:hover{color:var(--color-primary)}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)!important;font-weight:600}.ant-tabs-ink-bar{background:var(--color-primary)}.ant-dropdown-menu{border-radius:var(--radius-lg);box-shadow:0 4px 16px #0000001f;padding:4px}.ant-dropdown-menu-item{border-radius:var(--radius-sm)}.ant-breadcrumb{font-size:14px}.ant-breadcrumb-link{color:var(--text-secondary)}.ant-breadcrumb-link:hover{color:var(--color-primary)}.ant-pagination-item-active{border-color:var(--color-primary)}.ant-pagination-item-active a{color:var(--color-primary)}.ant-progress-bg{background:var(--color-primary)}.ant-avatar{background:var(--color-primary-light);color:var(--color-primary)}.ant-message-notice-content{border-radius:var(--radius-lg);box-shadow:0 4px 16px #0000001f}.ant-tooltip-inner{border-radius:var(--radius-sm)}.ant-spin-dot-item{background-color:var(--color-primary)}.ant-switch-checked{background:var(--color-primary)}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--color-primary);border-color:var(--color-primary)}.ant-radio-checked .ant-radio-inner{border-color:var(--color-primary)}.ant-radio-checked .ant-radio-inner:after{background-color:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes staggerFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes skeleton{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.ant-layout-content>*{animation:fadeIn .2s ease-out}.ant-table-tbody>tr{animation:staggerFadeIn .2s ease-out both}.ant-table-tbody>tr:nth-child(1){animation-delay:0ms}.ant-table-tbody>tr:nth-child(2){animation-delay:20ms}.ant-table-tbody>tr:nth-child(3){animation-delay:40ms}.ant-table-tbody>tr:nth-child(4){animation-delay:60ms}.ant-table-tbody>tr:nth-child(5){animation-delay:80ms}.ant-table-tbody>tr:nth-child(6){animation-delay:.1s}.ant-table-tbody>tr:nth-child(7){animation-delay:.12s}.ant-table-tbody>tr:nth-child(8){animation-delay:.14s}.ant-table-tbody>tr:nth-child(9){animation-delay:.16s}.ant-table-tbody>tr:nth-child(10){animation-delay:.18s}.loading-pulse{animation:pulse 1.5s ease-in-out infinite}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.page-enter{opacity:0;transform:translateY(8px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity var(--transition-normal),transform var(--transition-normal)}.header-actions .ant-btn{height:36px!important;min-height:36px!important;padding:0 16px!important;font-size:14px!important;font-weight:500!important;border-radius:6px!important;line-height:1!important}.header-actions .ant-btn>span{line-height:1!important}.header-actions .ant-btn .anticon{font-size:15px!important;line-height:1!important}.header-actions .ant-btn-sm{height:30px!important;min-height:30px!important;padding:0 12px!important;font-size:13px!important;line-height:1!important}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.bg-primary{background-color:var(--color-primary)}.bg-success{background-color:var(--color-success)}.bg-warning{background-color:var(--color-warning)}.bg-error{background-color:var(--color-error)}.bg-info{background-color:var(--color-info)}@media (max-width: 767px){.ant-layout-sider{display:none!important}.ant-layout-content{margin-left:0!important}.ant-modal{max-width:100vw!important;width:100vw!important;margin:0!important;top:0!important;padding-bottom:0!important}.ant-modal .ant-modal-content{border-radius:0!important;min-height:100vh;display:flex;flex-direction:column}.ant-modal .ant-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.ant-modal.modal-compact{max-width:100vw!important;width:100vw!important;margin:0 auto!important;padding:0 16px!important}.ant-modal.modal-compact .ant-modal-content{border-radius:12px!important;min-height:auto!important}input,select,textarea,.ant-input,.ant-select-selection-search-input,.ant-input-search input,.ant-picker-input input{font-size:16px!important}.ant-modal-header{padding:12px 16px!important;flex-shrink:0}.ant-modal-body{padding:12px 16px!important;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.ant-modal-footer{padding:12px 16px!important;flex-shrink:0}.ant-modal-title{font-size:16px!important}.ant-modal .ant-row{flex-direction:column!important}.ant-modal .ant-col{max-width:100%!important;flex:0 0 100%!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table-thead>tr>th{padding:8px!important;font-size:11px!important}.ant-table-tbody>tr>td{padding:6px 8px!important;font-size:13px!important;height:40px;line-height:40px}.ant-form-item{margin-bottom:12px!important}.ant-form-item-label{padding-bottom:4px!important}.ant-form-item-label>label{font-size:13px!important}.ant-btn{min-height:40px!important;padding:8px 16px!important;font-size:14px!important}.ant-btn-sm{min-height:32px!important;padding:4px 12px!important}.ant-input,.ant-select-selector,.ant-picker{min-height:40px!important;font-size:16px!important}.ant-input-sm,.ant-select-sm .ant-select-selector{min-height:36px!important}.ant-table-thead>tr>th .ant-input,.ant-table-thead>tr>th .ant-input-affix-wrapper{height:28px!important;min-height:28px!important;max-height:28px!important;font-size:13px!important}.ant-table-thead>tr>th .ant-select,.ant-table-thead>tr>th .ant-select .ant-select-selector{height:28px!important;min-height:28px!important;font-size:13px!important}.ant-form .ant-select{width:100%!important}.ant-picker-dropdown{left:8px!important;right:8px!important;width:calc(100vw - 16px)!important}.ant-tag{font-size:11px!important;padding:1px 6px!important}.ant-pagination{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:4px!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:36px!important;height:36px!important;line-height:36px!important}.ant-card{border-radius:8px!important}.ant-card-body{padding:12px!important}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-nav-list{flex-wrap:nowrap!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-drawer-content-wrapper{max-width:85vw!important}.ant-descriptions-item{padding-bottom:8px!important}.ant-descriptions-item-label{font-size:12px!important}.ant-descriptions-item-content{font-size:14px!important}.ant-typography h1,h1.ant-typography{font-size:24px!important}.ant-typography h2,h2.ant-typography{font-size:20px!important}.ant-typography h3,h3.ant-typography{font-size:18px!important}.ant-typography h4,h4.ant-typography{font-size:16px!important}.ant-space{gap:8px!important}.ant-popover,.ant-dropdown{max-width:calc(100vw - 32px)!important}.ant-alert{padding:8px 12px!important}.ant-tooltip{max-width:calc(100vw - 32px)!important}.header-actions .ant-btn{height:34px!important;min-height:34px!important;padding:0 10px!important;font-size:12px!important}.header-actions .ant-btn>.anticon+span{display:none}.header-actions .ant-btn{min-width:34px!important}}@media (min-width: 768px) and (max-width: 991px){.ant-modal{max-width:600px!important}.ant-col-md-12{max-width:50%!important;flex:0 0 50%!important}.ant-col-md-24{max-width:100%!important;flex:0 0 100%!important}}@media (hover: none) and (pointer: coarse){.ant-btn{min-height:44px!important}.ant-table-cell .ant-btn,.ant-table-cell .ant-btn-sm,.ant-table-cell .ant-btn-text{min-height:32px!important;min-width:32px!important}.ant-input,.ant-select-selector,.ant-picker{min-height:44px!important}.ant-table-cell .ant-input,.ant-table-cell .ant-select-selector{min-height:28px!important}.ant-table-tbody>tr:hover>td{background:transparent!important}.ant-table-wrapper{-webkit-overflow-scrolling:touch}.ant-table-cell span[style*="cursor: pointer"]{min-width:32px!important;min-height:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}@media (max-width: 767px){.hide-mobile{display:none!important}.ant-table-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:16px;pointer-events:none;background:linear-gradient(to left,rgba(0,0,0,.04),transparent);z-index:5}.ant-table-wrapper{position:relative}}@media (min-width: 768px){.hide-desktop{display:none!important}}@supports (padding: env(safe-area-inset-bottom)){.ant-modal-footer{padding-bottom:calc(12px + env(safe-area-inset-bottom))!important}}.react-resizable{position:relative}.react-resizable-handle{position:absolute;right:-5px;bottom:0;top:0;width:10px;cursor:col-resize;z-index:1;background:transparent}.react-resizable-handle:hover{background:#7b68ee4d}th[draggable=true]{-webkit-user-select:none;user-select:none}th[draggable=true]:active{cursor:grabbing}.ant-segmented-item-selected{background-color:#7b68ee!important;color:#fff!important}.ant-segmented-item-selected .ant-segmented-item-label{color:#fff!important}.ant-table-cell-fix-left{z-index:3!important}.ant-table-thead .ant-table-cell-fix-left,th.ant-table-cell-fix-left{z-index:6!important}.ant-table-thead th{padding:6px 8px!important;white-space:nowrap!important;font-size:12px!important}@media (max-width: 768px){.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:2px 3px!important;font-size:11px!important;line-height:1.3!important}.channels-table .ant-table-thead>tr>th{padding:6px 4px!important}.channels-table .channels-table-inline-filter{gap:3px}.channels-table .channels-table-sort-toggle{width:20px;min-width:20px;height:28px}.ant-table-thead>tr>th{font-size:10px!important;height:auto!important;white-space:nowrap!important}.ant-table-tbody>tr>td{height:28px!important;line-height:28px!important}.ant-statistic-title{font-size:10px!important;margin-bottom:0!important}.ant-statistic-content{font-size:16px!important}.ant-statistic-content-suffix{font-size:11px!important}.ant-segmented{font-size:12px!important}.ant-segmented-item-label{padding:2px 8px!important;min-height:28px!important;line-height:24px!important}.ant-card-head{min-height:32px!important;padding:0 8px!important;font-size:13px!important}.ant-card-head-title{padding:6px 0!important}.ant-card-body{padding:8px!important}.ant-table-cell-fix-left{max-width:110px!important}.ant-table-cell-fix-left a{font-size:11px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100px}.ant-table-summary>tr>td{padding:2px 3px!important;font-size:11px!important}}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{text-align:left}.ant-table-tbody>tr>td.ant-table-cell-align-right,.ant-table-thead>tr>th.ant-table-cell-align-right{text-align:right!important}.ant-table-tbody>tr>td.ant-table-cell-align-center,.ant-table-thead>tr>th.ant-table-cell-align-center{text-align:center!important}.ant-table-tbody>tr>td.ant-table-cell-fix-left,.ant-table-thead>tr>th.ant-table-cell-fix-left{text-align:left!important}.compact-rows .ant-table-tbody>tr>td{white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;padding-top:4px!important;padding-bottom:4px!important}.placements-table .ant-table-tbody>tr>td{white-space:nowrap!important}.other-debt-row>td{background:#f5f5ff!important}.promo-code-table .ant-table-tbody>tr:hover>td,.promo-code-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.promo-code-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background:transparent!important}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.hide-tabs-nav .ant-tabs-nav{display:none!important}.ant-table-header{position:sticky!important;top:0;z-index:3}@media all and (display-mode: standalone){.sidebar-header,.ant-modal-wrap{padding-top:env(safe-area-inset-top,0px)!important}.ant-modal{margin-top:env(safe-area-inset-top,0px)!important}.ant-layout-content{padding-bottom:env(safe-area-inset-bottom,0px)!important}}@supports (-webkit-touch-callout: none){@media all and (display-mode: standalone){.ant-modal-wrap,.sidebar-header{padding-top:env(safe-area-inset-top,44px)!important}}}.acct-action-btn.ant-btn,.acct-action-btn.ant-btn-sm{width:140px!important;height:22px!important;line-height:20px!important;font-size:12px!important;padding:0 8px!important}.acct-action-btn.ant-btn .ant-btn-icon,.acct-action-btn.ant-btn-sm .ant-btn-icon{font-size:12px!important}.barter-amount-mismatch td{background-color:#fff7e6!important}.barter-amount-mismatch:hover td{background-color:#ffe7ba!important}.placement-date-filter.ant-picker{height:24px!important;min-height:24px!important;max-height:24px!important;padding:0 4px!important;line-height:22px!important}.placement-date-filter .ant-picker-input{height:22px!important}.placement-date-filter .ant-picker-input>input{font-size:12px!important;height:22px!important;line-height:22px!important}.placement-date-filter .ant-picker-suffix,.placement-date-filter .ant-picker-clear{font-size:12px!important}@media (max-width: 768px){.smm-page{padding:8px 12px 24px!important}.smm-platforms-grid .ant-col{width:100%!important;flex:0 0 100%!important;max-width:100%!important}.smm-page .ant-row{margin-left:-6px!important;margin-right:-6px!important}.smm-page .ant-row>.ant-col{padding-left:6px!important;padding-right:6px!important}.smm-page .ant-table-wrapper{overflow-x:auto}.smm-kpi-row .ant-col{width:50%!important;flex:0 0 50%!important;max-width:50%!important}.smm-filters{flex-direction:column!important;align-items:stretch!important}.smm-filters .ant-select,.smm-filters .ant-picker,.smm-filters .ant-input{width:100%!important}.smm-page>div[style*=maxWidth]{max-width:100%!important}}@media (max-width: 576px){.feature-toggles{grid-template-columns:repeat(2,1fr)!important}}
