:root{--red: #E8232A;--red-dark: #c41e24;--gold: #FFBE00;--bg: #f4f3f0;--white: #ffffff;--border: #eae7e0;--border-light:#f0ede8;--text: #0d0d0d;--text-2: #555555;--text-3: #aaaaaa;--text-4: #cccccc;--green: #22c55e;--amber: #eab308;--blue: #3b82f6;--purple: #9333ea;--orange: #ea580c;--radius: 12px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;background:var(--bg);color:var(--text);overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e0ddd6;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ccc}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .2s ease}.app-tooltip{position:fixed;z-index:10000;max-width:min(360px,100vw - 16px);padding:7px 10px;border-radius:6px;background:#272321;box-shadow:0 6px 18px #16121033;color:#fff;font-size:11px;font-weight:500;line-height:1.4;overflow-wrap:anywhere;pointer-events:none;animation:tooltipFadeIn .12s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.mono{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:10px;color:var(--text-3)}.app-shell{display:flex;height:100vh;overflow:hidden}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.card-title{font-size:13px;font-weight:700;color:var(--text)}.card-meta{font-size:11px;color:var(--text-3);margin-top:2px}.card-link{font-size:11px;color:var(--red);cursor:pointer;font-weight:600;text-decoration:none}.card-link:hover{text-decoration:underline}.g4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.g3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.g2-wide{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(0,1fr);gap:12px}.g2-mid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:12px}.g2-even{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kpi{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:16px;cursor:pointer;transition:all .14s;position:relative;overflow:hidden}.kpi:hover{border-color:#bbb;transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.kpi-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.kpi-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.kpi-tag{font-size:10px;font-weight:700;padding:3px 8px;border-radius:20px}.kpi-label{font-size:10px;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.kpi-value{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px;line-height:1}.kpi-sub{font-size:11px;color:var(--text-4);margin-top:5px}.kpi-bar{position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 12px 12px}.tag-up{background:#f0fdf4;color:#15803d}.tag-dn{background:#fef2f2;color:#b91c1c}.tag-wa{background:#fefce8;color:#a16207}.tag-bl{background:#eff6ff;color:#1d4ed8}.tag-pu{background:#fdf4ff;color:#7e22ce}.pill{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:20px;font-size:10px;font-weight:700}.pill .pill-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.pill.pill-ok{background:#f0fdf4;color:#15803d}.pill.pill-ok .pill-dot{background:var(--green)}.pill.pill-pd{background:#fefce8;color:#a16207}.pill.pill-pd .pill-dot{background:var(--amber)}.pill.pill-fl{background:#fef2f2;color:#b91c1c}.pill.pill-fl .pill-dot{background:#ef4444}.pill.pill-bl{background:#eff6ff;color:#1d4ed8}.pill.pill-bl .pill-dot{background:var(--blue)}.pill.pill-pu{background:#fdf4ff;color:#7e22ce}.pill.pill-pu .pill-dot{background:var(--purple)}.btn{height:34px;padding:0 16px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;border:none;transition:all .13s;display:inline-flex;align-items:center;gap:6px;font-family:inherit}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}.btn-outline{background:var(--white);color:#333;border:1px solid #ddd}.btn-outline:hover{background:#f4f3f0}.btn-dark{background:var(--text);color:#fff}.btn-dark:hover{background:#222}.search-input,.filter-select{height:35px;border:1px solid var(--border);border-radius:8px;font-size:12px;color:var(--text);background:var(--white);outline:none;font-family:inherit;padding:0 12px;transition:border-color .13s}.search-input:focus,.filter-select:focus{border-color:var(--red)}.search-input{flex:1}.filter-select{cursor:pointer;padding-right:8px}.filter-row{display:flex;align-items:center;gap:8px;margin-bottom:14px}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:8px 10px;color:var(--text-3);font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-light);white-space:nowrap}.data-table td{padding:10px;color:#333;border-bottom:1px solid #f8f6f3;font-size:12px;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#faf9f7}.data-table .td-amt{font-weight:800;color:var(--text);font-size:13px}.page-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:14px}.page-tab{padding:9px 18px;font-size:12px;font-weight:600;cursor:pointer;color:var(--text-3);border-bottom:2px solid transparent;transition:all .13s}.page-tab.active{color:var(--red);border-bottom-color:var(--red)}.page-tab .tab-count{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-size:9px;font-weight:700;min-width:17px;height:17px;border-radius:9px;padding:0 4px;margin-left:5px}.period-tabs{display:flex;background:#f4f3f0;border-radius:8px;padding:3px;gap:2px}.period-tab{padding:6px 14px;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;color:var(--text-3);transition:all .13s;border:none;background:transparent}.period-tab.active{background:var(--white);color:var(--text);border:1px solid var(--border)}.login-page .secure{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;color:#15803d;background:#f0fdf4;border-radius:6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.login-page .brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:42px 48px;color:#fff;background:radial-gradient(circle at 84% 22%,rgba(255,190,0,.2),transparent 25%),radial-gradient(circle at 30% 88%,rgba(232,35,42,.22),transparent 32%),linear-gradient(145deg,#553a3e,#90373d 56%,#c03e34 140%)}.login-page .brand-panel:before,.login-page .brand-panel:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.login-page .brand-panel:before{width:440px;height:440px;right:-210px;bottom:-120px;box-shadow:0 0 0 90px #e8232a0f}.login-page .brand-panel:after{width:190px;height:190px;right:10%;top:16%;background:#e8232a14}.login-page .brand{display:flex;align-items:center;gap:11px;position:relative;z-index:1}.login-page .brand-mark{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--red);border-radius:11px;color:#fff;font-size:14px;font-weight:900;box-shadow:0 8px 24px #e8232a40}.login-page .brand strong{display:block;font-size:18px;letter-spacing:-.5px}.login-page .brand small{display:block;margin-top:2px;color:#ffffff80;font-size:9px}.login-page .brand-message{margin:auto 0;max-width:480px;position:relative;z-index:1}.login-page .eyebrow{color:#ff7f83;font-size:10px;font-weight:800;letter-spacing:2px}.login-page h1{font-size:44px;line-height:1.08;letter-spacing:-2px;margin:18px 0}.login-page .brand-message>p{color:#ffffff9e;font-size:14px;line-height:1.7;max-width:420px}.login-page .feature-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.login-page .feature-list span{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:8px;font-size:10px;color:#ffffffc7}.login-page .feature-list i{color:#ff6e73;font-size:14px}.login-page .brand-foot{font-size:10px;color:#ffffff59;position:relative;z-index:1}.filter-open-btn{height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px 0 8px;border:1px solid #ded9d2;border-radius:9px;background:#fff;color:#555;font:700 10px inherit;cursor:pointer;transition:.15s;white-space:nowrap}.filter-open-btn>i{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#f4f2ef;color:#68635d;font-size:13px}.filter-open-btn:hover{border-color:#cfc8bf;background:#faf9f7}.filter-open-btn.has-filters{border-color:#f0b4b6;background:snow;color:var(--red)}.filter-open-btn.has-filters>i{background:#fff0f0;color:var(--red)}.filter-open-btn>span{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;border-radius:9px;background:var(--red);color:#fff;font-size:9px}.settlement-view{border:0;background:transparent;color:#1769d2;font:700 9px inherit;cursor:pointer;white-space:nowrap}.refund-tabs{padding:0 14px}.refund-tabs button{border:0;background:transparent}.refund-detail-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:7px;background:#fff;color:#888;cursor:pointer}.refund-detail-btn:hover{border-color:var(--red);color:var(--red)}.table-action-eye{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:7px;background:#fff;color:#888;text-decoration:none;cursor:pointer}.table-action-eye:hover{border-color:var(--red);color:var(--red);background:#fff7f7}.table-action-eye:disabled{cursor:not-allowed;opacity:.4}.batch-upload-backdrop{position:fixed;z-index:220;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;background:#14111080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.batch-upload-modal{width:min(680px,100%);max-height:92vh;display:flex;flex-direction:column;border-radius:15px;background:#fff;box-shadow:0 24px 70px #0000003d}.batch-upload-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:17px 21px;border-bottom:1px solid var(--border)}.batch-upload-modal header span{color:var(--red);font-size:8px;font-weight:800;letter-spacing:1px}.batch-upload-modal h2{margin:2px 0;font-size:18px}.batch-upload-modal header p{color:#999;font-size:9px}.batch-upload-modal header button{width:31px;height:31px;border:0;border-radius:50%;background:linear-gradient(135deg,#ff9685,#ffdc67);color:#725436;font-size:15px;cursor:pointer}.batch-upload-body{overflow-y:auto;padding:22px 28px}.batch-drop-zone{width:100%;min-height:115px;display:flex;align-items:center;gap:14px;padding:18px 24px;border:2px dashed #444;border-radius:11px;background:#fff;color:#333;text-align:left;cursor:pointer;transition:.15s}.batch-drop-zone:hover,.batch-drop-zone.dragging{border-color:var(--red);background:snow}.batch-drop-zone.has-file{border-color:#61a975;background:#f5fff8}.batch-drop-zone>span{width:39px;height:39px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#f3f1ee;font-size:20px}.batch-drop-zone>div{display:flex;flex:1;flex-direction:column;gap:5px}.batch-drop-zone strong{font-size:12px}.batch-drop-zone small{color:#777;font-size:9px}.batch-file-ready{color:#22a354;font-size:20px}.batch-file-error{display:flex;align-items:center;gap:5px;margin-top:7px;color:var(--red);font-size:9px}.batch-help{margin-top:22px;padding:20px 24px;border:1px solid var(--border);border-radius:11px}.batch-help>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.batch-help h3{font-size:13px}.batch-help a{color:#1681ef;font-size:10px;font-weight:700;text-decoration:none;white-space:nowrap}.batch-help>p{margin:18px 0 8px;font-size:10px}.batch-help ol{padding-left:18px;color:#444;font-size:10px;line-height:2}.batch-help>button{margin-top:12px;border:0;background:transparent;color:#1681ef;font:700 10px inherit;cursor:pointer}.batch-upload-modal>footer{display:flex;gap:9px;padding:14px 21px;border-top:1px solid var(--border)}.batch-upload-modal footer button{min-width:120px}.batch-upload-modal footer button:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 600px){.batch-upload-backdrop{align-items:flex-end;padding:0}.batch-upload-modal{max-height:94vh;border-radius:15px 15px 0 0}.batch-upload-body{padding:17px}.batch-drop-zone{padding:15px}.batch-help{padding:16px}.batch-help>div{align-items:flex-start;flex-direction:column}.batch-upload-modal>footer button{flex:1;min-width:0}}.transaction-filter-modal{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:#14111061;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:modalFade .16s ease}.filter-drawer{width:min(570px,100%);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 50px #140f0d29;animation:drawerIn .2s ease}.filter-drawer header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:22px 24px 18px;border-bottom:1px solid var(--border)}.filter-drawer h2{font-size:18px;letter-spacing:-.4px}.filter-drawer header p{margin-top:4px;color:#999;font-size:10px}.icon-close{width:32px;height:32px;flex-shrink:0;border:1px solid var(--border);border-radius:8px;background:#fff;color:#777;cursor:pointer}.filter-content{flex:1;overflow-y:auto;padding:20px 24px}.filter-section{margin-bottom:24px}.filter-card{margin-bottom:14px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff;transition:border-color .14s,box-shadow .14s}.filter-card:hover{border-color:#d9d4cc;box-shadow:0 5px 18px #1914120b}.business-filter-card{border-top:3px solid #f5b6b8}.terminal-filter-card{border-top:3px solid #b9d0f8}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-heading>div{display:flex;align-items:center;gap:7px}.section-icon{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:9px}.section-icon.business{background:#fff0f0;color:var(--red)}.section-icon.terminal{background:#eff6ff;color:#3b72c6}.section-icon i{font-size:16px}.section-copy{display:flex;flex-direction:column;gap:2px}.section-copy em{color:#aaa;font-size:8px;font-style:normal;font-weight:500}.section-heading strong{font-size:11px}.section-heading small{padding:4px 7px;border-radius:10px;background:#f4f3f0;color:#999;font-size:8px;font-weight:700;white-space:nowrap}.section-heading small.has-selection{background:#fff0f0;color:var(--red)}.filter-card .option-search{background:#faf9f7}.filter-card .scroll-options{height:148px;max-height:148px;align-content:start;overscroll-behavior:contain}.choice-grid{display:grid;gap:7px}.status-choices{grid-template-columns:repeat(3,1fr)}.mode-choices{grid-template-columns:repeat(4,1fr)}.choice-grid button,.scroll-options button{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#666;font:600 10px inherit;cursor:pointer;transition:.12s}.choice-grid button{min-height:38px;padding:8px 10px}.choice-grid button:hover,.scroll-options button:hover{border-color:#ccc;background:#faf9f7}.choice-grid button.active,.scroll-options button.active{border-color:#f2b4b7;background:#fff5f5;color:var(--red)}.check-box{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid #d9d5ce;border-radius:4px;color:transparent;background:#fff}.active>.check-box{border-color:var(--red);background:var(--red);color:#fff}.check-box i{font-size:10px}.option-search{height:36px;display:flex;align-items:center;gap:7px;margin-bottom:8px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:#faf9f7}.option-search:focus-within{border-color:#d5d0c8;background:#fff}.option-search>i{flex-shrink:0;color:#aaa;font-size:13px}.option-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font:10px inherit}.option-search input::placeholder{color:#aaa}.option-search button{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:#ece9e4;color:#777;cursor:pointer}.option-search button:hover{background:#e2ded7;color:var(--red)}.option-search button i{font-size:11px}.option-spinner{display:inline-block;animation:optionSpin .75s linear infinite}.scroll-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:150px;overflow-y:auto;padding:2px 4px 2px 2px}.scroll-options button{min-width:0;min-height:40px;padding:7px 9px;text-align:left}.scroll-options button>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.terminal-options button>span:last-child{display:flex;flex-direction:column}.terminal-options strong{font-size:10px}.terminal-options small{color:#aaa;font-size:8px;font-weight:500;margin-top:2px}.load-hint{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:5px;min-height:32px;color:#aaa;font-size:9px}.load-hint.complete{color:#65a275}.empty-options{grid-column:1/-1;min-height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#aaa;font-size:9px}.empty-options i{font-size:20px;color:#ccc}.filter-drawer footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 24px;border-top:1px solid var(--border);background:#fff}.clear-draft{border:0;background:transparent;color:#777;font:700 10px inherit;cursor:pointer}.clear-draft:disabled{color:#ccc;cursor:default}.apply-btn{min-width:145px;height:38px;border:0;border-radius:8px;background:var(--red);color:#fff;font:700 11px inherit;cursor:pointer}.apply-btn span{display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;margin-left:5px;border-radius:9px;background:#fff3;font-size:9px}.apply-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes drawerIn{0%{transform:translate(24px);opacity:.8}to{transform:translate(0);opacity:1}}@keyframes optionSpin{to{transform:rotate(360deg)}}@media (max-width: 520px){.filter-drawer header,.filter-content,.filter-drawer footer{padding-left:16px;padding-right:16px}.mode-choices{grid-template-columns:repeat(2,1fr)}.scroll-options{grid-template-columns:1fr}}.dashboard-store-search{height:32px;display:flex;align-items:center;gap:6px;margin:6px 2px;padding:0 7px;border:1px solid var(--border);border-radius:7px;color:#aaa}.dashboard-store-search:focus-within{border-color:var(--red)}.dashboard-store-search input{min-width:0;flex:1;border:0;outline:0;color:#555;font:9px inherit}.dashboard-store-search button{width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#999;cursor:pointer}.dashboard-store-status{display:flex;align-items:center;justify-content:center;gap:5px;padding:9px 4px;color:#aaa;font-size:8px}.dashboard-store-status.complete{color:#7fa889}.dashboard-store-status .ti-loader-2{animation:store-filter-spin .8s linear infinite}@keyframes store-filter-spin{to{transform:rotate(360deg)}}.refund-modal-backdrop{position:fixed;inset:0;z-index:210;display:flex;align-items:center;justify-content:center;padding:18px;background:#1411107a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.refund-modal{width:min(500px,100%);max-height:92vh;overflow-y:auto;border-radius:14px;background:#fff;box-shadow:0 24px 70px #00000038;animation:fadeIn .17s ease}.refund-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:17px 20px;border-bottom:1px solid var(--border)}.refund-modal>header span{color:var(--red);font-size:8px;font-weight:800;letter-spacing:1px}.refund-modal>header h2{margin:3px 0;font-size:18px}.refund-modal>header p{color:#999;font-size:9px}.refund-modal>header button{width:30px;height:30px;border:0;border-radius:50%;background:#fff0f0;color:var(--red);cursor:pointer}.refund-modal-body{padding:16px 20px}.refundable-summary{display:flex;align-items:center;gap:10px;padding:11px;margin-bottom:15px;border:1px solid var(--border);border-radius:9px;background:#faf9f7}.refundable-summary>span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff0f0;color:var(--red)}.refundable-summary>div{flex:1;display:flex;flex-direction:column;gap:2px}.refundable-summary small{color:#999;font-size:8px}.refundable-summary strong{font-size:14px}.refundable-summary em{color:#888;font-size:9px;font-style:normal;font-weight:700}.refund-modal-body>label{display:block;margin:12px 0 6px;color:#555;font-size:9px;font-weight:700}.refund-type-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}.refund-type-options button{display:flex;align-items:flex-start;gap:8px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#555;text-align:left;font-family:inherit;cursor:pointer}.refund-type-options button.active{border-color:#efaaad;background:#fff7f7}.refund-type-options .radio{width:14px;height:14px;flex-shrink:0;border:1px solid #ccc;border-radius:50%}.refund-type-options .active .radio{border:4px solid var(--red)}.refund-type-options div{display:flex;flex-direction:column;gap:2px}.refund-type-options strong{font-size:9px}.refund-type-options small{color:#999;font-size:8px;line-height:1.3}.refund-amount-input{height:39px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);border-radius:8px}.refund-amount-input.invalid{border-color:#ef9a9d}.refund-amount-input>span{font-size:13px;font-weight:700}.refund-amount-input input{min-width:0;flex:1;border:0;outline:0;font:700 11px inherit}.refund-amount-input small{color:#aaa;font-size:8px}.refund-error{margin-top:5px;color:var(--red);font-size:8px}.refund-reason{width:100%;height:39px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#555;font:9px inherit}.refund-note{display:flex;align-items:flex-start;gap:6px;padding:9px;margin-top:12px;border-radius:8px;background:#eff6ff;color:#47709f;font-size:8px;line-height:1.4}.refund-modal>footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid var(--border);background:#faf9f7}.refund-modal>footer button{height:36px;padding:0 16px;border-radius:7px;font:700 9px inherit;cursor:pointer}.cancel-refund{border:1px solid var(--border);background:#fff;color:#555}.confirm-refund{border:0;background:var(--red);color:#fff}.confirm-refund:disabled{opacity:.45;cursor:not-allowed!important}.confirm-refund i{display:inline-block;animation:spin .75s linear infinite}.refund-toast{position:fixed;z-index:220;top:68px;right:18px;width:340px;display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid #bbf7d0;border-radius:10px;background:#f0fdf4;color:#16763b;box-shadow:0 10px 30px #1450281f}.refund-toast>i{font-size:17px}.refund-toast span{flex:1;display:flex;flex-direction:column;gap:2px;font-size:8px}.refund-toast strong{font-size:10px}.refund-toast button{border:0;background:transparent;color:#499366;cursor:pointer}@media (max-width: 520px){.refund-modal-backdrop{align-items:flex-end;padding:0}.refund-modal{max-height:94vh;border-radius:14px 14px 0 0}.refund-type-options{grid-template-columns:1fr}.refund-toast{right:10px;left:10px;width:auto}}.details-page .transaction-info-card{grid-row:span 2}.details-page .detail-data-list>div{min-height:43px;display:grid;grid-template-columns:145px minmax(0,1fr) 24px;align-items:center;gap:10px;border-bottom:1px solid #f2f0ec}.details-page .detail-data-list>div>span{color:#888;font-size:9px;font-weight:600}.details-page .detail-data-list>div>strong{min-width:0;overflow:hidden;color:#3f3f3f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.details-page .detail-data-list>div>button{width:24px;height:24px;border:0;border-radius:6px;background:#f4f3f0;color:#888;cursor:pointer}.details-page .detail-data-list>div>button:hover{color:var(--red)}.details-page .detail-data-list .customer-row{min-height:75px}.details-page .customer-row strong{display:flex;flex-direction:column;gap:3px}.details-page .customer-row em{font-style:normal}.details-page .timeline-list{padding-top:8px}.details-page .timeline-item{position:relative;display:flex;align-items:flex-start;gap:10px;padding:9px 2px 9px 4px}.details-page .timeline-item:not(:last-child):after{content:"";position:absolute;top:30px;bottom:-5px;left:13px;width:1px;background:#e8e5df}.details-page .timeline-dot{width:20px;height:20px;z-index:1;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#dcfce7;color:#16a34a}.details-page .timeline-dot i{font-size:10px}.details-page .timeline-item.warning .timeline-dot{background:#fef3c7;color:#ca8a04}.details-page .timeline-item.failed .timeline-dot{background:#fee2e2;color:var(--red)}.details-page .timeline-item strong{font-size:9px}.details-page .timeline-item p{margin:2px 0;color:#666;font-size:8px}.details-page .timeline-item small{color:#aaa;font-size:8px}.details-page .hero-copy>span{font-size:10px}.details-page .hero-copy h1{font-size:28px}.details-page .hero-copy p{font-size:11px}.details-page .hero-status small{font-size:9px}.details-page .detail-card h2{font-size:13px}.details-page .detail-card header p{font-size:10px}.details-page .section-count{font-size:9px}.details-page .detail-data-list>div>span{font-size:10px}.details-page .detail-data-list>div>strong{font-size:11px}.details-page .timeline-item strong{font-size:11px}.details-page .timeline-item p{font-size:10px;line-height:1.4}.details-page .timeline-item small{font-size:9px}.details-page .linked-record strong{font-size:11px}.details-page .linked-record small{font-size:9px;line-height:1.35}.details-page .info-grid span:not(.pill){font-size:9px}.details-page .info-grid strong{font-size:11px}.details-page .section-empty strong{font-size:12px}.details-page .section-empty p{font-size:10px}@media (max-width: 800px){.details-page .transaction-info-card{grid-row:auto}.details-page .detail-data-list>div{grid-template-columns:110px minmax(0,1fr) 24px}}.quick-filter-wrap{position:relative}.quick-filter-trigger{height:38px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #d9d5ce;border-radius:8px;background:#fff;color:#555;font:600 10px inherit;cursor:pointer;white-space:nowrap}.quick-filter-trigger>i{color:#999;font-size:13px}.quick-filter-trigger b{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;border-radius:9px;background:var(--red);color:#fff;font-size:9px}.quick-filter-trigger.active{border-color:#f2b9bb;background:snow;color:var(--red)}.quick-filter-trigger.active>i{color:var(--red)}.quick-filter-menu{position:absolute;z-index:31;top:44px;left:0;width:210px;padding:6px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 14px 34px #19141224;animation:fadeIn .14s ease}.quick-menu-head{display:flex;align-items:center;justify-content:space-between;padding:6px 7px 8px}.quick-menu-head strong{font-size:9px;text-transform:uppercase;letter-spacing:.5px}.quick-menu-head button{border:0;background:transparent;color:var(--red);font:700 8px inherit;cursor:pointer}.quick-menu-head button:disabled{color:#ccc;cursor:default}.quick-option{width:100%;min-height:34px;display:flex;align-items:center;gap:8px;padding:7px 8px;border:0;border-radius:7px;background:transparent;color:#555;font:600 10px inherit;cursor:pointer}.quick-option:hover{background:#f6f4f1}.quick-option.active{background:#fff2f2;color:var(--red)}.selection-summary{display:flex;align-items:center;gap:13px}.selection-summary>span{display:grid;grid-template-columns:auto auto;gap:2px 8px}.selection-summary small{grid-column:1/-1;color:#aaa;font-size:8px;font-weight:800}.selection-summary strong{font-size:10px}.selection-summary em{color:#888;font-size:9px;font-style:normal}.selection-summary>i{color:#bbb}.date-filter-wrap{position:relative}.date-filter-trigger{width:190px;height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #d9d5ce;border-radius:8px;background:#fff;color:#555;font:600 10px inherit;cursor:pointer}.date-filter-trigger span{flex:1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.date-filter-trigger i{color:#999;font-size:14px}.date-filter-trigger.active{border-color:#f2b9bb;background:snow;color:var(--red)}.date-filter-trigger.active i{color:var(--red)}.date-filter-menu{position:absolute;z-index:30;top:44px;left:0;width:270px;max-height:430px;overflow-y:auto;padding:6px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 14px 36px #19141224;animation:fadeIn .14s ease}.date-menu-title{padding:7px 9px 8px;color:#aaa;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.date-option{width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;padding:7px 9px;border:0;border-radius:7px;background:transparent;color:#555;font:500 10px inherit;cursor:pointer}.date-option:hover{background:#f6f4f1}.date-option.active{background:#fff1f1;color:var(--red);font-weight:700}@media (max-width: 700px){.date-filter-wrap{flex:1}.date-filter-trigger{width:100%}.date-filter-menu{width:min(300px,100vw - 70px)}}.progress-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.progress-row .progress-label{font-size:11px;font-weight:600;width:54px;flex-shrink:0}.progress-row .progress-track{flex:1;height:5px;background:#f0ede8;border-radius:5px;overflow:hidden}.progress-row .progress-fill{height:100%;border-radius:5px;transition:width .6s ease}.progress-row .progress-pct{font-size:12px;font-weight:800;color:var(--text);width:32px;text-align:right}.live-bar{background:var(--text);border-radius:10px;padding:12px 18px;display:flex;align-items:center;gap:14px}.live-bar .live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 1.5s infinite}.live-bar .live-text{font-size:11px;color:#666;flex:1}.live-bar .live-val{font-size:15px;font-weight:800;color:#fff}.live-bar .live-count{font-size:10px;color:#555;text-align:right;margin-top:2px}.chart-legend{display:flex;gap:14px;margin-top:6px}.chart-legend .legend-item{display:flex;align-items:center;gap:5px;font-size:11px;color:#888}.chart-legend .legend-sq{width:8px;height:8px;border-radius:2px}.chart-toggle{display:flex;background:#f4f3f0;border-radius:7px;padding:2px;gap:1px}.chart-toggle .chart-toggle-btn{padding:4px 12px;border-radius:5px;font-size:10px;font-weight:700;cursor:pointer;border:none;background:transparent;color:#888;font-family:inherit;transition:all .13s}.chart-toggle .chart-toggle-btn.active{background:var(--white);color:var(--text);border:1px solid var(--border)}.refund-table.has-remarks .refund-remark-heading,.refund-table.has-remarks .refund-remark-cell{width:180px;max-width:240px}.refund-table .refund-remark-cell.has-value span{overflow:visible;line-height:1.45;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.volume-interval-toolbar{display:flex;align-items:center;gap:0;margin:2px 0 10px}.volume-interval-toolbar button{height:30px;min-width:58px;padding:0 10px;border:1px solid var(--border);border-right:0;background:#fff;color:#666;font:700 8px inherit;cursor:pointer}.volume-interval-toolbar button:first-child{border-radius:7px 0 0 7px}.volume-interval-toolbar button:nth-last-of-type(1){border-right:1px solid var(--border);border-radius:0 7px 7px 0}.volume-interval-toolbar button.active{position:relative;z-index:1;border-color:var(--red);background:#fff1f1;color:var(--red)}.volume-interval-toolbar button.active+button{border-left-color:var(--red)}.volume-interval-toolbar button:disabled{background:#f7f6f4;color:#c5c1bd;cursor:not-allowed}.volume-interval-toolbar>span{margin-left:auto;color:#999;font-size:8px;font-weight:600}.volume-chart-canvas{position:relative;height:220px}@media (max-width: 560px){.volume-interval-toolbar{align-items:stretch;flex-wrap:wrap;gap:5px}.volume-interval-toolbar button{min-width:calc(50% - 3px);border:1px solid var(--border)!important;border-radius:7px!important}.volume-interval-toolbar>span{width:100%;margin:2px 0 0;text-align:right}.volume-chart-canvas{height:240px}}.ring-wrap{position:relative;height:130px;display:flex;align-items:center;justify-content:center}.ring-wrap .ring-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.ring-wrap .ring-big{font-size:22px;font-weight:800;color:var(--text)}.ring-wrap .ring-small{font-size:10px;color:var(--text-3);margin-top:1px}.mode-chip{display:inline-flex;align-items:center;gap:3px;background:#f4f3f0;border-radius:5px;padding:2px 7px;font-size:10px;color:#555;font-weight:600}.settle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f5f3f0}.settle-row:last-child{border-bottom:none}.settle-row .settle-name{font-size:12px;font-weight:600;color:var(--text)}.settle-row .settle-utr{font-size:10px;color:var(--text-4);font-family:monospace;margin-top:2px}.settle-row .settle-amt{font-size:13px;font-weight:800;color:var(--text)}.settle-row .settle-time{font-size:10px;color:var(--text-4);text-align:right;margin-top:2px}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quick-item{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .13s}.quick-item:hover{border-color:var(--red);background:#fff6f6;transform:translateY(-1px)}.quick-item .quick-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px}.quick-item .quick-label{font-size:11px;font-weight:700;color:#555;text-align:center}.tier-card{border-radius:var(--radius);padding:18px;border:1px solid}.tier-card .tier-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:12px}.tier-card .tier-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px}.tier-card .tier-value{font-size:26px;font-weight:800;letter-spacing:-.6px;line-height:1}.tier-card .tier-sub{font-size:11px;margin-top:4px}.tier-card .tier-divider{height:1px;margin:12px 0}.tier-card .tier-revenue{font-size:15px;font-weight:800}.tier-card .tier-pct{font-size:11px;margin-top:3px}.tier-card.tier-new{background:#eff6ff;border-color:#bfdbfe}.tier-card.tier-new .tier-label{color:#1d4ed8}.tier-card.tier-new .tier-value{color:#1e3a8a}.tier-card.tier-new .tier-sub{color:#3b82f6}.tier-card.tier-new .tier-divider{background:#bfdbfe}.tier-card.tier-new .tier-revenue{color:#1e3a8a}.tier-card.tier-new .tier-pct{color:#3b82f6}.tier-card.tier-repeat{background:#fdf4ff;border-color:#e9d5ff}.tier-card.tier-repeat .tier-label{color:#7e22ce}.tier-card.tier-repeat .tier-value{color:#4c1d95}.tier-card.tier-repeat .tier-sub{color:#9333ea}.tier-card.tier-repeat .tier-divider{background:#e9d5ff}.tier-card.tier-repeat .tier-revenue{color:#4c1d95}.tier-card.tier-repeat .tier-pct{color:#9333ea}.tier-card.tier-loyal{background:#fff7ed;border-color:#fed7aa}.tier-card.tier-loyal .tier-label{color:#c2410c}.tier-card.tier-loyal .tier-value{color:#7c2d12}.tier-card.tier-loyal .tier-sub{color:#ea580c}.tier-card.tier-loyal .tier-divider{background:#fed7aa}.tier-card.tier-loyal .tier-revenue{color:#7c2d12}.tier-card.tier-loyal .tier-pct{color:#ea580c}.insight-banner{background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:14px 16px;display:flex;align-items:flex-start;gap:12px}.insight-banner .ib-icon{font-size:20px;flex-shrink:0;color:#ea580c}.insight-banner .ib-text{font-size:13px;color:#7c2d12;line-height:1.6}.insight-banner strong{font-weight:700}.insight-banner em{color:#c2410c}.cust-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f3f0}.cust-row:last-child{border-bottom:none}.cust-row .cust-av{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.cust-row .av-new{background:#eff6ff;color:#1d4ed8}.cust-row .av-repeat{background:#fdf4ff;color:#7e22ce}.cust-row .av-loyal{background:#fff7ed;color:#c2410c}.cust-row .cust-name{font-size:12px;font-weight:700;color:var(--text)}.cust-row .cust-meta{font-size:10px;color:var(--text-3);margin-top:1px}.cust-row .cust-amt{font-size:13px;font-weight:800;color:var(--text);text-align:right}.cust-row .cust-cnt{font-size:10px;color:var(--text-3);text-align:right;margin-top:1px}.refund-summary{border-radius:var(--radius);padding:18px;border:1px solid}.refund-summary .rs-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:10px}.refund-summary .rs-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.refund-summary .rs-value{font-size:20px;font-weight:800;letter-spacing:-.4px}.refund-summary .rs-sub{font-size:11px;margin-top:4px}.refund-summary.rs-green{background:#f0fdf4;border-color:#bbf7d0}.refund-summary.rs-green .rs-label{color:#15803d}.refund-summary.rs-green .rs-value{color:#14532d}.refund-summary.rs-green .rs-sub{color:#16a34a}.refund-summary.rs-amber{background:#fefce8;border-color:#fde68a}.refund-summary.rs-amber .rs-label{color:#a16207}.refund-summary.rs-amber .rs-value{color:#713f12}.refund-summary.rs-amber .rs-sub{color:#d97706}.refund-summary.rs-red{background:#fef2f2;border-color:#fecaca}.refund-summary.rs-red .rs-label{color:#b91c1c}.refund-summary.rs-red .rs-value{color:#7f1d1d}.refund-summary.rs-red .rs-sub{color:#dc2626}.empty-state{padding:40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.empty-state i{font-size:36px;color:var(--text-4)}.empty-state .empty-title{font-size:15px;font-weight:700;color:var(--text)}.empty-state .empty-subtitle{font-size:12px;color:var(--text-3)}app-sidebar{flex:0 0 220px;min-width:0}app-account-settings,app-change-password{display:block;width:100%;min-width:0}app-account-settings .settings-page,app-account-settings .settings-page>*,app-account-settings .embedded-password{width:100%;min-width:0}app-account-settings .embedded-password{display:block;overflow:visible}app-account-settings .embedded-password .password-page{width:100%!important;max-width:none!important;margin:0!important}.sidebar-backdrop,.mobile-menu-btn{display:none!important}.responsive-table-wrap,.dashboard-table-wrap{width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}@media (max-width: 1100px){app-sidebar{flex-basis:72px}app-sidebar .sidebar{width:72px!important}app-sidebar .sb-logo{padding:16px 19px!important}app-sidebar .sb-logo-wrap{gap:0!important}app-sidebar .sb-logo-full{display:none!important}app-sidebar .sb-logo-compact{display:block!important}app-sidebar .sb-logo-wrap>div:last-child,app-sidebar .sb-section,app-sidebar .nav-label,app-sidebar .nav-badge,app-sidebar .sb-user>div:not(.user-av){display:none}app-sidebar .sb-nav{padding:12px 9px!important}app-sidebar .nav-item{justify-content:center!important;padding:10px!important}app-sidebar .nav-item i{width:auto!important;font-size:18px!important}app-sidebar .sb-user{justify-content:center!important;padding:13px 9px!important;gap:5px!important}app-sidebar .logout-btn{margin-left:0!important}.g4,.g3{grid-template-columns:repeat(2,minmax(0,1fr))}.g2-wide,.g2-mid{grid-template-columns:minmax(0,1fr)}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.app-shell{height:100dvh;min-height:0}.app-shell .main{height:100%;min-height:0}.app-shell .body{min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}app-sidebar{position:fixed;z-index:120;inset:0 auto 0 0;width:0;flex-basis:0}app-sidebar .sidebar{position:fixed;z-index:2;inset:0 auto 0 0;width:min(82vw,300px)!important;height:100dvh!important;transform:translate(-105%);box-shadow:16px 0 40px #120f0e33;transition:transform .22s ease;padding-bottom:env(safe-area-inset-bottom)}app-sidebar .sidebar.mobile-open{transform:translate(0)}app-sidebar .sidebar-backdrop{position:fixed;z-index:1;inset:0;width:100vw;height:100dvh;border:0;background:#14111073;opacity:0;pointer-events:none;transition:opacity .2s ease}app-sidebar .sidebar-backdrop.visible{display:block!important;opacity:1;pointer-events:auto}app-sidebar .sb-logo{padding:18px 16px 15px!important}app-sidebar .sb-logo-wrap{gap:10px!important}app-sidebar .sb-logo-full{display:block!important}app-sidebar .sb-logo-compact{display:none!important}app-sidebar .sb-logo-wrap>div:last-child,app-sidebar .sb-section,app-sidebar .nav-label,app-sidebar .nav-badge,app-sidebar .sb-user>div:not(.user-av){display:block}app-sidebar .account-activation{width:calc(100% - 20px)!important;min-height:58px;display:flex!important;margin:12px 10px 0!important;padding:12px 13px!important}app-sidebar .activation-copy{display:inline!important;overflow:visible;font-size:12px!important;white-space:nowrap}app-sidebar .account-activation>i{display:inline-block!important;margin-left:auto!important}app-sidebar .sb-nav{padding:12px 10px!important}app-sidebar .nav-item{justify-content:flex-start!important;padding:10px!important}app-sidebar .nav-item i{width:18px!important;font-size:17px!important}app-sidebar .sb-user{justify-content:flex-start!important;padding:14px 16px!important;gap:10px!important}app-sidebar .logout-btn{margin-left:auto!important}app-topbar .topbar{height:58px!important;padding:0 12px!important;gap:9px!important}app-topbar .mobile-menu-btn{display:flex!important;flex:0 0 36px}app-topbar .topbar-left{min-width:0;align-items:flex-start!important;flex-direction:column!important;gap:1px!important}app-topbar .topbar-title{max-width:100%;overflow:hidden;font-size:14px!important;text-overflow:ellipsis;white-space:nowrap}app-topbar .topbar-sub{max-width:100%;margin-left:0!important;overflow:hidden;font-size:9px!important;text-overflow:ellipsis;white-space:nowrap}app-topbar .topbar-right{gap:5px}app-topbar .notification-popup{position:fixed;top:64px;right:10px;left:10px;width:auto;max-height:calc(100dvh - 74px)}app-topbar .notification-list{height:min(360px,100dvh - 190px);max-height:none}.g4,.g3,.g2-wide,.g2-mid,.g2-even{grid-template-columns:minmax(0,1fr)}.page{min-width:0;gap:12px!important}.card{min-width:0;padding:14px}.card-header{align-items:flex-start;flex-wrap:wrap;gap:10px}.card-header>div{min-width:0}.card-title{font-size:12px}.kpi{padding:14px}.kpi-value{font-size:19px}.kpi:hover,.quick-item:hover{transform:none}.filter-row{align-items:stretch;flex-wrap:wrap}.filter-row>.search-input,.filter-row>[class*=search]{flex-basis:100%;min-width:0}.filter-select{min-width:0;flex:1 1 140px}.btn{min-height:38px}.page-tabs{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.page-tab{flex:0 0 auto;padding:10px 14px;white-space:nowrap}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-item{min-width:0;padding:12px 8px}.insight-banner{padding:12px}.cust-row{align-items:flex-start;flex-wrap:wrap}.cust-row>div:nth-last-child(1){margin-left:42px}.dashboard-filter-bar>label,.dashboard-store-filter{min-width:0!important;flex:1 1 calc(50% - 6px)!important}.dashboard-filter-state{width:100%;height:auto;min-height:35px;flex-wrap:wrap}.dashboard-store-menu,.refund-store-menu,.settlement-store-menu{right:auto!important;left:0;max-width:calc(100vw - 38px)}.dashboard-recent-table{min-width:620px}.qr-table{min-width:660px}.transaction-hero{flex-wrap:wrap!important;padding:15px!important}.transaction-hero .hero-copy{min-width:calc(100% - 62px)}.transaction-hero .hero-copy h1{overflow-wrap:anywhere;font-size:20px!important}.transaction-hero .hero-status{width:100%;margin-left:58px}.linked-record{align-items:flex-start;gap:10px}.linked-record>div{min-width:0}.notification-summary .btn,.details-actions .btn{justify-content:center}.notification-summary>.btn{width:100%}.dispute-drawer{width:100vw!important;max-width:100vw;padding:16px!important}.dispute-drawer footer,.filter-drawer footer{position:sticky;bottom:0;background:#fff}app-settlement-details .settlement-hero{align-items:flex-start!important;flex-wrap:wrap;padding:15px!important}app-settlement-details .settlement-hero>span{width:42px!important;height:42px!important;font-size:20px!important}app-settlement-details .settlement-hero>div{min-width:calc(100% - 58px)}app-settlement-details .settlement-hero h1{overflow-wrap:anywhere;font-size:19px!important}.empty-state{padding:28px 14px}}@media (max-width: 800px){input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important}app-login,app-reset-password,app-merchant-registration{display:block;height:100dvh;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}app-login .login-page,app-login .form-panel,app-reset-password .reset-page,app-reset-password .reset-form-panel,app-merchant-registration .simple-register-page{min-height:100dvh}app-login .form-panel,app-reset-password .reset-form-panel{padding-bottom:calc(28px + env(safe-area-inset-bottom))}app-merchant-registration .simple-register-page{height:100dvh;overflow-y:auto}app-merchant-registration .simple-register-card{padding-bottom:calc(36px + env(safe-area-inset-bottom))}}@media (max-width: 700px){.batch-upload-modal,.report-modal,.refund-modal,.settings-modal,.calendar-dialog,.on-demand-detail-modal,app-disputes .dispute-detail-modal{max-height:calc(100dvh - env(safe-area-inset-top))}.batch-upload-modal>footer,.report-modal>footer,.calendar-dialog>footer,.filter-drawer>footer,.dispute-drawer>footer,.settings-modal form>footer{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}@media (max-width: 480px){app-topbar .topbar-sub{display:none}app-topbar .topbar-right>.icon-btn:last-child{display:none}.g4,.quick-grid{grid-template-columns:minmax(0,1fr)}.dashboard-filter-bar>label,.dashboard-store-filter{flex-basis:100%!important}.dashboard-store-menu,.refund-store-menu,.settlement-store-menu{width:calc(100vw - 52px)!important;max-width:none}.card-header>.btn{width:100%;justify-content:center}.details-actions,.details-actions>div{width:100%}.details-actions>div{flex-wrap:wrap}.details-actions .btn{flex:1 1 130px}.transaction-hero .hero-status{margin-left:0}app-settlement-details .settlement-id-row{grid-template-columns:minmax(0,1fr) 26px!important;gap:3px 7px;padding:9px 14px!important}app-settlement-details .settlement-id-row>span{grid-column:1/-1}app-settlement-details .settlement-id-row strong{white-space:normal!important;overflow-wrap:anywhere}}.team-settings-modal{width:min(650px,100%)!important}.team-store-summary{display:inline-flex;align-items:center;gap:5px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-store-summary em{flex-shrink:0;padding:2px 5px;border-radius:7px;background:#fff0f0;color:var(--red);font-size:8px;font-style:normal;font-weight:800}.team-store-field{margin:3px 0 12px;padding:10px;border:1px solid var(--border);border-radius:9px}.team-store-field.invalid{border-color:var(--red)}.team-store-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px;color:#555;font-size:9px;font-weight:700}.team-store-label small{color:var(--red);font-size:8px}.team-store-search{height:36px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid var(--border);border-radius:7px}.team-store-search>i{color:#aaa}.team-store-search input{min-width:0;height:auto!important;flex:1;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}.team-store-search button{border:0;background:transparent;color:#999;cursor:pointer}.team-store-options{height:142px;margin-top:7px;overflow-y:auto;overscroll-behavior:contain;border:1px solid #f0ede8;border-radius:7px}.team-store-options>button{width:100%;display:flex;align-items:center;gap:8px;padding:8px 9px;border:0;border-bottom:1px solid #f5f3f0;background:#fff;color:#555;text-align:left;font:9px inherit;cursor:pointer}.team-store-options>button:hover,.team-store-options>button.selected{background:#fff8f8}.team-store-options>button>span{width:15px;height:15px;flex:0 0 15px;display:flex;align-items:center;justify-content:center;border:1px solid #d8d2cc;border-radius:4px;color:#fff;font-size:9px}.team-store-options>button.selected>span{border-color:var(--red);background:var(--red)}.team-store-options>button strong{min-width:0;overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.team-store-state{min-height:34px;display:flex;align-items:center;justify-content:center;gap:5px;color:#aaa;font-size:8px}.team-store-state .ti-loader-2{animation:spin .75s linear infinite}.team-store-state.complete{color:#65a275}.team-store-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.team-store-chips button{max-width:100%;display:flex;align-items:center;gap:5px;padding:4px 7px;border:0;border-radius:7px;background:#fff0f0;color:var(--red);font:700 8px inherit;cursor:pointer}.team-store-chips button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bank-grid.single-bank{grid-template-columns:minmax(0,560px)!important}.single-bank-note{display:flex;align-items:flex-start;gap:7px;margin:2px 0 12px;padding:9px 10px;border-radius:8px;background:#eff6ff;color:#315f9e;font-size:8px;line-height:1.45}.bank-empty-state{min-height:260px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:28px 16px;border:1px dashed #ddd7cf;border-radius:11px;background:#fcfbfa;text-align:center}.bank-empty-state>span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:11px;border-radius:12px;background:#fff0f0;color:var(--red);font-size:22px}.bank-empty-state h3{font-size:13px}.bank-empty-state p{max-width:340px;margin:5px 0 15px;color:#888;font-size:9px;line-height:1.5}.bank-empty-state>small{display:flex;align-items:center;gap:5px;margin-top:13px;color:#999;font-size:8px}.bank-empty-state>small i{color:#198754}.bank-load-state{min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;border:1px dashed #ddd7cf;border-radius:11px;color:#888;font-size:9px}.bank-load-state>i{color:var(--red);font-size:22px;animation:spin .8s linear infinite}.bank-load-state.error>i{animation:none}.bank-load-state.error{color:#a61b20}.bank-card footer button:disabled{color:#aaa;cursor:not-allowed;opacity:.65}.bank-card .bank-verification-reason{max-width:390px;display:flex;align-items:flex-start;gap:5px;margin-top:5px;color:#b42318;font-size:10px;font-weight:600;line-height:1.45;overflow-wrap:anywhere}.bank-card .bank-verification-reason i{flex:0 0 auto;margin-top:1px}app-dispute-details .dispute-response-card{padding:15px;border:1px solid var(--border);border-radius:12px;background:#fff}app-dispute-details .dispute-response-card>header{display:flex;align-items:center;gap:9px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}app-dispute-details .dispute-response-card>header>span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff8df;color:#b98400;font-size:15px}app-dispute-details .dispute-response-card h2{font-size:11px}app-dispute-details .dispute-response-card header p{margin-top:2px;color:#999;font-size:8px}app-disputes .response-deadline{display:flex;align-items:flex-start;flex-direction:column;gap:2px}app-disputes .response-deadline strong{font-size:12px;font-weight:700}app-disputes .response-deadline span{color:#777;font-size:12px;font-weight:600}app-disputes .response-deadline.urgent strong,app-disputes .response-deadline.urgent span{color:var(--red)}app-dispute-details .dispute-response-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding-top:12px}app-dispute-details .dispute-response-options>button{display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid var(--border);border-radius:9px;background:#fcfbfa;color:#555;text-align:left;cursor:pointer}app-dispute-details .dispute-response-options>button.active{border-color:#efaaa5;background:#fff6f5;box-shadow:0 0 0 2px #e8232a0f}app-dispute-details .dispute-response-options>button>span{width:25px;height:25px;flex:0 0 25px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#f1eeea;color:#777}app-dispute-details .dispute-response-options>button.active>span{background:var(--red);color:#fff}app-dispute-details .dispute-response-options strong{display:block;font-size:9px}app-dispute-details .dispute-response-options small{display:block;margin-top:3px;color:#999;font-size:8px;line-height:1.4}app-dispute-details .accept-chargeback-note{display:flex;gap:7px;margin-top:10px;padding:9px 10px;border-radius:7px;background:#fff8df;color:#765d19;font-size:8px;line-height:1.5}app-dispute-details .reject-chargeback-form{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:12px;margin-top:12px}app-dispute-details .reject-chargeback-form label{position:relative;color:#4b443f;font-family:inherit;font-size:10px;font-weight:700;line-height:1.4}app-dispute-details .reject-chargeback-form label>span,.evidence-label span{margin-left:3px;color:var(--red);font-size:8px;font-weight:600}app-dispute-details .reject-chargeback-form textarea{width:100%;margin-top:7px;padding:12px 12px 24px;resize:vertical;border:1px solid var(--border);border-radius:8px;color:#302b27;background:#fff;font-family:inherit;font-size:12px;font-weight:400;letter-spacing:normal;line-height:1.55}app-dispute-details .reject-chargeback-form textarea::placeholder{color:#aaa39d;font-family:inherit;font-size:12px;font-style:normal;font-weight:400;opacity:1}app-dispute-details .reject-chargeback-form textarea:focus{outline:none;border-color:var(--red)}app-dispute-details .reject-chargeback-form textarea.invalid{border-color:var(--red)}app-dispute-details .reject-chargeback-form label>small{position:absolute;right:9px;bottom:7px;color:#aaa;font-size:8px;font-weight:500}app-dispute-details .evidence-label{display:flex;justify-content:space-between;margin-bottom:5px;color:#666;font-size:8px}app-dispute-details .evidence-upload{display:flex;align-items:center;justify-content:center;gap:8px;min-height:78px;padding:10px;border:1px dashed #d8d1ca;border-radius:8px;background:#fcfbfa;cursor:pointer}app-dispute-details .evidence-upload.disabled{opacity:.55;cursor:not-allowed}app-dispute-details .evidence-upload>i{color:var(--red);font-size:22px}app-dispute-details .evidence-upload strong,app-dispute-details .evidence-upload small{display:block}app-dispute-details .evidence-upload small{margin-top:2px;color:#999;font-size:7px}app-dispute-details .evidence-error{display:flex;align-items:flex-start;gap:5px;margin:6px 0 0;padding:6px 8px;border-radius:6px;background:#fff2f1;color:#d72b2f;font-size:8px;line-height:1.4}app-dispute-details .evidence-files{display:flex;flex-direction:column;gap:5px;margin-top:7px}app-dispute-details .evidence-files>div{display:flex;align-items:center;gap:7px;padding:6px 8px;border-radius:6px;background:#f7f5f2}app-dispute-details .evidence-files>div>i{color:var(--red);font-size:16px}app-dispute-details .evidence-files span{min-width:0;flex:1}app-dispute-details .evidence-files strong{display:block;overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}app-dispute-details .evidence-files small{color:#999;font-size:7px}app-dispute-details .evidence-files button{width:22px;height:22px;border:0;border-radius:5px;background:transparent;color:#888;cursor:pointer}app-dispute-details .evidence-files a{width:22px;height:22px;display:grid;place-items:center;border-radius:5px;color:#777;text-decoration:none}app-dispute-details .evidence-files button:disabled{opacity:.45;cursor:not-allowed}app-dispute-details .evidence-files .ti-loader-2{animation:spin .8s linear infinite}app-dispute-details .response-validation{margin-top:6px;color:var(--red);font-size:8px}app-dispute-details .dispute-response-card>footer{display:flex;justify-content:flex-end;gap:7px;margin-top:12px;padding-top:11px;border-top:1px solid var(--border-light)}app-dispute-details .dispute-response-success{display:flex;align-items:center;gap:9px;margin-top:12px;padding:11px;border-radius:8px;background:#effaf3;color:#287b49}app-dispute-details .dispute-response-success>i{font-size:22px}app-dispute-details .dispute-response-success strong{font-size:9px}app-dispute-details .dispute-response-success p{margin-top:2px;font-size:8px}@media (max-width: 700px){app-dispute-details .dispute-response-options,app-dispute-details .reject-chargeback-form{grid-template-columns:1fr}}app-dispute-details .chargeback-confirm-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:18px;background:#18141294;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}app-dispute-details .chargeback-confirm-dialog{position:relative;width:min(410px,100%);padding:24px;border:1px solid #eadfda;border-radius:16px;background:#fff;box-shadow:0 24px 70px #1e140f3d;text-align:center}app-dispute-details .chargeback-confirm-close{position:absolute;top:12px;right:12px;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:#f6f3f1;color:#777;cursor:pointer}app-dispute-details .chargeback-confirm-icon{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 13px;border-radius:14px;background:#fff4dc;color:#c68600;font-size:23px}app-dispute-details .chargeback-confirm-dialog h2{font-size:16px;color:#292523}app-dispute-details .chargeback-confirm-dialog>p{max-width:330px;margin:7px auto 17px;color:#7d7672;font-size:10px;line-height:1.55}app-dispute-details .chargeback-confirm-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:9px;background:#faf8f6;color:#746d68;font-size:9px;text-align:left}app-dispute-details .chargeback-confirm-summary strong{color:#292523;font-size:12px}app-dispute-details .chargeback-confirm-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}@media (max-width: 480px){app-dispute-details .chargeback-confirm-dialog{padding:22px 16px 16px}app-dispute-details .chargeback-confirm-dialog footer{flex-direction:column-reverse}app-dispute-details .chargeback-confirm-dialog footer .btn{width:100%}}.refund-api-state .ti-loader-2{animation:spin .8s linear infinite}.refund-api-state.error strong{color:#a61b20}.refund-api-state .btn{display:inline-flex;margin-top:9px}.refund-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-top:1px solid var(--border);color:#888;font-size:9px}.refund-pagination>div{display:flex;gap:6px}.refund-pagination button{width:31px;height:31px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:7px;background:#fff;color:#555;cursor:pointer}.refund-pagination button:disabled,.refund-detail-btn:disabled{cursor:not-allowed;opacity:.45}.refund-table-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-gutter:stable}.refund-table:not(.batch-table){width:100%;min-width:980px;table-layout:fixed}.refund-table:not(.batch-table) th:nth-child(1),.refund-table:not(.batch-table) td:nth-child(1){width:120px}.refund-table:not(.batch-table) th:nth-child(2),.refund-table:not(.batch-table) td:nth-child(2){width:220px}.refund-table:not(.batch-table) th:nth-child(3),.refund-table:not(.batch-table) td:nth-child(3){width:240px}.refund-table:not(.batch-table) th:nth-child(4),.refund-table:not(.batch-table) td:nth-child(4){width:125px}.refund-table:not(.batch-table) td:nth-child(4){overflow:visible;text-overflow:clip}.refund-table:not(.batch-table) td:nth-child(4) .pill{max-width:100%;white-space:nowrap}.refund-table:not(.batch-table) th:nth-child(5),.refund-table:not(.batch-table) td:nth-child(5){width:115px}.refund-table:not(.batch-table) th:nth-child(6),.refund-table:not(.batch-table) td:nth-child(6){width:auto}.refund-table:not(.batch-table) th:nth-child(7),.refund-table:not(.batch-table) td:nth-child(7){width:50px}.refund-table .refund-date-cell{min-width:0;max-width:none;overflow:visible;text-overflow:clip;white-space:normal}.refund-date-cell>span,.refund-date-cell>small{display:block;white-space:nowrap}.refund-date-cell>small{margin-top:4px;color:#888!important}.refund-copy-line{min-width:0;display:flex;align-items:center;gap:5px;margin-top:4px;color:#aaa;font-size:8px}.refund-copy-line.transaction{margin-top:0;color:inherit;font-size:inherit}.refund-copy-line>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refund-copy-line>button{width:22px;height:22px;flex:0 0 22px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#888;cursor:pointer}.refund-copy-line>button:hover{background:#f3f1ee;color:var(--red)}.refund-copy-line>button .ti-check{color:#198754}.refund-table .refund-remark-cell{max-width:none;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;line-height:1.4}.refund-remark-cell>small{color:#aaa;font-style:italic;white-space:nowrap}.batch-file-download{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--red);font:700 8px inherit;cursor:pointer;white-space:nowrap}.batch-file-download:disabled{color:#aaa;cursor:not-allowed;opacity:.6}.batch-file-download .ti-loader-2{animation:spin .8s linear infinite}.batch-file-unavailable{color:#aaa;font-size:8px;font-style:italic}.refund-table.batch-table{min-width:1050px;table-layout:fixed}.batch-table th:nth-child(1),.batch-table td:nth-child(1){width:16%}.batch-table th:nth-child(2),.batch-table td:nth-child(2){width:20%}.batch-table th:nth-child(3),.batch-table td:nth-child(3){width:7%;text-align:center}.batch-table th:nth-child(4),.batch-table td:nth-child(4){width:7%;text-align:center}.batch-table th:nth-child(5),.batch-table td:nth-child(5){width:7%;text-align:center}.batch-table th:nth-child(6),.batch-table td:nth-child(6){width:11%}.batch-table th:nth-child(7),.batch-table td:nth-child(7){width:18%}.batch-table th:nth-child(8),.batch-table td:nth-child(8){width:14%}.batch-table .batch-remark{display:-webkit-box;overflow:hidden;color:#625b55;line-height:1.45;white-space:normal;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3}.report-api-state{min-height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#888;font-size:9px}.report-api-state>i{color:var(--red);font-size:23px;animation:spin .8s linear infinite}.report-api-state.error{color:#a61b20}.report-api-state.error>i{animation:none}.report-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-top:1px solid var(--border);color:#888;font-size:9px}.report-pagination>div{display:flex;gap:6px}.report-pagination button{width:31px;height:31px;border:1px solid var(--border);border-radius:7px;background:#fff;color:#555;cursor:pointer}.report-pagination button:disabled{cursor:not-allowed;opacity:.4}.report-generation-error{display:inline-flex;align-items:center;gap:5px;margin-right:auto;color:#a61b20;font-size:8px}.settlement-api-state .ti-loader-2{animation:spin .8s linear infinite}.settlement-api-state.error strong{color:#a61b20}.settlement-api-state .btn{display:inline-flex;margin-top:8px}.settlement-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-top:1px solid var(--border);color:#888;font-size:9px}.settlement-pagination>div{display:flex;gap:6px}.settlement-pagination button{width:31px;height:31px;border:1px solid var(--border);border-radius:7px;background:#fff;color:#555;cursor:pointer}.settlement-pagination button:disabled{cursor:not-allowed;opacity:.4}.settlement-copy-line{min-width:0;display:flex;align-items:center;gap:5px}.settlement-copy-line>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settlement-copy-line>button{width:22px;height:22px;flex:0 0 22px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#888;cursor:pointer}.settlement-copy-line>button:hover{background:#f3f1ee;color:var(--red)}.settlement-copy-line .ti-check{color:#198754}.standard-settlement-table{min-width:980px;table-layout:fixed}.standard-settlement-table th:nth-child(1),.standard-settlement-table td:nth-child(1){width:20%}.standard-settlement-table th:nth-child(2),.standard-settlement-table td:nth-child(2){width:23%}.standard-settlement-table th:nth-child(3),.standard-settlement-table td:nth-child(3){width:19%;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.standard-settlement-table th:nth-child(4),.standard-settlement-table td:nth-child(4){width:33%}.standard-settlement-table th:nth-child(5),.standard-settlement-table td:nth-child(5){width:5%;padding-right:8px;padding-left:8px;text-align:center}.standard-settlement-table td:nth-child(2){max-width:none;overflow:visible;text-overflow:clip}.standard-settlement-table .settlement-copy-line>span{overflow:visible;color:#555;text-overflow:clip}.settlement-amount-hover{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;padding:4px 5px;border-radius:6px;cursor:help}.settlement-amount-hover:hover,.settlement-amount-hover:focus-visible{background:#fff5f4;outline:none}.settlement-amount-hover>strong{white-space:nowrap}.settlement-amount-hover>i{color:#777;font-size:13px}.settlement-breakup-popover{position:fixed;z-index:1400;width:min(360px,100vw - 24px);padding:16px;border:1px solid #e7e2dc;border-radius:14px;background:#fff;color:#333;box-shadow:0 18px 48px #20171233;pointer-events:none}.settlement-breakup-popover header{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.settlement-breakup-popover header span{font-size:13px;font-weight:800}.settlement-breakup-popover header strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.settlement-breakup-popover>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:7px 4px;font-size:10px}.settlement-breakup-popover>div strong{font-size:11px;white-space:nowrap}.settlement-breakup-popover .deduction strong{color:var(--red)}.settlement-breakup-popover .net{margin-top:5px;padding-top:11px;border-top:1px solid var(--border);font-weight:800}.settlement-breakup-popover .net strong{font-size:13px}.on-demand-settlement-table{width:100%;min-width:1180px;table-layout:fixed}.on-demand-settlement-table :is(th,td):nth-child(1){width:12%}.on-demand-settlement-table :is(th,td):nth-child(2){width:14%}.on-demand-settlement-table :is(th,td):nth-child(3){width:23%;white-space:normal}.on-demand-settlement-table :is(th,td):is(:nth-child(4),:nth-child(7)){width:10%}.on-demand-settlement-table :is(th,td):is(:nth-child(5),:nth-child(6)){width:7%}.on-demand-settlement-table :is(th,td):nth-child(8){width:9%}.on-demand-settlement-table :is(th,td):nth-child(9){width:8%}.on-demand-settlement-table th:nth-child(n+4):nth-child(-n+7),.on-demand-settlement-table td:nth-child(n+4):nth-child(-n+7){white-space:nowrap}app-settlements .card,app-settlements .settlement-table-wrap{min-width:0}app-settlements .settlement-table-wrap{overflow-x:auto}app-settlements .applied-summary{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding-bottom:12px;color:#777;font-size:9px}app-settlements .applied-summary strong{margin-left:auto}.on-demand-detail-backdrop{position:fixed;z-index:1300;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;background:#14111080}.on-demand-detail-modal{width:min(1040px,100%);max-height:92vh;overflow-y:auto;padding:20px;border-radius:16px;background:#fff;box-shadow:0 24px 70px #00000038}.on-demand-detail-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px}.on-demand-detail-modal>header h2{margin:0 0 5px;font-size:19px}.on-demand-detail-modal>header button{width:34px;height:34px;flex:0 0 34px;border:0;border-radius:50%;background:linear-gradient(135deg,#ff9b87,#ffd76c);color:#6d5840;font-size:18px;cursor:pointer}.on-demand-detail-id{min-width:0;display:flex;align-items:center;gap:6px}.on-demand-detail-id>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.on-demand-detail-id>button{width:25px!important;height:25px!important;flex:0 0 25px!important;display:inline-flex;align-items:center;justify-content:center;border-radius:6px!important;background:#f5f3f0!important;color:#777!important;font-size:12px!important}.on-demand-detail-id .ti-check{color:#198754}.on-demand-detail-state{min-height:260px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:#888}.on-demand-detail-state>i{font-size:24px}.on-demand-detail-state.error{color:var(--red)}.on-demand-detail-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border-radius:14px;background:#f5f8f6}.on-demand-detail-summary>div{display:flex;flex-direction:column;gap:8px}.on-demand-detail-summary>div:last-child{align-items:flex-end}.on-demand-detail-summary small{color:#7d8999;font-weight:700}.on-demand-detail-summary>div:last-child strong{color:#1e2c40;font-size:24px}.on-demand-detail-fields{margin-top:16px;padding:14px 20px;border:1px solid #f0ede9;border-radius:14px}.on-demand-detail-fields>div{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #f0ede9}.on-demand-detail-fields>div:last-child{border-bottom:0}.on-demand-detail-fields strong{text-align:right;overflow-wrap:anywhere}.on-demand-detail-modal>h3{margin:20px 0 10px}.on-demand-payout-wrap{overflow-x:auto;border:1px solid #f0ede9;border-radius:12px}.on-demand-payout-table{min-width:940px}.on-demand-payout-table th,.on-demand-payout-table td{white-space:nowrap}.on-demand-payout-table td{max-width:none;overflow:visible}.on-demand-payout-table :is(th,td):first-child{width:30%}.on-demand-payout-table .settlement-copy-line>span{overflow:visible}.line-tabs{display:flex;gap:18px;margin:12px 17px 0;border-bottom:1px solid var(--border)}.line-tabs button{display:flex;align-items:center;gap:6px;padding:0 0 9px;border:0;border-bottom:2px solid transparent;background:transparent;color:#888;font:700 10px inherit;cursor:pointer}.line-tabs button.active{border-color:#222;color:#222}.line-tabs span{padding:2px 5px;border-radius:8px;background:#eee;font-size:8px}.deduction-empty{min-height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;color:#aaa}.deduction-empty i{font-size:25px}.deduction-empty span{font-size:9px}.line-table-wrap .adjustment-table{min-width:1100px}.adjustment-table td{max-width:none;overflow:visible;text-overflow:clip}.adjustment-table :is(th,td):nth-child(1){min-width:180px}.adjustment-table :is(th,td):nth-child(2){min-width:230px}.adjustment-table :is(th,td):nth-child(3),.adjustment-table :is(th,td):nth-child(5){min-width:140px}.adjustment-table :is(th,td):nth-child(4){min-width:120px}.adjustment-description{min-width:360px}@media (max-width: 600px){app-settlements .applied-summary strong{width:100%;margin:3px 0 0}.on-demand-detail-backdrop{align-items:flex-end;padding:0}.on-demand-detail-modal{max-height:94vh;padding:15px;border-radius:16px 16px 0 0}.on-demand-detail-summary{align-items:flex-start;padding:16px}.on-demand-detail-summary>div:last-child strong{font-size:19px}.on-demand-detail-fields{padding:10px 14px}}.dispute-api-state .ti-loader-2{animation:spin .8s linear infinite}.dispute-api-state.error strong{color:#a61b20}.dispute-api-state .btn{display:inline-flex;margin-top:8px}.dispute-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-top:1px solid var(--border);color:#888;font-size:9px}.dispute-pagination>div{display:flex;gap:6px}.dispute-pagination button{width:31px;height:31px;border:1px solid var(--border);border-radius:7px;background:#fff;color:#555;cursor:pointer}.dispute-pagination button:disabled,.view-dispute:disabled{cursor:not-allowed;opacity:.4}.dispute-copy-line{min-width:0;display:flex;align-items:center;gap:5px}.dispute-copy-line.secondary{margin-top:3px}.dispute-copy-line>strong,.dispute-copy-line>small{min-width:0;overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.dispute-copy-line>button{width:22px;height:22px;flex:0 0 22px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#888;cursor:pointer}.dispute-copy-line>button:hover{background:#f3f1ee;color:var(--red)}.dispute-copy-line .ti-check{color:#198754}.team-api-state i{margin-right:6px}.team-api-state.error{color:var(--red)!important}.team-api-state.error span{margin-right:8px}.team-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 4px 0;color:#888;font-size:9px}.team-pagination>div{display:flex;gap:6px}.team-pagination button{width:31px;height:31px;border:1px solid var(--border);border-radius:7px;background:#fff;color:#555;cursor:pointer}.team-pagination button:disabled{cursor:not-allowed;opacity:.4}.team-store-access{min-width:180px;max-width:300px;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.team-store-access>span{max-width:100%;display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid #f0dedb;border-radius:6px;background:#fff7f6;color:#664b47;font-size:8px;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.team-store-access>span i{flex:0 0 auto;color:var(--red)}.team-store-access>button{padding:4px 7px;border:0;border-radius:6px;background:#f3f1ee;color:#666;font:700 8px inherit;cursor:pointer}.team-store-access>button:hover{background:#ebe7e2;color:var(--red)}.no-store-access{display:inline-flex;align-items:center;gap:5px;color:#999;font-size:8px;white-space:nowrap}.role-load-error{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:5px;color:var(--red);font-size:8px;font-weight:600}.team-field-error{display:block;margin-top:5px;color:var(--red);font-size:8px;font-weight:600;line-height:1.35}app-account-settings .settings-feedback{display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid #b9e5c8;border-radius:10px;background:linear-gradient(110deg,#f1fbf5,#f8fdf9);color:#22643a;box-shadow:0 7px 20px #22643a12;animation:settingsFeedbackIn .2s ease-out}app-account-settings .settings-feedback>span{width:32px;height:32px;display:flex;flex:0 0 32px;align-items:center;justify-content:center;border-radius:9px;background:#d9f5e3;color:#1d9a4d;font-size:17px}app-account-settings .settings-feedback>div{min-width:0;flex:1}app-account-settings .settings-feedback strong{display:block;font-size:10px}app-account-settings .settings-feedback p{margin-top:2px;color:#4f765d;font-size:9px;line-height:1.4}app-account-settings .settings-feedback>button{width:28px;height:28px;display:flex;flex:0 0 28px;align-items:center;justify-content:center;border:0;border-radius:7px;background:transparent;color:#5e8069;cursor:pointer}app-account-settings .settings-feedback>button:hover{background:#e3f5e9;color:#22643a}@keyframes settingsFeedbackIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.role-load-error button{padding:0;border:0;background:transparent;color:var(--red);font:800 8px inherit;cursor:pointer;text-decoration:underline}.filter-row .clear-btn{height:38px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:0 11px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--red);font:700 10px inherit;white-space:nowrap;cursor:pointer;transition:background .18s,border-color .18s}.filter-row .clear-btn:hover{border-color:#f3d7d4;background:#fff3f2}.filter-row .clear-btn:focus-visible{outline:2px solid rgba(232,35,42,.22);outline-offset:2px}.applied-summary{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:0 2px 12px;color:#999;font-size:9px;line-height:1.35}.applied-summary>span:first-child{flex:0 0 auto;color:#888;font-weight:600;white-space:nowrap}.applied-summary .summary-chip{max-width:100%;display:inline-flex;align-items:center;padding:5px 8px;border-radius:6px;background:#f4f3f0;color:#666;font-weight:600;overflow-wrap:anywhere}.applied-summary>strong{flex:0 0 auto;margin-left:auto;padding-left:10px;color:#666;white-space:nowrap}@media (max-width: 600px){.applied-summary>strong{width:100%;margin:3px 0 0;padding-left:0}}app-disputes .dispute-detail-backdrop{align-items:center;justify-content:center;padding:20px}app-disputes .dispute-detail-modal{width:min(960px,96vw);height:auto;max-height:calc(100vh - 40px);padding:0;overflow-y:auto;border-radius:14px;box-shadow:0 24px 70px #0000003d}app-disputes .dispute-detail-modal>header{position:sticky;z-index:3;top:0;align-items:center;padding:17px 22px;background:#fff}app-disputes .dispute-detail-modal>header h2{margin:0;font-size:16px}app-disputes .dispute-detail-modal>header button{border-radius:50%;background:linear-gradient(135deg,#ff9b8a,#ffe27c);color:#765f45}app-disputes .dispute-detail-state{min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#888}app-disputes .dispute-detail-state>i{font-size:28px;animation:spin .8s linear infinite}app-disputes .dispute-detail-state.error>i{color:var(--red);animation:none}app-disputes .dispute-detail-card{margin:20px 22px;padding:20px 22px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 8px 22px #231d1814}app-disputes .dispute-detail-id{display:flex;align-items:center;gap:6px;padding-bottom:14px;border-bottom:1px solid var(--border-light);font-size:12px}app-disputes .dispute-detail-id button,app-disputes .dispute-payment>button:last-child{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#888;cursor:pointer}app-disputes .dispute-detail-id button:hover,app-disputes .dispute-payment>button:last-child:hover{background:#f3f1ee;color:var(--red)}app-disputes .dispute-detail-row{min-height:45px;display:grid;grid-template-columns:minmax(150px,32%) minmax(0,1fr);align-items:center;gap:18px}app-disputes .dispute-detail-row>span{color:#777;font-size:10px}app-disputes .dispute-detail-row>strong{min-width:0;color:#333;font-size:10px;text-align:right;overflow-wrap:anywhere}app-disputes .dispute-detail-row .pill{display:inline-flex;font-style:normal}app-disputes .dispute-payment{display:flex;align-items:center;justify-content:flex-end;gap:5px}app-disputes .dispute-payment>button:first-child{min-width:0;overflow:hidden;border:0;background:transparent;color:#1684f8;font:700 10px inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}app-disputes .dispute-payment>button:first-child:disabled{color:#777;cursor:default}app-disputes .dispute-comment{margin:0 22px 20px;padding:14px 16px;border:1px solid #f0c955;border-radius:7px;background:#fff8df;color:#342d22}app-disputes .dispute-comment strong{font-size:11px}app-disputes .dispute-comment p{margin-top:5px;font-size:10px;line-height:1.55}app-disputes .contest-dispute{margin:0 22px 22px;padding:22px;border:1px solid var(--border);border-radius:12px}app-disputes .contest-dispute h3{margin-bottom:18px;font-size:14px}app-disputes .contest-explanation{display:grid;grid-template-columns:minmax(150px,32%) minmax(0,1fr);gap:18px;padding-bottom:14px;border-bottom:1px solid var(--border)}app-disputes .contest-explanation span{color:#777;font-size:10px}app-disputes .contest-explanation strong{font-size:10px;line-height:1.5;text-align:right}app-disputes .customer-communication h4{margin:17px 0 12px;font-size:11px}app-disputes .customer-communication>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}app-disputes .customer-communication a{min-width:0;display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--border);border-radius:9px;color:#333;text-decoration:none}app-disputes .customer-communication a>i{flex:0 0 auto;color:#e8232a;font-size:30px}app-disputes .customer-communication a span{min-width:0}app-disputes .customer-communication a strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}app-disputes .customer-communication a small{display:block;margin-top:5px;color:#1684f8;font-size:9px}app-disputes .dispute-review-message{margin-top:16px;padding:12px;border-left:4px solid #ffb400;background:#fffbea;font-size:9px;line-height:1.5}@media (max-width: 600px){app-disputes .dispute-detail-backdrop{align-items:flex-end;padding:0}app-disputes .dispute-detail-modal{width:100%;max-height:94vh;border-radius:16px 16px 0 0}app-disputes .dispute-detail-card,app-disputes .dispute-comment,app-disputes .contest-dispute{margin-right:12px;margin-left:12px}app-disputes .dispute-detail-row,app-disputes .contest-explanation{grid-template-columns:1fr;gap:4px;padding:8px 0}app-disputes .dispute-detail-row>strong,app-disputes .contest-explanation strong{text-align:left}app-disputes .dispute-payment{justify-content:flex-start}app-disputes .customer-communication>div{grid-template-columns:1fr}}app-disputes .dispute-detail-modal{width:min(820px,96vw);background:#faf9f7}app-disputes .dispute-detail-modal>header{border-bottom:1px solid #eee9e3;background:#fffffff5}app-disputes .dispute-detail-modal>header h2{color:#292522;font-size:14px;letter-spacing:-.2px}app-disputes .dispute-detail-hero{display:flex;align-items:center;gap:12px;margin:16px 18px 0;padding:15px 17px;border:1px solid #f1dedb;border-radius:12px;background:linear-gradient(115deg,#fff,#fff7f6);box-shadow:0 5px 16px #37231c0d}app-disputes .dispute-detail-hero-icon{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--red);color:#fff;font-size:19px}app-disputes .dispute-detail-hero>div:nth-child(2){min-width:0;flex:1}app-disputes .dispute-detail-hero small{display:block;color:#aaa;font-size:8px;font-weight:800;letter-spacing:.6px}app-disputes .dispute-detail-hero strong{display:block;margin:2px 0;color:#292522;font-size:21px;letter-spacing:-.4px}app-disputes .dispute-detail-hero p{color:#888;font-size:8px}app-disputes .dispute-view-transaction{height:30px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border:1px solid #efc8c4;border-radius:7px;background:#fff;color:var(--red);font:700 8px inherit;white-space:nowrap;cursor:pointer}app-disputes .dispute-view-transaction:hover{background:#fff1f0}app-disputes .dispute-detail-card,app-disputes .contest-dispute{margin:12px 18px 0;padding:16px;border-color:#ebe6e0;background:#fff;box-shadow:0 5px 16px #37231c0b}app-disputes .dispute-section-header{display:flex;align-items:center;gap:9px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0ece7}app-disputes .dispute-section-header>span{width:31px;height:31px;flex:0 0 31px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff0f0;color:var(--red);font-size:15px}app-disputes .dispute-section-header h3{margin:0;color:#38322e;font-size:11px}app-disputes .dispute-section-header p{margin-top:2px;color:#aaa;font-size:8px}app-disputes .dispute-detail-id{padding:9px 0 12px;font-size:10px}app-disputes .dispute-detail-row{min-height:40px;border-bottom:1px solid #f6f3ef}app-disputes .dispute-detail-row:last-child{border-bottom:0}app-disputes .dispute-detail-row>span{color:#999;font-size:8px;font-weight:700;letter-spacing:.35px;text-transform:uppercase}app-disputes .dispute-detail-row>strong{color:#4a433e;font-size:9px}app-disputes .dispute-comment{display:flex;gap:10px;margin:12px 18px 0;padding:12px 14px;border:1px solid #f1dfb0;border-radius:10px;background:#fffaf0;color:#554a37}app-disputes .dispute-comment>span{width:29px;height:29px;flex:0 0 29px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff2c7;color:#b08100}app-disputes .dispute-comment strong{font-size:9px}app-disputes .dispute-comment p{margin-top:3px;color:#6d6252;font-size:9px;line-height:1.5}app-disputes .contest-dispute{margin-bottom:18px}app-disputes .contest-dispute>.dispute-section-header>span{background:#effaf3;color:#259757}app-disputes .contest-dispute>.dispute-section-header+.contest-explanation{padding-top:2px}app-disputes .customer-communication a{background:#fcfbfa;transition:border-color .18s,box-shadow .18s,transform .18s}app-disputes .customer-communication a:hover{border-color:#efc5c1;box-shadow:0 5px 14px #37231c14;transform:translateY(-1px)}app-disputes .dispute-review-message{border-radius:8px;color:#6b5830}@media (max-width: 600px){app-disputes .dispute-detail-hero{align-items:flex-start;margin-right:12px;margin-left:12px}app-disputes .dispute-detail-hero>.pill{margin-left:auto}app-disputes .dispute-detail-card,app-disputes .dispute-comment,app-disputes .contest-dispute{margin-right:12px;margin-left:12px}}app-disputes .dispute-detail-modal{width:min(760px,96vw)}app-disputes .dispute-detail-modal{display:flex;overflow:hidden}app-disputes .dispute-detail-modal>header{position:relative;z-index:2;flex:0 0 auto;padding:12px 16px;background:#fff;box-shadow:0 1px #eee9e3}app-disputes .dispute-detail-scroll{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}app-disputes .dispute-detail-hero{gap:9px;margin:10px 12px 0;padding:10px 12px}app-disputes .dispute-detail-hero-icon{width:35px;height:35px;flex-basis:35px;font-size:16px}app-disputes .dispute-detail-hero strong{font-size:18px}app-disputes .dispute-detail-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:8px 12px 0;padding:11px}app-disputes .dispute-detail-card>.dispute-section-header,app-disputes .dispute-detail-card>.dispute-detail-id,app-disputes .dispute-detail-card>.wide{grid-column:1/-1}app-disputes .dispute-section-header{margin-bottom:2px;padding-bottom:9px}app-disputes .dispute-section-header>span{width:27px;height:27px;flex-basis:27px;font-size:13px}app-disputes .dispute-detail-id{padding:6px 2px 8px}app-disputes .dispute-detail-row{min-height:0;display:block;padding:9px 10px;border:0;border-radius:8px;background:#faf9f7}app-disputes .dispute-detail-row>span{display:block;margin-bottom:4px}app-disputes .dispute-detail-row>strong{display:block;text-align:left}app-disputes .dispute-payment{justify-content:flex-start}app-disputes .dispute-comment{gap:8px;margin:8px 12px 0;padding:9px 10px}app-disputes .dispute-comment>span{width:25px;height:25px;flex-basis:25px}app-disputes .contest-dispute{margin:8px 12px 12px;padding:11px}app-disputes .contest-explanation{gap:10px;padding:7px 2px 10px}app-disputes .customer-communication h4{margin:10px 0 8px}app-disputes .customer-communication a{gap:8px;padding:9px}app-disputes .customer-communication a>i{font-size:24px}app-disputes .dispute-review-message{margin-top:9px;padding:9px}@media (max-width: 600px){app-disputes .dispute-detail-card{grid-template-columns:1fr}app-disputes .dispute-detail-card>.dispute-section-header,app-disputes .dispute-detail-card>.dispute-detail-id,app-disputes .dispute-detail-card>.wide{grid-column:auto}app-disputes .dispute-view-transaction{order:4}}app-disputes .dispute-detail-hero{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center}app-disputes .dispute-hero-amount{min-width:0}app-disputes .dispute-hero-amount strong,app-disputes .dispute-hero-amount p{white-space:nowrap}app-disputes .dispute-hero-actions{display:flex;align-items:flex-end;flex-direction:column;gap:7px}app-disputes .dispute-hero-actions .pill{max-width:100%}app-disputes .dispute-view-transaction{height:28px;padding:0 9px;font-family:inherit;font-size:8px;font-weight:700;line-height:1}app-disputes .dispute-detail-id .mono{color:#625b56}app-disputes .dispute-detail-row.wide{display:grid;grid-template-columns:minmax(120px,25%) minmax(0,1fr);align-items:center;gap:12px}app-disputes .dispute-detail-row.wide>span{margin:0}app-disputes .dispute-detail-row.wide>strong{text-align:right}@media (max-width: 600px){app-disputes .dispute-detail-hero{grid-template-columns:35px minmax(0,1fr)}app-disputes .dispute-hero-actions{grid-column:2/-1;align-items:center;flex-direction:row;margin-top:7px}app-disputes .dispute-detail-row.wide{display:block}app-disputes .dispute-detail-row.wide>span{margin-bottom:4px}app-disputes .dispute-detail-row.wide>strong{text-align:left}}app-disputes .dispute-store-filter,app-disputes .dispute-stage-filter{position:relative;z-index:61;min-width:190px;display:flex;flex-direction:column;gap:5px}app-disputes .dispute-stage-filter{min-width:165px}app-disputes .dispute-store-filter>span,app-disputes .dispute-stage-filter>span{color:#999;font-size:8px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}app-disputes .dashboard-store-trigger{width:100%;height:35px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#555;font:9px inherit;cursor:pointer}app-disputes .dashboard-store-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}app-disputes .dashboard-store-trigger.open{border-color:var(--red)}app-disputes .dashboard-store-trigger i{transition:transform .2s}app-disputes .dashboard-store-trigger.open i{transform:rotate(180deg)}app-disputes .dashboard-store-menu{position:absolute;z-index:100;top:calc(100% + 5px);right:0;width:min(290px,100vw - 32px);padding:6px;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:0 16px 40px #20171233}app-disputes .dashboard-store-menu-head{display:flex;align-items:center;justify-content:space-between;padding:5px 6px 7px;border-bottom:1px solid #f2efeb;font-size:8px}app-disputes .dashboard-store-menu-head button{border:0;background:transparent;color:var(--red);font:700 8px inherit;cursor:pointer}app-disputes .dashboard-store-options{max-height:178px;overflow-y:auto;overscroll-behavior:contain}app-disputes .dashboard-store-option{width:100%;display:flex;align-items:center;gap:8px;padding:7px 6px;border:0;border-radius:6px;background:transparent;color:#555;text-align:left;font:9px inherit;cursor:pointer}app-disputes .dashboard-store-option:hover{background:#fff6f6}app-disputes .dashboard-store-option>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}app-disputes .dashboard-store-check{width:14px;height:14px;flex:0 0 14px;display:flex;align-items:center;justify-content:center;border:1px solid #d8d2cc;border-radius:4px;color:#fff;font-size:9px}app-disputes .dashboard-store-check.checked{border-color:var(--red);background:var(--red)}@media (max-width: 520px){.team-settings-modal .form-grid{grid-template-columns:1fr}.team-store-options{height:126px}}.dashboard-kyc-banner{min-height:64px;display:grid;grid-template-columns:minmax(230px,350px) minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid #eee5d7;border-radius:10px;background:#fff;box-shadow:0 7px 20px #32261b14}.dashboard-kyc-title{position:relative;height:100%;display:flex;align-items:center;gap:8px;padding:0 34px 0 22px;background:linear-gradient(115deg,#f28c00,#ffc400);color:#fff}.dashboard-kyc-title:after{position:absolute;top:0;right:-28px;border-top:32px solid transparent;border-bottom:32px solid transparent;border-left:28px solid #ffc400;content:""}.dashboard-kyc-title>i{font-size:18px}.dashboard-kyc-title strong{font-size:13px}.dashboard-kyc-title small{padding:3px 7px;border-radius:10px;background:#fff3;font-size:8px;white-space:nowrap}.dashboard-kyc-banner>p{padding:0 28px 0 45px;color:#66717a;font-size:11px;line-height:1.45}.dashboard-kyc-banner>button{height:36px;display:flex;align-items:center;gap:7px;margin-right:20px;padding:0 12px;border:0;border-radius:8px;background:#fff4e8;color:#d56b00;font:800 10px inherit;white-space:nowrap;cursor:pointer}@media (max-width: 700px){.dashboard-kyc-banner{grid-template-columns:1fr;align-items:stretch}.dashboard-kyc-title{min-height:52px;padding:12px 15px}.dashboard-kyc-title:after{display:none}.dashboard-kyc-banner>p{padding:13px 15px 7px}.dashboard-kyc-banner>button{justify-content:center;margin:4px 15px 14px}}app-transactions .transaction-table-state{text-align:center!important;color:#999;padding:28px!important}app-transactions .transaction-table-state i{margin-right:5px}app-transactions .transaction-table-state.error-state{color:#b42318}app-transactions .transaction-table-state button{margin-left:8px;padding:5px 10px;border:1px solid #efc0c0;border-radius:6px;background:#fff;color:var(--red);font:700 9px inherit;cursor:pointer}app-transactions .spin{display:inline-block;animation:transaction-spin .8s linear infinite}@keyframes transaction-spin{to{transform:rotate(360deg)}}app-transactions .transaction-pagination{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:58px;padding:12px 4px 2px;border-top:1px solid #f0ede9;color:#999;font-size:9px}app-transactions .transaction-page-meta{position:absolute;left:4px}app-transactions .transaction-page-numbers{display:flex;align-items:center;justify-content:center;gap:6px}app-transactions .transaction-page-numbers button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:#292522;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:.15s ease}app-transactions .transaction-page-numbers button:hover:not(:disabled):not(.active){background:#f4f1ed;color:var(--red)}app-transactions .transaction-page-numbers .page-number.active{background:var(--red);color:#fff;box-shadow:0 7px 18px #e8232a38}app-transactions .transaction-page-numbers .page-direction{color:#777;font-size:15px}app-transactions .transaction-page-numbers button:disabled{color:#ccc;cursor:not-allowed}app-transactions .page-ellipsis{width:28px;color:#555;text-align:center;font-size:13px}@media (max-width: 700px){app-transactions .transaction-pagination{align-items:stretch;flex-direction:column;gap:8px}app-transactions .transaction-page-meta{position:static;text-align:right}app-transactions .transaction-page-numbers{max-width:100%;justify-content:flex-end;gap:2px;overflow-x:auto}app-transactions .transaction-page-numbers button{width:30px;height:30px;flex:0 0 30px}app-transactions .page-ellipsis{width:22px;flex:0 0 22px}}app-transactions .transaction-copy-line{min-width:0;display:flex;align-items:center;gap:5px}app-transactions .transaction-copy-line>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}app-transactions .transaction-copy-line>button{width:23px;height:23px;flex:0 0 23px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#999;cursor:pointer}app-transactions .transaction-copy-line>button:hover{background:#f3f1ee;color:var(--red)}app-transactions .transaction-copy-line .ti-check{color:#198754}app-transactions .transaction-mode{max-width:100%;display:inline-flex;align-items:center;gap:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}app-transactions .transaction-mode img{width:18px;height:18px;flex:0 0 18px;border-radius:5px;object-fit:contain;background:#fff}app-transaction-details .transaction-detail-loader{animation:transaction-detail-spin .8s linear infinite}@keyframes transaction-detail-spin{to{transform:rotate(360deg)}}app-transaction-details .detail-error-actions{display:flex;gap:8px}app-transaction-details .settlement-id-copy{margin-left:6px;border:0;border-radius:5px;background:transparent;color:#999;cursor:pointer}app-transaction-details .settlement-id-copy:hover{background:#f3f1ee;color:var(--red)}app-transaction-details .settlement-card .wide strong{display:inline-block;max-width:calc(100% - 38px);vertical-align:middle}app-transaction-details .linked-id-copy{max-width:100%;display:flex;align-items:center;gap:5px}app-transaction-details .linked-id-copy strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}app-transaction-details .linked-id-copy button{width:23px;height:23px;flex:0 0 23px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#999;cursor:pointer}app-transaction-details .linked-id-copy button:hover{background:#f3f1ee;color:var(--red)}app-transaction-details .linked-id-copy .ti-check{color:#198754}app-transaction-details .linked-id-copy.linked-arn{gap:3px}app-transaction-details .linked-id-copy.linked-arn button{width:20px;height:20px;flex-basis:20px}app-settlement-details .line-table-wrap table{width:100%;min-width:820px;table-layout:fixed}app-settlement-details .detail-lines>.line-tab+.line-table-wrap table :is(th,td):nth-child(1){width:15%}app-settlement-details .detail-lines>.line-tab+.line-table-wrap table :is(th,td):nth-child(2){width:25%}app-settlement-details .detail-lines>.line-tab+.line-table-wrap table :is(th,td):nth-child(3){width:13%}app-settlement-details .detail-lines>.line-tab+.line-table-wrap table :is(th,td):nth-child(4){width:11%}app-settlement-details .detail-lines>.line-tab+.line-table-wrap table :is(th,td):nth-child(5){width:10%}app-settlement-details .detail-lines>.line-tab+.line-table-wrap table :is(th,td):nth-child(6){width:20%}app-settlement-details .detail-lines>.line-tab+.line-table-wrap table :is(th,td):nth-child(7){width:6%;padding-right:6px;padding-left:6px;text-align:center}app-settlement-details .refund-line-list table :is(th,td):nth-child(1){width:18%}app-settlement-details .refund-line-list table :is(th,td):nth-child(2){width:34%}app-settlement-details .refund-line-list table :is(th,td):nth-child(3){width:20%}app-settlement-details .refund-line-list table :is(th,td):nth-child(4){width:22%}app-settlement-details .refund-line-list table :is(th,td):nth-child(5){width:6%;padding-right:6px;padding-left:6px;text-align:center}app-settlement-details .dispute-line-list table :is(th,td):nth-child(1){width:20%}app-settlement-details .dispute-line-list table :is(th,td):nth-child(2){width:30%}app-settlement-details .dispute-line-list table :is(th,td):nth-child(3){width:16%}app-settlement-details .dispute-line-list table :is(th,td):nth-child(4){width:16%}app-settlement-details .dispute-line-list table :is(th,td):nth-child(5){width:18%}app-settlement-details .adjustment-line-list table :is(th,td):nth-child(1){width:16%}app-settlement-details .adjustment-line-list table :is(th,td):nth-child(2){width:22%}app-settlement-details .adjustment-line-list table :is(th,td):nth-child(3){width:12%}app-settlement-details .adjustment-line-list table :is(th,td):nth-child(4){width:13%}app-settlement-details .adjustment-line-list table :is(th,td):nth-child(5){width:13%}app-settlement-details .adjustment-line-list table :is(th,td):nth-child(6){width:24%}app-settlement-details .adjustment-line-list .adjustment-table{min-width:1000px}app-settlement-details .adjustment-line-list .adjustment-table :is(th,td){min-width:0}:host{display:block;min-height:100vh}.onboard-page{min-height:100vh;background:#f7f6f3;color:#292522}.onboard-topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:#27211e;color:#fff}.onboard-topbar img{width:145px;height:44px;object-fit:contain;object-position:left}.onboard-topbar>div{display:flex;align-items:center;gap:16px;font-size:9px}.onboard-topbar button,.onboard-topbar>div>a{border:0;background:transparent;color:#fff;font:700 9px inherit;text-decoration:none;cursor:pointer}.onboard-topbar button{padding:7px 10px;border-radius:7px;background:#ffffff1a}.onboard-topbar button:hover{background:#ffffff2b}.onboard-progress{height:3px;background:#e5e0da}.onboard-progress span{height:100%;display:block;background:var(--red);transition:width .25s}.onboard-shell{width:min(1180px,100% - 32px);display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;margin:22px auto}.onboard-sidebar,.onboard-content{border:1px solid #e5e0da;border-radius:14px;background:#fff}.onboard-sidebar{align-self:start;padding:22px;position:sticky;top:16px}.onboard-sidebar>span{color:var(--red);font-size:7px;font-weight:800;letter-spacing:1px}.onboard-sidebar>h1{margin:6px 0;font-size:20px;letter-spacing:-.5px}.onboard-sidebar>p{color:#888;font-size:9px;line-height:1.55}.onboard-sidebar nav{display:flex;flex-direction:column;margin:18px 0}.onboard-sidebar nav button{display:flex;align-items:center;gap:9px;padding:8px 5px;border:0;border-bottom:1px solid #f1eeea;background:transparent;color:#999;text-align:left;cursor:pointer}.onboard-sidebar nav button>span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex:0 0 28px;border-radius:8px;background:#f4f2ef}.onboard-sidebar nav button>div{display:flex;flex-direction:column;gap:2px}.onboard-sidebar nav small{font-size:7px;text-transform:uppercase}.onboard-sidebar nav strong{font-size:9px}.onboard-sidebar nav button.active{color:var(--red)}.onboard-sidebar nav button.active>span{background:#fff0f0}.onboard-sidebar nav button.done{color:#198754}.onboard-sidebar nav button.done>span{background:#edf9f2}.onboard-sidebar nav button:disabled{cursor:default}.secure-note,.kyc-note{display:flex;gap:8px;padding:10px;border-radius:9px;background:#f0fdf4;color:#316d48}.secure-note>i,.kyc-note>i{font-size:16px}.secure-note span,.kyc-note span{display:flex;flex-direction:column;gap:2px;font-size:8px;line-height:1.4}.onboard-content{min-width:0;padding:26px 30px}.mobile-step{display:none}.step-panel>header{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px}.step-panel>header>span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex:0 0 40px;border-radius:11px;background:#fff0f0;color:var(--red);font-size:19px}.step-panel>header small{color:var(--red);font-size:7px;font-weight:800;letter-spacing:.8px}.step-panel h2{margin:3px 0;font-size:20px}.step-panel header p{color:#888;font-size:9px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{min-width:0}.form-grid .full{grid-column:1/-1}.form-grid label>span{display:block;margin-bottom:6px;color:#555;font-size:8px;font-weight:700}.form-grid em{color:#aaa;font-size:7px;font-style:normal;font-weight:500}.form-grid :is(input,select,textarea){width:100%;border:1px solid #ded9d3;border-radius:8px;background:#fff;color:#333;outline:0;font:9px inherit}.form-grid :is(input,select){height:39px;padding:0 10px}.form-grid textarea{padding:10px;resize:vertical;line-height:1.5}.form-grid :is(input,select,textarea):focus{border-color:var(--red);box-shadow:0 0 0 3px #e8232a0f}.info-strip,.bank-notice{display:flex;align-items:flex-start;gap:8px;margin-top:17px;padding:10px;border-radius:8px;background:#fff8e8;color:#806200;font-size:8px;line-height:1.45}.bank-notice{margin:0 0 18px;background:#f0f7ff;color:#315f91}.bank-notice>i{font-size:17px}.bank-notice>div{display:flex;flex-direction:column;gap:2px}.choice-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:18px}.choice-cards button{display:flex;align-items:flex-start;flex-direction:column;gap:5px;min-height:92px;padding:12px;border:1px solid #e2ddd7;border-radius:10px;background:#fff;color:#666;text-align:left;cursor:pointer}.choice-cards button>i{font-size:19px}.choice-cards strong{font-size:9px}.choice-cards span{color:#999;font-size:8px}.choice-cards button.active{border-color:#efaaad;background:#fff7f7;color:var(--red);box-shadow:0 0 0 1px #f6d7d8}.presence-fields{margin-top:5px}.policy-check{display:flex;align-items:flex-start;gap:9px;margin-top:17px;padding:12px;border:1px solid #e4dfd9;border-radius:9px;background:#faf9f7;cursor:pointer}.policy-check input{margin-top:2px;accent-color:var(--red)}.policy-check span{display:flex;flex-direction:column;gap:3px;color:#777;font-size:8px;line-height:1.45}.policy-check strong{color:#444;font-size:9px}.document-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.document-grid>label{position:relative;min-height:88px;display:flex;align-items:center;gap:10px;padding:12px;border:1px dashed #cec7bf;border-radius:10px;background:#faf9f7;cursor:pointer}.document-grid>label:hover{border-color:var(--red);background:#fff8f8}.document-grid>label.uploaded{border-style:solid;border-color:#9cd7b1;background:#f4fcf7}.document-grid input{position:absolute;width:1px;height:1px;opacity:0}.document-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex:0 0 34px;border-radius:9px;background:#fff;color:var(--red);font-size:17px}.uploaded .document-icon{color:#198754}.document-grid label>div{min-width:0;display:flex;flex-direction:column;gap:4px}.document-grid strong{font-size:9px}.document-grid small{overflow:hidden;color:#999;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.document-grid .file-name{color:#198754}.document-grid label>button{position:absolute;right:7px;top:7px;width:22px;height:22px;border:0;border-radius:6px;background:#fff;color:#888;cursor:pointer}.file-error,.step-error{display:flex;align-items:flex-start;gap:6px;margin-top:11px;padding:9px;border-radius:8px;background:#fff1f1;color:#ad2429;font-size:8px;line-height:1.4}.kyc-note{margin-top:14px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-grid article{padding:12px;border:1px solid #e5e0da;border-radius:10px}.review-grid article.full{grid-column:1/-1}.review-grid article>header{display:flex;align-items:center;gap:6px;padding-bottom:8px;border-bottom:1px solid #eeeae6}.review-grid article>header>i{color:var(--red)}.review-grid article>header strong{flex:1;font-size:9px}.review-grid article>header button{border:0;background:transparent;color:var(--red);font:700 8px inherit;cursor:pointer}.review-grid dl{display:flex;flex-direction:column;gap:7px;margin-top:9px}.review-grid dl>div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px}.review-grid dt{color:#999;font-size:7px}.review-grid dd{overflow-wrap:anywhere;color:#444;font-size:8px;font-weight:700}.review-docs{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.review-docs span{max-width:220px;display:flex;align-items:center;gap:4px;padding:5px 7px;overflow:hidden;border-radius:6px;background:#f0fdf4;color:#287247;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.declaration{margin-top:14px}.step-actions{display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding-top:16px;border-top:1px solid #eeeae6}.primary-action,.secondary-action{height:39px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 15px;border-radius:8px;font:700 9px inherit;cursor:pointer}.primary-action{border:0;background:var(--red);color:#fff;box-shadow:0 7px 16px #e8232a2e}.primary-action:hover:not(:disabled){background:var(--red-dark)}.primary-action:disabled{cursor:wait;opacity:.55}.secondary-action{border:1px solid #ddd7d0;background:#fff;color:#666}.spin{display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.onboard-success{width:min(760px,100% - 32px);margin:46px auto;padding:38px;border:1px solid #e5e0da;border-radius:16px;background:#fff;text-align:center;box-shadow:0 18px 50px #37281f14}.success-mark{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;border-radius:50%;background:#eaf9f0;color:#198754;font-size:30px}.onboard-success>span{color:#198754;font-size:8px;font-weight:800;letter-spacing:1px}.onboard-success h1{margin:7px 0;font-size:28px}.onboard-success>p{max-width:580px;margin:0 auto;color:#777;font-size:10px;line-height:1.6}.application-id{display:inline-flex;flex-direction:column;gap:3px;margin:18px 0;padding:8px 18px;border-radius:9px;background:#f6f3ef}.application-id small{color:#999;font-size:7px}.application-id strong{font-family:monospace;font-size:12px}.success-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:5px 0 22px;text-align:left}.success-steps>div{display:grid;grid-template-columns:30px 1fr;column-gap:7px;padding:11px;border:1px solid #e8e3dd;border-radius:9px}.success-steps i{grid-row:1/3;color:var(--red);font-size:18px}.success-steps strong{font-size:8px}.success-steps span{color:#999;font-size:7px}.onboard-success>.primary-action{margin:auto}@media (max-width: 850px){.onboard-topbar{padding:0 18px}.onboard-topbar>div>span{display:none}.onboard-shell{grid-template-columns:1fr}.onboard-sidebar{position:static;display:none}.onboard-content{padding:22px}.mobile-step{display:block;margin-bottom:15px;color:var(--red);font-size:8px;font-weight:800}.onboard-success{margin:24px auto}.success-steps{grid-template-columns:1fr}}@media (max-width: 560px){.onboard-topbar{height:58px;padding:0 12px}.onboard-topbar img{width:110px}.onboard-topbar>div{gap:5px}.onboard-topbar>div>a,.onboard-topbar button{padding:6px;font-size:8px}.onboard-shell{width:calc(100% - 18px);margin:9px auto}.onboard-content{padding:17px 14px}.step-panel>header{gap:9px;margin-bottom:18px}.step-panel>header>span{width:34px;height:34px;flex-basis:34px}.step-panel h2{font-size:17px}.form-grid,.document-grid,.review-grid{grid-template-columns:1fr}.form-grid .full,.review-grid article.full{grid-column:auto}.choice-cards{grid-template-columns:1fr}.choice-cards button{min-height:68px}.step-actions{gap:8px}.step-actions button{flex:1;padding:0 8px}.review-grid dl>div{grid-template-columns:75px 1fr}.onboard-success{width:calc(100% - 18px);padding:26px 16px}.onboard-success h1{font-size:23px}}.partner-assist-options{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:17px}.partner-assist-options label{display:flex;align-items:flex-start;gap:8px;padding:11px;border:1px solid #e2ddd7;border-radius:9px;background:#faf9f7;cursor:pointer}.partner-assist-options input{margin-top:2px;accent-color:var(--red)}.partner-assist-options span{display:flex;flex-direction:column;gap:3px;color:#888;font-size:7px;line-height:1.45}.partner-assist-options strong{color:#444;font-size:8px}.partner-embedded{min-height:0;background:transparent}.partner-embedded .onboard-shell{width:100%;margin:0 auto}.partner-embedded .onboard-progress{margin-bottom:14px;border-radius:3px;overflow:hidden}.partner-embedded .onboard-success{width:100%;margin:0 auto}.acceptance-question{margin-top:22px;padding-top:20px;border-top:1px solid #eeeae6}.acceptance-heading small{color:var(--red);font-size:7px;font-weight:800;letter-spacing:.8px}.acceptance-heading h3{margin:4px 0;font-size:15px}.acceptance-heading p{color:#999;font-size:8px}.acceptance-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.acceptance-options>button{position:relative;min-height:96px;display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid #ded9d3;border-radius:11px;background:#fff;color:#555;text-align:left;cursor:pointer}.acceptance-options>button:hover{border-color:#efaaad;background:snow}.acceptance-options>button.active{border-color:var(--red);background:#fff7f7;box-shadow:0 0 0 2px #e8232a0f}.acceptance-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex:0 0 36px;border-radius:9px;background:#f5f2ef;color:#777;font-size:17px}.active .acceptance-icon{background:#ffe8e8;color:var(--red)}.acceptance-options button>div{display:flex;flex-direction:column;gap:3px}.acceptance-options em{color:var(--red);font-size:7px;font-style:normal;font-weight:900}.acceptance-options strong{font-size:9px}.acceptance-options small{padding-right:14px;color:#999;font-size:7px;line-height:1.45}.acceptance-check{position:absolute;right:10px;top:10px;color:#d6d1cb;font-size:15px}.acceptance-options .active .acceptance-check{color:var(--red)}.online-feature-preview{margin-top:11px;padding:13px;border:1px solid #dbeafe;border-radius:11px;background:linear-gradient(120deg,#f8fbff,#fff)}.online-feature-preview>header{display:flex;align-items:center;gap:8px}.online-feature-preview>header>span{width:29px;height:29px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#e8f1ff;color:#2563eb}.online-feature-preview header div{display:flex;flex-direction:column;gap:2px}.online-feature-preview header strong{font-size:9px}.online-feature-preview header small{color:#7890aa;font-size:7px}.online-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}.online-feature-grid>span{display:flex;align-items:center;gap:6px;padding:8px;border-radius:7px;background:#fff;color:#4b6480;font-size:8px}.online-feature-grid i{color:#2563eb;font-size:13px}.store-feature-preview{display:flex;align-items:flex-start;gap:9px;margin-top:11px;padding:12px;border-radius:10px;background:#f0fdf4;color:#39724e}.store-feature-preview>i{font-size:19px}.store-feature-preview span{display:flex;flex-direction:column;gap:2px;font-size:7px}.store-feature-preview strong{font-size:9px}.instore-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.instore-tools span{display:flex;align-items:center;gap:7px;padding:11px;border:1px solid #dbe9df;border-radius:9px;background:#f6fcf8;color:#39724e;font-size:8px;font-weight:700}.instore-tools i{font-size:16px}@media (max-width: 650px){.acceptance-options,.online-feature-grid,.instore-tools{grid-template-columns:1fr}.acceptance-options>button{min-height:82px}}.simple-register-page{min-height:100vh;padding:0 32px 36px;background:radial-gradient(circle at 82% 12%,#ffe9e9 0,transparent 28%),linear-gradient(135deg,#f8f7f4,#fff)}.simple-register-header{height:68px;display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:auto}.simple-register-header img{width:132px;height:42px;object-fit:contain;object-position:left}.simple-register-header>span{color:#777;font-size:9px}.simple-register-header a{color:var(--red);font-weight:800;text-decoration:none}.simple-register-layout{max-width:1040px;display:grid;grid-template-columns:330px minmax(0,610px);justify-content:center;gap:54px;margin:36px auto 0}.simple-register-copy{align-self:center}.simple-register-copy>span{color:var(--red);font-size:8px;font-weight:900;letter-spacing:1px}.simple-register-copy h1{max-width:320px;margin:10px 0;font-size:34px;line-height:1.1;letter-spacing:-1.2px}.simple-register-copy>p{max-width:310px;color:#777;font-size:10px;line-height:1.65}.simple-register-copy>div{display:flex;align-items:flex-start;gap:9px;margin-top:24px;padding-top:18px;border-top:1px solid #e5e0da;color:#39724e}.simple-register-copy>div>i{font-size:20px}.simple-register-copy>div span{display:flex;flex-direction:column;gap:3px;font-size:8px;line-height:1.5}.simple-register-copy>div strong{font-size:9px}.simple-register-card{padding:28px;border:1px solid #e4dfd9;border-radius:16px;background:#fff;box-shadow:0 20px 60px #3a2b2217}.simple-register-card>header small,.simple-online-features>small{color:var(--red);font-size:7px;font-weight:900;letter-spacing:.8px}.simple-register-card>header h2{margin:5px 0;font-size:21px}.simple-register-card>header p{color:#888;font-size:9px}.simple-channel-section{margin-top:22px}.simple-channel-section>h3{margin-bottom:10px;font-size:10px}.simple-channel-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.simple-channel-options>button{position:relative;display:flex;align-items:flex-start;gap:8px;min-height:88px;padding:12px;border:1px solid #ded9d3;border-radius:10px;background:#fff;color:#555;text-align:left;cursor:pointer}.simple-channel-options>button.active{border-color:var(--red);background:#fff8f8;box-shadow:0 0 0 2px #e8232a0f}.simple-channel-options button>span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex:0 0 32px;border-radius:8px;background:#f4f2ef;font-size:15px}.simple-channel-options .active>span{background:#ffe9e9;color:var(--red)}.simple-channel-options button>div{display:flex;flex-direction:column;gap:3px}.simple-channel-options em{color:var(--red);font-size:7px;font-style:normal;font-weight:900}.simple-channel-options strong{font-size:8px;line-height:1.3}.simple-channel-options small{color:#999;font-size:7px;line-height:1.4}.simple-channel-options button>i{position:absolute;right:8px;top:8px;color:#d5d0ca}.simple-channel-options button.active>i{color:var(--red)}.simple-online-features{margin-top:9px;padding:10px;border-radius:9px;background:#f4f8ff}.simple-online-features>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.simple-online-features span{display:flex;align-items:center;gap:4px;padding:5px 7px;border-radius:6px;background:#fff;color:#536b86;font-size:7px;font-weight:700}.simple-online-features i{color:#2563eb}.simple-contact-fields{display:grid;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid #eeeae6}.simple-contact-fields label>span{display:block;margin-bottom:6px;color:#555;font-size:8px;font-weight:700}.simple-contact-fields input{width:100%;height:42px;padding:0 11px;border:1px solid #ded9d3;border-radius:8px;outline:0;font:9px inherit}.simple-contact-fields input:focus{border-color:var(--red);box-shadow:0 0 0 3px #e8232a0f}.simple-register-submit{width:100%;height:43px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:16px;border:0;border-radius:9px;background:var(--red);color:#fff;font:800 9px inherit;cursor:pointer;box-shadow:0 8px 20px #e8232a33}.simple-register-terms{margin:9px 0 0;color:#aaa;font-size:7px;text-align:center}.simple-register-success{width:min(600px,100% - 24px);margin:80px auto;padding:42px;border:1px solid #e4dfd9;border-radius:17px;background:#fff;text-align:center;box-shadow:0 20px 60px #3a2b2217}.simple-register-success>span{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin:0 auto 13px;border-radius:50%;background:#eaf9f0;color:#198754;font-size:27px}.simple-register-success>small{color:#198754;font-size:7px;font-weight:900;letter-spacing:1px}.simple-register-success h1{margin:8px 0;font-size:25px}.simple-register-success>p{max-width:460px;margin:auto;color:#777;font-size:9px;line-height:1.6}.simple-register-success>div{display:inline-flex;flex-direction:column;gap:3px;margin:20px 0;padding:9px 18px;border-radius:8px;background:#f5f3f0}.simple-register-success>div small{color:#999;font-size:7px}.simple-register-success>div strong{font:700 11px monospace}.simple-register-success>button{display:flex;align-items:center;gap:6px;margin:auto;border:0;background:transparent;color:var(--red);font:800 8px inherit;cursor:pointer}@media (max-width: 850px){.simple-register-layout{grid-template-columns:1fr;gap:22px;margin-top:18px}.simple-register-copy{text-align:center}.simple-register-copy h1,.simple-register-copy>p{max-width:600px;margin-right:auto;margin-left:auto}.simple-register-copy>div{max-width:430px;justify-content:center;margin-right:auto;margin-left:auto;text-align:left}}@media (max-width: 560px){.simple-register-page{padding:0 10px 24px}.simple-register-header{height:58px;padding:0 4px}.simple-register-header img{width:105px}.simple-register-copy h1{font-size:27px}.simple-register-card{padding:18px 14px}.simple-channel-options{grid-template-columns:1fr}.simple-register-success{margin:30px auto;padding:28px 16px}}@media (max-width: 560px){.partner-assist-options{grid-template-columns:1fr}}.simple-online-features{margin-top:11px;padding:14px;border:1px solid #dbeafe;border-radius:11px;background:linear-gradient(135deg,#f5f9ff,#fff)}.simple-online-features>header{display:flex;align-items:center;gap:9px}.simple-online-features>header>span{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex:0 0 34px;padding:0;border-radius:9px;background:#e4efff;color:#2563eb;font-size:16px}.simple-online-features>header>div{display:flex;flex-direction:column;gap:2px;margin:0}.simple-online-features header small{color:#2563eb;font-size:7px;font-weight:900;letter-spacing:.7px}.simple-online-features header strong{font-size:10px}.simple-online-features header p{color:#8292a7;font-size:7px}.simple-online-features>.simple-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.simple-tool-grid article{min-width:0;display:flex;align-items:center;gap:8px;padding:9px;border:1px solid #e5edf8;border-radius:8px;background:#fff}.simple-tool-grid article>span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex:0 0 28px;padding:0;border-radius:7px;background:#edf4ff;color:#2563eb;font-size:13px}.simple-tool-grid article>div{min-width:0;display:flex;flex-direction:column;gap:2px;margin:0}.simple-tool-grid strong{font-size:8px}.simple-tool-grid small{overflow:hidden;color:#8492a6;font-size:7px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.simple-tool-grid .more-tools{border-style:dashed;background:#fbfdff}@media (max-width: 560px){.simple-online-features>.simple-tool-grid{grid-template-columns:1fr}.simple-tool-grid small{white-space:normal}}.simple-register-page{height:100vh;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.simple-register-layout{padding-bottom:36px}.simple-register-header{position:sticky;z-index:20;top:0;padding:0 4px;background:#f9f8f6f0;border-bottom:1px solid rgba(229,224,218,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (min-width: 851px){.simple-register-copy{position:sticky;top:104px;align-self:start}}@media (max-width: 560px){.simple-register-page{height:100dvh}.simple-register-layout{padding-bottom:20px}}.simple-register-header{top:12px;height:64px;max-width:1120px;padding:0 16px;border:1px solid rgba(226,221,215,.9);border-radius:14px;background:#fffffff0;box-shadow:0 10px 32px #30251e14}.simple-header-brand{display:flex;align-items:center;gap:13px}.simple-header-brand>a{display:flex;align-items:center}.simple-header-brand img{width:112px;height:38px}.simple-header-brand>span{display:flex;flex-direction:column;gap:2px;padding-left:13px;border-left:1px solid #e8e3dd}.simple-header-brand small{color:var(--red);font-size:6px;font-weight:900;letter-spacing:.8px}.simple-header-brand strong{color:#3f3a36;font-size:8px}.simple-header-journey{display:flex;align-items:center;gap:7px}.simple-header-journey>span{display:flex;align-items:center;gap:5px;color:#aaa;font-size:7px;font-weight:700}.simple-header-journey>span>i{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#f3f1ee;font-size:12px}.simple-header-journey>span.active{color:var(--red)}.simple-header-journey>span.active>i{background:#fff0f0}.simple-header-journey>i{color:#d5d0ca;font-size:10px}.simple-header-action{display:flex;align-items:center;gap:10px}.simple-header-action>span{color:#999;font-size:7px}.simple-header-action>a{height:34px;display:flex;align-items:center;gap:6px;padding:0 13px;border-radius:8px;background:var(--red);color:#fff;font-size:8px;font-weight:800;box-shadow:0 6px 14px #e8232a2e}@media (max-width: 850px){.simple-header-journey{display:none}.simple-register-header{top:8px}}@media (max-width: 560px){.simple-register-header{height:56px;padding:0 10px;border-radius:11px}.simple-header-brand{gap:7px}.simple-header-brand img{width:92px;height:32px}.simple-header-brand>span{padding-left:8px}.simple-header-brand small{display:none}.simple-header-brand strong{font-size:7px}.simple-header-action>span{display:none}.simple-header-action>a{height:31px;padding:0 10px}}.simple-register-page{height:100vh;padding:0;background:#fff}.simple-register-layout{width:100%;max-width:none;min-height:100vh;display:grid;grid-template-columns:minmax(380px,42%) minmax(0,1fr);gap:0;margin:0;padding:0}.simple-register-copy{position:sticky!important;top:0!important;align-self:start!important;height:100vh;display:flex;flex-direction:column;padding:38px 46px;overflow:hidden;background:radial-gradient(circle at 84% 22%,rgba(255,190,0,.2),transparent 25%),radial-gradient(circle at 30% 88%,rgba(232,35,42,.22),transparent 32%),linear-gradient(145deg,#553a3e,#90373d 56%,#c03e34 140%);color:#fff}.simple-register-copy:before{position:absolute;right:-180px;bottom:-210px;width:470px;height:470px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 80px #ffffff06,0 0 0 160px #ffffff05;content:""}.simple-visual-logo{position:relative;z-index:2;display:inline-flex;align-self:flex-start}.simple-visual-logo img{width:150px;height:48px;object-fit:contain;object-position:left}.simple-register-copy>.simple-visual-message{position:relative;z-index:2;display:block;margin:auto 0 16px;padding:0;border:0;color:#fff}.simple-visual-message>span{color:#ffcc4d;font-size:8px;font-weight:900;letter-spacing:1px}.simple-register-copy .simple-visual-message h1{max-width:440px;margin:10px 0 13px;color:#fff;font-size:38px;line-height:1.08;letter-spacing:-1.4px}.simple-visual-message p{max-width:430px;color:#ffffffab;font-size:11px;line-height:1.7}.simple-register-copy>.simple-payment-visual{position:relative;z-index:2;height:190px;display:block;margin:6px 0 22px;padding:0;border:0;color:#fff}.visual-orbit{position:absolute;top:12px;left:50%;width:180px;height:180px;border:1px solid rgba(255,255,255,.1);border-radius:50%;transform:translate(-50%)}.simple-payment-visual article{position:absolute;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#ffffff17;box-shadow:0 16px 35px #0000002e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.simple-payment-visual article>i{display:flex;align-items:center;justify-content:center;border-radius:9px}.visual-payment-card{top:35px;left:8%;padding:14px 17px}.visual-payment-card>i{width:36px;height:36px;background:#dcfce7;color:#16a34a;font-size:18px}.visual-payment-card div,.simple-payment-visual article>span{display:flex;flex-direction:column;gap:2px}.visual-payment-card small{color:#ffffff80;font-size:6px;font-weight:800;letter-spacing:.7px}.visual-payment-card strong{font-size:15px}.visual-payment-card span,.simple-payment-visual article small{color:#ffffff8c;font-size:7px}.visual-tool-card{right:5%;bottom:22px;padding:10px 13px}.visual-tool-card>i{width:29px;height:29px;background:#fff1cc;color:#d18a00;font-size:14px}.visual-store-card{right:2%;top:4px;padding:9px 12px}.visual-store-card>i{width:27px;height:27px;background:#ffe5e5;color:#ff666b;font-size:13px}.simple-payment-visual article>span strong{font-size:8px}.simple-register-copy>.simple-visual-foot{position:relative;z-index:2;display:flex;align-items:flex-start;gap:8px;margin:0;padding:15px 0 0;border:0;border-top:1px solid rgba(255,255,255,.12);color:#ffffff9e}.simple-visual-foot>i{font-size:17px;color:#ffcc4d}.simple-visual-foot>span{display:flex;flex-direction:column;gap:2px;font-size:7px;line-height:1.4}.simple-visual-foot strong{color:#fff;font-size:8px}.simple-register-card{width:min(610px,100% - 64px);align-self:center;justify-self:center;margin:38px 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.simple-register-card>header h2{font-size:28px;letter-spacing:-.7px}.simple-register-card>header p{font-size:10px}.simple-register-mobile-logo{display:none}.simple-register-signin{margin:18px 0 0;text-align:center;color:#888;font-size:8px}.simple-register-signin a{color:var(--red);font-weight:800;text-decoration:none}@media (max-width: 900px){.simple-register-layout{grid-template-columns:minmax(330px,38%) minmax(0,1fr)}.simple-register-copy{padding:32px}.simple-register-copy .simple-visual-message h1{font-size:31px}.simple-payment-visual{transform:scale(.9);transform-origin:center}.simple-register-card{width:calc(100% - 40px)}}@media (max-width: 800px){.simple-register-page{background:linear-gradient(135deg,#fff 65%,#fff7f4)}.simple-register-layout{display:block}.simple-register-copy{display:none}.simple-register-card{width:min(560px,100% - 32px);min-height:100vh;margin:0 auto;padding:28px 0 36px}.simple-register-mobile-logo{display:inline-flex;margin-bottom:26px}.simple-register-mobile-logo img{width:140px;height:44px;object-fit:contain;object-position:left}}@media (max-width: 560px){.simple-register-card{width:calc(100% - 24px);padding-top:18px}.simple-register-mobile-logo{margin-bottom:18px}.simple-register-card>header h2{font-size:24px}}.visual-orbit-track{position:absolute;top:0;left:50%;width:270px;height:180px;transform:translate(-50%);transform-origin:center;animation:merchant-orbit 24s linear infinite}.visual-orbit-track article{animation:merchant-counter-orbit 24s linear infinite}.visual-orbit-track .visual-payment-card{top:2px;left:-42px}.visual-orbit-track .visual-store-card{top:24px;right:-58px}.visual-orbit-track .visual-tool-card{right:42px;bottom:-3px}.simple-payment-visual:hover .visual-orbit-track,.simple-payment-visual:hover .visual-orbit-track article{animation-play-state:paused}@keyframes merchant-orbit{0%{transform:translate(-50%) rotate(0)}to{transform:translate(-50%) rotate(360deg)}}@keyframes merchant-counter-orbit{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (prefers-reduced-motion: reduce){.visual-orbit-track,.visual-orbit-track article{animation:none}}.simple-channel-options>button{transition:border-color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .22s ease}.simple-channel-options>button:hover{transform:translateY(-1px)}.simple-channel-options button>span,.simple-channel-options button>i{transition:background-color .22s ease,color .22s ease,transform .22s ease}.simple-channel-options>button.active>i{transform:scale(1.08)}.simple-feature-transition{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1),opacity .24s ease,visibility 0s linear .36s}.simple-feature-transition.show-online{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1),opacity .3s ease .06s,visibility 0s}.simple-feature-transition-inner{min-height:0;overflow:hidden}.simple-feature-transition .simple-online-features{transform:translateY(-8px);transition:transform .32s cubic-bezier(.22,1,.36,1)}.simple-feature-transition.show-online .simple-online-features{transform:translateY(0)}@media (prefers-reduced-motion: reduce){.simple-channel-options>button,.simple-channel-options button>span,.simple-channel-options button>i,.simple-feature-transition,.simple-feature-transition .simple-online-features{transition:none}.simple-channel-options>button:hover,.simple-feature-transition .simple-online-features{transform:none}}.simple-store-app-transition,.simple-online-registration-transition{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1),opacity .24s ease,visibility 0s linear .36s}.simple-store-app-transition.show-store,.simple-online-registration-transition.show-online{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1),opacity .3s ease .06s,visibility 0s}.simple-store-app-transition-inner,.simple-online-registration-inner{min-height:0;overflow:hidden}.simple-store-app-card{margin-top:11px;padding:16px;border:1px solid #dce9df;border-radius:12px;background:linear-gradient(135deg,#f2fbf5,#fff);text-align:center}.simple-store-app-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;margin:0 auto 9px;border-radius:12px;background:#dcfce7;color:#16864a;font-size:22px}.simple-store-app-copy{display:flex;flex-direction:column;align-items:center;gap:3px}.simple-store-app-copy small{color:#16864a;font-size:7px;font-weight:900;letter-spacing:.8px}.simple-store-app-copy strong{font-size:11px}.simple-store-app-copy p{max-width:410px;color:#718077;font-size:8px;line-height:1.5}.simple-store-app-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:430px;margin:13px auto 0}.simple-store-app-actions.single{grid-template-columns:minmax(220px,330px);justify-content:center}.simple-store-app-actions>a{min-width:0;display:flex;align-items:center;gap:8px;padding:10px 11px;border-radius:9px;background:#171717;color:#fff;text-align:left;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.simple-store-app-actions>a:hover{transform:translateY(-2px);box-shadow:0 8px 18px #00000029}.simple-store-app-actions>a>i:first-child{font-size:21px}.simple-store-app-actions>a>i:last-child{margin-left:auto;color:#aaa;font-size:12px}.simple-store-app-actions>a>span{display:flex;flex-direction:column}.simple-store-app-actions small{color:#bbb;font-size:6px}.simple-store-app-actions strong{font-size:9px}.simple-store-app-note{display:flex;align-items:center;justify-content:center;gap:5px;margin:10px 0 0;color:#829087;font-size:7px}.simple-store-signin{margin:13px 0 0;padding-top:12px;border-top:1px solid #dce9df;color:#829087;font-size:8px}.simple-store-signin a{color:var(--red);font-weight:800;text-decoration:none}.simple-store-signin a:hover{text-decoration:underline}@media (max-width: 560px){.simple-store-app-actions{grid-template-columns:1fr}.simple-store-app-card{padding:14px 11px}}@media (prefers-reduced-motion: reduce){.simple-store-app-transition,.simple-online-registration-transition,.simple-store-app-actions>a{transition:none}}.settlement-details-page{display:flex;flex-direction:column;gap:14px}.settlement-back{align-self:flex-start;display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#1769d2;font:700 10px inherit;cursor:pointer}.settlement-detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.85fr);gap:14px}.settlement-detail-grid main{display:flex;flex-direction:column;gap:12px}.settlement-hero,.settlement-card,.settlement-timeline{border:1px solid var(--border);border-radius:12px;background:#fff}.settlement-hero{display:flex;align-items:center;gap:14px;padding:19px}.settlement-hero>span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eaf8f1;color:#139253;font-size:24px}.settlement-hero small{color:#999;font-size:8px;font-weight:800}.settlement-hero h1{margin:2px 0;font-size:23px}.settlement-hero p{color:#666;font-size:10px}.settlement-card>header,.settlement-timeline>header{padding:14px 17px;border-bottom:1px solid var(--border)}.settlement-card h2,.settlement-timeline h2{font-size:12px}.settlement-id-row{display:grid;grid-template-columns:150px minmax(0,1fr) 28px;align-items:center;min-height:48px;padding:0 17px;border-bottom:1px solid #f4f2ef}.settlement-id-row:last-child{border:0}.settlement-id-row>span{color:#777;font-size:9px}.settlement-id-row strong{overflow:hidden;color:#333;text-overflow:ellipsis;white-space:nowrap}.settlement-id-row button,.timeline-help button{border:0;background:transparent;color:#1769d2;cursor:pointer}.breakup-group{padding:12px 17px;border-bottom:1px solid var(--border)}.breakup-group>div,.breakup-group p,.net-row{display:flex;align-items:center;gap:8px}.breakup-group>div{margin-bottom:7px}.breakup-group a{color:#1769d2;font-size:9px;font-weight:700;text-decoration:none}.breakup-group b{margin-left:auto;font-size:10px}.breakup-group p{justify-content:space-between;padding:6px 0;color:#555;font-size:9px}.positive{color:#19874a}.negative{color:var(--red)}.net-row{justify-content:space-between;padding:13px 17px}.net-row b{font-size:13px}.settlement-timeline{display:flex;flex-direction:column}.timeline-entry{display:flex;gap:10px;padding:19px 17px 4px}.timeline-entry>span{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf8f1;color:#139253;font-size:10px}.timeline-entry>div{flex:1}.timeline-entry strong{font-size:10px}.timeline-entry p{margin-top:4px;color:#777;font-size:9px}.timeline-help{margin-top:auto;padding:17px;font-size:8px;line-height:1.5}.timeline-help strong{display:inline-block;margin-top:10px}.detail-lines{overflow:hidden}.line-tab{display:inline-flex;align-items:center;gap:6px;margin:12px 17px 0;padding-bottom:9px;border-bottom:2px solid #222;font-size:10px;font-weight:700}.line-tab span{padding:2px 5px;border-radius:8px;background:#eee;font-size:8px}.line-table-wrap{overflow-x:auto;padding:10px 17px}.line-table-wrap table{min-width:820px;border:1px solid var(--border)}.line-details{border:0;background:transparent;color:#1769d2;font:700 9px inherit;cursor:pointer;white-space:nowrap}.line-pagination{display:flex;align-items:center;justify-content:space-between;padding:0 17px 13px;color:#999;font-size:8px}.line-pagination div{display:flex;gap:5px}.line-pagination button{width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:#fff}.line-pagination button:disabled{opacity:.35}.settlement-line-backdrop{position:fixed;z-index:200;inset:0;display:flex;align-items:center;justify-content:center;padding:15px;background:#14111073}.settlement-line-backdrop>section{width:min(430px,100%);border-radius:13px;background:#fff;box-shadow:0 22px 60px #0003}.settlement-line-backdrop header{display:flex;justify-content:space-between;padding:15px 17px;border-bottom:1px solid var(--border)}.settlement-line-backdrop header small{color:var(--red);font-size:8px}.settlement-line-backdrop header h2{margin-top:3px;font-size:12px}.settlement-line-backdrop header button{width:28px;height:28px;border:0;border-radius:7px;background:#fff0f0;color:var(--red)}.line-detail-amount{padding:15px 17px;background:#fff8f7}.line-detail-amount small{display:block;color:#999;font-size:8px}.line-detail-amount strong{font-size:20px}.line-detail-fields{display:grid;grid-template-columns:1fr 1fr;padding:7px 17px}.line-detail-fields div{padding:10px 0;border-bottom:1px solid #f4f2ef}.line-detail-fields span{display:block;color:#999;font-size:8px}.line-detail-fields strong{display:block;margin-top:3px;font-size:9px}.settlement-line-backdrop footer{display:flex;justify-content:flex-end;padding:12px 17px}.settlement-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#999}.settlement-not-found>i{font-size:38px}@media (max-width: 850px){.settlement-detail-grid{grid-template-columns:1fr}.settlement-timeline{min-height:300px}}@media (max-width: 520px){.settlement-id-row{grid-template-columns:100px minmax(0,1fr) 24px}.line-detail-fields{grid-template-columns:1fr}}.detail-skeleton{position:relative;display:block;overflow:hidden;width:70%;height:10px;border-radius:5px;background:#eeeae6}.detail-skeleton:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);transform:translate(-100%);animation:detail-shimmer 1.35s ease-in-out infinite}.detail-table-skeleton-row td{height:54px;vertical-align:middle}.detail-skeleton.date{width:72%}.detail-skeleton.identifier{width:88%;height:11px}.detail-skeleton.amount{width:68%;height:12px}.detail-skeleton.number{width:46px}.detail-skeleton.number.short{width:28px}.detail-skeleton.stage{width:74%}.detail-skeleton.status{width:72px;height:23px;border-radius:12px}.detail-skeleton.action{width:30px;height:30px;margin:auto;border-radius:8px}.detail-skeleton.description{width:86%}.settlement-page-skeleton .detail-skeleton.back{width:110px;height:12px}.settlement-page-skeleton .skeleton-hero>span.hero-icon{width:48px;height:48px;flex:0 0 48px;border-radius:10px;background:#eeeae6}.skeleton-hero>div{min-width:0;flex:1}.detail-skeleton.eyebrow{width:120px;height:7px}.detail-skeleton.hero-amount{width:180px;height:24px;margin-top:8px}.detail-skeleton.hero-date{width:140px;height:8px;margin-top:8px}.detail-skeleton.heading{width:80px;height:11px}.detail-skeleton.heading.wide{width:125px}.skeleton-detail-row{display:grid;grid-template-columns:150px 1fr;align-items:center;min-height:48px;padding:0 17px;border-bottom:1px solid #f4f2ef}.skeleton-detail-row .label{width:70%}.skeleton-detail-row .value{width:65%}.skeleton-breakup{padding-bottom:8px}.skeleton-breakup-row{display:flex;align-items:center;justify-content:space-between;padding:10px 17px}.skeleton-breakup-row .label{width:38%}.skeleton-breakup-row .amount{width:90px}.skeleton-timeline-row{display:flex;gap:10px;padding:18px 17px 2px}.detail-skeleton.timeline-dot{width:20px;height:20px;flex:0 0 20px;border-radius:50%}.skeleton-timeline-row>div{flex:1}.skeleton-timeline-row .value{width:70%}.detail-skeleton.subline{width:88%;height:7px;margin-top:7px}.detail-skeleton.subline.short{width:52%}.skeleton-lines{min-height:260px}.skeleton-line-table{display:grid;gap:13px;padding:20px 17px}.detail-skeleton.line{width:100%;height:28px}@keyframes detail-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.detail-skeleton:after{animation:none}}@media (max-width: 520px){.skeleton-detail-row{grid-template-columns:100px 1fr}.detail-skeleton.hero-amount{width:150px}}.settings-page{display:flex;flex-direction:column;gap:14px;max-width:1100px;margin:0 auto}.settings-hero{display:flex;align-items:center;gap:13px;padding:18px 20px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(110deg,#fff,#fff8f7)}.settings-hero>span{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:var(--red);color:#fff;font-size:19px}.settings-hero small,.settings-modal header small{color:var(--red);font-size:8px;font-weight:800;letter-spacing:.8px}.settings-hero h1{margin:2px 0;font-size:19px}.settings-hero p{color:#888;font-size:9px}.settings-tabs{display:flex;gap:4px;padding:5px;border:1px solid var(--border);border-radius:10px;background:#fff}.settings-tabs button{height:38px;display:flex;align-items:center;gap:7px;padding:0 14px;border:0;border-radius:7px;background:transparent;color:#777;font:700 10px inherit;cursor:pointer}.settings-tabs button.active{background:#fff0f0;color:var(--red)}.settings-section{padding:17px}.team-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:12px}.team-toolbar>div{height:36px;max-width:360px;display:flex;align-items:center;gap:7px;flex:1;padding:0 10px;border:1px solid var(--border);border-radius:8px}.team-toolbar input{min-width:0;flex:1;border:0;outline:0;font:9px inherit}.team-toolbar button{border:0;background:transparent}.team-toolbar>span{margin-left:auto;color:#999;font-size:9px}.settings-table-wrap{overflow-x:auto}.settings-table{min-width:620px}.member-cell{display:flex;align-items:center;gap:9px}.member-cell>span{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff0f0;color:var(--red);font-size:9px;font-weight:800}.member-cell strong,.member-cell small{display:block}.member-cell small{margin-top:2px;color:#999;font-size:8px}.edit-action{border:0;background:transparent;color:var(--red);font:700 9px inherit;cursor:pointer}.settings-empty{text-align:center!important;color:#aaa!important}.embedded-password{min-width:0}.bank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.bank-card,.add-bank-card{min-height:210px;padding:15px;border:1px solid var(--border);border-radius:11px;background:#fff}.bank-card header{display:flex;align-items:center;gap:9px;padding-bottom:13px;border-bottom:1px solid var(--border)}.bank-card header>span{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#eff6ff;color:#3574d4}.bank-card header div{flex:1}.bank-card header strong,.bank-card header small,.bank-card>div>small,.bank-number small{display:block}.bank-card small{color:#999;font-size:8px}.bank-card em{padding:3px 7px;border-radius:8px;background:#f0fdf4;color:#198754;font-size:7px;font-style:normal;font-weight:800}.bank-card>div{padding-top:13px}.bank-card>div>strong{display:block;margin-top:4px;font-size:10px}.bank-number{display:flex;gap:20px}.bank-number>span{flex:1}.bank-card footer{margin-top:14px;padding-top:11px;border-top:1px solid var(--border)}.bank-card footer button{border:0;background:transparent;color:var(--red);font:700 9px inherit}.add-bank-card{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;border-style:dashed;color:#999;cursor:pointer}.add-bank-card i{font-size:22px;color:var(--red)}.add-bank-card strong{color:#555}.add-bank-card span{font-size:8px}.settings-backdrop{position:fixed;z-index:220;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;background:#1411107a}.settings-modal{width:min(520px,100%);max-height:92vh;overflow-y:auto;border-radius:13px;background:#fff}.settings-modal>header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border)}.settings-modal h2{margin-top:3px;font-size:15px}.settings-modal header button{width:29px;height:29px;border:0;border-radius:50%;background:#fff0f0;color:var(--red)}.settings-modal form{padding:16px 18px}.settings-modal label{display:block;margin-bottom:12px;color:#555;font-size:9px;font-weight:700}.settings-modal input:not([type=checkbox]),.settings-modal select{width:100%;height:39px;margin-top:6px;padding:0 10px;border:1px solid var(--border);border-radius:8px;outline:0;font:9px inherit}.settings-modal input:focus,.settings-modal select:focus{border-color:var(--red)}.settings-modal input.invalid{border-color:var(--red)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.primary-check{display:flex!important;align-items:center;gap:7px}.primary-check input{accent-color:var(--red)}.modal-error{margin-bottom:10px;color:var(--red);font-size:8px}.settings-modal form>footer{display:flex;justify-content:flex-end;gap:8px;margin:15px -18px -16px;padding:12px 18px;border-top:1px solid var(--border);background:#faf9f7}.settings-toast{position:fixed;z-index:250;right:18px;bottom:18px;display:flex;align-items:center;gap:7px;padding:11px 14px;border-radius:9px;background:#183c27;color:#fff;font-size:9px;box-shadow:0 12px 30px #0000002e}@media (max-width: 700px){.settings-tabs{overflow-x:auto}.settings-tabs button{flex:0 0 auto}.bank-grid{grid-template-columns:1fr}.settings-section{padding:14px}}@media (max-width: 520px){.settings-hero{align-items:flex-start;padding:14px}.settings-hero h1{font-size:17px}.settings-tabs button{padding:0 11px}.form-grid{grid-template-columns:1fr;gap:0}.settings-backdrop{align-items:flex-end;padding:0}.settings-modal{max-height:94vh;border-radius:14px 14px 0 0}.settings-modal form>footer .btn{flex:1;justify-content:center}.settings-toast{right:10px;bottom:10px;left:10px}.bank-number{gap:10px}}.api-security-note{display:flex;align-items:flex-start;gap:10px;margin:14px 0;padding:12px;border:1px solid #cfe0f8;border-radius:10px;background:#f5f9ff;color:#315f9e}.api-security-note>span{width:32px;height:32px;display:flex;flex:0 0 32px;align-items:center;justify-content:center;border-radius:8px;background:#e2edfc;font-size:16px}.api-security-note strong,.api-security-note p{display:block}.api-security-note strong{font-size:10px}.api-security-note p{margin-top:3px;color:#647c9d;font-size:9px;line-height:1.5}.api-key-empty{min-height:260px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:26px;border:1px dashed #ddd7cf;border-radius:11px;background:#fcfbfa;text-align:center}.api-key-empty>span{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#fff0f0;color:var(--red);font-size:23px}.api-key-empty h3{margin-top:11px;font-size:13px}.api-key-empty p{max-width:380px;margin:5px 0 15px;color:#888;font-size:9px;line-height:1.5}.api-key-content{display:flex;flex-direction:column;gap:11px}.api-key-card{padding:14px;border:1px solid var(--border);border-radius:11px;background:#fff}.api-key-card>header{display:flex;align-items:center;gap:9px}.api-key-card>header>span{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#eff6ff;color:#3574d4;font-size:16px}.salt-key-card>header>span{background:#fff6dc;color:#b67b00}.api-key-card header>div{min-width:0;flex:1}.api-key-card strong,.api-key-card small{display:block}.api-key-card header strong{font-size:10px}.api-key-card header small{margin-top:2px;color:#999;font-size:8px}.api-key-card header em{padding:3px 7px;border-radius:8px;background:#f0fdf4;color:#198754;font-size:7px;font-style:normal;font-weight:800}.salt-key-card header em{background:#fff8e6;color:#9b6a00}.api-key-value{display:flex;align-items:center;gap:6px;margin-top:12px;padding:9px 10px;border:1px solid #eeeae5;border-radius:8px;background:#faf9f7}.api-key-value code{min-width:0;flex:1;overflow:hidden;color:#444;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.api-key-value button{width:29px;height:29px;display:flex;flex:0 0 29px;align-items:center;justify-content:center;border:0;border-radius:7px;background:#fff;color:#777;cursor:pointer}.api-key-value button:hover{color:var(--red)}.api-key-meta{display:flex;flex-wrap:wrap;gap:9px}.api-key-meta>span{display:flex;align-items:center;gap:8px;min-width:220px;flex:1;padding:10px;border-radius:9px;background:#f8f7f5;color:#777}.api-key-meta>span>i{font-size:15px}.api-key-meta small,.api-key-meta strong{display:block}.api-key-meta small{color:#aaa;font-size:7px}.api-key-meta strong{margin-top:2px;font-size:9px}.api-integration-help{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--border);border-radius:10px}.api-integration-help>div{display:flex;align-items:center;gap:9px;min-width:0;flex:1}.api-integration-help>div>span{width:33px;height:33px;display:flex;flex:0 0 33px;align-items:center;justify-content:center;border-radius:8px;background:#f1efec;color:#666;font-size:16px}.api-integration-help strong{font-size:10px}.api-integration-help p{margin-top:2px;color:#999;font-size:8px}.api-regenerate-modal{width:min(540px,100%)}.api-regenerate-body{padding:16px 18px}.api-regenerate-warning{display:flex;align-items:flex-start;gap:8px;padding:10px;border-radius:8px;background:#fff8e5;color:#8e6500}.api-regenerate-warning i{margin-top:1px;font-size:15px}.api-regenerate-warning p{font-size:9px;line-height:1.5}.api-regenerate-body fieldset{margin-top:14px;border:0}.api-regenerate-body legend{margin-bottom:8px;color:#555;font-size:9px;font-weight:700}.api-regenerate-body label{display:flex;align-items:flex-start;gap:9px;margin:7px 0;padding:11px;border:1px solid var(--border);border-radius:9px;background:#fff;cursor:pointer}.api-regenerate-body label.selected{border-color:#ec9b9e;background:#fff7f7}.api-regenerate-body input{width:auto!important;height:auto!important;margin:2px 0 0!important;accent-color:var(--red)}.api-regenerate-body label span{min-width:0}.api-regenerate-body label strong,.api-regenerate-body label small{display:block}.api-regenerate-body label strong{font-size:9px}.api-regenerate-body label small{margin-top:3px;color:#999;font-size:8px;line-height:1.45}.api-regenerate-modal>footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid var(--border);background:#faf9f7}@media (max-width: 620px){.api-settings-section .card-header>.btn{width:100%;justify-content:center}.api-integration-help{align-items:stretch;flex-direction:column}.api-integration-help>.btn{justify-content:center}.api-key-value code{font-size:9px}.api-regenerate-modal>footer .btn{flex:1;justify-content:center}}.webhook-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.webhook-heading>div{display:flex;align-items:center;gap:10px;min-width:0}.webhook-heading>div>span{width:36px;height:36px;display:flex;flex:0 0 36px;align-items:center;justify-content:center;border-radius:9px;background:#fff0f0;color:var(--red);font-size:17px}.webhook-heading h3{font-size:12px}.webhook-heading p{margin-top:2px;color:#999;font-size:8px;line-height:1.45}.webhook-empty{display:flex;align-items:center;gap:12px;margin-top:12px;padding:15px;border:1px dashed #ddd7cf;border-radius:10px;background:#fcfbfa}.webhook-empty>span{width:38px;height:38px;display:flex;flex:0 0 38px;align-items:center;justify-content:center;border-radius:10px;background:#f1efec;color:#777;font-size:17px}.webhook-empty>div{min-width:0;flex:1}.webhook-empty strong{font-size:10px}.webhook-empty p{margin-top:3px;color:#999;font-size:8px}.webhook-list{display:grid;gap:10px;margin-top:12px}.webhook-card{padding:14px;border:1px solid var(--border);border-radius:11px;background:#fff}.webhook-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:11px;border-bottom:1px solid var(--border)}.webhook-url{display:flex;align-items:center;gap:9px;min-width:0}.webhook-url>span{width:33px;height:33px;display:flex;flex:0 0 33px;align-items:center;justify-content:center;border-radius:8px;background:#eff6ff;color:#3574d4;font-size:15px}.webhook-url>div{min-width:0}.webhook-url strong,.webhook-url small{display:block}.webhook-url strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.webhook-url small{margin-top:3px;color:#999;font-size:8px}.webhook-status{display:flex;align-items:center;gap:5px;padding:5px 8px;border:0;border-radius:12px;background:#edf9f1;color:#198754;font:800 8px inherit;cursor:pointer}.webhook-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.webhook-status.inactive{background:#f2f2f2;color:#888}.webhook-events{padding:11px 0}.webhook-events>small,.webhook-secret small{display:block;color:#aaa;font-size:7px;font-weight:800;letter-spacing:.45px}.webhook-events>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.webhook-events span{padding:4px 7px;border-radius:7px;background:#f7f4f1;color:#666;font-size:8px}.webhook-secret{display:flex;align-items:center;gap:6px;padding:9px 10px;border:1px solid #eeeae5;border-radius:8px;background:#faf9f7}.webhook-secret>div{min-width:0;flex:1}.webhook-secret code{display:block;overflow:hidden;margin-top:3px;color:#555;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.webhook-secret>button{width:28px;height:28px;display:flex;flex:0 0 28px;align-items:center;justify-content:center;border:0;border-radius:7px;background:#fff;color:#777;cursor:pointer}.webhook-secret>button:hover{color:var(--red)}.webhook-card>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px}.webhook-card>footer>small{color:#aaa;font-size:7px}.webhook-card>footer>div{display:flex;align-items:center;gap:5px}.webhook-card>footer button{height:29px;display:flex;align-items:center;gap:5px;padding:0 8px;border:1px solid var(--border);border-radius:7px;background:#fff;color:#666;font:700 8px inherit;cursor:pointer}.webhook-card>footer button:hover{border-color:#efb5b7;color:var(--red)}.webhook-card>footer button.remove{width:29px;justify-content:center;padding:0;color:var(--red)}.webhook-modal{width:min(680px,100%)}.webhook-modal>header{position:sticky;z-index:3;top:0;background:#fff}.webhook-field-hint{display:block;margin-top:4px;color:#999;font-size:7px;font-weight:500}.webhook-event-picker{margin:3px 0 12px;border:0}.webhook-event-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:9px}.webhook-event-toolbar legend{color:#555;font-size:9px;font-weight:700}.webhook-event-toolbar p{margin-top:3px;color:#999;font-size:8px}.webhook-event-toolbar>div:last-child{display:flex;align-items:center;gap:4px;padding:5px 7px;border-radius:8px;background:#f7f4f1;color:#888}.webhook-event-toolbar>div:last-child strong{color:var(--red);font-size:10px}.webhook-event-toolbar>div:last-child span{font-size:7px}.webhook-event-toolbar>div:last-child button{margin-left:4px;padding-left:7px;border:0;border-left:1px solid #ddd7cf;background:transparent;color:var(--red);font:700 7px inherit;cursor:pointer}.webhook-event-groups{display:grid;gap:8px}.webhook-event-group{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.webhook-event-group.expanded{border-color:#e6bfc0;box-shadow:0 5px 16px #4b322d0f}.webhook-event-group>header{display:flex;align-items:center;gap:8px;padding:7px 8px;background:#faf9f7}.webhook-group-toggle{display:flex;align-items:center;gap:8px;min-width:0;flex:1;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.webhook-group-toggle>span:first-child{width:29px;height:29px;display:flex;flex:0 0 29px;align-items:center;justify-content:center;border-radius:8px;background:#fff0f0;color:var(--red);font-size:14px}.webhook-group-toggle>span:nth-child(2){min-width:0;flex:1}.webhook-group-toggle strong,.webhook-group-toggle small{display:block}.webhook-group-toggle strong{color:#4d4845;font-size:9px}.webhook-group-toggle small{margin-top:2px;color:#aaa;font-size:7px}.webhook-group-toggle>i{color:#aaa;font-size:13px;transition:transform .18s ease}.webhook-event-group.expanded .webhook-group-toggle>i{transform:rotate(180deg)}.webhook-group-select{display:flex;align-items:center;gap:4px;padding:5px 7px;border:1px solid #ddd7cf;border-radius:7px;background:#fff;color:#777;font:700 7px inherit;cursor:pointer}.webhook-group-select i{display:none}.webhook-group-select.selected{border-color:#efb1b4;background:#fff0f0;color:var(--red)}.webhook-group-select.selected i{display:inline}.settings-modal .webhook-event-group>header>.webhook-group-toggle{width:auto;height:auto;border:0;border-radius:0;background:transparent;color:inherit}.settings-modal .webhook-event-group>header>.webhook-group-select{width:auto;height:auto;min-width:68px;flex:0 0 auto;justify-content:center;border:1px solid #ddd7cf;border-radius:7px;background:#fff;color:#777;font-family:inherit;font-size:8px;font-weight:700;line-height:1;white-space:nowrap}.settings-modal .webhook-event-group>header>.webhook-group-select.selected{border-color:#efb1b4;background:#fff0f0;color:var(--red)}.webhook-event-group>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:8px;border-top:1px solid var(--border)}.webhook-event-group>div>button{display:flex;align-items:flex-start;gap:8px;min-height:52px;padding:8px;border:1px solid var(--border);border-radius:8px;background:#fff;text-align:left;cursor:pointer}.webhook-event-group>div>button:hover{border-color:#e7c8c9;background:snow}.webhook-event-group>div>button.selected{border-color:#eea4a7;background:#fff7f7;box-shadow:inset 3px 0 0 var(--red)}.webhook-event-group>div>button>span:first-child{width:18px;height:18px;display:flex;flex:0 0 18px;align-items:center;justify-content:center;border:1px solid #d8d2cc;border-radius:5px;color:transparent;font-size:11px}.webhook-event-group>div>button.selected>span:first-child{border-color:var(--red);background:var(--red);color:#fff}.webhook-event-group>div>button strong,.webhook-event-group>div>button small{display:block}.webhook-event-group>div>button strong{color:#555;font-size:9px}.webhook-event-group>div>button small{margin-top:3px;color:#999;font:7px monospace;line-height:1.35}.webhook-config-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.webhook-config-grid>label>span{margin-left:4px;color:#aaa;font-size:7px;font-weight:500}.webhook-secret-input,.webhook-email-input{height:39px;display:flex;align-items:center;margin-top:6px;border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.settings-modal .webhook-secret-input input,.settings-modal .webhook-email-input input{min-width:0;height:37px;flex:1;margin:0;padding:0 9px;border:0;border-radius:0;background:transparent}.webhook-secret-input>button{height:29px;display:flex;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;margin-right:5px;padding:0 7px;border:0;border-radius:6px;background:#f7f4f1;color:#777;font-family:inherit;font-size:7px;font-weight:700;cursor:pointer}.webhook-secret-input>button:first-of-type{width:28px;padding:0}.webhook-secret-input>button.generate{background:#fff0f0;color:var(--red)}.webhook-email-input>i{margin-left:10px;color:#aaa;font-size:14px}.webhook-email-input:focus-within,.webhook-secret-input:focus-within{border-color:var(--red)}.webhook-email-input.invalid{border-color:var(--red)}.webhook-alert-email{display:flex;align-items:center;gap:8px;margin-bottom:9px;padding:8px 10px;border-radius:8px;background:#f5f9ff;color:#315f9e}.webhook-alert-email>i{font-size:14px}.webhook-alert-email small,.webhook-alert-email strong{display:block}.webhook-alert-email small{color:#8295ae;font-size:7px;font-weight:800;letter-spacing:.4px}.webhook-alert-email strong{margin-top:2px;font-size:8px}.webhook-delivery-note{display:flex;align-items:flex-start;gap:8px;padding:10px;border-radius:8px;background:#f5f9ff;color:#315f9e}.webhook-delivery-note>i{margin-top:1px;font-size:15px}.webhook-delivery-note strong,.webhook-delivery-note span{display:block}.webhook-delivery-note strong{font-size:9px}.webhook-delivery-note span{margin-top:2px;color:#647c9d;font-size:8px;line-height:1.45}@media (max-width: 620px){.webhook-heading{align-items:stretch;flex-direction:column}.webhook-heading>.btn,.webhook-empty>.btn{justify-content:center}.webhook-empty{align-items:stretch;flex-direction:column}.webhook-config-grid{grid-template-columns:1fr;gap:0}.webhook-event-toolbar{align-items:flex-start;flex-direction:column}.webhook-event-group>div{grid-template-columns:1fr}.webhook-group-select{white-space:nowrap}.webhook-card>footer{align-items:flex-start;flex-direction:column}.webhook-card>footer>div{width:100%}.webhook-card>footer button{flex:1;justify-content:center}}
