.top-nav{position:relative;display:flex;align-items:center;padding:0 24px;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px rgba(0,0,0,.1);height:65px;width:100%;container-type:inline-size;container-name:topnav}.top-nav__logo-container{justify-content:flex-start;flex:1 1}.top-nav__logo-container,.top-nav__logo-wrapper{display:flex;align-items:center}.top-nav__close{width:24px;height:24px;display:none;cursor:pointer}.top-nav__pill-nav{display:flex;align-items:center;gap:2px;flex:0 0 auto;background:#f8f9fa;padding:4px;border-radius:10px}.top-nav__pill-item{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;font-family:var(--font-sans,Roboto,sans-serif);font-size:13.5px;font-weight:500;color:#5f6977;background:transparent;border:none;border-radius:7px;cursor:pointer;text-decoration:none;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.top-nav__pill-item:hover:not(.--active){color:#414eed;background:hsla(0,0%,100%,.6)}.top-nav__pill-item.--active{color:#414eed;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06)}.top-nav__pill-item-icon{display:inline-flex;align-items:center;justify-content:center}.top-nav__pill-item-icon svg{width:18px;height:18px}.top-nav__pill-item-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#414eed;color:#fff;font-size:11px;font-weight:600;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.top-nav__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;padding-right:4px;flex:1 1}.top-nav__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:16px;border-radius:8px;border:none;background:transparent;color:#5f6977;cursor:pointer;padding:0;transition:background .15s ease,color .15s ease}.top-nav__icon-btn svg{width:18px;height:18px}.top-nav__icon-btn:hover{background:#f0f0f0;color:#414eed}.top-nav__divider{width:1px;height:22px;background:#e0e0e0;flex-shrink:0}.top-nav__brand-switcher{display:inline-flex}.top-nav__icon-btn-label,.top-nav__mobile-menu{display:none}.top-nav__avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;padding:0;background:linear-gradient(135deg,#e6e8f7,#cfd3f1);color:#414eed;font-family:var(--font-sans,Roboto,sans-serif);font-size:12px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:filter .15s ease,box-shadow .15s ease}.top-nav__avatar:hover{filter:brightness(.97);box-shadow:0 0 0 2px rgba(85,97,255,.15)}.top-nav-popover{position:relative}.top-nav-popover-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;outline:none;cursor:pointer;padding:0;margin:0;border-radius:50%;transition:background-color .2s}.top-nav-popover-button:hover{background-color:#f0f0f0}.top-nav-popover-button svg{width:22px;height:22px}.top-nav-popover-paper{margin-top:10px;min-width:240px;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 8px 24px rgba(0,0,0,.12);overflow:hidden}.top-nav-popover-content{padding:6px;display:flex;flex-direction:column}.top-nav-popover-header{display:flex;align-items:center;gap:10px;padding:10px 10px 12px;margin-bottom:4px;border-bottom:1px solid #f0f0f0}.top-nav-popover-header__avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#e6e8f7,#cfd3f1);color:#414eed;font-size:12px;font-weight:600;letter-spacing:.02em}.top-nav-popover-header__text{display:flex;flex-direction:column;min-width:0;flex:1 1}.top-nav-popover-header__label{font-size:11px;color:#8f96a3;line-height:1.3;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.top-nav-popover-header__email{font-size:13px;color:#3d3d3d;font-weight:500;line-height:1.3;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-nav-popover-section{display:flex;flex-direction:column;padding:4px 0}.top-nav-popover-separator{height:1px;background:#f0f0f0;margin:2px 0}.nav-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:7px;color:#3d3d3d;text-decoration:none;font-family:var(--font-sans,Roboto,sans-serif);font-weight:500;font-size:13.5px;line-height:1.4;transition:color .12s ease,background-color .12s ease;cursor:pointer;white-space:nowrap}.nav-link:hover{background-color:#f5f6f8;color:#414eed}.nav-link:hover .nav-link-icon svg>path{fill:#414eed}.nav-link.--danger{color:#824440}.nav-link.--danger .nav-link-icon svg>path{fill:#824440}.nav-link.--danger:hover{background-color:#fff1ee;color:#b0362e}.nav-link.--danger:hover .nav-link-icon svg>path{fill:#b0362e}.nav-link .nav-link-icon{display:flex;justify-content:center;align-items:center;width:18px;height:18px;flex-shrink:0}.nav-link .nav-link-icon svg{width:18px;height:18px}.nav-link .nav-link-icon svg>path{fill:#5f6977;transition:fill .12s ease}.nav-link.--secondary .nav-link-icon svg{width:18px;height:18px}.mobile-nav-button{display:none;align-items:center;justify-content:space-between;padding:16px}.mobile-nav-button svg{width:24px;height:24px}.mobile-nav-button.--mobile-hide{display:none}@container topnav (max-width: 1180px){.top-nav__pill-nav{margin-left:auto;margin-right:auto}.top-nav__pill-item-label{display:none}.top-nav__pill-item{padding:7px 10px}.top-nav__pill-item.--active .top-nav__pill-item-label{display:inline}.top-nav__brand-switcher{min-width:160px}}@container topnav (max-width: 920px){.top-nav__pill-item.--active .top-nav__pill-item-label{display:none}}body.nav-mobile .mobile-nav-button{display:flex;width:100%;height:56px;padding:12px 16px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);top:0;left:0;z-index:1000;justify-content:space-between;align-items:center}body.nav-mobile .mobile-nav-button.--mobile-hide,body.nav-mobile .top-nav{display:none}.failed-payment-modal-container{display:flex;justify-content:center;align-items:center;outline:none}.failed-payment-modal{background:#fff;border-radius:8px;width:auto;min-width:35wh;max-width:35wh;display:flex;flex-direction:column;padding:32px;outline:none;overflow:auto;max-height:95%}.failed-payment-modal .failed-payment-modal-header{margin-bottom:16px}.failed-payment-modal .failed-payment-modal-header p{margin-top:10px;font-size:15px}.failed-payment-modal .failed-payment-modal-link{color:#07c;text-decoration:underline;cursor:pointer}.failed-payment-modal .modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.nav-launch{gap:8px;margin-left:20px}.nav-launch,.nav-launch__group{display:inline-flex;align-items:center}.nav-launch__group{position:relative}.nav-launch__trigger{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 18px;border:none;border-radius:8px;background:#5561ff;color:#fff;font-family:inherit;font-size:13px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .12s cubic-bezier(.4,0,.2,1)}.nav-launch__trigger:hover:not(:disabled){background:#414eed}.nav-launch__trigger:disabled{opacity:.6;cursor:default}.nav-launch__icon.MuiSvgIcon-root{font-size:10px}@media(max-width:890px){.nav-launch__icon.MuiSvgIcon-root{display:none}}.nav-launch__label{line-height:1}.nav-launch__kbd{padding:1px 5px;border-radius:4px;background:hsla(0,0%,100%,.2);color:#fff;font-size:11px;font-weight:600;line-height:1.5}.nav-launch__cmdk,.nav-launch__kbd{display:inline-flex;align-items:center;white-space:nowrap}.nav-launch__cmdk{justify-content:center;height:32px;min-width:38px;padding:0 10px;border:1px solid #e8ebf0;border-radius:8px;background:#fff;color:#5f6977;font-family:inherit;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:border-color .12s cubic-bezier(.4,0,.2,1),background-color .12s cubic-bezier(.4,0,.2,1)}.nav-launch__cmdk:hover{border-color:#d3d8e0;background:#f2f4f8}.mnd{display:none}body.nav-mobile .mnd{display:block}.mnd__scrim{position:fixed;inset:0;background:rgba(17,24,39,.16);backdrop-filter:blur(12px) saturate(130%);-webkit-backdrop-filter:blur(12px) saturate(130%);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000}.mnd.is-open .mnd__scrim{opacity:1;visibility:visible}.mnd__panel{position:fixed;top:0;left:0;bottom:0;width:min(340px,88vw);background:#fff;z-index:1001;display:flex;flex-direction:column;padding:12px 16px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.mnd.is-open .mnd__panel{transform:translateX(0);box-shadow:8px 0 40px rgba(17,24,39,.18)}.mnd__logo{display:flex;align-items:center;padding:8px 12px 0;margin-bottom:10px}.mnd__logo-mark{width:30px;height:30px;color:#5561ff}.mnd__panel .mnd__account{margin-top:4px}.mnd__account{position:relative;border:1px solid #e0e0e0;border-radius:12px}.mnd__profile{display:flex;align-items:center;gap:12px;padding:13px 14px}.mnd__avatar{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:#5561ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;letter-spacing:.02em}.mnd__profile-text{min-width:0}.mnd__profile-label{font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#818181}.mnd__profile-email{font-size:14px;color:#3d3d3d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mnd__brand{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:none;border-top:1px solid #e0e0e0;border-radius:0 0 12px 12px;background:#fafbfc;cursor:pointer;font-family:inherit;transition:background .2s ease}.mnd__brand:hover{background:rgba(85,97,255,.1)}.mnd__brand-swatch{width:30px;height:30px;flex-shrink:0;border-radius:8px;background:#5561ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.mnd__brand-text{flex:1 1;min-width:0;text-align:left}.mnd__brand-cap{display:block;font-size:10.5px;color:#818181;font-weight:500}.mnd__brand-name{display:block;font-size:14px;font-weight:500;color:#414eed;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mnd__brand-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:5;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 12px 32px rgba(17,24,39,.12);padding:6px;max-height:260px;overflow-y:auto}.mnd__brand-opt{display:block;width:100%;text-align:left;padding:9px 10px;border:none;background:transparent;border-radius:7px;font-family:inherit;font-size:13.5px;color:#3d3d3d;cursor:pointer;transition:background .12s ease,color .12s ease}.mnd__brand-opt:hover{background:#f4f5ff;color:#414eed}.mnd__brand-opt.is-current{color:#414eed;font-weight:500}.mnd__nav{gap:20px;padding:20px 0 0}.mnd__group,.mnd__nav{display:flex;flex-direction:column}.mnd__group{gap:2px}.mnd__group-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#818181;padding:0 12px;margin-bottom:8px}.mnd__item{display:flex;align-items:center;gap:14px;width:100%;padding:11px 12px;border:none;background:transparent;border-radius:8px;font-family:inherit;font-size:14px;color:#3d3d3d;text-align:left;text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease}.mnd__item:hover:not(.is-active){background:#f0f0f0;color:#414eed}.mnd__item:hover:not(.is-active) .mnd__item-ico{color:#414eed}.mnd__item.is-active{background:rgba(85,97,255,.1);color:#414eed;font-weight:500}.mnd__item.is-active .mnd__item-ico{color:#414eed}.mnd__item-ico{display:flex;flex-shrink:0;color:#818181;transition:color .2s ease}.mnd__item-label{flex:1 1}.mnd__item-koast{width:20px;height:20px}.mnd__footer{margin-top:auto;padding-top:16px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:6px}.mnd__footer .nav-launch{margin:0;width:100%}.mnd__footer .nav-launch__group{width:100%}.mnd__footer .nav-launch__trigger{width:100%;height:auto;padding:13px 16px;border-radius:10px;font-size:15px;justify-content:center}.mnd__footer .nav-launch__icon.MuiSvgIcon-root{font-size:18px}.mnd__footer .nav-launch__cmdk,.mnd__footer .nav-launch__kbd{display:none}.mnd__logout{display:flex;align-items:center;gap:12px;padding:9px 12px;border:none;background:transparent;border-radius:8px;font-family:inherit;font-size:14px;color:#818181;cursor:pointer;transition:background .2s ease,color .2s ease}.mnd__logout:hover{background:#ffd1cd;color:#d32f2f}.layout{min-height:100vh;flex-direction:column}.layout,.layout__content{margin:0;padding:0;display:flex}.layout__content{flex:1 1;flex-direction:column}.layout__content.--no-padding{padding:0}.layout--sticky-nav{padding-top:65px}body.nav-mobile .layout--sticky-nav{padding-top:0}.layout--sticky-nav .top-nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:top .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1)}.layout__main{flex:1 1;display:flex;flex-direction:column;padding:32px;transition:margin .2s cubic-bezier(.4,0,.2,1)}.layout__main--no-padding{padding:0}body.agent-docked{--active-dock-width:var(--agent-dock-width,0px)}body.activity-docked{--active-dock-width:var(--activity-dock-width,0px)}body.activity-docked,body.agent-docked{background:#f3f4f8}body.activity-docked .layout--sticky-nav .top-nav,body.agent-docked .layout--sticky-nav .top-nav{top:8px;left:8px;right:var(--active-dock-width,0);width:auto;z-index:2;border:1px solid #e5e7eb;border-bottom-color:#e0e0e0;border-radius:8px 8px 0 0;box-shadow:0 1px 3px rgba(17,24,39,.04)}body.activity-docked .layout__main,body.agent-docked .layout__main{position:relative;z-index:2;margin:8px var(--active-dock-width,0) 8px 8px;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 12px 32px rgba(17,24,39,.08),0 1px 2px rgba(17,24,39,.04)}body.batch-detail-page.activity-docked .layout--sticky-nav .top-nav,body.batch-detail-page.agent-docked .layout--sticky-nav .top-nav{z-index:3;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width:768px){.layout--sticky-nav{padding-top:0}.layout__content{flex:1 1;display:flex;flex-direction:column;padding:16px}.layout__content--no-padding{padding:0}.layout__main{padding:14px}.layout__main--no-padding{padding:0}body.activity-docked .layout__main,body.agent-docked .layout__main{margin:0}}.offers-table{background:#fff;border:1px solid #e8ebf0;border-radius:8px;overflow:hidden}.offers-table .MuiDataGrid-root{border:none;font-family:inherit;color:#3d3d3d}.offers-table .MuiDataGrid-root .MuiDataGrid-columnSeparator{display:none}.offers-table .MuiDataGrid-root .MuiDataGrid-columnHeaders{background:#fff;border-bottom:1px solid #e8ebf0}.offers-table .MuiDataGrid-root .MuiDataGrid-columnHeaderTitle{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8f96a3}.offers-table .MuiDataGrid-root .MuiDataGrid-row{cursor:pointer}.offers-table .MuiDataGrid-root .MuiDataGrid-row.Mui-hovered,.offers-table .MuiDataGrid-root .MuiDataGrid-row:hover{background:#f2f4f8}.offers-table .MuiDataGrid-root .MuiDataGrid-row.Mui-selected{background:#eceeff}.offers-table .MuiDataGrid-root .MuiDataGrid-row.Mui-selected:hover{background:#e4e7ff}.offers-table .MuiDataGrid-root .MuiDataGrid-cell{white-space:unset!important;border:none;border-bottom:1px solid #f2f4f8;font-size:13px;color:#3d3d3d}.offers-table .MuiDataGrid-root .offers-table__url-cell{color:#5561ff}.offers-table .MuiDataGrid-root .MuiDataGrid-footerContainer{border-top:1px solid #e8ebf0}.offers-container{display:flex;flex-direction:column;width:100%;flex:1 1;min-height:0;overflow:auto;position:relative}.offers-container.--new-offer .offer-view-left{width:100%}.offers-container.--new-offer .offer-view-right{display:none}.offers-container.--can-generate .offer-view-left{width:70%}.offers-container.--can-generate .offer-view-right{display:flex;width:30%}.offers-container.--create-only{padding:0}.offers-container.--hidden{display:none}.offers-page__head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:24px}.offers-page__title-block{display:inline-flex;align-items:baseline;gap:8px;margin-right:4px}.offers-page__title{margin:0;font-weight:700;font-size:17px;letter-spacing:-.015em;color:#3d3d3d}.offers-page__count{font-size:12px;color:#8f96a3}.offers-page__count strong{color:#5f6977;font-weight:600}.offers-page__filters{display:flex;align-items:center;gap:10px;margin-left:auto}.offers-page__search{display:inline-flex;align-items:center;gap:8px;min-width:280px;max-width:380px;padding:7px 10px;border:1px solid #e8ebf0;border-radius:6px;background:#fff;color:#8f96a3;transition:border-color .12s cubic-bezier(.4,0,.2,1),box-shadow .12s cubic-bezier(.4,0,.2,1)}.offers-page__search:focus-within{border-color:#5561ff;box-shadow:0 0 0 3px rgba(85,97,255,.12);color:#5f6977}.offers-page__search input{flex:1 1;min-width:0;border:0;outline:none;background:transparent;color:#3d3d3d;font-size:13px;line-height:1.5;font-family:inherit}.offers-page__search input::placeholder{color:#8f96a3}.offers-page__search-icon.MuiSvgIcon-root{font-size:14px;color:#8f96a3;flex-shrink:0}.offers-page__kbd{padding:1px 5px;border:1px solid #e8ebf0;border-radius:3px;background:#f2f4f8;color:#8f96a3;font-size:11px;font-weight:600}.offers-page__btn,.offers-page__kbd{display:inline-flex;align-items:center;line-height:1.5}.offers-page__btn{gap:6px;padding:6px 12px;border:1px solid #e8ebf0;border-radius:6px;background:#fff;color:#3d3d3d;font-family:inherit;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;transition:.12s}.offers-page__btn:hover{border-color:#d3d8e0;background:#f2f4f8}.offers-page__btn--primary{background:#5561ff;border-color:#5561ff;color:#fff;box-shadow:0 1px 2px rgba(85,97,255,.2)}.offers-page__btn--primary:hover{background:#414eed;border-color:#414eed}.offers-page__btn--danger{background:#fff;border-color:#fee9e7;color:#ef4444}.offers-page__btn--danger:hover{background:#fee9e7;border-color:#ef4444}.offers-page__body{min-height:0}.offers-empty,.offers-page__body{flex:1 1;display:flex;flex-direction:column}.offers-empty{min-height:60vh;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.offers-empty__illustration{display:flex;flex-direction:column;gap:8px;width:100%;max-width:380px;padding:16px;margin-bottom:32px;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid #e8ebf0;box-shadow:0 1px 2px rgba(15,23,42,.04),0 8px 24px -12px rgba(85,97,255,.12)}.offers-empty__row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;background:#fff;border:1px solid #e8ebf0}.offers-empty__row--ghost{opacity:.55}.offers-empty__row--new{border-color:#5561ff;box-shadow:0 0 0 3px rgba(85,97,255,.14);animation:offers-empty-pulse 2.6s ease-in-out infinite}.offers-empty__avatar{width:24px;height:24px;border-radius:999px;flex:none}.offers-empty__lines{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.offers-empty__bar{height:5px;border-radius:2px;background:#f2f4f8}.offers-empty__bar--title{width:60%}.offers-empty__bar--meta{width:38%;height:4px;background:#e8ebf0}.offers-empty__row--new .offers-empty__bar--title{background:linear-gradient(90deg,#5561ff,#eceeff)}@keyframes offers-empty-pulse{0%,to{box-shadow:0 0 0 3px rgba(85,97,255,.14)}50%{box-shadow:0 0 0 7px rgba(85,97,255,.05)}}.offers-empty__title{font-size:22px;font-weight:700;color:#3d3d3d;letter-spacing:-.012em;margin:0 0 8px}.offers-empty__copy{font-size:13.5px;color:#5f6977;line-height:1.55;max-width:480px;margin:0 0 22px}.offers-empty__copy strong{color:#3d3d3d;font-weight:600}.offers-empty__actions{margin-bottom:16px}.offers-empty__cta{padding:9px 18px;font-size:13.5px;gap:6px}@media(max-width:768px){.offers-page__title-block{width:100%}.offers-page__filters{flex:1 1;min-width:0;margin-left:0}.offers-page__search{min-width:0;max-width:none;width:100%}.offers-page__kbd{display:none}}.offers-grid{display:grid;align-items:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px}.offer{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px;background:#fff;color:#242424;border-radius:8px;height:100px;overflow:hidden;cursor:pointer}.offer:last-of-type{margin-right:0}.offer-name{white-space:nowrap;max-width:100%}.offer-url{font-size:12px;opacity:.8;margin-top:4px}.offer-view-right{height:100%;width:30%;display:none;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 0 9px 0 rgba(0,0,0,.1);overflow:auto;margin-left:32px}.offer-view-column__full-width{grid-column:1/3}.offer-actions,.offer-actions-container{display:flex;flex-direction:column;height:100%}.offer-actions{padding:32px}.offer-actions-tabs .MuiTabs-flexContainer{width:100%}.offer-actions-tabs .MuiTab-root{flex:1 1}.offer-actions-tabs .MuiTab-root:first-of-type{border-radius:8px 0 0 0}.offer-actions-tabs .MuiTab-root:last-of-type{border-radius:0 8px 0 0}.offer-actions-inputs{margin-bottom:auto}.offer-actions-inputs .MuiFormControl-root{margin-bottom:16px}.offer-actions-inputs .MuiFormControl-root:last-of-type{margin-bottom:0}.offer-actions-buttons{margin-top:auto;padding-top:32px}.offers-empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:32px;background:#fff;border-radius:8px;box-shadow:0 0 9px 0 rgba(0,0,0,.1)}.offers-empty-state .button-container{align-self:center}.offers-empty-state-title{font-style:normal;font-weight:600;font-size:32px;line-height:39px;color:#3d3d3d;margin-bottom:8px}.offers-empty-state-subtitle{font-style:normal;font-weight:400;font-size:18px;line-height:28px;color:#818181;margin-bottom:32px}.offers-empty-state-image{width:100%;max-width:400px;margin-bottom:32px}.offer-confirmation-modal-container{display:flex;justify-content:center;align-items:center;outline:none}.offer-confirmation-modal{background:#fff;width:100%;display:flex;flex-direction:column;gap:2rem}.offer-confirmation-modal .loading-container{margin:auto}.offer-confirmation-modal__text{display:flex;flex-direction:column;gap:.5rem}.offer-confirmation-modal__buttons{display:flex;justify-content:space-between}.offer-confirmation-modal__buttons a{margin-right:16px}.offer-confirmation-modal__buttons a:last-of-type{margin-right:0}.offer-confirmation-modal__header{font-size:1.8rem;font-weight:400;padding-right:8px}.offer-confirmation-modal__subheader{font-size:1rem;margin-bottom:8px;font-weight:400;letter-spacing:.02rem}.offer-confirmation-modal__subheader:last-of-type{margin-bottom:0}.offers__modal{width:90%;max-width:700px;height:-moz-fit-content;height:fit-content;margin:auto;overflow:hidden;border-radius:8px}.offer-view{display:flex;width:100%;margin:0 auto;overflow-y:auto;max-height:95vh}.offer-view-left{height:100%;width:100%;display:flex;flex-direction:column;background:hsla(0,0%,100%,.8);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid hsla(0,0%,100%,.6);border-radius:12px;padding:32px;box-shadow:0 24px 48px -12px rgba(17,24,39,.22),0 4px 12px rgba(17,24,39,.08)}.offer-view .MuiOutlinedInput-root{background-color:transparent!important;box-shadow:none!important}.offer-view .MuiOutlinedInput-root.Mui-disabled{background-color:rgba(0,0,0,.02)!important}.offer-view-buttons{display:flex;align-items:center;justify-content:space-between;height:100%}.offer-view-buttons .button-container{align-self:center;margin-bottom:0}.offer-view-section{display:flex;align-items:center}.offer-view-section .button-container{margin-right:16px;white-space:nowrap}.offer-view-section .button-container:last-of-type{margin-right:0}.offer-view-section .button-container.small{padding:6px 12px}.offer-view-section .button-container.small .text{font-size:14px}.offer-view-section__title{font-weight:400;font-size:2rem}.offers-small-button{cursor:pointer;margin-bottom:16px;display:inline-flex;align-content:center;transition:all .2s;padding:4px 12px;color:#3d3d3d;margin-left:16px}.offers-small-button:first-child{margin-left:0}.offers-small-button svg{width:16px;height:16px;margin:0}.offers-small-button svg path{transition:all .2s;fill:#3d3d3d}.offers-small-button.button-container .text{font-size:14px;line-height:24px}.offers-small-button-text{display:flex;align-items:center;margin-left:8px;font-size:14px}.offer-view-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:2em 1.5em;gap:2em 1.5em}.offer-view-error{display:flex;margin:0 16px;align-items:center;color:red}.offer-form__accordion{display:flex;flex-direction:column;gap:2em}.offer-form__slider-input{padding:1em;color:#717171}.offers-form__error{color:red;font-weight:700}.offer-form-buttons{display:flex;align-items:center;gap:16px;grid-column:1/-1}.offer-form-buttons .primary-button{margin-left:auto}