:root{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:#30251d;background:#f7f2ea;font-synthesis:none;--ink: #30251d;--muted: #75675b;--subtle: #887b70;--line: #e8dfd4;--line-soft: #f1eae2;--surface-soft: #fbf7f1;--blue: #c5653a;--blue-dark: #a94e2b;--blue-soft: #fff0e7;--green: #64836d;--green-soft: #eef5ee;--amber: #9a642c;--amber-soft: #fff6e7;--sidebar-width: 244px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#f7f2ea}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(197,101,58,.2);outline-offset:2px}.app-shell{min-height:100vh;background:#f7f2ea}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-width);padding:24px 16px;background:#fffdf9;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;z-index:30}.sidebar-mobile-row{display:flex;align-items:center;justify-content:space-between}.sidebar-mobile-row>.icon-button{display:none}.brand{min-height:42px;padding:0 10px;display:inline-flex;align-items:center;gap:11px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;overflow:hidden}.brand-mark img{width:100%;height:100%;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(45%) sepia(56%) saturate(1320%) hue-rotate(336deg) brightness(92%) contrast(82%)}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{color:#2b211a;font-size:19px;letter-spacing:-.5px}.brand-copy small{margin-top:5px;color:var(--muted);font-size:11px;font-weight:500}.brand-compact{display:none;padding:0}.primary-nav{margin-top:34px;display:grid;gap:7px}.nav-item{width:100%;height:46px;padding:0 14px;display:flex;align-items:center;gap:12px;border:1px solid transparent;border-radius:10px;background:transparent;color:#6e6156;font-size:13px;font-weight:600;text-align:left;transition:background .16s ease,color .16s ease,border-color .16s ease}.nav-item:hover{color:var(--blue-dark);background:#fdf7f0}.nav-item.active{color:var(--blue-dark);background:var(--blue-soft);border-color:#f1d4c5}.sidebar-bottom{display:grid}.growth-note{min-height:70px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid #d9e5d9;border-radius:12px;background:#f5f8f2;color:var(--green)}.growth-note div{display:grid;gap:3px}.growth-note strong{color:#4f6957;font-size:12px}.growth-note span{color:#718578;font-size:10.5px}.growth-note.demo-note{border-color:#ead4de;background:#fbf2f6;color:#86566e}.growth-note.demo-note strong{color:#70465a}.growth-note.demo-note span{color:#8b6c7b}.app-main{min-width:0;margin-left:var(--sidebar-width)}.topbar{height:72px;padding:0 34px;display:flex;align-items:center;gap:14px;position:sticky;top:0;z-index:20;background:#fffdf9f5;border-bottom:1px solid var(--line)}.topbar-spacer{flex:1}.mobile-menu{display:none;padding:7px;border:0;background:transparent;color:var(--ink)}.icon-button{padding:7px;display:inline-grid;place-items:center;border:0;border-radius:8px;background:transparent;color:inherit}.icon-button:hover{background:#f5eee6}.notification-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#6b5e53}.notification-button:hover{background:var(--surface-soft)}.topbar-divider{width:1px;height:30px;background:var(--line)}.profile-menu-wrap{position:relative}.topbar-profile{min-height:48px;padding:5px 7px;display:flex;align-items:center;gap:10px;border:0;border-radius:10px;background:transparent;color:var(--ink)}.topbar-profile:hover{background:var(--surface-soft)}.avatar{width:38px;height:38px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#f1e7dc;color:#60483a;font-size:12px;font-weight:750}.profile-copy{max-width:190px;display:grid;text-align:left;line-height:1.25}.profile-copy strong{overflow:hidden;color:#382a21;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-copy small{margin-top:2px;color:var(--subtle);font-size:10px}.profile-menu{position:absolute;top:calc(100% + 9px);right:0;width:210px;padding:7px;display:grid;z-index:50;border:1px solid var(--line);border-radius:12px;background:#fffdf9;box-shadow:0 18px 48px #4c302424}.profile-menu button{padding:10px;display:flex;align-items:center;gap:10px;border:0;border-radius:8px;background:transparent;color:#6b5e53;text-align:left}.profile-menu button:hover{color:var(--blue-dark);background:var(--surface-soft)}.page-content{width:100%;max-width:1420px;margin:0 auto;padding:32px 38px 48px}.page-intro{min-height:74px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.date-line{margin:0 0 8px!important;color:var(--blue)!important;font-size:10px!important;font-weight:750;letter-spacing:.12em}.page-intro h1{margin:0;color:#2b211a;font-size:clamp(27px,2.4vw,34px);line-height:1.15;letter-spacing:-1.1px}.page-intro p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.primary-button,.soft-button,.outline-button{min-height:42px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;font-size:12px;font-weight:700;white-space:nowrap;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.primary-button{border:1px solid var(--blue);background:var(--blue);color:#fff;box-shadow:0 3px 9px #97482633}.primary-button:hover{border-color:var(--blue-dark);background:var(--blue-dark);transform:translateY(-1px)}.soft-button{border:1px solid #f0d5c7;background:var(--blue-soft);color:var(--blue-dark)}.soft-button:hover{border-color:#e7bca7;background:#fee7dc}.outline-button{min-height:38px;border:1px solid #ddd2c6;background:#fffdf9;color:#6b5e53;box-shadow:none}.outline-button:hover{border-color:#cbbcac;background:var(--surface-soft)}.source-badge{min-height:24px;padding:3px 8px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;font-size:9.5px;line-height:1.2;font-weight:750;white-space:nowrap}.source-badge.connected{border:1px solid #d4e2d5;background:var(--green-soft);color:#55735e}.source-badge.missing{border:1px solid #f3dfb8;background:var(--amber-soft);color:var(--amber)}.source-badge.demo{border:1px solid #e8ceda;background:#fcf0f5;color:#86566e;letter-spacing:.015em}.source-badge.loading{border:1px solid #dce6f5;background:#f4f8ff;color:#54709b}.heading-with-source{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.api-banner{min-height:60px;margin-bottom:16px;padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid #ead5b9;border-radius:11px;background:#fff8ed;color:var(--amber)}.api-banner>svg{flex:0 0 auto}.api-banner>div{min-width:0;flex:1;display:grid;gap:2px}.api-banner strong{color:#70451f;font-size:12px}.api-banner span{overflow-wrap:anywhere;font-size:11px;line-height:1.4}.api-banner small{margin-top:2px;color:#9a7045;font-size:9.5px;line-height:1.35}.invite-bar{min-height:98px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--line);border-radius:14px;background:#fffdf9;box-shadow:0 1px 2px #4c302409}.demo-surface{border-color:#ead4de!important;background:#fffafb!important}.invite-copy h2{margin:0;color:#382a21;font-size:16px;letter-spacing:-.25px}.invite-copy p{margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.invite-actions{flex:0 1 650px;display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:9px}.link-field{height:42px;min-width:0;padding-left:13px;display:flex;align-items:center;border:1px solid #ddd2c6;border-radius:9px;background:#fcf8f2;color:#4e3b2f;font-size:12px}.link-field span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disconnected-field{border-style:dashed;color:var(--subtle)}.metrics-row{margin:18px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric{min-width:0;min-height:126px;padding:20px;display:flex;align-items:flex-start;gap:13px;border:1px solid var(--line);border-radius:14px;background:#fffdf9;box-shadow:0 1px 2px #4c302409;color:var(--blue)}.metric>svg{width:22px;height:22px;margin-top:1px;flex:0 0 auto}.metric>div{min-width:0}.metric-label{display:block;color:#6b5e53;font-size:11px;font-weight:650}.metric-value-row{margin-top:7px;display:flex;align-items:baseline}.metric-value-row strong{color:#2b211a;font-size:clamp(24px,2vw,31px);line-height:1.1;letter-spacing:-1px;white-space:nowrap}.metric small{margin-top:8px;display:block;color:var(--subtle);font-size:9.5px;line-height:1.4;white-space:normal}.metric-disconnected{color:#a0958a;background:#fcfaf6}.metric-disconnected .metric-value-row strong{color:#a0958a}.metric-demo{border-color:#ead4de;background:#fffafb;color:#86566e}.metric-demo .source-badge{margin-top:9px}.panel{border:1px solid var(--line);border-radius:14px;background:#fffdf9;box-shadow:0 1px 2px #4c302409}.chart-panel{min-height:340px;padding:20px 22px}.chart-panel-compact{min-height:310px}.unavailable-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:14px}.unavailable-grid .panel{min-height:280px;margin-top:0}.unavailable-grid .empty-source{min-height:190px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:14px}.dashboard-grid .panel{min-width:0;min-height:326px;margin-top:0}.recent-panel{padding-bottom:13px}.recent-panel table{min-width:0;table-layout:fixed}.recent-panel th:nth-child(1){width:43%}.recent-panel th:nth-child(2){width:22%}.recent-panel th:nth-child(3){width:18%}.recent-panel th:nth-child(4){width:17%}.recent-panel td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-panel .customer-cell{min-width:0}.recent-panel .customer-cell>span:last-child{min-width:0}.recent-panel .customer-cell strong,.recent-panel .customer-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-customer{min-width:0}.panel-heading{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.panel-heading h2{margin:0;color:#382a21;font-size:15px;letter-spacing:-.25px}.panel-heading p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.table-panel{margin-top:18px;padding:20px 22px 13px}.page-table{margin-top:22px}.table-panel .panel-heading{margin-bottom:12px}.table-scroll{overflow-x:auto}table{width:100%;min-width:760px;border-collapse:collapse;color:#6b5e53;font-size:11px}th{padding:10px 7px;border-bottom:1px solid var(--line);color:#75675b;font-weight:650;text-align:left}td{padding:11px 7px;border-bottom:1px solid var(--line-soft);vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcf7f1}.money-cell{color:#382a21;font-weight:700}.money-cell>span{display:block}.currency-note{margin-top:3px;display:block;color:var(--subtle);font-size:9px;font-weight:450}.unmapped-value{display:grid;gap:2px;color:#75675b}.unmapped-value small{color:#9a6b28;font-size:9px;white-space:nowrap}.id-cell{color:#6e6156;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.demo-chart{width:100%;height:230px;margin-top:15px}.demo-chart.compact{height:205px}.demo-tooltip{padding:9px 11px;display:grid;gap:3px;border:1px solid #ead4de;border-radius:8px;background:#fffdf9;box-shadow:0 10px 26px #5332271f}.demo-tooltip strong{color:#4e3b2f;font-size:10px}.demo-tooltip span{color:#86566e;font-size:11px;font-weight:750}.demo-tooltip small{color:#9a7788;font-size:8.5px}.status-with-source{display:grid;justify-items:start;gap:4px}.status-with-source>small{color:#9a7788;font-size:8.5px}.status-pill{min-height:23px;padding:3px 8px;display:inline-flex;align-items:center;border:1px solid #ead4de;border-radius:999px;background:#fcf0f5;color:#784c61;font-size:9px;font-weight:750;white-space:nowrap}.status-active,.status-available,.status-paid{border-color:#d7e5d7;background:#f0f6ef;color:#55735e}.status-pending,.status-processing,.status-trial{border-color:#f0ddba;background:#fff7e9;color:#93612d}.status-inactive{border-color:#e2d9d1;background:#f6f2ed;color:#7e7166}.status-demo{box-shadow:inset 0 0 0 1px #86566e14}.demo-copy{color:#86566e!important}.money-in{color:#55735e}.money-out{color:#a25433}.empty-source{min-height:245px;padding:32px 20px;display:flex;align-items:center;justify-content:center;gap:14px;color:var(--subtle)}.empty-source.compact{min-height:122px}.empty-source-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:#f4ede5;color:#8c7a6c}.empty-source>div{max-width:490px}.empty-source h3{margin:10px 0 4px;color:#4e3b2f;font-size:14px}.empty-source p{margin:0;font-size:11px;line-height:1.55}.loading-block{min-height:128px;display:grid;place-items:center;color:var(--muted);font-size:11px}.summary-strip{margin-top:18px;padding:18px 22px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:14px;background:#fffdf9}.summary-strip>div{padding:0 22px;display:grid;border-right:1px solid var(--line)}.summary-strip>div:first-child{padding-left:0}.summary-strip>div:last-child{padding-right:0;border-right:0}.summary-strip span{color:var(--muted);font-size:11px}.summary-strip strong{margin:4px 0;color:#2b211a;font-size:25px;letter-spacing:-.7px}.summary-strip small{color:var(--green);font-size:10px}.toolbar{display:flex;align-items:center;gap:9px}.search-box{width:230px;height:38px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid #ddd2c6;border-radius:9px;color:var(--subtle);background:#fffdf9}.search-box:focus-within{border-color:#d29a7e;box-shadow:0 0 0 3px #c5653a1a}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:11px}.customer-cell{min-width:190px;display:flex;align-items:center;gap:10px}.customer-cell>span:last-child{display:grid}.customer-cell strong{color:#4e3b2f;font-size:11px}.customer-cell small{margin-top:2px;color:var(--subtle);font-size:9.5px}.mini-avatar{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#f8e7dc;color:#a25231;font-size:9px;font-weight:750}.balance-hero{margin-bottom:18px;display:grid;grid-template-columns:1.25fr 1fr 1fr;border-radius:14px;background:#674235;color:#fff;overflow:hidden}.balance-hero>div{padding:23px 26px;display:grid;border-right:1px solid rgba(255,255,255,.18)}.balance-hero>div:last-child{border-right:0}.balance-hero span{color:#ffffffb8;font-size:11px}.balance-hero strong{margin:5px 0;font-size:27px;letter-spacing:-.8px}.balance-hero small{color:#ffffffb3;font-size:9.5px}.select-box{height:38px;min-width:160px;padding:0 10px;display:flex;align-items:center;border:1px solid #ddd2c6;border-radius:9px;background:#fffdf9;color:#75675b}.select-box select{min-width:0;flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent;color:#6b5e53;font-size:11px}.customer-selector{min-width:270px;margin-top:16px}.detail-section{margin-top:28px}.detail-page-section{margin-top:0}.detail-section-heading{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.detail-section-heading h2{margin:0;color:#382a21;font-size:17px;letter-spacing:-.3px}.detail-section-heading p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.detail-section-heading .customer-selector,.commission-table{margin-top:0}.table-pagination{margin-top:10px;padding:14px 2px 2px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line-soft)}.table-pagination p{margin:0;display:flex;align-items:baseline;gap:5px;color:var(--muted);font-size:11px}.table-pagination p strong{color:var(--ink);font-size:12px}.table-pagination p span{margin-left:8px;color:var(--subtle)}.pagination-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.pagination-numbers{display:flex;align-items:center;gap:5px}.pagination-direction,.pagination-number{height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfe4ec;background:#fff;color:#64728a;font-size:11px;font-weight:650;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.pagination-direction{min-width:88px;padding:0 11px;gap:6px;border-radius:8px}.pagination-number{width:34px;padding:0;border-radius:8px;font-variant-numeric:tabular-nums}.pagination-direction:hover:not(:disabled),.pagination-number:hover:not(:disabled){border-color:#ffadbe;background:#fff7f9;color:#d94163}.pagination-number.active{border-color:#ff5475;background:#ff5475;color:#fff;box-shadow:0 4px 10px #ff54752e}.pagination-ellipsis{width:22px;color:#97a1b1;text-align:center;font-size:13px}.financial-heading{align-items:center}.ledger-filters{margin:4px 0 16px;padding:13px;display:grid;grid-template-columns:minmax(145px,1fr) minmax(145px,1fr) minmax(160px,.9fr) auto;align-items:end;gap:10px;border:1px solid #e8edf4;border-radius:10px;background:#fafbfe}.ledger-filters label{display:grid;gap:6px;color:#6d7890;font-size:11px}.ledger-filters input,.ledger-filters select{width:100%;height:38px;padding:0 10px;border:1px solid #dfe4ec;border-radius:8px;outline:0;background:#fff;color:#273044;font-size:12px}.ledger-filters input:focus,.ledger-filters select:focus{border-color:#ff94aa;box-shadow:0 0 0 3px #ff54751a}.ledger-filter-error{margin:-7px 0 13px;color:#b83b57;font-size:12px}.ledger-error{margin:10px 0;padding:10px 12px;display:flex;align-items:center;gap:9px;border:1px solid #f1dcb5;border-radius:9px;background:#fff9ed;color:#8a6227;font-size:12px}.ledger-error span{flex:1}.ledger-error .outline-button{min-height:32px}.ledger-summary{margin-bottom:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e8edf4;border-radius:10px;background:#fff;overflow:hidden}.ledger-summary>div{min-width:0;padding:16px 18px;display:grid;gap:4px;border-right:1px solid #e8edf4}.ledger-summary>div:last-child{border-right:0}.ledger-summary span{color:#6d7890;font-size:11px}.ledger-summary strong{color:#182033;font-size:22px;font-variant-numeric:tabular-nums}.ledger-summary small{overflow:hidden;color:#97a1b1;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.ledger-detail-heading{margin:8px 0 10px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.ledger-detail-heading>div{min-width:0}.ledger-detail-heading h3{margin:0;color:#273044;font-size:14px}.ledger-detail-heading p{margin:4px 0 0;color:#7c879c;font-size:11px}.ledger-type{display:inline-flex;min-height:23px;padding:3px 8px;align-items:center;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.ledger-type-increase{border:1px solid #cce8dc;background:#eef9f4;color:#267258}.ledger-type-withdrawal{border:1px solid #f2d5dd;background:#fff1f5;color:#bd4563}.withdraw-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:15px}.available-card{padding:23px;display:grid;align-content:start;border-radius:14px;background:#674235;color:#fff}.available-card>span{color:#ffffffb3;font-size:11px}.available-card>strong{margin-top:5px;font-size:31px;letter-spacing:-.9px}.available-card p{margin:5px 0 18px;color:#ffffffb3;font-size:10px;line-height:1.5}.available-card .source-badge{justify-self:start}.light-button{justify-self:start;border-color:#fffaf5;background:#fffaf5;color:#674235;box-shadow:none}.payout-card{padding:22px;display:flex;align-items:flex-start;gap:13px}.payout-card>div{display:grid}.payout-card span{color:var(--muted);font-size:10px}.payout-card strong{margin:7px 0 4px;color:#382a21;font-size:14px}.payout-card small{color:var(--subtle);font-size:9.5px}.transaction-summary{margin-bottom:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.transaction-summary>div{padding:19px 20px;display:grid;border:1px solid var(--line);border-radius:14px;background:#fffdf9}.transaction-summary span{color:var(--muted);font-size:10px}.transaction-summary strong{margin:5px 0 2px;color:#2b211a;font-size:23px}.transaction-summary small{color:var(--subtle);font-size:9.5px}.toast{position:fixed;right:24px;bottom:24px;z-index:100;padding:12px 15px;display:flex;align-items:center;gap:9px;border-radius:10px;background:#493228;color:#fff;font-size:11px;box-shadow:0 18px 44px #4c30243d}.toast svg{color:#9ac0a1}.button-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(480px,.92fr) minmax(500px,1.08fr);background:#f7f9fd}.auth-panel{min-width:0;min-height:100vh;padding:32px clamp(36px,5vw,72px) 27px;display:flex;flex-direction:column;position:relative;background:#fff}.auth-panel .brand{padding:0}.back-link{position:absolute;top:41px;right:clamp(36px,5vw,72px);min-height:34px;padding:0 11px;display:flex;align-items:center;gap:6px;border:1px solid #e7ebf2;border-radius:9px;background:#fff;color:#68758b;font-size:10.5px;font-weight:650}.back-link:hover{color:var(--blue)}.auth-form-wrap{width:min(100%,440px);margin:auto;padding:52px 0 42px}.eyebrow{color:#ff4f75;font-size:9px;font-weight:800;letter-spacing:.17em}.auth-heading h1{margin:14px 0 9px;color:#141a2a;font-size:clamp(36px,3.3vw,46px);line-height:1.04;letter-spacing:-2px}.auth-heading p{max-width:410px;margin:0;color:#6c7890;font-size:13px;line-height:1.6}.auth-form{margin-top:31px;display:grid;gap:19px}.auth-form>label{display:grid;gap:8px}.auth-form label>span:first-child{color:#3e485d;font-size:11.5px;font-weight:700}.field-with-icon{height:54px;padding:0 13px;display:flex;align-items:center;gap:11px;border:1px solid #dfe4ed;border-radius:12px;background:#fff;color:#929daf;box-shadow:0 1px 2px #1e2b4408;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.field-with-icon:focus-within{border-color:#ff7896;background:#fff;box-shadow:0 0 0 4px #ff54751a,0 6px 18px #22304b0f}.field-with-icon>svg:first-child{flex:0 0 auto;color:#8b96a8}.field-with-icon input{min-width:0;height:100%;flex:1;border:0;outline:0;background:transparent;color:#182033;font-size:13px}.field-with-icon input:focus-visible{outline:0;box-shadow:none}.field-with-icon input::placeholder{color:#a2abba}.field-with-icon input:-webkit-autofill,.field-with-icon input:-webkit-autofill:hover,.field-with-icon input:-webkit-autofill:focus{-webkit-text-fill-color:#182033;-webkit-box-shadow:0 0 0 1000px #fff inset;caret-color:#182033}.field-action{margin-right:-5px}.form-options{display:flex;align-items:center;justify-content:space-between}.check-row{display:flex!important;align-items:center;gap:9px!important;color:#738096;font-size:10.5px;line-height:1.45}.check-row input{width:15px;height:15px;margin:0;accent-color:#ff5475}.registration-context,.form-message{min-height:44px;padding:11px 12px;display:flex;align-items:flex-start;gap:8px;border-radius:10px;font-size:10.5px;line-height:1.5}.registration-context{border:1px solid #e3e8f2;background:#f7f9fd;color:#65728a}.form-message.error{border:1px solid #f4cbb8;background:#fff5ef;color:#a24016}.form-message.warning{border:1px solid #efd6a7;background:#fff9ec;color:#8a5a17}.form-message.success{border:1px solid #d4e2d5;background:var(--green-soft);color:#55735e}.registration-context svg,.form-message svg{margin-top:1px;flex:0 0 auto}.auth-submit{width:100%;height:54px;margin-top:2px;border-radius:12px}.auth-switch{margin:21px 0 0;color:#768298;font-size:10.5px;text-align:center}.auth-switch button{padding:0 2px;border:0;background:transparent;color:var(--blue);font-size:inherit;font-weight:750}.auth-footer{margin:0;color:#98a2b2;font-size:9.5px}.auth-story{min-width:0;min-height:100vh;padding:38px clamp(40px,5.25vw,76px) 34px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#f4f6fb;color:#172031;border-left:1px solid #e8ecf3}.story-top{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#536079;font-size:10.5px}.story-product{color:#20283a;font-size:13px;font-weight:750;letter-spacing:-.2px}.story-status{display:inline-flex;align-items:center;gap:8px}.live-dot{width:8px;height:8px;border-radius:50%;background:#ff5475;box-shadow:0 0 0 5px #ff54751a}.story-content{width:min(100%,640px);margin:auto;padding:44px 0}.story-kicker{color:#d83c62;font-size:9px;font-weight:800;letter-spacing:.18em}.story-content h2{max-width:610px;margin:18px 0;color:#151c2d;font-size:clamp(40px,4vw,61px);line-height:1.02;letter-spacing:-2.8px}.story-content>p{max-width:540px;margin:0;color:#64718a;font-size:14px;line-height:1.7}.story-preview{margin-top:36px;padding:18px;border:1px solid #e3e7ef;border-radius:18px;background:#fff;box-shadow:0 24px 65px #2d39541a}.story-preview-head{min-height:38px;padding:0 2px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #edf0f5}.story-preview-head span{color:#8a95a7;font-size:10px}.story-preview-head strong{color:#323c51;font-size:10.5px}.story-feature-grid{padding-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.story-feature-grid>div{min-width:0;min-height:106px;padding:15px;display:grid;align-content:start;border:1px solid #edf0f5;border-radius:13px;background:#fafbfe}.story-feature-grid>.story-feature-wide{min-height:82px;grid-column:1 / -1;grid-template-columns:auto 1fr;column-gap:11px;align-items:center}.story-feature-wide .story-feature-icon{grid-row:1 / 3}.story-feature-icon{width:34px;height:34px;margin-bottom:13px;display:grid;place-items:center;border-radius:10px;background:#fff0f4;color:#df3f64}.story-feature-icon.violet{background:#f4efff;color:#8e58cc}.story-feature-icon.orange{margin-bottom:0;background:#fff3e9;color:#e5752e}.story-feature-grid strong{color:#273044;font-size:12px}.story-feature-grid small{margin-top:5px;color:#77849a;font-size:9.5px;line-height:1.45}.story-quote{max-width:570px;padding-top:19px;display:flex;align-items:flex-start;gap:9px;border-top:1px solid #dfe4ed}.story-quote svg{flex:0 0 auto;margin-top:1px;color:#16a17d}.story-quote p{margin:0;color:#6f7c92;font-size:11.5px;line-height:1.55}.sidebar-scrim{display:none}@media(max-width:1180px){.auth-panel{padding-inline:36px}.back-link{right:36px}.auth-story{padding-inline:40px}.invite-bar{align-items:flex-start;flex-direction:column}.invite-actions{width:100%;flex:none}.metrics-row{grid-template-columns:repeat(2,1fr)}.withdraw-grid{grid-template-columns:1fr 1fr}.available-card{grid-row:span 2}.unavailable-grid,.dashboard-grid{grid-template-columns:1fr}}@media(max-width:880px){.sidebar{transform:translate(-100%);transition:transform .19s ease;box-shadow:18px 0 48px #4c302429}.sidebar.sidebar-open{transform:translate(0)}.sidebar-mobile-row>.icon-button{display:grid}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;display:block;border:0;background:#3e2b2266}.app-main{margin-left:0}.mobile-menu{display:inline-grid;place-items:center}.brand-compact{display:inline-flex}.brand-compact .brand-copy small{display:none}.brand-compact .brand-copy strong{font-size:16px}.page-content{padding-inline:22px}.auth-shell{grid-template-columns:1fr}.auth-story{display:none}}@media(max-width:680px){.topbar{height:64px;padding:0 14px}.topbar>.source-badge,.profile-copy,.topbar-profile>svg,.topbar-divider{display:none}.page-content{padding:22px 14px 34px}.page-intro{min-height:0;margin-bottom:18px;flex-direction:column}.page-intro>.primary-button,.page-intro>.outline-button,.customer-selector{width:100%;margin-top:0}.invite-actions{grid-template-columns:1fr 1fr}.link-field{grid-column:1 / -1}.metrics-row,.summary-strip,.balance-hero,.transaction-summary{grid-template-columns:1fr}.metric{min-height:110px}.summary-strip>div,.balance-hero>div{padding:14px 8px;border-right:0;border-bottom:1px solid var(--line)}.summary-strip>div:last-child,.balance-hero>div:last-child{border-bottom:0}.balance-hero>div{padding:18px 20px;border-bottom-color:#ffffff29}.withdraw-grid{grid-template-columns:1fr}.available-card{grid-row:auto}.detail-section-heading{align-items:stretch;flex-direction:column}.panel-heading.responsive-heading{flex-direction:column}.toolbar{width:100%}.search-box{width:auto;flex:1}.demo-chart{height:210px}.recent-panel th:nth-child(2),.recent-panel td:nth-child(2){display:none}.recent-panel th:nth-child(1){width:48%}.recent-panel th:nth-child(3){width:26%}.recent-panel th:nth-child(4){width:26%}.auth-panel{padding:25px 22px 20px}.back-link{position:static;width:fit-content;margin-top:22px}.auth-form-wrap{padding:48px 0 28px}.auth-heading h1{font-size:32px}.table-pagination{align-items:stretch;flex-direction:column}.table-pagination p{justify-content:center;flex-wrap:wrap}.pagination-actions{justify-content:flex-start;max-width:100%;overflow-x:auto;padding:2px 1px 6px}.pagination-direction{min-width:38px;width:38px;padding:0;flex:0 0 auto}.pagination-direction span{display:none}.pagination-numbers{flex:0 0 auto}.ledger-filters{grid-template-columns:1fr 1fr}.ledger-filters .outline-button{width:100%}.ledger-summary{grid-template-columns:1fr 1fr}.ledger-summary>div:nth-child(2){border-right:0}.ledger-summary>div:nth-child(-n+2){border-bottom:1px solid #e8edf4}}@media(max-width:430px){.brand-compact .brand-mark{display:none}.invite-actions{grid-template-columns:1fr}.link-field{grid-column:auto}.toolbar{align-items:stretch;flex-direction:column}.search-box,.select-box{width:100%}.ledger-filters,.ledger-summary{grid-template-columns:1fr}.ledger-summary>div{border-right:0;border-bottom:1px solid #e8edf4}.ledger-summary>div:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{--ink: #151b2c;--muted: #64718a;--subtle: #7b879b;--line: #e9edf4;--line-soft: #f0f2f7;--surface-soft: #fafbfe;--blue: #ff5475;--blue-dark: #e84063;--blue-soft: #fff1f5;--green: #039576;--green-soft: #edfbf5;--sidebar-width: 214px;color:var(--ink);background:#fff}html,body,.app-shell{background:#fff}.app-shell{font-size:14px}button:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #ffadbf;outline-offset:3px}.sidebar{padding:22px 17px 30px;background:#fff;border-color:var(--line)}.brand{padding:0 9px;min-height:32px}.brand-copy strong{color:#101321;font-size:27px;font-weight:750;letter-spacing:-1.3px}.brand-copy strong>span{color:#ff5475}.primary-nav{margin-top:28px;gap:10px}.nav-item{height:45px;padding:0 12px;font-size:14px;font-weight:500;color:#53617a;border-radius:9px}.nav-item.active{border-color:transparent;color:#ed4267;background:#fff0f4}.nav-item:hover{background:#fff5f8;color:#ed4267}.partner-motto{width:fit-content;margin:0 10px;padding-bottom:16px;color:#8294b0;font-size:14px;line-height:1.3;font-weight:600;border-bottom:2px solid #ff7894}.topbar{height:60px;padding:0 24px 0 32px;gap:30px;background:#fffffff7}.topbar-date{color:#607089;font-size:13px}.topbar-profile{padding:0;min-height:40px}.topbar-profile:hover{background:transparent}.avatar{width:40px;height:40px;background:#ffe8ee;color:#b32f50;font-size:12px;font-weight:650}.profile-dismiss{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:0;background:transparent;cursor:default}.profile-menu{background:#fff;box-shadow:0 12px 40px #28344e15}.profile-menu button{color:#52607a;font-size:13px}.profile-menu button:hover{color:#d63158;background:#fff2f6}.profile-menu-info{padding:10px;display:grid;gap:5px}.profile-menu-info strong{color:var(--ink);overflow-wrap:anywhere;font-size:13px}.profile-menu-info span{color:var(--muted);font-size:11px;line-height:1.4}.page-content{max-width:1700px;padding:32px 30px 24px}.primary-button{border-color:#ff5475;background:#ff5475;box-shadow:0 9px 24px #fb537521;font-size:14px;font-weight:600}.primary-button:hover{background:#ec4265;border-color:#ec4265;box-shadow:0 10px 25px #fb537530}.soft-button{background:#fff2f6;border-color:#ffe0e9;color:#d4385c}.soft-button:hover{background:#ffe7ee;border-color:#ffc8d5}.outline-button{background:#fff;border-color:#e2e7ee;color:#56647d}.outline-button:hover{background:#fafbfe;border-color:#b9c3d2}.icon-button:hover{background:#f5f7fb}.source-badge.demo{background:#faf1ff;border-color:#e7ccfa;color:#9442b6}.source-badge.connected{color:#07896d;background:#eefbf6;border-color:#cceee1}.panel,.invite-bar,.summary-strip{background:#fff;box-shadow:none}.page-intro h1,.panel-heading h2,.invite-copy h2,.detail-section-heading h2{color:var(--ink)}.page-intro h1{letter-spacing:-1.2px}.link-field{background:#fafbfe;border-color:#e4e9f1;color:#526079}.search-box,.select-box{border-color:#e1e6ef;background:#fff;color:var(--muted)}.search-box:focus-within{border-color:#ff98ad;box-shadow:0 0 0 3px #ff547514}.select-box select{color:#526079}.customer-cell strong,.money-cell{color:var(--ink)}.mini-avatar{background:#ffe8ee;color:#be3d5d}table,th{color:#65718b}tbody tr:hover{background:#fff9fb}.balance-hero{background:#fff4f7;color:var(--ink);border:1px solid #ffe2ea}.balance-hero>div{border-color:#efdce3}.balance-hero span,.balance-hero small{color:#68758e}.empty-source{color:var(--subtle)}.empty-source-icon{background:#f1f4f9;color:#8a96a8}.empty-source h3{color:#4c5870}.status-active,.status-available,.status-paid{color:#078a6c;background:#ebfbf4;border-color:#caf0df}.money-in{color:#078a6c}.money-out{color:#d9486b}.toast{background:#253149;box-shadow:0 12px 32px #28344e22}.partner-dashboard{--coral: #ff5475}.partner-heading{min-height:64px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.partner-heading h1{margin:0 0 6px;font-size:clamp(28px,2.65vw,38px);line-height:1.1;letter-spacing:-1.65px;font-weight:720;color:#121827}.partner-heading p{margin:0;color:#738098;font-size:15px;line-height:1.5}.view-details{height:47px;min-width:160px;border-radius:10px;gap:12px;margin-top:4px}.earnings-hero{display:grid;grid-template-columns:minmax(235px,.93fr) minmax(0,3fr);gap:20px}.today-earnings{min-width:0;min-height:350px;padding:26px 22px 18px;border:1px solid #ffe8ef;border-radius:8px;background:#fff6f9;display:flex;flex-direction:column}.partner-dashboard h2{margin:0;color:#171d2f;font-size:17px;font-weight:650;line-height:1.35;letter-spacing:-.5px}.today-earnings>.dash-source{margin-top:7px;align-self:flex-start}.dash-source{min-height:23px;padding:3px 8px;display:inline-flex;align-items:center;gap:5px;width:fit-content;max-width:100%;border-radius:999px;border:1px solid transparent;font-size:9px;line-height:1.25;font-weight:650;white-space:nowrap}.dash-source.test{background:#faf1ff;border-color:#ead1fd;color:#9644bd}.dash-source.api{background:#f3f6fa;border-color:#e2e8f1;color:#5b6b83}.dash-source.loading{background:#f2f6ff;border-color:#dce6f8;color:#56719d}.dash-source.unavailable{background:#fff9ed;border-color:#f0e0ba;color:#986b2c}.value-skeleton>span{display:inline-block;width:2.25em;height:.68em;border-radius:8px;background:linear-gradient(100deg,#edf1f7 20%,#f9fbfe,#edf1f7 64%);background-size:240% 100%;animation:loading-shimmer 1.25s ease-in-out infinite}.today-value .value-skeleton>span{width:2.7em;height:.72em}.chart-loading{display:grid;grid-template-rows:1fr auto;gap:12px;color:#748096}.chart-skeleton{width:100%;height:100%;min-height:190px;border-radius:8px;background:linear-gradient(100deg,#f4f6fa 20%,#fbfcfe,#f4f6fa 64%);background-size:240% 100%;animation:loading-shimmer 1.25s ease-in-out infinite}@keyframes loading-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.today-value{margin:20px 0 14px;color:#101625;font-size:clamp(62px,6.35vw,92px);font-weight:670;line-height:1;letter-spacing:-5px}.animated-number{font-variant-numeric:tabular-nums}.currency-mark{font-size:.65em;letter-spacing:0;margin-right:2px}.today-date{margin:0 0 18px;display:flex;gap:9px;align-items:center;color:#63718b;font-size:11px;line-height:1.4}.today-date svg{color:var(--coral);flex:0 0 auto}.earnings-windows{margin:auto 0 0;padding-top:7px;border-top:1px solid #efdfe5}.earnings-windows>div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 0}.earnings-windows>div+div{border-top:1px solid #efdfe5}.earnings-windows dt{font-size:13px;color:#62718a}.earnings-windows dd{margin:0;font-size:24px;font-weight:620;letter-spacing:-.8px}.earnings-chart-panel{min-width:0;padding:22px 22px 16px;border:1px solid #e9edf5;border-radius:11px;display:flex;flex-direction:column;background:#fff}.earnings-chart-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.earnings-chart-heading>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.earnings-range{font-size:11px;color:#748097;white-space:nowrap}.earnings-chart{height:278px;margin-top:10px;min-width:0;flex:1}.earnings-chart-empty{min-height:278px;margin-top:10px;display:grid;place-items:center;padding:28px;border:1px dashed #e6eaf1;border-radius:10px;background:#fbfcfe;color:#758099;text-align:center;font-size:14px}.earnings-chart .recharts-wrapper{outline:none}.earnings-chart .recharts-surface:focus-visible{outline:2px solid #ffadbf;outline-offset:2px}.earnings-tooltip{padding:10px 12px;background:#fff;border:1px solid #e9edf3;border-radius:8px;box-shadow:0 4px 14px #2534520b;display:grid;gap:4px}.earnings-tooltip span{color:#69788e;font-size:11px}.earnings-tooltip strong{color:#1e2638;font-size:16px}.earnings-tooltip small{color:#9746b6;font-size:9px}.earnings-metrics{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:22px 0;min-height:154px;border:1px solid #e9edf5;border-radius:10px;background:#fff}.earnings-metric{min-width:0;padding:0 23px;display:flex;align-items:flex-start;gap:14px;color:var(--coral)}.earnings-metric+.earnings-metric{border-left:1px solid #e9edf5}.earnings-metric>svg{flex:0 0 auto;margin-top:1px}.earnings-metric>div{min-width:0}.earnings-metric.orange{color:#ff792c}.earnings-metric.purple{color:#b15dde}.earnings-metric-label{display:flex;align-items:center;gap:5px;color:#5e6b82;font-size:13px;font-weight:550;line-height:1.35}.earnings-metric strong{display:block;margin:6px 0;color:#172031;font-size:clamp(30px,3vw,43px);line-height:1.05;letter-spacing:-1.5px;font-weight:650}.earnings-metric .dash-source.test{font-size:8px;padding-inline:6px}.metric-info{position:relative;display:inline-flex;color:#a0aabd;cursor:help}.metric-info [role=tooltip]{display:none;position:absolute;left:-110px;bottom:24px;width:220px;padding:10px 12px;z-index:10;background:#fff;border:1px solid #e2e7f0;box-shadow:0 6px 24px #23365215;border-radius:8px;font-size:11px;font-weight:400;line-height:1.5;color:#63718b}.metric-info:hover [role=tooltip],.metric-info:focus [role=tooltip]{display:block}.dashboard-footnote{margin-top:13px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#8a95a7;font-size:10px}.motion-toggle{padding:7px 0 7px 10px;display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:#7a879c;white-space:nowrap;font-size:10px}.motion-toggle:hover{color:#df4266}.motion-on .today-earnings,.motion-on .earnings-chart-panel,.motion-on .earnings-metrics{animation:dashboard-enter .65s both}.motion-on .earnings-chart-panel{animation-delay:70ms}.motion-on .earnings-metrics{animation-delay:.14s}.motion-on .earnings-active-dot{animation:earnings-pulse 2.6s ease-in-out infinite}.earnings-metric{transition:transform .18s ease}.motion-on .earnings-metric:hover{transform:translateY(-3px)}.motion-off *,.motion-off *:before,.motion-off *:after{animation:none!important;transition:none!important}@keyframes dashboard-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes earnings-pulse{0%,to{filter:drop-shadow(0 0 3px #ff9ab399)}50%{filter:drop-shadow(0 0 9px #ff789fcc)}}@media(min-width:1500px){.earnings-hero{grid-template-columns:minmax(270px,.93fr) minmax(0,3fr)}.today-earnings{min-height:clamp(350px,35vh,430px)}}@media(max-width:1180px){:root{--sidebar-width: 188px}.brand-copy strong{font-size:25px}.page-content{padding-inline:23px}.earnings-metric{padding-inline:14px;gap:9px}.earnings-metric>svg{width:24px}.earnings-metric-label{font-size:11px}.earnings-metric .dash-source.test{white-space:normal}.earnings-chart-heading{align-items:flex-start}.earnings-chart-heading>div{gap:7px}.earnings-range{font-size:10px}}@media(max-width:880px){.sidebar{width:220px;visibility:hidden}.sidebar.sidebar-open{visibility:visible}.topbar{gap:14px;padding-inline:18px}.brand-compact .brand-copy strong{font-size:22px}.topbar-date{font-size:11px}.page-content{padding:25px 22px}.earnings-hero{grid-template-columns:minmax(210px,.9fr) minmax(0,1.7fr);gap:14px}.today-earnings{padding:22px 18px 16px;min-height:330px}.today-value{font-size:72px;letter-spacing:-4px}.earnings-chart-panel{padding:20px 15px 16px}.earnings-chart-heading{flex-direction:column}.earnings-chart{height:240px}.earnings-metric{padding:0 12px;gap:7px}.earnings-metric>svg{width:22px;height:22px}.earnings-metric-label{font-size:10px}.earnings-metric strong{font-size:30px}}@media(max-width:600px){.topbar{height:62px}.topbar-date{display:none}.partner-heading{min-height:0;margin-bottom:20px;align-items:flex-start}.partner-heading h1{font-size:29px;letter-spacing:-1px}.partner-heading p{font-size:12px;max-width:230px}.view-details{min-width:0;height:38px;min-height:38px;font-size:11px;padding:0 10px;gap:5px;margin-top:0}.view-details svg{width:15px}.page-content{padding:24px 15px}.earnings-hero{grid-template-columns:1fr}.today-earnings{min-height:0;padding:22px;display:grid;grid-template-columns:1fr 1fr;align-items:start;column-gap:16px}.today-earnings h2{grid-column:1 / -1}.today-earnings>.dash-source{grid-column:1 / -1;margin-top:8px}.today-value{grid-column:1;margin:18px 0 12px;font-size:62px;letter-spacing:-3px}.today-date{grid-row:4;grid-column:1 / -1;margin:0;font-size:11px}.earnings-windows{grid-column:2;grid-row:3;align-self:center;width:100%;margin:13px 0 10px;padding-top:0;border-top:0}.earnings-windows>div{padding:9px 0}.earnings-windows dt{font-size:11px}.earnings-windows dd{font-size:19px}.earnings-chart-panel{padding:20px 15px 16px}.earnings-chart-heading{gap:8px}.earnings-chart-heading>div{gap:10px}.earnings-chart-heading h2{font-size:16px}.earnings-chart{height:230px;flex:auto}.earnings-metrics{grid-template-columns:1fr 1fr;padding:0}.earnings-metric{padding:18px 14px;gap:9px}.earnings-metric:nth-child(3){border-left:0}.earnings-metric:nth-child(n+3){border-top:1px solid #e9edf5}.earnings-metric-label{font-size:11px}.earnings-metric strong{font-size:32px;margin-block:8px}.earnings-metric .dash-source.test{font-size:8px}.metric-info [role=tooltip]{left:auto;right:-35px;width:180px}.dashboard-footnote{align-items:flex-start;line-height:1.5}.dashboard-footnote>span{max-width:230px}.motion-toggle{padding-top:0}}@media(max-width:370px){.partner-heading{flex-direction:column;gap:12px}.earnings-metric{padding-inline:9px;gap:5px}.earnings-metric>svg{width:18px}.today-value{font-size:55px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
