.bucket-details-modal{z-index:9999999991}.bucket-details-modal .modal-dialog{max-width:900px;margin:1.75rem auto}.bucket-details-modal .modal-content{background:var(--ff-surface-elevated);border:1px solid var(--ff-surface-hover);border-radius:10px;box-shadow:0 20px 40px rgba(0,0,0,.3);overflow:hidden;color:var(--ff-text-primary)}.bucket-details-modal .modal-header{background:var(--ff-surface-elevated);border-bottom:1px solid var(--ff-surface-hover);padding:1rem}.bucket-details-modal .modal-header .modal-title{width:100%}.bucket-details-modal .modal-header .modal-header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.bucket-details-modal .modal-header .modal-header-content .modal-title-section{flex:1}.bucket-details-modal .modal-header .modal-header-content .modal-title-section .modal-title{font-size:20px;font-weight:700;color:var(--ff-text-primary);margin:0 0 2px}.bucket-details-modal .modal-header .modal-header-content .modal-title-section .modal-subtitle{font-size:13px;color:var(--ff-text-muted);margin:0}.bucket-details-modal .modal-header .modal-header-content .header-actions{display:flex;align-items:center;gap:1rem}.bucket-details-modal .modal-header .modal-header-content .header-actions .close-button{background:none;border:none;color:var(--ff-text-muted);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.bucket-details-modal .modal-header .modal-header-content .header-actions .close-button:hover{color:#ff4d49;background:rgba(255,77,73,.1)}.bucket-details-modal .bucket-details-body{padding:1.5rem;max-height:70vh;overflow-y:auto;background:var(--ff-surface-elevated)}.bucket-details-modal .bucket-details-body::-webkit-scrollbar{width:6px}.bucket-details-modal .bucket-details-body::-webkit-scrollbar-track{background:var(--ff-surface-hover);border-radius:3px}.bucket-details-modal .bucket-details-body::-webkit-scrollbar-thumb{background:var(--ff-text-subtle);border-radius:3px}.bucket-details-modal .bucket-details-body::-webkit-scrollbar-thumb:hover{background:var(--ff-text-subtle)}.bucket-details-modal .bucket-details-content{display:flex;flex-direction:column;gap:1.5rem}.bucket-details-modal .bucket-summary-section .summary-header{margin-bottom:1rem}.bucket-details-modal .bucket-summary-section .summary-header .section-title{display:flex;align-items:center;gap:.75rem;font-size:16px;font-weight:600;color:var(--ff-text-primary);margin:0}.bucket-details-modal .bucket-summary-section .summary-header .section-title .created-date{font-size:12px;font-weight:400;color:var(--ff-text-muted);margin-left:auto}.bucket-details-modal .bucket-summary-section .summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:8px}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,rgba(30,41,59,.8),rgba(51,65,85,.8));border:1px solid color-mix(in srgb,var(--ff-text-muted) 10%,transparent);border-radius:12px;backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--ff-accent),var(--ff-accent));opacity:0;transition:opacity .3s ease}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15);border-color:color-mix(in srgb,var(--ff-accent) 30%,transparent)}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item:hover:before{opacity:1}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.primary .summary-icon{background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 20%,transparent),rgba(29,78,216,.2));border:1px solid color-mix(in srgb,var(--ff-accent) 30%,transparent);color:var(--ff-accent)}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.success .summary-icon{background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(22,163,74,.2));border:1px solid rgba(34,197,94,.3);color:#22c55e}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.failure .summary-icon{background:linear-gradient(135deg,rgba(239,68,68,.2),rgba(220,38,38,.2));border:1px solid rgba(239,68,68,.3);color:#ef4444}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.delivered .summary-icon{background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(22,163,74,.2));border:1px solid rgba(34,197,94,.3);color:#22c55e}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.active .summary-icon{background:linear-gradient(135deg,rgba(234,179,8,.2),rgba(202,138,4,.2));border:1px solid rgba(234,179,8,.3);color:#eab308}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.unique .summary-icon{background:linear-gradient(135deg,rgba(249,115,22,.2),rgba(234,88,12,.2));border:1px solid rgba(249,115,22,.3);color:#f97316}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.multi-tagged .summary-icon{background:linear-gradient(135deg,rgba(236,72,153,.2),rgba(219,39,119,.2));border:1px solid rgba(236,72,153,.3);color:#ec4899}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.info .summary-icon,.bucket-details-modal .bucket-summary-section .summary-grid .summary-item.total .summary-icon{background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 20%,transparent),rgba(29,78,216,.2));border:1px solid color-mix(in srgb,var(--ff-accent) 30%,transparent);color:var(--ff-accent)}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info{flex:1}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info label{display:block;font-size:12px;font-weight:500;color:var(--ff-text-muted);margin-bottom:3px}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value{display:block;font-size:22px;font-weight:700;color:var(--ff-text-strong);line-height:1;margin:0}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.success{color:#22c55e}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.failure{color:#ef4444}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.delivered{color:#22c55e}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.active{color:#eab308}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.unique{color:#f97316}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.multi-tagged{color:#ec4899}.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.info,.bucket-details-modal .bucket-summary-section .summary-grid .summary-item .summary-info .summary-value.total{color:var(--ff-accent)}.bucket-details-modal .owner-code-section .section-header{margin-bottom:1rem}.bucket-details-modal .owner-code-section .section-header .section-title{display:flex;align-items:center;gap:.75rem;font-size:16px;font-weight:600;color:var(--ff-text-primary);margin:0}.bucket-details-modal .owner-code-section .table-container{flex:1;overflow-x:auto;border-radius:12px;background:rgba(30,41,59,.3);border:1px solid color-mix(in srgb,var(--ff-text-muted) 10%,transparent);backdrop-filter:blur(10px)}.bucket-details-modal .owner-code-section .table-container::-webkit-scrollbar{height:6px}.bucket-details-modal .owner-code-section .table-container::-webkit-scrollbar-track{background:var(--ff-surface-hover);border-radius:3px}.bucket-details-modal .owner-code-section .table-container::-webkit-scrollbar-thumb{background:var(--ff-text-subtle);border-radius:3px}.bucket-details-modal .owner-code-section .table-container::-webkit-scrollbar-thumb:hover{background:var(--ff-text-subtle)}.bucket-details-modal .owner-code-section .table-container .owner-code-table{margin:0;background:transparent;border:none}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-thead{background:linear-gradient(135deg,rgba(51,65,85,.8),rgba(71,85,105,.8));border-top:1px solid rgba(148,163,184,.2);border-bottom:1px solid rgba(148,163,184,.2)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-thead th{border:none;padding:16px 20px;color:var(--ff-text-primary);font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;position:relative;white-space:nowrap}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-thead th:hover{background:color-mix(in srgb,var(--ff-accent) 10%,transparent);color:var(--ff-accent)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-thead th>div{display:flex;align-items:center;gap:8px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-thead th .sort-symbol{font-size:14px;font-weight:600;transition:all .3s ease;cursor:pointer}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-thead th .sort-symbol.active{font-weight:700}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row{border-bottom:1px solid color-mix(in srgb,var(--ff-text-muted) 10%,transparent);transition:all .3s ease}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row:hover{background:color-mix(in srgb,var(--ff-accent) 5%,transparent)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row.last-data-row,.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row:last-child{border-bottom:none}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row td{border:none;padding:16px 20px;vertical-align:middle;color:var(--ff-text-primary);font-size:14px;white-space:nowrap}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell{border-right:1px solid rgba(70,73,99,.2)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell .promo-code-container{display:flex;align-items:center;justify-content:space-between;gap:8px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell .promo-code-container .promo-code{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 10%,transparent),rgba(139,92,246,.1));border:1px solid color-mix(in srgb,var(--ff-accent) 20%,transparent);border-radius:6px;font-weight:600;color:var(--ff-accent);font-family:Courier New,monospace;letter-spacing:.5px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell .promo-code-container .copy-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(102,108,255,.1);border:1px solid rgba(102,108,255,.2);border-radius:4px;color:var(--ff-accent);cursor:pointer;transition:all .3s ease;opacity:.7;position:relative}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell .promo-code-container .copy-button:hover{background:rgba(102,108,255,.2);border-color:rgba(102,108,255,.4);opacity:1;transform:scale(1.05)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell .promo-code-container .copy-button:active{transform:scale(.95)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell .promo-code-container .copy-button.copied{background:rgba(0,193,107,.1);border-color:rgba(0,193,107,.3);color:#00c16b}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .promo-code-cell .promo-code-container .copy-button.copied svg{transform:scale(1.2)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .approved-cell .count-badge-approved{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(22,163,74,.1));border-radius:6px;color:#22c55e;font-weight:600;font-size:13px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .approved-cell .count-badge-approved svg{color:#22c55e}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .rejected-cell .count-badge-rejected{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(220,38,38,.1));border-radius:6px;color:#ef4444;font-weight:600;font-size:13px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .rejected-cell .count-badge-rejected svg{color:#ef4444}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .total-cell .count-badge-total{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 10%,transparent),rgba(29,78,216,.1));border-radius:6px;color:var(--ff-accent);font-weight:600;font-size:13px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .total-cell .count-badge-total svg{color:var(--ff-accent)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .active-cell .count-badge-active{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(234,179,8,.1),rgba(202,138,4,.1));border-radius:6px;color:#eab308;font-weight:600;font-size:13px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .active-cell .count-badge-active svg{color:#eab308}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .unique-cell .count-badge-unique{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(234,88,12,.1));border-radius:6px;color:#f97316;font-weight:600;font-size:13px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .unique-cell .count-badge-unique svg{color:#f97316}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .delivered-cell .count-badge-delivered{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(22,163,74,.1));border-radius:6px;color:#22c55e;font-weight:600;font-size:13px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .delivered-cell .count-badge-delivered svg{color:#22c55e}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .multi-tagged-cell .count-badge-multi-tagged{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(236,72,153,.1),rgba(219,39,119,.1));border-radius:6px;color:#ec4899;font-weight:600;font-size:13px}.bucket-details-modal .owner-code-section .table-container .owner-code-table .table-row .multi-tagged-cell .count-badge-multi-tagged svg{color:#ec4899}.bucket-details-modal .owner-code-section .table-container .owner-code-table .no-data-cell .no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--ff-text-muted)}.bucket-details-modal .owner-code-section .table-container .owner-code-table .no-data-cell .no-data p{margin:16px 0 0;font-size:16px;color:var(--ff-text-muted)}.bucket-details-modal .filters-section .section-header{margin-bottom:1rem}.bucket-details-modal .filters-section .section-header .section-title{display:flex;align-items:center;gap:.75rem;font-size:16px;font-weight:600;color:var(--ff-text-primary);margin:0}.bucket-details-modal .filters-section .json-container{background:var(--ff-surface-elevated);border:1px solid var(--ff-surface-hover);border-radius:8px;overflow:auto}.bucket-details-modal .filters-section .json-container .json-view{margin:0;padding:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.6;color:var(--ff-text-primary);background:transparent;border:none;outline:none;resize:none;width:100%;height:auto;min-height:150px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:pre;overflow:auto}.bucket-details-modal .filters-section .json-container .json-view::-webkit-scrollbar{width:8px;height:8px}.bucket-details-modal .filters-section .json-container .json-view::-webkit-scrollbar-track{background:var(--ff-surface-hover);border-radius:4px}.bucket-details-modal .filters-section .json-container .json-view::-webkit-scrollbar-thumb{background:var(--ff-text-subtle);border-radius:4px}.bucket-details-modal .filters-section .json-container .json-view::-webkit-scrollbar-thumb:hover{background:var(--ff-text-subtle)}.bucket-details-modal .filters-section .json-container .json-view::-webkit-scrollbar-corner{background:var(--ff-surface-hover)}.bucket-details-modal .loading-state{display:flex;align-items:center;justify-content:center;min-height:200px}.bucket-details-modal .loading-state .loading-content{width:100%}.bucket-details-modal .loading-state .summary-item-skeleton{display:flex;align-items:center;gap:12px;padding:16px;background:color-mix(in srgb,var(--ff-text-strong) 2%,transparent);border:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);border-radius:12px}.bucket-details-modal .loading-state .summary-item-skeleton .skeleton-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 10%,transparent),color-mix(in srgb,var(--ff-text-strong) 20%,transparent),color-mix(in srgb,var(--ff-text-strong) 10%,transparent));background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite}.bucket-details-modal .loading-state .summary-item-skeleton .skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.bucket-details-modal .loading-state .summary-item-skeleton .skeleton-content .skeleton-label{width:80px;height:12px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 8%,transparent),color-mix(in srgb,var(--ff-text-strong) 15%,transparent),color-mix(in srgb,var(--ff-text-strong) 8%,transparent));background-size:200% 100%;border-radius:4px;animation:skeletonShimmer 1.5s ease-in-out infinite}.bucket-details-modal .loading-state .summary-item-skeleton .skeleton-content .skeleton-value{width:50px;height:22px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 10%,transparent),color-mix(in srgb,var(--ff-text-strong) 20%,transparent),color-mix(in srgb,var(--ff-text-strong) 10%,transparent));background-size:200% 100%;border-radius:6px;animation:skeletonShimmer 1.5s ease-in-out infinite}.bucket-details-modal .loading-state .skeleton-table{background:color-mix(in srgb,var(--ff-text-strong) 2%,transparent);border:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);border-radius:12px;overflow:hidden}.bucket-details-modal .loading-state .skeleton-table .skeleton-table-header{display:flex;background:color-mix(in srgb,var(--ff-text-strong) 2%,transparent);border-bottom:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);padding:8px;gap:8px}.bucket-details-modal .loading-state .skeleton-table .skeleton-table-header .skeleton-header-cell{flex:1;height:60px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 8%,transparent),color-mix(in srgb,var(--ff-text-strong) 15%,transparent),color-mix(in srgb,var(--ff-text-strong) 8%,transparent));background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite;border-radius:8px}.bucket-details-modal .loading-state .skeleton-table .skeleton-table-body .skeleton-table-row{display:flex;border-bottom:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);padding:8px;gap:8px}.bucket-details-modal .loading-state .skeleton-table .skeleton-table-body .skeleton-table-row:last-child{border-bottom:none}.bucket-details-modal .loading-state .skeleton-table .skeleton-table-body .skeleton-table-row .skeleton-table-cell{flex:1;height:60px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 5%,transparent),color-mix(in srgb,var(--ff-text-strong) 10%,transparent),color-mix(in srgb,var(--ff-text-strong) 5%,transparent));background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite;border-radius:8px}.bucket-details-modal .error-state{display:flex;align-items:center;justify-content:center;min-height:200px}.bucket-details-modal .error-state .error-content{text-align:center;color:var(--ff-text-muted)}.bucket-details-modal .error-state .error-content h3{font-size:18px;font-weight:600;color:var(--ff-text-primary);margin:1rem 0 .5rem}.bucket-details-modal .error-state .error-content p{font-size:14px;margin:0}@media(max-width:768px){.bucket-details-modal .modal-dialog{margin:1rem;max-width:calc(100vw - 2rem)}.bucket-details-modal .bucket-details-body{padding:1rem}.bucket-details-modal .summary-grid{grid-template-columns:1fr}.bucket-details-modal .owner-code-table{font-size:12px}.bucket-details-modal .owner-code-table td,.bucket-details-modal .owner-code-table th{padding:.75rem}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.BucketsSummaryList_primary_btn__wXyr4{background-image:var(--ff-accent-gradient);color:#fff;font-size:14px;font-weight:600;border:none;box-shadow:none;border-radius:30px;padding:8px 20px;height:37px;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.BucketsSummaryList_primary_btn__wXyr4:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s ease}.BucketsSummaryList_primary_btn__wXyr4:hover:before{left:100%}.BucketsSummaryList_primary_btn__wXyr4:not(:disabled):hover{background-image:linear-gradient(180deg,var(--ff-accent-hover) 0,var(--ff-accent) 100%);color:#fff;box-shadow:0 8px 25px var(--ff-focus-ring)}.BucketsSummaryList_primary_btn__wXyr4:not(:disabled):active{transform:translateY(0);box-shadow:0 4px 15px var(--ff-focus-ring)}.BucketsSummaryList_primary_btn__wXyr4:disabled{cursor:not-allowed;opacity:.7;transform:none!important;box-shadow:none!important}.BucketsSummaryList_primary_btn__wXyr4:disabled:before{display:none}@media(max-width:575px){.BucketsSummaryList_primary_btn__wXyr4{padding:6px 12px;height:32px}}.BucketsSummaryList_sm_pink_btn__U_Kbi{font-size:16px;font-weight:500;color:#fff;background-color:var(--ff-accent);padding:8px 24px;border-radius:50px;border:none;box-shadow:none;display:inline-block}.BucketsSummaryList_delete_btn__QcUl_{color:var(--ff-danger);background-color:var(--ff-page-bg);font-size:14px;font-weight:600;border:none;box-shadow:none;border-radius:30px;padding:8px 20px;height:37px;outline:none}@media(max-width:767px){.BucketsSummaryList_delete_btn__QcUl_{font-size:14px;padding:9px 24px}}.BucketsSummaryList_delete_btn__QcUl_:hover{transition:all .3s linear;background-color:var(--ff-danger);color:#fff}.BucketsSummaryList_delete_btn__QcUl_:not(:disabled):active{transform:scale(.95);transition:all .2s linear}.BucketsSummaryList_secondary_btn__fBg5E{color:var(--ff-text-subtle);border:1px solid var(--ff-text-subtle);font-size:16px;font-weight:600;border-radius:30px;padding:9px 32px;background-color:transparent}@media(max-width:767px){.BucketsSummaryList_secondary_btn__fBg5E{font-size:14px;padding:9px 24px}}.BucketsSummaryList_secondary_btn__fBg5E:hover{background-color:var(--ff-text-subtle);color:#fff}.BucketsSummaryList_normal_form__4PbL3{margin-bottom:24px}.BucketsSummaryList_normal_form__4PbL3:last-child{margin-bottom:0}.BucketsSummaryList_normal_form__4PbL3 label{font-size:14px;font-weight:600;color:var(--ff-text-primary);margin-bottom:8px;display:block}.BucketsSummaryList_normal_form__4PbL3 .BucketsSummaryList_inputfld__jaC_a{width:100%;border-radius:10px;height:56px;background-color:transparent;border:1px solid var(--ff-border);color:#fff;font-size:16px;padding:15px}.BucketsSummaryList_normal_form__4PbL3 .BucketsSummaryList_inputfld__jaC_a:focus-visible{outline:none}.BucketsSummaryList_normal_form__4PbL3.BucketsSummaryList_numInputfld__TsSvk{position:relative}.BucketsSummaryList_normal_form__4PbL3.BucketsSummaryList_numInputfld__TsSvk:before{content:"$";position:absolute;width:20px;height:20px;top:45px;left:24px;color:#fff}.BucketsSummaryList_normal_form__4PbL3.BucketsSummaryList_numInputfld__TsSvk .BucketsSummaryList_inputfld__jaC_a{padding-left:40px}.BucketsSummaryList_inputfld__jaC_a::placeholder{color:var(--ff-text-subtle)!important}.BucketsSummaryList_app-pagination__qgVRW{padding:6px 0}.BucketsSummaryList_app-pagination__qgVRW li a,.BucketsSummaryList_app-pagination__qgVRW li>span{background-color:var(--ff-accent);color:#fff;font-size:14px;font-weight:600;border:none;box-shadow:none;border-radius:6px;padding:8px 20px;height:37px;line-height:18px;margin:0 10px}.BucketsSummaryList_app-pagination__qgVRW li.BucketsSummaryList_active__9ZsEk>span{background-color:var(--ff-accent);border:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.522)}.BucketsSummaryList_app-pagination__qgVRW li:not(.BucketsSummaryList_disabled__r_Jn8):hover>a,.BucketsSummaryList_app-pagination__qgVRW li:not(.BucketsSummaryList_disabled__r_Jn8):hover>span{box-shadow:0 0 0 3px hsla(0,0%,100%,.522);background-color:var(--ff-accent);color:#fff}.BucketsSummaryList_app-pagination__qgVRW li:first-child>a,.BucketsSummaryList_app-pagination__qgVRW li:first-child>span,.BucketsSummaryList_app-pagination__qgVRW li:last-child>a,.BucketsSummaryList_app-pagination__qgVRW li:last-child>span{background-image:var(--ff-accent-gradient);font-size:26px;color:#fff}.BucketsSummaryList_app-pagination__qgVRW li.BucketsSummaryList_disabled__r_Jn8>span{background-color:var(--ff-accent);color:#fff}.BucketsSummaryList_app_datepicker__4STUz{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);border-color:var(--ff-border);font-size:14px;height:40px;background-color:var(--ff-surface-elevated)}.BucketsSummaryList_app_datepicker__header__s4KaU{background-color:#f1f5f9;border-bottom:1px solid var(--ff-text-primary);padding:8px 0}.BucketsSummaryList_app_datepicker__current-month__mohqW,.BucketsSummaryList_app_datepicker__month-select__XML3G,.BucketsSummaryList_app_datepicker__year-select__ALtpj{font-weight:600;color:#1e293b}.BucketsSummaryList_app_datepicker__day__gdyci,.BucketsSummaryList_app_datepicker__month-text__CG5hU{color:#334155;border-radius:6px}.BucketsSummaryList_app_datepicker__day__gdyci:hover,.BucketsSummaryList_app_datepicker__month-text__CG5hU:hover{background-color:var(--ff-text-primary);color:#1e40af}.BucketsSummaryList_app_datepicker__day--selected__aOohI,.BucketsSummaryList_app_datepicker__month-text--selected__wuMtJ{background-color:red;color:#fff}.BucketsSummaryList_app_datepicker__day--keyboard-selected__rs9AP,.BucketsSummaryList_app_datepicker__month-text--keyboard-selected__OHxko{background-color:#2563eb;color:#fff}.BucketsSummaryList_app_datepicker-popper__QSR7z{z-index:9999}.BucketsSummaryList_datepicker-input__6YH7q{padding:6px 14px;font-size:14px;border:1px solid var(--ff-border);border-radius:6px;outline:none;width:200px;background-color:var(--ff-surface-elevated);color:var(--ff-text-primary)}.BucketsSummaryList_datepicker-input__6YH7q:focus{border-color:var(--ff-accent);box-shadow:0 0 0 2px rgba(30,64,175,.2)}.BucketsSummaryList_react-datepicker-popup__iDhWQ{text-align:center}.BucketsSummaryList_summary_container__jLiWR{padding:20px;height:100%;display:flex;flex-direction:column;gap:24px}.BucketsSummaryList_summary_stats__zyYVh{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:8px}@media(min-width:1200px){.BucketsSummaryList_summary_stats__zyYVh{grid-template-columns:repeat(4,1fr)}}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,rgba(30,41,59,.8),rgba(51,65,85,.8));border:1px solid color-mix(in srgb,var(--ff-text-muted) 10%,transparent);border-radius:12px;backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--ff-accent),var(--ff-accent));opacity:0;transition:opacity .3s ease}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15);border-color:color-mix(in srgb,var(--ff-accent) 30%,transparent)}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY:hover:before{opacity:1}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_icon_approved__dWGpw{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(22,163,74,.2));border:1px solid rgba(34,197,94,.3);color:#22c55e}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_icon_rejected__PIDxx{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(239,68,68,.2),rgba(220,38,38,.2));border:1px solid rgba(239,68,68,.3);color:#ef4444}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_icon_total__GrpAA{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 20%,transparent),rgba(29,78,216,.2));border:1px solid color-mix(in srgb,var(--ff-accent) 30%,transparent);color:var(--ff-accent)}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_icon_active__cMo_q{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(234,179,8,.2),rgba(202,138,4,.2));border:1px solid rgba(234,179,8,.3);color:#eab308}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_icon_unique__qF2yU{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(249,115,22,.2),rgba(234,88,12,.2));border:1px solid rgba(249,115,22,.3);color:#f97316}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_icon_delivered__bfkI7{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(22,163,74,.2));border:1px solid rgba(34,197,94,.3);color:#22c55e}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_icon_multi_tagged__hgiWu{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(236,72,153,.2),rgba(219,39,119,.2));border:1px solid rgba(236,72,153,.3);color:#ec4899}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_content__hMAvk{flex:1}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_content__hMAvk h3{margin:0 0 4px;font-size:28px;font-weight:700;color:var(--ff-text-strong);line-height:1}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_content__hMAvk p{margin:0;font-size:14px;color:var(--ff-text-muted);font-weight:500}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,rgba(30,41,59,.8),rgba(51,65,85,.8));border:1px solid color-mix(in srgb,var(--ff-text-muted) 10%,transparent);border-radius:12px;backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--ff-accent),var(--ff-accent));opacity:0;transition:opacity .3s ease}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15);border-color:color-mix(in srgb,var(--ff-accent) 30%,transparent)}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z:hover:before{opacity:1}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_icon_approved__dWGpw{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(22,163,74,.2));border:1px solid rgba(34,197,94,.3);color:#22c55e}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_icon_rejected__PIDxx{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(239,68,68,.2),rgba(220,38,38,.2));border:1px solid rgba(239,68,68,.3);color:#ef4444}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_icon_total__GrpAA{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 20%,transparent),rgba(29,78,216,.2));border:1px solid color-mix(in srgb,var(--ff-accent) 30%,transparent);color:var(--ff-accent)}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_icon_active__cMo_q{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(234,179,8,.2),rgba(202,138,4,.2));border:1px solid rgba(234,179,8,.3);color:#eab308}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_icon_unique__qF2yU{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(249,115,22,.2),rgba(234,88,12,.2));border:1px solid rgba(249,115,22,.3);color:#f97316}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_icon_delivered__bfkI7{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(22,163,74,.2));border:1px solid rgba(34,197,94,.3);color:#22c55e}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_icon_multi_tagged__hgiWu{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(236,72,153,.2),rgba(219,39,119,.2));border:1px solid rgba(236,72,153,.3);color:#ec4899}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_content__hMAvk{flex:1;display:flex;flex-direction:row;gap:4px}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_content__hMAvk h3{margin:0 0 4px;font-size:16px;font-weight:700;color:var(--ff-text-strong);line-height:1}.BucketsSummaryList_summary_stats__zyYVh .BucketsSummaryList_stat_card2__jES9z .BucketsSummaryList_stat_content__hMAvk p{margin:0;font-size:12px;color:var(--ff-text-muted);font-weight:500}.BucketsSummaryList_search_section__B9i0F{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_search_box__CUbwv{flex:1;max-width:400px}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_search_box__CUbwv .BucketsSummaryList_search_input__mJn67{width:100%;padding:12px 16px 12px 44px;border:1px solid var(--ff-border);border-radius:8px;background:color-mix(in srgb,var(--ff-surface-raised) 50%,transparent);color:var(--ff-text-primary);font-size:14px;transition:all .3s ease}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_search_box__CUbwv .BucketsSummaryList_search_input__mJn67:focus{outline:none;border-color:var(--ff-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--ff-accent) 10%,transparent);background:rgba(30,41,59,.8)}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_search_box__CUbwv .BucketsSummaryList_search_input__mJn67::placeholder{color:var(--ff-text-muted)}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_refresh_button__NfvsW{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--ff-border);border-radius:8px;background:color-mix(in srgb,var(--ff-surface-raised) 50%,transparent);color:var(--ff-text-muted);cursor:pointer;transition:all .3s ease}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_refresh_button__NfvsW:hover:not(:disabled){border-color:var(--ff-accent);color:var(--ff-accent);background:color-mix(in srgb,var(--ff-accent) 10%,transparent)}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_refresh_button__NfvsW:disabled{opacity:.5;cursor:not-allowed}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_refresh_button__NfvsW .BucketsSummaryList_spinning__QHK8I{animation:BucketsSummaryList_spin__tvpsz 1s linear infinite}.BucketsSummaryList_table_container__FtWPP{flex:1;overflow:hidden;border-radius:12px;background:rgba(30,41,59,.3);border:1px solid color-mix(in srgb,var(--ff-text-muted) 10%,transparent);backdrop-filter:blur(10px)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN{margin:0;background:transparent;border:none}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_thead__Vgz_N{background:linear-gradient(135deg,rgba(51,65,85,.8),rgba(71,85,105,.8));border-top:1px solid rgba(148,163,184,.2);border-bottom:1px solid rgba(148,163,184,.2)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_thead__Vgz_N th{border:none;padding:16px 20px;color:var(--ff-text-primary);font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;position:relative}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_thead__Vgz_N th:hover{background:color-mix(in srgb,var(--ff-accent) 10%,transparent);color:var(--ff-accent)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_thead__Vgz_N th>div{display:flex;align-items:center;gap:8px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_thead__Vgz_N th .BucketsSummaryList_sort_symbol__fy5Lr{font-size:14px;font-weight:600;transition:all .3s ease;cursor:pointer}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_thead__Vgz_N th .BucketsSummaryList_sort_symbol__fy5Lr.BucketsSummaryList_active__9ZsEk{font-weight:700}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi{border-bottom:1px solid color-mix(in srgb,var(--ff-text-muted) 10%,transparent);transition:all .3s ease}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi:hover{background:color-mix(in srgb,var(--ff-accent) 5%,transparent)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi.BucketsSummaryList_last_data_row__Uu0cY,.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi:last-child{border-bottom:none}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi td{border:none;padding:16px 20px;vertical-align:middle;color:var(--ff-text-primary);font-size:14px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm{border-right:1px solid rgba(70,73,99,.2)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm .BucketsSummaryList_promo_code_container__cr6WD{display:flex;align-items:center;justify-content:space-between;gap:8px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm .BucketsSummaryList_promo_code_container__cr6WD .BucketsSummaryList_promo_code__JmCr1{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 10%,transparent),rgba(139,92,246,.1));border:1px solid color-mix(in srgb,var(--ff-accent) 20%,transparent);border-radius:6px;font-weight:600;color:var(--ff-accent);font-family:Courier New,monospace;letter-spacing:.5px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm .BucketsSummaryList_promo_code_container__cr6WD .BucketsSummaryList_copy_button__pkQ3Q{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(102,108,255,.1);border:1px solid rgba(102,108,255,.2);border-radius:4px;color:var(--ff-accent);cursor:pointer;transition:all .3s ease;opacity:.7;position:relative}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm .BucketsSummaryList_promo_code_container__cr6WD .BucketsSummaryList_copy_button__pkQ3Q:hover{background:rgba(102,108,255,.2);border-color:rgba(102,108,255,.4);opacity:1;transform:scale(1.05)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm .BucketsSummaryList_promo_code_container__cr6WD .BucketsSummaryList_copy_button__pkQ3Q:active{transform:scale(.95)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm .BucketsSummaryList_promo_code_container__cr6WD .BucketsSummaryList_copy_button__pkQ3Q.BucketsSummaryList_copied__OlIqh{background:rgba(0,193,107,.1);border-color:rgba(0,193,107,.3);color:#00c16b}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_promo_code_cell__fKDVm .BucketsSummaryList_promo_code_container__cr6WD .BucketsSummaryList_copy_button__pkQ3Q.BucketsSummaryList_copied__OlIqh svg{transform:scale(1.2)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_approved_cell__ozJCD .BucketsSummaryList_count_badge_approved__ENI1W{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(22,163,74,.1));border-radius:6px;color:#22c55e;font-weight:600;font-size:13px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_approved_cell__ozJCD .BucketsSummaryList_count_badge_approved__ENI1W svg{color:#22c55e}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_rejected_cell__zDJnn .BucketsSummaryList_count_badge_rejected__1okxm{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(220,38,38,.1));border-radius:6px;color:#ef4444;font-weight:600;font-size:13px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_rejected_cell__zDJnn .BucketsSummaryList_count_badge_rejected__1okxm svg{color:#ef4444}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_total_cell__bOQaI .BucketsSummaryList_count_badge_total__R4HdY{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 10%,transparent),rgba(29,78,216,.1));border-radius:6px;color:var(--ff-accent);font-weight:600;font-size:13px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_total_cell__bOQaI .BucketsSummaryList_count_badge_total__R4HdY svg{color:var(--ff-accent)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_active_cell__UYhiX .BucketsSummaryList_count_badge_active__QOn_V{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(234,179,8,.1),rgba(202,138,4,.1));border-radius:6px;color:#eab308;font-weight:600;font-size:13px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_active_cell__UYhiX .BucketsSummaryList_count_badge_active__QOn_V svg{color:#eab308}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_unique_cell__72Zhr .BucketsSummaryList_count_badge_unique__ZTjnJ{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(234,88,12,.1));border-radius:6px;color:#f97316;font-weight:600;font-size:13px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_unique_cell__72Zhr .BucketsSummaryList_count_badge_unique__ZTjnJ svg{color:#f97316}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_delivered_cell__NvhIi .BucketsSummaryList_count_badge_delivered__q8wKr{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(22,163,74,.1));border-radius:6px;color:#22c55e;font-weight:600;font-size:13px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_delivered_cell__NvhIi .BucketsSummaryList_count_badge_delivered__q8wKr svg{color:#22c55e}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_multi_tagged_cell__OSF5e .BucketsSummaryList_count_badge_multi_tagged__FqL5_{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,rgba(236,72,153,.1),rgba(219,39,119,.1));border-radius:6px;color:#ec4899;font-weight:600;font-size:13px}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi .BucketsSummaryList_multi_tagged_cell__OSF5e .BucketsSummaryList_count_badge_multi_tagged__FqL5_ svg{color:#ec4899}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_no_data_cell__NI49W .BucketsSummaryList_no_data__bnkyQ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--ff-text-muted)}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_no_data_cell__NI49W .BucketsSummaryList_no_data__bnkyQ p{margin:16px 0 0;font-size:16px;color:var(--ff-text-muted)}.BucketsSummaryList_empty_state__ZsHt0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--ff-text-muted)}.BucketsSummaryList_empty_state__ZsHt0 h3{margin:16px 0 8px;color:var(--ff-text-primary);font-size:20px;font-weight:600}.BucketsSummaryList_empty_state__ZsHt0 p{color:var(--ff-text-muted);font-size:14px}@media(max-width:768px){.BucketsSummaryList_summary_container__jLiWR{padding:16px;gap:16px}.BucketsSummaryList_summary_stats__zyYVh{grid-template-columns:1fr;gap:12px}.BucketsSummaryList_stat_card__OahiY{padding:16px;gap:12px}.BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_content__hMAvk h3{font-size:24px}.BucketsSummaryList_stat_card__OahiY .BucketsSummaryList_stat_content__hMAvk p{font-size:13px}.BucketsSummaryList_search_section__B9i0F{flex-direction:column;gap:8px}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_search_box__CUbwv{max-width:100%}.BucketsSummaryList_search_section__B9i0F .BucketsSummaryList_refresh_button__NfvsW{align-self:flex-end}.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_row__ljCGi td,.BucketsSummaryList_table_container__FtWPP .BucketsSummaryList_summary_table__tNfNN .BucketsSummaryList_table_thead__Vgz_N th{padding:12px 16px;font-size:13px}}@media(min-width:769px)and (max-width:1199px){.BucketsSummaryList_summary_stats__zyYVh{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@keyframes BucketsSummaryList_shimmer__6UVtt{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes BucketsSummaryList_spin__tvpsz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes BucketsSummaryList_skeletonShimmer__6xh0l{0%{background-position:-200% 0}to{background-position:200% 0}}.BucketsSummaryList_stat_card_skeleton__kjftV{display:flex;align-items:center;gap:16px;padding:20px;background:color-mix(in srgb,var(--ff-text-strong) 2%,transparent);border:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);border-radius:12px}.BucketsSummaryList_stat_card_skeleton__kjftV .BucketsSummaryList_skeleton_icon__Agdnc{width:48px;height:48px;border-radius:12px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 10%,transparent),color-mix(in srgb,var(--ff-text-strong) 20%,transparent),color-mix(in srgb,var(--ff-text-strong) 10%,transparent));background-size:200% 100%;animation:BucketsSummaryList_skeletonShimmer__6xh0l 1.5s ease-in-out infinite}.BucketsSummaryList_stat_card_skeleton__kjftV .BucketsSummaryList_skeleton_content__liXDH{flex:1;display:flex;flex-direction:column;gap:8px}.BucketsSummaryList_stat_card_skeleton__kjftV .BucketsSummaryList_skeleton_content__liXDH .BucketsSummaryList_skeleton_number__pPZCs{width:60px;height:28px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 10%,transparent),color-mix(in srgb,var(--ff-text-strong) 20%,transparent),color-mix(in srgb,var(--ff-text-strong) 10%,transparent));background-size:200% 100%;border-radius:6px;animation:BucketsSummaryList_skeletonShimmer__6xh0l 1.5s ease-in-out infinite}.BucketsSummaryList_stat_card_skeleton__kjftV .BucketsSummaryList_skeleton_content__liXDH .BucketsSummaryList_skeleton_label__2tvqq{width:100px;height:14px;border-radius:4px}.BucketsSummaryList_skeleton_search_input__l_rLS,.BucketsSummaryList_stat_card_skeleton__kjftV .BucketsSummaryList_skeleton_content__liXDH .BucketsSummaryList_skeleton_label__2tvqq{background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 8%,transparent),color-mix(in srgb,var(--ff-text-strong) 15%,transparent),color-mix(in srgb,var(--ff-text-strong) 8%,transparent));background-size:200% 100%;animation:BucketsSummaryList_skeletonShimmer__6xh0l 1.5s ease-in-out infinite}.BucketsSummaryList_skeleton_search_input__l_rLS{width:100%;height:44px;border-radius:8px}.BucketsSummaryList_skeleton_refresh_button__Mv3qK{width:40px;height:40px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 8%,transparent),color-mix(in srgb,var(--ff-text-strong) 15%,transparent),color-mix(in srgb,var(--ff-text-strong) 8%,transparent));background-size:200% 100%;border-radius:8px;animation:BucketsSummaryList_skeletonShimmer__6xh0l 1.5s ease-in-out infinite}.BucketsSummaryList_skeleton_table__Pw8Td{background:color-mix(in srgb,var(--ff-text-strong) 2%,transparent);border:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);border-radius:12px;overflow:hidden}.BucketsSummaryList_skeleton_table__Pw8Td .BucketsSummaryList_skeleton_table_header__VzoDX{display:flex;background:color-mix(in srgb,var(--ff-text-strong) 2%,transparent);border-bottom:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);padding:8px;gap:8px}.BucketsSummaryList_skeleton_table__Pw8Td .BucketsSummaryList_skeleton_table_header__VzoDX .BucketsSummaryList_skeleton_header_cell__udVlz{flex:1;height:60px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 8%,transparent),color-mix(in srgb,var(--ff-text-strong) 15%,transparent),color-mix(in srgb,var(--ff-text-strong) 8%,transparent));background-size:200% 100%;animation:BucketsSummaryList_skeletonShimmer__6xh0l 1.5s ease-in-out infinite;border-radius:8px}.BucketsSummaryList_skeleton_table__Pw8Td .BucketsSummaryList_skeleton_table_body__RNPZo .BucketsSummaryList_skeleton_table_row__QbJ4N{display:flex;border-bottom:1px solid color-mix(in srgb,var(--ff-text-strong) 5%,transparent);padding:8px;gap:8px}.BucketsSummaryList_skeleton_table__Pw8Td .BucketsSummaryList_skeleton_table_body__RNPZo .BucketsSummaryList_skeleton_table_row__QbJ4N:last-child{border-bottom:none}.BucketsSummaryList_skeleton_table__Pw8Td .BucketsSummaryList_skeleton_table_body__RNPZo .BucketsSummaryList_skeleton_table_row__QbJ4N .BucketsSummaryList_skeleton_table_cell__pWPhK{flex:1;height:60px;background:linear-gradient(90deg,color-mix(in srgb,var(--ff-text-strong) 5%,transparent),color-mix(in srgb,var(--ff-text-strong) 10%,transparent),color-mix(in srgb,var(--ff-text-strong) 5%,transparent));background-size:200% 100%;animation:BucketsSummaryList_skeletonShimmer__6xh0l 1.5s ease-in-out infinite;border-radius:8px}.InBucketModal_primary_btn__gO1RH{background-image:var(--ff-accent-gradient);color:#fff;font-size:14px;font-weight:600;border:none;box-shadow:none;border-radius:30px;padding:8px 20px;height:37px;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.InBucketModal_primary_btn__gO1RH:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s ease}.InBucketModal_primary_btn__gO1RH:hover:before{left:100%}.InBucketModal_primary_btn__gO1RH:not(:disabled):hover{background-image:linear-gradient(180deg,var(--ff-accent-hover) 0,var(--ff-accent) 100%);color:#fff;box-shadow:0 8px 25px var(--ff-focus-ring)}.InBucketModal_primary_btn__gO1RH:not(:disabled):active{transform:translateY(0);box-shadow:0 4px 15px var(--ff-focus-ring)}.InBucketModal_primary_btn__gO1RH:disabled{cursor:not-allowed;opacity:.7;transform:none!important;box-shadow:none!important}.InBucketModal_primary_btn__gO1RH:disabled:before{display:none}@media(max-width:575px){.InBucketModal_primary_btn__gO1RH{padding:6px 12px;height:32px}}.InBucketModal_sm_pink_btn___WTsz{font-size:16px;font-weight:500;color:#fff;background-color:var(--ff-accent);padding:8px 24px;border-radius:50px;border:none;box-shadow:none;display:inline-block}.InBucketModal_delete_btn__DUjYy{color:var(--ff-danger);background-color:var(--ff-page-bg);font-size:14px;font-weight:600;border:none;box-shadow:none;border-radius:30px;padding:8px 20px;height:37px;outline:none}@media(max-width:767px){.InBucketModal_delete_btn__DUjYy{font-size:14px;padding:9px 24px}}.InBucketModal_delete_btn__DUjYy:hover{transition:all .3s linear;background-color:var(--ff-danger);color:#fff}.InBucketModal_delete_btn__DUjYy:not(:disabled):active{transform:scale(.95);transition:all .2s linear}.InBucketModal_secondary_btn__3eEoW{color:var(--ff-text-subtle);border:1px solid var(--ff-text-subtle);font-size:16px;font-weight:600;border-radius:30px;padding:9px 32px;background-color:transparent}@media(max-width:767px){.InBucketModal_secondary_btn__3eEoW{font-size:14px;padding:9px 24px}}.InBucketModal_secondary_btn__3eEoW:hover{background-color:var(--ff-text-subtle);color:#fff}.InBucketModal_normal_form__iqdBu{margin-bottom:24px}.InBucketModal_normal_form__iqdBu:last-child{margin-bottom:0}.InBucketModal_normal_form__iqdBu label{font-size:14px;font-weight:600;color:var(--ff-text-primary);margin-bottom:8px;display:block}.InBucketModal_normal_form__iqdBu .InBucketModal_inputfld__ReE4W{width:100%;border-radius:10px;height:56px;background-color:transparent;border:1px solid var(--ff-border);color:#fff;font-size:16px;padding:15px}.InBucketModal_normal_form__iqdBu .InBucketModal_inputfld__ReE4W:focus-visible{outline:none}.InBucketModal_normal_form__iqdBu.InBucketModal_numInputfld__J_v2w{position:relative}.InBucketModal_normal_form__iqdBu.InBucketModal_numInputfld__J_v2w:before{content:"$";position:absolute;width:20px;height:20px;top:45px;left:24px;color:#fff}.InBucketModal_normal_form__iqdBu.InBucketModal_numInputfld__J_v2w .InBucketModal_inputfld__ReE4W{padding-left:40px}.InBucketModal_inputfld__ReE4W::placeholder{color:var(--ff-text-subtle)!important}.InBucketModal_app-pagination__MWcOT{padding:6px 0}.InBucketModal_app-pagination__MWcOT li a,.InBucketModal_app-pagination__MWcOT li>span{background-color:var(--ff-accent);color:#fff;font-size:14px;font-weight:600;border:none;box-shadow:none;border-radius:6px;padding:8px 20px;height:37px;line-height:18px;margin:0 10px}.InBucketModal_app-pagination__MWcOT li.InBucketModal_active__p_qR2>span{background-color:var(--ff-accent);border:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.522)}.InBucketModal_app-pagination__MWcOT li:not(.InBucketModal_disabled__m7a1s):hover>a,.InBucketModal_app-pagination__MWcOT li:not(.InBucketModal_disabled__m7a1s):hover>span{box-shadow:0 0 0 3px hsla(0,0%,100%,.522);background-color:var(--ff-accent);color:#fff}.InBucketModal_app-pagination__MWcOT li:first-child>a,.InBucketModal_app-pagination__MWcOT li:first-child>span,.InBucketModal_app-pagination__MWcOT li:last-child>a,.InBucketModal_app-pagination__MWcOT li:last-child>span{background-image:var(--ff-accent-gradient);font-size:26px;color:#fff}.InBucketModal_app-pagination__MWcOT li.InBucketModal_disabled__m7a1s>span{background-color:var(--ff-accent);color:#fff}.InBucketModal_app_datepicker__n6z0y{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);border-color:var(--ff-border);font-size:14px;height:40px;background-color:var(--ff-surface-elevated)}.InBucketModal_app_datepicker__header__7ABfJ{background-color:#f1f5f9;border-bottom:1px solid var(--ff-text-primary);padding:8px 0}.InBucketModal_app_datepicker__current-month__YUFjW,.InBucketModal_app_datepicker__month-select__lYvg1,.InBucketModal_app_datepicker__year-select__SxUit{font-weight:600;color:#1e293b}.InBucketModal_app_datepicker__day__iRy73,.InBucketModal_app_datepicker__month-text__96Rmp{color:#334155;border-radius:6px}.InBucketModal_app_datepicker__day__iRy73:hover,.InBucketModal_app_datepicker__month-text__96Rmp:hover{background-color:var(--ff-text-primary);color:#1e40af}.InBucketModal_app_datepicker__day--selected__OI_iv,.InBucketModal_app_datepicker__month-text--selected__1iJPW{background-color:red;color:#fff}.InBucketModal_app_datepicker__day--keyboard-selected__KZmwE,.InBucketModal_app_datepicker__month-text--keyboard-selected__S4Of9{background-color:#2563eb;color:#fff}.InBucketModal_app_datepicker-popper__9tACN{z-index:9999}.InBucketModal_datepicker-input__uBJKP{padding:6px 14px;font-size:14px;border:1px solid var(--ff-border);border-radius:6px;outline:none;width:200px;background-color:var(--ff-surface-elevated);color:var(--ff-text-primary)}.InBucketModal_datepicker-input__uBJKP:focus{border-color:var(--ff-accent);box-shadow:0 0 0 2px rgba(30,64,175,.2)}.InBucketModal_react-datepicker-popup__G9p08{text-align:center}@keyframes InBucketModal_shimmer__j7wum{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt{display:flex;gap:.5rem}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(30,41,59,.5);border:1px solid rgba(148,163,184,.1);border-radius:6px;color:var(--ff-text-muted);font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;white-space:nowrap}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--ff-accent-gradient);opacity:0;transition:opacity .3s ease}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0:hover{color:var(--ff-text-primary);background:rgba(30,41,59,.8);border-color:var(--ff-border-strong);transform:translateY(-1px)}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0:hover:before{opacity:1}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0.InBucketModal_active__p_qR2{background:linear-gradient(135deg,var(--ff-focus-ring),rgba(139,92,246,.1));border-color:var(--ff-border-strong);color:var(--ff-accent);box-shadow:0 2px 8px var(--ff-focus-ring)}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0.InBucketModal_active__p_qR2:before{opacity:1}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0.InBucketModal_active__p_qR2 svg{color:var(--ff-accent)}.InBucketModal_tab_navigation__oTb_y .InBucketModal_tab_container__F_LGt .InBucketModal_tab_button__KlGa0 svg{width:14px;height:14px;transition:all .3s ease}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px;padding:0 20px}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN{display:flex;gap:12px;flex:1;align-items:center;flex-wrap:wrap}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_sort_section__fBbcq{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_search_box__wZm8J{flex:1;max-width:300px}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_search_box__wZm8J .InBucketModal_search_input__5GoHQ{width:100%;padding:8px 12px 8px 40px;border:1px solid var(--ff-border-strong);border-radius:6px;background:transparent;color:var(--ff-text-primary);font-size:14px}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_search_box__wZm8J .InBucketModal_search_input__5GoHQ:focus{outline:none;border-color:var(--ff-accent)}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_search_box__wZm8J .InBucketModal_search_input__5GoHQ::placeholder{color:var(--ff-text-muted)}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_sort_section__fBbcq{min-width:200px}.InBucketModal_summary_tab_content__NebB5{height:100%;overflow:hidden;display:flex;flex-direction:column}.InBucketModal_Modal_contain_inner__S_0cJ{z-index:999999999}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_inputfld__ReE4W{border:1px solid var(--ff-border);background-color:var(--ff-surface-elevated);height:34px;border-radius:6px;font-size:14px;font-weight:400;padding:5px 10px 5px 40px;color:#fff}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_search__rxsYY{background:none;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:0;position:relative}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_search__rxsYY::placeholder{font-size:14px;font-weight:400;color:var(--ff-text-subtle)}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_search__rxsYY:focus-visible{outline:none}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_normal_form__iqdBu{margin-bottom:15px}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_normal_form__iqdBu.InBucketModal_numInputfld__J_v2w .InBucketModal_inputfld__ReE4W{padding:4px 10px 4px 38px;font-size:14px;font-weight:400}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_normal_form__iqdBu.InBucketModal_numInputfld__J_v2w:before{top:43px;font-size:14px;font-weight:400}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_footer_btn__5C3OO{margin-top:0;display:flex;justify-content:flex-start;gap:24px}@media(max-width:767px){.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_footer_btn__5C3OO{gap:18px}}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_footer_btn__5C3OO .InBucketModal_secondary_btn__3eEoW{padding:9px 36px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C h2{font-size:16px;font-weight:600;color:var(--ff-text-primary);margin-bottom:20px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner__QTwsy{display:flex;align-items:center;gap:15px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner__QTwsy .InBucketModal_profile_pic__P23Oo{width:200px;border-radius:10px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner__QTwsy .InBucketModal_profile_pic__P23Oo img{width:100%;height:auto;object-fit:cover;border-radius:10px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_json__Xzt79{display:flex;gap:15px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_json__Xzt79 .InBucketModal_profile_pic__P23Oo{width:200px;border-radius:10px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_json__Xzt79 .InBucketModal_profile_pic__P23Oo img{width:100%;height:auto;object-fit:cover;border-radius:10px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_pl_3__OsO1H{padding-left:3px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_left__ItaKS{width:80%}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_left__ItaKS.InBucketModal_modal_inner_box__bVslj{width:100%}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_left__ItaKS.InBucketModal_modal_inner_box__bVslj .InBucketModal_align_items_start__9DP22{display:flex;gap:15px;padding:6px 10px;border-radius:4px;align-items:center!important;margin-bottom:10px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_left__ItaKS.InBucketModal_modal_inner_box__bVslj .InBucketModal_align_items_start__9DP22 .InBucketModal_folder_name__i_6J4{font-size:14px;color:#fff}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_left__ItaKS.InBucketModal_modal_inner_box__bVslj .InBucketModal_align_items_start__9DP22:last-child{margin-bottom:0}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_left__ItaKS.InBucketModal_modal_inner_box__bVslj .InBucketModal_align_items_start__9DP22:hover{cursor:pointer;background-color:var(--ff-accent)!important}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_generate_modal__899_C .InBucketModal_modal_inner_left__ItaKS.InBucketModal_modal_inner_box__bVslj .InBucketModal_align_items_start__9DP22 img{width:18px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_sm_modal__uqnb6 .InBucketModal_normal_form__iqdBu{width:100%}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_sm_modal__uqnb6 .InBucketModal_sm_modal_footer___QxuH{padding:0 20px 20px}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_sm_modal__uqnb6 .InBucketModal_sm_modal_footer___QxuH .InBucketModal_footer_btn__5C3OO{width:100%;justify-content:space-between}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_sm_modal__uqnb6 .InBucketModal_sm_modal_footer___QxuH .InBucketModal_footer_btn__5C3OO .InBucketModal_skeletal_btn__zsLSa{font-size:14px;font-weight:600}.InBucketModal_Modal_contain_inner__S_0cJ.InBucketModal_sm_modal__uqnb6 .InBucketModal_sm_modal_footer___QxuH .InBucketModal_footer_btn__5C3OO .InBucketModal_skeletal_btn__zsLSa:hover{background-color:var(--ff-accent-hover);border:1px solid var(--ff-accent-hover);color:#fff}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_dark_background__iPcoh{background-color:var(--ff-surface-raised)}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_dark_background__iPcoh.InBucketModal_dark_background_inner__8L6HO{border-radius:4px}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_skeletal_btn__zsLSa{border-radius:10px;border:1px solid var(--ff-accent);color:var(--ff-accent);padding:10px 22px;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_save_footer__516iB{padding:8px 20px}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_save_footer__516iB .InBucketModal_footer_btn__5C3OO{width:100%;display:flex;justify-content:space-between}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_save_footer__516iB .InBucketModal_footer_btn__5C3OO .InBucketModal_add_btn__UYBZX{background-color:var(--ff-accent);color:#fff;font-size:14px;font-weight:600}.InBucketModal_Modal_contain_inner__S_0cJ .InBucketModal_alert_title__Ug3pb,.InBucketModal_Modal_contain_inner__S_0cJ p{color:var(--ff-text-primary)}.InBucketModal_json_view__Ycbsc{padding:10px;width:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:var(--ff-text-primary)}.InBucketModal_json_view__Ycbsc.InBucketModal_json_view__Ycbsc::-webkit-scrollbar{width:6px;height:6px}.InBucketModal_json_view__Ycbsc.InBucketModal_json_view__Ycbsc::-webkit-scrollbar-track{background-color:var(--ff-border);box-shadow:none}.InBucketModal_json_view__Ycbsc.InBucketModal_json_view__Ycbsc::-webkit-scrollbar-corner{background:transparent}.InBucketModal_json_view__Ycbsc.InBucketModal_json_view__Ycbsc::-webkit-scrollbar-thumb{background-color:var(--ff-text-primary)}.InBucketModal_folder_view__xez29{overflow-y:auto;overflow-x:unset;width:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:var(--ff-text-primary)}.InBucketModal_folder_view__xez29.InBucketModal_folder_view__xez29::-webkit-scrollbar{width:6px;height:6px}.InBucketModal_folder_view__xez29.InBucketModal_folder_view__xez29::-webkit-scrollbar-track{background-color:var(--ff-border);box-shadow:none}.InBucketModal_folder_view__xez29.InBucketModal_folder_view__xez29::-webkit-scrollbar-corner{background:transparent}.InBucketModal_folder_view__xez29.InBucketModal_folder_view__xez29::-webkit-scrollbar-thumb{background-color:var(--ff-text-primary)}.InBucketModal_loaderStyle__aN9Mh{border-radius:10px!important;width:"100%";height:200px;text-align:center;display:flex;align-items:center;justify-content:center}@keyframes InBucketModal_skeletonShimmer__qok2F{0%{background-position:-200% 0}to{background-position:200% 0}}.InBucketModal_skeleton_detail_card__oTehq{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:12px;padding:12px}.InBucketModal_skeleton_bucket_name__dLk9m{width:140px;height:18px;background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));background-size:200% 100%;border-radius:6px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_divider__weNb3{width:1px;height:18px;background:hsla(0,0%,100%,.1);border-radius:1px}.InBucketModal_skeleton_approved_badge__2nvR0{width:22px;height:22px;background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));background-size:200% 100%;border-radius:50%;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_approved_text__6_rcJ{width:90px;height:14px;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));background-size:200% 100%;border-radius:4px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_calendar_icon__YBnim{width:14px;height:14px;background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));background-size:200% 100%;border-radius:3px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_date_text__JJNRM{width:160px;height:14px;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));background-size:200% 100%;border-radius:4px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_action_btn__yOwPC{width:36px;height:36px;background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));background-size:200% 100%;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_operator_text__WcVXQ{width:45px}.InBucketModal_skeleton_key_text__4wBrq,.InBucketModal_skeleton_operator_text__WcVXQ{height:18px;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));background-size:200% 100%;border-radius:4px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_key_text__4wBrq{width:110px}.InBucketModal_skeleton_operator_value__zHUmQ{width:65px}.InBucketModal_skeleton_operator_value__zHUmQ,.InBucketModal_skeleton_value_text__sNWHX{height:18px;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));background-size:200% 100%;border-radius:4px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite}.InBucketModal_skeleton_value_text__sNWHX{width:130px}@media(max-width:767px){.InBucketModal_searchIndexSlider__kgLC3{margin-bottom:12px}}@media(max-width:422px){.InBucketModal_searchIndexSlider__kgLC3{display:block}.InBucketModal_searchIndexSlider__kgLC3 .InBucketModal_slideBtns___YgFo{width:100%;align-items:center;justify-content:center}}.InBucketModal_search_index_footer_btn__UKcEJ{display:flex;align-items:center;gap:12px;width:100%;justify-content:space-between;flex-wrap:wrap-reverse}.InBucketModal_textareafld__Mme6m{height:unset;width:100%;border-radius:6px;background-color:transparent;border:1px solid var(--ff-border);color:#fff;font-size:14px;padding:15px;resize:none;min-height:120px}.InBucketModal_textareafld__Mme6m:focus{outline:none}.InBucketModal_savedSearchIndexesTable__Co7Rb{width:100%}.InBucketModal_savedSearchIndexesTable__Co7Rb th{background-color:#101419;padding:4px 8px;white-space:nowrap}.InBucketModal_savedSearchIndexesTable__Co7Rb th:last-child{border-radius:0 8px 8px 0}.InBucketModal_savedSearchIndexesTable__Co7Rb th:first-child{border-radius:8px 0 0 8px;width:422px;min-width:422px}.InBucketModal_savedSearchIndexesTable__Co7Rb th:nth-child(2){width:135px;min-width:135px}.InBucketModal_savedSearchIndexesTable__Co7Rb th:nth-child(3){width:200px;min-width:200px}.InBucketModal_savedSearchIndexesTable__Co7Rb th:nth-child(4){width:90px;min-width:90px}.InBucketModal_savedSearchIndexesTable__Co7Rb th:last-child{width:300px;min-width:300px}.InBucketModal_savedSearchIndexesTable__Co7Rb td{padding:4px 8px}.InBucketModal_savedSearchIndexesTable__Co7Rb td:first-child{width:422px;min-width:422px}.InBucketModal_savedSearchIndexesTable__Co7Rb td:nth-child(2){width:135px;min-width:135px}.InBucketModal_savedSearchIndexesTable__Co7Rb td:nth-child(3){width:200px;min-width:200px}.InBucketModal_savedSearchIndexesTable__Co7Rb td:nth-child(4){width:90px;min-width:90px}.InBucketModal_savedSearchIndexesTable__Co7Rb td:last-child{width:280px;min-width:280px}.InBucketModal_indexFormInput__1iDtR{border:1px solid var(--ff-border);background-color:var(--ff-surface-elevated);height:40px;border-radius:6px;font-size:14px;font-weight:400;padding:4px 20px;margin-bottom:6px;width:100%}.InBucketModal_scroll_container__LtiiY{overflow-y:auto;padding:10px;width:100%;color:var(--ff-text-primary)}.InBucketModal_scroll_container__LtiiY.InBucketModal_scroll_container__LtiiY::-webkit-scrollbar{width:6px;height:6px}.InBucketModal_scroll_container__LtiiY.InBucketModal_scroll_container__LtiiY::-webkit-scrollbar-track{background-color:var(--ff-border);box-shadow:none}.InBucketModal_scroll_container__LtiiY.InBucketModal_scroll_container__LtiiY::-webkit-scrollbar-corner{background:transparent}.InBucketModal_scroll_container__LtiiY.InBucketModal_scroll_container__LtiiY::-webkit-scrollbar-thumb{background-color:var(--ff-text-primary)}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_{display:table;position:relative;padding-left:35px;margin-bottom:24px}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_:last-child{margin-bottom:0}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_ input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_ input:checked~.InBucketModal_radio__radiomark__VJDzW{border:1px solid var(--ff-text-muted)}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_ input:checked~.InBucketModal_radio__radiomark__VJDzW:after{opacity:1}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_:hover input~.InBucketModal_radio__radiomark__VJDzW{background-color:var(--ff-surface-hover)}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_:hover input:checked~.InBucketModal_checkbox__checkmark__RkXnf{background-color:var(--ff-success);border:none}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_ .InBucketModal_radio__radiomark__VJDzW{position:absolute;top:1px;left:0;height:20px;width:20px;border:1px solid var(--ff-text-muted);border-radius:50%;padding:5px;background-color:transparent;transition:background-color .25s ease}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_ .InBucketModal_radio__radiomark__VJDzW:after{content:"";background-color:#00c16b;height:10px;width:10px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_ .InBucketModal_checkbox__body___wAJi{font-size:14px;color:var(--ff-text-muted)}@media(max-width:992px){.InBucketModal_radio_btn__gwD5b.InBucketModal_radio_btn_field__3LJs_ .InBucketModal_checkbox__body___wAJi{font-size:14px}}.InBucketModal_table_responsive__8UfZH{padding:0 20px}.InBucketModal_table_responsive__8UfZH::-webkit-scrollbar{width:4px;height:8px}.InBucketModal_table_responsive__8UfZH::-webkit-scrollbar-thumb{background-color:var(--ff-text-subtle);border-radius:8px}.InBucketModal_table_responsive__8UfZH::-webkit-scrollbar-track{background-color:var(--ff-border)}.InBucketModal_bucket_table___P1wk{border-spacing:0;border-collapse:separate;margin-bottom:0}.InBucketModal_bucket_table___P1wk td:first-child{padding-left:14px}.InBucketModal_bucket_table___P1wk td:last-child{padding-right:14px}.InBucketModal_bucket_table___P1wk .InBucketModal_disableRow__DEt6q td:first-child{padding-left:8px}.InBucketModal_bucket_table___P1wk .InBucketModal_disableRow__DEt6q td:last-child{padding-right:8px}.InBucketModal_bucket_table___P1wk .InBucketModal_disableRow__DEt6q td{background-color:var(--ff-surface-raised)!important}.InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td{border-radius:10px 10px 0 0;box-shadow:inset 0 -2px 5px -1px rgba(7,8,10,.322)}.InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr_skeleton__okqli td{border-radius:10px}.InBucketModal_bucket_table___P1wk tr td:last-child{width:180px}.InBucketModal_bucket_table___P1wk tr td:first-child{width:150px}.InBucketModal_bucket_table___P1wk tr.InBucketModal_second_tr__IfJ7y td:first-child{border-radius:0 0 0 10px}.InBucketModal_bucket_table___P1wk tr.InBucketModal_second_tr__IfJ7y td:last-child{border-radius:0 0 10px 0}.InBucketModal_bucket_table___P1wk tr th{background-color:transparent;padding:10px 5px;border-bottom:0!important}.InBucketModal_bucket_table___P1wk tr td:last-child{font-weight:800}.InBucketModal_bucket_table___P1wk tr td{vertical-align:middle;background-color:var(--ff-surface-hover);border-bottom:0!important;padding:10px 5px}.InBucketModal_bucket_table___P1wk tr td span{padding:4px 12px;background-color:var(--ff-surface-raised);border-radius:12px;display:inline-block;margin:4px 2px;white-space:nowrap}.InBucketModal_bucket_table___P1wk tr td .InBucketModal_in_queue__t6mlW{color:#26c6f9;background-color:#2e4b69}.InBucketModal_bucket_table___P1wk tr td .InBucketModal_in_progress__y41Gv{color:#fdb528;background-color:#514848;margin-bottom:0}.InBucketModal_bucket_table___P1wk tr td .InBucketModal_in_queue__t6mlW{color:#df4444;background-color:#ff8787;margin-bottom:0}.InBucketModal_bucket_table___P1wk tr td .InBucketModal_completed__n1djy,.InBucketModal_bucket_table___P1wk tr td .InBucketModal_saved__zEhDp{color:#26c6f9;background-color:#2e4b69;margin-bottom:0}.InBucketModal_second_tr__IfJ7y:last-child td:first-child{border-radius:0 0 0 10px}.InBucketModal_second_tr__IfJ7y:last-child td:last-child{border-radius:0 0 10px 0}@media(max-width:1200px){.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_sort_section__fBbcq{gap:8px}}@media(max-width:768px){.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH{flex-direction:column;align-items:stretch;gap:12px}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN{flex-direction:column;gap:12px}.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH .InBucketModal_search_section__tlWzN .InBucketModal_sort_section__fBbcq{justify-content:space-between;flex-wrap:wrap;gap:8px}.InBucketModal_table_responsive__8UfZH .InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_justify-between__qsmFF{flex-direction:column;align-items:stretch;gap:12px}.InBucketModal_table_responsive__8UfZH .InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_justify-between__qsmFF .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_gap-3__mPKIr{justify-content:flex-start;gap:8px!important}.InBucketModal_table_responsive__8UfZH .InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_justify-between__qsmFF .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_gap-__8px____5Wp8J{justify-content:center;gap:6px!important}.InBucketModal_table_responsive__8UfZH .InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_justify-between__qsmFF .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_gap-__8px____5Wp8J button{padding:6px 8px!important;font-size:12px}}@media(max-width:480px){.InBucketModal_buckets_tab_content__HC4uQ .InBucketModal_search_and_sort_section__TTbUH{padding:0 12px}.InBucketModal_table_responsive__8UfZH .InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td{padding:12px}.InBucketModal_table_responsive__8UfZH .InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_justify-between__qsmFF .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_gap-__8px____5Wp8J{flex-wrap:wrap;justify-content:center}.InBucketModal_table_responsive__8UfZH .InBucketModal_bucket_table___P1wk tr.InBucketModal_first_tr__5dm2p td .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_justify-between__qsmFF .InBucketModal_d-flex__tCLAy.InBucketModal_items-center__wCAm3.InBucketModal_gap-__8px____5Wp8J button{min-width:32px;height:32px!important;padding:4px!important}}.InBucketModal_skeleton_checkbox__gjK8F{width:18px;height:18px;background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.15),hsla(0,0%,100%,.08));background-size:200% 100%;border-radius:4px;animation:InBucketModal_skeletonShimmer__qok2F 1.5s ease-in-out infinite;flex-shrink:0}.VideoListModal_video_list_modal__zay0m{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN{background:var(--ff-page-bg-deep);border-radius:12px;width:100%;max-width:1200px;max-height:90vh;overflow:hidden;border:1px solid rgba(148,163,184,.2);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_header__ALyQT{background:linear-gradient(135deg,var(--ff-surface-raised),var(--ff-border));padding:16px 20px;border-bottom:1px solid rgba(148,163,184,.2);display:flex;justify-content:space-between;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_header__ALyQT .VideoListModal_header_content__h_DkX h1{font-size:18px;font-weight:600;color:var(--ff-text-strong);margin:0 0 4px}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_header__ALyQT .VideoListModal_header_content__h_DkX p{margin:0;font-size:14px;color:var(--ff-text-muted)}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_header__ALyQT .VideoListModal_header_buttons__SmiWr{display:flex;align-items:center;gap:8px}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm{padding:20px;overflow-y:auto;max-height:calc(90vh - 120px);background:var(--ff-page-bg-deep)}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr{position:relative;cursor:pointer;transition:all .3s ease}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr:hover{transform:scale(1.02)}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_in_bucket_badge__0Pi_M{position:absolute;top:8px;right:8px;z-index:10;background:linear-gradient(135deg,var(--ff-accent),var(--ff-accent));color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 16px color-mix(in srgb,var(--ff-accent) 30%,transparent),0 2px 8px rgba(0,0,0,.2);border:1px solid color-mix(in srgb,var(--ff-text-strong) 20%,transparent);backdrop-filter:blur(4px);display:flex;align-items:center;gap:4px;min-width:fit-content;transition:all .3s ease;cursor:pointer}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_in_bucket_badge__0Pi_M:hover{transform:scale(1.05);box-shadow:0 6px 20px color-mix(in srgb,var(--ff-accent) 40%,transparent),0 4px 12px rgba(0,0,0,.3)}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_in_bucket_badge__0Pi_M.VideoListModal_disabled__U1MCG{opacity:.6;cursor:not-allowed!important;pointer-events:none}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_in_bucket_badge__0Pi_M.VideoListModal_disabled__U1MCG:hover{transform:none;box-shadow:0 4px 16px color-mix(in srgb,var(--ff-accent) 30%,transparent),0 2px 8px rgba(0,0,0,.2)}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_in_bucket_badge__0Pi_M span{white-space:nowrap}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_video_thumbnail__FJ_7f{width:100%;height:200px;border-radius:8px;overflow:hidden;border:1px solid rgba(148,163,184,.2);box-shadow:0 4px 16px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05);background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent) 5%,transparent),rgba(139,92,246,.05))}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_video_thumbnail__FJ_7f img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_video_thumbnail__FJ_7f img:hover{transform:scale(1.05)}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_video_info__Oby_O{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:16px 12px 12px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:5}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_video_info__Oby_O .VideoListModal_video_name__e5epK{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--ff-text-strong);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd .VideoListModal_video_item__VqkXr .VideoListModal_video_info__Oby_O .VideoListModal_work_name__JTmTq{margin:0;font-size:12px;color:var(--ff-text-muted);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_pagination_container__vvgEh{padding:16px 20px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_pagination_container__vvgEh .VideoListModal_pagination_wrapper__LcPwv{border-radius:10px;padding:20px}@media(max-width:768px){.VideoListModal_video_list_modal__zay0m{padding:10px}.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px}}@media(max-width:480px){.VideoListModal_video_list_modal__zay0m .VideoListModal_modal_container__oOirN .VideoListModal_modal_body__c45fm .VideoListModal_video_grid__1zprd{grid-template-columns:1fr;gap:12px}}