:root{color-scheme:light;--brand: #f2a116;--brand-strong: #ef8f00;--brand-soft: #fff4df;--ink: #0d0d0d;--muted: #64708a;--muted-strong: #48536a;--line: #e2e7f0;--line-strong: #d5dce8;--surface: #ffffff;--surface-soft: #f7f9fc;--dark: #111214;--dark-raised: #18181b;--success: #10b866;--success-soft: #e9f9ef;--danger: #f04444;--danger-soft: #ffe9eb;--blue: #315eea;--blue-soft: #edf3ff;--purple: #5a4bd6;--purple-soft: #f0edff;--shadow: 0 16px 36px rgba(21, 31, 48, .08);--sidebar-width: 270px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#f4f6fa;color:var(--ink);font-size:15px}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(242,161,22,.28);outline-offset:2px}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100vh;background:var(--surface)}.main-panel{min-width:0;background:linear-gradient(180deg,#fffffffa,#f7f9fcf0),var(--surface-soft);padding:24px 32px 36px}.page{width:100%;max-width:1240px;margin:0 auto}.loading-screen{display:grid;min-height:100vh;place-content:center;gap:18px;text-align:center;color:var(--muted)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0;color:#fff}.brand img{width:54px;height:54px;border-radius:8px;object-fit:cover}.brand span{display:grid;gap:1px;min-width:0;line-height:1.1}.brand strong{color:inherit;font-size:25px;font-weight:800}.brand em{color:var(--brand);font-style:normal;font-size:17px;font-weight:700}.brand.compact{color:var(--ink);justify-content:center}.brand.compact img{width:50px;height:50px}.brand.compact strong,.brand.compact em{display:none}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:28px 18px;overflow-y:auto;background:linear-gradient(180deg,#ffffff05,#fff0),var(--dark);color:#fff}.sidebar{scrollbar-width:none}.sidebar::-webkit-scrollbar{width:0;height:0}.side-nav{display:grid;gap:10px;margin-top:28px}.side-nav button,.bottom-nav button{border:0;background:transparent}.side-nav button{display:flex;align-items:center;gap:14px;width:100%;min-height:52px;padding:0 16px;border-radius:8px;color:#ffffffe6;text-align:left;font-weight:650}.side-nav button svg{flex:0 0 auto}.side-nav button.active{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;box-shadow:0 12px 26px #f2a11642}.sidebar-spacer{flex:1;min-height:34px}.promo-card,.plan-card{display:grid;gap:10px;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff09}.promo-card{margin-bottom:16px}.promo-card svg{color:var(--brand)}.promo-card span,.plan-card span{color:#ffffffc7;line-height:1.45}.promo-card button,.plan-card button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid rgba(242,161,22,.8);border-radius:8px;background:transparent;color:var(--brand);font-weight:800}.plan-card button{justify-content:flex-start;border:0;min-height:auto;padding:0}.collapse-button{display:grid;place-items:center;width:42px;height:42px;margin:22px auto 0;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:transparent;color:#fff}.topbar{display:grid;grid-template-columns:minmax(240px,310px) minmax(280px,420px) auto;gap:28px;align-items:center;max-width:1240px;margin:0 auto 26px}.merchant-switch,.search-box,.profile-button,.help-button,.icon-button{border:1px solid var(--line);border-radius:8px;background:#ffffffdb;box-shadow:0 7px 18px #1f2d440a}.merchant-switch-wrap{position:relative;min-width:0}.merchant-switch{display:flex;align-items:center;gap:10px;min-width:0;padding:6px}.merchant-menu{position:absolute;z-index:20;top:calc(100% + 8px);left:0;display:grid;gap:6px;width:min(360px,90vw);padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 22px 45px #16203026}.merchant-menu button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;align-items:center;min-height:58px;padding:10px 12px;border:0;border-radius:8px;background:transparent;color:var(--ink);text-align:left}.merchant-menu button:hover{background:#f7f9fc}.merchant-menu strong,.merchant-menu small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchant-menu small{grid-column:1;color:var(--muted)}.merchant-menu span{grid-row:1 / span 2;grid-column:2;padding:6px 8px;border-radius:8px;background:var(--brand-soft);color:var(--brand-strong);font-size:12px;font-weight:850}.merchant-menu .create-merchant-menu-action{display:inline-flex;justify-content:center;min-height:44px;border:1px solid rgba(242,161,22,.45);color:var(--brand-strong);font-weight:850}.merchant-menu .create-merchant-menu-action span{display:none}.merchant-switch button,.profile-button{display:inline-flex;align-items:center;gap:8px;min-width:0;border:0;background:transparent;color:var(--ink);font-weight:650}.merchant-switch button{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.merchant-switch span,.preview-merchant span{flex:0 0 auto;padding:7px 10px;border-radius:8px;background:var(--brand-soft);color:var(--brand-strong);font-size:13px;font-weight:800}.merchant-icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border:4px solid var(--brand);border-radius:8px;background:#fff;color:var(--brand)}.search-box{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;padding:0 12px;color:var(--muted)}.search-box input,.filter-search input,.form-card input,.form-card select,.form-card textarea,.quick-cash input{min-width:0;width:100%;border:0;background:transparent;color:var(--ink)}.search-box kbd{padding:3px 7px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);font-size:12px}.topbar-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px;min-width:0}.icon-button{position:relative;display:grid;place-items:center;width:44px;height:44px;color:var(--ink)}.icon-button span{position:absolute;top:-5px;right:-4px;display:grid;place-items:center;width:21px;height:21px;border-radius:999px;background:var(--brand);color:#fff;font-size:12px;font-weight:800}.help-button,.profile-button{min-height:44px;padding:0 12px}.profile-button img,.mobile-profile img{width:42px;height:42px;border-radius:999px;object-fit:cover}.profile-button span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-title{margin-bottom:18px}.page-title h1{margin:0;font-size:28px;line-height:1.15;font-weight:850}.page-title p{margin:8px 0 0;color:var(--muted);line-height:1.45}.verification-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:18px;min-height:74px;margin-bottom:18px;padding:14px 20px;border:1px solid rgba(242,161,22,.44);border-radius:8px;background:linear-gradient(90deg,#fff7e8f2,#ffffffe6);color:var(--muted-strong)}.verification-banner svg{color:var(--brand)}.verification-banner span{display:grid;gap:4px;min-width:0}.verification-banner strong{color:var(--ink)}.integration-warning{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-bottom:14px;padding:12px 16px;border:1px solid rgba(245,158,11,.42);border-radius:8px;background:#fffbebe6;color:#92400e;font-weight:750}.integration-warning svg{color:var(--brand-strong)}.workflow-panel{display:grid;gap:16px;margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 28px #1620300d}.workflow-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.workflow-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:var(--brand-soft);color:var(--brand-strong)}.workflow-heading h2{margin:0;font-size:18px}.workflow-heading p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.35}.workflow-heading button,.workflow-actions button,.module-required-card button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;font-weight:850}.workflow-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.workflow-step{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;min-height:76px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe}.workflow-step.done{border-color:#13aa5b3d;background:var(--success-soft)}.workflow-step.active{border-color:#f2a11657;background:var(--brand-soft)}.workflow-step.waiting{color:var(--muted-strong)}.workflow-step.done svg{color:var(--success)}.workflow-step.active svg{color:var(--brand-strong)}.workflow-step span{display:grid;gap:4px;min-width:0}.workflow-step strong{color:var(--ink);font-size:13px}.workflow-step small{color:var(--muted);font-size:12px;line-height:1.25}.workflow-actions{display:flex;justify-content:flex-end;gap:10px}.workflow-actions .secondary{border:1px solid var(--line-strong);background:#fff;color:var(--ink)}.verification-banner button,.metric-card button,.form-actions button:not(.ghost):not(.secondary),.preview-card>button,.side-card button,.checkout-continue{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;font-weight:850}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.metric-grid.four,.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-grid .metric-card strong{font-size:24px;white-space:nowrap}.metric-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card,.panel,.form-card,.preview-card,.side-card,.checkout-card,.payment-option,.support-card,.placeholder-card{border:1px solid var(--line);border-radius:8px;background:#fffffff5;box-shadow:0 10px 28px #1620300d}.metric-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:116px;padding:20px}.metric-card p{display:inline-flex;align-items:center;gap:6px;margin:0 0 9px;color:var(--muted-strong);font-weight:650}.metric-card strong{display:block;color:var(--ink);font-size:27px;line-height:1.1;font-weight:850;word-break:break-word}.metric-card .delta{display:block;margin-top:8px;font-weight:800}.delta.orange,.orange{color:var(--brand-strong)}.delta.green,.positive,.green{color:var(--success)}.delta.blue,.blue{color:var(--blue)}.delta.red,.negative,.red{color:var(--danger)}.delta.purple,.purple{color:var(--purple)}.metric-card button{grid-column:1 / -1;justify-self:end;min-height:40px;padding:0 15px;font-size:13px}.icon-tile{display:grid;place-items:center;width:58px;height:58px;flex:0 0 58px;border-radius:8px}.icon-tile.orange{background:var(--brand-soft);color:var(--brand-strong)}.icon-tile.green{background:var(--success-soft);color:var(--success)}.icon-tile.blue{background:var(--blue-soft);color:var(--blue)}.icon-tile.red{background:var(--danger-soft);color:var(--danger)}.icon-tile.purple{background:var(--purple-soft);color:var(--purple)}.icon-tile.neutral{background:#f2f5f9;color:var(--muted-strong)}.quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.action-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:86px;padding:14px 18px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-align:left;box-shadow:0 10px 24px #1620300a}.action-card strong,.action-card em{display:block;min-width:0}.action-card strong{margin-bottom:5px;font-size:16px}.action-card em{color:var(--muted);font-style:normal;line-height:1.35}.action-card.featured{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff}.action-card.featured em{color:#ffffffd9}.action-card.featured .icon-tile{background:#ffffff29;color:#fff}.dashboard-lower{display:grid;grid-template-columns:minmax(350px,.95fr) minmax(480px,1.45fr);gap:16px}.panel{min-width:0;padding:18px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.panel-heading h2,.form-card h2,.preview-card h2,.side-card h2,.placeholder-card h2{margin:0;font-size:17px;line-height:1.25}.secondary,.ghost,.link-button,.back-button,.table-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-weight:750}.ghost,.link-button,.table-link,.back-button{border:0;background:transparent;color:var(--blue)}.link-button{min-height:auto;padding:0}.legend{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:13px}.legend span{display:inline-block;width:18px;height:4px;border-radius:999px}.orange-dot{background:var(--brand)}.blue-dot{background:var(--blue)}.combo-chart{position:relative;display:grid;grid-template-columns:repeat(7,1fr);align-items:end;height:210px;margin-top:18px;padding:0 8px;border-bottom:1px solid var(--line);background:linear-gradient(var(--line) 1px,transparent 1px) 0 0 / 100% 52px}.combo-bar{width:42%;max-width:28px;min-height:18px;justify-self:center;border-radius:4px 4px 0 0;background:var(--brand)}.combo-chart svg{position:absolute;inset:18px 24px 10px;width:calc(100% - 48px);height:calc(100% - 28px);overflow:visible}.combo-chart polyline{fill:none;stroke:var(--blue);stroke-width:4}.combo-chart circle{fill:var(--blue);stroke:#fff;stroke-width:3}.chart-labels{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:8px;color:var(--muted-strong);font-size:12px;text-align:center}.chart-panel a,.table-link{display:inline-flex;gap:8px;align-items:center;margin-top:16px;color:var(--blue);font-weight:800;text-decoration:none}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:13px 12px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{color:var(--ink);font-size:12px;font-weight:850}tbody tr{cursor:pointer}tbody tr:hover{background:#f9fbfe}td a{color:var(--blue);font-weight:750}.status-badge,.movement-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:800;white-space:nowrap}.status-badge.success,.movement-badge.income{background:var(--success-soft);color:#0f9f57}.status-badge.pending,.movement-badge.withdraw{background:var(--brand-soft);color:var(--brand-strong)}.status-badge.failed{background:var(--danger-soft);color:var(--danger)}.status-badge.expired,.movement-badge.fees{background:#eef1f5;color:var(--muted-strong)}.movement-badge.reserve{background:var(--purple-soft);color:var(--purple)}.method{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:900}.method em{color:var(--ink);font-style:normal;font-weight:600}.method.visa{color:#123fc9}.method.orange,.method.momo{color:var(--brand-strong)}.sparkline{width:80px;height:34px}.sparkline polyline{fill:none;stroke-width:3}.sparkline.orange polyline{stroke:var(--brand)}.sparkline.green polyline{stroke:var(--success)}.sparkline.blue polyline{stroke:var(--blue)}.sparkbars{display:inline-flex;align-items:end;gap:4px;height:34px}.sparkbars i{display:block;width:4px;border-radius:3px 3px 0 0;background:currentColor}.ring{width:50px;height:50px;border-radius:50%;background:conic-gradient(currentColor 78%,#00000014 0);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 9px),#000 0);mask:radial-gradient(farthest-side,transparent calc(100% - 9px),#000 0)}.error-state{display:grid;justify-items:center;align-content:center;gap:16px;min-height:100vh;padding:28px;background:var(--surface-soft);text-align:center}.error-state h1{margin:0;font-size:28px}.error-state p{max-width:520px;margin:0;color:var(--muted);line-height:1.55}.error-state button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;font-weight:850}.error-state button.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.two-column{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr);gap:22px;align-items:start}.form-card,.preview-card{padding:24px}.form-card{display:grid;gap:20px}.form-card label{display:grid;gap:8px;color:var(--ink);font-weight:750}.form-card input,.form-card select,.form-card textarea,.quick-cash label,.filter-control button,.filter-search,.range-filter{min-height:50px;padding:0 14px;border:1px solid var(--line-strong);border-radius:8px;background:#fff}.form-card textarea{min-height:96px;padding:14px;resize:vertical;line-height:1.45}.form-card small{color:var(--muted);font-size:13px;font-weight:500}.form-grid{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:18px}.form-grid label small{max-width:420px;line-height:1.35}.choice-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.choice{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:750}.choice.active{border-color:var(--brand);color:var(--brand-strong)}.method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.payment-method{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.payment-method>span{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:var(--brand);color:#fff;font-size:11px;font-weight:950}.payment-method strong{display:grid;gap:3px;min-width:0}.payment-method em{color:var(--muted);font-size:12px;font-style:normal;font-weight:550}.payment-method svg{color:var(--brand)}.payment-method.compact{min-height:54px;margin-top:10px;border:0;padding:6px 0;box-shadow:none}.payment-method.compact svg{display:none}.form-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-top:10px}.form-actions button{min-width:132px;padding:0 18px}.form-actions button:disabled{cursor:wait;opacity:.72}.form-error{margin:0;padding:12px 14px;border:1px solid rgba(240,68,68,.35);border-radius:8px;background:var(--danger-soft);color:var(--danger);font-weight:750}.form-success{margin:0;padding:12px 14px;border:1px solid rgba(16,184,102,.35);border-radius:8px;background:var(--success-soft);color:#157a47;font-weight:750}.preview-card{position:sticky;top:24px;display:grid;gap:18px}.preview-merchant{display:flex;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid var(--line)}.preview-card dl,.checkout-card dl,.receipt-card dl,.financial dl,.side-card dl{display:grid;gap:15px;margin:0}.preview-card dt,.checkout-card dt,.receipt-card dt,.financial dt,.side-card dt{color:var(--muted);font-weight:650}.preview-card dd,.checkout-card dd,.receipt-card dd,.financial dd,.side-card dd{margin:0}.preview-card dd strong{display:block;margin-bottom:4px;font-size:34px}.preview-card dd em{color:var(--brand-strong);font-style:normal;font-weight:800}.secure-box,.info-strip,.success-box,.status-strip,.support-card,.verify-receipt{display:flex;align-items:center;gap:13px;border-radius:8px}.secure-box,.success-box{padding:14px;border:1px solid #bcefd4;background:var(--success-soft);color:#157a47}.secure-box span,.success-box span,.support-card span,.verify-receipt span{display:grid;gap:4px}.quick-cash{display:none;max-width:760px;margin:24px auto 0;text-align:center}.quick-cash h2{margin:12px 0 4px;font-size:36px}.quick-cash p{margin:0 0 22px;color:var(--muted);font-size:20px}.quick-cash p strong{color:var(--brand-strong)}.onboarding-shell{min-height:100vh;padding:28px;background:radial-gradient(circle at 12% 0%,rgba(242,161,22,.1),transparent 30%),linear-gradient(180deg,#fff,#f6f8fb)}.onboarding-header{display:flex;align-items:center;gap:18px;width:min(1180px,100%);margin:0 auto 24px}.onboarding-header p{margin:0 0 4px;color:var(--brand-strong);font-weight:850}.onboarding-header h1{margin:0;font-size:31px;line-height:1.15}.onboarding-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.42fr);gap:22px;width:min(1180px,100%);margin:0 auto;align-items:start}.onboarding-form{gap:18px}.onboarding-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-section-heading{display:flex;align-items:center;gap:12px;color:var(--ink)}.form-section-heading svg{color:var(--brand-strong)}.form-section-heading span{display:grid;gap:3px}.form-section-heading strong{font-size:18px}.currency-policy-grid,.deferred-info-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.currency-policy-grid>div,.deferred-info-list>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;min-height:86px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fffdf8}.deferred-info-list>div{grid-template-columns:1fr}.currency-policy-grid svg{color:var(--brand-strong)}.currency-policy-grid span{display:grid;gap:5px}.currency-policy-grid strong,.deferred-info-list strong{font-size:14px}.currency-policy-grid small,.deferred-info-list small{color:var(--muted);line-height:1.35}.module-selection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.module-choice{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:10px;align-items:start;min-height:96px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.module-choice.selected{border-color:#f2a116b8;background:#fffaf0}.module-choice input{margin-top:6px}.module-choice-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;color:var(--brand-strong);background:#fff3d8}.module-choice span:last-child{display:grid;gap:4px}.module-choice strong{font-size:14px}.module-choice small,.module-choice em{color:var(--muted);font-size:12px;line-height:1.35}.module-choice em{color:var(--brand-strong);font-style:normal;font-weight:800}.module-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;padding:12px 14px;border:1px solid #bfdbfe;border-radius:8px;color:#1d4ed8;background:#eff6ff;font-weight:720}.legal-stack{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe}.legal-stack label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;font-weight:650}.legal-stack input{width:18px;height:18px;margin-top:2px;accent-color:var(--brand)}.onboarding-preview{top:24px}.currency-tags{display:grid;gap:9px}.currency-tags span{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfe}.currency-tags strong{margin:0;font-size:15px}.currency-tags em{color:var(--muted);font-size:12px}.onboarding-success{display:grid;gap:18px;width:min(560px,100%);margin:8vh auto 0;padding:34px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow);text-align:center}.onboarding-success .icon-tile{margin:0 auto}.onboarding-success h1{margin:0;font-size:30px}.onboarding-success p{margin:0;color:var(--muted);line-height:1.55}.onboarding-success dl{display:grid;gap:12px;margin:0;text-align:left}.onboarding-success dl div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.onboarding-success dt{color:var(--muted);font-weight:700}.onboarding-success dd{margin:0;font-weight:850}.onboarding-actions,.error-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.onboarding-actions button{min-height:44px;padding:0 18px}.onboarding-actions button:not(.secondary){display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;font-weight:850}.setup-page{display:grid;gap:18px}.setup-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.setup-hero span{color:var(--brand-strong);font-weight:850}.setup-hero h2{margin:6px 0;font-size:28px}.setup-hero p,.setup-panel p{margin:0;color:var(--muted);line-height:1.45}.setup-hero button,.setup-actions button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 16px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;font-weight:850}.setup-hero button:disabled{cursor:wait;opacity:.72}.setup-notice{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;padding:14px 16px;border-radius:8px}.setup-notice span{display:grid;gap:4px}.setup-notice small{color:var(--muted-strong);line-height:1.35}.setup-notice.success{border:1px solid #bcefd4;background:var(--success-soft);color:#157a47}.setup-notice.warning{border:1px solid rgba(242,161,22,.4);background:var(--brand-soft);color:var(--brand-strong)}.setup-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.setup-step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;min-height:136px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 28px #1620300d}.setup-step span{display:grid;gap:6px;align-content:start;min-width:0}.setup-step strong{font-size:16px}.setup-step em{color:var(--brand-strong);font-style:normal;font-weight:850}.setup-step small{color:var(--muted);line-height:1.35}.setup-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.setup-panel{display:grid;gap:16px;padding:20px}.setup-profile-panel,.setup-modules-panel{grid-column:1 / -1}.setup-panel h3{margin:0}.setup-checklist{display:grid;gap:12px}.enabled-module-list{display:flex;flex-wrap:wrap;gap:10px}.enabled-module-list span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:#fbfcfe;font-weight:800}.setup-checklist>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 12px;padding:12px 0;border-bottom:1px solid var(--line)}.setup-checklist strong{color:var(--ink)}.setup-checklist small{grid-column:2;color:var(--muted);line-height:1.4}.status-dot{width:11px;height:11px;margin-top:5px;border-radius:999px}.status-dot.green{background:var(--success)}.status-dot.orange{background:var(--brand)}.setup-actions{display:grid;gap:10px}.setup-actions .secondary{border:1px solid var(--line-strong);background:#fff;color:var(--ink)}.cash-amount{display:block;margin:12px 0 24px;font-size:72px;line-height:1}.quick-cash label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-bottom:18px;color:var(--muted);text-align:left}.keypad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.keypad button{min-height:78px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:32px;font-weight:800}.keypad .erase{color:var(--danger);font-size:20px}.info-strip{margin-top:18px;padding:14px 16px;border:1px solid #cfe0ff;background:var(--blue-soft);color:var(--muted-strong);text-align:left}.split-title{display:flex;justify-content:space-between;align-items:start;gap:20px}.qr-stage{display:grid;place-items:center;min-height:330px;margin-bottom:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.qr-visual{display:grid;grid-template-columns:repeat(11,12px);grid-auto-rows:12px;gap:4px;padding:18px;border:12px solid #fff;border-radius:8px;background:#f7f7f7;box-shadow:0 12px 26px #0000001f}.qr-visual i{display:block;background:transparent}.qr-visual .on{background:#090909}.qr-visual.mini{grid-template-columns:repeat(11,5px);grid-auto-rows:5px;gap:2px;padding:8px;border-width:5px;box-shadow:none}.qr-merchant{display:grid;place-items:center;margin-top:-54px;color:var(--muted)}.qr-merchant strong{margin-top:8px;color:var(--ink);font-size:23px}.timer-strip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:70px;margin-bottom:14px;padding:0 24px;border:1px solid rgba(242,161,22,.38);border-radius:8px;background:var(--brand-soft)}.timer-strip svg,.timer-strip strong{color:var(--brand-strong)}.timer-strip strong{font-size:28px}.status-strip{min-height:58px;padding:0 20px}.status-strip.success{border:1px solid #bcefd4;background:var(--success-soft);color:#16854c}.status-strip span{width:13px;height:13px;border-radius:999px;background:var(--success)}.share-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0}.share-grid button,.danger-wide{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:70px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted-strong);font-weight:800}.danger-wide{width:100%;color:var(--danger);border-color:#f0444473}.filter-bar{display:grid;grid-template-columns:140px 200px 140px 140px 130px minmax(170px,1fr) 120px;gap:12px;align-items:end;margin-bottom:18px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.filter-control{display:grid;gap:7px;color:var(--muted-strong);font-size:12px;font-weight:800}.filter-control button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;color:var(--ink);font-size:13px;font-weight:650}.filter-search{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.range-filter{display:grid;grid-template-columns:1fr 1fr;align-items:center;color:var(--muted)}.range-filter span:first-child{border-right:1px solid var(--line)}.table-panel,.wallet-table{padding:0;overflow:hidden}.table-panel table,.wallet-table table,.recent-panel table{min-width:760px}.table-panel,.recent-panel,.wallet-table{overflow-x:auto}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;color:var(--muted)}.table-footer div{display:inline-flex;gap:8px}.detail-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:18px;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.detail-hero>div{display:flex;align-items:center;gap:18px}.detail-hero>div:first-child{flex-wrap:wrap}.detail-hero span{width:100%;color:var(--muted)}.detail-hero strong{font-size:36px;line-height:1.05}.detail-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.75fr);gap:18px}.info-panel{grid-column:1}.info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:20px}.info-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.info-item small,.info-item em{display:block;color:var(--muted);font-style:normal}.info-item strong{display:block;margin:4px 0}.receipt-card{display:grid;justify-items:center;gap:16px;max-width:560px;margin:28px auto;padding:38px 48px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(160deg,rgba(242,161,22,.14) 0 18%,transparent 18%),#fff;box-shadow:var(--shadow);text-align:center}.receipt-card.small{grid-column:2;grid-row:span 2;align-self:start;margin:0;padding:28px}.receipt-card>strong{font-size:36px}.receipt-card dl{width:100%;grid-template-columns:minmax(100px,.8fr) minmax(0,1fr);text-align:left}.receipt-card p{margin:0;color:var(--muted)}.verify-receipt{width:100%;justify-content:space-between;padding:16px;border:1px solid var(--line);background:#fbfcff;text-align:left}.timeline,.financial{min-height:300px}.timeline-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:14px 0}.timeline-item svg{color:var(--success)}.timeline-item span{display:grid;gap:5px;color:var(--muted)}.timeline-item strong{color:var(--ink)}.timeline-item time{color:var(--muted)}.financial dl{grid-template-columns:1fr auto}.financial dt,.financial dd{padding:8px 0;border-bottom:1px solid var(--line)}.financial dd{text-align:right;font-weight:800}.action-row,.receipt-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}.action-row .secondary,.receipt-actions .secondary{min-height:54px}.focused{border-color:var(--blue);color:var(--blue)}.wallet-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.wallet-aside{display:grid;gap:14px}.side-card{display:grid;gap:12px;padding:18px}.side-card p{margin:0;color:var(--muted);line-height:1.45}.side-card button{width:100%}.side-card dl{grid-template-columns:minmax(0,1fr) auto}.side-card dd{text-align:right;font-weight:750}.b2c-sandbox-card{gap:14px}.b2c-card-title{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.b2c-card-title h2{margin:0}.b2c-sandbox-card label{display:grid;gap:7px;color:var(--ink);font-weight:750}.b2c-sandbox-card input,.b2c-sandbox-card select{min-height:44px;min-width:0;padding:0 12px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--ink)}.b2c-form-grid{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:10px}.reference-row{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px}.side-card .reference-row button.compact{width:44px;min-width:44px;min-height:44px;padding:0;border:1px solid var(--line);background:#fff;color:var(--ink)}.b2c-feedback{display:flex;align-items:flex-start;gap:8px;margin:0;padding:10px 12px;border-radius:8px;line-height:1.35;font-weight:750}.b2c-feedback.error{border:1px solid rgba(240,68,68,.35);background:var(--danger-soft);color:var(--danger)}.b2c-feedback.success{border:1px solid rgba(16,184,102,.35);background:var(--success-soft);color:#157a47}.b2c-result{display:grid;gap:12px}.b2c-result dl{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);padding-top:2px}.mini-cashflow{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:10px;min-height:145px;padding-top:10px;border-bottom:1px solid var(--line)}.mini-cashflow span{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:3px}.mini-cashflow i,.mini-cashflow em{display:block;border-radius:4px 4px 0 0}.mini-cashflow i{background:var(--brand)}.mini-cashflow em{background:var(--blue)}.checkout-shell{min-height:100vh;background:#f7f9fc}.checkout-main{min-height:100vh}.checkout-page{width:min(100%,520px);min-height:100vh;margin:0 auto;padding:0 24px 30px}.checkout-header{display:grid;place-items:center;min-height:170px;margin:0 -24px 26px;border-radius:0 0 8px 8px;background:var(--dark)}.secure-line,.privacy-line{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:21px;font-weight:650}.secure-line strong{color:var(--success)}.checkout-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;margin:22px 0 28px;padding:24px}.checkout-card p{margin:0 0 14px;color:var(--muted);font-size:19px}.checkout-card strong{display:block;margin-bottom:18px;font-size:46px;line-height:1}.checkout-card span{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:800}.checkout-card span i{width:13px;height:13px;border-radius:999px;background:var(--brand)}.checkout-card dl{grid-column:1 / -1;grid-template-columns:1fr;padding-top:18px;border-top:1px solid var(--line)}.checkout-card dd{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:22px;font-weight:800}.checkout-card dd button{display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:999px;background:#f1f3f6}.checkout-page h1{margin:0 0 18px;font-size:26px}.payment-options{display:grid;gap:12px}.payment-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;min-height:90px;padding:16px;color:var(--ink);text-align:left}.payment-option strong{display:block;margin-bottom:4px;font-size:20px}.payment-option span span{color:var(--muted);font-size:17px}.checkout-continue{width:100%;min-height:68px;margin:24px 0;font-size:21px}.support-card{padding:18px}.support-card span{color:var(--muted);font-size:18px}.support-card strong{color:var(--ink)}.support-card a{color:var(--blue);text-decoration:none;white-space:nowrap}.privacy-line{margin-top:26px;font-size:17px}.mobile-dashboard,.bottom-nav{display:none}.placeholder-card{display:grid;justify-items:center;gap:14px;max-width:560px;margin:50px auto;padding:44px;text-align:center}.placeholder-card p{margin:0;color:var(--muted);line-height:1.55}@media(max-width:1180px){.main-panel{padding:22px}.topbar{grid-template-columns:minmax(220px,280px) minmax(220px,1fr)}.topbar-actions{grid-column:1 / -1}.metric-grid.four,.setup-grid,.compact-grid,.workflow-steps,.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-lower,.two-column,.onboarding-layout,.detail-grid,.wallet-layout,.setup-layout{grid-template-columns:1fr}.receipt-card.small,.info-panel{grid-column:auto}.filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-card{position:static}.onboarding-preview{order:-1}.quick-cash{display:grid}}@media(max-width:900px){.app-shell{display:block}.sidebar,.topbar,.page.dashboard-page>.page-title,.dashboard-page>.verification-banner,.dashboard-page>.balance-grid,.dashboard-page>.quick-actions,.dashboard-page>.compact-grid,.dashboard-page>.dashboard-lower{display:none}.main-panel{min-height:100vh;padding:28px 18px 108px;background:#f7f8fa}.mobile-dashboard{display:grid;gap:18px;max-width:560px;margin:0 auto}.mobile-top{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;min-width:0}.mobile-top .brand{color:var(--ink);min-width:0}.mobile-top .brand img{width:44px;height:44px}.mobile-top .brand strong{font-size:20px}.mobile-top .brand em{font-size:14px}.mobile-profile{position:absolute;top:0;right:0;display:inline-flex;align-items:center;gap:8px;width:195px;max-width:195px;min-height:56px;padding:8px;border:0;border-radius:8px;background:#fff;box-shadow:0 10px 25px #16203014;overflow:hidden;white-space:nowrap;font-weight:750}.mobile-profile span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.mobile-profile svg{flex:0 0 auto}.mobile-dashboard h1{margin:6px 0 0;font-size:39px;line-height:1.12}.mobile-dashboard>p{margin:-10px 0 4px;color:var(--muted);font-size:18px}.mobile-dashboard .verification-banner{grid-template-columns:auto minmax(0,1fr) auto;padding:18px}.mobile-dashboard .verification-banner button{min-width:132px;padding:0 12px}.mobile-dashboard .verification-banner>svg:last-child{grid-column:3}.mobile-dashboard .metric-card{min-height:140px;box-shadow:var(--shadow)}.mobile-dashboard .metric-card strong{font-size:37px}.mobile-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-action-grid .action-card{min-height:116px;grid-template-columns:auto 1fr auto}.mobile-transactions{display:grid;gap:0;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.mobile-transactions>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mobile-transactions h2{margin:0;font-size:18px}.mobile-transactions>div button{border:0;background:transparent;color:var(--blue);font-weight:800}.mobile-transactions>button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;border:0;border-top:1px solid var(--line);background:transparent;text-align:left}.mobile-transactions>button:first-of-type{border-top:0}.mobile-transactions strong{display:grid;gap:4px;font-size:19px}.mobile-transactions em{color:var(--muted);font-size:15px;font-style:normal;font-weight:550}.performance-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:82px;padding:14px 18px;border:1px solid #cfe0ff;border-radius:8px;background:#fff;color:var(--muted);text-align:left}.performance-card svg{color:var(--blue)}.performance-card span{display:grid;gap:4px}.performance-card strong{color:var(--blue);font-size:17px}.bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:20;display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));min-height:78px;padding:8px 8px 14px;border-top:1px solid var(--line);border-radius:8px 8px 0 0;background:#fffffffa;box-shadow:0 -12px 30px #1620301a}.bottom-nav button{display:grid;place-items:center;gap:4px;color:var(--muted-strong);font-size:12px;font-weight:750}.bottom-nav button.active{color:var(--brand-strong)}.metric-grid,.metric-grid.two,.metric-grid.four,.setup-grid,.workflow-steps,.compact-grid,.quick-actions,.method-grid,.share-grid,.action-row,.receipt-actions,.onboarding-layout,.form-grid,.choice-row,.currency-policy-grid,.deferred-info-list,.module-selection-grid,.filter-bar,.info-grid{grid-template-columns:1fr}.onboarding-shell{padding:22px 16px 28px}.onboarding-header{align-items:flex-start}.onboarding-header h1{font-size:27px}.setup-hero,.workflow-heading{grid-template-columns:1fr}.workflow-heading{align-items:start}.workflow-actions{flex-direction:column}.workflow-heading button,.workflow-actions,.workflow-actions button{width:100%}.verification-banner{grid-template-columns:auto minmax(0,1fr)}.verification-banner button{grid-column:1 / -1;width:100%}.two-column-page .quick-cash{display:grid}.page:not(.dashboard-page){max-width:560px}.page-title h1{font-size:27px}.detail-hero{grid-template-columns:1fr}.detail-hero strong{font-size:30px}.wallet-layout{gap:16px}}@media(max-width:560px){.main-panel{padding:22px 12px 104px}.mobile-dashboard h1{font-size:34px}.mobile-dashboard .verification-banner{grid-template-columns:minmax(0,1fr) auto;gap:12px}.mobile-dashboard .verification-banner>svg:first-child{display:none}.mobile-dashboard .verification-banner button{grid-column:1;width:100%;min-width:0}.mobile-action-grid{grid-template-columns:1fr}.metric-card{padding:18px}.metric-card strong{font-size:25px}.mobile-dashboard .metric-card strong{font-size:31px}.cash-amount{font-size:54px}.keypad button{min-height:66px}.qr-stage{min-height:280px}.qr-visual{grid-template-columns:repeat(11,9px);grid-auto-rows:9px;gap:3px}.timer-strip{padding:0 16px}.timer-strip strong{font-size:23px}.receipt-card,.receipt-card.small{padding:24px 18px}.receipt-card dl{grid-template-columns:1fr;text-align:center}.checkout-page{padding-inline:16px}.checkout-header{margin-inline:-16px}.checkout-card strong{font-size:38px}.checkout-card{padding:18px}.onboarding-shell{padding-inline:12px}.onboarding-success{padding:26px 18px}.onboarding-success dl div{grid-template-columns:1fr}}
