@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap";:root{--font-sans:"DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary:#1463ff;--color-primary-soft:#1463ff99;--color-text:#1b1c1d;--color-muted:#878787;--color-muted-blue:#7f8ca5;--color-border:#eaeaea;--color-border-strong:#e4e4e4;--color-panel:#eff4ff;--color-surface:#fff;--color-page:#f7f9fc;--color-preview:#1b1b1b;--radius-control:12px;--radius-pill:100px;--shadow-control:0 10px 24px #0f172a0f;font-family:var(--font-sans);color:var(--color-text);background:var(--color-page);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{border:0}#root{min-height:100vh}.business-account-menu{z-index:50;border:.6px solid var(--color-border);background:var(--color-surface);width:282px;min-width:260px;box-shadow:var(--shadow-control);border-radius:16px;gap:8px;padding:16px;display:grid;position:fixed;top:13px;left:12px}.business-account-menu--compact{gap:4px;min-width:180px}.business-account-menu--compact strong{font-size:14px}.business-account-menu--compact span,.business-account-menu__kyb,.business-account-menu__empty{color:var(--color-muted);font-size:12px;font-style:normal;font-weight:500}.business-account-menu__profile{gap:4px;margin-bottom:8px;display:grid}.business-account-menu__mark{width:40px;height:40px;color:var(--color-primary);background:#1463ff1a;border-radius:999px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:inline-flex}.business-account-menu__profile strong{font-size:15px}.business-account-menu__profile span,.business-account-menu__profile b{color:var(--color-muted);font-size:12px;font-weight:500}.business-account-menu__profile b{color:var(--color-primary);text-transform:capitalize}.business-account-menu hr{border:0;border-top:.6px solid var(--color-border);width:100%;margin:4px 0}.business-account-menu>p{color:var(--color-muted);margin:4px 0;font-size:12px;font-weight:600}.business-account-menu__item{width:100%;color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:10px 8px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.business-account-menu__item:hover{background:#1463ff0f}.business-account-menu__item--split{justify-content:flex-start}.business-account-menu__item--split span:first-child{display:inline-flex}.business-account-menu__item--split svg:last-child{margin-left:auto}.business-account-menu__item--primary{color:var(--color-primary)}.business-account-menu__item--danger{color:#b42318}.dashboard-page{min-width:1180px;min-height:1880px;color:var(--color-text);background:#fbfbfb;padding:128px 26px 96px 249px}.dashboard-page :where(a){color:inherit;text-decoration:none}.dashboard-page :where(button){color:inherit;cursor:pointer;background:0 0}.dashboard-topbar{z-index:30;border-bottom:.6px solid var(--color-border-strong);background:var(--color-surface);align-items:center;gap:50px;min-width:1180px;height:87px;padding:0 25px 0 250px;display:flex;position:fixed;top:0;left:0;right:0}.dashboard-brand{border-right:.6px solid var(--color-border-strong);border-bottom:.6px solid var(--color-border-strong);background:var(--color-surface);letter-spacing:-.32px;align-items:center;gap:10px;width:225px;height:87px;padding:0 15px;font-size:16px;font-weight:600;display:flex;position:fixed;top:0;left:0}.dashboard-brand-mark{width:35px;height:35px;color:var(--color-text);background:#f9f9f9;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:inline-flex}.dashboard-brand-mark--large{width:42px;height:42px;font-size:26px}.dashboard-search{border:.6px solid var(--color-border-strong);border-radius:var(--radius-pill);width:289px;color:var(--color-muted-blue);background:#f9f9f9;flex:0 0 289px;align-items:center;gap:10px;padding:10px;display:flex}.dashboard-search input{width:100%;color:var(--color-text);background:0 0;border:0;outline:0;font-size:14px;font-weight:500}.dashboard-search input::placeholder{color:var(--color-muted-blue)}.dashboard-topbar__actions{align-items:center;gap:20px;margin-left:auto;display:flex}.dashboard-action-button{border-radius:var(--radius-pill);color:#fff;flex:none;min-height:36px;font-size:14px;font-weight:500;display:inline-flex;overflow:hidden}.dashboard-action-button>span{justify-content:center;align-items:center;display:inline-flex}.dashboard-action-button>span:first-child{background:var(--color-primary);gap:5px;min-width:119px;padding:9px 10px}.dashboard-action-button>span:last-child{background:#0d56e6;border-left:1px solid #2a72ff;width:37px}.dashboard-pill-button,.dashboard-icon-button,.dashboard-card__header>a,.dashboard-card__header>button,.dashboard-card__header>span button{border:.6px solid var(--color-border-strong);background:var(--color-surface);justify-content:center;align-items:center;gap:8px;display:inline-flex}.dashboard-pill-button{border-radius:var(--radius-pill);white-space:nowrap;flex:none;padding:10px;font-size:14px;font-weight:500}.dashboard-icon-button{border-radius:var(--radius-pill);width:38px;height:38px}.dashboard-asset-icon{object-fit:contain;flex:none;display:inline-flex}.dashboard-nav-item--active .dashboard-asset-icon{filter:brightness(0)saturate()invert(31%)sepia(97%)saturate(3144%)hue-rotate(216deg)brightness(101%)contrast(102%)}.dashboard-nav-item--danger .dashboard-asset-icon,.dashboard-account-menu__item--danger .dashboard-asset-icon{filter:brightness(0)saturate()invert(34%)sepia()saturate(2912%)hue-rotate(339deg)brightness(106%)contrast(106%)}.dashboard-action-button .dashboard-asset-icon,.dashboard-growth-card button:not(.dashboard-growth-card__secondary) .dashboard-asset-icon{filter:brightness(0)invert()}.dashboard-flag{object-fit:contain;flex:none;width:20px;height:20px}.app-currency-control-wrap{display:contents}.app-currency-control__flag{border-radius:50%;flex:none;width:20px;height:20px;display:inline-flex;overflow:hidden;box-shadow:0 0 0 1px #0000000f}.app-currency-control__flag span{flex:1 1 0}.app-currency-control__flag span:first-child{background:#0a8f45}.app-currency-control__flag span:nth-child(2){background:#fff}.app-currency-control__flag span:last-child{background:#0a8f45}.app-currency-control__flag--small{width:16px;height:16px}.dashboard-sidebar{z-index:20;border-right:.6px solid var(--color-border-strong);background:var(--color-surface);flex-direction:column;width:225px;padding:20px 15px 56px;display:flex;position:fixed;top:87px;bottom:45px;left:0;overflow-y:auto}.dashboard-sidebar__label{color:var(--color-muted-blue);margin:0 0 17px;font-size:12px;font-weight:500}.dashboard-sidebar__label--secondary{margin-top:45px}.dashboard-sidebar__nav{flex-direction:column;gap:10px;display:flex}.dashboard-sidebar__nav--secondary{gap:5px}.dashboard-nav-item{width:195px;color:var(--color-text);text-align:left;border-radius:8px;align-items:center;gap:10px;padding:10px;font-size:14px;font-weight:500;display:flex}.dashboard-nav-item>span{align-items:center;gap:10px;display:inline-flex}.dashboard-nav-item--active{color:var(--color-primary);background:#1463ff0d}.dashboard-nav-item--submenu-open{background:#f9f9f9;justify-content:space-between;align-items:center}.dashboard-nav-item--submenu-open>span:first-child{min-width:0}.dashboard-nav-item--danger{color:var(--color-danger,#ff3a3a);margin-top:25px}.dashboard-developer-submenu{border-left:1px solid var(--color-border-strong);width:147px;margin-left:48px}.dashboard-developer-submenu a{padding:7px 10px;font-size:14px;font-weight:500;display:block}.dashboard-api-status{border-top:.6px solid var(--color-border-strong);height:45px;color:var(--color-text);letter-spacing:-.24px;flex:0 0 45px;align-items:center;gap:10px;margin:auto -15px -56px;padding:0 25px;font-size:12px;font-weight:500;display:flex}.dashboard-api-status svg{color:#12ae5a}.dashboard-kyb-banner{z-index:15;background:#ffa94426;justify-content:center;align-items:center;gap:12px;height:40px;font-size:14px;font-weight:500;display:flex;position:fixed;top:87px;left:225px;right:0}.dashboard-content{flex-direction:column;gap:24px;max-width:1005px;display:flex;position:relative}.dashboard-heading{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.dashboard-heading h1{letter-spacing:-.48px;margin:0 0 10px;font-size:24px;font-weight:700}.dashboard-heading p{color:var(--color-muted-blue);margin:0;font-size:14px;font-weight:500}.dashboard-mode{border:.6px solid var(--color-border-strong);background:var(--color-surface);border-radius:8px;align-items:center;gap:10px;padding:7px 10px;font-size:12px;font-weight:500;display:inline-flex}.dashboard-mode span{background:#12ae5a;border-radius:50%;width:8px;height:8px}.dashboard-card{border:.6px solid var(--color-border-strong);background:var(--color-surface);border-radius:16px;position:relative;overflow:visible;box-shadow:0 2px 5px #0000000d}.dashboard-card__header{background:#f4f6fb;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:15px;display:flex}.dashboard-card__header h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.dashboard-card__header>a,.dashboard-card__header>button,.dashboard-card__header>span button{border-radius:8px;padding:6px 10px;font-size:12px;font-weight:500}.dashboard-segmented{border:.6px solid var(--color-border-strong);background:var(--color-surface);border-radius:10px;align-items:center;padding:5px;display:flex}.dashboard-segmented button{width:40px;color:var(--color-muted-blue);border-radius:8px;padding:5px;font-size:12px;font-weight:500}.dashboard-segmented .is-active{color:#fff;background:var(--color-primary)}.dashboard-metrics__grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.dashboard-metric{border-top:.6px solid var(--color-border-strong);border-left:.6px solid var(--color-border-strong);flex-direction:column;justify-content:center;gap:15px;min-height:132px;padding:19px;display:flex}.dashboard-metric:first-child{border-left:0}.dashboard-metric>span,.dashboard-wallet span{color:var(--color-muted-blue);font-size:14px;font-weight:500}.dashboard-metric strong{letter-spacing:-.36px;font-size:18px;font-weight:600}.dashboard-metric p{color:var(--color-muted-blue);letter-spacing:-.24px;align-items:center;gap:5px;margin:0;font-size:12px;font-weight:500;display:flex}.dashboard-trend{border-radius:var(--radius-pill);align-items:center;gap:5px;padding:3px 5px;font-size:12px;display:inline-flex}.dashboard-trend--up{color:#12ae5a;background:#0ec6631a}.dashboard-trend--down{color:#ff3a3a;background:#ff3a3a1a}.dashboard-row{gap:20px;display:grid}.dashboard-row--wallets{grid-template-columns:675px 310px}.dashboard-wallets__body{min-height:169px;padding:14px}.dashboard-wallets__controls{gap:15px;display:flex}.dashboard-wallets__controls button{width:24px;height:24px;padding:0}.dashboard-wallets__cards{gap:15px;display:flex;overflow:hidden}.dashboard-wallet{border:.6px solid var(--color-border-strong);background:#fbfbfb;border-radius:12px;flex-direction:column;flex:none;justify-content:center;gap:10px;width:206px;min-height:88px;padding:14px;display:flex}.dashboard-wallet span{align-items:center;gap:10px;font-size:10px;display:flex}.dashboard-wallet strong{letter-spacing:-.36px;font-size:18px;font-weight:600}.dashboard-wallets__button{color:#fff;background:var(--color-text);border-radius:10px;justify-content:center;align-items:center;gap:10px;width:181px;margin-top:15px;padding:10px;font-size:12px;font-weight:500;display:inline-flex}.dashboard-growth-card{color:#fff;background:linear-gradient(230deg,#0d56e6 3.64%,#6829c6 97.54%);border-radius:16px;flex-direction:column;align-items:flex-start;min-height:223px;padding:20px;display:flex}.dashboard-growth-card__tag{border-radius:var(--radius-pill);background:#ffffff1a;border:.6px solid #fff3;align-items:center;gap:5px;padding:4px 5px;font-size:10px;font-weight:500;display:inline-flex}.dashboard-growth-card h2{letter-spacing:-.28px;margin:22px 0 5px;font-size:14px;font-weight:600}.dashboard-growth-card p{max-width:228px;margin:0 0 18px;font-size:10px;font-weight:500;line-height:1.8}.dashboard-growth-card button{color:#fff;background:var(--color-text);border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:7px 10px;font-size:12px;font-weight:500;display:inline-flex}.dashboard-growth-card__secondary{margin-top:10px;color:var(--color-text)!important;background:var(--color-surface)!important}.dashboard-grid{grid-template-columns:493px 492px;gap:20px;display:grid}.dashboard-transactions{grid-row:span 2}.dashboard-transactions table{border-collapse:collapse;width:100%;font-size:12px}.dashboard-transactions th{border-top:.6px solid var(--color-border-strong);border-bottom:.6px solid var(--color-border-strong);height:55px;color:var(--color-muted-blue);letter-spacing:-.24px;text-align:left;background:#f9f9f9;padding:0 14px;font-weight:500}.dashboard-transactions td{border-bottom:.6px solid var(--color-border-strong);white-space:nowrap;height:67px;padding:0 14px;font-weight:500}.dashboard-transactions tbody tr:last-child td{border-bottom:0}.dashboard-transactions td span,.dashboard-transactions td b{display:block}.dashboard-transactions td span{color:var(--color-muted-blue);letter-spacing:-.24px;margin-top:5px}.dashboard-transactions td b{color:#fff;letter-spacing:-.2px;background:#4d5e99;border-radius:7px;width:max-content;margin-top:5px;padding:2px 5px;font-size:10px;font-weight:500}.dashboard-success{color:#12ae5a}.dashboard-payment-methods__body{grid-template-columns:210px 1fr;align-items:center;gap:24px;min-height:223px;padding:22px 24px;display:grid}.dashboard-donut{flex:none;width:158px;height:158px;position:relative}.dashboard-donut .recharts-pie-label-text{fill:#fff;font-size:8px;font-weight:600}.dashboard-method-list{flex-direction:column;gap:12px;display:flex}.dashboard-method-list__item{border:.6px solid var(--color-border-strong);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:12px;font-weight:500;display:flex}.dashboard-method-list__item span{align-items:center;gap:5px;display:flex}.dashboard-method-list__item i{border-radius:var(--radius-pill);width:2px;height:12px}.dashboard-method-list__item b{background:#f9f9f9;border-radius:6px;padding:5px;font-size:8px;font-weight:800}.dashboard-chart-tooltip{color:var(--color-text);background:#fff;border-radius:12px;flex-direction:column;gap:5px;padding:10px;font-size:12px;font-weight:500;display:flex;box-shadow:0 0 5px #0000001a}.dashboard-chart-tooltip span{color:var(--color-muted-blue)}.dashboard-chart-tooltip strong{color:var(--color-text);font-size:14px;font-weight:700}.dashboard-chart-tooltip--split{border-radius:6px;gap:4px;font-size:10px}.dashboard-chart-tooltip--split b{margin-bottom:2px;font-size:11px}.dashboard-chart-tooltip--split span{align-items:center;gap:4px;display:flex}.dashboard-chart-tooltip--split i{border-radius:var(--radius-pill);width:2px;height:10px}.dashboard-chart-tooltip--split strong{font-size:10px}.dashboard-chart-tooltip--volume{min-width:128px}.dashboard-bars{min-height:281px}.dashboard-bars__chart{min-height:223px;padding:19px;position:relative}.dashboard-bars__plot{height:185px;position:relative}.dashboard-volume{margin-top:2px}.dashboard-volume .dashboard-card__header>span{gap:15px;display:flex}.dashboard-volume__chart{height:600px;padding:19px 30px 32px;position:relative}.dashboard-volume__chart>p{gap:10px;margin:0 0 30px;font-size:14px;font-weight:500;display:flex}.dashboard-volume__chart>p span{color:var(--color-muted-blue)}.dashboard-volume__chart>p strong{letter-spacing:-.32px;font-size:16px;font-weight:600}.dashboard-volume__graph{width:100%;height:432px;margin-top:28px}.dashboard-dropdown{z-index:45;border:.6px solid var(--color-border-strong);background:#fff;border-radius:8px;flex-direction:column;gap:5px;padding:8px;display:flex;position:fixed;box-shadow:0 0 5px #0000001a}.dashboard-dropdown__item{min-width:100%;color:var(--color-text);border-radius:6px;align-items:center;gap:10px;padding:5px;font-size:12px;font-weight:500;display:flex}.dashboard-dropdown__item--active{background:#1463ff1a}.dashboard-muted{color:var(--color-muted-blue)}.dashboard-centered{text-align:center;width:100%;display:block}.dashboard-action-menu{width:156px;top:72px;right:315px}.dashboard-currency-menu{width:168px;top:72px;right:115px}.app-currency-menu{z-index:70;flex-direction:column;gap:6px;width:176px;padding:6px;display:flex;position:fixed;top:72px;right:115px}.app-currency-menu__item{color:var(--color-muted-blue);text-align:left;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:500;display:inline-flex}.app-currency-menu__item:hover,.app-currency-menu__item--active{color:var(--color-text);background:#1463ff1a}.dashboard-incoming-range-menu{width:103px;position:absolute;top:48px;right:15px}.dashboard-volume-currency-menu{width:108px;position:absolute;top:48px;right:120px}.dashboard-volume-range-menu{width:98px;position:absolute;top:48px;right:15px}.dashboard-account-menu{z-index:50;border:.6px solid var(--color-border-strong);background:#fff;border-radius:20px;width:282px;padding:25px 19px 22px;position:fixed;top:13px;left:12px;box-shadow:0 0 10px 2px #0000000d}.dashboard-account-menu__profile{flex-direction:column;align-items:center;gap:5px;margin-bottom:28px;display:flex}.dashboard-account-menu__profile strong{letter-spacing:-.28px;font-size:14px;font-weight:600}.dashboard-account-menu__profile span,.dashboard-account-menu p{color:var(--color-muted-blue);letter-spacing:-.24px;font-size:12px;font-weight:500}.dashboard-account-menu__profile b{color:var(--color-primary);background:#1463ff1a;border-radius:8px;padding:3px 5px;font-size:12px;font-weight:500}.dashboard-account-menu hr{border:0;border-top:.6px solid var(--color-border-strong);margin:13px 0}.dashboard-account-menu__item{letter-spacing:-.14px;text-align:left;align-items:center;gap:10px;width:100%;padding:10px 0;font-size:14px;font-weight:500;display:flex}.dashboard-account-menu__item--split{justify-content:space-between}.dashboard-account-menu__item--split span{border:.6px solid var(--color-border-strong);border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.dashboard-account-menu__item--primary{color:var(--color-primary)}.dashboard-account-menu__item--danger{color:#ff3a3a}.dashboard-scroll-chip{border:.6px solid var(--color-border);border-radius:var(--radius-pill);background:#fff;align-self:center;align-items:center;gap:5px;margin:56px 0 0;padding:5px 7px;font-size:12px;font-weight:500;display:inline-flex;box-shadow:0 4px 2px #0000001a}.dashboard-footer{border-top:.6px solid var(--color-border-strong);border-right:.6px solid var(--color-border-strong);border-left:.6px solid var(--color-border-strong);height:45px;color:var(--color-muted-blue);background:#fff;justify-content:space-between;align-items:center;padding:0 15px 0 25px;font-size:12px;font-weight:500;display:flex;position:fixed;bottom:0;left:225px;right:0}.dashboard-footer span:last-child{gap:12px;display:flex}.dashboard-modal-backdrop{z-index:60;background:#000000b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dashboard-logout-modal{text-align:center;background:#fff;border-radius:24px;width:464px;min-height:379px;padding:86px 30px 56px;position:relative}.dashboard-logout-modal__close{border:.6px solid var(--color-border-strong);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:absolute;top:30px;right:30px}.dashboard-logout-modal__mark{color:#1b1c1d;background:linear-gradient(135deg,#1463ff2e,#e3af2247),repeating-linear-gradient(45deg,#0000 0 12px,#1b1c1d1f 12px 18px);border-radius:22px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:34px;font-size:44px;font-weight:800;display:inline-flex}.dashboard-logout-modal h2{letter-spacing:-.36px;margin:0 0 39px;font-size:18px;font-weight:700}.dashboard-logout-modal__actions{justify-content:space-between;gap:25px;display:flex}.dashboard-logout-modal__actions button{border:.6px solid var(--color-border-strong);border-radius:var(--radius-pill);background:#fff;width:188px;height:42px;font-size:14px;font-weight:500}.dashboard-logout-modal__actions button:last-child{color:#fff;background:#ff3a3a;border-color:#ff3a3a}@media (width<=1100px){.dashboard-topbar{gap:24px;padding-right:16px}.dashboard-topbar__actions{gap:10px}}.bills-page{min-height:1174px;padding-bottom:108px}.bills-content{flex-direction:column;gap:20px;max-width:1005px;display:flex}.bills-heading h1{color:#1b1c1d;letter-spacing:-.48px;margin:0 0 10px;font-size:24px;font-weight:700}.bills-heading p{color:#7f8ca5;margin:0;font-size:14px;font-weight:500}.bills-services-card,.bills-table-card{background:#fff;border:.6px solid #e4e4e4;border-radius:16px;overflow:hidden}.bills-services-card>header,.bills-table-card__header{background:#f4f6fb}.bills-services-card>header{color:#1b1c1d;letter-spacing:-.32px;padding:15px;font-size:16px;font-weight:600}.bills-services-grid{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.bills-services-grid button{color:#1b1c1d;background:#fff;border-left:.6px solid #e4e4e4;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:122px;font-size:14px;font-weight:500;display:flex}.bills-services-grid button:first-child{border-left:0}.bills-services-grid button:hover{background:#fbfcff}.bills-services-grid button>span{background:#f9f9f9;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.bills-services-grid button>span img{object-fit:contain;width:24px;height:24px}.bills-table-card__header{justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:12px 15px;display:flex}.bills-table-card__header h2{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.bills-table-actions{align-items:center;gap:20px;display:flex}.bills-table-search,.bills-table-filter{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.bills-table-search{color:#7f8ca5;border-radius:100px;width:192px;padding:7px 10px}.bills-table-search input{color:#1b1c1d;width:100%;font:inherit;background:0 0;border:0;outline:0}.bills-table-search input::placeholder{color:#7f8ca5}.bills-table-filter{border-radius:8px;justify-content:center;padding:6px 10px}.bills-table{border-top:.6px solid #e4e4e4}.bills-table__row{color:#1b1c1d;text-align:left;background:#fff;border:0;border-bottom:.6px solid #e4e4e4;grid-template-columns:114px .75fr 1fr .8fr 1fr .78fr 38px;align-items:center;gap:20px;width:100%;min-height:67px;padding:0 14px;font-size:12px;font-weight:500;display:grid}.bills-table__row--head{color:#7f8ca5;cursor:default;background:#f9f9f9;min-height:55px}.bills-table__row:not(.bills-table__row--head):hover{background:#fbfcff}.bills-transaction-id{flex-direction:column;gap:5px;display:flex}.bills-transaction-id strong{font-weight:600}.bills-transaction-id small{color:#7f8ca5;font-size:12px;font-weight:500}.bills-row-arrow{color:#7f8ca5;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.bills-table-footer{color:#1b1c1d;justify-content:space-between;align-items:center;min-height:55px;padding:0 20px;font-size:12px;font-weight:500;display:flex}.bills-table-footer b{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:4px;justify-content:center;align-items:center;min-width:24px;margin:0 4px;padding:2px 4px;font-weight:500;display:inline-flex}.bills-status{border-radius:100px;justify-content:center;align-items:center;width:max-content;padding:4px 8px;font-size:12px;font-weight:500;display:inline-flex}.bills-status--pending{color:#ffa944;background:#ffa94424}.bills-status--completed{color:#12ae5a;background:#12ae5a24}.bills-status--failed{color:#ff3a3a;background:#ff3a3a24}.bills-filter,.bills-account-menu,.bills-currency-menu{z-index:60;background:#fff;border:.6px solid #e4e4e4;border-radius:12px;position:fixed;box-shadow:0 18px 42px #12192614}.bills-account-menu{flex-direction:column;gap:6px;width:198px;padding:14px;display:flex;top:76px;left:14px}.bills-account-menu strong{font-size:14px}.bills-account-menu span{color:#7f8ca5;font-size:12px}.bills-currency-menu{width:160px;padding:5px;top:72px;right:112px}.bills-filter{padding:5px}.bills-filter--status{width:107px;top:397px;left:756px}.bills-filter--type{width:107px;top:397px;left:855px}.bills-filter--amount{width:142px;top:397px;left:945px}.bills-filter--date{width:116px;top:397px;left:1053px}.bills-filter__item{color:#1b1c1d;border-radius:8px;justify-content:center;width:100%;padding:5px 10px;font-size:12px;font-weight:500;display:flex}.bills-filter__item:hover,.bills-filter__item--active{color:#1463ff;background:#eff4ff}.bills-modal-backdrop{z-index:70;background:#0b122047;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.bills-flow-modal{background:#fff;border-radius:24px;width:570px;min-height:650px;position:relative;overflow:visible;box-shadow:0 24px 70px #0f172a29}.bills-flow-modal--electricity{min-height:650px}.bills-flow-modal>header{border-bottom:.6px solid #e6e6e6;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex}.bills-flow-modal>header strong{letter-spacing:.14px;font-size:14px;font-weight:600}.bills-close-button{color:#1b1c1d;background:#f7f7f7;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.bills-flow-modal>p{letter-spacing:-.14px;margin:20px 20px 18px;font-size:14px;font-weight:500}.bills-flow-progress{gap:15px;margin:0 20px 20px;display:flex}.bills-flow-progress span{background:#1463ff1a;border-radius:100px;flex:1;height:8px}.bills-flow-progress span.is-active{background:#1463ff}.bills-recents{flex-direction:column;gap:12px;margin:0 20px 20px;display:flex}.bills-recents h3,.bills-flow-fields h3{letter-spacing:.14px;margin:0;font-size:14px;font-weight:600}.bills-recents>div{gap:15px;display:flex;overflow:hidden}.bills-recents button{background:#fff;border:.6px solid #e4e4e4;border-radius:100px;align-items:center;gap:5px;padding:5px 7px 5px 5px;font-size:12px;font-weight:500;display:inline-flex}.bills-flow-modal hr{border:0;border-top:.6px solid #e4e4e4;height:0;margin:0 20px 18px}.bills-flow-fields,.bills-amount-fields{flex-direction:column;gap:18px;margin:0 20px;display:flex}.bills-flow-field{color:#1b1c1d;text-align:left;background:#fff;border:.6px solid #eaeaea;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:60px;padding:15px;display:flex}.bills-flow-field span,.bills-flow-field--input span{letter-spacing:-.14px;font-size:14px;font-weight:500}.bills-flow-field strong{align-items:center;gap:8px;margin-left:auto;font-size:16px;font-weight:700;display:inline-flex}.bills-flow-field--input{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-height:74px}.bills-flow-field--input strong{color:#7f8ca5;margin-left:0;font-size:14px;font-weight:500}.bills-flow-field--input small{color:#1b1c1d;font-size:14px}.bills-flow-phone-row{align-items:center;gap:10px;display:inline-flex}.bills-flow-phone-row input{color:#1b1c1d;background:0 0;border:0;outline:0;width:180px;font-size:14px;font-weight:500}.bills-flow-phone-row input::placeholder{color:#7f8ca5}.bills-plan-wrap{position:relative}.bills-electricity-menu,.bills-betting-menu,.bills-cable-menu{z-index:4;background:#fff;border:.6px solid #eaeaea;border-radius:10px;flex-direction:column;gap:12px;width:530px;padding:12px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 0 5px #00000026}.bills-betting-menu{min-height:258px}.bills-cable-menu--provider{min-height:218px}.bills-cable-menu--package{min-height:322px}.bills-electricity-menu--meter{gap:0}.bills-electricity-menu label,.bills-betting-menu label,.bills-cable-menu label{color:#7f8ca5;border:.6px solid #e4e4e4;border-radius:100px;align-items:center;gap:5px;padding:7px 10px;display:flex}.bills-electricity-menu input,.bills-betting-menu input,.bills-cable-menu input{color:#1b1c1d;border:0;outline:0;width:100%}.bills-electricity-menu button,.bills-betting-menu button,.bills-cable-menu button{color:#1b1c1d;text-align:left;border-bottom:.6px solid #e4e4e4;align-items:center;gap:12px;padding:0 0 12px;font-size:12px;font-weight:500;display:inline-flex}.bills-electricity-menu--meter button+button{padding:12px 0 0}.bills-electricity-menu button:last-child,.bills-betting-menu button:last-child,.bills-cable-menu button:last-child{border-bottom:0;padding-bottom:0}.bills-cable-menu--package button{justify-content:space-between;width:100%}.bills-data-plan-menu{z-index:4;background:#fff;border:.6px solid #e4e4e4;border-radius:14px;flex-direction:column;gap:12px;width:530px;padding:12px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #1219261a}.bills-data-plan-menu label{color:#7f8ca5;border:.6px solid #e4e4e4;border-radius:100px;align-items:center;gap:5px;padding:7px 10px;display:flex}.bills-data-plan-menu input{color:#1b1c1d;border:0;outline:0;width:100%}.bills-data-plan-menu button{border-bottom:.6px solid #e4e4e4;justify-content:space-between;padding:0 0 12px;font-size:12px;font-weight:500;display:flex}.bills-primary-action{color:#fff;background:#1463ff;border-radius:100px;padding:15px;font-size:14px;font-weight:500;position:absolute;bottom:35px;left:20px;right:20px}.bills-primary-action:disabled,.bills-flow-actions button:last-child:disabled{color:#7f8ca5;cursor:not-allowed;background:#f9f9f9}.bills-flow-recipient{grid-template-columns:auto auto;gap:8px 10px;width:max-content;margin:0 20px 20px;display:grid}.bills-flow-recipient strong{letter-spacing:-.16px;font-size:16px}.bills-flow-recipient span{color:#fff;background:#1463ff;border-radius:100px;align-self:center;padding:2px 8px;font-size:12px}.bills-flow-recipient small{color:#7f8ca5;grid-column:1/-1;font-size:14px}.bills-amount-fields{gap:15px}.bills-amount-field{text-align:left;background:#fff;border:.6px solid #eaeaea;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:8px;min-height:89px;padding:15px;display:grid;position:relative}.bills-amount-field.is-muted{background:#f9f9f9}.bills-amount-field span{color:#7f8ca5;font-size:14px}.bills-amount-field strong{grid-column:1;font-size:24px;font-weight:700}.bills-amount-field b{grid-area:1/2/span 2;align-items:center;gap:8px;font-size:16px;display:inline-flex}.bills-amount-field small{color:#7f8ca5;font-size:14px;font-weight:600;position:absolute;bottom:15px;right:15px}.bills-rate-card{background:#f9f9f9;border-radius:10px;flex-direction:column;gap:10px;padding:10px;font-size:14px;font-weight:600;display:flex}.bills-rate-card span{justify-content:space-between;display:flex}.bills-rate-card span+span{border-top:.6px solid #e4e4e4;padding-top:10px}.bills-flow-actions{grid-template-columns:1fr 1fr;gap:20px;display:grid;position:absolute;bottom:35px;left:20px;right:20px}.bills-flow-actions button{background:#fff;border:.6px solid #e4e4e4;border-radius:100px;padding:15px;font-size:14px;font-weight:500}.bills-flow-actions button:last-child{color:#fff;background:#1463ff;border-color:#1463ff}.bills-network-logo{color:#1b1c1d;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:700;display:inline-flex}.bills-network-logo--m{background:#ffc423}.bills-network-logo--g{color:#fff;background:#13a83a}.bills-network-logo--9{color:#27a844;background:#f4f4f4}.bills-provider-logo{color:#1463ff;letter-spacing:-.3px;background:#f4f4f4;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:7px;font-weight:700;display:inline-flex}.bills-provider-logo--ka{color:#1b1c1d;box-shadow:inset 0 0 0 2px #ffd12d}.bills-provider-logo--be{color:#12ae5a}.bills-provider-logo--ab{color:#ff7a00}.bills-betting-logo{color:#1b1c1d;letter-spacing:-.3px;background:#f4f4f4;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:7px;font-weight:800;display:inline-flex;overflow:hidden}.bills-betting-logo--s{color:#fff;background:#0f9f4b}.bills-betting-logo--il{color:#fff;background:#161616}.bills-betting-logo--n{color:#fff;background:#013be4}.bills-betting-logo--b9{color:#fff;background:#0f8b3e;border-radius:3px;width:24px;font-size:6px}.bills-betting-logo--1x{color:#fff;background:#203a8f}.bills-cable-logo{color:#1b1c1d;letter-spacing:-.4px;background:#f4f4f4;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:6px;font-weight:800;display:inline-flex;overflow:hidden}.bills-cable-logo--dstv{color:#fff;background:#0180cd}.bills-cable-logo--sho{color:#ec1260}.bills-cable-logo--go{color:#12833f}.bills-cable-logo--sta{color:#f15a24}.bills-flag{background:#fff;border-radius:50%;flex:none;width:20px;height:20px;display:inline-flex;position:relative;overflow:hidden}.bills-flag--ng span{flex:1}.bills-flag--ng span:first-child,.bills-flag--ng span:last-child{background:#34c759}.bills-flag--us{background:linear-gradient(#1463ff 0 45%,#fff 45% 56%,#ff3a3a 56%);border:1.5px solid #fff}.bills-verification-modal{background:#fff;border-radius:24px;grid-template-columns:392px 1fr;width:887px;min-height:565px;display:grid;position:relative;overflow:hidden}.bills-verification-modal aside{text-align:center;background:#eff4ff;flex-direction:column;align-items:center;padding:86px 19px 0;display:flex;overflow:hidden}.bills-verification-modal aside img{object-fit:contain;width:130px;height:130px}.bills-verification-modal h2{letter-spacing:-.36px;margin:29px 0 0;font-size:18px;font-weight:700}.bills-verification-modal aside p{color:#7f8ca5;margin:21px 0 52px;font-size:14px;font-weight:500;line-height:24px}.bills-verification-modal>.bills-close-button{background:#fff;border:.6px solid #e4e4e4;position:absolute;top:30px;right:30px}.bills-verification-modal section{flex-direction:column;align-items:center;padding-top:169px;display:flex}.bills-verification-modal section p{color:#7f8ca5;margin:12px 0 47px;font-size:14px}.bills-otp-row{gap:15px;margin-bottom:50px;display:flex}.bills-otp-row span{color:#7f8ca5;border:.6px solid #e4e4e4;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex}.bills-otp-row span.is-active{color:#1b1c1d;border-color:#1463ff}.bills-verification-modal section button{color:#fff;background:#1463ff;border-radius:100px;width:438px;padding:12px;font-size:14px;font-weight:500}.bills-success-modal{text-align:center;background:#fff;border-radius:24px;width:628px;min-height:579px;padding:88px 30px 38px;position:relative}.bills-success-modal--data{min-height:634px}.bills-success-modal>.bills-close-button{background:#fff;border:.6px solid #e4e4e4;width:38px;height:38px;position:absolute;top:30px;right:30px}.bills-success-modal>svg{color:#1463ff;position:absolute;top:24px;left:59px}.bills-success-modal>img{width:56px;height:56px}.bills-success-modal h2{margin:15px 0 9px;font-size:16px;font-weight:600}.bills-success-modal>strong{margin-bottom:15px;font-size:36px;font-weight:700;display:block}.bills-success-type{background:#f9f9f9;border-radius:100px;align-items:center;gap:10px;padding:10px;font-size:14px;font-weight:600;display:inline-flex}.bills-success-modal dl{background:#fff;border-radius:16px;flex-direction:column;gap:0;margin:35px 8px 0;padding:20px;display:flex;box-shadow:inset 0 0 0 .6px #e4e4e4}.bills-info-pair{color:#1b1c1d;border-bottom:.6px solid #e4e4e4;justify-content:space-between;align-items:center;gap:20px;min-height:40px;font-size:14px;display:flex}.bills-info-pair:last-child{border-bottom:0}.bills-info-pair dt{color:#7f8ca5;font-weight:500}.bills-info-pair dd{align-items:center;gap:10px;margin:0;font-weight:600;display:inline-flex}.bills-detail-drawer{z-index:70;background:#fff;width:501px;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-18px 0 45px #0f172a1f}.bills-detail-drawer>header{border-bottom:.6px solid #e4e4e4;padding:20px}.bills-detail-drawer>header>strong{align-items:center;min-height:36px;font-size:16px;font-weight:600;display:inline-flex}.bills-detail-drawer>header .bills-close-button{float:right;width:36px;height:36px}.bills-detail-drawer>header>div{clear:both;border:.6px solid #e4e4e4;border-radius:10px;justify-content:space-between;align-items:center;margin-top:15px;padding:12px;display:flex}.bills-detail-drawer>header b{margin-bottom:5px;font-size:16px;display:block}.bills-detail-drawer>header small{color:#7f8ca5}.bills-detail-section{padding:20px}.bills-detail-section h3{letter-spacing:.04em;margin:0 0 15px;font-size:12px;font-weight:700}.bills-timeline{flex-direction:column;gap:25px;margin:0;padding:0 0 0 28px;list-style:none;display:flex;position:relative}.bills-timeline:before{content:"";background:#e4e4e4;width:1px;position:absolute;top:4px;bottom:18px;left:6px}.bills-timeline li{flex-direction:column;gap:5px;display:flex;position:relative}.bills-timeline li:before{content:"";background:#e4e4e4;border-radius:50%;width:13px;height:13px;position:absolute;top:3px;left:-28px}.bills-timeline li.is-active:before{background:#1463ff}.bills-timeline strong{font-size:14px;font-weight:600}.bills-timeline span{color:#7f8ca5;font-size:12px}.bills-detail-card{border:.6px solid #e4e4e4;border-radius:10px;padding:15px}.bills-detail-drawer>footer{border-top:.6px solid #e4e4e4;justify-content:flex-end;padding:15px;display:flex}.bills-detail-drawer>footer button{background:#fff;border:.6px solid #e4e4e4;border-radius:10px;align-items:center;gap:10px;padding:12px 15px;display:inline-flex}.bills-toast{z-index:80;background:#fff;border:.6px solid #e4e4e4;border-radius:14px;align-items:center;gap:10px;width:431px;min-height:68px;padding:12px;display:flex;position:fixed;top:705px;left:50%;transform:translate(-50%);box-shadow:0 18px 42px #1219261f}.bills-toast span{font-size:16px;font-weight:500}.bills-toast button{color:#7f8ca5;margin-left:auto}.bills-footer{color:#7f8ca5;background:#fff;border-top:.6px solid #e4e4e4;justify-content:space-between;align-items:center;width:calc(100% + 249px);height:45px;margin:80px 0 -80px -249px;padding:0 25px;font-size:12px;font-weight:500;display:flex}.bills-footer span:last-child{gap:12px;display:flex}.customers-page{min-height:1195px;padding-bottom:96px;padding-right:25px}.customers-page--add{min-height:1205px}.customers-content{flex-direction:column;gap:20px;width:1005px;display:flex}.customers-heading{justify-content:space-between;align-items:flex-start;display:flex}.customers-heading h1{color:#1b1c1d;letter-spacing:-.48px;margin:0 0 10px;font-size:24px;font-weight:700}.customers-heading p{color:#7f8ca5;margin:0;font-size:14px;font-weight:500}.customers-heading__actions,.customers-table-actions,.customers-modal-actions{align-items:center;gap:15px;display:flex}.customers-secondary-button,.customers-split-button,.customers-table-filter,.customers-subheader-action{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;justify-content:center;align-items:center;gap:10px;font-weight:500;display:inline-flex}.customers-secondary-button,.customers-subheader-action{border-radius:10px;height:36px;padding:0 10px;font-size:12px}.customers-split-button{color:#fff;background:#1463ff;border-radius:10px;gap:0;overflow:hidden}.customers-split-button>span:first-child{align-items:center;gap:10px;height:36px;padding:0 10px;display:inline-flex}.customers-split-button>span:last-child{background:#0d56e6;border-left:1px solid #2a72ff;justify-content:center;align-items:center;width:37px;height:36px;display:inline-flex}.customers-summary-card,.customers-table-card,.customers-profile-card,.customers-stats-card{background:#fff;border:.6px solid #e4e4e4;border-radius:16px;overflow:hidden}.customers-summary-card>header,.customers-table-card>header{background:#f4f6fb;justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:12px 15px;display:flex}.customers-summary-card h2,.customers-table-card h2{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.customers-range-tabs{background:#fff;border-radius:100px;gap:0;padding:5px;display:inline-flex}.customers-range-tabs button{color:#1b1c1d;border-radius:100px;width:40px;height:26px;font-size:12px;font-weight:500}.customers-range-tabs button.is-active{color:#fff;background:#1463ff}.customers-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.customers-summary-grid article{border-top:.6px solid #e4e4e4;border-left:.6px solid #e4e4e4;flex-direction:column;justify-content:center;gap:14px;min-height:132px;padding:20px;display:flex}.customers-summary-grid article:first-child{border-left:0}.customers-summary-grid span,.customers-summary-grid small,.customers-table__row--head,.customers-primary-cell small,.customers-info-pair span,.customers-info-line strong,.customers-payment-methods>span{color:#7f8ca5}.customers-summary-grid span,.customers-summary-grid small{font-size:14px;font-weight:500}.customers-summary-grid strong{color:#1b1c1d;letter-spacing:-.4px;font-size:20px;font-weight:600}.customers-summary-grid button,.customers-trend{color:#1463ff;align-items:center;gap:4px;font-size:12px;font-weight:500;display:inline-flex}.customers-trend{color:#12ae5a}.customers-trend em{color:#7f8ca5;font-style:normal}.customers-table-search,.customers-table-filter{height:30px;font-size:12px}.customers-table-search{color:#7f8ca5;background:#fff;border:.6px solid #e4e4e4;border-radius:100px;align-items:center;gap:5px;width:278px;padding:7px 10px;display:inline-flex}.customers-table-search--short,.customers-table-search--wide{width:244px}.customers-table-search input{color:#1b1c1d;width:100%;font:inherit;background:0 0;border:0;outline:0}.customers-table-search input::placeholder{color:#7f8ca5}.customers-table-filter{border-radius:8px;padding:0 10px}.customers-table{border-top:.6px solid #e4e4e4}.customers-table__row{color:#1b1c1d;text-align:left;background:#fff;border:0;border-bottom:.6px solid #e4e4e4;align-items:center;gap:20px;width:100%;min-height:67px;padding:0 14px;font-size:12px;font-weight:500;display:grid}.customers-table__row--head{background:#f9f9f9;min-height:55px;font-weight:500}.customers-table--customers .customers-table__row{grid-template-columns:1.45fr .95fr .9fr .8fr 1.05fr .65fr 24px}.customers-table--transactions .customers-table__row{grid-template-columns:115px 125px 1.55fr .9fr 1.1fr .8fr 24px}.customers-table--disputes .customers-table__row{grid-template-columns:108px 110px 1.25fr 1.35fr .8fr .8fr .8fr 24px}.customers-table--disputes-compact .customers-table__row{grid-template-columns:135px 135px 1.8fr .8fr .85fr .9fr 24px}.customers-primary-cell{flex-direction:column;gap:5px;min-width:0;display:flex}.customers-primary-cell strong{color:#1463ff;text-overflow:ellipsis;white-space:nowrap;font-weight:600;text-decoration:underline;overflow:hidden}.customers-primary-cell small{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.customers-row-action{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.customers-group-badge,.customers-status{white-space:nowrap;border-radius:38px;justify-content:center;align-items:center;width:fit-content;font-size:12px;font-weight:500;display:inline-flex}.customers-group-badge{color:#1b1c1d;background:#f9f9f9;padding:2px 5px}.customers-status{padding:3px 8px}.customers-status--completed,.customers-status--refunded{color:#12ae5a;background:#12ae5a1a}.customers-status--pending,.customers-status--ongoing{color:#ffa944;background:#ffa9441f}.customers-status--failed,.customers-status--closed{color:#ff3a3a;background:#ff3a3a1a}.customers-table-footer{color:#7f8ca5;justify-content:space-between;align-items:center;min-height:55px;padding:0 20px;font-size:12px;font-weight:500;display:flex}.customers-table-footer span,.customers-table-footer button{align-items:center;gap:5px;display:inline-flex}.customers-table-footer button{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:6px;height:20px;padding:0 6px}.customers-subheader{z-index:18;color:#1b1c1d;background:#fbfbfb;border-bottom:.6px solid #e4e4e4;align-items:center;gap:10px;min-width:955px;height:56px;padding:0 25px;font-size:14px;font-weight:500;display:flex;position:fixed;top:87px;left:225px;right:0}.customers-subheader strong{font-weight:500}.customers-back-button{color:#1b1c1d;align-items:center;gap:5px;margin-right:5px;display:inline-flex}.customers-subheader-action{margin-left:auto}.customers-content--details,.customers-content--disputes,.customers-content--add{margin-top:22px}.customers-details-grid{grid-template-columns:660px 325px;gap:20px;display:grid}.customers-profile-card{flex-direction:column;gap:20px;padding:20px;display:flex}.customers-profile-card__top{grid-template-columns:148px 1fr;align-items:center;gap:160px;display:grid}.customers-avatar{color:#1463ff;background:#eff4ff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 10px;display:flex}.customers-profile-card h2{color:#1b1c1d;text-align:center;letter-spacing:-.36px;margin:0;font-size:18px;font-weight:600}.customers-profile-card__details{flex-direction:column;flex:1;gap:24px;display:flex}.customers-info-line,.customers-info-pair{justify-content:space-between;align-items:center;gap:20px;display:flex}.customers-info-line{color:#1b1c1d;font-size:14px;font-weight:500}.customers-info-line span{align-items:center;gap:10px;display:inline-flex}.customers-payment-methods{flex-direction:column;gap:14px;font-size:12px;font-weight:500;display:flex}.customers-payment-methods div{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.customers-payment-methods strong{color:#1b1c1d;white-space:nowrap;background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:10px;align-items:center;gap:8px;height:38px;padding:0 10px;font-weight:500;display:inline-flex}.customers-stats-card{flex-direction:column;gap:20px;padding:20px 15px;display:flex}.customers-stats-card__group{color:#1b1c1d;justify-content:space-between;align-items:center;font-size:12px;font-weight:500;display:flex}.customers-stats-card__group button{background:#fff;border:.6px solid #e4e4e4;border-radius:8px;align-items:center;gap:5px;height:32px;padding:0 10px;display:inline-flex}.customers-stats-list{flex-direction:column;gap:15px;display:flex}.customers-stats-list .customers-info-pair{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:10px;min-height:40px;padding:0 12px;font-size:12px}.customers-tabs{border-bottom:.6px solid #e4e4e4;display:flex}.customers-tabs button{color:#7f8ca5;text-align:left;border-bottom:2px solid #0000;width:170px;padding:0 0 12px;font-size:14px;font-weight:500}.customers-tabs button.is-active{color:#1463ff;border-color:#1463ff}.customers-add-list{flex-direction:column;gap:20px;width:1004px;display:flex}.customers-add-row{grid-template-columns:183px 183px 183px 212px 183px 32px;align-items:center;gap:15px;display:grid}.customers-field{color:#1b1c1d;background:#fff;border:.6px solid #eaeaea;border-radius:12px;flex-direction:column;justify-content:center;gap:8px;min-height:64px;padding:12px;font-size:12px;font-weight:500;display:flex}.customers-field strong{color:#7f8ca5;align-items:center;gap:8px;font-weight:500;display:flex}.customers-field input,.customers-field select{color:#1b1c1d;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.customers-field input::placeholder,.customers-field select:invalid{color:#7f8ca5}.customers-field select{appearance:none;cursor:pointer}.customers-field em{color:#1b1c1d;font-style:normal}.customers-field--button{text-align:left;align-items:flex-start;width:100%}.customers-trash-button{color:#ff3a3a;background:#ff3a3a1a;border:.6px solid #ff3a3a1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.customers-trash-button:disabled{cursor:not-allowed;opacity:.45}.customers-progress{background:#e4e4e4;border-radius:100px;grid-column:1/-1;height:8px;overflow:hidden}.customers-progress span{border-radius:inherit;background:#1463ff;width:75%;height:100%;display:block}.customers-add-footer,.customers-scroll-chip{align-items:center;display:flex}.customers-add-footer{z-index:12;background:#fff;border-top:.6px solid #e4e4e4;justify-content:space-between;height:62px;padding:10px 40px 10px 15px;position:fixed;bottom:45px;left:225px;right:0}.customers-add-footer button{color:#1463ff;align-items:center;gap:5px;font-size:12px;font-weight:500;display:inline-flex}.customers-add-footer button:last-child{color:#fff;background:#1463ff;border-radius:12px;height:42px;padding:0 40px;font-size:14px}.customers-side-panel{z-index:60;background:#fbfbfb;border-left:.6px solid #e4e4e4;flex-direction:column;width:501px;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-20px 0 40px #0f172a14}.customers-side-panel>header{background:#fff;border-bottom:.6px solid #e4e4e4;justify-content:space-between;align-items:flex-start;min-height:85px;padding:20px;display:flex}.customers-side-panel h2,.customers-modal-card h2{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:500}.customers-side-panel p{color:#7f8ca5;margin:5px 0 0;font-size:12px;font-weight:500}.customers-side-panel>header button,.customers-modal-card header button,.customers-modal-close{background:#fff;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.customers-side-panel__body{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow-y:auto}.customers-side-panel__body h3,.customers-modal-card h3,.customers-modal-card h4{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:500}.customers-modal-card h4{letter-spacing:0;font-size:12px}.customers-group-list{flex-direction:column;gap:14px;display:flex}.customers-group-list article{background:#fff;border:.6px solid #e4e4e4;border-radius:10px;grid-template-columns:1fr auto auto auto;align-items:center;gap:12px;padding:12px;display:grid}.customers-group-list article div{flex-direction:column;gap:5px;display:flex}.customers-group-list strong{color:#1b1c1d;font-size:14px;font-weight:500}.customers-group-list span{color:#7f8ca5;font-size:12px}.customers-group-add,.customers-icon-soft,.customers-icon-danger,.customers-primary-button,.customers-side-panel footer button{border-radius:6px;justify-content:center;align-items:center;gap:5px;height:32px;font-size:12px;font-weight:500;display:inline-flex}.customers-group-add{color:#1463ff;background:#1463ff1a;padding:0 8px}.customers-icon-soft,.customers-icon-danger{background:#f9f9f9;border:.6px solid #e4e4e4;width:32px}.customers-icon-danger{color:#ff3a3a;background:#ff3a3a1a;border-color:#ff3a3a1a}.customers-primary-button{color:#fff;background:#1463ff;border-radius:12px;height:42px;padding:0 15px;font-size:14px}.customers-side-panel footer{text-align:right;border-top:.6px solid #e4e4e4;margin-top:auto;padding:20px 0 0}.customers-side-panel footer button{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:12px;height:42px;padding:0 15px;font-size:14px}.customers-side-panel footer button+button{margin-left:12px}.customers-side-panel footer button.is-danger{color:#ff3a3a}.customers-panel-summary{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:12px;justify-content:space-between;align-items:center;padding:12px;display:flex}.customers-panel-summary div{flex-direction:column;gap:5px;display:flex}.customers-panel-summary strong{color:#1b1c1d;font-size:16px}.customers-panel-summary span{color:#7f8ca5;font-size:12px}.customers-detail-sections{flex-direction:column;gap:25px;display:flex}.customers-detail-sections h3{color:#7f8ca5;letter-spacing:.48px;margin:0 0 15px;font-size:12px;font-weight:500}.customers-detail-sections h3 em{color:#ff3a3a;font-style:normal}.customers-timeline{border-left:2px solid #1463ff;flex-direction:column;gap:25px;margin:0;padding:0 0 0 28px;list-style:none;display:flex}.customers-timeline li{flex-direction:column;gap:5px;display:flex;position:relative}.customers-timeline li:before{content:"";background:#1463ff;border:3px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:2px;left:-36px;box-shadow:0 0 0 1px #1463ff}.customers-timeline strong{font-size:14px;font-weight:500}.customers-timeline span{color:#7f8ca5;font-size:12px}.customers-detail-box{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:12px;flex-direction:column;gap:15px;padding:15px;font-size:12px;display:flex}.customers-detail-box .customers-info-pair+.customers-info-pair{border-top:.6px solid #e4e4e4;padding-top:15px}.customers-detail-sections pre{color:#fff;font-family:var(--font-sans);white-space:pre-wrap;background:#1b1c1d;border-radius:12px;margin:0;padding:15px;font-size:12px;line-height:2.6}.customers-pending-note{color:#ff3a3a;font-size:12px;font-weight:500}.customers-modal-backdrop{z-index:80;background:#1b1c1d3d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.customers-modal-card{background:#fff;border:.6px solid #e4e4e4;border-radius:16px;flex-direction:column;gap:20px;width:464px;padding:0 20px 27px;display:flex;position:relative;box-shadow:0 24px 80px #0f172a2e}.customers-modal-card--compact{justify-content:center;width:400px;min-height:386px;padding:30px 32px}.customers-modal-card>header{border-bottom:.6px solid #e4e4e4;justify-content:space-between;align-items:center;min-height:62px;margin:0 -20px;padding:0 20px;display:flex}.customers-modal-card--centered{text-align:center;align-items:center}.customers-modal-card--centered h2{font-size:20px;font-weight:600}.customers-modal-close{position:absolute;top:30px;right:30px}.customers-modal-actions{width:100%;margin-top:10px}.customers-modal-actions button,.customers-modal-primary{border-radius:12px;flex:1;justify-content:center;align-items:center;height:42px;font-size:14px;font-weight:500;display:inline-flex}.customers-modal-actions button:first-child{background:#fff;border:.6px solid #e4e4e4}.customers-modal-actions button:last-child,.customers-modal-primary{color:#fff;background:#1463ff}.customers-modal-actions button.is-danger{background:#ff3a3a}.customers-modal-primary--full{flex:none;width:100%}.customers-delete-icon{color:#ff3a3a;background:#ff3a3a1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.customers-chip-list{flex-wrap:wrap;gap:10px 12px;display:flex}.customers-chip-list span{color:#1b1c1d;background:#f9f9f9;border-radius:100px;align-items:center;gap:8px;height:30px;padding:0 10px;font-size:12px;display:inline-flex}.customers-search-results{z-index:1;background:#fff;border:.6px solid #e4e4e4;border-radius:10px;flex-direction:column;display:flex;position:absolute;top:172px;left:20px;right:20px;overflow:hidden;box-shadow:0 16px 30px #0f172a14}.customers-search-results strong,.customers-search-results button{color:#1b1c1d;text-align:left;border-bottom:.6px solid #e4e4e4;padding:10px;font-size:12px;font-weight:500}.customers-search-results button:last-child{border-bottom:0}.customers-upload-box{background:#f9f9f9;border:.6px dashed #e4e4e4;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:18px;height:164px;display:flex}.customers-upload-box span{color:#1463ff;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.customers-upload-box p,.customers-template-button{color:#7f8ca5;margin:0;font-size:12px;font-weight:500}.customers-template-button{background:#f9f9f9;border-radius:8px;align-self:center;height:30px;padding:0 10px}.customers-current-group{color:#1b1c1d;justify-content:space-between;align-items:center;display:flex}.customers-current-group strong{border:.6px solid #e4e4e4;border-radius:8px;align-items:center;gap:5px;height:32px;padding:0 10px;font-size:12px;display:inline-flex}.customers-radio-list{color:#1b1c1d;flex-direction:column;gap:15px;font-size:14px;font-weight:500;display:flex}.customers-radio-list label{align-items:center;gap:10px;display:inline-flex}.customers-success-art{background:radial-gradient(circle at 50% 34%,#1463ff 0 22px,#0000 23px),linear-gradient(135deg,#eaf1ff,#fff);border-radius:28px 28px 60px 60px;width:131px;height:114px}.customers-new-menu,.customers-group-filter-menu,.customers-account-menu,.customers-currency-menu,.customers-customer-group-menu{z-index:70;background:#fff;border:.6px solid #e4e4e4;border-radius:12px;flex-direction:column;display:flex;position:fixed;box-shadow:0 14px 30px #0f172a14}.customers-new-menu{gap:8px;width:157px;padding:8px;top:158px;right:230px}.customers-new-menu button,.customers-group-filter-menu button,.customers-currency-menu button,.customers-customer-group-menu button{color:#1b1c1d;text-align:left;border-radius:8px;align-items:center;gap:8px;min-height:26px;padding:5px;font-size:12px;font-weight:500;display:inline-flex}.customers-new-menu button:hover,.customers-group-filter-menu button:hover,.customers-currency-menu button:hover,.customers-currency-menu button.is-active,.customers-customer-group-menu button:hover{background:#f9f9f9}.customers-group-filter-menu{width:102px;padding:5px;top:466px;right:257px}.customers-account-menu,.customers-currency-menu{top:78px}.customers-account-menu{width:200px;padding:16px;left:15px}.customers-account-menu strong{color:#1b1c1d;margin-bottom:4px}.customers-account-menu span{color:#7f8ca5;font-size:12px}.customers-currency-menu{width:170px;padding:8px;right:145px}.customers-customer-group-menu{width:130px;padding:8px;top:205px;right:54px}.customers-flag{background:#fff;border-radius:50%;width:20px;height:20px;display:inline-flex;overflow:hidden}.customers-flag span{flex:1}.customers-flag span:first-child,.customers-flag span:last-child{background:#34c759}.customers-scroll-chip{color:#1463ff;background:#eff4ff;border-radius:100px;justify-content:center;gap:5px;width:115px;height:26px;margin:44px auto 0;font-size:12px;font-weight:500}.customers-footer{z-index:10;color:#7f8ca5;background:#fbfbfb;border-top:.6px solid #e4e4e4;justify-content:space-between;align-items:center;height:45px;padding:0 40px 0 25px;font-size:12px;font-weight:500;display:flex;position:fixed;bottom:0;left:225px;right:0}.customers-footer span:last-child{gap:12px;display:inline-flex}.ui-form-error-banner{border-radius:var(--radius-control);color:#b42318;background:#dc26260f;border:.6px solid #dc262647;gap:4px;width:100%;padding:12px 14px;display:grid}.ui-form-error-banner strong{font-size:13px;font-weight:600}.ui-form-error-banner p{margin:0;font-size:13px;font-weight:500;line-height:1.35}.ui-field-error{color:#b42318;letter-spacing:-.12px;margin:0;font-size:12px;font-weight:500;line-height:1.35}.ui-field--error,.ui-password--error .ui-password__box,.ui-phone-field--error,.ui-otp--error .ui-otp__box{border-color:#dc26268c}.ui-field--error:focus-within,.ui-password--error .ui-password__box:focus-within,.ui-phone-field--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.developer-page{--developer-success:#12ae5a;--developer-warning:#ffa944;--developer-danger:#ff3a3a;min-height:1110px;padding-top:119px}.developer-page .dashboard-developer-submenu a.is-active{color:var(--color-primary);border-left:2px solid var(--color-primary);margin-left:-1px}.developer-flag{background:linear-gradient(90deg,#34c759 0 33%,#fff 33% 66%,#34c759 66%);border-radius:50%;width:20px;height:20px;position:relative;overflow:hidden}.developer-content{width:1005px}.developer-content h1{color:var(--color-text);letter-spacing:-.48px;margin:0;font-size:24px;font-weight:700}.developer-title-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.developer-title-row--with-copy{margin-bottom:24px}.developer-title-row p{color:var(--color-muted-blue);margin:10px 0 0;font-size:14px;font-weight:500}.developer-dark-button{border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:10px;font-size:12px;font-weight:500;display:inline-flex;color:#fff!important;background:var(--color-text)!important}.developer-section-label{margin:0 0 12px;font-size:16px;font-weight:700}.developer-warning{color:red;align-items:center;gap:7px;margin:0 0 26px;font-size:14px;font-weight:500;display:flex}.developer-metrics-card{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px;margin-bottom:20px;display:grid;overflow:hidden;box-shadow:0 2px 5px #0000000d}.developer-metric{border-left:.6px solid var(--color-border-strong);flex-direction:column;justify-content:center;gap:15px;min-height:132px;padding:20px;display:flex}.developer-metric:first-child{border-left:0}.developer-metric span{color:var(--color-muted-blue);font-size:14px;font-weight:500}.developer-metric strong{letter-spacing:-.36px;font-size:18px;font-weight:600}.developer-overview-grid,.developer-webhook-layout{grid-template-columns:656px 329px;gap:20px;display:grid}.developer-card{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 5px #0000000d}.developer-card__header{background:#f4f6fb;justify-content:space-between;align-items:center;min-height:58px;padding:15px;display:flex}.developer-card__header h2{letter-spacing:-.32px;align-items:center;gap:10px;margin:0;font-size:16px;font-weight:600;display:flex}.developer-card__header--compact{min-height:52px}.developer-volume-card{min-height:542px}.developer-volume-chart{height:484px;padding:0 16px 10px}.developer-side-stack{align-content:start;gap:20px;display:grid}.developer-action-list,.developer-status-list{gap:15px;padding:16px;display:grid}.developer-action-list button,.developer-status-row{border:.6px solid var(--color-border-strong);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:41px;font-size:12px;font-weight:500;display:flex}.developer-status-row{justify-content:space-between;margin:0;padding:0 12px}.developer-status-row span{align-items:center;gap:8px;display:flex}.developer-status-row span:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.developer-status-row strong{font-size:12px;font-weight:500}.developer-status-row--success strong,.developer-status-row--success span{color:var(--developer-success)}.developer-status-row--warning strong,.developer-status-row--warning span{color:var(--developer-warning)}.developer-api-layout{grid-template-columns:386px 1fr;gap:18px;display:grid}.developer-app-list{align-content:start;gap:20px;display:grid}.developer-app-item{border:.6px solid var(--color-border-strong);text-align:left;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:12px;display:flex}.developer-app-item.is-active{border-color:var(--color-primary)}.developer-app-item span{gap:6px;display:grid}.developer-app-item strong{font-size:14px;font-weight:500}.developer-app-details{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;align-content:start;gap:20px;min-height:359px;padding:25px;display:grid}.developer-app-details>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.developer-app-details h2{letter-spacing:-.4px;margin:0 0 10px;font-size:20px;font-weight:700}.developer-app-details p{color:var(--color-muted-blue);align-items:center;gap:8px;margin:0;font-size:14px;font-weight:500;display:flex}.developer-icon-actions{gap:15px;display:flex}.developer-icon-actions button{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.developer-icon-actions .is-danger,.developer-endpoint-actions .is-danger{color:var(--developer-danger);background:#ff3a3a1a;border-color:#ff3a3a1a}.developer-key-card{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:12px;gap:12px;padding:15px;display:grid}.developer-key-card header,.developer-key-card header span,.developer-key-card div{align-items:center;gap:9px;display:flex}.developer-key-card header{justify-content:space-between}.developer-key-card small{color:var(--color-muted-blue);font-size:14px;font-weight:500}.developer-key-card header button{color:var(--color-primary);align-items:center;gap:5px;font-size:14px;font-weight:500;display:flex}.developer-key-card code{border:.6px solid var(--color-border);min-width:0;font:500 14px var(--font-sans);background:#fff;border-radius:10px;flex:1;padding:12px}.developer-key-card div button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:5px;min-width:81px;min-height:41px;padding:10px;font-size:14px;font-weight:500;display:inline-flex}.developer-badge{white-space:nowrap;border-radius:38px;justify-content:center;align-items:center;width:max-content;padding:3px 8px;font-size:12px;font-weight:500;line-height:1.2;display:inline-flex}.developer-badge--primary{color:#fff;background:var(--color-primary)}.developer-badge--soft-primary{color:var(--color-primary);background:#1463ff1a}.developer-badge--warning{color:#fff;background:var(--developer-warning)}.developer-badge--danger{color:var(--developer-danger);background:#ff3a3a1a}.developer-badge--success{color:var(--developer-success);background:#0ec6631a}.developer-badge--purple{color:#fff;background:#7545dd}.developer-badge--orange{color:#fff;background:#dc6b4f}.developer-badge--neutral{color:var(--color-text);border:.6px solid var(--color-border-strong);background:#f9f9f9}.developer-endpoint-list{gap:28px;display:grid}.developer-endpoint-card{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;grid-template-columns:50px 1fr auto;align-items:start;gap:20px;min-height:164px;padding:20px;display:grid;position:relative}.developer-webhook-mark{width:53px;height:53px;color:var(--color-primary);background:#1463ff1a;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.developer-endpoint-main h2{letter-spacing:-.36px;align-items:center;gap:10px;margin:4px 0 8px;font-size:18px;font-weight:700;display:flex}.developer-endpoint-main p{color:var(--color-muted-blue);margin:0 0 18px;font-size:14px;font-weight:500}.developer-endpoint-main>span{color:var(--color-muted-blue);margin-bottom:25px;font-size:14px;font-weight:500;display:block}.developer-endpoint-actions{gap:10px;display:flex}.developer-endpoint-actions button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:33px;padding:8px 12px;font-size:12px;font-weight:500;display:inline-flex}.developer-view-events{border-radius:8px;justify-content:center;align-self:end;align-items:center;gap:10px;min-width:151px;min-height:33px;padding:8px 10px;font-size:12px;font-weight:500;display:inline-flex;color:#fff!important;background:var(--color-primary)!important}.developer-sdk-panel{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;align-content:start;gap:15px;padding:20px;display:grid}.developer-sdk-panel h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.developer-sdk-panel>p{color:var(--color-muted-blue);margin:-5px 0 0;font-size:14px;font-weight:500;line-height:1.5}.developer-sdk-item{gap:9px;display:grid}.developer-sdk-item div{justify-content:space-between;align-items:center;gap:12px;display:flex}.developer-sdk-item strong{font-size:14px;font-weight:600}.developer-sdk-item a{color:var(--color-primary);align-items:center;gap:5px;font-size:14px;font-weight:500;display:inline-flex}.developer-sdk-item code{border:.6px solid var(--color-border-strong);min-height:38px;font:500 14px var(--font-sans);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.developer-breadcrumb{border-bottom:.6px solid var(--color-border-strong);height:39px;color:var(--color-muted-blue);align-items:center;gap:15px;margin:-32px -26px 26px;padding:0 14px;font-size:14px;font-weight:500;display:flex}.developer-breadcrumb button,.developer-breadcrumb strong{color:var(--color-text);align-items:center;gap:6px;font-weight:500;display:inline-flex}.developer-breadcrumb strong{color:var(--color-primary)}.developer-event-summary{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;align-items:flex-start;gap:20px;min-height:139px;padding:25px 20px;display:flex}.developer-event-summary h1{letter-spacing:-.36px;margin:0 0 7px;font-size:18px}.developer-event-summary p,.developer-event-summary div div{align-items:center;gap:10px;margin:0;display:flex}.developer-event-summary span{color:var(--color-muted-blue);margin:8px 0 20px;font-size:14px;font-weight:500;display:block}.developer-table-card{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;margin-top:20px;overflow:hidden}.developer-table-card header{background:#f4f6fb;justify-content:space-between;align-items:center;min-height:58px;padding:15px;display:flex}.developer-table-card h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.developer-table-card header button,.developer-table-card footer button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:8px;align-items:center;gap:10px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.developer-table-card table{border-collapse:collapse;width:100%}.developer-table-card th{border-top:.6px solid var(--color-border-strong);border-bottom:.6px solid var(--color-border-strong);height:55px;color:var(--color-muted-blue);text-align:left;background:#f9f9f9;padding:0 14px;font-size:12px;font-weight:500}.developer-table-card td{border-bottom:.6px solid var(--color-border-strong);height:67px;padding:0 14px;font-size:12px;font-weight:500}.developer-table-card td strong,.developer-table-card td span{display:block}.developer-table-card td span{color:var(--color-muted-blue);margin-top:3px}.developer-table-card td:last-child{align-items:center;gap:28px;display:flex}.developer-table-card td:last-child button:first-child{color:var(--color-text)}.developer-table-card td:last-child button:last-child{color:var(--color-primary)}.developer-table-card footer{justify-content:space-between;align-items:center;min-height:56px;padding:0 20px;font-size:12px;font-weight:500;display:flex}.developer-modal-backdrop{z-index:60;background:#000000a6;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.developer-modal-card{background:#fff;border-radius:24px;width:464px;max-height:calc(100vh - 64px);overflow:visible}.developer-modal-backdrop--wide .developer-modal-card{width:887px}.developer-form-modal{background:#fff;border-radius:24px;min-height:347px;padding:82px 20px 24px;position:relative;overflow:visible}.developer-form-modal--endpoint{min-height:430px}.developer-modal-header{border-bottom:.6px solid #e6e6e6;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex;position:absolute;top:0;left:0;right:0}.developer-modal-header h2{letter-spacing:.14px;margin:0;font-size:14px;font-weight:600}.developer-modal-header button,.developer-modal-close,.developer-security-close{background:#f7f7f7;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:inline-flex}.developer-field-card,.developer-select-field{border:.6px solid var(--color-border);background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:100%;min-height:64px;padding:12px;display:flex}.developer-field-card span,.developer-select-field span{color:var(--color-text);letter-spacing:-.12px;font-size:12px;font-weight:500}.developer-field-card input{width:100%;color:var(--color-text);background:0 0;border:0;outline:0;font-size:12px;font-weight:500}.developer-field-card input::placeholder,.developer-select-field .is-muted{color:#878787}.developer-form-modal h3{letter-spacing:.14px;margin:24px 0 16px;font-size:14px;font-weight:600}.developer-choice-row{gap:8px;display:flex}.developer-choice-row button{background:#f9f9f9;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-width:120px;padding:10px;font-size:14px;font-weight:500;display:inline-flex}.developer-choice-row .is-selected{color:var(--color-primary);background:#1463ff1a}.developer-radio{border:2px solid var(--color-text);border-radius:50%;width:18px;height:18px}.developer-radio.is-selected{border:2px solid var(--color-primary);background:var(--color-primary);box-shadow:inset 0 0 0 4px #fff}.developer-modal-actions{gap:20px;margin-top:39px;display:flex}.developer-modal-actions button,.developer-event-close{border:.6px solid var(--color-border-strong);border-radius:var(--radius-pill);background:#fff;flex:1;justify-content:center;align-items:center;height:42px;padding:12px 10px;font-size:14px;font-weight:500;display:inline-flex}.developer-modal-actions .is-primary{color:#fff;border-color:var(--color-primary);background:var(--color-primary)}.developer-modal-actions .is-danger{color:#fff;border-color:var(--developer-danger);background:var(--developer-danger)}.developer-select-field{text-align:left;min-height:76px;margin-top:15px;position:relative}.developer-select-field strong{color:var(--color-text);font-size:12px;font-weight:500}.developer-select-field svg{position:absolute;bottom:18px;right:15px}.developer-app-dropdown{z-index:4;border:.6px solid var(--color-border);background:#fff;border-radius:10px;gap:5px;padding:12px;display:grid;position:absolute;top:238px;left:20px;right:20px;box-shadow:0 0 5px #00000026}.developer-app-dropdown button{min-height:44px;color:var(--color-text);text-align:left;border-radius:6px;padding:10px;font-size:12px;font-weight:500}.developer-app-dropdown .is-selected{background:#1463ff1a}.developer-confirm-modal{background:#fff;border-radius:24px;justify-items:center;min-height:283px;padding:67px 20px 31px;display:grid;position:relative}.developer-confirm-modal .developer-modal-close{position:absolute;top:15px;right:20px}.developer-delete-emblem{width:64px;height:64px;color:var(--developer-danger);background:#ff3a3a1a;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.developer-confirm-modal h2{letter-spacing:-.36px;margin:15px 0 7px;font-size:18px;font-weight:700}.developer-confirm-modal .developer-modal-actions{width:100%}.developer-security-modal{background:#fff;border-radius:24px;grid-template-columns:392px 1fr;min-height:565px;display:grid;position:relative;overflow:hidden}.developer-security-close{z-index:2;border:.6px solid var(--color-border-strong);background:#fff;position:absolute;top:30px;right:31px}.developer-security-modal aside{color:#dce8ff;text-align:center;background:#eff4ff;flex-direction:column;align-items:center;padding:86px 36px;display:flex}.developer-security-modal aside img{object-fit:contain;width:130px;height:130px}.developer-security-modal aside h2,.developer-security-modal section h2{color:var(--color-text);letter-spacing:-.36px;margin:29px 0 0;font-size:18px;font-weight:700}.developer-security-modal aside p,.developer-security-modal section p{color:var(--color-muted-blue);margin:28px 0 0;font-size:14px;font-weight:500;line-height:24px}.developer-security-modal aside>svg{opacity:.35;width:243px;height:243px;margin-top:56px}.developer-security-modal section{text-align:center;flex-direction:column;align-items:center;padding:169px 31px 0;display:flex}.developer-security-modal section h2{margin:0}.developer-security-modal section p{margin-top:16px}.developer-otp-row{gap:15px;margin:30px 0 50px;display:flex}.developer-otp-row span{border:.6px solid var(--color-border-strong);width:50px;height:50px;color:var(--color-muted-blue);background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:inline-flex}.developer-otp-row .is-active{color:var(--color-text);border-color:var(--color-primary)}.developer-security-modal section button{border-radius:var(--radius-pill);color:#fff;background:var(--color-primary);width:438px;height:42px;font-size:14px;font-weight:500}.developer-event-details-modal{background:#fff;border-radius:24px;max-height:calc(100vh - 64px);padding:82px 20px 29px;position:relative;overflow:auto}.developer-event-details-summary{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:16px;gap:18px;padding:20px;display:grid}.developer-event-details-summary p{justify-content:space-between;align-items:center;gap:18px;margin:0;font-size:14px;font-weight:500;display:flex}.developer-event-details-summary span{letter-spacing:-.12px;font-size:12px}.developer-event-details-summary strong{letter-spacing:-.14px;font-weight:500}.developer-event-details-modal h3{letter-spacing:-.14px;margin:22px 0 14px;font-size:14px;font-weight:600}.developer-event-details-modal pre{border:.6px solid var(--color-border-strong);max-height:144px;color:var(--developer-success);font:500 14px/23px var(--font-sans);white-space:pre-wrap;background:#fff;border-radius:16px;margin:0;padding:20px;overflow:auto}.developer-event-response{border:.6px solid var(--color-border-strong);border-radius:16px;gap:14px;padding:20px;display:grid}.developer-event-response p{align-items:center;gap:10px;margin:0;font-size:14px;font-weight:500;display:flex}.developer-event-response code{font:500 14px/23px var(--font-sans)}.developer-event-close{width:100%;margin-top:32px}.developer-toast{z-index:70;background:#fff;border-radius:10px;grid-template-columns:44px 1fr 20px;align-items:center;gap:10px;min-width:540px;padding:12px;display:grid;position:fixed;bottom:68px;right:32px;box-shadow:0 15px 40px #0f172a24}.developer-toast>svg{color:#fff;background:var(--developer-success);border-radius:50%;width:44px;height:44px;padding:10px}.developer-toast p{color:#1b1c1e;letter-spacing:-.14px;margin:0;font-size:14px;font-weight:500;line-height:22px}.developer-toast button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.ui-button{border-radius:var(--radius-pill);cursor:pointer;letter-spacing:0;justify-content:center;align-items:center;min-height:54px;padding:15px 24px;font-size:16px;font-weight:500;line-height:1.2;transition:box-shadow .18s,transform .18s,background .18s;display:inline-flex}.ui-button--primary{color:#fff;background:var(--color-primary)}.ui-button--secondary{color:var(--color-primary);background:#1463ff14}.ui-button--full{width:100%}.ui-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #1463ff38}.ui-button:focus-visible,.ui-field:focus-within,.ui-password__box:focus-within{outline-offset:2px;outline:2px solid #1463ff29}.ui-button:disabled{cursor:not-allowed;opacity:.55}.ui-field,.ui-password__box{border:.6px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface);width:100%;box-shadow:var(--shadow-control);flex-direction:column;justify-content:center;gap:10px;padding:15px;transition:border-color .18s,box-shadow .18s;display:flex}.ui-field:focus-within,.ui-password__box:focus-within,.ui-field--filled,.ui-password--filled .ui-password__box{border-color:var(--color-primary-soft)}.ui-field__label{color:var(--color-text);letter-spacing:.12px;font-size:12px;font-weight:500;line-height:1.2}.ui-field:focus-within .ui-field__label,.ui-password__box:focus-within .ui-field__label,.ui-field--filled .ui-field__label,.ui-password--filled .ui-field__label{color:var(--color-muted-blue)}.ui-field__control{width:100%;min-width:0;color:var(--color-text);letter-spacing:.14px;background:0 0;border:0;outline:0;padding:0;font-size:14px;font-weight:500;line-height:1.35}.ui-password .ui-field__control{letter-spacing:-.12px;font-size:12px}.ui-field__control::placeholder{color:var(--color-muted);opacity:1}.ui-field__helper{color:var(--color-muted-blue);letter-spacing:-.12px;margin:0;font-size:12px;font-weight:500;line-height:1.35}.ui-password{flex-direction:column;gap:10px;width:100%;display:flex}.ui-password__box{gap:8px;padding:12px}.ui-password__row{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.ui-password__toggle{width:22px;height:22px;color:var(--color-text);cursor:pointer;background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.ui-password__toggle:focus-visible{outline-offset:2px;outline:2px solid #1463ff3d}.ui-password__requirements{color:var(--color-muted-blue);letter-spacing:-.12px;margin:0;font-size:12px;font-weight:500;line-height:1.35}.ui-password__requirement-met{color:var(--color-primary)}.ui-otp{justify-content:center;align-items:center;gap:15px;display:flex}.ui-otp-wrap{justify-items:center;gap:8px;width:100%;display:grid}.ui-otp__box{border:.6px solid var(--color-border-strong);width:50px;height:50px;color:var(--color-text);background:var(--color-surface);text-align:center;border-radius:8px;outline:0;font-size:14px;font-weight:500;line-height:1;transition:border-color .18s,box-shadow .18s}.ui-otp__box:focus,.ui-otp__box[data-filled=true]{border-color:var(--color-primary);box-shadow:0 0 0 3px #1463ff14}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.auth-page{background:var(--color-surface);min-height:100vh}.auth-header{border-bottom:.6px solid var(--color-border-strong);background:var(--color-surface);justify-content:space-between;align-items:center;height:76px;padding:0 56px;display:flex}.auth-brand{color:var(--color-primary);letter-spacing:-.32px;align-items:center;gap:5px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.auth-brand__mark{width:20px;height:24px;position:relative}.auth-brand__mark:before,.auth-brand__mark:after{background:var(--color-primary);content:"";border-radius:2px;width:10px;height:14px;position:absolute;transform:rotate(35deg)}.auth-brand__mark:before{top:1px;left:0;box-shadow:0 2px #fff}.auth-brand__mark:after{top:7px;left:4px}.auth-close{width:38px;height:38px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;display:inline-grid}.auth-close--bordered{border:.6px solid var(--color-border-strong);background:var(--color-surface)}.auth-close:before,.auth-close:after{content:"";background:currentColor;border-radius:999px;grid-area:1/1;width:18px;height:1.5px}.auth-close:before{transform:rotate(45deg)}.auth-close:after{transform:rotate(-45deg)}.auth-center{width:min(487px,100% - 40px);margin:0 auto;padding:36px 0 72px}.auth-center--compact{padding-top:36px}.auth-title{color:var(--color-text);letter-spacing:-.48px;text-align:center;margin:0;font-size:24px;font-weight:600;line-height:1.3}.auth-login-prompt{color:#4d4d4d;justify-content:center;gap:5px;margin:10px 0 30px;font-size:14px;display:flex}.auth-login-prompt--inline{margin:0}.auth-link{color:inherit;font-weight:600;text-decoration:underline}.auth-link--blue{color:var(--color-primary)}.auth-text-button{color:inherit;cursor:pointer;font:inherit;background:0 0;padding:0;font-weight:600;text-decoration:underline}.auth-subtitle{color:#4d4d4d;text-align:center;margin:10px 0 30px;font-size:14px;font-weight:400;line-height:22px}.auth-section-title{color:var(--color-text);letter-spacing:-.36px;margin:0 0 15px;font-size:18px;font-weight:600;line-height:1.3}.auth-section-title--center{text-align:center;margin-bottom:35px;font-size:20px}.auth-form{gap:15px;display:grid}.auth-field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.auth-select-wrap,.auth-upload-wrap{gap:6px;display:grid;position:relative}.auth-select-wrap--filled .auth-select,.auth-upload-wrap--filled .auth-upload,.auth-select-wrap--open .auth-select{border-color:var(--color-primary-soft)}.auth-select,.auth-upload{border:.6px solid var(--color-border);border-radius:var(--radius-control);color:var(--color-muted-blue);background:var(--color-surface);box-shadow:var(--shadow-control);text-align:left;gap:8px;padding:12px;font-size:12px;font-weight:500;transition:border-color .18s,box-shadow .18s;display:grid}.auth-select:disabled{cursor:default;opacity:1}.auth-select__value,.auth-upload__value{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-select__value--filled,.auth-upload__filename{color:var(--color-text)}.auth-select__menu{z-index:2;border:.6px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface);max-height:260px;box-shadow:var(--shadow-control);gap:6px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0}.auth-select__search{border:.6px solid var(--color-border);width:100%;color:var(--color-text);background:#f8fafc;border-radius:8px;outline:none;padding:8px 10px;font-size:12px;font-weight:500}.auth-select__search:focus{border-color:var(--color-primary-soft)}.auth-select__search::-webkit-search-cancel-button{cursor:pointer}.auth-select__options{gap:4px;max-height:196px;display:grid;overflow-y:auto}.auth-select__menu-item{color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:500}.auth-select__menu-item:hover,.auth-select__menu-item.is-active{background:#f4f7fb}.auth-select__empty{color:var(--color-muted-blue);text-align:center;margin:0;padding:10px 8px;font-size:12px;font-weight:500}.auth-upload__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.auth-upload__filename{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.auth-upload__action{color:var(--color-primary);flex-shrink:0;font-size:12px;font-weight:500}.auth-upload-wrap--error .auth-upload{border-color:#e5484d}.auth-upload__error{color:#e5484d;margin:0;font-size:12px;font-weight:500}.auth-caret{color:var(--color-text);font-size:12px;transform:rotate(90deg)}.auth-upload-helper{color:var(--color-muted-blue);margin:-10px 0 0;font-size:12px;font-weight:500}.auth-progress{grid-template-columns:1fr 1fr;gap:15px;height:7px;margin:0 0 20px;display:grid}.auth-progress span{background:#f9f9f9;border-radius:999px}.auth-progress span.is-active{background:var(--color-primary)}.auth-divider{background:var(--color-border);border:0;height:1px;margin:15px 0}.auth-terms{color:var(--color-muted-blue);text-align:center;margin:0;font-size:12px;font-weight:500;line-height:1.4}.auth-actions{gap:15px;display:grid}.auth-forgot-link{color:var(--color-text);cursor:pointer;background:0 0;justify-self:center;padding:10px 0 0;font-size:14px;font-weight:500;text-decoration:underline}.auth-passkey-button{border:.6px solid var(--color-border-strong);border-radius:var(--radius-pill);min-height:51px;color:var(--color-text);background:var(--color-surface);cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:15px 10px;font-size:16px;font-weight:500;display:inline-flex}.auth-back-link{color:var(--color-text);cursor:pointer;background:0 0;align-items:center;gap:10px;padding:0;font-size:16px;font-weight:500;text-decoration:underline;display:inline-flex;position:absolute;top:121px;left:100px}.auth-actions--split{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-secondary-action{border:.6px solid var(--color-border);border-radius:var(--radius-pill);min-height:51px;color:var(--color-primary);background:var(--color-surface);cursor:pointer;font-size:16px;font-weight:500}.auth-signatory{gap:15px;display:grid}.auth-signatory__header{justify-content:space-between;align-items:center;display:flex}.auth-signatory h3{color:var(--color-text);margin:0;font-size:16px;font-weight:600}.auth-icon-button,.auth-add-button{color:var(--color-primary);cursor:pointer;background:#1463ff14;border-radius:999px;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.auth-icon-button{width:32px;height:32px}.auth-add-button{border:0;justify-self:end;min-height:28px;padding:0 12px;font-size:12px}.auth-modal-page{background:#f6f8fc;place-items:center;min-height:100vh;padding:32px;display:grid}.auth-modal{background:var(--color-surface);border-radius:24px;grid-template-columns:392px 1fr;width:min(887px,100%);height:565px;display:grid;position:relative;overflow:hidden;box-shadow:0 0 40px #0003}.auth-modal__aside{background:var(--color-panel);text-align:center;flex-direction:column;align-items:center;padding:86px 19px 32px;display:flex;position:relative;overflow:hidden}.auth-illustration-image{object-fit:contain;display:block}.auth-illustration-image--bag{width:130px;height:130px;margin-bottom:29px}.auth-illustration-image--check{width:131px;height:114px;margin-bottom:45px}.auth-modal__aside h2,.auth-modal__main h2{color:var(--color-text);letter-spacing:-.36px;margin:0;font-size:18px;font-weight:700}.auth-modal__aside p,.auth-modal__main p{color:var(--color-muted-blue);margin:24px 0 0;font-size:14px;font-weight:500;line-height:24px}.auth-modal__aside p{max-width:343px}.auth-lightning{clip-path:polygon(52% 0,84% 0,63% 37%,100% 43%,24% 100%,42% 58%,0 53%);background:#1463ff0f;width:150px;height:150px;position:absolute;bottom:-41px;left:107px}.auth-modal__main{flex-direction:column;justify-content:center;padding:88px 30px 38px 26px;display:flex;position:relative}.auth-modal--two-factor .auth-modal__main,.auth-modal--login-verification .auth-modal__main{padding:0}.auth-modal__main .auth-close{position:absolute;top:30px;right:30px}.auth-modal__content{gap:28px;display:grid}.auth-modal__content--setup{align-content:start;gap:14px;display:grid;position:absolute;inset:88px 30px 0 26px}.auth-modal__content--setup .auth-progress{margin:0}.auth-modal__content--setup .auth-modal__copy{gap:10px}.auth-modal__content--setup .auth-modal__copy p{line-height:20px}.auth-modal__content--setup .auth-qr{width:110px;height:112px}.auth-modal__content--setup .ui-button{width:100%}.auth-modal__content--verify{display:block;position:absolute;inset:88px 30px 0 26px}.auth-modal__content--verify .auth-progress{margin:0;position:absolute;top:0;left:0;right:0}.auth-modal__content--verify .auth-modal__copy{text-align:center;position:absolute;top:37px;left:0;right:0}.auth-modal__content--verify .ui-otp{position:absolute;top:220px;left:0;right:0}.auth-modal__content--verify .ui-button{width:100%;position:absolute;top:315px;left:0;right:0}.auth-modal__content--login-verification{display:block;position:absolute;inset:148px 30px 0 26px}.auth-modal__content--login-verification .auth-section-title{margin:0}.auth-modal__content--login-verification .ui-otp{position:absolute;top:58px;left:34px;right:33px}.auth-modal__content--login-verification .ui-button{width:100%;position:absolute;top:158px;left:0;right:0}.auth-modal .ui-button{min-height:42px;padding:12px 10px;font-size:14px}.auth-modal--two-factor .ui-otp{gap:6px}.auth-modal--two-factor .ui-otp__box{width:min(50px,16.6667% - 5px)}.auth-modal__copy{gap:13px;display:grid}.auth-modal__copy p{max-width:438px;margin:0}.auth-modal__otp{gap:18px;display:grid}.auth-resend{color:var(--color-text);justify-content:center;gap:5px;font-size:12px;font-weight:500;display:flex}.auth-secret{gap:10px;display:grid}.auth-secret span{color:var(--color-text);font-size:14px;font-weight:600}.auth-secret__value{color:var(--color-muted-blue);align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.auth-copy-icon{width:18px;height:18px;color:var(--color-primary)}.auth-qr{width:126px;height:128px;box-shadow:inset 0 0 0 1px var(--color-border);background-color:#fff;background-image:linear-gradient(90deg,#111 12px,#0000 12px 20px,#111 20px 32px,#0000 32px),linear-gradient(#111 12px,#0000 12px 20px,#111 20px 32px,#0000 32px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:8px solid #fff;border-radius:10px}.auth-modal__content--welcome{gap:26px;padding:78px 30px 68px 26px}.auth-pill{border:.6px solid var(--color-border-strong);width:max-content;color:var(--color-text);background:var(--color-surface);border-radius:999px;align-items:center;gap:5px;padding:5px 7px;font-size:10px;font-weight:500;display:inline-flex}.auth-pill__icon{width:12px;height:12px}.auth-benefits{gap:15px;display:grid}.auth-benefits h2{color:var(--color-text);letter-spacing:-.32px;margin:0 0 3px;font-size:16px;font-weight:600}.auth-benefits p{color:var(--color-muted-blue);margin:0;padding-left:7px;font-size:14px;font-weight:500;line-height:18px;position:relative}.auth-benefits p:before{background:var(--color-primary);content:"";border-radius:999px;width:2px;height:14px;position:absolute;top:2px;left:0}@media (width<=620px){.auth-header{height:64px;padding:0 20px}.auth-center{padding-top:28px}.auth-field-row,.auth-actions--split{grid-template-columns:1fr}.auth-modal-page{padding:16px}.auth-modal{grid-template-columns:1fr;height:auto}.auth-modal__aside{min-height:320px}.auth-modal__main{padding:56px 20px 28px}.auth-modal__main .auth-close{top:18px;right:18px}.ui-otp{gap:8px}.ui-otp__box{width:42px;height:46px}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.ui-phone-field{border:.6px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface);box-shadow:var(--shadow-control);gap:8px;padding:12px;transition:border-color .18s,box-shadow .18s;display:grid}.ui-phone-field:focus-within,.ui-phone-field--filled{border-color:var(--color-primary-soft)}.ui-phone-field:focus-within .ui-field__label,.ui-phone-field--filled .ui-field__label{color:var(--color-muted-blue)}.ui-phone-field__control.PhoneInput{--PhoneInputCountrySelect-marginRight:10px;--PhoneInputCountryFlag-height:16px;--PhoneInputCountrySelectArrow-opacity:1;--PhoneInputCountrySelectArrow-color:var(--color-text);--PhoneInputCountrySelectArrow-width:.35em;--PhoneInputCountrySelectArrow-transform:rotate(135deg);--PhoneInputCountryFlag-borderColor:#ecf1e4;color:var(--color-muted-blue);gap:10px;font-size:12px;font-weight:500}.ui-phone-field__control .PhoneInputCountry{margin-right:0}.ui-phone-field__control .PhoneInputInput{color:var(--color-text);background:0 0;border:0;outline:0;padding:0;font-size:12px;font-weight:500}.ui-phone-field__control .PhoneInputInput::placeholder{color:var(--color-muted-blue);opacity:1}.bkl-widget-backdrop{z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.bkl-widget{width:min(887px,100%);max-height:calc(100vh - 32px);color:var(--color-text,#1b1c1d);font-family:var(--font-sans,"DM Sans", sans-serif);background:#fff;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 0 40px #0003}.bkl-widget--success{width:min(628px,100%)}.bkl-widget--mobile{border-radius:0;width:min(390px,100%);height:100%;max-height:100vh}.bkl-widget__layout{min-height:565px;max-height:calc(100vh - 32px);display:flex}.bkl-widget--mobile .bkl-widget__layout{flex-direction:column;min-height:100%;max-height:none}.bkl-widget-sidebar{color:#fff;background:#0b1f46;flex:0 0 322px;padding:25px;position:relative;overflow:hidden}.bkl-widget-sidebar:after{content:"";opacity:.35;pointer-events:none;background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%20243%20243'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Lightning'%20clip-path='url(%23clip0_0_13)'%3e%3cpath%20id='Vector'%20d='M154.029%20144.533L47.716%20258.439C46.5894%20259.642%2045.1023%20260.445%2043.4791%20260.728C41.8559%20261.011%2040.1847%20260.758%2038.7177%20260.008C37.2507%20259.258%2036.0674%20258.051%2035.3465%20256.57C34.6256%20255.088%2034.4061%20253.412%2034.7212%20251.795L48.6368%20182.189L-6.06672%20161.648C-7.24155%20161.208%20-8.28923%20160.484%20-9.11615%20159.541C-9.94307%20158.598%20-10.5235%20157.465%20-10.8055%20156.243C-11.0876%20155.02%20-11.0625%20153.747%20-10.7325%20152.537C-10.4025%20151.327%20-9.77783%20150.218%20-8.91437%20149.308L97.3981%2035.4015C98.5247%2034.1991%20100.012%2033.3959%20101.635%2033.1129C103.258%2032.8299%20104.929%2033.0825%20106.396%2033.8326C107.863%2034.5827%20109.047%2035.7896%20109.768%2037.2712C110.489%2038.7528%20110.708%2040.4287%20110.393%2042.046L96.4394%20111.728L151.143%20132.241C152.309%20132.683%20153.348%20133.406%20154.169%20134.345C154.989%20135.285%20155.566%20136.412%20155.847%20137.627C156.129%20138.842%20156.107%20140.108%20155.783%20141.312C155.459%20142.517%20154.843%20143.623%20153.991%20144.533H154.029Z'%20fill='var(--fill-0,%20%23435F95)'%20fill-opacity='0.05'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_13'%3e%3crect%20width='243'%20height='243'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 50%/contain no-repeat;width:243px;height:243px;position:absolute;bottom:-40px;right:-40px}.bkl-widget-brand{align-items:center;gap:5px;margin-bottom:54px;display:flex}.bkl-widget-beekle-mark{width:20px;height:24px;position:relative}.bkl-widget-beekle-mark span{background:#fff;border-radius:1.4px;width:10px;height:14px;position:absolute}.bkl-widget-beekle-mark span:first-child{top:6px;left:2px;transform:rotate(35deg)}.bkl-widget-beekle-mark span:last-child{top:0;left:0;transform:rotate(35deg);box-shadow:0 1.8px #0b1f46}.bkl-widget-brand__name{letter-spacing:-.32px;font-size:16px;font-weight:600}.bkl-widget-sidebar__label{color:#7f8ca5;letter-spacing:.96px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:500}.bkl-widget-sidebar__amount{letter-spacing:-.48px;margin:0 0 56px;font-size:24px;font-weight:700}.bkl-widget-sidebar__divider{background:#ffffff1f;height:1px;margin:0 0 25px}.bkl-widget-panel{flex:1;padding:30px 45px 40px;position:relative;overflow:auto}.bkl-widget-panel:after{content:"";opacity:.35;pointer-events:none;background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2033.626%2033.626'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Lightning'%3e%3cpath%20id='Vector'%20d='M28.0898%2016.4794L13.3784%2032.2416C13.2225%2032.408%2013.0167%2032.5191%2012.7921%2032.5583C12.5675%2032.5974%2012.3362%2032.5625%2012.1332%2032.4587C11.9302%2032.3549%2011.7665%2032.1879%2011.6667%2031.9828C11.567%2031.7778%2011.5366%2031.5459%2011.5802%2031.3221L13.5058%2021.6901L5.93603%2018.8476C5.77346%2018.7868%205.62848%2018.6867%205.51405%2018.5562C5.39962%2018.4257%205.31931%2018.2688%205.28028%2018.0997C5.24125%2017.9306%205.24472%2017.7544%205.29039%2017.587C5.33605%2017.4195%205.42249%2017.266%205.54197%2017.1401L20.2534%201.37786C20.4093%201.21149%2020.615%201.10033%2020.8397%201.06117C21.0643%201.02201%2021.2955%201.05697%2021.4985%201.16077C21.7016%201.26457%2021.8653%201.43158%2021.965%201.6366C22.0648%201.84162%2022.0952%202.07353%2022.0516%202.29732L20.1207%2011.9399L27.6905%2014.7784C27.8519%2014.8396%2027.9957%2014.9396%2028.1092%2015.0696C28.2228%2015.1996%2028.3025%2015.3556%2028.3415%2015.5237C28.3804%2015.6918%2028.3774%2015.867%2028.3326%2016.0337C28.2877%2016.2004%2028.2026%2016.3534%2028.0846%2016.4794H28.0898Z'%20fill='var(--fill-0,%20%231463FF)'%20fill-opacity='0.1'/%3e%3c/g%3e%3c/svg%3e") 50%/contain no-repeat;width:34px;height:34px;position:absolute;bottom:12px;right:72px}.bkl-widget-panel__title{letter-spacing:-.4px;margin:0 0 24px;font-size:20px;font-weight:700}.bkl-widget-panel__subtitle{letter-spacing:-.32px;margin:0 0 16px;font-size:16px;font-weight:600}.bkl-widget-panel__helper{color:#878787;margin:-8px 0 16px;font-size:14px;line-height:1.4}.bkl-widget-panel__divider{background:#eaeaea;height:1px;margin:0 0 20px}.bkl-widget-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.bkl-widget-merchant{align-items:center;gap:10px;display:flex}.bkl-widget-merchant__logo{background:#eff4ff;border-radius:50%;place-items:center;width:35px;height:35px;display:grid;overflow:hidden}.bkl-widget-merchant__logo img{object-fit:cover;width:100%;height:100%}.bkl-widget-merchant__name{letter-spacing:-.32px;font-size:16px;font-weight:600}.bkl-widget-merchant__email{color:#1b1c1d;letter-spacing:-.28px;font-size:14px;font-weight:500}.bkl-widget-merchant__meta{text-align:right}.bkl-widget-merchant__amount{margin-top:8px;font-size:14px;font-weight:500}.bkl-widget-close{color:#1b1c1d;cursor:pointer;background:#fff;border:.6px solid #e4e4e4;border-radius:100px;place-items:center;width:38px;height:38px;padding:0;display:grid;position:absolute;top:30px;right:30px}.bkl-widget-close:hover{background:#f7f9fc}.bkl-widget-method-list{flex-direction:column;gap:15px;display:flex}.bkl-widget-method{color:#fff;cursor:pointer;text-align:left;background:#0b1f46;border:.6px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:12px;display:flex}.bkl-widget-method:hover{background:#0a1a39}.bkl-widget-method--active{background:#0a1a39;border-color:#ffffff26}.bkl-widget-method__label{align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.bkl-widget-method__chevron{color:#ffffffb3;transform:rotate(-90deg)}.bkl-widget-field{background:#fff;border:.6px solid #eaeaea;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.bkl-widget-field__label{color:#1b1c1d;letter-spacing:-.12px;font-size:12px;font-weight:500}.bkl-widget-field__control{color:#1b1c1d;width:100%;font:inherit;background:0 0;border:0;outline:none;padding:0;font-size:14px;font-weight:500}.bkl-widget-field__control::placeholder{color:#878787}.bkl-widget-field__value{color:#1b1c1d;font-size:14px;font-weight:500}.bkl-widget-field--readonly{box-shadow:none;background:#f9f9f9}.bkl-widget-panel__helper strong{color:#1463ff;font-weight:700}.bkl-widget-panel__body{flex-direction:column;gap:0;display:flex}.bkl-widget-mobile-only{display:none}.bkl-widget-button--mobile{border-radius:12px!important}.bkl-widget-field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.bkl-widget-copy-field__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.bkl-widget-copy-button{color:#878787;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.bkl-widget-copy-button:hover{color:#1463ff}.bkl-widget-select{background:#fff;position:relative}.bkl-widget-select__trigger{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.bkl-widget-select__value{font-size:14px;font-weight:500}.bkl-widget-select__value--placeholder{color:#878787}.bkl-widget-select__menu{z-index:5;background:#fff;border:.6px solid #eaeaea;border-radius:12px;padding:12px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 12px 32px #0f172a1f}.bkl-widget-select__option{color:#1b1c1d;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;width:100%;padding:10px;font-size:14px;font-weight:500;display:block}.bkl-widget-select__option:hover,.bkl-widget-select__option--active{background:#1463ff14}.bkl-widget-stack{flex-direction:column;gap:15px;display:flex}.bkl-widget-stack--spaced{gap:20px}.bkl-widget-info{background:#f9f9f9;border:.6px solid #eaeaea;border-radius:12px;flex-direction:column;gap:8px;padding:15px;display:flex}.bkl-widget-info__head{align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.bkl-widget-info__text{color:#878787;margin:0;font-size:14px;line-height:1.5}.bkl-widget-ghost-button{color:#1b1c1d;cursor:pointer;background:#fff;border:.6px solid #eaeaea;border-radius:100px;justify-content:center;align-items:center;gap:10px;min-height:34px;padding:8px 12px;font-size:14px;font-weight:500;display:inline-flex}.bkl-widget-ghost-button:hover{color:#1463ff;border-color:#1463ff}.bkl-widget-actions{flex-direction:column;gap:16px;margin-top:24px;display:flex}.bkl-widget-actions .ui-button{min-height:51px}.bkl-widget-footer{color:#1b1c1d;justify-content:center;align-items:center;gap:5px;margin-top:20px;font-size:14px;font-weight:500;display:flex}.bkl-widget-footer strong{font-weight:700}.bkl-widget-cancel{color:#7f8ca5;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:10px;margin:16px auto 0;padding:0;font-size:14px;font-weight:500;display:inline-flex}.bkl-widget-cancel:hover{color:#1463ff}.bkl-widget-mobile-header{border-bottom:1px solid #eaeaea;align-items:center;gap:12px;min-height:70px;padding:16px 15px 12px;display:flex}.bkl-widget-mobile-back{color:#1b1c1d;cursor:pointer;background:#f7f9fc;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.bkl-widget-mobile-back svg{transform:rotate(180deg)}.bkl-widget-mobile-title{letter-spacing:-.36px;text-align:center;flex:1;margin:0;font-size:18px;font-weight:600}.bkl-widget-mobile-spacer{width:40px}.bkl-widget-mobile-methods{padding:18px}.bkl-widget-mobile-methods__amount-label{color:#7f8ca5;letter-spacing:.96px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:500}.bkl-widget-mobile-methods__amount{letter-spacing:-.48px;margin:0 0 26px;font-size:24px;font-weight:700}.bkl-widget-mobile-methods__divider{background:#eaeaea;height:1px;margin:0 0 26px}.bkl-widget-mobile-methods .bkl-widget-method{color:#1b1c1d;background:#f7f9fc}.bkl-widget-mobile-methods .bkl-widget-method:hover{background:#eff4ff}.bkl-widget-mobile-methods .bkl-widget-method--active{background:#1463ff14;border-color:#1463ff33}.bkl-widget-mobile-methods .bkl-widget-method__chevron{color:#878787;transform:none}.bkl-widget-mobile-panel{flex-direction:column;flex:1;padding:18px 18px 28px;display:flex}.bkl-widget-success{text-align:center;padding:88px 62px 40px;position:relative}.bkl-widget-success__mark{position:absolute;top:24px;left:59px}.bkl-widget-success__icon{width:56px;height:56px;margin:0 auto 20px}.bkl-widget-success__title{letter-spacing:-.32px;margin:0 0 20px;font-size:16px;font-weight:700}.bkl-widget-success__amount{letter-spacing:-.64px;margin:0 0 20px;font-size:32px;font-weight:700}.bkl-widget-success__message{color:#7f8ca5;letter-spacing:-.28px;margin:0 0 28px;font-size:14px;font-weight:500}.bkl-widget-success .ui-button{max-width:505px;margin:0 auto}.bkl-widget-success .bkl-widget-footer{margin-top:28px}.bkl-widget--mobile.bkl-widget--success .bkl-widget-success{padding:88px 24px 32px}.bkl-widget--mobile.bkl-widget--success .bkl-widget-success__amount{font-size:28px}.bkl-widget-qr{text-align:center;background:#fff;border-radius:24px;width:min(371px,100%);padding:22px 24px 28px;position:relative}.bkl-widget-qr__close{color:#1b1c1d;cursor:pointer;background:#f7f9fc;border:0;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;display:grid;position:absolute;top:22px;right:22px}.bkl-widget-qr__image{opacity:.85;background:linear-gradient(90deg,#1b1c1d 10%,#0000 10% 90%,#1b1c1d 90%) 0 0/20px 20px,linear-gradient(#1b1c1d 10%,#0000 10% 90%,#1b1c1d 90%) 0 0/20px 20px;border-radius:12px;width:179px;height:179px;margin:43px auto 25px}.bkl-widget-qr__text{color:#1b1c1d;max-width:267px;margin:0 auto 24px;font-size:14px;line-height:1.5}.bkl-widget-preview-page{background:#eef2f8;min-height:100vh;padding:24px}.bkl-widget-preview-page__toolbar{justify-content:space-between;align-items:center;gap:16px;max-width:887px;margin:0 auto 20px;display:flex}.bkl-widget-preview-page__toolbar h1{margin:0;font-size:20px;font-weight:600}.bkl-widget-preview-page__toolbar p{color:#7f8ca5;margin:4px 0 0;font-size:14px}.bkl-widget-preview-page__open{color:#fff;cursor:pointer;min-height:44px;font:inherit;background:#1463ff;border:0;border-radius:100px;padding:10px 18px;font-weight:600}.bkl-widget-mobile-panel{flex-direction:column;flex:1;min-width:0;display:flex}@media (width<=768px){.bkl-widget-backdrop{align-items:stretch;padding:0}.bkl-widget__layout{min-height:100%}.bkl-widget-sidebar,.bkl-widget-panel:after,.bkl-widget-desktop-only{display:none!important}.bkl-widget-mobile-only{display:flex}.bkl-widget-cancel.bkl-widget-mobile-only{display:inline-flex}.bkl-widget-panel{flex-direction:column;flex:1;padding:0;display:flex}.bkl-widget-panel__title{display:none}.bkl-widget-panel__subtitle{margin-bottom:12px;font-size:14px}.bkl-widget-panel__body{flex:1;padding:0 18px}.bkl-widget-header{margin:0;padding:18px 18px 0}.bkl-widget-panel__divider{margin:18px 18px 16px}.bkl-widget-actions{margin-top:auto;padding:0 18px 12px}.bkl-widget-ghost-button.bkl-widget-mobile-only{margin-bottom:12px;display:inline-flex}}@media (width>=769px){.bkl-widget-mobile-header,.bkl-widget-mobile-methods,.bkl-widget-mobile-only{display:none!important}.bkl-widget-mobile-panel{flex:1;min-width:0}}.payment-page{min-height:940px;padding-bottom:80px}.payment-content{flex-direction:column;gap:20px;max-width:1005px;display:flex}.payment-heading{justify-content:space-between;align-items:flex-start;display:flex}.payment-heading h1{color:#1b1c1d;letter-spacing:-.48px;margin:0 0 10px;font-size:24px;font-weight:700}.payment-heading p{color:#7f8ca5;margin:0;font-size:14px;font-weight:500}.payment-create-button{color:#fff;background:#1b1c1d;border:0;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;display:inline-flex}.payment-create-button .dashboard-asset-icon{filter:brightness(0)invert()}.payment-metrics-card,.payment-table-card{background:#fff;border:.6px solid #e4e4e4;border-radius:16px;overflow:hidden}.payment-metrics-card>header,.payment-table-card__header{background:#f4f6fb}.payment-metrics-card>header{color:#1b1c1d;letter-spacing:-.32px;padding:15px;font-size:16px;font-weight:600}.payment-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.payment-metrics-grid article{border-top:.6px solid #e4e4e4;border-left:.6px solid #e4e4e4;flex-direction:column;justify-content:center;gap:15px;min-height:108px;padding:19px;display:flex;position:relative}.payment-metrics-grid article:first-child{border-left:0}.payment-metrics-grid span{color:#7f8ca5;font-size:14px;font-weight:500}.payment-metrics-grid strong{color:#1b1c1d;letter-spacing:-.36px;font-size:18px;font-weight:600}.payment-metrics-grid svg{position:absolute;bottom:38px;right:20px}.payment-table-card__header{justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:12px 15px;display:flex}.payment-table-card__header h2{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.payment-table-actions{align-items:center;gap:20px;display:flex}.payment-table-search,.payment-table-filter{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.payment-table-search{color:#7f8ca5;border-radius:100px;width:190px;padding:7px 10px}.payment-table-search input{color:#1b1c1d;width:100%;font:inherit;background:0 0;border:0;outline:0}.payment-table-search input::placeholder{color:#7f8ca5}.payment-table-filter{border-radius:8px;justify-content:center;padding:6px 10px}.payment-filter-wrap{display:inline-flex;position:relative}.payment-table{border-top:.6px solid #e4e4e4}.payment-table__row{color:#1b1c1d;text-align:left;background:#fff;border:0;border-bottom:.6px solid #e4e4e4;grid-template-columns:125px 1.55fr .85fr 1.1fr .75fr .85fr 38px;align-items:center;gap:20px;width:100%;min-height:67px;padding:0 14px;font-size:12px;font-weight:500;display:grid}.payment-table__row--head{color:#7f8ca5;cursor:default;background:#f9f9f9;min-height:55px}.payment-table__row:not(.payment-table__row--head):hover{background:#fbfcff}.payment-transaction-id{flex-direction:column;gap:5px;display:flex}.payment-transaction-id strong{letter-spacing:-.24px;font-weight:600}.payment-transaction-id small{color:#7f8ca5;font-size:12px}.payment-row-arrow{color:#7f8ca5;background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.payment-table-footer{color:#1b1c1d;justify-content:space-between;align-items:center;min-height:55px;padding:0 19px;font-size:12px;font-weight:500;display:flex}.payment-table-footer b{background:#fff;border:.6px solid #e4e4e4;border-radius:4px;justify-content:center;min-width:24px;margin:0 4px;padding:2px 4px;font-weight:500;display:inline-flex}.payment-status{border:.6px solid #0000;border-radius:38px;justify-content:center;align-items:center;width:fit-content;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex}.payment-status--pending{color:#ffa944;background:#ffa9441a;border-color:#ffa9441a}.payment-status--active{color:#1463ff;background:#1463ff1a;border-color:#1463ff1a}.payment-status--completed{color:#12ae5a;background:#0ec6631a;border-color:#0ec6631a}.payment-status--disputed{color:#ff3a3a;background:#ff3a3a1a;border-color:#ff3a3a1a}.payment-status--draft{color:#1b1c1d;background:#f9f9f9;border-color:#e4e4e4}.payment-filter,.payment-account-menu,.payment-currency-menu{z-index:45;background:#fff;border:.6px solid #e4e4e4;border-radius:8px;flex-direction:column;gap:5px;padding:5px;display:flex;box-shadow:0 0 5px #0000001a}.payment-filter{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.payment-account-menu,.payment-currency-menu{position:fixed}.payment-filter--status,.payment-filter--type{width:107px}.payment-filter--date{width:135px}.payment-account-menu{color:#1b1c1d;width:195px;padding:14px;font-size:13px;top:74px;left:15px}.payment-account-menu span{color:#7f8ca5;font-size:12px}.payment-currency-menu{width:160px;top:66px;right:136px}.payment-filter__item{color:#7f8ca5;text-align:center;border:0;border-radius:6px;width:100%;padding:5px;font-size:12px;font-weight:500}.payment-filter__item--active{color:#1b1c1d;background:#1463ff1a}.payment-modal-backdrop,.payment-sheet-backdrop{z-index:80;background:#0000008c;position:fixed;inset:0}.payment-modal-backdrop{justify-content:center;align-items:center;display:flex}.payment-choice-modal,.payment-form-modal,.payment-verification-modal,.payment-success-modal{color:#1b1c1d;background:#fff;border-radius:24px;position:relative;overflow:hidden}.payment-choice-modal{width:887px;padding:30px 45px 52px}.payment-choice-modal header,.payment-form-modal header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.payment-choice-modal h2,.payment-form-modal h2,.payment-verification-modal h2,.payment-success-modal h2{color:#1b1c1d;letter-spacing:-.36px;margin:0;font-weight:700}.payment-choice-modal h2,.payment-form-modal h2,.payment-verification-modal h2{font-size:18px}.payment-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:45px;margin-top:40px;display:grid}.payment-choice-grid button{text-align:center;background:#fff;border:1px solid #1463ff1a;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:280px;padding:35px;display:flex}.payment-choice-grid button>span{background:#1463ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.payment-choice-grid img{filter:brightness(0)invert();width:18px;height:18px}.payment-choice-grid strong{font-size:16px;font-weight:600}.payment-choice-grid p{max-width:310px;margin:0;font-size:14px;font-weight:500;line-height:21px}.payment-close-button{background:#fff;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.payment-form-modal{width:1040px;padding:28px 30px 24px}.payment-back-button{color:#7f8ca5;border:0;align-items:center;gap:4px;margin-bottom:10px;font-size:13px;display:inline-flex}.payment-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:28px;display:grid}.payment-form-card{background:#fff;border:.6px solid #e4e4e4;border-radius:18px;flex-direction:column;gap:15px;padding:20px;display:flex}.payment-form-card h3{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.payment-form-switch-row{justify-content:flex-end;align-items:center;gap:12px;margin-top:-35px;font-size:14px;font-weight:500;display:flex}.payment-toggle{background:#3c3c434d;border:0;border-radius:64px;width:42px;height:20px;padding:1px;position:relative}.payment-toggle span{background:#fff;border-radius:64px;width:25px;height:16px;transition:transform .16s;position:absolute;top:2px;left:2px}.payment-toggle--checked{background:#159e15}.payment-toggle--checked span{transform:translate(13px)}.payment-info-banner{color:#1463ff;background:#1463ff1a;border-radius:12px;align-items:center;gap:10px;padding:12px;font-size:12px;font-weight:500;line-height:19px;display:flex}.payment-field-box,.payment-milestone-input{background:#fff;border:.6px solid #eaeaea;border-radius:12px;flex-direction:column;justify-content:center;gap:10px;min-height:64px;padding:12px;display:flex}.payment-field-box span,.payment-milestone-input span{color:#1b1c1d;letter-spacing:-.12px;font-size:12px;font-weight:500}.payment-field-box strong,.payment-milestone-input strong{color:#878787;align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.payment-field-box input{color:#1b1c1d;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1}.payment-field-box input::placeholder{color:#878787;opacity:1}.payment-field-box:has(.payment-flag) strong{color:#1b1c1d;justify-content:space-between}.payment-form-modal footer{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.payment-form-modal footer button{background:#fff;border:.6px solid #e4e4e4;border-radius:12px;min-width:130px;padding:12px 16px;font-size:14px;font-weight:500}.payment-form-modal footer button:last-child{color:#fff;background:#1463ff;border-color:#1463ff}.payment-invoice-flow{gap:24px;max-width:1005px}.payment-breadcrumb{color:#7f8ca5;border-bottom:.6px solid #e4e4e4;align-items:center;gap:12px;height:28px;margin-top:-18px;padding-bottom:14px;font-size:14px;font-weight:500;display:flex}.payment-breadcrumb button,.payment-breadcrumb strong{color:#1b1c1d;border:0;align-items:center;gap:5px;font-weight:500;display:inline-flex}.payment-breadcrumb strong,.payment-breadcrumb span:last-child{color:#1463ff}.invoice-flow-heading{justify-content:space-between;align-items:center;display:flex}.invoice-flow-heading h1{color:#1b1c1d;letter-spacing:-.36px;margin:0 0 10px;font-size:18px;font-weight:600}.invoice-flow-heading p{color:#7f8ca5;margin:0;font-size:14px;font-weight:500}.invoice-edit-button{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:117px;padding:10px;font-size:12px;font-weight:500;display:inline-flex}.invoice-flow-grid{grid-template-columns:609px 316px;align-items:start;gap:20px;display:grid}.invoice-flow-main{flex-direction:column;gap:20px;display:flex}.invoice-card,.invoice-summary-card{background:#fff;border:.6px solid #e4e4e4;border-radius:18px}.invoice-card{flex-direction:column;gap:20px;padding:20px;display:flex}.invoice-card header{justify-content:space-between;align-items:center;gap:16px;display:flex}.invoice-card h2,.invoice-summary-card h2{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.invoice-public-switch{color:#1b1c1d;align-items:center;gap:12px;font-size:14px;font-weight:500;display:inline-flex}.invoice-info-banner{margin-bottom:-5px}.invoice-public-badge{color:#1463ff;background:#1463ff1a;border-radius:8px;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.invoice-card--review .invoice-review-field,.invoice-review-field{color:#1b1c1d;background:#f9f9f9;border:.6px solid #eaeaea;border-radius:12px;flex-direction:column;justify-content:center;gap:10px;min-height:52px;padding:12px;display:flex}.invoice-review-field span{letter-spacing:-.12px;font-size:12px;font-weight:500}.invoice-review-field strong{align-items:center;gap:5px;font-size:12px;font-weight:500;display:inline-flex}.invoice-line-card header button{color:#1463ff;border:0;align-items:center;gap:10px;font-size:12px;font-weight:500;display:inline-flex}.invoice-line-list{flex-direction:column;gap:20px;display:flex}.invoice-line-item{background:#fff;border:.6px solid #e4e4e4;border-radius:12px;flex-direction:column;gap:10px;padding:10px;display:flex}.invoice-line-item__top{grid-template-columns:minmax(0,1fr) 54px 92px 78px 32px;align-items:center;gap:12px;display:grid}.invoice-line-input,.invoice-line-description{color:#1b1c1d;letter-spacing:-.12px;background:#fff;border:.6px solid #eaeaea;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:10px;font-size:12px;font-weight:500;display:inline-flex}.invoice-line-item--readonly .invoice-line-input,.invoice-line-item--readonly .invoice-line-description{background:#f9f9f9}.invoice-line-qty,.invoice-line-tax{justify-content:center}.invoice-line-price{justify-content:space-between}.invoice-line-price b{font-weight:500}.invoice-line-input input{color:#1b1c1d;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.invoice-line-input input::placeholder{color:#7f8ca5;opacity:1}.invoice-line-description{color:#7f8ca5;align-items:flex-start;min-height:55px}textarea.invoice-line-description{resize:vertical;width:100%;font:inherit;border:.6px solid #eaeaea;outline:0;line-height:normal;display:block}textarea.invoice-line-description::placeholder{color:#7f8ca5;opacity:1}textarea.invoice-line-description--active{color:#1b1c1d}.invoice-tax-wrap{display:inline-flex;position:relative}.invoice-line-tax:disabled{color:#1b1c1d;cursor:default}.invoice-trash-button{color:#ff3a3a;background:#ff3a3a1a;border:.6px solid #ff3a3a1a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.invoice-trash-button:disabled{cursor:default;opacity:.55}.invoice-tax-menu{z-index:10;background:#fff;border:.6px solid #e4e4e4;border-radius:8px;flex-direction:column;gap:5px;width:107px;padding:5px;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 0 5px #0000001a}.invoice-tax-menu__item{color:#7f8ca5;border:0;border-radius:6px;padding:5px;font-size:12px;font-weight:500}.invoice-tax-menu__item--active{color:#1b1c1d;background:#1463ff1a}.invoice-summary-card{flex-direction:column;gap:20px;padding:20px;display:flex}.invoice-summary-row,.invoice-summary-total{color:#1b1c1d;justify-content:space-between;align-items:center;gap:16px;font-size:14px;font-weight:500;display:flex}.invoice-summary-row strong{font-weight:700}.invoice-summary-total{background:#f9f9f9;border-radius:10px;margin-top:4px;padding:15px}.invoice-summary-card>button{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:8px;justify-content:center;align-items:center;min-height:37px;font-size:12px;font-weight:500;display:flex}.invoice-summary-card>button:first-of-type{color:#fff;background:#1463ff;border-color:#1463ff}.payment-invoice-flow .payment-modal-backdrop{z-index:90}.invoice-preview-modal{color:#1b1c1d;background:#fff;border-radius:24px;width:887px;padding:38px 46px 56px;position:relative;overflow:hidden}.invoice-preview-modal .payment-close-button{position:absolute;top:30px;right:30px}.invoice-preview-heading{border:.6px solid #e4e4e4;border-bottom:0;border-radius:14px 14px 0 0;justify-content:space-between;align-items:flex-start;margin-top:58px;padding:15px;display:flex}.invoice-preview-heading h2{letter-spacing:-.36px;margin:0 0 10px;font-size:18px;font-weight:600}.invoice-preview-heading p{margin:0 0 12px;font-size:14px;font-weight:500}.invoice-preview-heading span{border:.6px solid #e4e4e4;border-radius:100px;align-items:center;gap:5px;padding:4px 5px;font-size:12px;display:inline-flex}.invoice-preview-heading>div:last-child{text-align:right}.invoice-preview-heading strong{margin-bottom:18px;font-size:24px;display:block}.invoice-preview-table{border:.6px solid #e4e4e4;border-radius:0 0 14px 14px;overflow:hidden}.invoice-preview-table__head,.invoice-preview-table__row{color:#1b1c1d;border-bottom:.6px solid #e4e4e4;grid-template-columns:minmax(0,1fr) 110px 65px 105px;align-items:center;gap:16px;padding:18px 24px;font-size:14px;font-weight:500;display:grid}.invoice-preview-table__head{color:#7f8ca5;background:#f9f9f9;min-height:55px;font-size:12px}.invoice-preview-table__row{min-height:58px}.invoice-preview-table__row:first-of-type{min-height:104px}.invoice-preview-table__row small{color:#7f8ca5;max-width:320px;margin-top:10px;font-size:12px;line-height:18px;display:block}.invoice-preview-totals{flex-direction:column;gap:20px;width:268px;margin-left:auto;padding:20px 24px 20px 0;font-size:14px;display:flex}.invoice-preview-modal footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:44px;display:grid}.invoice-preview-modal footer button{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:100px;padding:20px 10px;font-size:16px;font-weight:500}.invoice-preview-modal footer button:last-child{color:#fff;background:#1463ff;border-color:#1463ff}.invoice-sent-modal{text-align:center;background:#fff;border-radius:32px;width:628px;padding:88px 38px 52px;position:relative;overflow:hidden}.invoice-sent-modal .payment-close-button{position:absolute;top:30px;right:30px}.invoice-sent-modal>img{width:56px;height:56px}.invoice-sent-modal h2{letter-spacing:-.32px;margin:18px 0 22px;font-size:16px;font-weight:700}.invoice-sent-modal>strong{letter-spacing:-.64px;font-size:32px;display:block}.invoice-sent-list{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:18px;margin:36px 0;padding:20px}.invoice-sent-list>div{text-align:left;border-bottom:.6px solid #e4e4e4;justify-content:space-between;align-items:center;padding:18px 0;display:flex}.invoice-sent-list>div:first-child{padding-top:0}.invoice-sent-list>div:last-child{border-bottom:0;padding-bottom:0}.invoice-sent-list dt,.invoice-sent-list dd{color:#1b1c1d;margin:0;font-size:14px;font-weight:500}.invoice-sent-list dd{align-items:center;gap:8px;display:inline-flex}.invoice-sent-list dd strong{font-weight:700}.invoice-sent-list dd:has(svg){color:#1463ff}.invoice-sent-print{color:#fff;background:#1463ff;border:0;border-radius:100px;justify-content:center;align-items:center;gap:10px;width:100%;padding:20px 10px;font-size:16px;font-weight:500;display:flex}.payment-escrow-flow .invoice-flow-grid{grid-template-columns:609px 280px}.escrow-side-column{flex-direction:column;gap:20px;display:flex}.escrow-contract-card h2{margin:0}.escrow-contract-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.escrow-select-wrap{position:relative}.escrow-select-field{color:#1b1c1d;text-align:left;background:#fff;border:.6px solid #eaeaea;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:100%;min-height:66px;padding:12px;font-size:12px;font-weight:500;display:flex;position:relative}.escrow-select-field>svg{position:absolute;bottom:17px;right:12px}.escrow-select-field span{color:#1b1c1d;font-size:12px}.escrow-select-field strong,.escrow-select-field input{color:#7f8ca5;font:inherit;background:0 0;border:0;outline:0}.escrow-select-field input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;width:100%;padding-right:24px}.escrow-select-field input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer}.escrow-select-field--readonly,.escrow-select-field--readonly input{color:#1b1c1d;background:#f9f9f9}.escrow-select-field--readonly strong{color:#1b1c1d}.escrow-dropdown{z-index:20;background:#fff;border:.6px solid #eaeaea;border-radius:10px;flex-direction:column;gap:5px;width:275px;padding:12px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 0 5px #00000026}.escrow-dropdown__item{color:#1b1c1d;text-align:left;border:0;border-radius:6px;padding:10px;font-size:12px;font-weight:500}.escrow-dropdown__item--active{background:#1463ff1a}.escrow-fee-row{color:#1b1c1d;flex-direction:column;gap:12px;font-size:12px;font-weight:600;display:flex}.escrow-fee-row div{background:#f9f9f9;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));padding:4px;display:grid}.escrow-fee-option{color:#7f8ca5;cursor:pointer;border:0;border-radius:6px;padding:9px 10px;font-size:12px}.escrow-fee-option--active{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4}.escrow-fee-option:disabled{cursor:default;opacity:1}.escrow-funding-card{background:#fff;border:.6px solid #e4e4e4;border-radius:16px;flex-direction:column;gap:15px;padding:20px;display:flex;position:relative}.escrow-funding-card h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.escrow-funding-card p{color:#1b1c1d;margin:-8px 0 0;font-size:12px;font-weight:500}.escrow-wallet-select{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-height:60px;padding:12px;display:flex}.escrow-wallet-select span{text-align:left;grid-template-columns:auto 1fr;align-items:center;column-gap:8px;display:grid}.escrow-wallet-select .payment-flag{grid-row:span 2}.escrow-wallet-select strong{font-size:14px}.escrow-wallet-select small{color:#7f8ca5;font-size:12px}.escrow-funding-note{color:#1463ff;background:#1463ff1a;border-radius:10px;align-items:center;gap:10px;padding:10px;font-size:12px;font-weight:500;display:flex}.escrow-wallet-dropdown{z-index:20;background:#fff;border:.6px solid #e4e4e4;border-radius:12px;flex-direction:column;gap:15px;padding:12px;display:flex;position:absolute;top:156px;left:20px;right:20px;box-shadow:0 2px 10px #0000000d}.escrow-wallet-dropdown button{text-align:left;border:0;border-bottom:.6px solid #e4e4e4;align-items:center;gap:10px;padding:0 0 15px;display:flex}.escrow-wallet-dropdown button:last-child{border-bottom:0;padding-bottom:0}.escrow-wallet-dropdown span{flex-direction:column;gap:2px;display:flex}.escrow-wallet-dropdown strong{color:#1b1c1d;font-size:14px}.escrow-wallet-dropdown small{color:#7f8ca5;font-size:12px}.payment-country-select{position:relative}.payment-country-select__button{text-align:left;width:100%}.payment-country-select__button strong{width:100%}.payment-country-menu{z-index:20;background:#fff;border:.6px solid #eaeaea;border-radius:10px;flex-direction:column;gap:5px;width:100%;padding:10px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 0 5px #00000026}.payment-country-menu__item{color:#1b1c1d;text-align:left;border:0;border-radius:6px;align-items:center;gap:8px;padding:10px;font-size:12px;font-weight:500;display:flex}.payment-country-menu__item--active{background:#1463ff1a}.escrow-milestone-date{color:#7f8ca5;border:.6px solid #eaeaea;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:10px;font-size:12px;display:flex}.escrow-milestone-date input{color:#1b1c1d;width:100%;font:inherit;background:0 0;border:0;outline:0}.escrow-preview-dates{color:#7f8ca5;text-align:center;margin-top:14px;font-size:12px}.payment-verification-modal{grid-template-columns:392px 1fr;width:887px;min-height:565px;display:grid}.payment-verification-modal aside{text-align:center;background:#eff4ff;flex-direction:column;align-items:center;padding:86px 35px;display:flex;position:relative}.payment-verification-art{object-fit:contain;width:130px;height:130px}.payment-verification-lightning{clip-path:polygon(48% 0,100% 0,67% 42%,100% 42%,27% 100%,47% 54%,10% 54%);background:#1463ff0d;border-radius:18px;width:140px;height:190px;position:absolute;bottom:-55px;left:107px;transform:rotate(14deg)}.payment-verification-modal aside h2{margin-top:28px}.payment-verification-modal aside p{color:#7f8ca5;margin:26px 0 0;font-size:14px;font-weight:500;line-height:24px}.payment-verification-panel{flex-direction:column;justify-content:center;align-items:center;padding:70px 30px;display:flex;position:relative}.payment-verification-panel .payment-close-button{position:absolute;top:30px;right:30px}.payment-verification-panel p{color:#7f8ca5;margin:18px 0 30px;font-size:14px;font-weight:500}.payment-otp-row{gap:15px;margin-bottom:50px;display:flex}.payment-otp-row__digit{color:#7f8ca5;border:.6px solid #e4e4e4;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:14px;font-weight:500;display:inline-flex}.payment-otp-row__digit--active{color:#1b1c1d;border-color:#1463ff}.payment-verification-panel>button:last-child{color:#fff;background:#1463ff;border:0;border-radius:100px;width:438px;height:42px;font-size:14px;font-weight:500}.payment-success-modal{text-align:center;width:628px;padding:88px 38px 70px}.payment-success-modal .payment-close-button{position:absolute;top:30px;right:30px}.payment-success-modal>img{width:56px;height:56px}.payment-success-modal h2{margin-top:18px;font-size:16px}.payment-success-modal>strong{letter-spacing:-.64px;margin-top:22px;font-size:32px;display:block}.payment-method-pill{color:#1463ff;background:#1463ff1a;border-radius:12px;align-items:center;gap:10px;margin-top:18px;padding:10px;font-size:14px;font-weight:500;display:inline-flex}.payment-success-list{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:18px;margin:36px 0 0;padding:20px}.payment-sheet-backdrop{justify-content:flex-end;display:flex}.payment-details-sheet{color:#1b1c1d;background:#fbfbfb;flex-direction:column;width:500px;height:100%;display:flex}.payment-details-sheet__header{background:#fff;border-bottom:.6px solid #e4e4e4;padding:20px;position:relative}.payment-details-sheet__header>div:first-child{justify-content:space-between;align-items:center;display:flex}.payment-details-sheet__header h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:500}.payment-details-sheet__header>.payment-close-button{position:absolute;top:20px;right:20px}.payment-detail-summary{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:12px;display:flex}.payment-detail-summary div{flex-direction:column;gap:5px;display:flex}.payment-detail-summary strong{letter-spacing:-.32px;font-size:16px;font-weight:700}.payment-detail-summary span{color:#7f8ca5;font-size:12px;font-weight:500}.payment-details-sheet__body{flex:1;padding:20px 20px 95px;overflow-y:auto}.payment-detail-section{margin-top:26px}.payment-detail-section h3{color:#7f8ca5;letter-spacing:.48px;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:500}.payment-timeline,.payment-milestones{flex-direction:column;gap:22px;margin:0;padding:0;list-style:none;display:flex}.payment-timeline__item,.payment-milestones li{gap:16px;display:flex;position:relative}.payment-timeline__item:not(:last-child):before,.payment-milestones li:not(:last-child):before{content:"";border-left:1px dashed #e4e4e4;width:1px;position:absolute;top:13px;bottom:-25px;left:6px}.payment-timeline__item>span,.payment-milestones li>span{background:#fff;border:.6px solid #e4e4e4;border-radius:50%;flex:none;width:12px;height:12px;margin-top:3px}.payment-timeline__item--active>span,.payment-milestones li:first-child>span{background:#12ae5a;border-color:#12ae5a}.payment-timeline__item:nth-child(2).payment-timeline__item--active>span,.payment-milestones__item--upcoming>span{background:#ffa944;border-color:#ffa944}.payment-milestones__item--ongoing-dispute>span{background:#ff3a3a;border-color:#ff3a3a}.payment-timeline strong,.payment-milestones strong{color:#1b1c1d;align-items:center;gap:5px;font-size:14px;font-weight:500;display:flex}.payment-timeline small,.payment-milestones small{color:#7f8ca5;margin-top:5px;font-size:12px;font-weight:500;display:block}.payment-muted strong,.payment-muted small{color:#7f8ca5}.payment-milestone-badge{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:100px;padding:1px 4px;font-size:10px;display:inline-flex}.payment-milestone-badge--paid{color:#fff;background:#12ae5a;border-color:#12ae5a}.payment-milestone-badge--upcoming{color:#fff;background:#ffa944;border-color:#ffa944}.payment-milestone-badge--ongoing-dispute{color:#fff;background:#ff3a3a;border-color:#ff3a3a}.payment-detail-list{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:12px;margin:0;padding:15px}.payment-detail-list>div,.payment-success-list>div{border-bottom:.6px solid #e4e4e4;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.payment-detail-list>div:first-child,.payment-success-list>div:first-child{padding-top:0}.payment-detail-list>div:last-child,.payment-success-list>div:last-child{border-bottom:0;padding-bottom:0}.payment-detail-list dt,.payment-success-list dt{color:#7f8ca5;font-size:12px;font-weight:500}.payment-success-list dt{color:#1b1c1d;font-size:14px}.payment-detail-list dd,.payment-success-list dd{color:#1b1c1d;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:500;display:inline-flex}.payment-success-list dd{font-size:14px}.payment-next-card{background:#fff;border:.6px solid #e4e4e4;border-radius:12px;padding:12px}.payment-next-card>span{color:#7f8ca5;font-size:12px;font-weight:500}.payment-next-card>strong{margin:9px 0 14px;font-size:16px;display:block}.payment-next-card div{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.payment-next-card button{color:#ff3a3a;background:#ff3a3a1a;border:.6px solid #ff3a3a33;border-radius:12px;padding:10px;font-size:12px;font-weight:500}.payment-next-card button:last-child{color:#fff;background:#1463ff;border-color:#1463ff}.payment-dispute-banner{color:#ff3a3a;background:#ff3a3a1a;border:.6px solid #ff3a3a33;border-radius:12px;justify-content:center;align-items:center;height:36px;margin-bottom:26px;font-size:12px;font-weight:500;display:flex}.payment-line-items{background:#fff;border:.6px solid #e4e4e4;border-radius:14px;overflow:hidden}.payment-line-items>div{color:#1b1c1d;border-bottom:.6px solid #e4e4e4;grid-template-columns:1fr 90px;gap:20px;padding:16px 14px;font-size:12px;font-weight:500;display:grid}.payment-line-items>div:first-child{color:#7f8ca5;background:#f9f9f9}.payment-line-items>div:last-child{border-bottom:0}.payment-line-items small{color:#7f8ca5;max-width:260px;margin-top:5px;line-height:18px;display:block}.payment-details-sheet footer{background:#fff;border-top:.6px solid #e4e4e4;justify-content:flex-end;padding:15px;display:flex;position:sticky;bottom:0}.payment-details-sheet footer button{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:12px;align-items:center;gap:10px;padding:12px 15px;font-size:14px;font-weight:500;display:inline-flex}.payment-flag{background:#fff;border:1px solid #fff;border-radius:50%;flex:none;width:20px;height:20px;display:inline-flex;overflow:hidden}.payment-flag span{background:#34c759;flex:1}.payment-flag span:nth-child(2){background:#fff}.settings-page{--settings-success:#12ae5a;--settings-danger:#ff3a3a;min-height:1110px;padding-top:112px}.settings-flag{background:linear-gradient(90deg,#34c759 0 33%,#fff 33% 66%,#34c759 66%);border-radius:50%;width:20px;height:20px;overflow:hidden}.settings-flag--small{flex:none;width:16px;height:16px}.settings-content{width:1055px}.settings-title{gap:10px;margin-bottom:24px;display:grid}.settings-title h1{letter-spacing:-.48px;margin:0;font-size:24px;font-weight:700}.settings-title p{color:var(--color-muted-blue);margin:0;font-size:14px;font-weight:500}.settings-layout{grid-template-columns:281px 1fr;align-items:start;gap:25px;display:grid}.settings-menu,.settings-panel{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px}.settings-menu{gap:20px;padding:20px;display:grid}.settings-menu__business{letter-spacing:-.32px;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.settings-menu__nav{gap:15px;display:grid}.settings-menu__item{text-align:left;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:41px;padding:12px;font-size:14px;font-weight:500;display:flex;background:#f9f9f9!important}.settings-menu__item.is-active{border:1px solid var(--color-primary);background:#fff!important}.settings-avatar{color:var(--color-text);background:#f9f9f9;border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.settings-avatar--medium{width:55px;height:55px;font-size:22px}.settings-avatar--large,.settings-avatar--modal{width:80px;height:80px;font-size:24px}.settings-panel{min-height:476px;padding:20px}.settings-panel--notifications{min-height:770px}.settings-panel h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:700}.settings-panel h3{letter-spacing:.14px;margin:0;font-size:14px;font-weight:600}.settings-rule{background:var(--color-border);height:1px;margin:18px 0}.settings-logo-row{align-items:center;gap:12px;margin-bottom:20px;display:flex}.settings-icon-edit,.settings-logo-actions button{border:.6px solid var(--color-border-strong);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;background:#f9f9f9!important}.settings-fields{gap:20px;display:grid}.settings-info-field{border:.6px solid var(--color-border);background:#f9f9f9;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px;display:flex}.settings-info-field>div{gap:8px;display:grid}.settings-info-field label,.settings-info-field input,.settings-info-field button{font-size:12px;font-weight:500}.settings-info-field label{color:var(--color-muted-blue);letter-spacing:-.12px}.settings-info-field__value{align-items:center;gap:10px;display:flex}.settings-info-field input{width:100%;min-width:0;color:var(--color-text);background:0 0;border:0;outline:0;padding:0}.settings-info-field button{color:var(--color-primary)!important}.settings-section-row{justify-content:space-between;align-items:center;display:flex}.settings-address-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.settings-info-field--wide{grid-column:1/-1}.settings-phone-prefix{align-items:center;gap:2px;display:inline-flex}.settings-toggle-group{gap:12px;display:grid}.settings-toggle-list{gap:15px;display:grid}.settings-toggle-row{border:.6px solid var(--color-border-strong);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:12px;font-size:14px;font-weight:500;display:flex}.settings-toggle-row input{opacity:0;pointer-events:none;position:absolute}.settings-toggle{background:#d8dde8;border-radius:100px;width:44px;height:19px;padding:1px;transition:background .2s;display:inline-flex;position:relative}.settings-toggle:after{content:"";background:#fff;border-radius:100px;width:27px;height:17px;margin-left:0;transition:margin .2s}.settings-toggle-row input:checked+.settings-toggle{background:#159e15}.settings-toggle-row input:checked+.settings-toggle:after{margin-left:15px}.settings-primary-action{border-radius:var(--radius-pill);justify-content:center;align-items:center;height:42px;padding:12px 10px;font-size:14px;font-weight:500;display:inline-flex;background:var(--color-primary)!important;color:#fff!important}.settings-primary-action--narrow{width:202px;margin-top:25px;margin-left:auto}.settings-section-block{gap:12px;display:grid}.settings-row-card{border:.6px solid var(--color-border-strong);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:12px;display:flex;background:#fff!important}.settings-row-card span{font-size:14px;font-weight:500}.settings-row-card strong{color:var(--color-primary);font-size:12px;font-weight:500}.settings-session-card{border:.6px solid var(--color-border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-height:71px;padding:12px;display:flex}.settings-session-card div{gap:8px;display:grid}.settings-session-card strong{letter-spacing:-.12px;font-size:12px;font-weight:600}.settings-session-card span:not(.settings-badge){color:var(--color-muted-blue);font-size:12px;font-weight:500}.settings-badge{border-radius:var(--radius-pill);justify-content:center;align-items:center;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.settings-badge--primary{background:var(--color-primary);color:#fff!important}.settings-badge--danger{color:var(--settings-danger)!important;background:#ff3a3a1a!important}.settings-empty-state{text-align:center;align-content:center;place-items:center;gap:12px;min-height:300px;display:grid}.settings-empty-state p{max-width:360px;color:var(--color-muted-blue);margin:0;font-size:14px;line-height:22px}.settings-footer{z-index:15;border:.6px solid var(--color-border-strong);height:45px;color:var(--color-muted-blue);background:#fff;justify-content:space-between;align-items:center;padding:0 15px 0 25px;font-size:12px;font-weight:500;display:flex;position:fixed;bottom:0;left:225px;right:0}.settings-footer span:last-child{gap:12px;display:flex}.settings-scroll-pill{z-index:15;border:.6px solid var(--color-border);border-radius:var(--radius-pill);background:#fff;align-items:center;gap:5px;padding:5px 7px;font-size:12px;font-weight:500;display:inline-flex;position:fixed;bottom:58px;left:calc(50% + 112px);transform:translate(-50%);box-shadow:0 4px 2px #0000001a}.settings-modal-backdrop{z-index:60;background:#11182757;place-items:center;display:grid;position:fixed;inset:0}.settings-form-modal,.settings-verification-modal{background:#fff;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a33}.settings-form-modal{width:464px}.settings-modal-head{border-bottom:.6px solid #e6e6e6;height:62px;padding:20px}.settings-modal-head h2{letter-spacing:.14px;margin:0;font-size:14px;font-weight:600;line-height:22px}.settings-modal-x{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:17px;right:20px;background:#f7f7f7!important}.settings-modal-body{gap:20px;padding:20px 20px 10px;display:grid}.settings-input-card,.settings-password-field label{border:.6px solid var(--color-border);background:#fff;border-radius:12px;gap:8px;min-height:64px;padding:12px;display:grid}.settings-input-card span,.settings-input-card label,.settings-password-field span:first-child{color:var(--color-text);letter-spacing:-.12px;font-size:12px;font-weight:500}.settings-input-card input,.settings-password-field input{width:100%;color:var(--color-text);background:0 0;border:0;outline:0;font-size:12px;font-weight:500}.settings-input-card input::placeholder,.settings-password-field input::placeholder{color:var(--color-muted)}.settings-phone-preview{align-items:center;gap:10px;font-size:12px;font-weight:500;display:flex}.settings-phone-preview span:not(.settings-flag){color:var(--color-muted-blue)}.settings-phone-preview input{width:100%;min-width:0;color:var(--color-text);background:0 0;border:0;outline:0;padding:0;font-size:12px;font-weight:500}.settings-logo-modal-body{justify-items:center;gap:15px;padding:30px 20px 39px;display:grid}.settings-logo-actions{gap:15px;display:flex}.settings-logo-actions .is-danger{border-color:#ff3a3a1a;color:var(--settings-danger)!important;background:#ff3a3a1a!important}.settings-modal-body--password{gap:10px}.settings-forgot-link{justify-self:end;font-size:12px;font-weight:500;text-decoration:underline;color:var(--color-text)!important}.settings-password-field{gap:10px;display:grid}.settings-password-field.is-active label{border-color:#1463ff99}.settings-password-field label span:last-child{align-items:center;gap:10px;display:flex}.settings-password-field p{color:var(--color-muted-blue);margin:0;font-size:12px;font-weight:500}.settings-password-field.is-active p{color:var(--color-primary)}.settings-modal-actions{gap:20px;padding:20px;display:flex}.settings-modal-actions button{border:.6px solid var(--color-border-strong);border-radius:var(--radius-pill);flex:1 1 0;justify-content:center;align-items:center;height:42px;font-size:14px;font-weight:500;display:inline-flex;background:#fff!important}.settings-modal-actions button:last-child{border-color:var(--color-primary);background:var(--color-primary)!important;color:#fff!important}.settings-verification-modal{grid-template-columns:392px 1fr;width:887px;height:565px;display:grid}.settings-verification-aside{text-align:center;background:#eff4ff;align-content:start;justify-items:center;padding:86px 30px 0;display:grid;position:relative;overflow:hidden}.settings-verification-image{object-fit:contain;width:130px;height:130px}.settings-verification-aside h2{letter-spacing:-.36px;margin:29px 0 24px;font-size:18px;font-weight:700}.settings-verification-aside p{color:var(--color-muted-blue);margin:0;font-size:14px;font-weight:500;line-height:24px}.settings-lightning{background:#d2e0fa8c;border-radius:16px;width:170px;height:170px;position:absolute;bottom:-74px;left:106px;transform:skew(-14deg)rotate(32deg)}.settings-verification-main{align-content:center;justify-items:center;padding:48px 31px;display:grid;position:relative}.settings-modal-x--verification{border:.6px solid var(--color-border-strong);top:30px;right:30px;background:#fff!important}.settings-verification-main h3{letter-spacing:-.36px;margin:0 0 16px;font-size:18px;font-weight:700}.settings-verification-main>p{color:var(--color-muted-blue);margin:0 0 30px;font-size:14px;font-weight:500}.settings-otp{gap:15px;margin-bottom:42px;display:flex}.settings-otp span{border:.6px solid var(--color-border-strong);width:50px;height:50px;color:var(--color-muted-blue);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:inline-flex}.settings-otp span.is-active{border-color:var(--color-primary);color:var(--color-text)}.settings-resend{color:var(--color-text)!important;margin:-20px 0 32px!important;font-size:12px!important}.settings-resend strong{color:var(--color-primary);font-weight:600}.settings-verification-main .settings-primary-action{width:438px}.settings-toast{z-index:80;color:#1b1c1e;letter-spacing:-.14px;background:#fff;border-radius:10px;align-items:center;gap:10px;min-width:430px;padding:12px;font-size:14px;font-weight:500;line-height:22px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #0f172a2e}.settings-toast img{width:44px;height:44px}.settings-toast button{border:.6px solid var(--color-border-strong);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:auto;display:inline-flex;background:#fff!important}.team-page{min-height:940px;padding-bottom:80px}.team-page--details{min-height:1040px}.team-content,.team-details-content{flex-direction:column;gap:20px;max-width:1005px;display:flex}.team-heading{justify-content:space-between;align-items:flex-start;display:flex}.team-heading h1{color:#1b1c1d;letter-spacing:-.48px;margin:0 0 10px;font-size:24px;font-weight:700}.team-heading p{color:#7f8ca5;margin:0;font-size:14px;font-weight:500}.team-primary-button{color:#fff;background:#1463ff;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:12px;font-weight:500;display:inline-flex}.team-metrics-card,.team-table-card,.team-profile-card,.team-activity-card{background:#fff;border:.6px solid #e4e4e4;border-radius:16px;overflow:hidden}.team-metrics-card{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.team-metrics-card article{border-left:.6px solid #e4e4e4;flex-direction:column;justify-content:center;gap:15px;min-height:100px;padding:19px;display:flex}.team-metrics-card article:first-child{border-left:0}.team-metrics-card span{color:#7f8ca5;font-size:14px;font-weight:500}.team-metrics-card strong{color:#1b1c1d;letter-spacing:-.36px;font-size:18px;font-weight:600}.team-table-card__header{background:#f4f6fb;justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:12px 15px;display:flex}.team-table-card__header h2{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.team-table-actions{align-items:center;gap:20px;display:flex}.team-table-search,.team-table-filter{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.team-table-search{color:#7f8ca5;border-radius:100px;width:278px;padding:7px 10px}.team-table-search input{color:#1b1c1d;width:100%;font:inherit;background:0 0;border:0;outline:0}.team-table-search input::placeholder{color:#7f8ca5}.team-table-filter{white-space:nowrap;border-radius:8px;justify-content:center;min-height:30px;padding:6px 10px}.team-filter-wrap,.team-form-select-wrap{display:inline-flex;position:relative}.team-filter,.team-currency-menu{z-index:45;background:#fff;border:.6px solid #e4e4e4;border-radius:8px;flex-direction:column;gap:5px;padding:5px;display:flex;position:absolute;box-shadow:0 0 5px #0000001a}.team-filter{min-width:104px;top:38px;right:0}.team-filter--roles{min-width:128px}.team-filter--date{min-width:120px}.team-currency-menu{width:168px;position:fixed;top:72px;right:115px}.team-filter__item{color:#7f8ca5;white-space:nowrap;border-radius:6px;justify-content:center;width:100%;padding:5px 10px;font-size:12px;font-weight:500;display:flex}.team-filter__item--active{color:#1b1c1d;background:#1463ff1a}.team-table{border-top:.6px solid #e4e4e4}.team-table__row{color:#1b1c1d;text-align:left;background:#fff;border:0;border-bottom:.6px solid #e4e4e4;grid-template-columns:1.15fr 1.2fr .8fr .9fr .66fr .55fr 32px;align-items:center;gap:18px;width:100%;min-height:67px;padding:0 14px;font-size:12px;font-weight:500;display:grid}.team-table__row--head{color:#7f8ca5;cursor:default;background:#f9f9f9;min-height:55px}.team-table__row:not(.team-table__row--head):hover{background:#fbfcff}.team-table__stacked{white-space:pre-line;line-height:18px}.team-table__stacked:first-line{color:#1b1c1d}.team-role-badge,.team-status{white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;width:fit-content;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.team-role-badge{color:#fff;background:#4d5e99;padding:5px 8px}.team-status{padding:5px 10px}.team-status--active{color:#12ae5a;background:#12ae5a1f}.team-status--pending{color:#ffa944;background:#ffa94424}.team-status--inactive{color:#1b1c1d;background:#f9f9f9;border:.6px solid #e4e4e4}.team-status--removed{color:#ff3a3a;background:#ff3a3a1a}.team-row-arrow{color:#7f8ca5;background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.team-table-footer{color:#1b1c1d;justify-content:space-between;align-items:center;min-height:55px;padding:0 19px;font-size:12px;font-weight:500;display:flex}.team-table-footer b{background:#fff;border:.6px solid #e4e4e4;border-radius:4px;justify-content:center;min-width:24px;margin:0 4px;padding:2px 4px;font-weight:500;display:inline-flex}.team-breadcrumb{color:#7f8ca5;align-items:center;gap:14px;height:40px;margin-top:-30px;font-size:14px;font-weight:500;display:flex}.team-breadcrumb button,.team-breadcrumb strong{color:#1b1c1d;align-items:center;gap:5px;font-weight:500;display:inline-flex}.team-breadcrumb strong{color:#1463ff}.team-details-grid{grid-template-columns:352px minmax(0,1fr);gap:20px;display:grid}.team-profile-card{padding:20px}.team-profile-card,.team-profile-card h1,.team-profile-badges{flex-direction:column;align-items:center;display:flex}.team-avatar{color:#7f8ca5;background:#f7f7f7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:inline-flex}.team-profile-card h1{color:#1b1c1d;letter-spacing:-.36px;margin:14px 0 10px;font-size:18px;font-weight:600}.team-profile-badges{flex-direction:row;gap:10px}.team-member-meta{color:#1b1c1d;flex-direction:column;gap:20px;width:100%;margin:38px 0 28px;font-size:14px;font-weight:500;display:flex}.team-member-meta div,.team-member-meta dt,.team-member-meta dd{align-items:center;display:flex}.team-member-meta div{justify-content:space-between;gap:18px}.team-member-meta dt{gap:10px}.team-member-meta dt svg{color:#7f8ca5}.team-member-meta dd{margin:0}.team-member-meta button{color:#1463ff}.team-update-button{background:#fff;border:.6px solid #e4e4e4;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px;font-size:12px;font-weight:500;display:inline-flex}.team-profile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;width:100%;margin-top:15px;display:grid}.team-profile-actions button{color:#fff;border-radius:10px;min-height:38px;padding:10px;font-size:12px;font-weight:500}.team-profile-actions button:first-child{background:#1b1c1d}.team-profile-actions button:last-child{background:#ff3a3a}.team-activity-card{align-self:start}.team-activity-table{border-top:.6px solid #e4e4e4}.team-activity-row{color:#1b1c1d;border-bottom:.6px solid #e4e4e4;grid-template-columns:1fr 1fr .55fr;align-items:center;gap:30px;min-height:67px;padding:0 15px;font-size:12px;font-weight:500;display:grid}.team-activity-row--head{color:#7f8ca5;background:#f9f9f9;min-height:55px}.team-activity-row strong{font-weight:600}.team-activity-row span{flex-direction:column;gap:5px;display:flex}.team-activity-row small{color:#7f8ca5;font:inherit}.team-modal-backdrop{z-index:80;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.team-form-modal,.team-confirm-modal{color:#1b1c1d;background:#fff;border-radius:24px;width:464px;position:relative;overflow:visible}.team-form-modal{padding-top:62px}.team-form-modal>header{border-bottom:.6px solid #e6e6e6;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex;position:absolute;top:0;left:0;right:0}.team-form-modal h2,.team-confirm-modal h2{color:#1b1c1d;margin:0;font-weight:600}.team-form-modal h2{letter-spacing:.14px;font-size:14px}.team-form-modal__body{flex-direction:column;gap:15px;padding:15px 20px 35px;display:flex}.team-form-modal__body>p{letter-spacing:-.14px;margin:0 0 2px;font-size:14px;font-weight:500;line-height:22px}.team-form-field{color:#1b1c1d;text-align:left;background:#fff;border:.6px solid #eaeaea;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:100%;min-height:64px;padding:12px;font-size:12px;font-weight:500;display:flex;position:relative}.team-form-field--readonly{color:#7f8ca5;background:#f9f9f9}.team-form-field input{width:100%;color:inherit;font:inherit;background:0 0;border:0;outline:0}.team-form-field input::placeholder,.team-form-select__placeholder{color:#878787}.team-form-select{padding-right:40px}.team-form-select strong{color:#1b1c1d;font-weight:500}.team-form-select>svg{color:#7f8ca5;position:absolute;bottom:15px;right:12px}.team-form-role-menu{z-index:90;background:#fff;border:.6px solid #e4e4e4;border-radius:8px;flex-direction:column;gap:5px;width:150px;padding:5px;display:flex;position:absolute;top:70px;right:0;box-shadow:0 0 5px #0000001a}.team-form-role-menu button{color:#7f8ca5;text-align:left;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:500}.team-form-role-menu button:hover{color:#1b1c1d;background:#1463ff1a}.team-form-modal footer,.team-confirm-modal footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.team-form-modal footer{padding:0 20px 28px}.team-form-modal footer button,.team-confirm-modal footer button{border-radius:100px;min-height:42px;padding:12px 10px;font-size:14px;font-weight:500}.team-form-modal footer button:first-child,.team-confirm-modal footer button:first-child{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4}.team-form-modal footer button:last-child,.team-confirm-modal--primary footer button:last-child{color:#fff;background:#1463ff}.team-confirm-modal{text-align:center;flex-direction:column;align-items:center;min-height:330px;padding:57px 20px 36px;display:flex}.team-confirm-modal--primary{min-height:280px}.team-confirm-modal h2{letter-spacing:-.36px;margin-top:24px;font-size:18px}.team-confirm-modal p{max-width:380px;margin:16px 0 30px;font-size:14px;font-weight:500;line-height:21px}.team-confirm-modal--primary p{display:none}.team-confirm-modal footer{width:100%;margin-top:auto}.team-confirm-modal--danger footer button:last-child{color:#fff;background:#ff3a3a}.team-confirm-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.team-confirm-modal--danger .team-confirm-icon{color:#ff3a3a;background:#ff3a3a1a}.team-confirm-modal--primary .team-confirm-icon{color:#1463ff;background:#1463ff1a}.team-close-button{color:#1b1c1d;background:#f7f7f7;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.team-confirm-modal>.team-close-button{position:absolute;top:16px;right:20px}.team-account-menu{z-index:50;background:#fff;border:.6px solid #e4e4e4;border-radius:20px;flex-direction:column;gap:5px;width:210px;padding:20px;display:flex;position:fixed;top:13px;left:12px;box-shadow:0 0 10px 2px #0000000d}.team-account-menu strong{font-size:14px;font-weight:600}.team-account-menu span{color:#7f8ca5;font-size:12px;font-weight:500}.team-flag{background:#fff;border-radius:50%;width:20px;height:20px;display:inline-flex;position:relative;overflow:hidden}.team-flag span:first-child,.team-flag span:last-child{background:#34c759;width:40%}.team-flag span:nth-child(2){background:#fff;width:20%}.team-scroll-chip{margin:0;position:fixed;bottom:58px;right:50%;transform:translate(50%)}.team-page{min-height:1110px;padding-top:119px}.team-flag{background:linear-gradient(90deg,#34c759 0 33%,#fff 33% 66%,#34c759 66%);border-radius:50%;width:20px;height:20px;overflow:hidden}.team-content{width:1005px}.team-title{gap:10px;margin-bottom:24px;display:grid}.team-title h1{letter-spacing:-.48px;margin:0;font-size:24px;font-weight:700}.team-title p{color:var(--color-muted-blue);margin:0;font-size:14px;font-weight:500}.team-placeholder-card{border:.6px solid var(--color-border-strong);background:#fff;border-radius:16px;gap:10px;padding:24px;display:grid}.team-placeholder-card h2{margin:0;font-size:16px}.team-placeholder-card p{max-width:460px;color:var(--color-muted-blue);margin:0;font-size:14px;line-height:22px}.transactions-page{min-height:1195px;padding-bottom:80px}.transactions-content{flex-direction:column;gap:20px;max-width:1005px;display:flex}.transactions-heading h1{color:#1b1c1d;letter-spacing:-.48px;margin:0 0 10px;font-size:24px;font-weight:700}.transactions-heading p{color:#7f8ca5;margin:0;font-size:14px;font-weight:500}.transactions-summary-card,.transactions-table-card{background:#fff;border:.6px solid #e4e4e4;border-radius:16px;overflow:hidden}.transactions-summary-card>header,.transactions-table-card__header{background:#f4f6fb;justify-content:space-between;align-items:center;gap:20px;min-height:58px;display:flex}.transactions-summary-card>header{padding:15px}.transactions-summary-card h2,.transactions-table-card__header h2{color:#1b1c1d;letter-spacing:-.32px;margin:0;font-size:16px;font-weight:600}.transactions-summary-tabs{background:#fff;border:.6px solid #e4e4e4;border-radius:8px;display:inline-flex;overflow:hidden}.transactions-summary-tabs button{color:#7f8ca5;border:0;min-width:42px;padding:8px 10px;font-size:12px;font-weight:500}.transactions-summary-tabs button.is-active{color:#fff;background:#1463ff;border-radius:8px}.transactions-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.transactions-summary-grid article{border-top:.6px solid #e4e4e4;border-left:.6px solid #e4e4e4;flex-direction:column;justify-content:center;gap:14px;min-height:132px;padding:20px;display:flex}.transactions-summary-grid article:first-child{border-left:0}.transactions-summary-grid article>span{color:#7f8ca5;font-size:14px;font-weight:500}.transactions-summary-grid strong{color:#1b1c1d;letter-spacing:-.4px;font-size:20px;font-weight:600}.transactions-summary-grid p{color:#7f8ca5;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:500;display:flex}.transactions-trend{border-radius:999px;align-items:center;gap:2px;padding:3px 6px;display:inline-flex}.transactions-trend--up{color:#12ae5a;background:#12ae5a1a}.transactions-trend--down{color:#ff3a3a;background:#ff3a3a1a}.transactions-table-card__header{padding:12px 15px}.transactions-table-actions{align-items:center;gap:20px;display:flex}.transactions-table-search,.transactions-table-filter{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.transactions-table-search{color:#7f8ca5;border-radius:100px;width:244px;padding:7px 10px}.transactions-table-search input{color:#1b1c1d;width:100%;font:inherit;background:0 0;border:0;outline:0}.transactions-table-search input::placeholder{color:#7f8ca5}.transactions-table-filter{border-radius:8px;justify-content:center;padding:6px 10px}.transactions-filter-wrap{display:inline-flex;position:relative}.transactions-filter,.transactions-account-menu,.transactions-currency-menu{z-index:45;background:#fff;border:.6px solid #e4e4e4;border-radius:8px;flex-direction:column;gap:5px;padding:5px;display:flex;box-shadow:0 0 5px #0000001a}.transactions-filter{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.transactions-filter--status,.transactions-filter--amount{width:132px}.transactions-filter--date{width:135px}.transactions-account-menu,.transactions-currency-menu{position:fixed}.transactions-account-menu{color:#1b1c1d;width:195px;padding:14px;font-size:13px;top:74px;left:15px}.transactions-account-menu span{color:#7f8ca5;font-size:12px}.transactions-currency-menu{width:160px;top:66px;right:136px}.transactions-filter__item{color:#7f8ca5;text-align:center;border:0;border-radius:6px;width:100%;padding:5px;font-size:12px;font-weight:500}.transactions-filter__item--active{color:#1b1c1d;background:#1463ff1a}.transactions-table{border-top:.6px solid #e4e4e4}.transactions-table__row{color:#1b1c1d;text-align:left;background:#fff;border:0;border-bottom:.6px solid #e4e4e4;grid-template-columns:106px 104px 1.25fr 82px 80px 104px 70px 26px;align-items:center;gap:25px;width:100%;min-height:67px;padding:0 14px;font-size:12px;font-weight:500;display:grid}.transactions-table__row--head{color:#7f8ca5;cursor:default;background:#f9f9f9;min-height:55px}.transactions-table__row:not(.transactions-table__row--head):hover{background:#fbfcff}.transactions-transaction-id,.transactions-customer-id{flex-direction:column;gap:5px;display:flex}.transactions-transaction-id strong,.transactions-customer-id strong,.transactions-table__row>strong{letter-spacing:-.24px;font-weight:600}.transactions-customer-id strong{color:#1463ff;text-underline-offset:2px;text-decoration:underline}.transactions-transaction-id small,.transactions-customer-id small{color:#7f8ca5;font-size:12px}.transactions-row-arrow{color:#7f8ca5;background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.transactions-table-footer{color:#1b1c1d;justify-content:space-between;align-items:center;min-height:55px;padding:0 19px;font-size:12px;font-weight:500;display:flex}.transactions-table-footer b{background:#fff;border:.6px solid #e4e4e4;border-radius:4px;justify-content:center;min-width:24px;margin:0 4px;padding:2px 4px;font-weight:500;display:inline-flex}.transactions-status{border:.6px solid #0000;border-radius:38px;justify-content:center;align-items:center;width:fit-content;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex}.transactions-status--pending{color:#ffa944;background:#ffa9441a;border-color:#ffa9441a}.transactions-status--completed{color:#12ae5a;background:#0ec6631a;border-color:#0ec6631a}.transactions-status--failed{color:#ff3a3a;background:#ff3a3a1a;border-color:#ff3a3a1a}.transactions-status--refunded{color:#1b1c1d;background:#f9f9f9;border-color:#e4e4e4}.transactions-page-footer{z-index:10;color:#7f8ca5;background:#fff;border-top:.6px solid #e4e4e4;justify-content:space-between;align-items:center;height:45px;padding:0 25px;font-size:12px;font-weight:500;display:flex;position:fixed;bottom:0;left:225px;right:0}.transactions-page-footer span:last-child{gap:22px;display:inline-flex}.transactions-sheet-backdrop{z-index:80;background:#0000008c;justify-content:flex-end;display:flex;position:fixed;inset:0}.transactions-details-sheet{color:#1b1c1d;background:#fbfbfb;flex-direction:column;width:500px;height:100%;display:flex}.transactions-details-sheet__header{background:#fff;border-bottom:.6px solid #e4e4e4;padding:20px}.transactions-details-sheet__header>div{justify-content:space-between;align-items:center;display:flex}.transactions-details-sheet__header h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:500}.transactions-close-button{background:#fff;border:.6px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.transactions-detail-summary{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:12px;display:flex}.transactions-detail-summary div{flex-direction:column;gap:5px;display:flex}.transactions-detail-summary strong{letter-spacing:-.32px;font-size:16px;font-weight:700}.transactions-detail-summary span{color:#7f8ca5;font-size:12px;font-weight:500}.transactions-details-sheet__body{flex:1;padding:20px 20px 28px;overflow-y:auto}.transactions-detail-section{margin-top:26px}.transactions-detail-section:first-child{margin-top:0}.transactions-detail-section h3{color:#7f8ca5;letter-spacing:.48px;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:500}.transactions-detail-section h3 span{color:#ff3a3a;text-transform:none}.transactions-timeline{flex-direction:column;gap:25px;margin:0;padding:0;list-style:none;display:flex}.transactions-timeline__item{gap:16px;display:flex;position:relative}.transactions-timeline__item:not(:last-child):before{content:"";border-left:1px dashed #e4e4e4;width:1px;position:absolute;top:13px;bottom:-28px;left:6px}.transactions-timeline__item>span{background:#fff;border:.6px solid #e4e4e4;border-radius:50%;flex:none;width:12px;height:12px;margin-top:3px}.transactions-timeline__item--success>span{background:#12ae5a;border-color:#12ae5a}.transactions-timeline__item--warning>span{background:#ffa944;border-color:#ffa944}.transactions-timeline__item--danger>span{background:#ff3a3a;border-color:#ff3a3a}.transactions-timeline strong{color:#1b1c1d;font-size:14px;font-weight:500}.transactions-timeline small{color:#7f8ca5;margin-top:5px;font-size:12px;font-weight:500;display:block}.transactions-timeline__item--muted strong{color:#7f8ca5}.transactions-detail-list{background:#f9f9f9;border:.6px solid #e4e4e4;border-radius:12px;margin:0;padding:15px}.transactions-detail-list>div{border-bottom:.6px solid #e4e4e4;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.transactions-detail-list>div:first-child{padding-top:0}.transactions-detail-list>div:last-child{border-bottom:0;padding-bottom:0}.transactions-detail-list dt{color:#7f8ca5;font-size:12px;font-weight:500}.transactions-detail-list dd{color:#1b1c1d;text-align:right;margin:0;font-size:12px;font-weight:500}.transactions-webhook-log{color:#fff;background:#1b1c1d;border:.6px solid #e4e4e4;border-radius:12px;flex-direction:column;gap:15px;padding:15px;font-size:12px;font-weight:500;display:flex}.transactions-webhook-log p{margin:0}.transactions-details-sheet footer{background:#fff;border-top:.6px solid #e4e4e4;justify-content:flex-end;gap:15px;padding:20px;display:flex}.transactions-detail-action{color:#1b1c1d;background:#fff;border:.6px solid #e4e4e4;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 15px;font-size:14px;font-weight:500;display:inline-flex}.transactions-detail-action--danger{color:#ff3a3a}.transactions-flag{background:#fff;border:1px solid #fff;border-radius:50%;flex:none;width:20px;height:20px;display:inline-flex;overflow:hidden}.transactions-flag span{background:#34c759;flex:1}.transactions-flag span:nth-child(2){background:#fff}.wallets-page{min-height:1485px;padding-top:112px}.wallets-content{flex-direction:column;gap:20px;width:1005px;display:flex}.wallets-heading{justify-content:space-between;align-items:center;display:flex}.wallets-heading h1{letter-spacing:-.48px;margin:0 0 10px;font-size:24px;font-weight:700}.wallets-heading p{color:var(--color-muted-blue);margin:0;font-size:14px;font-weight:500}.wallets-heading__actions,.wallets-heading__actions button,.wallets-hero__actions,.wallets-hero__actions button,.wallets-card__header h2,.wallets-card__header>div,.wallets-card__header button{align-items:center;display:flex}.wallets-heading__actions{gap:15px}.wallets-heading__actions button,.wallets-card__header button{border:.6px solid var(--color-border-strong);background:var(--color-surface);gap:10px;font-size:12px;font-weight:500}.wallets-heading__actions button{border-radius:10px;height:36px;padding:10px;font-size:12px}.wallets-hero{border:.6px solid var(--color-border-strong);color:#fff;background:#3284d6;border-radius:16px;justify-content:space-between;align-items:center;min-height:178px;padding:25px;display:flex;position:relative;overflow:hidden}.wallets-hero__background{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.wallets-hero__summary{grid-template-columns:max-content max-content;align-items:center;gap:18px 14px;display:grid;position:relative}.wallets-hero__label{align-items:center;gap:5px;font-size:16px;font-weight:600;display:flex}.wallets-hero__label span{color:#fff;background:#ffffff29;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.wallets-hero__currency{border:.6px solid var(--color-border-strong);color:var(--color-text);background:var(--color-surface);border-radius:100px;align-items:center;gap:5px;padding:4px;font-size:12px;font-weight:600;display:inline-flex}.wallets-hero__summary strong{letter-spacing:-.64px;grid-column:1/-1;font-size:32px;font-weight:700}.wallets-hero__flags{object-fit:contain;grid-column:1/-1;width:229px;height:40px}.wallets-hero__actions{gap:20px;position:relative}.wallets-hero__actions button{color:#fff;background:var(--color-primary);border-radius:100px;justify-content:center;gap:5px;height:38px;padding:10px 15px;font-size:14px;font-weight:500}.wallets-hero__actions .wallets-hero__action--convert{color:var(--color-text);background:#f6dd4c}.wallets-hero__actions .wallets-hero__action--light{color:var(--color-text);background:#fff}.wallets-layout{grid-template-columns:656px 329px;gap:20px;display:grid}.wallets-aside{flex-direction:column;gap:20px;display:flex}.wallets-card{border:.6px solid var(--color-border-strong);background:var(--color-surface);border-radius:16px;overflow:visible;box-shadow:0 2px 5px #0000000d}.wallets-card__header{border-bottom:.6px solid var(--color-border-strong);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:15px;display:flex}.wallets-card__header h2{letter-spacing:-.32px;gap:10px;margin:0;font-size:16px;font-weight:600}.wallets-card__header>div{gap:10px}.wallets-card__header button{white-space:nowrap;border-radius:8px;justify-content:center;min-height:28px;padding:6px 10px}.wallets-filter-buttons{gap:10px}.wallets-filter-buttons button{gap:10px;height:28px}.wallets-table__head,.wallets-table__row{grid-template-columns:161px 166px 155px 120px 24px;align-items:center;display:grid}.wallets-table__head{border-bottom:.6px solid var(--color-border-strong);min-height:55px;color:var(--color-muted-blue);padding:0 15px;font-size:12px;font-weight:500}.wallets-table__row{border-bottom:.6px solid var(--color-border);background:var(--color-surface);width:100%;min-height:67px;color:var(--color-text);text-align:left;padding:0 15px;font-size:12px;font-weight:500}.wallets-table__row:last-child{border-bottom:0}.wallets-table__row>span:first-child{gap:5px;display:grid}.wallets-table__row strong{font-size:12px;font-weight:600}.wallets-table__row small{color:var(--color-muted-blue);font-size:12px}.wallets-status{text-align:center;border-radius:100px;width:fit-content;min-width:80px;padding:3px 8px}.wallets-status--completed{color:#12ae5a;background:#12ae5a1a}.wallets-status--pending{color:#e3af22;background:#e3af221f}.wallets-status--failed{color:#ff3a3a;background:#ff3a3a1a}.wallets-balance-list{min-height:281px}.wallets-balance-list__body{gap:12px;padding:15px;display:grid}.wallets-balance-row{border:.6px solid var(--color-border);background:#fbfbfb;border-radius:12px;justify-content:space-between;align-items:center;min-height:57px;padding:12px;display:flex}.wallets-balance-row>span{align-items:center;gap:10px;display:flex}.wallets-balance-row>span>span{text-align:left;gap:2px;display:grid}.wallets-balance-row strong{font-size:14px;font-weight:700}.wallets-balance-row small{color:var(--color-muted-blue);font-size:10px;font-weight:500}.wallets-convert-card{cursor:pointer;min-height:347px;transition:border-color .18s,box-shadow .18s,transform .18s}.wallets-convert-card:hover,.wallets-convert-card:focus-visible{border-color:#1463ff47;box-shadow:0 16px 32px #1463ff1a}.wallets-convert-card:focus-visible{outline-offset:3px;outline:2px solid #1463ff57}.wallets-convert-card__body{gap:10px;padding:15px;display:grid;position:relative}.wallets-convert-input{border:.6px solid var(--color-border);background:var(--color-surface);border-radius:12px;justify-content:space-between;align-items:center;min-height:79px;padding:12px;display:flex;position:relative}.wallets-convert-input>span{gap:8px;display:grid}.wallets-convert-input>span:last-child{justify-items:end}.wallets-convert-input small{color:var(--color-muted-blue);font-size:12px;font-weight:600}.wallets-convert-input strong{letter-spacing:-.48px;font-size:24px;font-weight:700}.wallets-convert-input b{align-items:center;gap:8px;font-size:16px;display:inline-flex}.wallets-convert-currency-button{color:var(--color-text);border-radius:999px;align-items:center;gap:8px;font-size:16px;font-weight:700;display:inline-flex}.wallets-convert-currency-button:hover,.wallets-convert-currency-button:focus-visible{color:var(--color-primary)}.wallets-convert-currency-button:focus-visible{outline-offset:4px;outline:2px solid #1463ff4d}.wallets-convert-currency-menu{z-index:6;border:.6px solid var(--color-border-strong);background:#fff;border-radius:12px;gap:4px;width:190px;padding:8px;display:grid;position:absolute;top:58px;right:12px;box-shadow:0 12px 28px #15274d29}.wallets-convert-currency-menu button{text-align:left;border-radius:9px;align-items:center;gap:10px;padding:8px;display:flex}.wallets-convert-currency-menu button:hover,.wallets-convert-currency-menu .is-active{background:#1463ff1a}.wallets-convert-currency-menu span{gap:2px;display:grid}.wallets-convert-currency-menu strong{font-size:12px}.wallets-convert-currency-menu small{color:var(--color-muted-blue);font-size:10px;font-weight:500}.wallets-swap-button{z-index:1;background:#f6dd4c;border-radius:100px;justify-content:center;align-items:center;width:48px;height:38px;display:flex;position:absolute;top:80px;left:50%;transform:translate(-50%)}.wallets-swap-button--modal{width:54px;height:54px;top:192px}.wallets-modal>.wallets-convert-input{width:calc(100% - 40px);margin-left:20px;margin-right:20px}.wallets-modal>.wallets-rate-row{margin:14px 20px 0}.wallets-rate-row{justify-content:space-between;margin-top:4px;font-size:12px;font-weight:700;display:flex}.wallets-drag-button{--wallets-drag-handle-width:95px;--wallets-drag-progress:0;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;height:42px;color:var(--color-primary);background:#1463ff1f;border-radius:100px;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex;position:relative;overflow:hidden}.wallets-drag-button span{z-index:1;width:var(--wallets-drag-handle-width);color:#fff;height:100%;transform:translateX(var(--wallets-drag-x,0));background:linear-gradient(97deg,#1463ff 2.54%,#509df6 52.08%,#1463ff 98.85%);justify-content:center;align-items:center;transition:transform .16s,filter .18s;animation:1.8s ease-in-out infinite wallets-drag-handle-breathe;display:flex;position:absolute;top:0;left:0}.wallets-drag-button b{z-index:0;width:100%;padding-left:var(--wallets-drag-handle-width);font:inherit;justify-content:center;display:inline-flex;position:relative}.wallets-drag-button:active span{filter:brightness(1.04);transition-duration:0s;animation-play-state:paused}.wallets-drag-button:active{cursor:grabbing}.wallets-drag-button--wide{--wallets-drag-handle-width:123px;width:calc(100% - 40px);height:54px;margin:20px 20px 30px}@keyframes wallets-drag-handle-breathe{0%,to{filter:brightness();box-shadow:0 0 #1463ff00}50%{filter:brightness(1.08);box-shadow:0 0 18px #1463ff57}}@media (prefers-reduced-motion:reduce){.wallets-drag-button span{transition:none;animation:none}}.wallets-filter-menu{z-index:40;border:.6px solid var(--color-border-strong);background:var(--color-surface);border-radius:8px;flex-direction:column;gap:5px;min-width:108px;padding:5px;display:flex;position:absolute;box-shadow:0 0 5px #0000001a}.wallets-filter-menu button{color:var(--color-muted-blue);white-space:nowrap;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500}.wallets-filter-menu .is-active{color:var(--color-text);background:#1463ff1a}.wallets-filter--status{top:446px;left:558px}.wallets-filter--currency{top:446px;left:647px}.wallets-filter--type{top:446px;left:752px}.wallets-filter--date{top:446px;left:832px}.wallets-sheet{z-index:45;background:#fbfbfb;width:501px;position:fixed;top:0;bottom:0;right:0;box-shadow:-16px 0 40px #0f172a1a}.wallets-sheet header{border-bottom:.6px solid var(--color-border-strong);background:#fff;justify-content:space-between;align-items:center;height:76px;padding:20px;display:flex}.wallets-sheet h2,.wallets-modal h2{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:500}.wallets-sheet header button,.wallets-modal header button,.wallets-verification__close,.wallets-success-modal>button,.wallets-processing-toast button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:100px;justify-content:center;align-items:center;display:flex}.wallets-sheet header button{width:36px;height:36px}.wallets-sheet__description{margin:20px 20px 0;font-size:16px;font-weight:500}.wallets-balances-sheet__summary{justify-content:space-between;align-items:center;margin:20px 20px 0;display:flex}.wallets-balances-sheet__summary h3{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:500}.wallets-balances-sheet__summary button{color:var(--color-primary);letter-spacing:-.32px;align-items:center;gap:10px;font-size:16px;font-weight:500;display:inline-flex}.wallets-balances-sheet__list{gap:12px;margin:15px 20px 0;display:grid}.wallets-balance-row--sheet{background:#fff;min-height:58px}.wallets-balance-row--sheet .wallets-flag{width:30px;height:30px}.wallets-balance-row--sheet small{font-size:10px}.wallets-beneficiaries-sheet__summary{justify-content:space-between;align-items:center;margin:20px 20px 0;display:flex}.wallets-beneficiaries-sheet__summary h3{letter-spacing:-.32px;margin:0;font-size:16px;font-weight:500}.wallets-beneficiaries-sheet__summary button{color:var(--color-primary);letter-spacing:-.32px;align-items:center;gap:10px;font-size:16px;font-weight:500;display:inline-flex}.wallets-beneficiaries-sheet__list{gap:12px;margin:15px 20px 0;display:grid}.wallets-beneficiary-row{border:.6px solid var(--color-border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;min-height:58px;padding:12px;display:flex}.wallets-beneficiary-row>span{align-items:center;gap:10px;display:flex}.wallets-beneficiary-row .wallets-flag{width:30px;height:30px}.wallets-beneficiary-row>span>span{gap:2px;display:grid}.wallets-beneficiary-row strong{font-size:14px;font-weight:700}.wallets-beneficiary-row small{color:var(--color-muted-blue);align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.wallets-beneficiary-row small b{background:currentColor;border-radius:50%;width:5px;height:5px}.wallets-beneficiary-row>button{color:#ff3a3a;background:#ff3a3a1a;border:.6px solid #ff3a3a1a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.wallets-send-modal{background:#fff;border-radius:24px;flex-direction:column;width:570px;height:min(650px,100vh - 40px);min-height:0;display:flex;position:relative;overflow:hidden}.wallets-send-modal--tall{height:min(920px,100vh - 40px);min-height:0}.wallets-send-modal header{border-bottom:.6px solid #e6e6e6;flex:none;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex}.wallets-send-modal header h2{letter-spacing:.14px;margin:0;font-size:14px;font-weight:600}.wallets-send-modal header button{background:#f7f7f7;border-radius:100px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.wallets-send-body,.wallets-send-methods{flex:auto;gap:20px;padding:20px;display:grid;overflow-y:auto}.wallets-send-body>p,.wallets-send-methods>p{letter-spacing:-.14px;margin:0;font-size:14px;font-weight:500;line-height:22px}.wallets-send-row{justify-content:space-between;align-items:center;display:flex}.wallets-send-row p{margin:0;font-size:14px;font-weight:500}.wallets-send-new-recipient{color:var(--color-primary);letter-spacing:-.28px;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.wallets-send-new-recipient img,.wallets-send-search img,.wallets-send-warning img{width:18px;height:18px}.wallets-send-progress{grid-template-columns:1fr 1fr;gap:15px;display:grid}.wallets-send-progress span{background:#1463ff1a;border-radius:100px;height:8px}.wallets-send-progress .is-active{background:var(--color-primary)}.wallets-send-search{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:100px;align-items:center;gap:10px;height:38px;padding:10px;display:flex}.wallets-send-search input{min-width:0;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0;flex:auto}.wallets-send-search input::placeholder{color:var(--color-muted-blue)}.wallets-send-currency-tabs{gap:10px;padding-bottom:1px;display:flex;overflow-x:auto}.wallets-send-currency-tabs button{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:10px;flex:none;align-items:center;gap:10px;height:40px;padding:10px;font-size:14px;font-weight:600;display:flex}.wallets-send-currency-tabs button>img,.wallets-send-currency-tabs .wallets-flag{width:20px;height:20px}.wallets-send-currency-tabs .is-active{background:#1463ff1a;border-color:#1463ff33}.wallets-send-beneficiary-list{gap:12px;max-height:380px;display:grid;overflow-y:auto}.wallets-send-beneficiary-list button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;min-height:60px;padding:12px;display:flex}.wallets-send-beneficiary-list button>span{align-items:center;gap:10px;display:flex}.wallets-send-beneficiary-list .wallets-flag{width:30px;height:30px}.wallets-send-beneficiary-list button>span>span{text-align:left;gap:2px;display:grid}.wallets-send-beneficiary-list strong{font-size:14px;font-weight:700}.wallets-send-beneficiary-list small{color:var(--color-muted-blue);font-size:12px;font-weight:500}.wallets-send-select-wrap{position:relative}.wallets-send-select-row{letter-spacing:-.14px;background:#fff;border:.6px solid #eaeaea;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:60px;padding:15px;font-size:14px;font-weight:500;display:flex}.wallets-send-select-row:hover,.wallets-send-select-row:focus-visible{border-color:#1463ff47}.wallets-send-select-row:focus-visible{outline-offset:3px;outline:2px solid #1463ff4d}.wallets-send-select-row b,.wallets-send-amount-card b>span{align-items:center;gap:8px;font-size:16px;display:inline-flex}.wallets-send-select-row b>img,.wallets-send-select-row .wallets-flag,.wallets-send-amount-card .wallets-flag{width:30px;height:30px}.wallets-send-token-badge{color:#fff;background:linear-gradient(135deg,#1463ff,#509df6);border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-style:normal;font-weight:800;display:inline-flex}.wallets-send-select-row b>img:last-child,.wallets-send-amount-card b>span>img{width:18px;height:18px}.wallets-send-select-menu{z-index:7;border:.6px solid var(--color-border-strong);background:#fff;border-radius:12px;gap:4px;width:210px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 12px 28px #15274d29}.wallets-send-select-menu button{text-align:left;border-radius:9px;align-items:center;gap:10px;padding:8px;display:flex}.wallets-send-select-menu img,.wallets-send-select-menu .wallets-flag,.wallets-send-select-menu .wallets-send-token-badge{flex:none;width:30px;height:30px}.wallets-send-select-menu button:hover,.wallets-send-select-menu .is-active{background:#1463ff1a}.wallets-send-select-menu span{gap:2px;display:grid}.wallets-send-select-menu strong{font-size:12px}.wallets-send-select-menu small{color:var(--color-muted-blue);font-size:10px;font-weight:500}.wallets-send-body hr{border:0;border-top:.6px solid var(--color-border-strong);width:100%;margin:0}.wallets-send-text-field{background:#fff;border:.6px solid #eaeaea;border-radius:12px;align-content:center;gap:8px;min-height:74px;padding:15px;display:grid}.wallets-send-text-field--disabled{background:#f9f9f9}.wallets-send-text-field span{letter-spacing:-.14px;font-size:14px;font-weight:500}.wallets-send-text-field input{color:var(--color-text);font:inherit;background:0 0;border:0;outline:0}.wallets-send-text-field input::placeholder{color:var(--color-muted-blue)}.wallets-send-warning{color:#ff3a3a;align-items:center;gap:10px;display:flex}.wallets-send-primary{color:#fff;background:var(--color-primary);border-radius:100px;height:48px;font-size:14px;font-weight:500}.wallets-send-primary--bottom{margin-top:48px}.wallets-send-secondary{border:.6px solid var(--color-border-strong);background:#fff;border-radius:100px;height:42px;font-size:14px;font-weight:500}.wallets-send-secondary--bottom{margin-top:auto}.wallets-add-money-section-label{letter-spacing:-.14px;margin-bottom:-8px;font-size:14px;font-weight:500}.wallets-add-money-detail-field{background:#fff;border:.6px solid #eaeaea;border-radius:12px;align-content:center;gap:8px;min-height:70px;padding:15px;display:grid}.wallets-add-money-detail-field span{letter-spacing:-.12px;font-size:12px;font-weight:500}.wallets-add-money-detail-field b{color:var(--color-muted-blue);justify-content:space-between;align-items:center;font-size:12px;font-weight:500;display:flex}.wallets-add-money-address-layout{grid-template-columns:179px 1fr;align-items:center;gap:16px;display:grid}.wallets-add-money-qr{width:179px;height:179px;box-shadow:inset 0 0 0 1px var(--color-border-strong), 0 0 0 1px var(--color-border-strong);background:linear-gradient(90deg,#111 10px,#0000 10px) 0 0/24px 24px,linear-gradient(#111 10px,#0000 10px) 0 0/24px 24px,#fff;border:12px solid #fff;border-radius:16px}.wallets-add-money-address-card{background:#fff;border:.6px solid #eaeaea;border-radius:12px;gap:8px;padding:15px;display:grid}.wallets-add-money-address-card span{justify-content:space-between;align-items:center;font-size:14px;font-weight:500;display:flex}.wallets-add-money-address-card strong{color:var(--color-muted-blue);overflow-wrap:anywhere;font-size:14px;font-weight:500;line-height:18px}.wallets-add-money-info-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.wallets-add-money-info-row{background:#fff;border:.6px solid #eaeaea;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:12px;font-size:14px;font-weight:500;display:flex}.wallets-add-money-info-row--wide{grid-column:1/-1}.wallets-add-money-info-row b{max-width:390px;color:var(--color-muted-blue);text-align:right;font-weight:500}.wallets-send-toggle-row{justify-content:space-between;align-items:center;display:flex}.wallets-send-toggle-row>span{font-size:14px;font-weight:500}.wallets-send-toggle-row div{gap:15px;display:flex}.wallets-send-toggle-row button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:100px;height:32px;padding:7px 12px;font-size:14px;font-weight:500}.wallets-send-toggle-row .is-active{color:var(--color-primary);background:#1463ff1a;border-color:#0000}.wallets-send-recipient-summary{grid-template-columns:max-content max-content;gap:10px;width:fit-content;display:grid}.wallets-send-recipient-summary strong{font-size:16px;font-weight:700}.wallets-send-recipient-summary em{color:var(--color-primary);background:#1463ff1a;border-radius:100px;align-self:center;padding:2px 8px;font-size:12px;font-style:normal;font-weight:500}.wallets-send-recipient-summary small{color:var(--color-muted-blue);grid-column:1/-1;font-size:14px;font-weight:500}.wallets-send-amount-card{background:#fff;border:.6px solid #eaeaea;border-radius:12px;justify-content:space-between;align-items:center;min-height:89px;padding:15px;display:flex}.wallets-send-amount-card>span,.wallets-send-amount-card>b{gap:10px;display:grid}.wallets-send-amount-card>b{justify-items:end}.wallets-send-amount-card small{color:var(--color-muted-blue);font-size:12px;font-weight:600}.wallets-send-amount-card strong{letter-spacing:-.48px;font-size:24px;font-weight:700}.wallets-send-rate-card{background:#fff;border:.6px solid #eaeaea;border-radius:12px;grid-template-columns:1fr max-content;row-gap:18px;padding:10px;font-size:14px;font-weight:500;display:grid}.wallets-send-rate-card span:nth-child(3),.wallets-send-rate-card b:nth-child(4){border-top:.6px solid var(--color-border-strong);padding-top:10px}.wallets-send-rate-card b{font-weight:500}.wallets-send-actions{grid-template-columns:1fr 1fr;gap:20px;display:grid}.wallets-send-actions--fixed{margin-top:21px}.wallets-send-actions button{border-radius:100px;height:48px;font-size:14px;font-weight:500}.wallets-send-actions button:first-child{border:.6px solid var(--color-border-strong);background:#fff}.wallets-send-actions button:last-child{color:#fff;background:var(--color-primary)}.wallets-send-methods button{border:.6px solid var(--color-border);background:var(--color-surface);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;min-height:74px;padding:15px;display:flex}.wallets-send-methods span{gap:10px;display:grid}.wallets-send-methods strong{letter-spacing:-.14px;font-size:14px;font-weight:500}.wallets-send-methods small{color:var(--color-muted);font-size:12px}.wallets-remove-beneficiary-modal{background:#fff;border-radius:24px;width:464px;min-height:283px;position:relative;overflow:hidden}.wallets-remove-beneficiary-modal>button{background:#f7f7f7;border-radius:100px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:18px;right:20px}.wallets-remove-beneficiary-modal>span{color:#ff3a3a;background:#ff3a3a1a;border:.6px solid #ff3a3a1a;border-radius:100px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;top:67px;left:200px}.wallets-remove-beneficiary-modal h2{letter-spacing:-.36px;text-align:center;margin:140px 0 0;font-size:18px;font-weight:700}.wallets-remove-beneficiary-modal div{grid-template-columns:1fr 1fr;gap:20px;margin:45px 20px 0;display:grid}.wallets-remove-beneficiary-modal div button{border-radius:100px;height:42px;font-size:14px;font-weight:500}.wallets-remove-beneficiary-modal div button:first-child{border:.6px solid var(--color-border-strong);background:#fff}.wallets-remove-beneficiary-modal div button:last-child{color:#fff;background:#ff3a3a}.wallets-add-beneficiary-modal{background:#fff;border-radius:24px;flex-direction:column;width:570px;height:min(920px,100vh - 40px);min-height:0;display:flex;position:relative;overflow:hidden}.wallets-add-beneficiary-modal header{border-bottom:.6px solid #e6e6e6;flex:none;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex}.wallets-add-beneficiary-modal h2{letter-spacing:.14px;margin:0;font-size:14px;font-weight:600}.wallets-add-beneficiary-modal header button{background:#f7f7f7;border-radius:100px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.wallets-add-beneficiary-modal>p{letter-spacing:-.14px;margin:15px 20px 18px;font-size:14px;font-weight:500;line-height:22px}.wallets-add-beneficiary-modal form{flex:auto;gap:15px;padding:0 20px 30px;display:grid;position:relative;overflow-y:auto}.wallets-beneficiary-field{text-align:left;background:#fff;border:.6px solid #eaeaea;border-radius:12px;align-content:center;gap:8px;min-height:64px;padding:12px;display:grid;position:relative}.wallets-beneficiary-field--disabled{background:#f9f9f9}.wallets-beneficiary-field span{color:var(--color-text);letter-spacing:-.12px;font-size:12px;font-weight:500}.wallets-beneficiary-field b{color:#878787;font-size:12px;font-weight:500}.wallets-beneficiary-field svg{color:var(--color-muted-blue);position:absolute;bottom:15px;right:12px}.wallets-beneficiary-field input{opacity:0;pointer-events:none;position:absolute;inset:0}.wallets-beneficiary-country-menu{z-index:2;background:#fff;border:.6px solid #eaeaea;border-radius:10px;gap:10px;padding:10px;display:grid;position:absolute;top:143px;left:20px;right:20px;box-shadow:0 0 5px #00000026}.wallets-beneficiary-country-menu button{border-bottom:.6px solid var(--color-border-strong);letter-spacing:-.24px;align-items:center;gap:10px;padding-bottom:10px;font-size:12px;font-weight:500;display:flex}.wallets-beneficiary-country-menu button:last-child{border-bottom:0;padding-bottom:0}.wallets-beneficiary-country-menu .wallets-flag{width:16px;height:16px}.wallets-add-beneficiary-modal__actions{grid-template-columns:1fr 1fr;gap:20px;margin-top:15px;display:grid}.wallets-add-beneficiary-modal__actions button{border-radius:100px;height:48px;font-size:14px;font-weight:500}.wallets-add-beneficiary-modal__actions button:first-child{border:.6px solid var(--color-border-strong);background:#fff}.wallets-add-beneficiary-modal__actions button:last-child{color:#fff;background:var(--color-primary)}.wallets-method-list{gap:15px;margin:25px 20px;display:grid}.wallets-method-list button{border:.6px solid var(--color-border);background:var(--color-surface);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;min-height:74px;padding:15px;display:flex}.wallets-method-list span{gap:10px;display:grid}.wallets-method-list strong{letter-spacing:-.14px;font-size:14px;font-weight:500}.wallets-method-list small{color:var(--color-muted);font-size:12px}.wallets-modal-backdrop{z-index:50;background:#00000040;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wallets-modal{background:var(--color-surface);border-radius:24px;width:464px;min-height:293px;position:relative;overflow:visible}.wallets-modal header{border-bottom:.6px solid #e6e6e6;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex}.wallets-modal header button{background:#f7f7f7;border:0;width:30px;height:30px}.wallets-modal__intro{letter-spacing:-.14px;margin:15px 20px 20px;font-size:14px;font-weight:500;line-height:22px}.wallets-modal__intro--bold{font-weight:700}.wallets-currency-title{align-items:center;gap:10px;margin:0 20px 15px;display:flex}.wallets-currency-title span{gap:2px;display:grid}.wallets-currency-title strong{font-size:14px}.wallets-currency-title small{color:var(--color-muted-blue);font-size:10px;font-weight:500}.wallets-detail-field{border:.6px solid var(--color-border);background:#f9f9f9;border-radius:12px;gap:8px;margin:0 20px 15px;padding:12px;display:grid}.wallets-detail-field span,.wallets-detail-field b{font-size:12px;font-weight:500}.wallets-detail-field b{justify-content:space-between;align-items:center;display:flex}.wallets-secondary-button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:100px;width:calc(100% - 40px);height:42px;margin:22px 20px 30px;font-size:14px}.wallets-select-field{border:.6px solid var(--color-border);text-align:left;background:#fff;border-radius:12px;gap:8px;width:calc(100% - 40px);margin:0 20px 34px;padding:12px;display:grid;position:relative}.wallets-select-field span{font-size:12px;font-weight:500}.wallets-select-field b{color:var(--color-muted-blue);font-size:12px;font-weight:500}.wallets-select-field svg{color:var(--color-muted-blue);position:absolute;bottom:14px;right:12px}.wallets-add-currency-menu{z-index:2;border:.6px solid var(--color-border);background:#fff;border-radius:10px;padding:10px;display:grid;position:absolute;top:176px;left:20px;right:20px;box-shadow:0 0 5px #00000026}.wallets-add-currency-menu button{border-bottom:.6px solid var(--color-border);align-items:center;gap:10px;padding:8px 0;font-size:12px;font-weight:500;display:flex}.wallets-add-currency-menu button:last-child{border-bottom:0}.wallets-modal__actions{grid-template-columns:1fr 1fr;gap:20px;margin:0 20px 40px;display:grid}.wallets-modal__actions button{border-radius:100px;height:42px;font-size:14px;font-weight:500}.wallets-modal__actions button:first-child{border:.6px solid var(--color-border-strong);background:#fff}.wallets-modal__actions button:last-child{color:#fff;background:var(--color-primary)}.wallets-verification{background:#fff;border-radius:24px;grid-template-columns:392px 1fr;width:887px;height:565px;display:grid;position:relative;overflow:hidden}.wallets-verification aside{text-align:center;background:#eff4ff;flex-direction:column;align-items:center;padding-top:86px;display:flex;position:relative}.wallets-lock{object-fit:contain;width:130px;height:130px}.wallets-verification aside h2,.wallets-verification__main h2{letter-spacing:-.36px;margin:29px 0 0;font-size:18px;font-weight:700}.wallets-verification aside p,.wallets-verification__main p{color:var(--color-muted-blue);font-size:14px;font-weight:500;line-height:24px}.wallets-verification aside p{width:343px}.wallets-verification aside>span{color:#1463ff14;font-size:180px;position:absolute;bottom:-34px;left:112px;transform:rotate(12deg)}.wallets-verification__close{z-index:1;width:38px;height:38px;position:absolute;top:30px;right:30px}.wallets-verification__main{flex-direction:column;align-items:center;padding-top:169px;display:flex}.wallets-otp-preview{gap:15px;margin:15px 0 50px;display:flex}.wallets-otp-preview span{border:.6px solid var(--color-border-strong);width:50px;height:50px;color:var(--color-muted-blue);background:#fff;border-radius:8px;justify-content:center;align-items:center;display:flex}.wallets-otp-preview .is-active{border-color:var(--color-primary);color:var(--color-text)}.wallets-verification__main button{color:#fff;background:var(--color-primary);border-radius:100px;width:438px;height:42px;font-size:14px;font-weight:500}.wallets-success-modal{background:#fff;border-radius:32px;flex-direction:column;align-items:center;width:628px;min-height:522px;padding:88px 30px 42px;display:flex;position:relative}.wallets-success-modal>button{width:38px;height:38px;position:absolute;top:30px;right:30px}.wallets-lightning{color:#1463ff1a;font-size:38px;font-weight:700;position:absolute;top:24px;left:59px}.wallets-success-mark{justify-content:center;align-items:center;width:56px;height:56px;display:flex}.wallets-success-mark img{width:100%;height:100%}.wallets-success-modal h2{margin:22px 0 18px;font-size:16px;font-weight:700}.wallets-success-modal>strong{letter-spacing:-.64px;font-size:32px;font-weight:700}.wallets-success-chip{color:var(--color-primary);background:#1463ff1a;border-radius:12px;align-items:center;gap:10px;margin-top:18px;padding:10px;font-size:14px;font-weight:500;display:inline-flex}.wallets-success-details{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:18px;width:560px;margin-top:35px;padding:20px;display:grid}.wallets-success-row{border-bottom:.6px solid var(--color-border-strong);justify-content:space-between;align-items:center;min-height:58px;font-size:14px;display:flex}.wallets-success-row:last-child{border-bottom:0}.wallets-success-row b{overflow-wrap:anywhere;text-align:right;justify-content:flex-end;align-items:center;gap:10px;max-width:280px;display:inline-flex}.wallets-processing-toast{z-index:60;background:#fff;border-radius:10px;align-items:center;gap:10px;min-width:431px;padding:12px;font-size:14px;font-weight:500;display:flex;position:fixed;top:30px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #00000026}.wallets-processing-toast>span{color:#fff;background:#12ae5a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex}.wallets-processing-toast button{width:22px;height:22px;margin-left:auto}.wallets-transaction-sheet{z-index:45;background:#fbfbfb;flex-direction:column;width:501px;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-16px 0 40px #0f172a1a}.wallets-transaction-sheet__header{border-bottom:.6px solid var(--color-border-strong);background:#fff;gap:15px;padding:20px;display:grid}.wallets-transaction-sheet__header h2{letter-spacing:-.32px;margin:7px 0;font-size:16px;font-weight:500}.wallets-transaction-sheet__header>button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:100px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:20px;right:20px}.wallets-transaction-summary{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:12px;justify-content:space-between;align-items:center;min-height:66px;padding:12px;display:flex}.wallets-transaction-summary>span:first-child{gap:5px;display:grid}.wallets-transaction-summary strong{letter-spacing:-.32px;font-size:16px;font-weight:700}.wallets-transaction-summary small{color:var(--color-muted-blue);font-size:12px;font-weight:500}.wallets-transaction-sheet__body{flex:auto;padding:20px 20px 96px;overflow-y:auto}.wallets-transaction-section{margin-bottom:25px}.wallets-transaction-section h3{color:var(--color-muted-blue);letter-spacing:.48px;margin:0 0 15px;font-size:12px;font-weight:500}.wallets-transaction-card{border:.6px solid var(--color-border-strong);background:#f9f9f9;border-radius:12px;padding:0 15px;display:grid}.wallets-transaction-row{border-bottom:.6px solid var(--color-border-strong);justify-content:space-between;align-items:center;gap:24px;min-height:46px;font-size:12px;font-weight:500;display:flex}.wallets-transaction-row:last-child{border-bottom:0}.wallets-transaction-row>span{color:var(--color-muted-blue)}.wallets-transaction-row b{max-width:260px;color:var(--color-text);overflow-wrap:anywhere;text-align:right;justify-content:flex-end;align-items:center;gap:10px;font-weight:500;display:inline-flex}.wallets-timeline{gap:25px;margin:0;padding:0 0 0 28px;list-style:none;display:grid}.wallets-timeline li{gap:15px;min-height:39px;display:flex;position:relative}.wallets-timeline li:before{border-left:1px dashed var(--color-border-strong);content:"";position:absolute;top:15px;bottom:-40px;left:-23px}.wallets-timeline li:last-child:before{display:none}.wallets-timeline li>span{border:.6px solid var(--color-border-strong);background:#fff;border-radius:50%;width:13px;height:13px;position:absolute;top:2px;left:-28px}.wallets-timeline li.is-active>span{background:currentColor;border-color:currentColor}.wallets-timeline--completed li.is-active{color:#12ae5a}.wallets-timeline--pending li.is-active{color:#ffa944}.wallets-timeline--failed li.is-active{color:#ff3a3a}.wallets-timeline div{color:var(--color-text);gap:5px;display:grid}.wallets-timeline strong{font-size:14px;font-weight:500}.wallets-timeline small{color:var(--color-muted-blue);font-size:12px;font-weight:500}.wallets-timeline .is-muted div,.wallets-timeline .is-muted small{color:var(--color-muted-blue)}.wallets-transaction-sheet__footer{border-top:.6px solid var(--color-border-strong);background:#fff;justify-content:flex-end;align-items:center;height:72px;padding:15px;display:flex;position:absolute;bottom:0;left:0;right:0}.wallets-transaction-sheet__footer button{border:.6px solid var(--color-border-strong);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;height:42px;padding:12px 15px;font-size:14px;font-weight:500;display:flex}.wallets-flag{background:#dfe6f7;border-radius:50%;flex:none;width:20px;height:20px;display:inline-block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000a}.wallets-flag--image{object-fit:cover;box-shadow:none}.wallets-flag--ng{background:linear-gradient(90deg,#34c759 0 33%,#fff 33% 66%,#34c759 66%)}.wallets-flag--us{background:linear-gradient(#b22234 0 8%,#fff 8% 16%,#b22234 16% 24%,#fff 24% 32%,#b22234 32% 40%,#fff 40% 48%,#b22234 48% 56%,#fff 56% 64%,#b22234 64% 72%,#fff 72% 80%,#b22234 80% 88%,#fff 88% 100%)}.wallets-flag--us:before{content:"";background:#3c3b6e;width:11px;height:10px;position:absolute;top:0;left:0}.wallets-flag--gb{background:linear-gradient(45deg,#0000 42%,#fff 42% 48%,#c8102e 48% 54%,#fff 54% 60%,#0000 60%),linear-gradient(-45deg,#0000 42%,#fff 42% 48%,#c8102e 48% 54%,#fff 54% 60%,#0000 60%),linear-gradient(90deg,#0000 42%,#fff 42% 58%,#0000 58%),linear-gradient(#0000 42%,#fff 42% 58%,#0000 58%),#012169}.wallets-flag--gh{background:linear-gradient(#ef3340 0 33%,#ffd100 33% 66%,#009739 66%)}.wallets-flag--cn{background:#de2910}.wallets-flag--cn:before,.wallets-flag--gh:before{color:#ffde00;content:"★";font-size:8px;line-height:1;position:absolute;top:4px;left:5px}.wallets-flag--ke{background:linear-gradient(#000 0 25%,#fff 25% 30%,#b00 30% 70%,#fff 70% 75%,#060 75%)}.wallets-flag--ke:before{content:"";background:#fff;border-radius:50%;width:7px;height:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 2px #b00}.wallets-flag--eu{background:#039}.wallets-flag--eu:before{color:#fc0;content:"✦";font-size:9px;line-height:1;position:absolute;top:4px;left:5px}.wallets-flag--usdt{background:#50af95}.wallets-flag--usdt:before{color:#fff;content:"T";font-size:10px;font-weight:700;position:absolute;top:5px;left:4px}.wallets-flag--usdc{background:#fff;border:2px solid #2775ca}.wallets-flag--usdc:before{color:#2775ca;content:"$";font-size:10px;font-weight:700;position:absolute;top:2px;left:4px}.wallets-flag--sol{background:linear-gradient(135deg,#14f195 12%,#0000 12% 35%,#9945ff 35% 58%,#0000 58% 76%,#00d4ff 76%),#050505}.wallets-flag--mtn{background:#fc0}.wallets-flag--mtn:before{color:#111;content:"mtn";text-transform:uppercase;font-size:5px;font-weight:700;position:absolute;top:6px;left:2px}
