@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";:root{color:#101828;background:#f6f8fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6f8fa}button,input,select{font:inherit}button{cursor:pointer}.login-shell{display:grid;min-height:100vh;place-items:center;background:#eef3f6;padding:24px}.login-panel{width:min(760px,100%);border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:28px;box-shadow:0 20px 60px #10182814}.login-brand{margin-bottom:22px}.login-panel h1{margin:0;color:#101828;font-size:30px;letter-spacing:0}.login-panel>p{margin:8px 0 22px;color:#667085}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-grid button{display:grid;gap:8px;min-height:150px;border:1px solid #d9e0e7;border-radius:8px;background:#f8fafb;color:#101828;padding:16px;text-align:left}.profile-grid button:hover{border-color:#91c2cf;background:#eaf4f7}.profile-grid span{font-weight:800}.profile-grid strong{color:#667085;font-size:13px;font-weight:500;line-height:1.45}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid #d9e0e7;padding:22px 16px}.brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:#176b87;color:#fff;font-weight:800}.brand strong,.brand span{display:block}.brand span{color:#667085;font-size:13px}nav{display:grid;gap:5px}nav button{display:flex;align-items:center;gap:11px;min-height:40px;border:0;border-radius:7px;background:transparent;color:#475467;padding:0 11px;text-align:left}nav button.active,nav button:hover{background:#eaf4f7;color:#12566c}.workspace{min-width:0;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.topbar h1{margin:5px 0 0;font-size:26px;letter-spacing:0}.environment{display:inline-flex;align-items:center;min-height:24px;border:1px solid #b7d8e1;border-radius:999px;background:#eaf4f7;color:#12566c;font-size:12px;font-weight:700;padding:0 10px;text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:10px}.role-chip{display:inline-flex;align-items:center;min-height:38px;border:1px solid #d9e0e7;border-radius:7px;background:#fff;color:#344054;padding:0 12px;font-size:13px;font-weight:800;white-space:nowrap}.role-client{border-color:#c7ded7;background:#e8f5ee;color:#10643a}.role-merchant{border-color:#b7d8e1;background:#eaf4f7;color:#12566c}.role-admin{border-color:#f0cf8b;background:#fff8e8;color:#8a5a00}.sign-out-button{min-height:38px;white-space:nowrap}.filter-bar{display:flex;align-items:center;gap:8px;min-width:min(560px,42vw)}.search{display:flex;align-items:center;gap:9px;min-width:230px;min-height:38px;border:1px solid #d9e0e7;border-radius:7px;background:#fff;color:#667085;padding:0 12px;flex:1}.search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#101828}.search input::placeholder{color:#667085}.search button{display:grid;width:22px;height:22px;flex:0 0 auto;place-items:center;border:0;border-radius:6px;background:#edf2f7;color:#667085;font-size:12px;font-weight:800}.filter-select{min-height:38px;max-width:150px;border:1px solid #d9e0e7;border-radius:7px;background:#fff;color:#344054;font-size:13px;font-weight:750;padding:0 10px}.icon-button{display:grid;width:38px;height:38px;place-items:center;border:1px solid #d9e0e7;border-radius:7px;background:#fff;color:#475467}.error{display:flex;align-items:center;gap:10px;margin-bottom:16px;border:1px solid #f1b8af;border-radius:7px;background:#fff4f2;color:#9f2f20;padding:11px 13px}.error span{flex:1;min-width:0}.loading-state,.empty-state{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;min-height:106px;border:1px dashed #cfd8e3;border-radius:8px;background:#f8fafb;color:#475467;padding:16px}.loading-state>svg,.empty-state>span{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:#eaf4f7;color:#12566c}.loading-state>svg{padding:9px;animation:state-spin 1.1s linear infinite}.loading-state strong,.empty-state strong{display:block;color:#101828;font-size:14px}.loading-state p,.empty-state p{margin:4px 0 0;color:#667085;font-size:13px;line-height:1.45}.table-empty-cell{padding:12px!important}.table-empty-cell .empty-state{min-height:96px}.endpoint-grid>.loading-state,.endpoint-grid>.empty-state,.docs-scope-grid>.loading-state,.docs-scope-grid>.empty-state{grid-column:1 / -1}@keyframes state-spin{to{transform:rotate(360deg)}}.access-banner{display:flex;align-items:center;gap:12px;margin-bottom:16px;border:1px solid #c7ded7;border-radius:8px;background:#f0faf4;color:#10643a;padding:12px 14px}.access-banner strong,.access-banner span{display:block}.access-banner span{margin-top:2px;color:#43735b;font-size:13px}.toast-stack{position:fixed;top:18px;right:18px;z-index:40;display:grid;gap:10px;width:min(380px,calc(100vw - 32px));pointer-events:none}.toast{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid #d9e0e7;border-radius:8px;background:#fff;box-shadow:0 16px 42px #1018281f;color:#344054;padding:12px;pointer-events:auto}.toast-success{border-color:#aad8bf;background:#f3fbf6}.toast-error{border-color:#f1b8af;background:#fff4f2}.toast-success>svg{color:#168a4a}.toast-error>svg{color:#c2412d}.toast strong,.toast p{margin:0}.toast strong{display:block;color:#101828;font-size:13px}.toast p{margin-top:3px;color:#667085;font-size:12px;line-height:1.4;overflow-wrap:anywhere}.toast button{display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:6px;background:transparent;color:#667085;font-weight:800}.toast button:hover{background:#1018280f;color:#101828}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:grid;place-items:center;background:#10182857;padding:18px}.confirm-dialog{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;width:min(460px,100%);border:1px solid #d9e0e7;border-radius:8px;background:#fff;box-shadow:0 24px 70px #1018282e;padding:18px}.confirm-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:#eaf4f7;color:#12566c}.confirm-icon.danger{background:#fff4f2;color:#c2412d}.confirm-dialog h2{margin:0;color:#101828;font-size:18px}.confirm-dialog p{margin:6px 0 0;color:#667085;font-size:13px;line-height:1.5}.confirm-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric{display:flex;gap:13px;min-height:112px;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:17px}.metric-icon{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:8px}.metric-icon.blue{background:#eaf4f7;color:#12566c}.metric-icon.green{background:#e8f5ee;color:#168a4a}.metric-icon.amber{background:#fff3d6;color:#8a5a00}.metric-icon.red{background:#fff4f2;color:#c2412d}.metric p,.metric span{margin:0;color:#667085;font-size:13px}.metric strong{display:block;margin:6px 0 4px;color:#101828;font-size:24px;font-variant-numeric:tabular-nums}.read-only-panel{color:#667085}.read-only-panel p{margin:0;line-height:1.55}.readonly-note{display:inline-flex;align-items:center;min-height:30px;border:1px solid #d9e0e7;border-radius:7px;background:#f8fafb;color:#667085;padding:0 10px;font-size:12px;font-weight:800;white-space:nowrap}.content-grid{display:grid;grid-template-columns:minmax(230px,320px) minmax(430px,1fr) minmax(310px,380px);gap:16px;align-items:start}.webhook-view{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px;align-items:start;min-width:0}.api-key-view{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px;align-items:start}.admin-view{display:grid;gap:16px}.balances-view,.payouts-view,.settings-view,.security-view,.docs-view,.dashboard-view,.qa-view,.test-runs-view{display:grid;gap:16px;min-width:0}.dashboard-summary-grid,.qa-summary-grid,.test-run-summary-grid{display:grid;grid-template-columns:1.35fr repeat(3,minmax(0,1fr));gap:14px;min-width:0}.ops-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.balance-summary-grid,.payout-summary-grid,.settings-summary-grid{display:grid;grid-template-columns:1.35fr repeat(3,minmax(0,1fr));gap:14px;min-width:0}.ops-card{min-height:118px;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:16px}.balance-card,.payout-card{min-width:0;min-height:130px;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:17px}.settings-card{min-width:0;min-height:116px;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:17px}.dashboard-card,.qa-card,.test-run-card{min-width:0;min-height:124px;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:17px}.primary-dashboard-card{border-color:#aad8bf;background:#f3fbf6}.primary-qa-card{border-color:#b7d8e1;background:#f2f8fa}.primary-test-run-card,.primary-balance-card{border-color:#aad8bf;background:#f3fbf6}.primary-payout-card{border-color:#b7d8e1;background:#f2f8fa}.ops-card span,.ops-card p,.dashboard-card span,.dashboard-card p,.qa-card span,.qa-card p,.test-run-card span,.test-run-card p,.balance-card span,.balance-card p,.payout-card span,.payout-card p,.settings-card span,.settings-card p{margin:0;color:#667085;font-size:13px}.ops-card strong{display:block;margin:7px 0 6px;color:#101828;font-size:28px;font-variant-numeric:tabular-nums}.dashboard-card strong{display:block;margin:8px 0 7px;color:#101828;font-size:26px;font-variant-numeric:tabular-nums}.qa-card strong{display:block;margin:8px 0 7px;overflow-wrap:anywhere;color:#101828;font-size:24px;font-variant-numeric:tabular-nums}.test-run-card strong{display:block;margin:8px 0 7px;overflow-wrap:anywhere;color:#101828;font-size:26px;font-variant-numeric:tabular-nums}.balance-card strong,.payout-card strong{display:block;margin:8px 0 7px;color:#101828;font-size:26px;font-variant-numeric:tabular-nums}.settings-card strong{display:block;margin:8px 0 7px;overflow-wrap:anywhere;color:#101828;font-size:22px;font-variant-numeric:tabular-nums}.primary-balance-card strong,.primary-dashboard-card strong{font-size:32px}.primary-qa-card strong{font-size:30px}.primary-test-run-card strong,.primary-payout-card strong{font-size:32px}.dashboard-two-column{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:16px;align-items:start;min-width:0}.qa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start;min-width:0}.test-run-two-column{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:16px;align-items:start;min-width:0}.ops-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}.balance-two-column{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);gap:16px;align-items:start;min-width:0}.payout-two-column{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:16px;align-items:start;min-width:0}.settings-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start;min-width:0}.panel{border:1px solid #d9e0e7;border-radius:8px;background:#fff}.dashboard-panel,.qa-panel,.test-run-panel,.create-panel,.payments-panel,.detail-panel,.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.api-key-create-panel,.api-key-list-panel{min-width:0;padding:17px}.webhook-deliveries-panel{grid-column:1 / -1}.ops-panel{padding:17px}.balance-panel,.payout-panel{min-width:0;padding:17px}.settings-form{display:grid;gap:16px}.settings-panel{min-width:0;padding:17px}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.compact-settings-grid{grid-template-columns:minmax(0,1fr) minmax(120px,.5fr);margin-top:13px}.settings-wide-field{grid-column:1 / -1}.settings-brand-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:16px;align-items:start}.checkout-preview{display:grid;gap:10px;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:16px}.checkout-preview-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;color:#fff;font-weight:800}.checkout-preview strong,.checkout-preview span{display:block}.checkout-preview span{color:#667085;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px}.checkout-preview button{min-height:38px;border:0;border-radius:7px;color:#fff;font-weight:800}.settings-actions{display:flex;justify-content:flex-end}.inline-actions{align-items:end;justify-content:flex-start}.settings-actions .primary-button{min-width:180px;padding:0 16px}.guardrail-note{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 14px}.guardrail-note span,.guardrail-badge{display:inline-flex;align-items:center;min-height:26px;border:1px solid #cfd8e3;border-radius:999px;background:#f8fafc;padding:0 10px;color:#475467;font-size:12px;font-weight:700;white-space:nowrap}.guardrail-badge{margin-top:6px;border-color:#fedf89;background:#fffaeb;color:#93370d}.receipt-panel{display:grid;gap:16px}.receipt-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.receipt-summary div{min-width:0;border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc;padding:12px}.receipt-summary span{display:block;margin-bottom:6px;color:#667085;font-size:12px;font-weight:700}.receipt-summary strong{display:block;overflow-wrap:anywhere;color:#101828;font-size:14px}.receipt-wide{grid-column:span 2}.receipt-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);gap:16px;min-width:0}.receipt-two-column h3{margin:0 0 10px;color:#101828;font-size:15px}.audit-timeline{display:grid;gap:9px}.audit-timeline article{border:1px solid #e4e7ec;border-radius:8px;background:#fff;padding:11px}.audit-timeline strong,.audit-timeline span,.audit-timeline p{display:block}.audit-timeline strong{color:#101828;font-size:13px}.audit-timeline span,.audit-timeline p{margin:4px 0 0;color:#667085;font-size:12px}.webhook-detail-panel{display:grid;gap:16px;min-width:0}.webhook-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.webhook-detail-summary div{min-width:0;border:1px solid #e4e7ec;border-radius:8px;background:#f8fafc;padding:12px}.webhook-detail-summary span,.webhook-header-list span{display:block;margin-bottom:6px;color:#667085;font-size:12px;font-weight:750}.webhook-detail-summary strong{display:block;overflow-wrap:anywhere;color:#101828;font-size:14px}.webhook-detail-wide{grid-column:span 2}.webhook-detail-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:16px;min-width:0}.webhook-detail-grid h3{margin:0 0 10px;color:#101828;font-size:15px}.webhook-header-list{display:grid;gap:8px;margin-bottom:12px;min-width:0}.webhook-header-list div{min-width:0;border:1px solid #e4e7ec;border-radius:8px;background:#fff;padding:10px}.webhook-header-list code{display:block;overflow-wrap:anywhere;color:#101828;font-size:12px}.webhook-attempt-list{display:grid;gap:9px;min-width:0}.webhook-attempt-list article{border:1px solid #e4e7ec;border-radius:8px;background:#fff;padding:11px}.webhook-attempt-list strong,.webhook-attempt-list span,.webhook-attempt-list p{display:block}.webhook-attempt-list strong{color:#101828;font-size:13px}.webhook-attempt-list span,.webhook-attempt-list p{margin:4px 0 0;color:#667085;font-size:12px}.security-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);gap:16px;align-items:start}.session-list{display:grid;gap:10px}.session-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:12px}.session-list strong,.session-list p{display:block}.session-list p{margin:4px 0 0;color:#667085;font-size:12px}.user-create-grid{margin-bottom:16px}.user-table select{min-height:34px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#344054;font:inherit;padding:0 8px}input[type=color]{min-height:38px;padding:4px}.docs-hero,.docs-panel{min-width:0;padding:17px}.docs-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.docs-hero h2{margin:10px 0 6px;font-size:24px}.docs-hero p{margin:0;color:#667085}.docs-hero code,.docs-card span,.docs-scope-grid code,.code-snippet code{font-family:SF Mono,JetBrains Mono,ui-monospace,monospace}.docs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.docs-card{min-width:0;min-height:132px;border:1px solid #d9e0e7;border-radius:8px;background:#fff;padding:16px}.docs-card strong,.docs-card span,.docs-card p{display:block}.docs-card span{margin-top:7px;color:#12566c;font-size:12px;font-weight:800;overflow-wrap:anywhere}.docs-card p,.docs-note p{margin:8px 0 0;color:#667085;font-size:13px}.docs-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:16px;align-items:start;min-width:0}.code-snippet{display:grid;gap:10px;margin-top:12px;min-width:0;border:1px solid #e5eaf0;border-radius:8px;background:#fff;overflow:hidden}.code-snippet>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:11px 12px 0}.code-snippet button{display:inline-flex;align-items:center;gap:6px;min-height:30px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#475467;font-size:12px;font-weight:750;padding:0 9px}.code-snippet pre{min-width:0;max-width:100%;margin:0;overflow:auto;background:#101828;color:#f9fafb;padding:13px;font-size:12px;line-height:1.6}.docs-header-list{display:grid;gap:8px;margin-top:12px}.docs-header-list span{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5eaf0;border-radius:8px;background:#fff;color:#667085;font-size:12px;font-weight:700;padding:10px 11px}.docs-header-list code{color:#12566c;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;overflow-wrap:anywhere}.docs-note{margin-top:14px;border:1px solid #b7d8e1;border-radius:8px;background:#eaf4f7;padding:12px}.docs-note code{color:#12566c;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px;overflow-wrap:anywhere}.docs-flow-list{display:grid;gap:9px}.docs-flow-list article{display:grid;gap:5px;min-width:0;border:1px solid #e5eaf0;border-radius:8px;background:#fff;padding:12px}.docs-flow-list strong{color:#101828;font-size:13px;overflow-wrap:anywhere}.docs-flow-list span{color:#667085;font-size:13px;line-height:1.45}.docs-scope-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.docs-scope-grid article{display:grid;gap:7px;min-height:82px;border:1px solid #e5eaf0;border-radius:8px;background:#fff;padding:12px}.docs-scope-grid span,.docs-checklist span{color:#667085;font-size:13px}.docs-checklist{display:grid;gap:10px}.docs-checklist article{display:flex;align-items:center;gap:10px;border:1px solid #e5eaf0;border-radius:8px;background:#fff;padding:12px}.docs-checklist svg{flex:0 0 auto;color:#168a4a}.checkout-shell{min-height:100vh;background:linear-gradient(180deg,#176b8714,#f6f8fa00 360px),#f6f8fa;color:#101828;padding:34px 18px}.checkout-page{display:grid;gap:16px;width:min(960px,100%);margin:0 auto}.checkout-brand-bar{display:flex;align-items:center;gap:12px}.checkout-logo{display:grid;width:44px;height:44px;place-items:center;border-radius:8px;color:#fff;font-weight:850}.checkout-logo img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.checkout-brand-bar strong,.checkout-brand-bar span{display:block}.checkout-brand-bar span{margin-top:3px;color:#667085;font-size:13px}.checkout-status-card,.checkout-payment-panel,.checkout-side-panel,.checkout-error,.checkout-loading{border:1px solid #d9e0e7;border-radius:8px;background:#fff}.checkout-status-card{display:grid;gap:10px;padding:22px;border-top:4px solid var(--brand, #176b87)}.checkout-status-card h1{margin:0;font-size:30px;letter-spacing:0}.checkout-status-card p{margin:0;color:#667085}.checkout-success{border-top-color:#168a4a}.checkout-failure{border-top-color:#c2412d}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:16px;align-items:start}.checkout-payment-panel,.checkout-side-panel{display:grid;gap:14px;min-width:0;padding:18px}.checkout-amount{display:grid;gap:5px}.checkout-amount span,.checkout-copy-box span,.checkout-detail-row span,.checkout-latest-event span{color:#667085;font-size:13px}.checkout-amount strong{font-size:34px;letter-spacing:0}.checkout-amount p,.checkout-latest-event p{margin:0;color:#475467}.checkout-copy-box{display:grid;gap:7px}.checkout-copy-box button{display:flex;align-items:center;gap:9px;min-height:42px;width:100%;border:1px solid #cfd8e3;border-radius:7px;background:#f9fafb;color:#101828;overflow-wrap:anywhere;padding:9px 11px;text-align:left;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:13px}.checkout-copied{margin:0;color:#168a4a;font-size:13px;font-weight:750}.checkout-actions{display:flex;flex-wrap:wrap;gap:10px}.checkout-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:7px;background:var(--accent, #4e9f3d);color:#fff;font-weight:800;padding:0 14px;text-decoration:none}.checkout-actions .checkout-cancel-link{border:1px solid #cfd8e3;background:#fff;color:#475467}.checkout-detail-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e5eaf0;padding-bottom:10px}.checkout-detail-row strong{text-align:right}.checkout-steps{display:grid;gap:10px;margin-top:4px}.checkout-steps article{display:grid;grid-template-columns:16px minmax(0,1fr);gap:9px;align-items:center;color:#667085;font-size:13px;font-weight:750}.checkout-steps article>div{width:14px;height:14px;border:2px solid #cfd8e3;border-radius:999px}.checkout-steps article.done{color:#168a4a}.checkout-steps article.done>div{border-color:#168a4a;background:#168a4a}.checkout-latest-event{display:grid;gap:5px;border:1px solid #e5eaf0;border-radius:8px;background:#f9fafb;padding:12px}.checkout-error,.checkout-loading{display:grid;gap:10px;width:min(520px,100%);margin:120px auto 0;padding:24px;text-align:center}.checkout-error h1,.checkout-loading h1,.checkout-error p{margin:0}.ops-panel table,.dashboard-panel table,.qa-panel table,.test-run-panel table,.balance-panel table,.payout-panel table{min-width:0}.ops-panel td span,.dashboard-panel td span,.qa-panel td span,.test-run-panel td span,.balance-panel td span,.payout-panel td span{overflow-wrap:anywhere}.dashboard-actions{display:grid;gap:10px}.dashboard-actions article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid #e5eaf0;border-radius:8px;background:#f9fafb;padding:12px}.dashboard-actions svg{color:#176b87}.dashboard-actions strong,.dashboard-actions p{display:block;margin:0}.dashboard-actions p{margin-top:3px;color:#667085;font-size:12px}.dashboard-actions button{border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#344054;font-weight:700;padding:8px 10px}.dashboard-readiness{display:grid;gap:10px}.dashboard-readiness article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:11px;align-items:center;border:1px solid #e5eaf0;border-radius:8px;background:#fff;padding:12px}.client-preview-summary{display:grid;gap:8px;margin-bottom:12px;border:1px solid #c7ded7;border-radius:8px;background:#f3fbf6;padding:13px}.client-preview-summary strong,.client-preview-summary p{display:block;margin:0}.client-preview-summary strong{margin-top:8px;color:#101828;font-size:17px}.client-preview-summary p{margin-top:3px;color:#43735b;font-size:13px}.client-preview-list article{background:#fbfffc}.client-validation-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.client-validation-grid article{display:grid;gap:10px;min-width:0;border:1px solid #e5eaf0;border-radius:8px;background:#fff;padding:13px}.client-validation-grid svg{color:#176b87}.client-validation-grid strong,.client-validation-grid p{display:block;margin:0}.client-validation-grid p{margin-top:5px;color:#667085;font-size:12px;line-height:1.45}.readiness-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;border:1px solid #d9e0e7;border-radius:8px;background:#f9fafb;padding:13px}.readiness-summary strong,.readiness-summary p{display:block;margin:0}.readiness-summary p{margin-top:3px;color:#667085;font-size:13px}.readiness-progress{display:inline-flex;align-items:center;min-height:30px;border:1px solid #f3c46b;border-radius:999px;background:#fff8e6;color:#9a6700;font-size:12px;font-weight:800;padding:0 10px}.readiness-progress.ready{border-color:#aad8bf;background:#eefbf3;color:#168a4a}.ready-step.complete{border-color:#d7eadf;background:#fbfffc}.ready-step-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#eef6f8;color:#176b87}.ready-step.complete .ready-step-icon{background:#eaf7ef;color:#168a4a}.dashboard-readiness strong,.dashboard-readiness p{display:block;margin:0}.dashboard-readiness p{margin-top:3px;color:#667085;font-size:12px}.ready-status{min-width:66px;border:1px solid #f3c46b;border-radius:999px;background:#fff8e6;color:#9a6700;font-size:11px;font-weight:800;line-height:24px;text-align:center}.ready-status.complete{border-color:#aad8bf;background:#eefbf3;color:#168a4a}.ready-action{display:inline-flex;align-items:center;justify-content:center;min-height:32px;min-width:92px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#344054;font-size:12px;font-weight:750;text-decoration:none;padding:0 10px}.ready-action:disabled{opacity:.55}.dashboard-table tbody tr{cursor:pointer}.qa-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,.65fr);gap:12px;margin-bottom:14px}.qa-command-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.qa-command-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.qa-command-grid button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#344054;font-weight:700;padding:9px 11px}.qa-command-grid button:disabled{cursor:not-allowed;opacity:.48}.qa-command-grid .primary-button{border-color:#176b87;background:#176b87;color:#fff}.qa-command-grid .secondary-button{border-color:#aad8bf;background:#f3fbf6;color:#0f6f3c}.qa-target-stack,.qa-log{display:grid;gap:10px}.qa-log article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid #e5eaf0;border-radius:8px;background:#f9fafb;padding:12px}.qa-log strong{overflow-wrap:anywhere}.qa-log time{color:#667085;font-size:12px;font-variant-numeric:tabular-nums}.qa-log-passed{background:#e8f5ee;color:#137a42}.qa-log-failed{background:#fff4f2;color:#b42318}.test-run-panel tbody tr{cursor:pointer}.test-run-detail{display:grid;gap:10px}.test-run-json{max-height:280px;overflow:auto;margin:4px 0 0;border:1px solid #d9e0e7;border-radius:8px;background:#101828;color:#eef4ff;padding:12px;font-size:12px;line-height:1.6}.test-run-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.test-run-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.demo-reset-box{display:grid;gap:12px;margin-top:16px;border:1px solid #f1b8af;border-radius:8px;background:#fffaf9;padding:14px}.demo-reset-box strong,.demo-reset-box p,.demo-reset-summary span{display:block;margin:0}.demo-reset-box p,.demo-reset-summary span{color:#667085;font-size:12px}.demo-reset-summary{display:grid;gap:4px;border:1px solid #f7d4ce;border-radius:8px;background:#fff;padding:10px}.demo-reset-summary strong{overflow-wrap:anywhere}.check-list{display:grid;gap:10px}.check-list article{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;border:1px solid #e5eaf0;border-radius:8px;background:#fff;padding:12px}.check-list strong,.check-list p{display:block;margin:0}.check-list p{margin-top:3px;color:#667085;font-size:12px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.section-heading h2{margin:0;font-size:17px;letter-spacing:0}.section-heading p{margin:5px 0 0;color:#667085;font-size:13px}form{display:grid;gap:13px}label{display:grid;gap:6px;color:#475467;font-size:13px;font-weight:650}input,select{width:100%;min-height:38px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#101828;padding:0 10px}input:focus,select:focus,button:focus-visible{outline:3px solid #b7d8e1;outline-offset:2px}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:40px;border:0;border-radius:7px;background:#176b87;color:#fff;font-weight:750}.primary-button:disabled,.segmented button:disabled{cursor:wait;opacity:.7}.table-wrap{overflow:auto;border:1px solid #e5eaf0;border-radius:8px}.table-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0 12px;border:1px solid #e5eaf0;border-radius:8px;background:#f9fafb;padding:9px}.table-count,.table-control-group,.density-toggle,.pagination-buttons{display:inline-flex;align-items:center;gap:7px}.table-count{color:#667085;font-size:12px;white-space:nowrap}.table-count strong{color:#101828;font-size:13px}.table-control-group span,.pagination-buttons span{color:#667085;font-size:12px;font-weight:750;white-space:nowrap}.table-control-group select{min-height:30px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#344054;font-size:12px;font-weight:750;padding:0 8px}.density-toggle{border:1px solid #cfd8e3;border-radius:7px;background:#fff;padding:2px}.density-toggle button,.pagination-buttons button{min-height:28px;border:0;border-radius:6px;background:transparent;color:#475467;font-size:12px;font-weight:800;padding:0 9px}.density-toggle button.active,.density-toggle button:hover,.pagination-buttons button:hover:not(:disabled){background:#eaf4f7;color:#12566c}.pagination-buttons button{border:1px solid #cfd8e3;background:#fff}.pagination-buttons button:disabled{cursor:not-allowed;opacity:.5}table{width:100%;min-width:720px;border-collapse:collapse;font-size:13px}th{height:42px;background:#f9fafb;color:#667085;font-size:12px;font-weight:750;text-align:left;text-transform:uppercase}th,td{border-bottom:1px solid #e5eaf0;padding:10px 12px;vertical-align:middle}tbody tr{cursor:pointer}tbody tr:hover,.selected-row{background:#f2f8fa}td strong,td span{display:block}td span{margin-top:3px;color:#667085;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px}.table-density-compact .table-wrap table{font-size:12px}.table-density-compact th{height:34px}.table-density-compact th,.table-density-compact td{padding:7px 9px}.table-density-compact td span{font-size:11px}.badge{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;font-size:12px;font-weight:800;padding:0 9px;text-transform:capitalize;white-space:nowrap}.status-awaiting_payment,.status-confirming,.status-forwarding,.status-received{background:#fff3d6;color:#8a5a00}.status-confirmed,.status-approved,.status-settled{background:#e8f5ee;color:#168a4a}.status-reviewing,.status-late_received{background:#f0ecff;color:#5740c8}.status-rejected,.status-expired,.status-failed{background:#fff4f2;color:#c2412d}.status-initiated,.risk-unknown{background:#edf2f7;color:#475467}.risk-low{background:#e8f5ee;color:#168a4a}.risk-medium{background:#fff3d6;color:#8a5a00}.risk-high{background:#fff4f2;color:#c2412d}.detail-stack{display:grid;border:1px solid #e5eaf0;border-radius:8px;overflow:hidden}.detail-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;border-bottom:1px solid #e5eaf0;padding:0 12px}.detail-row:last-child{border-bottom:0}.detail-row span{color:#667085;font-size:13px}.copy-value{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#12566c;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:700}.simulation{margin-top:18px}.panel-note{margin:-4px 0 10px;color:#667085;font-size:12px;line-height:1.4}.simulation h3,.review-actions h3,.timeline h3{margin:0 0 10px;color:#101828;font-size:14px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #cfd8e3;border-radius:8px;overflow:hidden}.segmented button{min-height:36px;border:0;border-right:1px solid #cfd8e3;background:#fff;color:#475467;font-weight:750}.segmented button:last-child{border-right:0}.segmented button:hover{background:#eaf4f7;color:#12566c}.review-actions{margin-top:18px;border:1px solid #e5eaf0;border-radius:8px;background:#f9fafb;padding:12px}.review-actions>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.review-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#475467;font-weight:750}.review-actions button:first-child{border-color:#aad8bf;color:#168a4a}.review-actions button:last-child{border-color:#f1b8af;color:#c2412d}.refund-panel{margin-top:18px;border:1px solid #e5eaf0;border-radius:8px;background:#f9fafb;padding:12px}.compact-heading{margin-bottom:12px}.compact-heading h3{margin:0;font-size:14px}.compact-heading p{margin:4px 0 0;color:#667085;font-size:12px}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid #b7d8e1;border-radius:7px;background:#eaf4f7;color:#12566c;font-weight:750}.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid #f1b8af;border-radius:7px;background:#fff4f2;color:#b42318;font-weight:750}.danger-button:disabled{cursor:not-allowed;opacity:.55}.refund-list{display:grid;gap:9px;margin-top:12px}.refund-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid #e5eaf0;border-radius:7px;background:#fff;padding:10px}.refund-list strong,.refund-list span,.refund-list code{display:block}.refund-list span,.refund-list code{margin-top:3px;color:#667085;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px}.refund-actions{display:flex;grid-column:1 / -1;gap:8px}.refund-actions button{min-height:32px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#475467;font-size:12px;font-weight:750;padding:0 10px}.refund-actions button:hover{border-color:#b7d8e1;color:#12566c}.refund-requested,.refund-approved,.refund-processing{background:#fff3d6;color:#8a5a00}.refund-completed{background:#e8f5ee;color:#168a4a}.refund-rejected,.refund-failed{background:#fff4f2;color:#c2412d}.secret-callout{display:grid;gap:5px;margin-bottom:14px;border:1px solid #b7d8e1;border-radius:8px;background:#eaf4f7;color:#12566c;padding:12px}.secret-callout code{overflow-wrap:anywhere;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px}.secret-callout span{color:#475467;font-size:12px}.endpoint-grid{display:grid;gap:12px;min-width:0}.endpoint-card{display:grid;gap:12px;min-width:0;border:1px solid #e5eaf0;border-radius:8px;background:#fff;padding:13px}.endpoint-card strong,.endpoint-card code,.endpoint-card span{display:block}.endpoint-card code,.endpoint-card span,.endpoint-meta span:last-child{margin-top:4px;color:#667085;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px}.endpoint-meta{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px;min-width:0}.endpoint-actions{display:flex;flex-wrap:wrap;gap:8px}.endpoint-actions button,.table-action{min-height:32px;border:1px solid #cfd8e3;border-radius:7px;background:#fff;color:#475467;font-size:12px;font-weight:750;padding:0 10px}.endpoint-actions button:hover,.table-action:hover{border-color:#b7d8e1;color:#12566c}.success-action{border-color:#aad8bf;color:#168a4a}.danger-action{border-color:#f1b8af;color:#c2412d}.warning-action{border-color:#efd08a;color:#9f6b00}.delivery-delivered{background:#e8f5ee;color:#168a4a}.delivery-pending,.delivery-retrying{background:#fff3d6;color:#8a5a00}.delivery-failed{background:#fff4f2;color:#c2412d}.reconciliation-passed{background:#e8f5ee;color:#168a4a}.reconciliation-attention{background:#fff3d6;color:#8a5a00}.reconciliation-tracked{background:#eaf4f7;color:#12566c}.payout-draft{background:#edf2f7;color:#475467}.payout-approved,.payout-processing{background:#fff3d6;color:#8a5a00}.payout-paid{background:#e8f5ee;color:#168a4a}.payout-cancelled,.payout-failed{background:#fff4f2;color:#c2412d}.scope-list{display:flex;flex-wrap:wrap;gap:8px}.scope-list button{min-height:28px;border:1px solid #b7d8e1;border-radius:999px;background:#eaf4f7;color:#12566c;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:750;padding:0 10px}.table-actions{display:flex;flex-wrap:wrap;gap:7px}.timeline{margin-top:18px}.timeline article{display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;padding-bottom:13px}.timeline article>div:first-child{width:10px;height:10px;margin-top:4px;border:2px solid #176b87;border-radius:999px;background:#fff}.timeline strong,.timeline span,.timeline time{display:block}.timeline strong{font-size:13px}.timeline span,.timeline time,.empty{margin:3px 0 0;color:#667085;font-size:12px}.timeline time{font-family:SF Mono,JetBrains Mono,ui-monospace,monospace}@media(max-width:900px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:320px minmax(0,1fr)}.webhook-view,.api-key-view,.dashboard-two-column,.qa-grid,.test-run-two-column,.ops-two-column,.balance-two-column,.payout-two-column,.receipt-two-column,.webhook-detail-grid,.settings-two-column,.settings-brand-layout,.security-grid,.docs-two-column{grid-template-columns:1fr}.ops-summary-grid,.dashboard-summary-grid,.qa-summary-grid,.test-run-summary-grid,.balance-summary-grid,.payout-summary-grid,.receipt-summary,.webhook-detail-summary,.settings-summary-grid,.docs-grid,.docs-scope-grid,.client-validation-grid,.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-panel{grid-column:1 / -1}}@media(max-width:820px){.login-panel{padding:22px}.profile-grid,.app-shell{grid-template-columns:1fr}.sidebar{position:static;border-right:0;border-bottom:1px solid #d9e0e7}nav{grid-template-columns:repeat(4,minmax(0,1fr))}nav button{justify-content:center;gap:6px;min-width:0;overflow:hidden;padding:0 7px}nav button.active{font-size:12px}nav button:not(.active){font-size:0}.workspace{padding:16px}.toast-stack{top:12px;right:12px;width:calc(100vw - 24px)}.confirm-dialog{grid-template-columns:1fr}.confirm-actions{align-items:stretch;flex-direction:column-reverse}.topbar,.topbar-actions{align-items:stretch;flex-direction:column}.filter-bar{display:grid;grid-template-columns:1fr;min-width:0}.search{min-width:0}.filter-select{max-width:none;width:100%}.table-controls{align-items:stretch;flex-direction:column}.table-count,.table-control-group,.density-toggle,.pagination-buttons{justify-content:space-between;width:100%}.density-toggle button,.pagination-buttons button{flex:1}.metrics-grid,.ops-summary-grid,.dashboard-summary-grid,.qa-summary-grid,.test-run-summary-grid,.balance-summary-grid,.payout-summary-grid,.receipt-summary,.webhook-detail-summary,.settings-summary-grid,.content-grid,.webhook-view,.api-key-view,.dashboard-two-column,.qa-grid,.test-run-two-column,.ops-two-column,.balance-two-column,.payout-two-column,.receipt-two-column,.webhook-detail-grid,.settings-two-column,.settings-brand-layout,.settings-grid,.security-grid,.compact-settings-grid,.docs-grid,.docs-scope-grid,.client-validation-grid,.docs-two-column{grid-template-columns:1fr}.receipt-wide,.webhook-detail-wide{grid-column:auto}.dashboard-actions article{grid-template-columns:auto minmax(0,1fr)}.dashboard-actions button{grid-column:1 / -1;justify-self:start}.readiness-summary{align-items:stretch;flex-direction:column}.dashboard-readiness article{grid-template-columns:auto minmax(0,1fr)}.ready-status,.ready-action{grid-column:1 / -1;justify-self:start}.qa-form-grid,.qa-command-grid,.qa-command-grid.compact{grid-template-columns:1fr}.qa-log article{grid-template-columns:minmax(0,1fr)}.session-list article{grid-template-columns:minmax(0,1fr)}.test-run-actions{grid-template-columns:1fr}.docs-hero{flex-direction:column}.metric{min-height:96px}.checkout-shell{padding:18px 14px}.checkout-grid{grid-template-columns:1fr}.checkout-status-card h1{font-size:24px}.checkout-amount strong{font-size:28px}.content-grid{grid-template-columns:minmax(0,1fr);min-width:0}}:root{color:#f4efe2;background:#05070b;color-scheme:dark;--bp-bg: #05070b;--bp-panel: #0c1118;--bp-border: #2a2416;--bp-border-soft: #202936;--bp-text: #f4efe2;--bp-muted: #9b9a94;--bp-subtle: #6f7278;--bp-gold: #d4a037;--bp-gold-soft: #f3d879;--bp-gold-deep: #8e5d19;--bp-green: #47c684;--bp-red: #ef6f64;--bp-gold-gradient: linear-gradient(135deg, #f8e3a4 0%, #d4a037 46%, #8e5d19 100%)}body,.login-shell,.app-shell,.checkout-shell{background:radial-gradient(circle at 68% 18%,rgb(212 160 55 / 12%),transparent 34rem),linear-gradient(180deg,#080b11 0%,var(--bp-bg) 46%,#030508 100%);color:var(--bp-text)}.sidebar,.login-panel,.panel,.toast,.confirm-dialog,.metric,.dashboard-card,.ops-card,.qa-card,.test-run-card,.balance-card,.payout-card,.settings-card,.docs-card,.docs-panel,.docs-hero,.checkout-status-card,.checkout-payment-panel,.checkout-side-panel,.checkout-error,.checkout-loading,.checkout-copy-box button,.checkout-latest-event,.profile-grid button,.code-snippet,.webhook-detail-summary div,.webhook-header-list div,.webhook-attempt-list article,.endpoint-card,.api-key-card,.readiness-summary,.dashboard-readiness article,.client-preview-summary,.client-validation-grid article,.docs-flow-list article,.docs-scope-grid article,.docs-checklist article,.secret-callout,.demo-reset-box,.receipt-card,.detail-stack,.table-wrap,.table-controls,.search,.role-chip,.empty-state,.loading-state{border-color:var(--bp-border-soft);background:linear-gradient(180deg,#ffffff08,#ffffff03),var(--bp-panel);color:var(--bp-text);box-shadow:none}.sidebar{border-right-color:var(--bp-border);background:linear-gradient(180deg,#080b11,#070a0f)}.brand-mark,.checkout-logo-mark,.checkout-preview-logo{display:block;flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:transparent;color:var(--bp-gold-soft);filter:drop-shadow(0 10px 24px rgb(212 160 55 / 16%));object-fit:cover}.login-brand .brand-mark{width:52px;height:52px}.brand-wordmark{color:var(--bp-text);font-size:22px;font-weight:350;letter-spacing:.02em;line-height:1;text-transform:lowercase}.brand-wordmark span{display:inline;color:var(--bp-gold-soft);font-size:inherit;font-weight:inherit;letter-spacing:0;text-transform:none}.brand>div>span,.checkout-brand-bar span,.brand span{color:var(--bp-subtle);font-size:11px;font-weight:650;letter-spacing:.24em;text-transform:uppercase}.topbar h1,.login-panel h1,.checkout-status-card h1,.section-heading h2,.docs-hero h2,.dashboard-card strong,.ops-card strong,.qa-card strong,.test-run-card strong,.balance-card strong,.payout-card strong,.settings-card strong,.metric strong,.checkout-amount strong,td strong,.ready-step strong,.client-validation-grid strong,.docs-flow-list strong,.docs-checklist strong,.toast strong,.confirm-dialog h2{color:var(--bp-text)}p,.login-panel>p,.profile-grid strong,.metric p,.metric span,.dashboard-actions p,.dashboard-readiness p,.client-validation-grid p,.client-preview-summary p,.readiness-summary p,.docs-card p,.docs-note p,.docs-flow-list span,.docs-scope-grid span,.docs-checklist span,.checkout-status-card p,.checkout-amount p,.checkout-latest-event p,.checkout-copy-box span,.checkout-detail-row span,.webhook-detail-summary span,.webhook-header-list span,.endpoint-card code,.endpoint-card span,.table-count,.table-control-group span,.pagination-buttons span,td span{color:var(--bp-muted)}nav button{color:#a9a9a2}nav button.active,nav button:hover{background:#d4a0371f;color:var(--bp-gold-soft)}nav button svg,.section-heading svg,.dashboard-actions svg,.client-validation-grid svg,.docs-checklist svg,.ready-step-icon,.metric-icon,.checkout-steps article.done,.checkout-copied{color:var(--bp-gold)}.environment,.readiness-progress,.role-chip,.badge{border-color:#d4a0375c;background:#d4a0371f;color:var(--bp-gold-soft)}.role-client,.role-merchant,.role-admin,.readiness-progress.ready,.ready-status.complete,.ready-step.complete,.client-preview-list article{border-color:#d4a03761;background:#d4a0371a;color:var(--bp-gold-soft)}.access-banner,.client-preview-summary,.docs-note,.secret-callout{border-color:#d4a03757;background:linear-gradient(135deg,#d4a03724,#0c1118db);color:var(--bp-gold-soft)}.access-banner span,.secret-callout span,.docs-note p,.client-preview-summary p{color:#b9b0a0}button,input,select,textarea{color:var(--bp-text)}input,select,textarea,.filter-select,.table-control-group select,.search,form input,form select{border-color:var(--bp-border-soft);background:#080c12;color:var(--bp-text)}input::placeholder{color:#696d73}.primary-button,.checkout-actions a,.dashboard-actions button,.ready-action,.code-snippet button,.endpoint-actions button,.table-action,.secondary-button,.icon-button,.density-toggle button.active,.pagination-buttons button:hover:not(:disabled),.profile-grid button:hover{border-color:#d4a03785}.primary-button,.checkout-actions a,.dashboard-actions button:hover,.ready-action:hover,.profile-grid button:hover{background:var(--bp-gold-gradient);color:#070a0f;box-shadow:0 14px 32px #d4a0372e}.secondary-button,.icon-button,.code-snippet button,.endpoint-actions button,.table-action,.density-toggle,.pagination-buttons button,.checkout-actions .checkout-cancel-link{background:#101720;color:var(--bp-gold-soft)}.secondary-button:hover,.icon-button:hover,.code-snippet button:hover,.endpoint-actions button:hover,.table-action:hover{background:#d4a03724;color:var(--bp-gold-soft)}.primary-dashboard-card,.primary-balance-card,.primary-qa-card{border-color:#d4a0376b;background:radial-gradient(circle at 84% 16%,rgb(243 216 121 / 16%),transparent 18rem),linear-gradient(180deg,#141413,#0c1118)}th{background:#101720;color:#b8ab89}td{border-color:var(--bp-border-soft);color:var(--bp-text)}tbody tr:hover,.dashboard-table tbody tr:hover{background:#d4a03714}.table-wrap{background:#080c12}.code-snippet pre,.test-run-json{background:#030508;color:#f8e9bc}.status-confirmed,.status-settled,.status-approved,.delivery-delivered,.refund-completed,.risk-low,.payout-paid,.qa-log-passed{background:#47c68429;color:#8df0b8}.status-reviewing,.status-awaiting_payment,.status-confirming,.status-received,.delivery-pending,.delivery-retrying,.risk-medium,.refund-requested,.refund-approved,.refund-processing,.payout-draft,.payout-approved,.payout-processing{background:#d4a03729;color:var(--bp-gold-soft)}.status-expired,.status-late_received,.status-rejected,.status-failed,.delivery-failed,.risk-high,.refund-rejected,.refund-failed,.payout-failed,.qa-log-failed,.danger-action{background:#ef6f6429;color:#ffaaa3}.risk-unknown,.status-initiated{background:#94a3b824;color:#cbd1da}.checkout-logo,.checkout-preview-mark{display:grid;place-items:center;border-radius:12px;background:transparent}.checkout-logo{width:48px;height:48px}.checkout-logo img{background:#070a0f;border:0;object-fit:cover}.checkout-status-card{border-top-color:var(--brand, var(--bp-gold))}.checkout-success{border-top-color:var(--bp-green)}.checkout-failure{border-top-color:var(--bp-red)}.checkout-copy-box button{background:#080c12}.checkout-steps article>div{border-color:#3a4350}.checkout-steps article.done>div{border-color:var(--bp-gold);background:var(--bp-gold)}.checkout-preview{background:#070a0f}.brand-wordmark span{color:var(--bp-gold-soft);font-size:inherit;font-weight:inherit;letter-spacing:0;text-transform:none}:root{font-family:Manrope,Avenir Next,Neue Haas Grotesk Text,Helvetica Neue,Arial,ui-sans-serif,system-ui,sans-serif;--bp-bg: #040507;--bp-panel: #0d0f12;--bp-panel-raised: #121416;--bp-rail: #07080a;--bp-border: #3b3020;--bp-border-soft: #2d2f32;--bp-text: #f2ead8;--bp-muted: #c8bea8;--bp-subtle: #9a927f;--bp-gold: #d7a83f;--bp-gold-soft: #f5d77a;--bp-gold-deep: #93651d;--bp-copper: #bd8030;--bp-green: #72d7a0;--bp-red: #ff8a7b;--bp-gold-gradient: linear-gradient(135deg, #fff0b6 0%, #d7a83f 44%, #9a691e 100%);color:var(--bp-text)}body,button,input,select,textarea{font-family:Manrope,Avenir Next,Neue Haas Grotesk Text,Helvetica Neue,Arial,ui-sans-serif,system-ui,sans-serif;font-weight:400}body,.login-shell,.app-shell,.checkout-shell{background:radial-gradient(circle at 75% -8%,rgb(215 168 63 / 13%),transparent 34rem),radial-gradient(circle at 8% 12%,rgb(189 128 48 / 8%),transparent 24rem),linear-gradient(180deg,#090a0d 0%,var(--bp-bg) 54%,#020304 100%)}.app-shell{grid-template-columns:216px minmax(0,1fr)}.sidebar{position:relative;overflow:hidden;border-right:1px solid rgb(215 168 63 / 18%);background:linear-gradient(180deg,rgb(245 215 122 / 7%),transparent 18rem),linear-gradient(180deg,var(--bp-rail) 0%,#050608 100%);padding:18px 12px}.sidebar:before{position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgb(245 215 122 / 54%),transparent);content:""}.brand{gap:10px;margin-bottom:22px;padding:4px 4px 14px;border-bottom:1px solid rgb(245 215 122 / 12%)}.brand-mark{width:40px;height:40px;border-radius:10px}.brand-wordmark{font-size:21px;font-weight:300;letter-spacing:0}.brand>div>span,.brand span,.checkout-brand-bar span{color:var(--bp-subtle);font-size:9.5px;font-weight:400;letter-spacing:.22em}.sidebar nav{gap:4px}.sidebar nav button{position:relative;min-height:38px;border:1px solid transparent;border-radius:8px;color:var(--bp-muted);gap:9px;padding:0 10px;font-size:13px;font-weight:400}.sidebar nav button:before{position:absolute;inset:9px auto 9px 0;width:2px;border-radius:999px;background:transparent;content:""}.sidebar nav button svg{width:16px;height:16px;color:#bca977;stroke-width:1.7}.sidebar nav button:hover{border-color:#f5d77a29;background:#f5d77a12;color:var(--bp-text)}.sidebar nav button.active{border-color:#f5d77a38;background:linear-gradient(90deg,#f5d77a24,#ffffff05),#10100d;color:var(--bp-gold-soft);box-shadow:inset 0 1px #ffffff0d}.sidebar nav button.active:before{background:var(--bp-gold-soft)}.workspace{padding:18px 20px 24px}.topbar{margin-bottom:14px;align-items:flex-start}.topbar h1,.login-panel h1,.checkout-status-card h1{font-size:23px;font-weight:400;letter-spacing:0}.environment,.role-chip,.badge,.readonly-note,.table-action,.secondary-button,.icon-button,.filter-select{font-weight:400}.environment{min-height:22px;color:var(--bp-gold-soft);font-size:10.5px;letter-spacing:.16em}.role-chip,.search,.filter-select,.icon-button,.secondary-button{border-color:#f5d77a26;background:#ffffff08;color:var(--bp-muted)}.filter-bar{gap:6px;min-width:min(470px,36vw)}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;max-width:min(100%,760px);min-width:0}.search,.filter-select,.role-chip,.sign-out-button,.icon-button{min-height:34px}.table-wrap,.table-controls{max-width:100%;min-width:0}.table-controls{flex-wrap:wrap}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:13px}.metric{position:relative;display:block;min-height:72px;border-color:#f5d77a24;border-radius:8px;background:linear-gradient(180deg,#ffffff0a,#ffffff03),var(--bp-panel);padding:11px 42px 11px 12px}.metric-icon{position:absolute;top:13px;right:10px;width:30px;height:30px;border-radius:7px;background:#f5d77a17!important;color:var(--bp-gold-soft)!important}.metric-icon svg{width:15px;height:15px;stroke-width:1.7}.metric p,.metric span{color:var(--bp-subtle);font-size:11px;line-height:1.25}.metric strong{margin:3px 0 1px;color:var(--bp-text);font-size:clamp(17px,1.6vw,21px);font-weight:400;line-height:1.05}.dashboard-summary-grid,.qa-summary-grid,.test-run-summary-grid,.balance-summary-grid,.payout-summary-grid,.settings-summary-grid{gap:10px}.dashboard-card,.qa-card,.test-run-card,.balance-card,.payout-card,.settings-card,.ops-card{min-height:94px;border-color:#f5d77a24;border-radius:8px;background:linear-gradient(180deg,#ffffff0a,#ffffff03),var(--bp-panel);padding:13px}.primary-dashboard-card,.primary-balance-card,.primary-qa-card,.primary-test-run-card,.primary-payout-card{border-color:#f5d77a42;background:radial-gradient(circle at 86% 10%,rgb(245 215 122 / 13%),transparent 12rem),linear-gradient(180deg,#17150f,var(--bp-panel))}.ops-card span,.ops-card p,.dashboard-card span,.dashboard-card p,.qa-card span,.qa-card p,.test-run-card span,.test-run-card p,.balance-card span,.balance-card p,.payout-card span,.payout-card p,.settings-card span,.settings-card p{color:var(--bp-muted);font-size:12px;line-height:1.32}.ops-card strong,.dashboard-card strong,.qa-card strong,.test-run-card strong,.balance-card strong,.payout-card strong,.settings-card strong,.primary-dashboard-card strong,.primary-balance-card strong,.primary-qa-card strong,.primary-test-run-card strong,.primary-payout-card strong{margin:5px 0 4px;color:var(--bp-text);font-size:clamp(20px,2vw,27px);font-weight:400;line-height:1.05}.panel,.table-wrap,.dashboard-readiness article,.client-preview-summary,.client-validation-grid article,.docs-card,.endpoint-card,.api-key-card,.checkout-status-card,.checkout-payment-panel,.checkout-side-panel,.empty-state,.loading-state{border-color:#f5d77a21;background:linear-gradient(180deg,#ffffff09,#ffffff03),var(--bp-panel)}.dashboard-panel,.qa-panel,.test-run-panel,.create-panel,.payments-panel,.detail-panel,.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.api-key-create-panel,.api-key-list-panel,.ops-panel,.balance-panel,.payout-panel,.settings-panel{padding:14px}.section-heading{margin-bottom:12px}.section-heading h2,.docs-hero h2,.confirm-dialog h2{color:var(--bp-text);font-size:17px;font-weight:400;line-height:1.2}p,.login-panel>p,.profile-grid strong,.dashboard-actions p,.dashboard-readiness p,.client-validation-grid p,.client-preview-summary p,.readiness-summary p,.docs-card p,.docs-note p,.docs-flow-list span,.docs-scope-grid span,.docs-checklist span,.checkout-status-card p,.checkout-amount p,.checkout-latest-event p,.checkout-copy-box span,.checkout-detail-row span,.webhook-detail-summary span,.webhook-header-list span,.endpoint-card code,.endpoint-card span,.table-count,.table-control-group span,.pagination-buttons span,td span{color:var(--bp-muted)}th{background:#11100d;color:#d6c7a4;font-size:11px;font-weight:400;letter-spacing:.08em}td{color:var(--bp-text);font-size:13px}td strong,.ready-step strong,.client-validation-grid strong,.docs-flow-list strong,.docs-checklist strong,.toast strong{font-weight:400}.primary-button,.checkout-actions a,.dashboard-actions button:hover,.ready-action:hover,.profile-grid button:hover{color:#070705;box-shadow:0 12px 30px #d7a83f24}input::placeholder,.search input::placeholder{color:#8e887a}@media(max-width:900px){.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.sidebar{padding:14px}.sidebar nav{grid-template-columns:repeat(4,minmax(0,1fr))}.sidebar nav button{justify-content:center;gap:6px;padding:0 8px}.sidebar nav button:not(.active){font-size:0}}@media(max-width:560px){.metrics-grid{grid-template-columns:1fr}}.app-shell *,.checkout-shell *{letter-spacing:0}.topbar h1,.section-heading h2,.dashboard-card strong,.metric strong,.client-preview-summary strong,.dashboard-readiness strong,.checkout-status-card h1,.checkout-amount strong,td strong{font-weight:400!important}.client-preview-summary{border-color:#f5d77a1f;background:radial-gradient(circle at 92% 10%,rgb(245 215 122 / 10%),transparent 16rem),linear-gradient(180deg,#121315,#0b0d10)}.client-preview-summary strong,.client-preview-summary p{color:var(--bp-text)!important}.client-preview-summary p{color:var(--bp-muted)!important}.dashboard-readiness{gap:8px}.dashboard-readiness article,.client-preview-list article,.ready-step.complete{border-color:#f5d77a2e!important;background:linear-gradient(90deg,rgb(245 215 122 / 7%),transparent 58%),#111214!important;color:var(--bp-text);box-shadow:inset 0 1px #ffffff0a}.dashboard-readiness article:hover{border-color:#f5d77a4d!important;background:linear-gradient(90deg,rgb(245 215 122 / 10%),transparent 62%),#141416!important}.ready-step-icon,.ready-step.complete .ready-step-icon{width:34px;height:34px;border:1px solid rgb(245 215 122 / 18%);border-radius:8px;background:#f5d77a12!important;color:var(--bp-gold-soft)!important}.ready-step-icon svg{width:16px;height:16px;stroke-width:1.7}.dashboard-readiness strong{color:var(--bp-text)!important;font-size:15px}.dashboard-readiness p{color:var(--bp-muted)!important;font-size:12px}.ready-status,.ready-status.complete,.readiness-progress,.readiness-progress.ready,.badge{border:1px solid rgb(245 215 122 / 22%)!important;background:#f5d77a14!important;color:var(--bp-gold-soft)!important;font-size:11px;font-weight:500!important;letter-spacing:.01em}.ready-action,.dashboard-actions button,.table-action,.secondary-button,.icon-button,.code-snippet button,.endpoint-actions button,.pagination-buttons button,.density-toggle button{border:1px solid rgb(245 215 122 / 18%)!important;background:#111214!important;color:var(--bp-text)!important;font-weight:500!important;box-shadow:inset 0 1px #ffffff0a}.ready-action:hover,.dashboard-actions button:hover,.table-action:hover,.secondary-button:hover,.icon-button:hover,.code-snippet button:hover,.endpoint-actions button:hover,.pagination-buttons button:hover:not(:disabled),.density-toggle button.active,.density-toggle button:hover{border-color:#f5d77a61!important;background:linear-gradient(180deg,#f5d77a29,#f5d77a14)!important;color:var(--bp-gold-soft)!important}.primary-button,.checkout-actions a,.profile-grid button:hover{border-color:#f5d77a66!important;background:var(--bp-gold-gradient)!important;color:#070705!important;font-weight:600!important}.status-expired,.status-rejected,.status-failed,.risk-high,.delivery-failed,.refund-rejected,.refund-failed,.payout-failed,.qa-log-failed{border-color:#ff8a7b38!important;background:#ff8a7b1f!important;color:#ffb8ae!important}.risk-unknown,.status-initiated{border-color:#c8bea829!important;background:#c8bea817!important;color:#d4ccba!important}.status-confirmed,.status-settled,.status-approved,.delivery-delivered,.refund-completed,.risk-low,.payout-paid,.qa-log-passed{border-color:#72d7a03d!important;background:#72d7a01c!important;color:#a9efc6!important}table{min-width:0;font-size:12.5px}th{height:38px;border-color:#f5d77a24!important;background:#0d0b08!important;color:#d7c79c!important;font-size:10.5px;font-weight:500!important;letter-spacing:.08em!important}td{border-color:#f5d77a1a!important;font-size:12.5px}td span{color:var(--bp-muted)!important;font-family:Manrope,Avenir Next,Neue Haas Grotesk Text,Helvetica Neue,Arial,ui-sans-serif,system-ui,sans-serif;font-size:11.5px}.table-wrap{border-color:#f5d77a21!important;background:#0b0c0e!important}.dashboard-table tbody tr:hover,tbody tr:hover,.selected-row{background:#f5d77a0f!important}.content-grid{grid-template-columns:minmax(260px,.64fr) minmax(520px,1fr);gap:14px}.payments-panel{min-width:0}.payments-panel .section-heading{margin-bottom:10px}.payments-panel .table-controls{display:grid;grid-template-columns:minmax(70px,.7fr) auto auto auto;gap:8px;align-items:center;margin:8px 0 12px;border-color:#f5d77a1f!important;background:#0d0e10!important;padding:8px}.payments-panel .table-count{color:var(--bp-muted)}.payments-panel .table-count strong{color:var(--bp-text);font-weight:500}.payments-panel .table-control-group,.payments-panel .pagination-buttons,.payments-panel .density-toggle{gap:5px}.payments-panel .table-control-group span{color:var(--bp-muted);font-size:11px;font-weight:500}.payments-panel .table-control-group select{min-height:31px;border-color:#f5d77a2e;background:#0b0c0e;color:var(--bp-text);font-weight:500}.payments-panel .density-toggle{border-color:#f5d77a2e!important;background:#090a0c!important}.payments-panel .density-toggle button{min-height:28px;min-width:70px;color:var(--bp-muted)!important;font-size:11.5px;padding:0 8px}.payments-panel .density-toggle button.active{border-color:#f5d77a52!important;background:#f5d77a21!important;color:var(--bp-gold-soft)!important}.payments-panel .pagination-buttons button{min-height:30px;border-color:#f5d77a2e!important;background:#0b0c0e!important;color:var(--bp-muted)!important;font-size:11.5px}.payments-panel .pagination-buttons button:not(:disabled):hover{color:var(--bp-gold-soft)!important}.payments-panel .table-wrap{overflow-x:hidden;border-color:#f5d77a26!important;background:#090a0c!important}.payments-panel table{min-width:0;table-layout:fixed}.payments-panel th,.payments-panel td{overflow:hidden;padding:11px 10px;text-overflow:ellipsis}.payments-panel th:nth-child(1),.payments-panel td:nth-child(1){width:29%}.payments-panel th:nth-child(2),.payments-panel td:nth-child(2){width:15%}.payments-panel th:nth-child(3),.payments-panel td:nth-child(3){width:14%}.payments-panel th:nth-child(4),.payments-panel td:nth-child(4){width:14%}.payments-panel th:nth-child(5),.payments-panel td:nth-child(5){width:13%}.payments-panel th:nth-child(6),.payments-panel td:nth-child(6){width:15%}.payments-panel th{height:40px;background:#0d0a06!important;color:#d9c99b!important}.payments-panel td{background:transparent!important;color:var(--bp-text)!important}.payments-panel tbody tr{background:transparent!important}.payments-panel tbody tr:hover{background:#f5d77a0f!important}.payments-panel tbody tr.selected-row{outline:1px solid rgb(245 215 122 / 26%);outline-offset:-1px;background:linear-gradient(90deg,#f5d77a1c,#f5d77a08)!important}.payments-panel tbody tr.selected-row td{background:transparent!important}.payments-panel td strong{color:var(--bp-text);font-size:13px;font-weight:500!important}.payments-panel td span{color:var(--bp-muted)!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-panel.read-only-panel{min-height:250px;border-color:#f5d77a24!important;background:radial-gradient(circle at 88% 12%,rgb(245 215 122 / 10%),transparent 13rem),#101113!important}.create-panel.read-only-panel>p{color:var(--bp-text);font-size:18px;line-height:1.45}.detail-panel{grid-column:1 / -1;border-color:#f5d77a24!important;background:linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important}.detail-panel .section-heading{align-items:center}.detail-stack{border-color:#f5d77a21!important;background:#0b0c0e!important}.detail-row{min-height:46px;border-color:#f5d77a1a!important}.detail-row span{color:var(--bp-muted)!important}.detail-row strong{color:var(--bp-text);font-weight:500}.copy-value{color:var(--bp-gold-soft)!important;font-family:Manrope,Avenir Next,Neue Haas Grotesk Text,Helvetica Neue,Arial,ui-sans-serif,system-ui,sans-serif;font-weight:500}@media(max-width:900px){.content-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.payments-panel .table-controls{grid-template-columns:1fr}}.security-view{gap:14px}.security-view .settings-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.security-view .settings-card{min-height:92px;border-color:#f5d77a24!important;background:linear-gradient(180deg,#ffffff09,#ffffff03),#101113!important}.security-view .settings-card span,.security-view .settings-card p{color:var(--bp-muted)!important}.security-view .settings-card strong{color:var(--bp-text);font-size:clamp(20px,2vw,28px);font-weight:400!important}.security-grid{display:grid;grid-template-columns:1fr;gap:14px}.security-view .settings-panel{border-color:#f5d77a24!important;background:linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important}.security-view .settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.security-view .settings-grid label{color:var(--bp-muted);font-size:12px;font-weight:500}.security-view .settings-grid input,.security-view .settings-grid select{min-height:42px;margin-top:7px;border-color:#f5d77a26;background:#090a0c;color:var(--bp-text)}.security-view .settings-grid .settings-actions{align-self:end}.security-view .settings-actions .primary-button{min-width:0;min-height:42px;border-color:#f5d77a52!important;background:linear-gradient(180deg,#f5d77a38,#d7a83fb8)!important;color:#070705!important;font-size:13px;font-weight:600!important;padding:0 18px}.session-list{display:grid;gap:9px}.session-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:70px;border:1px solid rgb(245 215 122 / 13%)!important;border-radius:8px;background:linear-gradient(90deg,rgb(245 215 122 / 5%),transparent 62%),#0b0c0e!important;padding:13px 14px}.session-list article:hover{border-color:#f5d77a3d!important;background:linear-gradient(90deg,rgb(245 215 122 / 8%),transparent 64%),#0f1012!important}.session-list strong{color:var(--bp-text)!important;font-size:14px;font-weight:500!important}.session-list p{margin-top:5px;color:var(--bp-muted)!important;font-size:12px}.session-list .badge{border-color:#f5d77a33!important;background:#f5d77a17!important;color:var(--bp-gold-soft)!important}.security-view .danger-action{border-color:#ff8a7b42!important;background:#ff8a7b17!important;color:#ffb8ae!important}.security-view .danger-action:hover{border-color:#ff8a7b70!important;background:#ff8a7b24!important}.user-create-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.user-table{margin-top:14px}.user-table table{min-width:0;table-layout:fixed}.user-table th,.user-table td{padding:11px 10px}.user-table select{border-color:#f5d77a26;background:#090a0c;color:var(--bp-text)}@media(max-width:1180px){.security-view .settings-summary-grid,.security-view .settings-grid,.user-create-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.security-view .settings-summary-grid,.security-view .settings-grid,.user-create-grid,.session-list article{grid-template-columns:1fr}}.payout-batches-panel{border-color:#f5d77a24!important;background:linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important}.payout-batches-panel .section-heading{margin-bottom:10px}.payout-batches-panel .table-controls{display:grid;grid-template-columns:minmax(80px,.7fr) auto auto auto;gap:8px;align-items:center;margin:8px 0 12px;border-color:#f5d77a1f!important;background:#0d0e10!important;padding:8px}.payout-batches-panel .table-count{color:var(--bp-muted)}.payout-batches-panel .table-count strong{color:var(--bp-text);font-weight:500}.payout-batches-panel .table-control-group,.payout-batches-panel .pagination-buttons,.payout-batches-panel .density-toggle{gap:5px}.payout-batches-panel .table-control-group span{color:var(--bp-muted);font-size:11px;font-weight:500}.payout-batches-panel .table-control-group select{min-height:31px;border-color:#f5d77a2e;background:#0b0c0e;color:var(--bp-text);font-weight:500}.payout-batches-panel .density-toggle{border-color:#f5d77a2e!important;background:#090a0c!important}.payout-batches-panel .density-toggle button{min-height:28px;min-width:70px;color:var(--bp-muted)!important;font-size:11.5px;padding:0 8px}.payout-batches-panel .density-toggle button.active{border-color:#f5d77a52!important;background:#f5d77a21!important;color:var(--bp-gold-soft)!important}.payout-batches-panel .pagination-buttons button{min-height:30px;border-color:#f5d77a2e!important;background:#0b0c0e!important;color:var(--bp-muted)!important;font-size:11.5px}.payout-batches-panel .pagination-buttons button:not(:disabled):hover{color:var(--bp-gold-soft)!important}.payout-batches-panel .table-wrap{overflow-x:hidden;border-color:#f5d77a26!important;background:#090a0c!important}.payout-batches-panel table{min-width:0;table-layout:fixed}.payout-batches-panel th,.payout-batches-panel td{overflow:hidden;padding:11px 10px;text-overflow:ellipsis}.payout-batches-panel th:nth-child(1),.payout-batches-panel td:nth-child(1){width:22%}.payout-batches-panel th:nth-child(2),.payout-batches-panel td:nth-child(2){width:19%}.payout-batches-panel th:nth-child(3),.payout-batches-panel td:nth-child(3){width:13%}.payout-batches-panel th:nth-child(4),.payout-batches-panel td:nth-child(4){width:14%}.payout-batches-panel th:nth-child(5),.payout-batches-panel td:nth-child(5){width:20%}.payout-batches-panel th:nth-child(6),.payout-batches-panel td:nth-child(6){width:12%}.payout-batches-panel th{height:40px;background:#0d0a06!important;color:#d9c99b!important}.payout-batches-panel td{background:transparent!important;color:var(--bp-text)!important}.payout-batches-panel tbody tr{background:transparent!important}.payout-batches-panel tbody tr:hover{background:#f5d77a0f!important}.payout-batches-panel td strong{overflow:hidden;color:var(--bp-text);font-size:13px;font-weight:500!important;text-overflow:ellipsis;white-space:nowrap}.payout-batches-panel td span:not(.badge):not(.guardrail-badge){overflow:hidden;color:var(--bp-muted)!important;text-overflow:ellipsis;white-space:nowrap}.payout-batches-panel .table-actions{gap:6px;justify-content:flex-end}.payout-batches-panel .table-action{min-height:30px;padding:0 9px}.payout-batches-panel .guardrail-badge{display:inline-flex;margin-top:6px;border:1px solid rgb(245 215 122 / 18%);border-radius:999px;background:#f5d77a12;color:var(--bp-gold-soft);font-size:10.5px;font-weight:500;padding:3px 7px}.payout-batches-panel .empty{color:var(--bp-muted)!important}@media(max-width:1180px){.payout-batches-panel .table-controls{grid-template-columns:minmax(80px,.7fr) auto auto auto}}@media(max-width:760px){.payout-batches-panel .table-controls{grid-template-columns:1fr}.payout-batches-panel .table-wrap{overflow-x:auto}.payout-batches-panel table{min-width:680px}}.balances-view{gap:14px}.balances-view .balance-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.balances-view .balance-card{min-height:94px;border-color:#f5d77a24!important;background:linear-gradient(180deg,#ffffff09,#ffffff03),#101113!important}.balances-view .primary-balance-card{border-color:#f5d77a42!important;background:radial-gradient(circle at 86% 10%,rgb(245 215 122 / 13%),transparent 12rem),linear-gradient(180deg,#17150f,#101113)!important}.balances-view .balance-card span,.balances-view .balance-card p{color:var(--bp-muted)!important}.balances-view .balance-card strong{color:var(--bp-text);font-weight:400!important}.balances-view .balance-panel{border-color:#f5d77a24!important;background:linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important}.balance-assets-panel .table-wrap,.refund-reserves-panel .table-wrap,.ledger-entries-panel .table-wrap{overflow-x:hidden;border-color:#f5d77a26!important;background:#090a0c!important}.balance-assets-panel table,.refund-reserves-panel table,.ledger-entries-panel table{min-width:0;table-layout:fixed}.balance-assets-panel th,.balance-assets-panel td,.refund-reserves-panel th,.refund-reserves-panel td,.ledger-entries-panel th,.ledger-entries-panel td{overflow:hidden;padding:11px 10px;text-overflow:ellipsis}.balance-assets-panel th,.refund-reserves-panel th,.ledger-entries-panel th{height:40px;background:#0d0a06!important;color:#d9c99b!important}.balance-assets-panel td,.refund-reserves-panel td,.ledger-entries-panel td{background:transparent!important;color:var(--bp-text)!important}.balance-assets-panel td strong,.refund-reserves-panel td strong,.ledger-entries-panel td strong{color:var(--bp-text);font-size:13px;font-weight:500!important}.balance-assets-panel td span,.refund-reserves-panel td span,.ledger-entries-panel td span,.balances-view .empty{color:var(--bp-muted)!important}.balance-assets-panel tbody tr:hover,.refund-reserves-panel tbody tr:hover,.ledger-entries-panel tbody tr:hover{background:#f5d77a0f!important}.reconciliation-panel .check-list{gap:9px}.reconciliation-panel .check-list article{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;min-height:72px;border:1px solid rgb(245 215 122 / 13%)!important;border-radius:8px;background:linear-gradient(90deg,rgb(245 215 122 / 6%),transparent 62%),#0b0c0e!important;padding:13px 14px}.reconciliation-panel .check-list article:hover{border-color:#f5d77a3d!important;background:linear-gradient(90deg,rgb(245 215 122 / 9%),transparent 64%),#0f1012!important}.reconciliation-panel .check-list strong{color:var(--bp-text)!important;font-size:14px;font-weight:500!important}.reconciliation-panel .check-list p{margin-top:5px;color:var(--bp-muted)!important;font-size:12px}.reconciliation-panel .badge,.reconciliation-passed,.reconciliation-attention,.reconciliation-tracked{border:1px solid rgb(245 215 122 / 20%)!important;background:#f5d77a14!important;color:var(--bp-gold-soft)!important;font-size:11px;font-weight:500!important}.ledger-entries-panel th:nth-child(1),.ledger-entries-panel td:nth-child(1){width:25%}.ledger-entries-panel th:nth-child(2),.ledger-entries-panel td:nth-child(2){width:25%}.ledger-entries-panel th:nth-child(3),.ledger-entries-panel td:nth-child(3),.ledger-entries-panel th:nth-child(4),.ledger-entries-panel td:nth-child(4){width:16%}.ledger-entries-panel th:nth-child(5),.ledger-entries-panel td:nth-child(5){width:18%}@media(max-width:1180px){.balances-view .balance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.balances-view .balance-summary-grid,.balance-two-column{grid-template-columns:1fr}.balance-assets-panel .table-wrap,.refund-reserves-panel .table-wrap,.ledger-entries-panel .table-wrap{overflow-x:auto}.balance-assets-panel table,.ledger-entries-panel table{min-width:680px}}.webhook-view{gap:14px}.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.webhook-detail-panel{border-color:#f5d77a24!important;background:linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important}.webhook-create-panel.read-only-panel{min-height:180px;background:radial-gradient(circle at 88% 12%,rgb(245 215 122 / 10%),transparent 13rem),#101113!important}.webhook-create-panel.read-only-panel>p{color:var(--bp-text);font-size:17px;line-height:1.45}.webhook-list-panel .endpoint-grid{gap:10px}.webhook-list-panel .endpoint-card{border-color:#f5d77a26!important;background:linear-gradient(90deg,rgb(245 215 122 / 6%),transparent 62%),#0b0c0e!important;padding:14px}.webhook-list-panel .endpoint-card strong{color:var(--bp-text);font-size:15px;font-weight:500!important}.webhook-list-panel .endpoint-card code,.webhook-list-panel .endpoint-card span,.webhook-list-panel .endpoint-meta span:last-child{color:var(--bp-muted)!important;font-family:Manrope,Avenir Next,Neue Haas Grotesk Text,Helvetica Neue,Arial,ui-sans-serif,system-ui,sans-serif;font-size:12.5px;line-height:1.45}.webhook-list-panel .endpoint-card code{color:#ded3b9!important}.webhook-list-panel .endpoint-meta{align-items:center;border-top:1px solid rgb(245 215 122 / 10%);padding-top:8px}.webhook-list-panel .readonly-note{justify-self:stretch;min-height:36px;border-color:#f5d77a2e!important;background:#111214!important;color:var(--bp-muted)!important;font-weight:500!important}.webhook-deliveries-panel .table-controls{display:grid;grid-template-columns:minmax(80px,.7fr) auto auto auto;gap:8px;align-items:center;margin:8px 0 12px;border-color:#f5d77a1f!important;background:#0d0e10!important;padding:8px}.webhook-deliveries-panel .table-count{color:var(--bp-muted)}.webhook-deliveries-panel .table-count strong{color:var(--bp-text);font-weight:500}.webhook-deliveries-panel .table-control-group,.webhook-deliveries-panel .pagination-buttons,.webhook-deliveries-panel .density-toggle{gap:5px}.webhook-deliveries-panel .table-control-group span{color:var(--bp-muted);font-size:11px;font-weight:500}.webhook-deliveries-panel .table-control-group select{min-height:31px;border-color:#f5d77a2e;background:#0b0c0e;color:var(--bp-text);font-weight:500}.webhook-deliveries-panel .density-toggle{border-color:#f5d77a2e!important;background:#090a0c!important}.webhook-deliveries-panel .density-toggle button{min-height:28px;min-width:70px;color:var(--bp-muted)!important;font-size:11.5px;padding:0 8px}.webhook-deliveries-panel .density-toggle button.active{border-color:#f5d77a52!important;background:#f5d77a21!important;color:var(--bp-gold-soft)!important}.webhook-deliveries-panel .pagination-buttons button{min-height:30px;border-color:#f5d77a2e!important;background:#0b0c0e!important;color:var(--bp-muted)!important;font-size:11.5px}.webhook-deliveries-panel .pagination-buttons button:not(:disabled):hover{color:var(--bp-gold-soft)!important}.webhook-deliveries-panel .table-wrap{overflow-x:hidden;border-color:#f5d77a26!important;background:#090a0c!important}.webhook-deliveries-panel table{min-width:0;table-layout:fixed}.webhook-deliveries-panel th,.webhook-deliveries-panel td{overflow:hidden;padding:11px 10px;text-overflow:ellipsis}.webhook-deliveries-panel th{height:40px;background:#0d0a06!important;color:#d9c99b!important;line-height:1.15;overflow:visible;text-overflow:clip;white-space:normal}.webhook-deliveries-panel td{background:transparent!important;color:var(--bp-text)!important}.webhook-deliveries-panel tbody tr{background:transparent!important}.webhook-deliveries-panel tbody tr:hover{background:#f5d77a0f!important}.webhook-deliveries-panel th:nth-child(1),.webhook-deliveries-panel td:nth-child(1){width:22%}.webhook-deliveries-panel th:nth-child(2),.webhook-deliveries-panel td:nth-child(2){width:19%}.webhook-deliveries-panel th:nth-child(3),.webhook-deliveries-panel td:nth-child(3){width:11%}.webhook-deliveries-panel th:nth-child(4),.webhook-deliveries-panel td:nth-child(4),.webhook-deliveries-panel th:nth-child(5),.webhook-deliveries-panel td:nth-child(5){width:11%}.webhook-deliveries-panel th:nth-child(6),.webhook-deliveries-panel td:nth-child(6){width:13%}.webhook-deliveries-panel th:nth-child(7),.webhook-deliveries-panel td:nth-child(7){width:13%}.webhook-deliveries-panel td strong{color:var(--bp-text);font-size:13px;font-weight:500!important}.webhook-deliveries-panel td span:not(.badge){overflow:hidden;color:var(--bp-muted)!important;text-overflow:ellipsis;white-space:nowrap}.webhook-deliveries-panel .table-actions{justify-content:flex-end}.webhook-deliveries-panel .table-action{min-height:32px;border-color:#f5d77a38!important;background:#111214!important;color:var(--bp-gold-soft)!important;font-weight:500!important}.webhook-detail-summary div,.webhook-header-list div,.webhook-attempt-list article{border-color:#f5d77a21!important;background:#0b0c0e!important}.webhook-detail-summary strong,.webhook-header-list code,.webhook-attempt-list strong,.webhook-detail-grid h3{color:var(--bp-text)!important;font-weight:500!important}.webhook-detail-summary span,.webhook-header-list span,.webhook-attempt-list span,.webhook-attempt-list p{color:var(--bp-muted)!important}@media(max-width:760px){.webhook-deliveries-panel .table-controls{grid-template-columns:1fr}.webhook-deliveries-panel .table-wrap{overflow-x:auto}.webhook-deliveries-panel table{min-width:760px}}.docs-view{gap:14px}.docs-view .docs-hero,.docs-view .docs-panel,.docs-view .docs-card{border-color:#f5d77a21!important;background:linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important}.docs-view .docs-hero p,.docs-view .docs-panel>p,.docs-view .section-heading p,.docs-view .docs-card p{color:var(--bp-muted)!important}.docs-view .docs-card strong,.docs-view .docs-panel h2,.docs-view .code-snippet strong,.docs-view .docs-flow-list strong,.docs-view .docs-checklist strong{color:var(--bp-text)!important;font-weight:520!important}.docs-view .docs-card span,.docs-view .docs-hero code,.docs-view .docs-note code{color:#d9c99b!important}.docs-view .docs-header-list{gap:8px;margin-top:12px}.docs-view .docs-header-list span{min-height:42px;border-color:#f5d77a24!important;background:linear-gradient(90deg,rgb(245 215 122 / 7%),transparent 58%),#0b0c0e!important;color:var(--bp-muted)!important;font-weight:500!important}.docs-view .docs-header-list code{color:var(--bp-gold-soft)!important;font-family:Manrope,Avenir Next,Neue Haas Grotesk Text,Helvetica Neue,Arial,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:650}.docs-view .code-snippet{border-color:#f5d77a21!important;background:#0b0c0e!important}.docs-view .code-snippet>div{padding:10px 12px 0}.docs-view .code-snippet pre{overflow-x:hidden;border-top:1px solid rgb(245 215 122 / 8%);background:#05070a!important;color:#eadcb7!important;font-size:11.5px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.docs-view .docs-flow-list article,.docs-view .docs-checklist article,.docs-view .docs-scope-grid article{border-color:#f5d77a1f!important;background:#0c0d0f!important}.search svg{color:#b8ab89}.search input{color:var(--bp-text)!important;caret-color:var(--bp-gold-soft)}.search input::placeholder{color:#8e887a!important}.checkout-shell{background:radial-gradient(circle at 50% -18%,rgb(245 215 122 / 14%),transparent 28rem),radial-gradient(circle at 92% 18%,rgb(255 255 255 / 5%),transparent 24rem),linear-gradient(180deg,#090a0d,#050607 58%,#030405)!important;color:var(--bp-text)!important}.checkout-page{width:min(960px,calc(100vw - 36px));gap:16px}.checkout-brand-bar{color:var(--bp-text)}.checkout-brand-bar strong{font-size:17px;font-weight:500}.checkout-brand-bar span{color:var(--bp-subtle)!important;font-size:10.5px;letter-spacing:.18em!important;text-transform:uppercase}.checkout-status-card,.checkout-payment-panel,.checkout-side-panel{border-color:#f5d77a24!important;background:radial-gradient(circle at 88% 0%,rgb(245 215 122 / 9%),transparent 16rem),linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important}.checkout-status-card{gap:9px;border-top:1px solid rgb(245 215 122 / 34%)!important;padding:20px 22px}.checkout-status-card h1{max-width:720px;color:var(--bp-text)!important;font-size:clamp(24px,3vw,32px);font-weight:360!important;line-height:1.1}.checkout-status-card p{color:#d1c5a8!important;font-size:14px}.checkout-status-card .badge{justify-self:start;min-height:26px;border-color:#ef6f643d!important;background:#ef6f641f!important;color:#f5a79f!important;padding:0 11px}.checkout-success .badge{border-color:#5cd69347!important;background:#5cd69321!important;color:#a2f2c6!important}.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(280px,330px)}.checkout-payment-panel,.checkout-side-panel{padding:18px}.checkout-amount span,.checkout-copy-box span,.checkout-detail-row span,.checkout-latest-event span{color:var(--bp-muted)!important;font-size:12px;font-weight:500}.checkout-amount strong{color:var(--bp-text)!important;font-size:clamp(32px,5vw,46px);font-weight:330!important}.checkout-amount p,.checkout-latest-event p{color:#d1c5a8!important}.checkout-copy-box button{min-height:44px;border-color:#f5d77a29!important;background:#08090b!important;color:#f1e4c4!important;font-family:Manrope,Avenir Next,Neue Haas Grotesk Text,Helvetica Neue,Arial,ui-sans-serif,system-ui,sans-serif;font-size:13px;font-weight:500!important}.checkout-copy-box button svg{color:var(--bp-gold-soft)}.checkout-actions .checkout-cancel-link{border-color:#f5d77a47!important;background:#f5d77a1a!important;color:var(--bp-gold-soft)!important;font-weight:520!important}.checkout-detail-row{align-items:center;min-height:48px;border:1px solid rgb(245 215 122 / 11%)!important;border-radius:8px;background:#0b0c0e;padding:10px 12px}.checkout-detail-row strong{color:var(--bp-text)!important;font-weight:500}.checkout-steps{border-left:1px solid rgb(245 215 122 / 14%);margin:6px 0 2px 7px;padding-left:14px}.checkout-steps article{color:var(--bp-muted)!important;font-weight:500}.checkout-steps article>div{width:12px;height:12px;border-color:#f5d77a40!important;background:#08090b;transform:translate(-21px)}.checkout-steps article.done{color:var(--bp-gold-soft)!important}.checkout-steps article.done>div{border-color:var(--bp-gold-soft)!important;background:var(--bp-gold-soft)!important;box-shadow:0 0 0 4px #f5d77a14}.checkout-latest-event{border-color:#f5d77a21!important;background:#0b0c0e!important}@media(max-width:780px){.checkout-grid{grid-template-columns:1fr}}.checkout-shell{padding:24px 18px!important}.checkout-page{width:min(820px,calc(100vw - 40px))!important;gap:12px!important}.checkout-brand-bar{gap:10px}.checkout-logo{width:42px!important;height:42px!important}.checkout-brand-bar strong{font-size:15.5px!important}.checkout-status-card{gap:7px!important;padding:16px 18px!important}.checkout-status-card h1{max-width:620px;font-size:clamp(21px,2.1vw,27px)!important;line-height:1.12}.checkout-status-card p{font-size:13px!important}.checkout-status-card .badge{min-height:23px;padding:0 9px;font-size:11px}.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(250px,290px)!important;gap:12px!important}.checkout-payment-panel,.checkout-side-panel{gap:12px!important;padding:15px!important}.checkout-amount{gap:3px}.checkout-amount strong{font-size:clamp(31px,3.4vw,39px)!important}.checkout-amount p{font-size:14px}.checkout-copy-box{gap:5px}.checkout-copy-box button{min-height:38px!important;padding:8px 10px!important;font-size:12px!important}.checkout-actions a{min-height:36px!important;padding:0 12px!important}.checkout-actions .checkout-cancel-link{min-height:31px!important;border-radius:7px;padding:0 10px!important;font-size:12.5px}.checkout-detail-row{min-height:42px!important;padding:8px 10px!important}.checkout-detail-row strong{font-size:14px}.checkout-steps{gap:8px;margin-top:2px}.checkout-steps article{font-size:12.5px}.checkout-latest-event{padding:10px!important}.checkout-latest-event span{font-size:11.5px!important}.checkout-latest-event p{font-size:13px!important;line-height:1.35}@media(max-width:780px){.checkout-page{width:min(560px,calc(100vw - 28px))!important}.checkout-grid{grid-template-columns:1fr!important}}:root{--bp-type-page: 20px;--bp-type-section: 16px;--bp-type-card: 14px;--bp-type-body: 12.5px;--bp-type-small: 11px;--bp-type-number: 18px}.workspace,.checkout-shell{font-size:var(--bp-type-body)}.topbar h1{font-size:var(--bp-type-page)!important;font-weight:360!important;line-height:1.15!important}.section-heading h2,.docs-hero h2,.checkout-status-card h1,.panel>h2,.dashboard-card>strong,.ops-card>strong,.qa-card>strong,.test-run-card>strong,.balance-card>strong,.payout-card>strong,.settings-card>strong,.payments-panel>h2,.detail-panel>h2,.webhook-create-panel>h2,.webhook-list-panel>h2,.webhook-deliveries-panel>h2,.balance-panel>h2,.payout-panel>h2,.docs-panel>h2{font-size:var(--bp-type-section)!important;font-weight:420!important;line-height:1.2!important}.access-banner strong,.client-preview-summary strong,.docs-card strong,.ready-step strong,.dashboard-readiness strong,.client-validation-grid strong,.endpoint-card strong,.api-key-card strong,.checkout-latest-event strong,.webhook-attempt-list strong,.webhook-detail-summary strong,.docs-flow-list strong,.docs-checklist strong,.docs-note strong,.secret-callout strong,td strong{font-size:var(--bp-type-card)!important;font-weight:500!important;line-height:1.25!important}.metric strong,.balance-card strong,.payout-card strong,.settings-card strong,.checkout-detail-row strong{font-size:var(--bp-type-number)!important;font-weight:390!important;line-height:1.18!important}.metric p,.metric span,.access-banner p,.access-banner span,.client-preview-summary p,.dashboard-card p,.ops-card p,.qa-card p,.test-run-card p,.balance-card p,.payout-card p,.settings-card p,.docs-card p,.docs-note p,.docs-flow-list span,.docs-checklist span,.checkout-copy-box span,.checkout-detail-row span,.checkout-latest-event p,.webhook-detail-summary span,.webhook-attempt-list span,.endpoint-card span,.endpoint-card code,td,td span{font-size:var(--bp-type-body)!important;font-weight:400!important;line-height:1.38!important}.environment,.badge,.ready-status,.readiness-progress,.role-chip,.table-count,.table-control-group span,.pagination-buttons span,th,.docs-card span,.docs-header-list code,.docs-header-list span,.checkout-brand-bar span,.checkout-latest-event span{font-size:var(--bp-type-small)!important;font-weight:520!important;line-height:1.2!important}.docs-view .docs-card span{font-weight:600!important}.pagination-buttons span,.table-count strong{font-weight:500!important}.checkout-status-card h1{font-size:19px!important;font-weight:360!important}.checkout-amount strong{font-size:30px!important;font-weight:330!important;line-height:1.05!important}.checkout-brand-bar strong{font-size:14px!important;font-weight:500!important}.checkout-amount p{font-size:13px!important}.checkout-copy-box button,.checkout-actions a,.search input,.filter-select,.table-control-group select,button{font-size:12px!important;font-weight:500!important}.checkout-detail-row strong{font-size:13.5px!important;font-weight:500!important}.workspace h3,.workspace main h3,.workspace article strong,.workspace li strong,.workspace .detail-stack strong,.workspace .detail-grid strong,.workspace .timeline strong,.workspace .docs-scope-grid strong,.workspace .docs-checklist strong{font-weight:500!important}.metric strong,.checkout-amount strong{font-weight:330!important}.metric strong{font-size:var(--bp-type-number)!important}.balance-card strong,.payout-card strong,.settings-card strong,.ops-card strong{font-size:var(--bp-type-number)!important;font-weight:330!important}.workspace{padding:14px 16px 18px!important}.topbar,.access-banner{margin-bottom:10px!important}.dashboard-view,.payments-view,.balance-view,.payout-view,.webhook-view,.docs-view,.security-view,.dashboard-summary-grid,.metrics-grid,.content-grid,.dashboard-two-column,.client-validation-grid,.balance-summary-grid,.payout-summary-grid,.settings-summary-grid,.docs-grid,.docs-two-column{gap:10px!important}.dashboard-two-column,.content-grid{align-items:start!important}.panel,.dashboard-panel,.payments-panel,.detail-panel,.balance-panel,.payout-panel,.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.docs-panel,.security-panel{padding:12px!important}.dashboard-panel,.payments-panel,.detail-panel,.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.balance-panel,.payout-panel,.docs-panel{align-self:start!important;height:auto!important}.section-heading{margin-bottom:8px!important}.dashboard-card,.metric,.balance-card,.payout-card,.settings-card,.ops-card{min-height:68px!important;padding:10px 38px 10px 11px!important}.metric-icon{top:10px!important;right:9px!important;width:26px!important;height:26px!important}.metric-icon svg{width:14px!important;height:14px!important}.client-preview-summary{padding:12px!important}.dashboard-readiness,.client-preview-list{gap:8px!important}.dashboard-readiness article,.client-preview-list article{min-height:56px!important;padding:9px 10px!important}.client-validation-grid article{min-height:74px!important;padding:11px!important}.create-panel.read-only-panel,.webhook-create-panel.read-only-panel{min-height:132px!important}.create-panel.read-only-panel>p,.webhook-create-panel.read-only-panel>p{font-size:15px!important;line-height:1.38!important}.payments-panel .table-controls,.webhook-deliveries-panel .table-controls{margin:6px 0 9px!important;padding:7px!important}.detail-row{min-height:39px!important}@media(max-width:700px){.app-shell{grid-template-columns:minmax(0,1fr)!important}.sidebar{min-height:0!important;padding:10px 12px!important}.brand{gap:9px!important;margin-bottom:10px!important;padding-bottom:10px!important}.brand-mark{flex:0 0 34px!important;width:34px!important;height:34px!important}.brand strong{font-size:17px!important}.brand span{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar nav{display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:2px;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}.sidebar nav button{flex:0 0 auto;min-height:32px!important;padding:0 9px!important}.sidebar nav button:not(.active){font-size:11px!important}.workspace{padding:10px 12px 14px!important}.topbar{display:grid!important;gap:8px!important;grid-template-columns:1fr!important}.topbar h1{font-size:19px!important}.topbar-actions{display:grid!important;gap:7px!important;grid-template-columns:minmax(0,1fr) 36px minmax(72px,auto);width:100%}.topbar-actions>.role-chip{grid-column:1;grid-row:1;min-width:0;justify-content:center}.topbar-actions>.icon-button{grid-column:2;grid-row:1;width:36px!important;padding:0!important}.topbar-actions>.sign-out-button{grid-column:3;grid-row:1;font-size:11.5px!important;padding-inline:10px!important}.topbar-actions>button,.topbar-actions>.secondary-button,.topbar-actions>.ghost-button,.topbar-actions>.role-chip{min-height:34px!important}.filter-bar{display:grid!important;gap:7px!important;grid-column:1 / -1;grid-row:2;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-width:0!important;width:100%}.filter-bar .search{grid-column:1 / -1}.search,.filter-select{min-height:36px!important;width:100%}.access-banner{align-items:flex-start!important;gap:8px!important;padding:10px!important}.content-grid,.dashboard-view,.payments-view,.balance-view,.payout-view,.webhook-view,.docs-view,.security-view{gap:9px!important}.create-panel.read-only-panel{min-height:0!important}.create-panel.read-only-panel>p{font-size:14px!important;line-height:1.35!important}.payments-panel .table-controls{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,auto);gap:7px!important}.payments-panel .table-count,.payments-panel .table-control-group,.payments-panel .density-toggle,.payments-panel .pagination-buttons{width:auto!important}.payments-panel .table-count{grid-column:1;justify-content:flex-start!important}.payments-panel .table-control-group{grid-column:2;justify-content:flex-end!important}.payments-panel .density-toggle{grid-column:1;justify-content:stretch!important}.payments-panel .pagination-buttons{grid-column:2;justify-content:flex-end!important}.payments-panel .density-toggle button,.payments-panel .pagination-buttons button{min-width:0!important;padding-inline:6px!important;font-size:10.5px!important}.payments-panel .table-wrap{overflow:visible!important}.payments-panel table,.payments-panel thead,.payments-panel tbody,.payments-panel tr,.payments-panel td{display:block!important;width:100%!important}.payments-panel thead{display:none!important}.payments-panel tbody{display:grid!important;gap:8px!important}.payments-panel tbody tr{border:1px solid rgba(213,174,82,.24)!important;border-radius:8px!important;background:linear-gradient(135deg,rgba(213,174,82,.08),transparent 48%),#0f1011e0!important;overflow:hidden}.payments-panel tbody tr.selected-row{border-color:#f6d88f70!important;box-shadow:inset 0 0 0 1px #f6d88f1f}.payments-panel td{display:grid!important;grid-template-columns:minmax(82px,.42fr) minmax(0,1fr);align-items:center;gap:10px;min-height:35px!important;border-bottom:1px solid rgba(244,223,178,.08)!important;padding:8px 10px!important;font-size:12px!important}.payments-panel td:last-child{border-bottom:0!important}.payments-panel td:before{color:var(--bp-text-muted);content:"";font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.payments-panel td:nth-child(1):before{content:"Payment"}.payments-panel td:nth-child(2):before{content:"Asset"}.payments-panel td:nth-child(3):before{content:"Amount"}.payments-panel td:nth-child(4):before{content:"Status"}.payments-panel td:nth-child(5):before{content:"Risk"}.payments-panel td:nth-child(6):before{content:"Expiry"}.payments-panel td>*{min-width:0}.payments-panel td strong,.payments-panel td span{overflow-wrap:anywhere}.detail-panel .detail-stack{gap:0!important}.detail-row{grid-template-columns:minmax(92px,.48fr) minmax(0,1fr)!important;gap:8px!important;min-height:36px!important;padding:8px 9px!important}.copy-value{min-width:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width:701px)and (max-width:1100px){.dashboard-readiness.client-preview-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:430px){.checkout-page{width:calc(100vw - 20px)!important}.checkout-shell{padding:12px 0 16px!important}.checkout-brand-bar{margin-bottom:10px!important}.checkout-status-card,.checkout-payment-panel,.checkout-side-panel{padding:11px!important}.checkout-status-card h1{font-size:18px!important}.checkout-amount strong{font-size:28px!important}.checkout-copy-box{grid-template-columns:minmax(0,1fr)!important}.checkout-copy-box button{justify-content:flex-start!important;min-width:0!important;overflow:hidden;text-overflow:ellipsis}.checkout-actions a{min-height:34px!important;padding:0 14px!important}.checkout-actions .checkout-cancel-link{width:auto!important}.checkout-latest-event strong{font-size:13px!important}.checkout-latest-event p{font-size:12px!important}}.metrics-grid,.dashboard-summary-grid,.ops-summary-grid,.qa-summary-grid,.test-run-summary-grid,.balance-summary-grid,.payout-summary-grid,.settings-summary-grid,.docs-grid,.docs-scope-grid,.client-validation-grid,.dashboard-two-column,.content-grid,.security-grid,.payout-two-column,.balance-two-column,.receipt-two-column,.docs-two-column,.webhook-view,.endpoint-grid,.check-list{align-items:start!important;gap:8px!important}.dashboard-view,.payments-view,.security-view,.payouts-view,.balances-view,.balance-view,.webhook-view,.docs-view{gap:8px!important}.panel,.dashboard-panel,.payments-panel,.detail-panel,.settings-panel,.balance-panel,.payout-panel,.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.docs-panel,.ops-panel,.qa-panel,.test-run-panel{align-self:start!important;height:auto!important;min-height:0!important;padding:10px!important}.section-heading{margin-bottom:6px!important}.section-heading p{margin-top:2px!important}.access-banner{min-height:0!important;padding:9px 10px!important}.metric,.dashboard-card,.balance-card,.payout-card,.settings-card,.ops-card,.qa-card,.test-run-card,.docs-card{align-self:start!important;height:auto!important;min-height:0!important;padding:9px 34px 9px 10px!important}.docs-card{padding:10px!important}.create-panel.read-only-panel,.webhook-create-panel.read-only-panel{min-height:0!important}.create-panel.read-only-panel>p,.webhook-create-panel.read-only-panel>p{margin-top:6px!important;font-size:13.5px!important;line-height:1.35!important}.dashboard-readiness article,.client-preview-list article,.client-validation-grid article,.reconciliation-panel .check-list article,.endpoint-card,.ready-step{align-self:start!important;min-height:0!important;padding:8px 9px!important}.reconciliation-panel .check-list article{gap:8px!important}.endpoint-card{padding:10px!important}.table-controls{margin:5px 0 7px!important;padding:6px!important}.detail-row,.checkout-detail-row{min-height:34px!important;padding-block:7px!important}.dashboard-two-column,.content-grid,.webhook-view,.balance-two-column,.payout-two-column,.docs-two-column{grid-template-columns:minmax(0,1fr)!important}.dashboard-two-column>*,.content-grid>*,.webhook-view>*,.balance-two-column>*,.payout-two-column>*,.docs-two-column>*{grid-column:1 / -1!important;width:100%!important}.dashboard-readiness.client-preview-list,.client-validation-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}@keyframes bp-rise-in{0%{opacity:0;transform:translateY(10px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bp-data-sweep{0%{transform:translate(-140%) skew(-14deg);opacity:0}18%{opacity:.78}46%{opacity:.18}to{transform:translate(140%) skew(-14deg);opacity:0}}@keyframes bp-icon-pulse{0%,to{box-shadow:inset 0 1px #ffffff14,0 0 #f6d88f00}45%{box-shadow:inset 0 1px #ffffff1f,0 0 0 7px #f6d88f0b}}@keyframes bp-active-glow{0%,to{box-shadow:inset 3px 0 #f6d88fb8,inset 0 1px #ffffff14,0 10px 28px #0000002e}50%{box-shadow:inset 3px 0 #ffe8aaf2,inset 0 1px #ffffff1f,0 14px 34px #d5ae5221}}@keyframes bp-logo-signal{0%,to{filter:drop-shadow(0 0 0 rgba(246,216,143,0))}50%{filter:drop-shadow(0 0 10px rgba(246,216,143,.24))}}.dashboard-view .metric,.dashboard-view .dashboard-card,.dashboard-view .dashboard-panel,.payments-view .panel,.security-view .panel,.payouts-view .panel,.balances-view .panel,.webhook-view .panel,.docs-view .panel,.docs-hero{animation:bp-rise-in .54s cubic-bezier(.21,.8,.24,1) both}.dashboard-view .metrics-grid .metric:nth-child(1),.dashboard-view .dashboard-summary-grid .dashboard-card:nth-child(1),.payments-view .panel:nth-child(1),.security-view .panel:nth-child(1),.payouts-view .panel:nth-child(1),.balances-view .panel:nth-child(1),.webhook-view .panel:nth-child(1),.docs-view .panel:nth-child(1){animation-delay:30ms}.dashboard-view .metrics-grid .metric:nth-child(2),.dashboard-view .dashboard-summary-grid .dashboard-card:nth-child(2),.payments-view .panel:nth-child(2),.security-view .panel:nth-child(2),.payouts-view .panel:nth-child(2),.balances-view .panel:nth-child(2),.webhook-view .panel:nth-child(2),.docs-view .panel:nth-child(2){animation-delay:80ms}.dashboard-view .metrics-grid .metric:nth-child(3),.dashboard-view .dashboard-summary-grid .dashboard-card:nth-child(3),.payments-view .panel:nth-child(3),.security-view .panel:nth-child(3),.payouts-view .panel:nth-child(3),.balances-view .panel:nth-child(3),.webhook-view .panel:nth-child(3),.docs-view .panel:nth-child(3){animation-delay:.13s}.dashboard-view .metrics-grid .metric:nth-child(4),.dashboard-view .dashboard-summary-grid .dashboard-card:nth-child(4),.payments-view .panel:nth-child(4),.security-view .panel:nth-child(4),.payouts-view .panel:nth-child(4),.balances-view .panel:nth-child(4),.webhook-view .panel:nth-child(4),.docs-view .panel:nth-child(4){animation-delay:.18s}.dashboard-view .metric,.dashboard-view .dashboard-card,.dashboard-view .dashboard-panel,.client-preview-summary,.payments-panel,.payout-batches-panel,.balance-panel,.webhook-deliveries-panel,.docs-panel,.docs-hero{overflow:hidden!important;position:relative}.dashboard-view .metric:after,.dashboard-view .dashboard-card:after,.dashboard-view .dashboard-panel:after,.client-preview-summary:after,.payments-panel:after,.payout-batches-panel:after,.balance-assets-panel:after,.webhook-deliveries-panel:after,.docs-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;pointer-events:none;background:linear-gradient(104deg,transparent 0%,transparent 36%,rgba(255,232,170,.085) 47%,rgba(246,216,143,.045) 52%,transparent 64%,transparent 100%);animation:bp-data-sweep 6.8s cubic-bezier(.25,.8,.2,1) infinite}.dashboard-view .metric:nth-child(2):after,.dashboard-view .dashboard-card:nth-child(2):after,.payments-panel:after,.webhook-deliveries-panel:after{animation-delay:1.2s}.dashboard-view .metric:nth-child(3):after,.dashboard-view .dashboard-card:nth-child(3):after,.payout-batches-panel:after,.balance-assets-panel:after{animation-delay:2.1s}.dashboard-view .metric>*,.dashboard-view .dashboard-card>*,.dashboard-view .dashboard-panel>*,.client-preview-summary>*,.payments-panel>*,.payout-batches-panel>*,.balance-assets-panel>*,.webhook-deliveries-panel>*,.docs-hero>*{position:relative;z-index:1}.metric-icon,.section-heading>svg,.brand img,.brand svg,.boxpay-mark{animation:bp-icon-pulse 4.6s ease-in-out infinite}.brand img,.brand svg,.boxpay-mark{animation-name:bp-logo-signal;animation-duration:5.8s}.sidebar nav button.active{animation:bp-active-glow 4.8s ease-in-out infinite}.panel,.metric,.dashboard-card,.balance-card,.payout-card,.settings-card,.docs-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.panel:hover,.metric:hover,.dashboard-card:hover,.balance-card:hover,.payout-card:hover,.settings-card:hover,.docs-card:hover{border-color:#f6d88f47!important;box-shadow:inset 0 1px #ffffff0e,0 20px 46px #0000003d,0 0 0 1px #f6d88f09!important;transform:translateY(-1px)}.dashboard-table tbody tr,.payments-panel tbody tr,.payout-batches-panel tbody tr,.webhook-deliveries-panel tbody tr,.balance-panel tbody tr{transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-table tbody tr:hover,.payments-panel tbody tr:hover,.payout-batches-panel tbody tr:hover,.webhook-deliveries-panel tbody tr:hover,.balance-panel tbody tr:hover{transform:translate(2px)}.environment,.badge,.ready-status,.readiness-progress{transition:border-color .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease}.environment:hover,.badge:hover,.ready-status:hover,.readiness-progress:hover{box-shadow:0 0 18px #f6d88f14}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}:root{--bp-rhythm-gap: 12px;--bp-summary-height: 104px;--bp-section-heading-height: 52px;--bp-panel-pad-x: 14px;--bp-panel-pad-y: 13px}.workspace{max-width:min(1280px,calc(100vw - 292px))!important}.dashboard-view,.payments-view,.security-view,.payouts-view,.balances-view,.webhook-view,.docs-view{gap:var(--bp-rhythm-gap)!important;align-content:start!important}.metrics-grid,.dashboard-summary-grid,.balance-summary-grid,.payout-summary-grid,.settings-summary-grid{gap:var(--bp-rhythm-gap)!important;align-items:stretch!important;grid-auto-rows:1fr!important}.metric,.dashboard-card,.balance-card,.payout-card,.settings-card{display:grid!important;grid-template-rows:auto auto 1fr!important;align-content:start!important;height:100%!important;min-height:var(--bp-summary-height)!important;padding:13px 46px 13px 14px!important}.metric p,.dashboard-card p,.balance-card p,.payout-card p,.settings-card p{align-self:end!important;margin:0!important}.panel,.dashboard-panel,.payments-panel,.detail-panel,.settings-panel,.balance-panel,.payout-panel,.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.docs-panel,.docs-hero,.ops-panel,.qa-panel,.test-run-panel,.api-key-create-panel,.api-key-list-panel{align-self:stretch!important;height:100%!important;min-height:0!important;padding:var(--bp-panel-pad-y) var(--bp-panel-pad-x)!important}.section-heading{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;min-height:var(--bp-section-heading-height)!important;gap:12px!important;margin-bottom:10px!important}.section-heading h2{line-height:1.12!important}.section-heading p{max-width:72ch!important;margin-top:4px!important;line-height:1.35!important}.dashboard-two-column,.security-grid,.payout-two-column,.balance-two-column,.webhook-view{gap:var(--bp-rhythm-gap)!important;align-items:stretch!important;grid-auto-rows:minmax(min-content,auto)!important}.dashboard-two-column>*,.security-grid>*,.payout-two-column>*,.balance-two-column>*,.webhook-view>*{height:100%!important;min-width:0!important}.payout-two-column>.payout-panel,.balance-two-column>.balance-panel,.security-grid>.settings-panel,.webhook-view>.webhook-create-panel,.webhook-view>.webhook-list-panel{min-height:176px!important}.dashboard-two-column>.dashboard-panel{min-height:320px!important}.payments-panel,.payout-batches-panel,.balance-assets-panel,.refund-reserves-panel,.ledger-entries-panel,.webhook-deliveries-panel,.webhook-detail-panel{display:grid!important;grid-template-rows:auto auto minmax(0,auto)!important;gap:0!important}.balance-assets-panel,.payout-batches-panel,.ledger-entries-panel,.webhook-deliveries-panel{grid-column:1 / -1!important}.payments-panel .table-controls,.payout-batches-panel .table-controls,.webhook-deliveries-panel .table-controls{min-height:46px!important;margin-bottom:8px!important}.payments-panel .table-wrap,.payout-batches-panel .table-wrap,.balance-assets-panel .table-wrap,.refund-reserves-panel .table-wrap,.ledger-entries-panel .table-wrap,.webhook-deliveries-panel .table-wrap{align-self:stretch!important}.read-only-panel>p,.create-panel.read-only-panel>p,.webhook-create-panel.read-only-panel>p{max-width:68ch!important;margin-top:4px!important}.client-preview-summary,.read-only-banner{min-height:66px!important}@media(max-width:1100px){.workspace{max-width:none!important}.dashboard-two-column>.dashboard-panel,.payout-two-column>.payout-panel,.balance-two-column>.balance-panel,.security-grid>.settings-panel,.webhook-view>.webhook-create-panel,.webhook-view>.webhook-list-panel{min-height:0!important}}@media(max-width:700px){:root{--bp-summary-height: 92px;--bp-section-heading-height: auto;--bp-panel-pad-x: 12px;--bp-panel-pad-y: 12px}.metric,.dashboard-card,.balance-card,.payout-card,.settings-card,.panel,.dashboard-panel,.payments-panel,.detail-panel,.settings-panel,.balance-panel,.payout-panel,.webhook-create-panel,.webhook-list-panel,.webhook-deliveries-panel,.docs-panel,.docs-hero{height:auto!important}}.topbar-actions{display:flex!important;flex-wrap:nowrap!important;align-items:start!important;min-width:0!important}.filter-bar{display:grid!important;grid-template-columns:minmax(180px,1.35fr) minmax(126px,.7fr) minmax(108px,.6fr)!important;min-width:0!important;width:min(100%,560px)!important}.filter-bar .search,.filter-select{min-width:0!important}@media(max-width:1240px){.topbar{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.topbar-actions{display:grid!important;grid-template-columns:auto minmax(0,1fr) 38px auto!important;width:100%!important;align-items:start!important}.topbar-actions>.role-chip{grid-column:1;grid-row:1}.topbar-actions>.filter-bar{grid-column:1 / -1;grid-row:2;width:100%!important;grid-template-columns:minmax(0,1.4fr) minmax(118px,.8fr) minmax(100px,.7fr)!important}.topbar-actions>.icon-button{grid-column:3;grid-row:1;width:38px!important;padding-inline:0!important}.topbar-actions>.sign-out-button{grid-column:4;grid-row:1}}@media(max-width:700px){.topbar-actions{grid-template-columns:minmax(0,1fr) 36px minmax(72px,auto)!important}.topbar-actions>.filter-bar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}}@media(max-width:700px){.payments-panel table{min-width:0!important;width:100%!important}.payments-panel .table-wrap{overflow-x:visible!important}.payments-panel .table-controls{grid-template-columns:minmax(0,1fr)!important}}.content-grid{grid-template-columns:minmax(0,1fr)!important}.content-grid>.create-panel,.content-grid>.payments-panel,.content-grid>.detail-panel{grid-column:1 / -1!important;grid-row:auto!important;width:100%!important}.payments-panel .table-controls{grid-template-columns:minmax(0,1fr) auto auto auto!important;overflow:hidden}.payments-panel .table-wrap{overflow-x:auto!important}.payments-panel table{min-width:min(680px,100%);table-layout:auto!important}.payments-panel th,.payments-panel td{white-space:normal!important}.payments-panel th{overflow:visible!important;text-overflow:clip!important}.payments-panel td{overflow-wrap:anywhere}@media(min-width:1200px){.payments-panel table{min-width:0}}.client-preview-summary{min-height:0!important}.payments-panel table,.dashboard-table table,.webhook-deliveries-panel table,.payout-batches-panel table,.balance-assets-panel table,.refund-reserves-panel table,.ledger-entries-panel table{width:100%!important}@media(max-width:760px){.dashboard-readiness.client-preview-list,.client-validation-grid{grid-template-columns:minmax(0,1fr)!important}.dashboard-readiness.client-preview-list article{grid-template-columns:34px minmax(0,1fr)!important}}:root{--bp-canvas: #070809;--bp-panel: #101113;--bp-panel-raised: #151514;--bp-panel-glow: rgba(213, 174, 82, .08);--bp-stroke: rgba(236, 202, 122, .16);--bp-stroke-strong: rgba(246, 216, 143, .3);--bp-ink: #f1eadc;--bp-ink-soft: #c9bea8;--bp-ink-muted: #938b7f}body{background:linear-gradient(180deg,#050607,#090a0b 42%,#050607)!important}.app-shell{grid-template-columns:226px minmax(0,1fr)!important;background:linear-gradient(90deg,rgba(215,177,84,.04),transparent 34%),var(--bp-canvas)!important}.sidebar{border-right:1px solid rgba(236,202,122,.13)!important;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 36%),#070809!important}.brand{margin-bottom:18px!important;padding-bottom:16px!important;border-bottom:1px solid rgba(236,202,122,.12)}.sidebar nav{gap:7px!important}.sidebar nav button{min-height:36px!important;border:1px solid transparent!important;color:var(--bp-ink-soft)!important}.sidebar nav button.active{border-color:var(--bp-stroke-strong)!important;background:linear-gradient(90deg,#f6d88f29,#f6d88f0a),#11110f!important;color:#ffe6a8!important;box-shadow:inset 0 1px #ffffff0d,0 10px 30px #00000038}.workspace{width:min(1120px,calc(100vw - 258px))!important;max-width:1120px;margin-inline:auto!important;padding:18px 22px 34px!important}.topbar{display:grid!important;grid-template-columns:minmax(210px,auto) minmax(0,1fr);align-items:start!important;gap:18px!important;margin-bottom:12px!important}.topbar h1{margin-top:6px!important;color:var(--bp-ink)!important;font-size:24px!important;font-weight:360!important;letter-spacing:0!important}.environment{border-color:#f6d88f47!important;background:#f6d88f14!important;color:#f6d88f!important}.topbar-actions{justify-content:end!important;gap:8px!important}.role-chip,.search,.filter-select,.icon-button,.secondary-button,.sign-out-button{border-color:#ecca7a29!important;background:#ffffff09!important;color:var(--bp-ink-soft)!important;box-shadow:inset 0 1px #ffffff09}.search:focus-within,.filter-select:focus,.icon-button:hover,.secondary-button:hover,.sign-out-button:hover{border-color:#f6d88f57!important;background:#f6d88f13!important;color:var(--bp-ink)!important}.access-banner{display:grid!important;grid-template-columns:30px minmax(0,1fr);align-items:center!important;margin-bottom:10px!important;border-color:#f6d88f38!important;background:linear-gradient(90deg,#f6d88f24,#f6d88f09 42%,#ffffff05),#11110f!important}.access-banner>svg,.section-heading>svg,.section-heading>span>svg{color:#dcb555!important}.panel,.metric,.dashboard-card,.balance-card,.payout-card,.settings-card,.docs-card,.ops-card,.qa-card,.test-run-card{position:relative;border:1px solid var(--bp-stroke)!important;border-radius:8px!important;background:linear-gradient(180deg,#ffffff0b,#ffffff03),linear-gradient(120deg,var(--bp-panel-glow),transparent 42%),var(--bp-panel)!important;box-shadow:inset 0 1px #ffffff0b,0 18px 48px #0000002e}.panel:before,.metric:before,.dashboard-card:before,.balance-card:before,.payout-card:before,.settings-card:before,.docs-card:before{content:"";position:absolute;inset:0 0 auto;height:1px;border-radius:8px 8px 0 0;background:linear-gradient(90deg,transparent,rgba(246,216,143,.32),transparent);pointer-events:none}.section-heading{min-height:30px}.section-heading h2{color:var(--bp-ink)!important;font-size:17px!important}.section-heading p,.metric p,.metric span,.dashboard-card p,.dashboard-card span,.balance-card p,.balance-card span,.payout-card p,.payout-card span,.settings-card p,.settings-card span,.docs-card p{color:var(--bp-ink-muted)!important}.metric strong,.dashboard-card strong,.balance-card strong,.payout-card strong,.settings-card strong{color:var(--bp-ink)!important}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.metric{min-height:86px!important;padding:12px 44px 12px 13px!important}.metric-icon{top:12px!important;right:12px!important;background:#f6d88f14!important;border:1px solid rgba(246,216,143,.18)!important;color:#f6d88f!important}.dashboard-summary-grid,.balance-summary-grid,.payout-summary-grid,.settings-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.dashboard-card,.balance-card,.payout-card,.settings-card{min-height:92px!important;padding:12px!important}.primary-dashboard-card,.primary-balance-card,.primary-payout-card{border-color:#f6d88f47!important;background:linear-gradient(135deg,#f6d88f2b,#f6d88f09 48%,#ffffff04),#14130f!important}.dashboard-view,.payments-view,.security-view,.payouts-view,.balances-view,.webhook-view,.docs-view{display:grid!important;gap:10px!important}.dashboard-two-column{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;align-items:start!important}.dashboard-two-column>*{grid-column:auto!important}.dashboard-view>.dashboard-panel:last-child{grid-column:1 / -1}.client-preview-summary{background:linear-gradient(90deg,rgba(246,216,143,.11),transparent 64%),#0c0d0e!important;border-color:#f6d88f29!important}.dashboard-readiness.client-preview-list article,.client-validation-grid article,.reconciliation-panel .check-list article{border-color:#ecca7a24!important;background:#ffffff06!important}.client-validation-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.content-grid{grid-template-columns:minmax(0,1fr) 340px!important;align-items:start!important}.content-grid>*{grid-column:auto!important}.content-grid>.payments-panel{grid-column:1;grid-row:1 / span 2}.content-grid>.create-panel{grid-column:2;grid-row:1}.content-grid>.detail-panel{grid-column:1 / -1}.payments-panel .table-wrap,.dashboard-table,.webhook-deliveries-panel .table-wrap,.payout-batches-panel .table-wrap,.balance-panel .table-wrap{border-color:#ecca7a21!important;background:#080909!important}th{background:#d3a94312!important;color:#d8c69b!important}td{color:var(--bp-ink-soft)!important}tbody tr:hover,tbody tr.selected-row{background:linear-gradient(90deg,#f6d88f1f,#f6d88f09)!important}.detail-panel{display:grid;gap:12px!important}.detail-stack{overflow:hidden;border:1px solid rgba(236,202,122,.12);border-radius:8px;background:#090a0b}.detail-row{min-height:40px!important;border-bottom-color:#ecca7a1a!important}.timeline{border-top:1px solid rgba(236,202,122,.12);padding-top:10px}.timeline article>div:first-child{border-color:#f6d88f73!important;background:#f6d88f!important;box-shadow:0 0 0 4px #f6d88f14}.security-grid,.payout-two-column,.balance-two-column{grid-template-columns:repeat(2,minmax(0,1fr))!important}.security-grid>*,.payout-two-column>*,.balance-two-column>*{grid-column:auto!important}.payout-batches-panel,.ledger-entries-panel{grid-column:1 / -1}.webhook-view{grid-template-columns:360px minmax(0,1fr)!important}.webhook-view>*{grid-column:auto!important}.webhook-deliveries-panel,.webhook-detail-panel{grid-column:1 / -1!important}.endpoint-card{border-color:#ecca7a24!important;background:linear-gradient(90deg,#f6d88f14,#ffffff04),#090a0b!important}.docs-hero{background:linear-gradient(135deg,rgba(246,216,143,.14),transparent 48%),#101113!important}.docs-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.docs-card{min-height:108px!important;padding:12px!important}.code-snippet,.docs-note,.docs-flow-list article,.docs-checklist article{border-color:#ecca7a21!important;background:#090a0b!important}.badge,.ready-status,.readiness-progress,.table-action,.ready-action{border-color:#f6d88f38!important;background:#f6d88f14!important;color:#f6d88f!important}.primary-button{border:1px solid rgba(246,216,143,.34)!important;background:linear-gradient(180deg,#e4bb5b,#b8882f)!important;color:#090a0b!important;box-shadow:inset 0 1px #ffffff59,0 12px 26px #b8882f2e}@media(max-width:900px){.workspace{width:min(100%,calc(100vw - 226px))!important;padding-inline:16px!important}.dashboard-two-column,.content-grid,.webhook-view,.security-grid,.payout-two-column,.balance-two-column{grid-template-columns:minmax(0,1fr)!important}.dashboard-two-column>*,.content-grid>*,.webhook-view>*,.security-grid>*,.payout-two-column>*,.balance-two-column>*{grid-column:1 / -1!important}.content-grid>.payments-panel,.content-grid>.create-panel,.content-grid>.detail-panel{grid-column:1 / -1!important;grid-row:auto!important}.client-validation-grid,.docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.app-shell{grid-template-columns:minmax(0,1fr)!important}.workspace{width:100%!important;padding:10px 12px 18px!important}.topbar{grid-template-columns:1fr!important}.metrics-grid,.dashboard-summary-grid,.balance-summary-grid,.payout-summary-grid,.settings-summary-grid,.client-validation-grid,.docs-grid{grid-template-columns:minmax(0,1fr)!important}.metric,.dashboard-card,.balance-card,.payout-card,.settings-card,.docs-card{min-height:0!important}.payments-panel .density-toggle button{flex:.8 1 0!important;min-width:0!important;padding-inline:7px!important;font-size:.68rem!important}.payments-panel .density-toggle button:first-child{flex-grow:1.25!important}}@media(max-width:1100px){.dashboard-two-column,.content-grid,.webhook-view,.security-grid,.payout-two-column,.balance-two-column{grid-template-columns:minmax(0,1fr)!important}.dashboard-two-column>*,.content-grid>*,.webhook-view>*,.security-grid>*,.payout-two-column>*,.balance-two-column>*,.content-grid>.payments-panel,.content-grid>.create-panel,.content-grid>.detail-panel{grid-column:1 / -1!important;grid-row:auto!important;width:100%!important}}@media(min-width:701px)and (max-width:1100px){.client-validation-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.dashboard-readiness.client-preview-list{grid-template-columns:minmax(0,1fr)!important}.dashboard-readiness.client-preview-list article{grid-template-columns:34px minmax(0,1fr) auto auto!important}.dashboard-view .metric,.dashboard-view .dashboard-card,.dashboard-view .dashboard-panel,.payments-view .panel,.security-view .panel,.payouts-view .panel,.balances-view .panel,.webhook-view .panel,.docs-view .panel,.docs-hero{animation:bp-rise-in .54s cubic-bezier(.21,.8,.24,1) both!important;will-change:transform,opacity}.dashboard-view .metric:after,.dashboard-view .dashboard-card:after,.dashboard-view .dashboard-panel:after,.client-preview-summary:after,.payments-panel:after,.payout-batches-panel:after,.balance-assets-panel:after,.webhook-deliveries-panel:after,.docs-hero:after{animation:bp-data-sweep 6.8s cubic-bezier(.25,.8,.2,1) infinite!important}.sidebar nav button.active{animation:bp-active-glow 4.8s ease-in-out infinite!important}.metric-icon,.section-heading>svg{animation:bp-icon-pulse 4.6s ease-in-out infinite!important}.dashboard-view .metric:after,.dashboard-view .dashboard-card:after,.dashboard-view .dashboard-panel:after,.client-preview-summary:after,.payments-panel:after,.payout-batches-panel:after,.balance-assets-panel:after,.webhook-deliveries-panel:after,.docs-hero:after{background:linear-gradient(104deg,transparent 0%,transparent 39%,rgba(255,232,170,.048) 48%,rgba(246,216,143,.024) 53%,transparent 65%,transparent 100%)!important;animation-duration:8.4s!important}.dashboard-view .metric:nth-child(2):after,.dashboard-view .dashboard-card:nth-child(2):after{animation-delay:1.1s!important}.dashboard-view .metric:nth-child(3):after,.dashboard-view .dashboard-card:nth-child(3):after{animation-delay:2.2s!important}.dashboard-view .metric:nth-child(4):after,.dashboard-view .dashboard-card:nth-child(4):after{animation-delay:3.3s!important}.dashboard-view .dashboard-panel:nth-of-type(2):after,.payments-panel:after,.webhook-deliveries-panel:after{animation-delay:1.7s!important}.dashboard-view .dashboard-panel:nth-of-type(3):after,.payout-batches-panel:after,.balance-assets-panel:after{animation-delay:3.7s!important}.app-shell{grid-template-columns:224px minmax(0,1fr)!important}.sidebar{position:sticky!important;top:0!important;min-height:100vh!important;padding:18px 12px!important;border-right:1px solid rgba(246,216,143,.14)!important;background:linear-gradient(180deg,rgba(246,216,143,.045),transparent 18%),linear-gradient(90deg,#070809,#0a0b0d 64%,#f6d88f09)!important;box-shadow:inset -1px 0 #ffffff06,14px 0 42px #00000038!important}.brand{gap:9px!important;margin:0 0 16px!important;padding:0 4px 16px!important;border-bottom:1px solid rgba(246,216,143,.13)!important}.brand-mark,.brand img,.brand svg{width:34px!important;height:34px!important;flex:0 0 34px!important}.brand-wordmark strong,.brand strong{font-size:18px!important;line-height:1!important}.brand-wordmark span,.brand span{font-size:9px!important;line-height:1.35!important;letter-spacing:.19em!important}.sidebar nav{display:grid!important;gap:6px!important;padding:6px 0!important}.sidebar nav button{position:relative!important;min-height:38px!important;border:1px solid transparent!important;border-radius:6px!important;background:transparent!important;color:#c7bfae!important;padding:0 10px!important;gap:10px!important;font-size:12px!important;letter-spacing:0!important;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important}.sidebar nav button:after{content:"";position:absolute;top:8px;bottom:8px;left:-12px;width:2px;border-radius:999px;background:transparent;box-shadow:0 0 #f6d88f00;transition:background .18s ease,box-shadow .18s ease,opacity .18s ease}.sidebar nav button svg{width:16px!important;height:16px!important;color:#d9bd6c!important;opacity:.86}.sidebar nav button:hover{border-color:#f6d88f29!important;background:#f6d88f0d!important;color:#f5ead0!important;transform:translate(2px)}.sidebar nav button.active{border-color:#f6d88f38!important;background:linear-gradient(90deg,rgba(246,216,143,.15),rgba(246,216,143,.045) 64%,transparent)!important;color:#ffe6a8!important;box-shadow:inset 0 1px #ffffff0e,0 12px 28px #0000003d!important}.sidebar nav button.active:after{background:#f6d88f;box-shadow:0 0 16px #f6d88f80}.workspace{width:min(1180px,calc(100vw - 268px))!important;max-width:1180px!important;margin-inline:auto!important;padding:18px 24px 36px!important}@media(min-width:1500px){.workspace{width:min(1220px,calc(100vw - 300px))!important;max-width:1220px!important;padding-inline:26px!important}}@media(max-width:1100px){.app-shell{grid-template-columns:204px minmax(0,1fr)!important}.workspace{width:min(100%,calc(100vw - 204px))!important;max-width:none!important;padding-inline:16px!important}}@media(max-width:700px){.app-shell{grid-template-columns:minmax(0,1fr)!important}.sidebar{position:static!important;min-height:0!important;padding:10px 12px!important}.sidebar nav{display:flex!important;gap:6px!important;overflow-x:auto!important}.sidebar nav button{flex:0 0 auto!important;min-height:34px!important}.sidebar nav button:after{display:none}.workspace{width:100%!important;padding:10px 12px 18px!important}}.dashboard-view .metrics-grid,.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dashboard-view .metric,.metric{grid-template-rows:auto auto 1fr!important;min-height:96px!important;padding:12px 42px 12px 13px!important}.dashboard-view .metric span,.metric span{max-width:none;overflow-wrap:normal!important;text-wrap:normal}.dashboard-view .metric strong,.metric strong{margin-top:2px!important;font-size:clamp(17px,1.15vw,21px)!important;line-height:1.05!important}.dashboard-view .metric p,.metric p{max-width:22ch;line-height:1.32!important}@media(max-width:1100px){.dashboard-view .metric,.metric{min-height:104px!important}.dashboard-view .metric span,.metric span{max-width:none}}@media(max-width:700px){.dashboard-view .metrics-grid,.metrics-grid{grid-template-columns:minmax(0,1fr)!important}.dashboard-view .metric,.metric{min-height:0!important}.dashboard-view .metric span,.metric span,.dashboard-view .metric p,.metric p{max-width:none}}.dashboard-view .metric,.metric{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;grid-template-rows:none!important;column-gap:8px!important;align-items:start!important;padding:12px!important}.dashboard-view .metric .metric-icon,.metric .metric-icon{position:static!important;width:24px!important;height:24px!important;margin:0!important}.dashboard-view .metric .metric-icon svg,.metric .metric-icon svg{width:13px!important;height:13px!important}.dashboard-view .metric>div:not(.metric-icon),.metric>div:not(.metric-icon){min-width:0!important;display:grid!important;gap:2px!important}.dashboard-view .metric p,.metric p{font-size:11.5px!important;line-height:1.15!important;max-width:none!important;white-space:nowrap!important}.dashboard-view .metric strong,.metric strong{margin:0!important}.dashboard-view .metric span,.metric span{max-width:none!important;white-space:normal!important}@media(max-width:700px){.dashboard-view .metric p,.metric p{white-space:normal!important}}.landing-shell{display:block!important;min-height:100vh!important;padding:0!important;overflow-x:hidden;background:linear-gradient(120deg,#030508fa,#05080ce6 42%,#04060aa8),#030508!important}.landing-hero{position:relative;isolation:isolate;display:grid;grid-template-rows:auto minmax(0,1fr);width:100vw;margin-left:calc(50% - 50vw);height:100svh;min-height:100svh;padding:28px 36px 36px;overflow:hidden}.landing-hero:before,.landing-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:""}.landing-hero:before{background:radial-gradient(ellipse at 50% 34%,rgba(255,240,0,.34),transparent 22rem),radial-gradient(ellipse at 50% 72%,rgba(255,222,0,.28),transparent 30rem),radial-gradient(circle at 72% 28%,rgba(232,248,255,.12),transparent 20rem),radial-gradient(circle at 74% 42%,rgba(246,216,143,.12),transparent 28rem),linear-gradient(90deg,rgba(246,216,143,.05) 1px,transparent 1px),linear-gradient(180deg,rgba(246,216,143,.04) 1px,transparent 1px);background-size:96px 96px;filter:blur(10px);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.3),transparent 76%);mask-image:linear-gradient(90deg,rgba(0,0,0,.3),transparent 76%);mix-blend-mode:screen;animation:landing-hero-aura 4.6s ease-in-out infinite}.landing-hero:after{background:linear-gradient(90deg,#030508f0,#030508c2 27%,#03050824 55%,#03050852),linear-gradient(180deg,#03050814,#03050814 54%,#030508a8)}.landing-hero-image,.landing-hero-glow,.landing-hero-light-scan{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.96;filter:saturate(1.14) contrast(1.18) brightness(1.04);transform:scale(1.025);transform-origin:center center}.landing-hero-glow{z-index:-2;opacity:.28;mix-blend-mode:screen;filter:saturate(1.9) contrast(3.15) brightness(2.1) blur(12px);animation:landing-glow-sharp-breathe 3.8s ease-in-out infinite;pointer-events:none}.landing-hero-light-scan{z-index:-2;opacity:0;mix-blend-mode:color-dodge;filter:saturate(2.45) contrast(4.2) brightness(2.8) blur(2px);-webkit-mask-image:linear-gradient(105deg,transparent 0%,transparent 35%,rgba(0,0,0,.32) 42%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.92) 53%,rgba(0,0,0,.25) 60%,transparent 68%,transparent 100%);mask-image:linear-gradient(105deg,transparent 0%,transparent 35%,rgba(0,0,0,.32) 42%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.92) 53%,rgba(0,0,0,.25) 60%,transparent 68%,transparent 100%);-webkit-mask-position:150% 0;-webkit-mask-size:220% 100%;mask-position:150% 0;mask-size:220% 100%;pointer-events:none;animation:landing-light-scan 4.65s cubic-bezier(.45,0,.2,1) infinite}@keyframes landing-hero-aura{0%,to{opacity:.58;filter:blur(9px) saturate(1.05)}48%{opacity:.95;filter:blur(15px) saturate(1.28)}68%{opacity:.72;filter:blur(11px) saturate(1.15)}}@keyframes landing-glow-sharp-breathe{0%,to{opacity:.18;filter:saturate(1.58) contrast(2.55) brightness(1.7) blur(8px)}48%{opacity:.48;filter:saturate(2.12) contrast(3.5) brightness(2.65) blur(15px)}62%{opacity:.3;filter:saturate(1.84) contrast(3) brightness(2.1) blur(10px)}}@keyframes landing-light-scan{0%,18%{-webkit-mask-position:150% 0;mask-position:150% 0;opacity:0;transform:scale(1.025)}30%{opacity:.28}48%{opacity:.62;filter:saturate(2.8) contrast(4.8) brightness(3.35) blur(2.4px)}68%{opacity:.18}82%,to{-webkit-mask-position:-70% 0;mask-position:-70% 0;opacity:0;transform:scale(1.032)}}.landing-nav{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;width:min(1280px,calc(100vw - 72px));margin:0 auto}.landing-nav .landing-auth{position:absolute;top:0;right:0}.landing-brand{margin:0!important;padding:0!important;border:0!important}.landing-brand .brand-mark{width:42px!important;height:42px!important;flex-basis:42px!important;filter:drop-shadow(0 0 18px rgba(246,216,143,.24)) drop-shadow(0 12px 26px rgba(0,0,0,.4))}.landing-nav-actions,.auth-toggle,.landing-actions{display:inline-flex;align-items:center;gap:8px}.landing-nav-actions,.auth-toggle{padding:3px;border:1px solid rgba(246,216,143,.16);border-radius:7px;background:#07090cad;box-shadow:inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-nav-actions button,.auth-toggle button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:29px;border:1px solid transparent;border-radius:5px;background:transparent;color:#d4c8ad;padding:0 9px;font-size:11px;font-weight:500;letter-spacing:0}.landing-nav-actions button:hover,.landing-nav-actions button.active,.auth-toggle button:hover,.auth-toggle button.active{border-color:#f6d88f3d;background:#f6d88f1a;color:#ffe8ad}.landing-content{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(56px,8vw,140px);width:min(1280px,calc(100vw - 72px));margin:0 auto;padding:clamp(104px,18vh,176px) 0 40px}.landing-copy{max-width:560px;flex:0 1 560px}.landing-eyebrow{display:inline-flex;align-items:center;min-height:32px;border:1px solid rgba(246,216,143,.2);border-radius:999px;background:#f6d88f14;color:#f6d88f;padding:0 12px;font-size:13px;font-weight:600;letter-spacing:0}.landing-copy h1{margin:20px 0 16px;color:#fff6df;font-size:clamp(64px,7vw,94px);font-weight:300;line-height:.9;letter-spacing:0;text-shadow:0 0 42px rgba(246,216,143,.14)}.landing-copy p{max-width:540px;margin:0;color:#d8cfbd;font-size:16px;line-height:1.58}.landing-actions{margin-top:28px;flex-wrap:wrap}.landing-primary,.landing-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;border-radius:7px;padding:0 16px;font-weight:700;letter-spacing:0}.landing-primary{border:1px solid rgba(246,216,143,.52);background:linear-gradient(135deg,#fff1b9,#d7a83f 46%,#96651d);color:#070705;box-shadow:0 16px 42px #d7a83f33,inset 0 1px #ffffff8c}.landing-primary:disabled{cursor:wait;opacity:.72}.landing-secondary{border:1px solid rgba(246,216,143,.22);background:#080a0d8f;color:#ffe8ad;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.landing-auth{width:min(248px,26vw)!important;flex:0 0 min(248px,26vw);border:1px solid rgba(246,216,143,.19)!important;border-radius:7px!important;background:linear-gradient(180deg,#ffffff15,#ffffff06),#07090cad!important;box-shadow:0 26px 80px #00000057,inset 0 1px #ffffff0e!important;padding:4px!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-auth h2{margin:11px 0 5px;color:#fff4d7;font-size:16px;font-weight:400;line-height:1.2;letter-spacing:0}.landing-auth>p{margin:0 0 10px;color:#c9bfaa;font-size:11px;line-height:1.45}.auth-toggle{display:grid;grid-template-columns:1fr 1fr;width:100%}.landing-auth-only button{min-height:34px}.auth-form,.auth-form label{display:grid;gap:8px}.auth-form{gap:9px}.auth-form label>span{color:#d6c9ad;font-size:11px;font-weight:650;letter-spacing:0}.auth-form input,.auth-form select{min-height:34px;border-color:#f6d88f30!important;background:#040609bd!important}.auth-form input[readonly]{color:#f1e3c4!important}.auth-credential-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-submit{width:100%;min-height:36px;margin-top:2px}.auth-profile-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:14px}.auth-profile-grid button{min-height:0!important;border:1px solid rgba(246,216,143,.13)!important;border-radius:7px!important;background:#080a0d70!important;padding:11px 12px!important}.auth-profile-grid button:hover,.auth-profile-grid button.selected{border-color:#f6d88f59!important;background:#f6d88f14!important;color:#fff1c4!important;box-shadow:none!important}.auth-profile-grid span{color:#fff0c6;font-size:13px;font-weight:600}.auth-profile-grid strong{color:#bdb29c!important;font-size:12px!important;font-weight:400!important;line-height:1.35!important}.landing-signal-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;width:min(760px,100%);border:1px solid rgba(246,216,143,.13);border-radius:8px;overflow:hidden;background:#f6d88f21;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.landing-signal-strip div{min-height:72px;background:#06080bb8;padding:13px 15px}.landing-signal-strip strong,.landing-signal-strip span{display:block}.landing-signal-strip strong{color:#fff0be;font-size:21px;font-weight:400;line-height:1.1}.landing-signal-strip span{margin-top:6px;color:#aca28f;font-size:12px}.landing-feature{position:relative;isolation:isolate;display:grid;height:112svh;min-height:112svh;margin-top:0;padding:clamp(128px,15vw,190px) 32px clamp(72px,9vw,118px);place-items:center;overflow:hidden;background:radial-gradient(circle at 67% 52%,rgba(255,78,51,.14),transparent 19rem),radial-gradient(circle at 55% 8%,rgba(244,238,216,.1),transparent 25rem),linear-gradient(180deg,#03050800,#030508 17%,#050607 55%,#020304)}.landing-feature:before,.landing-feature:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:""}.landing-feature:before{background:linear-gradient(90deg,rgba(246,216,143,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(246,216,143,.035) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(circle at 54% 52%,rgba(0,0,0,.72),transparent 58%);mask-image:radial-gradient(circle at 54% 52%,rgba(0,0,0,.72),transparent 58%)}.landing-feature:after{background:linear-gradient(90deg,rgba(3,5,8,.78),transparent 38%,rgba(3,5,8,.58)),linear-gradient(180deg,rgba(3,5,8,.92) 0%,rgba(3,5,8,.12) 20%,transparent 44%,rgba(3,5,8,.82) 100%)}.landing-feature-inner{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(340px,1.18fr);align-items:center;gap:clamp(36px,7vw,96px);width:min(1280px,calc(100vw - 72px))}.landing-feature-inner-reverse .landing-feature-copy{grid-column:2}.landing-feature-inner-reverse .landing-feature-visual{grid-column:1;grid-row:1}.landing-feature-copy{position:relative;z-index:1;max-width:480px}.landing-feature-copy h2{margin:18px 0 16px;color:#fff4dc;font-size:clamp(34px,4.8vw,62px);font-weight:300;line-height:.98;letter-spacing:0;text-shadow:0 0 48px rgba(246,216,143,.16),0 0 70px rgba(255,74,47,.08)}.landing-feature-copy p{max-width:500px;margin:0;color:#d7cbb6;font-size:15px;line-height:1.6}.landing-feature-visual{position:relative;min-height:min(620px,72vh)}.landing-feature-visual:before{position:absolute;top:14%;right:1%;bottom:9%;left:1%;background:radial-gradient(circle at 52% 68%,rgba(255,73,44,.38),transparent 26rem);filter:blur(22px);opacity:.7;content:""}.landing-feature-visual img{position:relative;width:100%;height:min(680px,78vh);object-fit:contain;object-position:center;opacity:.98;filter:saturate(1.12) contrast(1.18) brightness(1.08);mix-blend-mode:screen;-webkit-mask-image:radial-gradient(circle at 52% 50%,#000 0%,#000 48%,rgba(0,0,0,.72) 62%,transparent 82%);mask-image:radial-gradient(circle at 52% 50%,#000 0%,#000 48%,rgba(0,0,0,.72) 62%,transparent 82%);transform:translate(1.5vw)}.landing-feature-risk{background:radial-gradient(circle at 68% 50%,rgba(255,73,44,.2),transparent 23rem),radial-gradient(circle at 57% 24%,rgba(246,216,143,.12),transparent 22rem),linear-gradient(180deg,#03050800,#030508 16%,#080505,#020304)}.landing-feature-risk:after{background:linear-gradient(90deg,rgba(3,5,8,.84),transparent 42%,rgba(3,5,8,.44)),linear-gradient(180deg,rgba(3,5,8,.92) 0%,rgba(3,5,8,.08) 22%,transparent 48%,rgba(3,5,8,.88) 100%)}.landing-feature-risk .landing-feature-inner{grid-template-columns:minmax(280px,.66fr) minmax(520px,1.34fr);gap:clamp(44px,7vw,104px)}.landing-feature-risk .landing-feature-copy{max-width:520px;z-index:2}.landing-feature-risk .landing-feature-visual{position:absolute;top:0;right:0;bottom:0;left:38%;min-height:0;overflow:visible;pointer-events:none}.landing-feature-risk .landing-feature-visual:before{top:2%;right:-7%;bottom:0;left:-7%;background:radial-gradient(circle at 50% 63%,rgba(255,72,44,.55),transparent 25rem),radial-gradient(circle at 48% 37%,rgba(246,216,143,.16),transparent 18rem);filter:blur(26px);opacity:.88;animation:risk-energy-bloom 4.2s ease-in-out infinite}.landing-feature-risk .landing-feature-visual:after{position:absolute;left:40%;right:33%;bottom:4%;height:38%;z-index:0;background:radial-gradient(ellipse at 50% 100%,rgba(255,78,43,.46),transparent 7rem),radial-gradient(circle at 52% 28%,rgba(255,218,178,.5) 0 2px,transparent 3px),radial-gradient(circle at 39% 48%,rgba(255,103,58,.46) 0 2px,transparent 3px),radial-gradient(circle at 58% 62%,rgba(255,182,111,.4) 0 1.5px,transparent 3px),repeating-linear-gradient(180deg,transparent 0 16px,rgba(255,166,94,.18) 17px 18px,transparent 19px 36px),linear-gradient(180deg,#fff2be00,#ff7c3a2e 52%,#ff362338);background-size:auto,92px 116px,86px 128px,76px 104px,auto,auto;filter:blur(2.8px);mix-blend-mode:screen;opacity:.62;-webkit-mask-image:radial-gradient(ellipse at 50% 55%,#000 0%,#000 42%,rgba(0,0,0,.58) 60%,transparent 76%),linear-gradient(180deg,transparent 0%,#000 22%,#000 92%,transparent 100%);mask-image:radial-gradient(ellipse at 50% 55%,#000 0%,#000 42%,rgba(0,0,0,.58) 60%,transparent 76%),linear-gradient(180deg,transparent 0%,#000 22%,#000 92%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect;transform-origin:center top;animation:risk-plume-sparkle 2.4s linear infinite;pointer-events:none;content:""}.landing-feature-risk .landing-feature-visual img{position:absolute;right:clamp(-78px,-4vw,-34px);bottom:0;width:auto;height:112svh;object-position:center bottom;filter:saturate(1.18) contrast(1.25) brightness(1.12);-webkit-mask-image:radial-gradient(circle at 52% 48%,#000 0%,#000 54%,rgba(0,0,0,.76) 70%,transparent 90%);mask-image:radial-gradient(circle at 52% 48%,#000 0%,#000 54%,rgba(0,0,0,.76) 70%,transparent 90%);transform:scale(1.13);transform-origin:center bottom}@keyframes risk-plume-sparkle{0%{background-position:0 0,0 -42px,0 -18px,0 -64px,0 -90px,0 0;opacity:.48;transform:translateY(-4px) scaleX(.96)}46%{opacity:.78;transform:translateY(4px) scaleX(1.03)}to{background-position:0 0,0 64px,0 92px,0 54px,0 120px,0 0;opacity:.54;transform:translateY(10px) scaleX(.98)}}@keyframes risk-energy-bloom{0%,to{opacity:.62;filter:blur(28px)}48%{opacity:.98;filter:blur(18px)}}.landing-image-section{height:100svh;min-height:100svh;margin-top:24px;padding:28px 36px 36px;background:#030508}.landing-image-section+.landing-feature{margin-top:24px}.landing-image-section:before{background:radial-gradient(ellipse at 51% 50%,rgba(255,230,0,.26),transparent 25rem),radial-gradient(ellipse at 51% 76%,rgba(255,222,0,.24),transparent 28rem),linear-gradient(90deg,rgba(246,216,143,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(246,216,143,.035) 1px,transparent 1px);background-size:96px 96px;filter:blur(9px);mix-blend-mode:screen;opacity:.78}.landing-image-section:after{background:linear-gradient(90deg,#030508f5,#030508c2 30%,#03050824 58%,#03050857),linear-gradient(180deg,#0305081f,#03050805,#030508ad)}.landing-image-section-image,.landing-image-section-glow,.landing-image-section-light-scan{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.96;filter:saturate(1.14) contrast(1.14) brightness(1.02);transform:scale(1.018);transform-origin:center center}.landing-image-section-glow{z-index:-2;opacity:.24;mix-blend-mode:screen;filter:saturate(2.05) contrast(3.3) brightness(2.25) blur(10px);animation:landing-second-glow-breathe 4.2s ease-in-out infinite;pointer-events:none}.landing-image-section-light-scan{z-index:-2;opacity:0;mix-blend-mode:color-dodge;filter:saturate(2.55) contrast(4.4) brightness(3.05) blur(2px);-webkit-mask-image:linear-gradient(108deg,transparent 0%,transparent 30%,rgba(0,0,0,.22) 38%,rgba(0,0,0,.9) 47%,rgba(0,0,0,.96) 53%,rgba(0,0,0,.24) 62%,transparent 70%,transparent 100%);mask-image:linear-gradient(108deg,transparent 0%,transparent 30%,rgba(0,0,0,.22) 38%,rgba(0,0,0,.9) 47%,rgba(0,0,0,.96) 53%,rgba(0,0,0,.24) 62%,transparent 70%,transparent 100%);-webkit-mask-position:150% 0;-webkit-mask-size:230% 100%;mask-position:150% 0;mask-size:230% 100%;animation:landing-second-light-scan 6.2s cubic-bezier(.42,0,.2,1) infinite;pointer-events:none}.landing-image-section-energy,.landing-image-section-sparks{position:absolute;z-index:0;pointer-events:none}.landing-image-section-energy{left:34%;right:34%;top:42%;bottom:11%;background:radial-gradient(ellipse at 50% 91%,rgba(255,242,92,.32),transparent 13rem),radial-gradient(ellipse at 50% 54%,rgba(255,234,22,.2),transparent 11rem),radial-gradient(circle at 50% 22%,rgba(255,251,154,.4) 0 1.4px,transparent 2.6px),radial-gradient(circle at 42% 43%,rgba(255,231,26,.34) 0 1.5px,transparent 2.8px),radial-gradient(circle at 58% 62%,rgba(255,231,26,.3) 0 1.2px,transparent 2.6px),repeating-linear-gradient(180deg,transparent 0 14px,rgba(255,231,26,.055) 15px 16px,transparent 17px 32px),linear-gradient(180deg,transparent 0%,rgba(255,242,89,.08) 48%,rgba(255,218,0,.12) 100%);background-size:auto,auto,68px 96px,78px 112px,86px 128px,auto,auto;filter:blur(4.8px);mix-blend-mode:screen;opacity:.34;-webkit-mask-image:radial-gradient(ellipse 42% 82% at 50% 76%,#000 0%,#000 28%,rgba(0,0,0,.46) 52%,transparent 78%);mask-image:radial-gradient(ellipse 42% 82% at 50% 76%,#000 0%,#000 28%,rgba(0,0,0,.46) 52%,transparent 78%);animation:landing-second-energy-rise 2.7s linear infinite}.landing-image-section-energy:before,.landing-image-section-energy:after{position:absolute;left:50%;bottom:5%;width:82%;aspect-ratio:5 / 1;border:1px solid rgba(255,236,43,.36);border-radius:50%;box-shadow:0 0 22px #ffe6002e,inset 0 0 28px #ffe6001f;content:"";filter:blur(1.4px);transform:translate(-50%) scale(.82);animation:landing-second-ring-pulse 2.9s ease-out infinite}.landing-image-section-energy:after{animation-delay:1.35s}.landing-image-section-sparks{top:12%;right:9%;bottom:14%;left:9%;background:radial-gradient(circle at 18% 70%,rgba(255,233,18,.28) 0 1.4px,transparent 2.6px),radial-gradient(circle at 36% 54%,rgba(255,250,146,.24) 0 1.2px,transparent 2.4px),radial-gradient(circle at 55% 31%,rgba(255,225,0,.26) 0 1.5px,transparent 2.8px),radial-gradient(circle at 69% 62%,rgba(255,241,84,.22) 0 1.1px,transparent 2.4px),radial-gradient(circle at 84% 38%,rgba(255,225,0,.2) 0 1.4px,transparent 2.6px);background-size:180px 240px,220px 260px,240px 210px,200px 250px,260px 230px;filter:blur(.6px);mix-blend-mode:screen;opacity:.24;-webkit-mask-image:radial-gradient(ellipse at 54% 56%,#000 0%,rgba(0,0,0,.72) 42%,transparent 76%);mask-image:radial-gradient(ellipse at 54% 56%,#000 0%,rgba(0,0,0,.72) 42%,transparent 76%);animation:landing-second-sparks-drift 7s linear infinite}.landing-feature-risk.landing-image-section .landing-image-section-image{filter:saturate(1.28) contrast(1.22) brightness(1.08)}.landing-feature-risk.landing-image-section .landing-image-section-glow{opacity:.29;filter:saturate(2.34) contrast(3.75) brightness(2.58) blur(10px)}.landing-feature-risk.landing-image-section .landing-image-section-light-scan{filter:saturate(2.9) contrast(5) brightness(3.5) blur(2px)}.landing-feature-risk.landing-image-section .landing-image-section-energy{opacity:.41}.landing-feature-risk.landing-image-section .landing-image-section-sparks{opacity:.29}.landing-image-section-edge-glow,.landing-image-section-ambient-points,.landing-image-section-eye-pulse,.landing-image-section-hud-rings{position:absolute;z-index:0;pointer-events:none}.landing-image-section-third:before{background:radial-gradient(ellipse at 52% 44%,rgba(255,234,0,.32),transparent 25rem),radial-gradient(ellipse at 50% 70%,rgba(255,222,0,.18),transparent 26rem),linear-gradient(90deg,rgba(246,216,143,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(246,216,143,.035) 1px,transparent 1px);background-size:96px 96px;filter:blur(10px);mix-blend-mode:screen;opacity:.72}.landing-image-section-third:after{background:linear-gradient(90deg,#030508f5,#030508b3 27%,#03050814 56%,#03050847),linear-gradient(180deg,#0305081f,#03050805 48%,#030508b3)}.landing-image-section-third .landing-image-section-glow{opacity:.18;filter:saturate(2.1) contrast(3.65) brightness(2.65) blur(8px);animation:landing-third-frame-breathe 4.8s ease-in-out infinite}.landing-image-section-third .landing-image-section-light-scan{filter:saturate(2.9) contrast(5.1) brightness(3.35) blur(1.5px);-webkit-mask-image:linear-gradient(118deg,transparent 0%,transparent 32%,rgba(0,0,0,.22) 40%,rgba(0,0,0,.9) 48%,rgba(0,0,0,.9) 52%,rgba(0,0,0,.2) 60%,transparent 70%,transparent 100%);mask-image:linear-gradient(118deg,transparent 0%,transparent 32%,rgba(0,0,0,.22) 40%,rgba(0,0,0,.9) 48%,rgba(0,0,0,.9) 52%,rgba(0,0,0,.2) 60%,transparent 70%,transparent 100%);animation:landing-third-edge-scan 6.8s cubic-bezier(.42,0,.18,1) infinite}.landing-image-section-edge-glow{top:6%;right:19%;bottom:16%;left:19%;background:conic-gradient(from 45deg at 50% 42%,transparent 0deg,rgba(255,242,42,.24) 28deg,transparent 56deg,transparent 92deg,rgba(255,242,42,.2) 122deg,transparent 154deg,transparent 204deg,rgba(255,242,42,.18) 235deg,transparent 268deg,transparent 360deg),radial-gradient(ellipse at 50% 42%,rgba(255,230,0,.16),transparent 20rem);filter:blur(9px);mix-blend-mode:screen;opacity:.3;-webkit-mask-image:radial-gradient(ellipse 43% 48% at 51% 45%,#000 0%,rgba(0,0,0,.6) 52%,transparent 78%);mask-image:radial-gradient(ellipse 43% 48% at 51% 45%,#000 0%,rgba(0,0,0,.6) 52%,transparent 78%);animation:landing-third-edge-breathe 3.6s ease-in-out infinite}.landing-image-section-ambient-points{top:12%;right:8%;bottom:18%;left:8%;background:radial-gradient(circle at 28% 58%,rgba(255,231,26,.2) 0 1.3px,transparent 2.6px),radial-gradient(circle at 40% 37%,rgba(255,246,144,.24) 0 1.2px,transparent 2.4px),radial-gradient(circle at 55% 29%,rgba(255,231,26,.22) 0 1.4px,transparent 2.7px),radial-gradient(circle at 67% 55%,rgba(255,238,72,.2) 0 1.2px,transparent 2.5px),radial-gradient(circle at 76% 41%,rgba(255,231,26,.18) 0 1.4px,transparent 2.7px);background-size:210px 250px,240px 220px,260px 260px,230px 240px,280px 230px;filter:blur(.5px);mix-blend-mode:screen;opacity:.22;-webkit-mask-image:radial-gradient(ellipse at 54% 50%,#000 0%,rgba(0,0,0,.68) 46%,transparent 78%);mask-image:radial-gradient(ellipse at 54% 50%,#000 0%,rgba(0,0,0,.68) 46%,transparent 78%);animation:landing-third-points-drift 8.4s linear infinite}.landing-image-section-fourth:before{background:radial-gradient(ellipse at 50% 51%,rgba(255,230,0,.28),transparent 21rem),radial-gradient(ellipse at 50% 33%,rgba(235,229,185,.12),transparent 18rem),linear-gradient(90deg,rgba(246,216,143,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(246,216,143,.035) 1px,transparent 1px);background-size:96px 96px;filter:blur(9px);mix-blend-mode:screen;opacity:.68}.landing-image-section-fourth:after{background:linear-gradient(90deg,#030508f5,#030508c7 30%,#03050829 58%,#03050852),linear-gradient(180deg,#03050829,#03050805,#030508b8)}.landing-image-section-fourth .landing-image-section-glow{opacity:.16;filter:saturate(1.8) contrast(3.4) brightness(2.35) blur(8px);animation:landing-fourth-eye-breathe 4.4s ease-in-out infinite}.landing-image-section-fourth .landing-image-section-light-scan{filter:saturate(2.3) contrast(4.5) brightness(2.9) blur(1.6px);-webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 34%,rgba(0,0,0,.18) 43%,rgba(0,0,0,.78) 50%,rgba(0,0,0,.18) 57%,transparent 66%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,transparent 34%,rgba(0,0,0,.18) 43%,rgba(0,0,0,.78) 50%,rgba(0,0,0,.18) 57%,transparent 66%,transparent 100%);animation:landing-fourth-horizontal-scan 7.2s cubic-bezier(.4,0,.18,1) infinite}.landing-image-section-eye-pulse{left:35%;right:35%;top:35%;bottom:27%;background:radial-gradient(circle at 50% 52%,rgba(255,238,45,.34),transparent 4.5rem),radial-gradient(ellipse at 50% 54%,rgba(255,218,0,.24),transparent 12rem),radial-gradient(ellipse at 50% 50%,rgba(255,248,174,.14),transparent 16rem);filter:blur(5px);mix-blend-mode:screen;opacity:.38;-webkit-mask-image:radial-gradient(ellipse 55% 52% at 50% 52%,#000 0%,rgba(0,0,0,.58) 48%,transparent 78%);mask-image:radial-gradient(ellipse 55% 52% at 50% 52%,#000 0%,rgba(0,0,0,.58) 48%,transparent 78%);animation:landing-fourth-iris-pulse 3.2s ease-in-out infinite}.landing-image-section-hud-rings{left:25%;right:25%;top:18%;bottom:16%;background:repeating-conic-gradient(from 0deg at 50% 50%,rgba(255,226,0,.18) 0deg 1deg,transparent 1deg 6deg),radial-gradient(circle at 50% 50%,transparent 0 18%,rgba(255,226,0,.12) 18.5% 19%,transparent 19.5% 30%,rgba(255,226,0,.1) 30.5% 31%,transparent 31.5% 44%,rgba(255,226,0,.08) 44.5% 45%,transparent 45.5%);filter:blur(1.8px);mix-blend-mode:screen;opacity:.24;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0%,rgba(0,0,0,.7) 48%,transparent 72%);mask-image:radial-gradient(circle at 50% 50%,#000 0%,rgba(0,0,0,.7) 48%,transparent 72%);animation:landing-fourth-hud-rotate 18s linear infinite}.landing-image-section-fourth .landing-image-section-ambient-points{opacity:.16;animation:landing-fourth-points-drift 9s linear infinite}.landing-image-section .landing-image-section-light-scan{-webkit-mask-image:linear-gradient(105deg,transparent 0%,transparent 35%,rgba(0,0,0,.32) 42%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.92) 53%,rgba(0,0,0,.25) 60%,transparent 68%,transparent 100%);mask-image:linear-gradient(105deg,transparent 0%,transparent 35%,rgba(0,0,0,.32) 42%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.92) 53%,rgba(0,0,0,.25) 60%,transparent 68%,transparent 100%);-webkit-mask-position:150% 0;-webkit-mask-size:220% 100%;mask-position:150% 0;mask-size:220% 100%;animation:landing-light-scan 4.65s cubic-bezier(.45,0,.2,1) infinite}.landing-image-section-inner{position:relative;z-index:1;display:flex;align-items:center;width:min(1280px,calc(100vw - 72px));height:100%;margin:0 auto}.landing-image-section-copy{max-width:560px!important}.landing-image-section-copy p{max-width:530px}@keyframes landing-second-glow-breathe{0%,to{opacity:.18;filter:saturate(1.75) contrast(2.8) brightness(1.85) blur(8px)}46%{opacity:.46;filter:saturate(2.28) contrast(3.8) brightness(2.8) blur(14px)}64%{opacity:.3;filter:saturate(2) contrast(3.25) brightness(2.28) blur(10px)}}@keyframes landing-second-light-scan{0%,16%{-webkit-mask-position:150% 0;mask-position:150% 0;opacity:0;transform:scale(1.018)}30%{opacity:.22}50%{opacity:.58;filter:saturate(2.85) contrast(4.9) brightness(3.6) blur(2.5px)}68%{opacity:.16}82%,to{-webkit-mask-position:-70% 0;mask-position:-70% 0;opacity:0;transform:scale(1.026)}}@keyframes landing-second-energy-rise{0%{background-position:0 0,0 0,0 84px,0 112px,0 128px,0 74px,0 0;opacity:.24;transform:translateY(8px) scaleX(.94)}44%{opacity:.42;transform:translateY(-2px) scaleX(.98)}to{background-position:0 0,0 0,0 -72px,0 -96px,0 -112px,0 -118px,0 0;opacity:.28;transform:translateY(-12px) scaleX(.95)}}@keyframes landing-second-ring-pulse{0%{opacity:.46;transform:translate(-50%) scale(.74)}70%{opacity:.14}to{opacity:0;transform:translate(-50%) scale(1.38)}}@keyframes landing-second-sparks-drift{0%{background-position:0 0,0 0,0 0,0 0,0 0;opacity:.18}45%{opacity:.32}to{background-position:40px -120px,-50px -150px,70px -130px,-70px -110px,50px -160px;opacity:.2}}@keyframes landing-third-frame-breathe{0%,to{opacity:.14;filter:saturate(1.8) contrast(3.1) brightness(2.1) blur(7px)}48%{opacity:.36;filter:saturate(2.34) contrast(4.2) brightness(3.05) blur(12px)}66%{opacity:.22;filter:saturate(2.05) contrast(3.6) brightness(2.48) blur(8px)}}@keyframes landing-third-edge-scan{0%,20%{-webkit-mask-position:155% 0;mask-position:155% 0;opacity:0;transform:scale(1.018)}34%{opacity:.2}52%{opacity:.46;filter:saturate(3) contrast(5.4) brightness(3.8) blur(1.8px)}70%{opacity:.12}84%,to{-webkit-mask-position:-72% 0;mask-position:-72% 0;opacity:0;transform:scale(1.025)}}@keyframes landing-third-edge-breathe{0%,to{opacity:.18;transform:scale(.98)}50%{opacity:.42;transform:scale(1.025)}}@keyframes landing-third-points-drift{0%{background-position:0 0,0 0,0 0,0 0,0 0;opacity:.16}45%{opacity:.28}to{background-position:48px -130px,-64px -120px,72px -150px,-52px -118px,58px -140px;opacity:.18}}@keyframes landing-fourth-eye-breathe{0%,to{opacity:.12;filter:saturate(1.55) contrast(2.9) brightness(1.95) blur(7px)}48%{opacity:.32;filter:saturate(2.05) contrast(3.9) brightness(2.75) blur(11px)}66%{opacity:.18;filter:saturate(1.75) contrast(3.25) brightness(2.22) blur(8px)}}@keyframes landing-fourth-horizontal-scan{0%,18%{-webkit-mask-position:150% 0;mask-position:150% 0;opacity:0;transform:scale(1.018)}34%{opacity:.18}52%{opacity:.38;filter:saturate(2.5) contrast(4.8) brightness(3.2) blur(1.9px)}70%{opacity:.1}84%,to{-webkit-mask-position:-70% 0;mask-position:-70% 0;opacity:0;transform:scale(1.024)}}@keyframes landing-fourth-iris-pulse{0%,to{opacity:.24;transform:scale(.96)}48%{opacity:.48;transform:scale(1.035)}68%{opacity:.32;transform:scale(1)}}@keyframes landing-fourth-hud-rotate{0%{transform:rotate(0) scale(.98)}50%{opacity:.34}to{transform:rotate(360deg) scale(.98)}}@keyframes landing-fourth-points-drift{0%{background-position:0 0,0 0,0 0,0 0,0 0;opacity:.12}48%{opacity:.24}to{background-position:36px -100px,-52px -128px,64px -116px,-44px -90px,56px -132px;opacity:.14}}.landing-feature-operations{margin-top:clamp(-112px,-8vw,-64px);height:124svh;min-height:124svh;background:radial-gradient(circle at 31% 45%,rgba(229,249,255,.18),transparent 22rem),radial-gradient(circle at 49% 64%,rgba(246,216,143,.08),transparent 18rem),linear-gradient(180deg,#02030400,#020405 18%,#041012 58%,#020304)}.landing-feature-operations:after{background:linear-gradient(90deg,#0305081a,#03050829 44%,#030508e6 60%,#030508fa),linear-gradient(180deg,rgba(3,5,8,.9) 0%,rgba(3,5,8,.08) 25%,transparent 45%,rgba(3,5,8,.86) 100%)}.landing-feature-operations .landing-feature-inner{grid-template-columns:minmax(520px,1fr) minmax(500px,.82fr)}.landing-feature-operations .landing-feature-copy{z-index:2;justify-self:start;max-width:470px;transform:translate(clamp(8px,1.6vw,28px))}.landing-feature-operations .landing-feature-copy h2{font-size:clamp(38px,4.9vw,68px)}.landing-feature-operations .landing-feature-copy p{max-width:460px;font-size:14px}.landing-feature-operations .landing-feature-visual:before{top:10%;right:0;bottom:5%;left:0;background:radial-gradient(circle at 48% 58%,rgba(234,252,255,.34),transparent 22rem),radial-gradient(circle at 52% 78%,rgba(246,216,143,.12),transparent 18rem);filter:blur(24px);opacity:.9}.landing-feature-operations .landing-feature-visual{position:absolute;top:0;right:42%;bottom:0;left:2%;min-height:0;overflow:visible;pointer-events:none}.landing-feature-visual-crop{min-height:min(640px,76vh);overflow:hidden}.landing-feature-visual-crop img{position:absolute;bottom:0;left:47%;width:auto;height:124svh;object-fit:cover;object-position:center bottom;filter:saturate(.92) contrast(1.16) brightness(1.02);-webkit-mask-image:radial-gradient(ellipse at 48% 58%,#000 0%,#000 44%,rgba(0,0,0,.68) 62%,transparent 84%),linear-gradient(180deg,transparent 0%,transparent 10%,#000 28%,#000 92%,transparent 100%),linear-gradient(90deg,transparent 0%,transparent 15%,#000 30%,#000 62%,transparent 94%);mask-image:radial-gradient(ellipse at 48% 58%,#000 0%,#000 44%,rgba(0,0,0,.68) 62%,transparent 84%),linear-gradient(180deg,transparent 0%,transparent 10%,#000 28%,#000 92%,transparent 100%),linear-gradient(90deg,transparent 0%,transparent 15%,#000 30%,#000 62%,transparent 94%);-webkit-mask-composite:source-in;mask-composite:intersect;transform:translate(-50%) scale(.92);transform-origin:center bottom}.landing-feature-visual-crop .landing-feature-operations-glow{opacity:.3;filter:grayscale(1) contrast(2.7) brightness(2.5) blur(.18px);mix-blend-mode:screen;animation:operations-edge-glow 3.4s ease-in-out infinite}@keyframes operations-edge-glow{0%,to{opacity:.18;filter:grayscale(1) contrast(2.2) brightness(1.95) blur(.08px)}45%{opacity:.56;filter:grayscale(1) contrast(3.4) brightness(3.25) blur(.16px)}64%{opacity:.32;filter:grayscale(1) contrast(2.8) brightness(2.45) blur(.1px)}}.landing-feature-settlement{margin-top:clamp(-118px,-8vw,-70px);background:radial-gradient(circle at 66% 39%,rgba(245,214,130,.16),transparent 20rem),radial-gradient(circle at 74% 55%,rgba(109,220,255,.12),transparent 22rem),linear-gradient(180deg,#02030400,#020304 16%,#031014 56%,#020304)}.landing-feature-settlement:after{background:linear-gradient(90deg,rgba(3,5,8,.84),transparent 42%,rgba(3,5,8,.48)),linear-gradient(180deg,rgba(3,5,8,.92) 0%,rgba(3,5,8,.08) 22%,transparent 48%,rgba(3,5,8,.9) 100%)}.landing-feature-settlement .landing-feature-visual:before{top:5%;right:4%;bottom:0;left:4%;background:radial-gradient(circle at 50% 37%,rgba(246,216,143,.28),transparent 18rem),radial-gradient(circle at 50% 60%,rgba(125,227,255,.2),transparent 22rem);filter:blur(26px);opacity:.86}.landing-feature-visual-tall{min-height:min(680px,80vh)}.landing-feature-visual-tall img{height:min(760px,86vh);object-fit:contain;object-position:center;filter:saturate(1.16) contrast(1.22) brightness(1.12);-webkit-mask-image:radial-gradient(circle at 51% 45%,#000 0%,#000 46%,rgba(0,0,0,.72) 64%,transparent 86%);mask-image:radial-gradient(circle at 51% 45%,#000 0%,#000 46%,rgba(0,0,0,.72) 64%,transparent 86%);transform:translate(2vw) scale(1.04)}.landing-feature-webhooks{margin-top:clamp(-112px,-8vw,-68px);background:radial-gradient(circle at 34% 45%,rgba(52,229,255,.2),transparent 22rem),radial-gradient(circle at 44% 30%,rgba(230,250,255,.1),transparent 18rem),linear-gradient(180deg,#02030400,#020607 16%,#031317,#020304)}.landing-feature-webhooks:after{background:linear-gradient(90deg,rgba(3,5,8,.42),transparent 34%,rgba(3,5,8,.84)),linear-gradient(180deg,rgba(3,5,8,.92) 0%,rgba(3,5,8,.08) 22%,transparent 48%,rgba(3,5,8,.88) 100%)}.landing-feature-webhooks .landing-feature-visual:before{top:4%;right:0;bottom:2%;left:0;background:radial-gradient(circle at 51% 43%,rgba(92,239,255,.48),transparent 19rem),radial-gradient(circle at 49% 57%,rgba(229,249,255,.18),transparent 24rem);filter:blur(24px);opacity:.86}.landing-feature-visual-webhooks{min-height:min(650px,76vh);overflow:hidden}.landing-feature-visual-webhooks img{height:min(740px,84vh);object-fit:cover;object-position:center 44%;filter:saturate(1.1) contrast(1.25) brightness(1.1);-webkit-mask-image:radial-gradient(circle at 51% 44%,#000 0%,#000 44%,rgba(0,0,0,.72) 63%,transparent 85%);mask-image:radial-gradient(circle at 51% 44%,#000 0%,#000 44%,rgba(0,0,0,.72) 63%,transparent 85%);transform:translateY(-10%) scale(1.08)}.landing-feature-rails{margin-top:clamp(-116px,-8vw,-70px);background:radial-gradient(circle at 68% 48%,rgba(77,255,172,.2),transparent 22rem),radial-gradient(circle at 60% 70%,rgba(194,255,224,.1),transparent 20rem),linear-gradient(180deg,#02030400,#020604 16%,#04140f 56%,#020304)}.landing-feature-rails:after{background:linear-gradient(90deg,rgba(3,5,8,.86),transparent 42%,rgba(3,5,8,.52)),linear-gradient(180deg,rgba(3,5,8,.94) 0%,rgba(3,5,8,.1) 22%,transparent 46%,rgba(3,5,8,.88) 100%)}.landing-feature-rails .landing-feature-visual:before{top:0;right:3%;bottom:0;left:3%;background:radial-gradient(circle at 50% 34%,rgba(102,255,188,.34),transparent 18rem),radial-gradient(circle at 47% 66%,rgba(63,255,159,.34),transparent 22rem);filter:blur(24px);opacity:.82}.landing-feature-visual-rails{min-height:min(700px,82vh);overflow:hidden}.landing-feature-visual-rails img{height:min(810px,92vh);object-fit:cover;object-position:center 48%;filter:saturate(1.18) contrast(1.24) brightness(1.08);-webkit-mask-image:radial-gradient(ellipse at 52% 48%,#000 0%,#000 44%,rgba(0,0,0,.72) 64%,transparent 86%);mask-image:radial-gradient(ellipse at 52% 48%,#000 0%,#000 44%,rgba(0,0,0,.72) 64%,transparent 86%);transform:translate(2vw) scale(1.06)}.landing-feature-network{margin-top:clamp(-116px,-8vw,-70px);background:radial-gradient(circle at 32% 50%,rgba(118,118,255,.22),transparent 24rem),radial-gradient(circle at 42% 42%,rgba(250,161,255,.12),transparent 18rem),linear-gradient(180deg,#02030400,#03050b 16%,#090a1e 56%,#020304)}.landing-feature-network:after{background:linear-gradient(90deg,rgba(3,5,8,.5),transparent 36%,rgba(3,5,8,.82)),linear-gradient(180deg,rgba(3,5,8,.94) 0%,rgba(3,5,8,.08) 22%,transparent 48%,rgba(3,5,8,.88) 100%)}.landing-feature-network .landing-feature-visual:before{top:2%;right:0;bottom:4%;left:0;background:radial-gradient(circle at 50% 43%,rgba(125,134,255,.38),transparent 22rem),radial-gradient(circle at 54% 62%,rgba(255,139,244,.18),transparent 20rem);filter:blur(26px);opacity:.86}.landing-feature-visual-network{min-height:min(700px,82vh);overflow:hidden}.landing-feature-visual-network img{height:min(820px,92vh);object-fit:cover;object-position:center 52%;filter:saturate(1.12) contrast(1.18) brightness(1.08);-webkit-mask-image:radial-gradient(ellipse at 50% 51%,#000 0%,#000 48%,rgba(0,0,0,.72) 66%,transparent 88%);mask-image:radial-gradient(ellipse at 50% 51%,#000 0%,#000 48%,rgba(0,0,0,.72) 66%,transparent 88%);transform:translate(-2vw) scale(1.06)}.landing-feature-audit{margin-top:clamp(-116px,-8vw,-70px);background:radial-gradient(circle at 67% 42%,rgba(190,222,255,.17),transparent 21rem),radial-gradient(circle at 58% 58%,rgba(246,216,143,.08),transparent 18rem),linear-gradient(180deg,#02030400,#030405 16%,#080a0d 56%,#020304)}.landing-feature-audit:after{background:linear-gradient(90deg,rgba(3,5,8,.86),transparent 42%,rgba(3,5,8,.55)),linear-gradient(180deg,rgba(3,5,8,.94) 0%,rgba(3,5,8,.1) 22%,transparent 46%,rgba(3,5,8,.9) 100%)}.landing-feature-audit .landing-feature-visual:before{top:4%;right:3%;bottom:6%;left:3%;background:radial-gradient(circle at 51% 38%,rgba(184,222,255,.26),transparent 18rem),radial-gradient(circle at 50% 52%,rgba(255,255,255,.14),transparent 22rem);filter:blur(28px);opacity:.74}.landing-feature-visual-audit{min-height:min(680px,80vh);overflow:hidden}.landing-feature-visual-audit img{height:min(760px,86vh);object-fit:cover;object-position:center 43%;filter:grayscale(.1) saturate(.88) contrast(1.18) brightness(.86);mix-blend-mode:screen;-webkit-mask-image:radial-gradient(ellipse at 51% 42%,#000 0%,#000 42%,rgba(0,0,0,.66) 63%,transparent 84%);mask-image:radial-gradient(ellipse at 51% 42%,#000 0%,#000 42%,rgba(0,0,0,.66) 63%,transparent 84%);transform:translate(2vw) translateY(-6%) scale(1.08)}.landing-footer{position:relative;isolation:isolate;margin-top:0;overflow:hidden;background:radial-gradient(circle at 22% 18%,rgba(246,216,143,.11),transparent 20rem),radial-gradient(circle at 78% 18%,rgba(142,213,255,.1),transparent 24rem),linear-gradient(180deg,#020304,#020304 22%,#050607);color:#d7cbb6;padding:86px 32px 34px}.landing-footer:before,.landing-footer:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:""}.landing-footer:before{background:linear-gradient(90deg,rgba(246,216,143,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(246,216,143,.03) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(circle at 50% 10%,rgba(0,0,0,.6),transparent 58%);mask-image:radial-gradient(circle at 50% 10%,rgba(0,0,0,.6),transparent 58%)}.landing-footer:after{background:linear-gradient(180deg,rgba(3,5,8,.98) 0%,rgba(3,5,8,.32) 28%,transparent 62%),linear-gradient(90deg,rgba(3,5,8,.76),transparent 46%,rgba(3,5,8,.76))}.landing-footer-inner{width:min(1180px,calc(100vw - 64px));margin:0 auto}.landing-footer-top{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(360px,1fr);align-items:end;gap:clamp(32px,8vw,108px);padding-bottom:42px;border-bottom:1px solid rgba(246,216,143,.14)}.landing-footer-brand{margin:0!important}.landing-footer-brand .brand-mark{filter:drop-shadow(0 0 20px rgba(246,216,143,.24)) drop-shadow(0 12px 28px rgba(0,0,0,.48))}.landing-footer-cta{max-width:620px}.landing-footer-cta h2{margin:0;color:#fff5dc;font-size:clamp(34px,4.2vw,56px);font-weight:300;line-height:1;letter-spacing:0;text-shadow:0 0 48px rgba(246,216,143,.12)}.landing-footer-cta p{max-width:520px;margin:14px 0 0;color:#cfc2ad;font-size:14px;line-height:1.6}.landing-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(22px,4vw,54px);padding:38px 0 34px}.landing-footer-grid nav,.landing-footer-grid div{display:grid;align-content:start;gap:11px}.landing-footer h3{margin:0 0 4px;color:#fff0c8;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-footer a,.landing-footer nav button{display:inline-flex;align-items:center;width:fit-content;gap:8px;min-height:0;border:0;background:transparent;color:#bdb29f;padding:0;font-size:13px;font-weight:500;line-height:1.35;text-align:left;text-decoration:none}.landing-footer-social a{min-height:20px}.landing-footer a strong,.landing-footer nav button strong,.landing-footer-social strong{color:#fff0c8;font-size:13px;font-weight:700;letter-spacing:0;line-height:1.25}.landing-social-mark,.landing-social-icon{flex:0 0 auto;color:#f6d88f;filter:drop-shadow(0 0 8px rgba(246,216,143,.4)) drop-shadow(0 0 18px rgba(243,193,64,.24))}.landing-social-mark{display:inline-grid;width:17px;height:17px;place-items:center;color:#f6d88f;font-size:13px;font-weight:900;line-height:1;text-shadow:0 0 10px rgba(246,216,143,.48),0 0 22px rgba(243,193,64,.26)}.landing-footer a:hover,.landing-footer nav button:hover{background:transparent;color:#ffe8ad;text-shadow:0 0 22px rgba(246,216,143,.2)}.landing-footer a:hover strong,.landing-footer nav button:hover strong{color:#ffe8ad}.landing-footer a:hover .landing-social-mark,.landing-footer a:hover .landing-social-icon,.public-info-footer a:hover .landing-social-mark,.public-info-footer a:hover .landing-social-icon{color:#ffe8ad;filter:drop-shadow(0 0 10px rgba(246,216,143,.62)) drop-shadow(0 0 24px rgba(243,193,64,.36))}.landing-footer nav button:disabled{cursor:wait;opacity:.62}.landing-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(246,216,143,.1);padding-top:22px;color:#817868;font-size:12px}.public-info-shell{min-height:100vh;background:radial-gradient(circle at 72% 12%,rgba(246,216,143,.12),transparent 22rem),radial-gradient(circle at 24% 22%,rgba(142,213,255,.08),transparent 24rem),linear-gradient(180deg,#030508,#050607 56%,#020304);color:#d7cbb6}.public-info-hero{position:relative;isolation:isolate;padding:28px 36px 72px;overflow:hidden}.public-info-hero:before,.public-info-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:""}.public-info-hero:before{background:linear-gradient(90deg,rgba(246,216,143,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(246,216,143,.03) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(circle at 52% 22%,rgba(0,0,0,.7),transparent 58%);mask-image:radial-gradient(circle at 52% 22%,rgba(0,0,0,.7),transparent 58%)}.public-info-hero:after{background:linear-gradient(90deg,rgba(3,5,8,.88),transparent 48%,rgba(3,5,8,.72)),linear-gradient(180deg,#03050829,#030508d6)}.public-info-nav{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:min(1180px,calc(100vw - 72px));margin:0 auto}.public-info-nav .brand{color:inherit;text-decoration:none}.public-info-nav nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.public-info-nav nav a,.public-info-footer a{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(246,216,143,.16);border-radius:7px;background:#07090c8a;color:#f4dfad;padding:9px 12px;font-size:12px;font-weight:650;text-decoration:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-info-footer .landing-social-mark,.public-info-footer .landing-social-icon{width:16px;height:16px}.public-info-nav nav a:hover,.public-info-footer a:hover{border-color:#f6d88f57;background:#f6d88f14;color:#ffe8ad}.public-info-heading{width:min(920px,calc(100vw - 72px));margin:clamp(92px,14vw,150px) auto 0}.public-info-heading h1{max-width:780px;margin:20px 0 18px;color:#fff5dc;font-size:clamp(48px,6.4vw,86px);font-weight:300;line-height:.96;letter-spacing:0;text-shadow:0 0 52px rgba(246,216,143,.14)}.public-info-heading p{max-width:760px;margin:0;color:#d7cbb6;font-size:17px;line-height:1.62}.public-info-heading>span:last-child{display:block;margin-top:20px;color:#9e927e;font-size:12px;font-weight:650}.public-info-content{display:grid;gap:18px;width:min(920px,calc(100vw - 72px));margin:0 auto;padding:54px 0 72px}.public-info-content article{border:1px solid rgba(246,216,143,.12);border-radius:8px;background:linear-gradient(180deg,#ffffff0b,#ffffff04),#080a0d9e;padding:clamp(22px,4vw,34px);box-shadow:inset 0 1px #ffffff09}.public-info-content h2{margin:0 0 12px;color:#fff0c8;font-size:clamp(24px,3vw,34px);font-weight:400;line-height:1.08}.public-info-content p,.public-info-content li{color:#cfc2ad;font-size:14px;line-height:1.7}.public-info-content p{margin:0}.public-info-content ul{display:grid;gap:8px;margin:16px 0 0;padding-left:18px}.public-info-footer{display:flex;flex-wrap:wrap;gap:10px;width:min(920px,calc(100vw - 72px));margin:0 auto;border-top:1px solid rgba(246,216,143,.1);padding:24px 0 38px}@media(max-width:920px){.landing-nav .landing-auth{position:static}.landing-auth{width:min(288px,100%)!important;flex:none}.landing-content{gap:26px;padding-top:42px}.landing-auth{max-width:520px}.landing-copy h1{font-size:62px}.landing-feature-inner{grid-template-columns:1fr;gap:28px}.landing-feature-risk .landing-feature-inner{grid-template-columns:1fr;gap:26px}.landing-feature-operations .landing-feature-inner{grid-template-columns:1fr}.landing-feature-operations{height:112svh;min-height:112svh}.landing-feature-operations .landing-feature-copy{justify-self:start;max-width:620px;transform:none}.landing-feature-operations .landing-feature-copy h2{font-size:clamp(34px,4.8vw,62px)}.landing-feature-inner-reverse .landing-feature-copy,.landing-feature-inner-reverse .landing-feature-visual{grid-column:auto;grid-row:auto}.landing-feature-copy{max-width:620px}.landing-feature-visual{min-height:420px}.landing-feature-visual img{height:min(560px,58vh);transform:none}.landing-feature-risk .landing-feature-visual{position:relative;inset:auto;align-self:auto;min-height:440px;pointer-events:auto}.landing-feature-risk .landing-feature-visual img{position:relative;right:auto;bottom:auto;width:100%;height:min(620px,64vh);transform:scale(1.08)}.landing-feature-operations .landing-feature-visual{position:relative;inset:auto;min-height:420px;pointer-events:auto}.landing-feature-visual-crop img{position:relative;left:auto;bottom:auto;width:100%;height:min(580px,62vh);transform:scale(1.08)}.landing-feature-visual-tall img{height:min(620px,66vh);transform:none}.landing-feature-visual-webhooks img{height:min(600px,64vh);transform:translateY(-8%) scale(1.08)}.landing-feature-visual-rails img,.landing-feature-visual-network img{height:min(650px,70vh);transform:scale(1.08)}.landing-feature-visual-audit img{height:min(620px,66vh);transform:translateY(-5%) scale(1.08)}.landing-footer-top,.landing-footer-grid{grid-template-columns:1fr}.landing-footer-top{align-items:start}}@media(max-width:700px){.public-info-hero{padding:18px 16px 54px}.public-info-nav,.public-info-heading,.public-info-content,.public-info-footer{width:calc(100vw - 32px)}.public-info-nav{flex-direction:column}.public-info-nav nav{justify-content:flex-start}.public-info-heading{margin-top:72px}.public-info-heading h1{font-size:44px}.public-info-heading p{font-size:15px}.landing-hero{padding:18px 16px 22px}.landing-hero:after{background:linear-gradient(90deg,#030508f5,#030508b8 62%,#03050861),linear-gradient(180deg,#0305082e,#03050814,#030508c2)}.landing-hero-image,.landing-hero-glow{object-position:56% center}.landing-nav,.landing-content{width:calc(100vw - 32px)}.landing-nav{align-items:flex-start;flex-direction:column}.landing-brand{max-width:100%}.landing-brand>div{min-width:0}.landing-brand>div>span{max-width:100%;overflow:hidden;letter-spacing:.1em!important;text-overflow:ellipsis;white-space:nowrap}.landing-auth{width:100%!important;max-width:none}.landing-auth-only button{white-space:nowrap}.landing-nav-actions{width:100%}.landing-nav-actions button{flex:1}.landing-content{padding:34px 0 22px}.landing-copy h1{font-size:56px}.landing-copy p{font-size:15px;line-height:1.55}.landing-actions,.landing-primary,.landing-secondary{width:100%}.auth-credential-grid,.landing-signal-strip{grid-template-columns:1fr}.landing-signal-strip div{min-height:58px}.landing-feature{padding:56px 16px}.landing-image-section{height:100svh;min-height:100svh;padding:22px 16px}.landing-image-section:after{background:linear-gradient(90deg,#030508f5,#030508bd 62%,#0305085c),linear-gradient(180deg,#0305082e,#0305080f 48%,#030508bd)}.landing-image-section-inner{width:calc(100vw - 32px)}.landing-image-section-energy{left:18%;right:18%;top:42%;bottom:11%}.landing-image-section-sparks{top:15%;right:6%;bottom:14%;left:6%}.landing-image-section-eye-pulse{left:22%;right:22%;top:36%;bottom:29%}.landing-image-section-hud-rings{left:6%;right:6%;top:24%;bottom:22%}.landing-feature-inner{width:100%}.landing-feature-copy h2{font-size:38px}.landing-feature-copy p{font-size:14px}.landing-feature-visual{min-height:340px}.landing-feature-visual img{height:400px}.landing-feature-risk .landing-feature-visual img{height:430px;transform:scale(1.08)}.landing-feature-visual-crop img{height:420px;transform:scale(1.12)}.landing-feature-visual-tall img{height:440px;transform:scale(1.04)}.landing-feature-visual-webhooks img{height:430px;transform:translateY(-7%) scale(1.12)}.landing-feature-visual-rails img{height:460px;transform:scale(1.1)}.landing-feature-visual-network img{height:460px;transform:scale(1.12)}.landing-feature-visual-audit img{height:440px;transform:translateY(-4%) scale(1.12)}.landing-footer{padding:104px 16px 28px}.landing-footer-inner{width:100%}.landing-footer-bottom{align-items:flex-start;flex-direction:column}}.app-shell input,.app-shell select,.app-shell textarea{border:1px solid rgba(236,202,122,.18)!important;background:linear-gradient(180deg,#ffffff09,#ffffff03),#08090a!important;color:#f4ead4!important;box-shadow:inset 0 1px #ffffff09,0 8px 20px #00000029!important}.access-profile-select{display:grid;gap:4px;min-width:170px}.access-profile-select span{color:#b9ad94;font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.access-profile-select select{min-height:36px!important;border-radius:7px!important;color:#f4ead4!important;font-size:12px;font-weight:650;padding:0 10px!important}.app-shell input::placeholder,.app-shell textarea::placeholder{color:#d6cdb88f!important}.app-shell input:focus,.app-shell select:focus,.app-shell textarea:focus{border-color:#f6d88f6b!important;outline:0!important;box-shadow:0 0 0 3px #f6d88f14,inset 0 1px #ffffff0d!important}.app-shell input:disabled,.app-shell select:disabled,.app-shell textarea:disabled,.app-shell button:disabled{opacity:.58!important;filter:saturate(.85)}.app-shell input[type=color]{min-height:38px!important;padding:4px!important}.app-shell option{background:#0b0c0d!important;color:#f4ead4!important}.app-shell label{color:#d8c69b!important}.app-shell .search,.app-shell .filter-bar,.app-shell .table-controls,.app-shell .table-control-group,.app-shell .pagination-buttons,.app-shell .density-toggle,.app-shell .role-chip{border-color:#ecca7a29!important;background:linear-gradient(180deg,#ffffff09,#ffffff03),#090a0b!important;color:#f4ead4!important}.app-shell .search svg,.app-shell .topbar-actions svg{color:#d8b65f!important}.app-shell .search button,.app-shell .icon-button,.app-shell .secondary-button,.app-shell .ghost-button,.app-shell .table-action,.app-shell .endpoint-actions button,.app-shell .scope-list button,.app-shell .readonly-note,.app-shell .sign-out-button{border:1px solid rgba(236,202,122,.2)!important;background:linear-gradient(180deg,#f6d88f14,#f6d88f06),#101113!important;color:#f6d88f!important}.app-shell .table-action.success-action,.app-shell .success-action{border-color:#6bd39247!important;background:linear-gradient(180deg,#6bd39221,#6bd3920a),#0d1510!important;color:#bdf3cf!important}.app-shell .table-action.danger-action,.app-shell .danger-action,.app-shell .danger-button{border-color:#ff9b8c4d!important;background:linear-gradient(180deg,#ff9b8c21,#ff9b8c0a),#170d0d!important;color:#ffb7ab!important}.app-shell .table-action.warning-action,.app-shell .warning-action{border-color:#f4bf5957!important;background:linear-gradient(180deg,#f4bf5921,#f4bf590a),#171207!important;color:#ffd987!important}.app-shell .ops-card,.app-shell .settings-card,.app-shell .dashboard-card,.app-shell .balance-card,.app-shell .payout-card,.app-shell .api-key-create-panel,.app-shell .api-key-list-panel,.app-shell .ops-panel,.app-shell .settings-panel,.app-shell .webhook-create-panel,.app-shell .webhook-list-panel,.app-shell .webhook-deliveries-panel,.app-shell .security-panel,.app-shell .empty-state,.app-shell .loading-state,.app-shell .endpoint-card,.app-shell .secret-callout,.app-shell .checkout-preview,.app-shell .confirm-dialog,.app-shell .toast,.app-shell .error,.app-shell .guardrail-note,.app-shell .check-list article,.app-shell .session-list article,.app-shell .user-list article{border-color:#ecca7a24!important;background:linear-gradient(120deg,rgba(246,216,143,.055),transparent 42%),linear-gradient(180deg,#ffffff08,#ffffff03),#101113!important;color:#f4ead4!important}.app-shell .ops-card strong,.app-shell .settings-card strong,.app-shell .empty-state strong,.app-shell .loading-state strong,.app-shell .endpoint-card strong,.app-shell .secret-callout strong,.app-shell .checkout-preview strong,.app-shell .confirm-dialog h2,.app-shell .toast strong,.app-shell .error strong{color:#f5ecd8!important}.app-shell .ops-card span,.app-shell .ops-card p,.app-shell .settings-card span,.app-shell .settings-card p,.app-shell .empty-state p,.app-shell .loading-state p,.app-shell .endpoint-card span,.app-shell .endpoint-card code,.app-shell .secret-callout span,.app-shell .secret-callout code,.app-shell .checkout-preview span,.app-shell .confirm-dialog p,.app-shell .toast p,.app-shell .error span,.app-shell .guardrail-note span{color:#bdb39d!important}.app-shell .secret-callout code,.app-shell .endpoint-card code,.app-shell .code-snippet,.app-shell pre,.app-shell code{border-color:#ecca7a29!important;background:#08090a!important;color:#f6d88f!important}.app-shell .table-wrap,.app-shell table{border-color:#ecca7a24!important;background:#08090a!important}.app-shell th{border-bottom-color:#ecca7a33!important;background:linear-gradient(180deg,#f6d88f16,#f6d88f06),#0c0b09!important;color:#d8c69b!important}.app-shell td{border-bottom-color:#ecca7a17!important;background:transparent!important;color:#e8deca!important}.app-shell tbody tr{background:#090a0b!important}.app-shell tbody tr:nth-child(2n){background:#0c0d0e!important}.app-shell tbody tr:hover,.app-shell tbody tr.selected-row{background:linear-gradient(90deg,#f6d88f1f,#f6d88f09),#11110f!important}.app-shell td strong{color:#f4ead4!important}.app-shell td span:not(.badge),.app-shell .empty{color:#a99f8b!important}.app-shell .settings-form,.app-shell .settings-grid,.app-shell .settings-two-column,.app-shell .settings-brand-layout,.app-shell .api-key-view,.app-shell .admin-view,.app-shell .ops-two-column{color:#f4ead4!important}.app-shell .checkout-preview button{color:#090a0b!important;border-color:#f6d88f5c!important}.app-shell .confirm-backdrop{background:#000000b8!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-shell .toast-stack .toast{box-shadow:0 18px 42px #00000057,inset 0 1px #ffffff0a!important}.app-shell .qa-panel button:not(.primary-button),.app-shell .test-run-panel button:not(.primary-button),.app-shell .ops-panel button:not(.primary-button),.app-shell .settings-panel button:not(.primary-button):not(.checkout-preview button),.app-shell .api-key-create-panel button:not(.primary-button),.app-shell .api-key-list-panel button:not(.primary-button),.app-shell .webhook-create-panel button:not(.primary-button),.app-shell .webhook-list-panel button:not(.primary-button),.app-shell .webhook-deliveries-panel button:not(.primary-button){border:1px solid rgba(236,202,122,.2)!important;background:linear-gradient(180deg,#f6d88f16,#f6d88f06),#101113!important;color:#f6d88f!important;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #0000002e!important}.app-shell .qa-panel button:not(.primary-button):hover,.app-shell .test-run-panel button:not(.primary-button):hover,.app-shell .ops-panel button:not(.primary-button):hover,.app-shell .api-key-create-panel button:not(.primary-button):hover,.app-shell .api-key-list-panel button:not(.primary-button):hover,.app-shell .webhook-create-panel button:not(.primary-button):hover,.app-shell .webhook-list-panel button:not(.primary-button):hover,.app-shell .webhook-deliveries-panel button:not(.primary-button):hover{border-color:#f6d88f57!important;background:linear-gradient(180deg,#f6d88f21,#f6d88f0a),#151514!important}.app-shell .guardrail-note span,.app-shell .settings-actions,.app-shell .endpoint-meta span:not(.badge){border-color:#ecca7a29!important;background:linear-gradient(180deg,#f6d88f13,#f6d88f06),#0b0c0d!important;color:#d8c69b!important}.app-shell .panel article,.app-shell .dashboard-panel article,.app-shell .client-preview-list article,.app-shell .dashboard-readiness article,.app-shell .client-validation-grid article,.app-shell .docs-grid article,.app-shell .docs-flow-list article,.app-shell .docs-checklist article,.app-shell .docs-scope-grid article{border-color:#ecca7a24!important;background:linear-gradient(90deg,#f6d88f12,#ffffff04),#101113!important;color:#f4ead4!important}.app-shell .panel article strong,.app-shell .dashboard-panel article strong,.app-shell .client-preview-list article strong,.app-shell .dashboard-readiness article strong,.app-shell .client-validation-grid article strong,.app-shell .docs-grid article strong,.app-shell .docs-flow-list article strong,.app-shell .docs-checklist article strong,.app-shell .docs-scope-grid article strong{color:#f5ecd8!important}.app-shell .panel article p,.app-shell .panel article span:not(.badge):not(.ready-status):not(.readiness-progress),.app-shell .dashboard-panel article p,.app-shell .dashboard-panel article span:not(.badge):not(.ready-status):not(.readiness-progress),.app-shell .client-preview-list article p,.app-shell .dashboard-readiness article p,.app-shell .client-validation-grid article p,.app-shell .docs-grid article p,.app-shell .docs-flow-list article p,.app-shell .docs-checklist article p,.app-shell .docs-scope-grid article p{color:#bdb39d!important}.app-shell button:focus-visible,.app-shell a:focus-visible,.app-shell input:focus-visible,.app-shell select:focus-visible,.app-shell textarea:focus-visible{outline:2px solid rgba(246,216,143,.62)!important;outline-offset:2px!important}.app-shell .sidebar nav button:focus-visible{outline-color:#f6d88fb8!important;box-shadow:0 0 0 3px #f6d88f14,inset 3px 0 #f6d88f!important}.app-shell .topbar-actions>.role-chip{display:none!important}.app-shell .topbar-actions:has(.filter-bar){display:grid!important;grid-template-columns:minmax(178px,196px) minmax(440px,1fr) 38px auto!important;align-items:end!important;gap:10px!important;min-width:0!important}.app-shell .topbar-actions:has(.filter-bar)>.access-profile-select{grid-column:1;min-width:0!important}.app-shell .topbar-actions:has(.filter-bar)>.filter-bar{grid-column:2;width:100%!important;min-width:0!important;grid-template-columns:minmax(190px,1fr) minmax(128px,150px) minmax(118px,140px)!important}.app-shell .topbar-actions:has(.filter-bar)>.icon-button{grid-column:3;width:38px!important}.app-shell .topbar-actions:has(.filter-bar)>.sign-out-button{grid-column:4}.app-shell .filter-bar .filter-select{width:100%!important;max-width:none!important}.app-shell .dashboard-workspace .topbar{grid-template-columns:minmax(280px,1fr) auto!important;align-items:center!important;gap:22px!important;margin-bottom:14px!important}.app-shell .dashboard-workspace .topbar h1{margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.05!important}.app-shell .dashboard-workspace .topbar-actions{align-items:end!important;gap:10px!important}.app-shell .dashboard-workspace .role-chip{display:none!important}.app-shell .dashboard-workspace .access-profile-select{min-width:188px!important}.app-shell .dashboard-view .metric{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;grid-template-rows:auto auto auto!important;column-gap:12px!important;min-height:98px!important;padding:13px 14px!important}.app-shell .dashboard-view .metric>div:last-child{min-width:0}.app-shell .dashboard-view .metric-icon{position:static!important;grid-column:2;grid-row:1 / span 2;width:30px!important;height:30px!important;align-self:start}.app-shell .dashboard-view .metric span,.app-shell .dashboard-view .dashboard-card span{display:block;color:#b9ad94!important;font-size:12px!important;line-height:1.25!important}.app-shell .dashboard-view .metric strong{margin:4px 0 3px!important;font-size:clamp(19px,1.45vw,24px)!important;line-height:1.05!important}.app-shell .dashboard-view .metric p{max-width:none!important;font-size:12px!important;line-height:1.3!important}.app-shell .dashboard-view .dashboard-card{display:grid!important;align-content:start!important;min-height:94px!important;padding:13px 14px!important}.app-shell .dashboard-view .dashboard-card strong{margin:5px 0 4px!important;font-size:clamp(20px,1.55vw,25px)!important;line-height:1.05!important}.app-shell .dashboard-view .dashboard-card p{font-size:12px!important;line-height:1.35!important}.app-shell .dashboard-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:34px!important;margin-bottom:12px!important}.app-shell .dashboard-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.15!important}.app-shell .dashboard-view .section-heading p{max-width:62ch;line-height:1.35!important}.app-shell .dashboard-actions{gap:10px!important}.app-shell .dashboard-actions article{display:grid!important;grid-template-columns:26px minmax(0,1fr) minmax(84px,auto)!important;align-items:center!important;gap:12px!important;min-height:78px!important;padding:12px!important}.app-shell .dashboard-actions article>svg{width:18px!important;height:18px!important;justify-self:center}.app-shell .dashboard-actions article p{max-width:52ch;line-height:1.35!important}.app-shell .dashboard-actions button,.app-shell .dashboard-actions .readonly-note{justify-self:end;min-width:82px;justify-content:center}.app-shell .dashboard-table table{table-layout:fixed;width:100%}.app-shell .dashboard-table th,.app-shell .dashboard-table td{padding:11px 12px!important;vertical-align:middle}.app-shell .dashboard-table th:nth-child(1),.app-shell .dashboard-table td:nth-child(1){width:42%}.app-shell .dashboard-table th:nth-child(4),.app-shell .dashboard-table td:nth-child(4){width:22%;text-align:right}.app-shell .dashboard-table td strong,.app-shell .dashboard-table td span{display:block;overflow:hidden;text-overflow:ellipsis}.app-shell .dashboard-table .badge{display:inline-flex!important;min-width:72px;justify-content:center;overflow:visible!important;text-overflow:clip!important}.app-shell .readiness-summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-bottom:12px!important;padding:13px 14px!important}.app-shell .dashboard-readiness{gap:9px!important}.app-shell .dashboard-readiness article{display:grid!important;grid-template-columns:34px minmax(0,1fr) 76px 108px!important;align-items:center!important;gap:11px!important;min-height:64px!important;padding:10px 12px!important}.app-shell .dashboard-readiness article>div{min-width:0}.app-shell .dashboard-readiness article strong,.app-shell .dashboard-readiness article p{overflow:hidden;text-overflow:ellipsis}.app-shell .ready-step-icon{width:32px!important;height:32px!important}.app-shell .ready-status,.app-shell .ready-action{min-height:30px!important;width:100%!important;min-width:0!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center;white-space:nowrap;text-align:center}@media(max-width:1180px){.app-shell .dashboard-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .dashboard-view .metrics-grid,.app-shell .dashboard-view .dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .dashboard-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:860px){.app-shell .dashboard-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .dashboard-workspace .topbar-actions{justify-content:start!important;flex-wrap:wrap!important}.app-shell .dashboard-readiness article{grid-template-columns:34px minmax(0,1fr)!important}.app-shell .ready-status,.app-shell .ready-action{justify-self:start}}.app-shell .security-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .security-workspace .topbar{grid-template-columns:minmax(280px,1fr) auto!important;align-items:center!important;gap:22px!important;margin-bottom:14px!important}.app-shell .security-workspace .topbar h1{margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.05!important}.app-shell .security-workspace .topbar-actions{align-items:end!important;gap:10px!important}.app-shell .security-workspace .access-profile-select{min-width:188px!important}.app-shell .security-workspace .access-profile-select select,.app-shell .security-workspace .icon-button,.app-shell .security-workspace .sign-out-button{min-height:38px!important}.app-shell .security-view{gap:12px!important}.app-shell .security-view .settings-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.app-shell .security-view .settings-summary-grid .settings-card{display:grid!important;align-content:start!important;min-height:98px!important;padding:13px 14px!important}.app-shell .security-view .settings-summary-grid .settings-card span{display:block;color:#b9ad94!important;font-size:12px!important;line-height:1.25!important}.app-shell .security-view .settings-summary-grid .settings-card strong{margin:6px 0 5px!important;overflow:hidden;color:#f5ecd8!important;font-size:clamp(17px,1.3vw,22px)!important;line-height:1.08!important;text-overflow:ellipsis;white-space:nowrap}.app-shell .security-view .settings-summary-grid .settings-card p{font-size:12px!important;line-height:1.35!important}.app-shell .security-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important}.app-shell .security-view .settings-panel{min-width:0;min-height:260px!important;padding:15px!important}.app-shell .security-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:40px!important;margin-bottom:14px!important}.app-shell .security-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.15!important}.app-shell .security-view .section-heading p{max-width:48ch;line-height:1.35!important}.app-shell .security-password-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:end!important;gap:13px 14px!important}.app-shell .security-password-form label{display:grid!important;gap:7px!important;min-width:0;font-size:12px!important;line-height:1.2!important}.app-shell .security-password-form label:first-child{grid-column:1 / -1}.app-shell .security-password-form input{width:100%;min-height:42px!important;margin-top:0!important}.app-shell .security-password-form .settings-actions{grid-column:1 / -1;align-self:end!important;min-height:42px!important;padding:0!important;border:0!important;background:transparent!important}.app-shell .security-password-form .primary-button{width:100%;min-height:42px!important;justify-content:center}.app-shell .security-sessions-panel .session-list{gap:10px!important}.app-shell .security-sessions-panel .session-list article{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(92px,auto)!important;align-items:center!important;gap:14px!important;min-height:78px!important;padding:13px 14px!important}.app-shell .security-sessions-panel .session-list strong{font-size:14px!important;line-height:1.2!important}.app-shell .security-sessions-panel .session-list p{margin-top:6px!important;line-height:1.35!important}.app-shell .security-sessions-panel .session-list .badge,.app-shell .security-sessions-panel .session-list .table-action{justify-self:end;min-width:82px;min-height:32px!important;justify-content:center}.app-shell .security-view>.settings-panel{margin-top:0!important}.app-shell .security-view .user-create-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:end!important;gap:13px 14px!important}.app-shell .security-view .user-table{margin-top:14px!important}@media(max-width:1180px){.app-shell .security-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .security-view .settings-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .security-grid{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:760px){.app-shell .security-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .security-workspace .topbar-actions{justify-content:start!important;flex-wrap:wrap!important}.app-shell .security-view .settings-summary-grid,.app-shell .security-password-form,.app-shell .security-view .user-create-grid,.app-shell .security-sessions-panel .session-list article{grid-template-columns:minmax(0,1fr)!important}.app-shell .security-password-form label:first-child{grid-column:auto}.app-shell .security-sessions-panel .session-list .badge,.app-shell .security-sessions-panel .session-list .table-action{justify-self:start}}.app-shell .payouts-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .payouts-workspace .topbar{grid-template-columns:minmax(150px,auto) minmax(0,1fr)!important;align-items:end!important;gap:18px!important;margin-bottom:14px!important}.app-shell .payouts-workspace .topbar h1{margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.05!important}.app-shell .payouts-workspace .topbar-actions:has(.filter-bar){display:grid!important;grid-template-columns:minmax(166px,188px) minmax(300px,1fr) 38px auto!important;align-items:end!important;gap:10px!important;width:100%!important;min-width:0!important}.app-shell .payouts-workspace .access-profile-select{min-width:0!important}.app-shell .payouts-workspace .access-profile-select select,.app-shell .payouts-workspace .icon-button,.app-shell .payouts-workspace .sign-out-button{min-height:38px!important}.app-shell .payouts-workspace .filter-bar{grid-template-columns:minmax(170px,1fr) minmax(130px,150px)!important;width:100%!important}.app-shell .payouts-workspace .filter-bar .search,.app-shell .payouts-workspace .filter-bar .filter-select{min-height:38px!important}.app-shell .payouts-view{gap:12px!important}.app-shell .payouts-view .payout-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.app-shell .payouts-view .payout-card{display:grid!important;align-content:start!important;min-height:98px!important;padding:13px 14px!important}.app-shell .payouts-view .payout-card span{color:#b9ad94!important;font-size:12px!important;line-height:1.25!important}.app-shell .payouts-view .payout-card strong{margin:6px 0 5px!important;color:#f5ecd8!important;font-size:clamp(18px,1.4vw,23px)!important;line-height:1.05!important}.app-shell .payouts-view .payout-card p{font-size:12px!important;line-height:1.35!important}.app-shell .payouts-view .payout-two-column{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr)!important;align-items:stretch!important;gap:12px!important}.app-shell .payouts-view .payout-two-column>*{grid-column:auto!important;width:auto!important}.app-shell .payouts-view .payout-two-column .payout-panel{align-self:stretch!important;height:100%!important}.app-shell .payouts-view .payout-panel{min-width:0;padding:15px!important}.app-shell .payouts-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:14px!important}.app-shell .payouts-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.15!important}.app-shell .payouts-view .section-heading p{max-width:56ch;line-height:1.35!important}.app-shell .payouts-view .payout-panel form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:end!important;gap:13px 14px!important}.app-shell .payouts-view .payout-panel form label{display:grid!important;gap:7px!important;min-width:0;color:#d8c69b!important;font-size:12px!important;line-height:1.2!important}.app-shell .payouts-view .payout-panel form label:first-child,.app-shell .payouts-view .payout-panel form label:nth-child(2),.app-shell .payouts-view .payout-panel form label:nth-child(3),.app-shell .payouts-view .payout-panel form label:nth-child(4),.app-shell .payouts-view .payout-panel form .guardrail-note,.app-shell .payouts-view .payout-panel form .primary-button{grid-column:1 / -1}.app-shell .payouts-view .payout-panel form input,.app-shell .payouts-view .payout-panel form select{width:100%;min-height:42px!important;margin-top:0!important}.app-shell .payouts-view .guardrail-note{display:flex!important;flex-wrap:wrap;gap:8px!important;min-width:0;padding:0!important;border:0!important;background:transparent!important}.app-shell .payouts-view .guardrail-note span{min-height:30px!important;border-radius:999px!important;white-space:nowrap}.app-shell .payouts-view .payout-panel form .primary-button{width:100%;min-height:42px!important;justify-content:center}.app-shell .payouts-view .payout-panel .table-wrap{width:100%;overflow-x:auto!important}.app-shell .payouts-view .payout-panel table{width:100%;table-layout:fixed}.app-shell .payouts-view .payout-panel th,.app-shell .payouts-view .payout-panel td{padding:11px 12px!important;vertical-align:middle}.app-shell .payouts-view .payout-panel td strong,.app-shell .payouts-view .payout-panel td span:not(.badge):not(.guardrail-badge){display:block;overflow:hidden;text-overflow:ellipsis}.app-shell .payouts-view .payout-batches-panel{padding:15px!important}.app-shell .payouts-view .payout-batches-panel .table-controls{grid-template-columns:minmax(84px,1fr) auto auto auto!important;gap:8px!important;margin:10px 0 12px!important}.app-shell .payouts-view .payout-batches-panel table{min-width:900px}.app-shell .payouts-view .table-actions{display:flex;flex-wrap:wrap;gap:6px}.app-shell .payouts-view .table-action{min-height:30px!important;justify-content:center}@media(max-width:1180px){.app-shell .payouts-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .payouts-view .payout-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .payouts-view .payout-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:860px){.app-shell .payouts-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .payouts-workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 38px auto!important}.app-shell .payouts-workspace .topbar-actions:has(.filter-bar)>.access-profile-select,.app-shell .payouts-workspace .topbar-actions:has(.filter-bar)>.filter-bar{grid-column:1 / -1}.app-shell .payouts-workspace .topbar-actions:has(.filter-bar)>.filter-bar{grid-row:2}.app-shell .payouts-workspace .topbar-actions:has(.filter-bar)>.icon-button{grid-column:2;grid-row:3}.app-shell .payouts-workspace .topbar-actions:has(.filter-bar)>.sign-out-button{grid-column:3;grid-row:3}}@media(max-width:700px){.app-shell .payouts-view .payout-summary-grid,.app-shell .payouts-view .payout-panel form,.app-shell .payouts-workspace .filter-bar{grid-template-columns:minmax(0,1fr)!important}}.app-shell .balances-workspace{width:min(1180px,calc(100vw - 258px))!important;max-width:1180px!important;padding-top:20px!important}.app-shell .balances-workspace .topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;min-height:78px!important;margin-bottom:16px!important}.app-shell .balances-workspace .topbar h1{min-width:0;font-size:clamp(30px,3vw,44px)!important;line-height:1.12!important}.app-shell .balances-workspace .topbar-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important}.app-shell .balances-workspace .access-profile-select{min-width:166px!important}.app-shell .balances-workspace .access-profile-select select,.app-shell .balances-workspace .icon-button,.app-shell .balances-workspace .sign-out-button{min-height:38px!important}.app-shell .balances-view{gap:12px!important}.app-shell .balances-view .balance-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}.app-shell .balances-view .balance-card{display:grid!important;align-content:start!important;min-height:116px!important;overflow:hidden;padding:13px 14px!important}.app-shell .balances-view .balance-card span{color:#b9ad94!important;font-size:12px!important;line-height:1.25!important}.app-shell .balances-view .balance-card strong{max-width:100%;margin:6px 0 5px!important;color:#f5ecd8!important;font-size:clamp(18px,1.4vw,23px)!important;line-height:1.18!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .balances-view .balance-card p{display:-webkit-box;min-height:48px;overflow:hidden;color:#9f9683!important;font-size:12px!important;line-height:1.35!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-shell .balances-view .balance-panel{min-width:0;padding:15px!important}.app-shell .balances-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:14px!important}.app-shell .balances-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.15!important}.app-shell .balances-view .section-heading p{max-width:56ch;line-height:1.35!important}.app-shell .balances-view .balance-two-column{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important}.app-shell .balances-view .balance-two-column>*{grid-column:auto!important;width:auto!important}.app-shell .balances-view .balance-two-column .balance-panel{align-self:stretch!important;height:100%!important}.app-shell .balances-view .balance-panel .table-wrap{width:100%;max-width:100%;overflow-x:auto!important}.app-shell .balances-view .balance-panel table{width:100%!important;min-width:0!important;table-layout:fixed!important}.app-shell .balances-view .balance-assets-panel table{min-width:100%!important}.app-shell .balances-view .balance-panel th,.app-shell .balances-view .balance-panel td{padding:11px 12px!important;vertical-align:middle}.app-shell .balances-view .balance-assets-panel th,.app-shell .balances-view .balance-assets-panel td{padding-inline:9px!important}.app-shell .balances-view .balance-assets-panel th{line-height:1.18!important}.app-shell .balances-view .balance-panel th{color:#b8aa8d!important;font-size:11px!important}.app-shell .balances-view .balance-panel td{color:#eadfca!important;font-size:12px!important}.app-shell .balances-view .balance-panel td strong,.app-shell .balances-view .balance-panel td span:not(.badge){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.app-shell .balances-view .balance-assets-panel th:nth-child(1),.app-shell .balances-view .balance-assets-panel td:nth-child(1){width:16%}.app-shell .balances-view .balance-assets-panel th:nth-child(2),.app-shell .balances-view .balance-assets-panel th:nth-child(3),.app-shell .balances-view .balance-assets-panel th:nth-child(4),.app-shell .balances-view .balance-assets-panel th:nth-child(5),.app-shell .balances-view .balance-assets-panel th:nth-child(6),.app-shell .balances-view .balance-assets-panel th:nth-child(7),.app-shell .balances-view .balance-assets-panel th:nth-child(8),.app-shell .balances-view .balance-assets-panel td:nth-child(2),.app-shell .balances-view .balance-assets-panel td:nth-child(3),.app-shell .balances-view .balance-assets-panel td:nth-child(4),.app-shell .balances-view .balance-assets-panel td:nth-child(5),.app-shell .balances-view .balance-assets-panel td:nth-child(6),.app-shell .balances-view .balance-assets-panel td:nth-child(7),.app-shell .balances-view .balance-assets-panel td:nth-child(8){text-align:right}.app-shell .balances-view .reconciliation-panel .check-list{display:grid!important;gap:10px!important}.app-shell .balances-view .reconciliation-panel .check-list article{display:grid!important;grid-template-columns:minmax(82px,auto) minmax(0,1fr)!important;align-items:center!important;gap:13px!important;min-height:66px!important;padding:12px 13px!important}.app-shell .balances-view .reconciliation-panel .badge{min-width:82px;justify-content:center;text-align:center}.app-shell .balances-view .reconciliation-panel strong,.app-shell .balances-view .reconciliation-panel p{min-width:0}.app-shell .balances-view .reconciliation-panel p{line-height:1.35!important}.app-shell .balances-view .empty{display:block;color:#8f8675!important;line-height:1.35!important}.app-shell .balances-view .empty-detail{display:block;max-width:62ch;margin-top:5px;color:#9b927e;font-size:12px;line-height:1.35}@media(max-width:1180px){.app-shell .balances-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .balances-view .balance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .balances-view .balance-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:860px){.app-shell .balances-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .balances-workspace .topbar-actions{justify-content:flex-start!important;flex-wrap:wrap}}@media(max-width:700px){.app-shell .balances-view .balance-summary-grid{grid-template-columns:minmax(0,1fr)!important}.app-shell .balances-view .balance-assets-panel table{min-width:760px!important}}.app-shell .webhooks-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .webhooks-workspace .topbar{display:grid!important;grid-template-columns:minmax(150px,auto) minmax(0,1fr)!important;align-items:end!important;gap:18px!important;min-height:68px!important;margin-bottom:14px!important}.app-shell .webhooks-workspace .topbar>div:first-child{min-height:68px!important}.app-shell .webhooks-workspace .topbar h1{margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.2!important}.app-shell .webhooks-workspace .topbar-actions:has(.filter-bar){display:grid!important;grid-template-columns:minmax(166px,188px) minmax(300px,1fr) 38px auto!important;align-items:end!important;gap:10px!important;width:100%!important;min-width:0!important}.app-shell .webhooks-workspace .access-profile-select{min-width:0!important}.app-shell .webhooks-workspace .access-profile-select select,.app-shell .webhooks-workspace .icon-button,.app-shell .webhooks-workspace .sign-out-button{min-height:38px!important}.app-shell .webhooks-workspace .filter-bar{grid-template-columns:minmax(170px,1fr) minmax(130px,150px)!important;width:100%!important}.app-shell .webhooks-workspace .filter-bar .search,.app-shell .webhooks-workspace .filter-bar .filter-select{min-height:38px!important}.app-shell .webhook-view{display:grid!important;grid-template-columns:minmax(414px,.42fr) minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important}.app-shell .webhook-view>*{min-width:0}.app-shell .webhook-view>.webhook-create-panel,.app-shell .webhook-view>.webhook-list-panel{grid-column:auto!important;align-self:stretch!important;height:100%!important}.app-shell .webhook-view>.webhook-deliveries-panel,.app-shell .webhook-view>.webhook-detail-panel{grid-column:1 / -1!important}.app-shell .webhook-view .webhook-create-panel,.app-shell .webhook-view .webhook-list-panel,.app-shell .webhook-view .webhook-deliveries-panel,.app-shell .webhook-view .webhook-detail-panel{padding:15px!important}.app-shell .webhook-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:14px!important}.app-shell .webhook-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.15!important}.app-shell .webhook-view .section-heading p{max-width:58ch;line-height:1.35!important}.app-shell .webhook-create-panel form{display:grid!important;gap:12px!important}.app-shell .webhook-create-panel form label{display:grid!important;gap:7px!important;min-width:0;color:#d8c69b!important;font-size:12px!important;line-height:1.2!important}.app-shell .webhook-create-panel form input,.app-shell .webhook-create-panel form select{width:100%;min-height:42px!important;margin-top:0!important;font-size:13px!important}.app-shell .webhook-create-panel form input{text-overflow:ellipsis}.app-shell .webhook-create-panel form .primary-button{min-height:42px!important;justify-content:center}.app-shell .webhook-list-panel .endpoint-grid{gap:10px!important}.app-shell .webhook-list-panel .endpoint-card{display:grid!important;gap:12px!important;min-width:0;min-height:176px;padding:14px!important}.app-shell .webhook-list-panel .endpoint-main{display:grid;gap:8px;min-width:0}.app-shell .webhook-list-panel .endpoint-card strong,.app-shell .webhook-list-panel .endpoint-card code,.app-shell .webhook-list-panel .endpoint-card span:not(.badge){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.app-shell .webhook-list-panel .endpoint-card code{padding:8px 10px;border:1px solid rgb(245 215 122 / 12%);border-radius:7px;background:#050607ad;color:#f4e5bd;font-size:12px;line-height:1.35;white-space:nowrap}.app-shell .webhook-list-panel .endpoint-events{display:-webkit-box!important;min-height:34px;color:#a89f8b;font-size:12px;line-height:1.35;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .webhook-list-panel .endpoint-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-width:0}.app-shell .webhook-list-panel .endpoint-meta span:last-child{min-width:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.app-shell .webhook-list-panel .endpoint-actions{display:grid!important;grid-template-columns:minmax(76px,.7fr) minmax(130px,1fr) minmax(86px,.75fr);gap:8px!important}.app-shell .webhook-list-panel .endpoint-actions button{width:100%;min-width:0;min-height:32px!important;justify-content:center;text-align:center;white-space:normal}.app-shell .webhook-deliveries-panel .table-controls{grid-template-columns:minmax(92px,1fr) minmax(76px,auto) minmax(164px,auto) minmax(110px,auto)!important;gap:8px!important;margin:10px 0 12px!important}.app-shell .webhook-deliveries-panel .table-wrap{width:100%;max-width:100%;overflow-x:auto!important}.app-shell .webhook-deliveries-panel table{width:100%!important;min-width:100%!important;table-layout:fixed!important}.app-shell .webhook-deliveries-panel th,.app-shell .webhook-deliveries-panel td{padding:11px 10px!important;vertical-align:middle}.app-shell .webhook-deliveries-panel td strong,.app-shell .webhook-deliveries-panel td span:not(.badge){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .webhook-deliveries-panel th:nth-child(1),.app-shell .webhook-deliveries-panel td:nth-child(1){width:24%}.app-shell .webhook-deliveries-panel th:nth-child(2),.app-shell .webhook-deliveries-panel td:nth-child(2){width:20%}.app-shell .webhook-deliveries-panel th:nth-child(3),.app-shell .webhook-deliveries-panel td:nth-child(3){width:96px}.app-shell .webhook-deliveries-panel th:nth-child(4),.app-shell .webhook-deliveries-panel td:nth-child(4),.app-shell .webhook-deliveries-panel th:nth-child(5),.app-shell .webhook-deliveries-panel td:nth-child(5){width:74px;text-align:right}.app-shell .webhook-deliveries-panel th:nth-child(6),.app-shell .webhook-deliveries-panel td:nth-child(6){width:124px}.app-shell .webhook-deliveries-panel th:nth-child(7),.app-shell .webhook-deliveries-panel td:nth-child(7){width:88px}.app-shell .webhook-deliveries-panel .table-actions{display:grid;align-items:stretch;gap:7px}.app-shell .webhook-deliveries-panel .table-action{width:100%;min-width:0;min-height:31px!important;justify-content:center;padding-inline:8px!important;text-align:center}@media(max-width:1180px){.app-shell .webhooks-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .webhook-view{grid-template-columns:minmax(0,1fr)!important}.app-shell .webhook-list-panel .endpoint-actions{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.app-shell .webhooks-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .webhooks-workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 38px auto!important}.app-shell .webhooks-workspace .topbar-actions:has(.filter-bar)>.access-profile-select,.app-shell .webhooks-workspace .topbar-actions:has(.filter-bar)>.filter-bar{grid-column:1 / -1}.app-shell .webhooks-workspace .topbar-actions:has(.filter-bar)>.icon-button{grid-column:2}.app-shell .webhooks-workspace .topbar-actions:has(.filter-bar)>.sign-out-button{grid-column:3}}@media(max-width:700px){.app-shell .webhooks-workspace .filter-bar,.app-shell .webhook-deliveries-panel .table-controls{grid-template-columns:minmax(0,1fr)!important}.app-shell .webhook-list-panel .endpoint-actions{grid-template-columns:minmax(0,1fr)}.app-shell .webhook-deliveries-panel table{min-width:760px!important}}.app-shell .apiKeys-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .apiKeys-workspace .topbar{display:grid!important;grid-template-columns:minmax(150px,auto) auto!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;min-height:68px!important;margin-bottom:14px!important}.app-shell .apiKeys-workspace .topbar>div:first-child{min-height:68px!important}.app-shell .apiKeys-workspace .topbar h1{min-width:0;margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.2!important}.app-shell .apiKeys-workspace .topbar-actions{display:grid!important;grid-template-columns:minmax(166px,188px) 38px auto!important;align-items:end!important;justify-content:flex-end!important;gap:10px!important;width:auto!important;min-width:0!important}.app-shell .apiKeys-workspace .access-profile-select{min-width:0!important}.app-shell .apiKeys-workspace .access-profile-select select,.app-shell .apiKeys-workspace .icon-button,.app-shell .apiKeys-workspace .sign-out-button{min-height:38px!important}.app-shell .api-key-view{display:grid!important;grid-template-columns:minmax(360px,.38fr) minmax(0,1fr)!important;align-items:start!important;gap:12px!important}.app-shell .api-key-view>*{min-width:0}.app-shell .api-key-create-panel,.app-shell .api-key-list-panel{padding:15px!important}.app-shell .api-key-create-panel{align-self:start!important;height:auto!important;min-height:0!important}.app-shell .api-key-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:14px!important}.app-shell .api-key-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.15!important}.app-shell .api-key-view .section-heading p{max-width:58ch;line-height:1.35!important}.app-shell .api-key-create-panel form{display:grid!important;gap:12px!important}.app-shell .api-key-create-panel form label{display:grid!important;gap:7px!important;min-width:0;color:#d8c69b!important;font-size:12px!important;line-height:1.2!important}.app-shell .api-key-create-panel form input,.app-shell .api-key-create-panel form select{width:100%;min-height:42px!important;margin-top:0!important;font-size:13px!important}.app-shell .api-key-create-panel .scope-list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0}.app-shell .api-key-create-panel .scope-list button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:31px!important;max-width:100%;overflow:hidden;border-radius:999px!important;padding:0 11px!important;color:#f6d88f!important;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:11.5px!important;text-overflow:ellipsis;white-space:nowrap}.app-shell .api-key-create-panel form .primary-button{min-height:42px!important;justify-content:center}.app-shell .api-key-create-panel .secret-callout{margin-bottom:14px!important}.app-shell .api-key-list-panel{min-height:0!important}.app-shell .api-key-list-panel .table-wrap{width:100%;max-width:100%;max-height:calc(100vh - 235px);overflow:auto!important}.app-shell .api-key-list-panel table{width:100%!important;min-width:0!important;table-layout:fixed!important}.app-shell .api-key-list-panel thead th{position:sticky;top:0;z-index:2}.app-shell .api-key-list-panel th,.app-shell .api-key-list-panel td{padding:11px 12px!important;vertical-align:middle}.app-shell .api-key-list-panel th:nth-child(1),.app-shell .api-key-list-panel td:nth-child(1){width:25%}.app-shell .api-key-list-panel th:nth-child(2),.app-shell .api-key-list-panel td:nth-child(2){width:30%}.app-shell .api-key-list-panel th:nth-child(3),.app-shell .api-key-list-panel td:nth-child(3){width:13%}.app-shell .api-key-list-panel th:nth-child(4),.app-shell .api-key-list-panel td:nth-child(4){width:15%}.app-shell .api-key-list-panel th:nth-child(5),.app-shell .api-key-list-panel td:nth-child(5){width:17%}.app-shell .api-key-list-panel td strong,.app-shell .api-key-list-panel td span:not(.badge){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.app-shell .api-key-list-panel .key-scope-list{display:flex;flex-wrap:wrap;gap:6px;max-height:72px;overflow:hidden}.app-shell .api-key-list-panel .key-scope-list span{display:inline-flex!important;align-items:center;max-width:100%;min-height:24px;padding:0 8px;border:1px solid rgb(245 215 122 / 13%);border-radius:999px;background:#f5d77a0d;color:#f0d28a;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:10.5px;line-height:1;white-space:nowrap}.app-shell .api-key-list-panel td:nth-child(4){color:#d8c69b!important;font-size:12px!important;line-height:1.25!important}.app-shell .api-key-list-panel td:nth-child(4) strong{color:#efe3cb;font-size:12px;font-weight:800}.app-shell .api-key-list-panel td:nth-child(4) span{margin-top:4px;color:#958b78;font-size:11px}.app-shell .api-key-list-panel .table-actions{display:flex;flex-direction:column;align-items:stretch;gap:7px}.app-shell .api-key-list-panel .table-action{width:100%;min-width:0;min-height:31px!important;justify-content:center;text-align:center}@media(max-width:1180px){.app-shell .apiKeys-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .api-key-view{grid-template-columns:minmax(0,1fr)!important}.app-shell .api-key-create-panel form{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.app-shell .api-key-create-panel .scope-list,.app-shell .api-key-create-panel form .primary-button{grid-column:1 / -1}.app-shell .api-key-list-panel .table-wrap{max-height:calc(100vh - 430px)}}@media(max-width:860px){.app-shell .apiKeys-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .apiKeys-workspace .topbar-actions{justify-content:flex-start!important;flex-wrap:wrap}}@media(max-width:700px){.app-shell .api-key-create-panel form{grid-template-columns:minmax(0,1fr)!important}.app-shell .api-key-list-panel .table-wrap{max-height:none}}.app-shell .docs-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .docs-workspace .topbar{display:grid!important;grid-template-columns:minmax(180px,auto) auto!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;min-height:68px!important;margin-bottom:14px!important}.app-shell .docs-workspace .topbar>div:first-child{min-height:68px!important}.app-shell .docs-workspace .topbar h1{min-width:0;margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.2!important}.app-shell .docs-workspace .topbar-actions{display:grid!important;grid-template-columns:minmax(166px,188px) 38px auto!important;align-items:end!important;justify-content:flex-end!important;gap:10px!important;width:auto!important;min-width:0!important}.app-shell .docs-workspace .access-profile-select{min-width:0!important}.app-shell .docs-workspace .access-profile-select select,.app-shell .docs-workspace .icon-button,.app-shell .docs-workspace .sign-out-button{min-height:38px!important}.app-shell .docs-view{display:grid!important;gap:12px!important}.app-shell .docs-view>*{min-width:0}.app-shell .docs-view .docs-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:16px!important;overflow:hidden;padding:15px!important}.app-shell .docs-view .docs-hero h2{margin:8px 0 6px!important;font-size:clamp(18px,1.6vw,23px)!important;min-height:32px;line-height:1.3!important}.app-shell .docs-view .docs-hero p{max-width:88ch;line-height:1.45!important}.app-shell .docs-view .docs-hero code,.app-shell .docs-view .docs-note code,.app-shell .docs-view .docs-card span,.app-shell .docs-view .code-snippet code{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word}.app-shell .docs-view .docs-hero p code,.app-shell .docs-view .docs-note p code{display:inline-block;margin:0 3px;padding:1px 5px;border:1px solid rgb(245 215 122 / 13%);border-radius:5px;background:#f5d77a0d;line-height:1.45}.app-shell .docs-view .docs-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.app-shell .docs-view .docs-card{display:grid!important;align-content:start!important;min-height:128px!important;overflow:hidden;padding:12px!important}.app-shell .docs-view .docs-card strong{font-size:14px!important;line-height:1.2!important}.app-shell .docs-view .docs-card span{margin-top:7px!important;font-size:11.5px!important;line-height:1.25!important}.app-shell .docs-view .docs-card p{display:-webkit-box;margin-top:8px!important;overflow:hidden;font-size:12.5px!important;line-height:1.35!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-shell .docs-view .docs-two-column{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)!important;align-items:start!important;gap:12px!important}.app-shell .docs-view .docs-two-column>*{grid-column:auto!important;width:auto!important}.app-shell .docs-view .docs-panel,.app-shell .docs-view .docs-hero{padding:15px!important}.app-shell .docs-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:14px!important}.app-shell .docs-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.25!important}.app-shell .docs-view .section-heading p{max-width:58ch;line-height:1.35!important}.app-shell .docs-view .code-snippet{margin-top:12px!important}.app-shell .docs-view .code-snippet>div{min-height:39px!important;padding:10px 12px 0!important}.app-shell .docs-view .code-snippet pre{max-height:380px;overflow:auto!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}.app-shell .docs-view .docs-header-list span{display:grid!important;grid-template-columns:minmax(120px,auto) minmax(0,1fr)!important;align-items:center!important;gap:12px!important}.app-shell .docs-view .docs-note{margin-top:12px!important}.app-shell .docs-view .docs-flow-list,.app-shell .docs-view .docs-checklist,.app-shell .docs-view .docs-scope-grid{gap:9px!important}@media(max-width:1180px){.app-shell .docs-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .docs-view .docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:900px){.app-shell .docs-view .docs-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:860px){.app-shell .docs-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .docs-workspace .topbar-actions{justify-content:flex-start!important;flex-wrap:wrap}}@media(max-width:700px){.app-shell .docs-view .docs-grid{grid-template-columns:minmax(0,1fr)!important}}.app-shell .settings-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .settings-workspace .topbar{display:grid!important;grid-template-columns:minmax(220px,auto) auto!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;min-height:68px!important;margin-bottom:14px!important}.app-shell .settings-workspace .topbar>div:first-child{min-height:68px!important}.app-shell .settings-workspace .topbar h1{min-width:0;margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.2!important}.app-shell .settings-workspace .topbar-actions{display:grid!important;grid-template-columns:minmax(166px,188px) 38px auto!important;align-items:end!important;justify-content:flex-end!important;gap:10px!important;width:auto!important;min-width:0!important}.app-shell .settings-workspace .access-profile-select{min-width:0!important}.app-shell .settings-workspace .access-profile-select select,.app-shell .settings-workspace .icon-button,.app-shell .settings-workspace .sign-out-button{min-height:38px!important}.app-shell .settings-view{display:grid!important;gap:12px!important;padding:0!important}.app-shell .settings-view>*{min-width:0}.app-shell .settings-view .settings-summary-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;grid-auto-rows:1fr!important}.app-shell .settings-view .settings-card{display:grid!important;grid-template-rows:auto auto 1fr!important;min-height:92px!important;padding:13px 14px!important}.app-shell .settings-view .settings-card span{color:#b9ad94!important;font-size:12px!important;line-height:1.25!important}.app-shell .settings-view .settings-card strong{margin:6px 0 5px!important;color:#f5ecd8!important;font-size:clamp(17px,1.25vw,21px)!important;line-height:1.15!important}.app-shell .settings-view .settings-card p{align-self:end!important;color:#9f9683!important;font-size:12px!important;line-height:1.35!important}.app-shell .settings-view .settings-form{display:grid!important;gap:12px!important}.app-shell .settings-view .settings-panel,.app-shell .settings-view .settings-two-column>.settings-panel{align-self:start!important;height:auto!important;min-height:0!important;padding:15px!important}.app-shell .settings-view .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:14px!important}.app-shell .settings-view .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.2!important}.app-shell .settings-view .section-heading p{max-width:58ch;line-height:1.35!important}.app-shell .settings-view .settings-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px 14px!important}.app-shell .settings-view .settings-grid label,.app-shell .settings-view .settings-panel>label{display:grid!important;gap:7px!important;min-width:0;color:#d8c69b!important;font-size:12px!important;line-height:1.2!important}.app-shell .settings-view .settings-grid input,.app-shell .settings-view .settings-grid select,.app-shell .settings-view .settings-panel>label input,.app-shell .settings-view .settings-panel>label select{width:100%;min-height:42px!important;margin-top:0!important;font-size:13px!important}.app-shell .settings-view input[type=color]{padding:5px!important}.app-shell .settings-view .settings-wide-field{grid-column:1 / -1!important}.app-shell .settings-view .settings-brand-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(250px,300px)!important;align-items:stretch!important;gap:14px!important}.app-shell .settings-view .checkout-preview{align-self:stretch!important;display:grid!important;align-content:center!important;gap:10px!important;min-height:174px;padding:15px!important}.app-shell .settings-view .checkout-preview-mark{width:42px;height:42px}.app-shell .settings-view .checkout-preview button{min-height:42px!important}.app-shell .settings-view .settings-two-column{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important}.app-shell .settings-view .settings-two-column>*{grid-column:auto!important;width:auto!important}.app-shell .settings-view .settings-two-column .settings-panel{height:100%!important}.app-shell .settings-view .compact-settings-grid{grid-template-columns:minmax(0,1fr) minmax(120px,.62fr)!important;margin-top:13px!important}.app-shell .settings-view .settings-actions{display:flex!important;justify-content:flex-end!important;margin-top:0!important}.app-shell .settings-view .settings-actions .primary-button{min-width:190px;min-height:42px!important;justify-content:center}@media(max-width:1180px){.app-shell .settings-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .settings-view .settings-summary-grid,.app-shell .settings-view .settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:900px){.app-shell .settings-view .settings-grid,.app-shell .settings-view .settings-brand-layout,.app-shell .settings-view .settings-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:860px){.app-shell .settings-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .settings-workspace .topbar-actions{justify-content:flex-start!important;flex-wrap:wrap}}@media(max-width:700px){.app-shell .settings-view .settings-summary-grid,.app-shell .settings-view .compact-settings-grid{grid-template-columns:minmax(0,1fr)!important}}.app-shell .dashboard-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .dashboard-workspace .topbar{display:grid!important;grid-template-columns:minmax(240px,auto) auto!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;min-height:68px!important;margin-bottom:14px!important}.app-shell .dashboard-workspace .topbar>div:first-child{min-height:68px!important}.app-shell .dashboard-workspace .topbar h1{min-width:0;margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.2!important}.app-shell .dashboard-workspace .topbar-actions{display:grid!important;grid-template-columns:minmax(166px,188px) 38px auto!important;align-items:end!important;justify-content:flex-end!important;gap:10px!important;width:auto!important;min-width:0!important}.app-shell .dashboard-workspace .access-profile-select{min-width:0!important}.app-shell .dashboard-workspace .access-profile-select select,.app-shell .dashboard-workspace .icon-button,.app-shell .dashboard-workspace .sign-out-button{min-height:38px!important}.app-shell .dashboard-view,.app-shell .dashboard-view .metrics-grid,.app-shell .dashboard-view .dashboard-summary-grid{gap:12px!important}.app-shell .dashboard-view .metric,.app-shell .dashboard-view .dashboard-card,.app-shell .dashboard-view .dashboard-panel,.app-shell .client-preview-summary{overflow:hidden}.app-shell .dashboard-view .metric{min-height:104px!important}.app-shell .dashboard-view .metric strong,.app-shell .dashboard-view .dashboard-card strong{line-height:1.2!important}.app-shell .dashboard-view .dashboard-two-column{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)!important;align-items:start!important;gap:12px!important;grid-auto-rows:auto!important}.app-shell .dashboard-view .dashboard-two-column>.dashboard-panel{align-self:start!important;height:auto!important;min-height:0!important}.app-shell .dashboard-view .dashboard-panel{padding:15px!important}.app-shell .dashboard-view .section-heading{min-height:38px!important;margin-bottom:12px!important}.app-shell .dashboard-view .section-heading h2{line-height:1.22!important}.app-shell .client-preview-summary{display:grid!important;gap:0!important;margin-bottom:10px!important;padding:10px 11px!important}.app-shell .client-preview-summary>div{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:5px 10px!important}.app-shell .client-preview-summary .readiness-progress{grid-row:1 / span 2}.app-shell .client-preview-summary strong{margin-top:0!important;font-size:16px!important;line-height:1.2!important}.app-shell .client-preview-summary p{margin-top:0!important;font-size:12.5px!important;line-height:1.35!important}.app-shell .dashboard-readiness.client-preview-list{gap:8px!important}.app-shell .dashboard-readiness.client-preview-list article{grid-template-columns:30px minmax(0,1fr) 72px 96px!important;min-height:48px!important;padding:7px 9px!important;gap:8px!important}.app-shell .dashboard-readiness.client-preview-list article strong{font-size:13px!important;line-height:1.2!important}.app-shell .dashboard-readiness.client-preview-list article p{font-size:12px!important;line-height:1.3!important;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.app-shell .dashboard-readiness.client-preview-list .ready-status,.app-shell .dashboard-readiness.client-preview-list .ready-action{min-height:28px!important;padding-inline:8px!important}.app-shell .dashboard-readiness.client-preview-list .ready-step-icon{width:28px!important;height:28px!important}.app-shell .dashboard-view .dashboard-table .table-wrap{max-height:330px;overflow:auto!important}.app-shell .dashboard-view .client-validation-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.app-shell .dashboard-view .client-validation-grid article{min-height:78px!important;padding:11px!important}@media(max-width:1180px){.app-shell .dashboard-workspace{width:min(100%,calc(100vw - 226px))!important}}@media(max-width:980px){.app-shell .dashboard-view .dashboard-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:860px){.app-shell .dashboard-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .dashboard-workspace .topbar-actions{justify-content:flex-start!important;flex-wrap:wrap}}.app-shell .payments-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .payments-workspace .topbar{display:grid!important;grid-template-columns:minmax(230px,auto) minmax(0,1fr)!important;align-items:end!important;gap:18px!important;min-height:68px!important;margin-bottom:14px!important}.app-shell .payments-workspace .topbar>div:first-child{min-height:68px!important}.app-shell .payments-workspace .topbar h1{min-width:0;margin-top:7px!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.18!important}.app-shell .payments-workspace .topbar-actions:has(.filter-bar){display:grid!important;grid-template-columns:minmax(148px,164px) minmax(382px,1fr) 38px auto!important;align-items:end!important;justify-content:flex-end!important;gap:8px!important;width:100%!important;min-width:0!important}.app-shell .payments-workspace .access-profile-select{min-width:0!important}.app-shell .payments-workspace .access-profile-select select,.app-shell .payments-workspace .filter-bar .search,.app-shell .payments-workspace .filter-bar .filter-select,.app-shell .payments-workspace .icon-button,.app-shell .payments-workspace .sign-out-button{min-height:38px!important}.app-shell .payments-workspace .filter-bar{grid-template-columns:minmax(146px,1fr) minmax(118px,134px) minmax(104px,122px)!important;gap:7px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.app-shell .payments-workspace .filter-bar .search,.app-shell .payments-workspace .filter-bar .filter-select{min-width:0!important;width:100%!important}.app-shell .payments-workspace .content-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:12px!important}.app-shell .payments-workspace .content-grid>.create-panel,.app-shell .payments-workspace .content-grid>.payments-panel,.app-shell .payments-workspace .content-grid>.detail-panel{grid-column:1!important;width:100%!important;min-width:0!important;max-width:none!important;align-self:start!important}.app-shell .payments-workspace .create-panel.read-only-panel{min-height:116px!important;padding:15px!important}.app-shell .payments-workspace .create-panel.read-only-panel .section-heading{min-height:38px!important;margin-bottom:8px!important}.app-shell .payments-workspace .create-panel.read-only-panel>p{max-width:78ch;margin:0!important;color:#ddd4c0!important;font-size:13.5px!important;line-height:1.42!important}.app-shell .payments-workspace .payments-panel,.app-shell .payments-workspace .detail-panel{height:auto!important;min-height:0!important;padding:15px!important}.app-shell .payments-workspace .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:12px!important}.app-shell .payments-workspace .section-heading h2{margin:0 0 4px!important;font-size:18px!important;line-height:1.18!important}.app-shell .payments-workspace .section-heading p{max-width:62ch;line-height:1.35!important}.app-shell .payments-workspace .payments-panel .table-controls{grid-template-columns:minmax(86px,1fr) auto auto auto!important;gap:8px!important;min-width:0!important;margin:10px 0 12px!important;padding:8px!important}.app-shell .payments-workspace .payments-panel .table-count,.app-shell .payments-workspace .payments-panel .table-control-group,.app-shell .payments-workspace .payments-panel .density-toggle,.app-shell .payments-workspace .payments-panel .pagination-buttons{min-width:0}.app-shell .payments-workspace .payments-panel .table-wrap{width:100%;max-height:330px;overflow:auto!important}.app-shell .payments-workspace .payments-panel table{width:100%;min-width:820px;table-layout:fixed}.app-shell .payments-workspace .payments-panel th,.app-shell .payments-workspace .payments-panel td{padding:11px 12px!important;vertical-align:middle}.app-shell .payments-workspace .payments-panel td strong,.app-shell .payments-workspace .payments-panel td span:not(.badge):not(.risk-badge){display:block;overflow:hidden;text-overflow:ellipsis}.app-shell .payments-workspace .payments-panel .badge,.app-shell .payments-workspace .payments-panel .risk-badge{display:inline-flex;min-width:76px;justify-content:center}.app-shell .payments-workspace .detail-panel{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(310px,.74fr) minmax(310px,.74fr)!important;gap:12px!important}.app-shell .payments-workspace .detail-panel>.section-heading,.app-shell .payments-workspace .detail-panel>.detail-stack,.app-shell .payments-workspace .detail-panel>.simulation,.app-shell .payments-workspace .detail-panel>.review-actions,.app-shell .payments-workspace .detail-panel>.refund-panel{grid-column:1 / -1}.app-shell .payments-workspace .detail-panel>.timeline{min-width:0;margin-top:0!important}.app-shell .payments-workspace .detail-stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;overflow:hidden}.app-shell .payments-workspace .detail-row{min-height:44px!important;padding:10px 12px!important}.app-shell .payments-workspace .detail-row:nth-child(odd){border-right:1px solid rgb(245 215 122 / 10%)!important}.app-shell .payments-workspace .timeline,.app-shell .payments-workspace .refund-panel,.app-shell .payments-workspace .simulation,.app-shell .payments-workspace .review-actions{min-width:0;padding:13px!important;border:1px solid rgb(245 215 122 / 13%)!important;border-radius:8px!important;background:#0b0c0e!important}.app-shell .payments-workspace .timeline h3,.app-shell .payments-workspace .refund-panel h3,.app-shell .payments-workspace .simulation h3,.app-shell .payments-workspace .review-actions h3{margin:0 0 11px!important;color:#f4e7c2!important;font-size:14px!important;line-height:1.2!important}.app-shell .payments-workspace .timeline article{grid-template-columns:16px minmax(0,1fr)!important;gap:9px!important;padding:9px 0!important}.app-shell .payments-workspace .timeline article strong,.app-shell .payments-workspace .timeline article span,.app-shell .payments-workspace .timeline article time{overflow-wrap:anywhere}@media(max-width:1180px){.app-shell .payments-workspace{width:min(100%,calc(100vw - 226px))!important}}@media(max-width:960px){.app-shell .payments-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .payments-workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 38px auto!important}.app-shell .payments-workspace .topbar-actions:has(.filter-bar)>.access-profile-select,.app-shell .payments-workspace .topbar-actions:has(.filter-bar)>.filter-bar{grid-column:1 / -1}.app-shell .payments-workspace .topbar-actions:has(.filter-bar)>.icon-button{grid-column:2}.app-shell .payments-workspace .topbar-actions:has(.filter-bar)>.sign-out-button{grid-column:3}.app-shell .payments-workspace .detail-panel{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:720px){.app-shell .payments-workspace .filter-bar,.app-shell .payments-workspace .payments-panel .table-controls,.app-shell .payments-workspace .detail-stack{grid-template-columns:minmax(0,1fr)!important}.app-shell .payments-workspace .detail-row:nth-child(odd){border-right:0!important}}.app-shell .workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .workspace .topbar{display:grid!important;grid-template-columns:minmax(210px,auto) minmax(0,1fr)!important;align-items:end!important;gap:18px!important;min-height:68px!important;margin-bottom:14px!important;overflow:visible!important}.app-shell .workspace .topbar>div:first-child{min-width:0!important;min-height:68px!important;overflow:visible!important}.app-shell .workspace .topbar h1{min-width:0;margin-top:7px!important;overflow:visible!important;font-size:clamp(25px,2.1vw,31px)!important;line-height:1.2!important}.app-shell .workspace .topbar-actions{min-width:0!important;gap:10px!important}.app-shell .workspace .topbar-actions:not(:has(.filter-bar)){display:grid!important;grid-template-columns:minmax(166px,188px) 38px auto!important;align-items:end!important;justify-content:end!important;width:auto!important}.app-shell .workspace .topbar-actions:has(.filter-bar){display:grid!important;grid-template-columns:minmax(148px,164px) minmax(382px,1fr) 38px auto!important;align-items:end!important;justify-content:end!important;gap:8px!important;width:100%!important}.app-shell .workspace .access-profile-select,.app-shell .workspace .filter-bar,.app-shell .workspace .search,.app-shell .workspace .filter-select{min-width:0!important}.app-shell .workspace .access-profile-select select,.app-shell .workspace .filter-bar .search,.app-shell .workspace .filter-bar .filter-select,.app-shell .workspace .icon-button,.app-shell .workspace .sign-out-button{min-height:38px!important}.app-shell .workspace .filter-bar{grid-template-columns:minmax(146px,1fr) minmax(118px,134px) minmax(104px,122px)!important;gap:7px!important;width:100%!important;max-width:100%!important}.app-shell .workspace>div{min-width:0!important}.app-shell .workspace .panel,.app-shell .workspace article,.app-shell .workspace form{min-width:0}.app-shell .workspace .panel{overflow:hidden;padding:15px!important}.app-shell .workspace .section-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-height:38px!important;margin-bottom:12px!important}.app-shell .workspace .section-heading h2,.app-shell .workspace .section-heading h3{margin:0 0 4px!important;font-size:18px!important;line-height:1.18!important}.app-shell .workspace .section-heading p{max-width:62ch;line-height:1.35!important}.app-shell .workspace .table-wrap{width:100%;overflow:auto!important}.app-shell .workspace .table-controls{grid-template-columns:minmax(86px,1fr) auto auto auto!important;gap:8px!important;min-width:0!important;margin:10px 0 12px!important;padding:8px!important}.app-shell .workspace table{width:100%;table-layout:fixed}.app-shell .workspace th,.app-shell .workspace td{padding:11px 12px!important;vertical-align:middle}.app-shell .workspace td strong,.app-shell .workspace td span:not(.badge):not(.risk-badge):not(.guardrail-badge){display:block;overflow:hidden;text-overflow:ellipsis}.app-shell .dashboard-readiness.client-preview-list article p{min-height:32px!important;-webkit-line-clamp:2!important}.app-shell .dashboard-view .metric:after,.app-shell .dashboard-view .dashboard-card:after,.app-shell .dashboard-view .dashboard-panel:after,.app-shell .client-preview-summary:after,.app-shell .payments-panel:after,.app-shell .payout-batches-panel:after,.app-shell .balance-assets-panel:after,.app-shell .webhook-deliveries-panel:after,.app-shell .docs-hero:after{transform:none!important;background-size:220% 100%!important;animation:bp-contained-sweep 8.4s cubic-bezier(.25,.8,.2,1) infinite!important}@keyframes bp-contained-sweep{0%{background-position:160% 0;opacity:0}18%{opacity:.5}46%{background-position:40% 0;opacity:.16}to{background-position:-70% 0;opacity:0}}.app-shell .admin-view td strong{overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere}.app-shell .workspace .settings-card,.app-shell .workspace .payout-card,.app-shell .workspace .balance-card,.app-shell .workspace .dashboard-card,.app-shell .workspace .qa-card,.app-shell .workspace .test-run-card,.app-shell .workspace .ops-card,.app-shell .workspace .docs-card{overflow:hidden}.app-shell .workspace .settings-card strong,.app-shell .workspace .payout-card strong,.app-shell .workspace .balance-card strong,.app-shell .workspace .dashboard-card strong,.app-shell .workspace .qa-card strong,.app-shell .workspace .test-run-card strong,.app-shell .workspace .ops-card strong{display:block;min-width:0;line-height:1.12!important;overflow-wrap:anywhere}.app-shell .workspace .settings-card p,.app-shell .workspace .payout-card p,.app-shell .workspace .balance-card p,.app-shell .workspace .dashboard-card p,.app-shell .workspace .qa-card p,.app-shell .workspace .test-run-card p,.app-shell .workspace .ops-card p,.app-shell .workspace .docs-card p{line-height:1.35!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel){min-height:0!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:end!important;gap:12px!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form label{display:grid!important;gap:7px!important;min-width:0;font-size:12px!important;line-height:1.2!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form input,.app-shell .payments-workspace .create-panel:not(.read-only-panel) form select{width:100%;min-height:40px!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form .primary-button{grid-column:1 / -1;min-height:42px!important;justify-content:center}.app-shell .api-key-view .api-key-list-panel .table-wrap{max-height:470px;overflow:auto!important}.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{max-width:1180px!important;width:min(1180px,calc(100vw - 258px))!important;padding-top:20px!important}.app-shell .admin-view,.app-shell .qa-view,.app-shell .test-runs-view,.app-shell .qa-summary-grid,.app-shell .test-run-summary-grid,.app-shell .ops-summary-grid{display:grid!important;gap:12px!important}.app-shell .qa-summary-grid,.app-shell .test-run-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.app-shell .ops-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.app-shell .qa-card,.app-shell .test-run-card,.app-shell .ops-card{min-height:96px!important;padding:13px 14px!important}.app-shell .qa-card span,.app-shell .test-run-card span,.app-shell .ops-card span{font-size:12px!important;line-height:1.25!important}.app-shell .qa-card strong,.app-shell .test-run-card strong,.app-shell .ops-card strong{margin:6px 0 5px!important;font-size:clamp(18px,1.35vw,23px)!important}.app-shell .qa-grid,.app-shell .test-run-two-column,.app-shell .ops-two-column{display:grid!important;align-items:start!important;gap:12px!important}.app-shell .qa-grid,.app-shell .ops-two-column{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .test-run-two-column{grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr)!important}.app-shell .qa-grid>*,.app-shell .ops-two-column>*,.app-shell .test-run-two-column>*{min-width:0!important}.app-shell .qa-panel,.app-shell .test-run-panel,.app-shell .ops-panel{align-self:start!important;height:auto!important}.app-shell .qa-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.app-shell .qa-form-grid label{display:grid!important;gap:7px!important;min-width:0}.app-shell .qa-command-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(145px,1fr))!important;gap:8px!important}.app-shell .qa-command-grid button,.app-shell .test-run-actions button,.app-shell .demo-reset-box button,.app-shell .ops-panel .table-action{min-height:34px!important;justify-content:center}.app-shell .qa-target-stack,.app-shell .test-run-detail{overflow:hidden;border:1px solid rgb(245 215 122 / 13%)!important;border-radius:8px!important;background:#0b0c0e!important}.app-shell .test-run-json{max-height:280px;overflow:auto!important}.app-shell .demo-reset-box{display:grid!important;gap:12px!important;margin-top:12px!important}.app-shell .ops-panel .table-wrap{max-height:360px;overflow:auto!important}.app-shell .ops-panel table{min-width:860px}.app-shell .ops-two-column .ops-panel table{min-width:720px}.app-shell .ops-panel .table-actions{display:flex;flex-wrap:wrap;gap:6px}@media(max-width:1180px){.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(100%,calc(100vw - 226px))!important}.app-shell .ops-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.app-shell .qa-grid,.app-shell .ops-two-column,.app-shell .test-run-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:960px){.app-shell .workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .workspace .topbar-actions,.app-shell .workspace .topbar-actions:not(:has(.filter-bar)),.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 38px auto!important;justify-content:stretch!important;width:100%!important}.app-shell .workspace .topbar-actions>.access-profile-select,.app-shell .workspace .topbar-actions>.filter-bar{grid-column:1 / -1}.app-shell .workspace .topbar-actions>.icon-button{grid-column:2}.app-shell .workspace .topbar-actions>.sign-out-button{grid-column:3}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form,.app-shell .qa-summary-grid,.app-shell .test-run-summary-grid,.app-shell .ops-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.app-shell .workspace .filter-bar,.app-shell .workspace .table-controls,.app-shell .payments-workspace .create-panel:not(.read-only-panel) form,.app-shell .qa-summary-grid,.app-shell .test-run-summary-grid,.app-shell .ops-summary-grid,.app-shell .qa-form-grid{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:980px){.app-shell .dashboard-readiness article,.app-shell .dashboard-readiness.client-preview-list article{grid-template-columns:32px minmax(0,1fr)!important;align-items:start!important;row-gap:8px!important}.app-shell .dashboard-readiness .ready-status,.app-shell .dashboard-readiness .ready-action{grid-column:2!important;width:auto!important;min-width:88px!important;justify-self:start!important}.app-shell .dashboard-readiness .ready-status{grid-row:2!important}.app-shell .dashboard-readiness .ready-action{grid-row:3!important}}@media(min-width:981px){.app-shell .dashboard-readiness article{grid-template-columns:34px minmax(0,1fr) 76px 108px!important}.app-shell .dashboard-readiness.client-preview-list article{grid-template-columns:30px minmax(0,1fr) 72px 96px!important}}.app-shell .qa-workspace .qa-summary-grid{grid-template-columns:1.15fr repeat(3,minmax(0,1fr))!important;gap:12px!important}.app-shell .qa-workspace .qa-card{display:grid!important;align-content:start!important;min-height:104px!important;overflow:hidden}.app-shell .qa-workspace .qa-card strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .qa-workspace .qa-card p{display:-webkit-box;min-height:34px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .qa-workspace .qa-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.app-shell .qa-workspace .qa-panel{display:grid;gap:12px;min-height:0!important}.app-shell .qa-workspace .qa-panel .section-heading{min-height:52px!important;margin-bottom:0!important}.app-shell .qa-workspace .qa-form-grid{grid-template-columns:minmax(0,1fr) minmax(180px,.72fr)!important;gap:10px!important;margin-bottom:0!important}.app-shell .qa-workspace .qa-form-grid input,.app-shell .qa-workspace .qa-form-grid select{min-height:42px!important}.app-shell .qa-workspace .qa-command-grid,.app-shell .qa-workspace .qa-command-grid.compact{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}.app-shell .qa-workspace .qa-command-grid:not(.compact){grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .qa-workspace .qa-command-grid button{width:100%;min-width:0;min-height:42px!important;padding:9px 10px!important;justify-content:center!important;text-align:center;white-space:normal;line-height:1.18!important}.app-shell .qa-workspace .qa-command-grid button svg{flex:0 0 auto}.app-shell .qa-workspace .qa-target-stack{gap:0!important;min-height:172px}.app-shell .qa-workspace .qa-target-stack .detail-row{min-height:43px;grid-template-columns:minmax(0,.68fr) minmax(0,1fr)}.app-shell .qa-workspace .qa-target-stack .detail-row strong{overflow:hidden;text-overflow:ellipsis}.app-shell .qa-workspace .qa-log{gap:8px!important}.app-shell .qa-workspace .qa-log article{grid-template-columns:minmax(82px,auto) minmax(0,1fr) minmax(118px,auto)!important;min-height:48px;border-color:#f5d77a1f!important;background:#0b0c0ed1!important}.app-shell .qa-workspace .qa-log article strong,.app-shell .qa-workspace .qa-log article time{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1180px){.app-shell .qa-workspace .qa-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .qa-workspace .qa-grid{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:720px){.app-shell .qa-workspace .qa-summary-grid,.app-shell .qa-workspace .qa-form-grid,.app-shell .qa-workspace .qa-command-grid,.app-shell .qa-workspace .qa-command-grid.compact,.app-shell .qa-workspace .qa-command-grid:not(.compact){grid-template-columns:minmax(0,1fr)!important}.app-shell .qa-workspace .qa-log article{grid-template-columns:minmax(0,1fr)!important}}.app-shell .testRuns-workspace .test-run-summary-grid{grid-template-columns:1.15fr repeat(3,minmax(0,1fr))!important;gap:12px!important}.app-shell .testRuns-workspace .test-run-card{display:grid!important;align-content:start!important;min-height:104px!important;overflow:hidden}.app-shell .testRuns-workspace .test-run-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .testRuns-workspace .test-run-card p{display:-webkit-box;min-height:34px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .testRuns-workspace .test-run-two-column{grid-template-columns:minmax(0,1.24fr) minmax(340px,.76fr)!important;gap:12px!important}.app-shell .testRuns-workspace .test-run-panel{min-width:0;overflow:hidden}.app-shell .testRuns-workspace .test-run-panel .table-wrap{max-height:430px;overflow:auto!important}.app-shell .testRuns-workspace .test-run-panel table{min-width:640px;table-layout:fixed}.app-shell .testRuns-workspace .test-run-panel th,.app-shell .testRuns-workspace .test-run-panel td{padding:11px 12px!important}.app-shell .testRuns-workspace .test-run-panel tbody tr{cursor:pointer}.app-shell .testRuns-workspace .test-run-panel tbody tr.selected-row{background:#f5d77a17!important;outline:1px solid rgb(245 215 122 / 26%);outline-offset:-1px}.app-shell .testRuns-workspace .test-run-panel td strong,.app-shell .testRuns-workspace .test-run-panel td span:not(.badge){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .testRuns-workspace .test-run-detail{gap:0!important;overflow:hidden}.app-shell .testRuns-workspace .test-run-detail .detail-row{min-height:43px;grid-template-columns:minmax(0,.58fr) minmax(0,1fr)}.app-shell .testRuns-workspace .test-run-detail .detail-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.app-shell .testRuns-workspace .test-run-json{max-height:250px;min-height:118px;border-color:#f5d77a21!important;background:#070809!important;color:#f5e7c2!important}.app-shell .testRuns-workspace .test-run-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}.app-shell .testRuns-workspace .test-run-actions button,.app-shell .testRuns-workspace .demo-reset-box button{width:100%;min-width:0;min-height:40px!important;justify-content:center!important;text-align:center;line-height:1.18!important}.app-shell .testRuns-workspace .demo-reset-box{gap:12px!important;margin-top:12px!important;border-color:#ff63573d!important;background:linear-gradient(180deg,#ff635714,#ffffff04),#0b0c0e!important}.app-shell .testRuns-workspace .demo-reset-box p{max-width:60ch}@media(max-width:1180px){.app-shell .testRuns-workspace .test-run-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .testRuns-workspace .test-run-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:720px){.app-shell .testRuns-workspace .test-run-summary-grid,.app-shell .testRuns-workspace .test-run-actions{grid-template-columns:minmax(0,1fr)!important}}.app-shell .admin-workspace .topbar{grid-template-columns:minmax(210px,.9fr) minmax(0,1.45fr)!important}.app-shell .admin-workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(148px,164px) minmax(360px,1fr) 38px auto!important}.app-shell .admin-workspace .ops-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.app-shell .admin-workspace .ops-card{display:grid!important;align-content:start!important;min-height:112px!important;overflow:hidden}.app-shell .admin-workspace .ops-card strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap}.app-shell .admin-workspace .ops-card p{display:-webkit-box;min-height:48px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-shell .admin-workspace .ops-panel{min-width:0;overflow:hidden}.app-shell .admin-workspace .ops-panel .section-heading{min-height:52px!important;margin-bottom:0!important}.app-shell .admin-workspace .table-controls{display:grid!important;grid-template-columns:minmax(82px,1fr) minmax(78px,auto) minmax(180px,auto) minmax(116px,auto)!important;align-items:center!important;gap:8px!important;border-color:#f5d77a1f!important;background:#070809!important}.app-shell .admin-workspace .table-control-group select{width:56px;min-height:34px!important;padding-inline:8px}.app-shell .admin-workspace .density-toggle{display:grid!important;grid-template-columns:repeat(2,minmax(82px,1fr));gap:6px!important}.app-shell .admin-workspace .density-toggle button,.app-shell .admin-workspace .pagination-buttons button{min-height:32px!important;padding:0 10px!important;white-space:nowrap}.app-shell .admin-workspace .pagination-buttons{justify-self:end}.app-shell .admin-workspace .table-count strong,.app-shell .admin-workspace .table-count span,.app-shell .admin-workspace .table-control-group span,.app-shell .admin-workspace .pagination-buttons span{color:#d7cfbc!important}.app-shell .admin-workspace .ops-panel .table-wrap{max-height:420px;overflow:auto!important;border-color:#f5d77a1f!important}.app-shell .admin-workspace .ops-panel table{width:100%;min-width:760px;table-layout:fixed}.app-shell .admin-workspace .ops-panel th,.app-shell .admin-workspace .ops-panel td{padding:11px 12px!important;vertical-align:middle}.app-shell .admin-workspace .ops-panel td strong{display:block;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap;overflow-wrap:normal!important}.app-shell .admin-workspace .ops-panel td span:not(.badge):not(.risk-badge){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .admin-workspace .ops-panel .table-actions{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(78px,1fr));gap:6px!important}.app-shell .admin-workspace .ops-panel .table-action{width:100%;min-width:0;min-height:34px!important;justify-content:center!important;text-align:center}.app-shell .admin-workspace .admin-review-panel table{min-width:900px}.app-shell .admin-workspace .admin-review-panel th:nth-child(1),.app-shell .admin-workspace .admin-review-panel td:nth-child(1){width:22%}.app-shell .admin-workspace .admin-review-panel th:nth-child(6),.app-shell .admin-workspace .admin-review-panel td:nth-child(6){width:150px}.app-shell .admin-workspace .ops-two-column .ops-panel table{min-width:100%}.app-shell .admin-workspace .ops-two-column .ops-panel .table-controls{grid-template-columns:minmax(70px,1fr) minmax(70px,auto) minmax(164px,auto) minmax(110px,auto)!important}.app-shell .admin-workspace .admin-refund-panel th:nth-child(4),.app-shell .admin-workspace .admin-refund-panel td:nth-child(4){width:112px}.app-shell .admin-workspace .admin-webhook-panel th:nth-child(4),.app-shell .admin-workspace .admin-webhook-panel td:nth-child(4){width:120px}.app-shell .admin-workspace .admin-webhook-panel th:nth-child(5),.app-shell .admin-workspace .admin-webhook-panel td:nth-child(5){width:84px}.app-shell .admin-workspace .admin-audit-panel table{min-width:820px}.app-shell .admin-workspace .admin-audit-panel th:nth-child(1),.app-shell .admin-workspace .admin-audit-panel td:nth-child(1){width:28%}.app-shell .admin-workspace .admin-audit-panel th:nth-child(5),.app-shell .admin-workspace .admin-audit-panel td:nth-child(5){width:150px}.app-shell .admin-workspace .admin-exception-panel table{min-width:760px}@media(max-width:1180px){.app-shell .admin-workspace .topbar{grid-template-columns:minmax(0,1fr)!important}.app-shell .admin-workspace .ops-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.app-shell .admin-workspace .ops-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:820px){.app-shell .admin-workspace .table-controls,.app-shell .admin-workspace .ops-two-column .ops-panel .table-controls{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .admin-workspace .pagination-buttons{justify-self:stretch}}@media(max-width:720px){.app-shell .admin-workspace .ops-summary-grid,.app-shell .admin-workspace .table-controls,.app-shell .admin-workspace .ops-two-column .ops-panel .table-controls,.app-shell .admin-workspace .density-toggle{grid-template-columns:minmax(0,1fr)!important}}.app-shell .security-workspace .settings-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.app-shell .security-workspace .settings-summary-grid .settings-card{min-height:104px!important;overflow:hidden}.app-shell .security-workspace .settings-summary-grid .settings-card strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap}.app-shell .security-workspace .security-grid{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)!important;gap:12px!important}.app-shell .security-workspace .security-password-panel,.app-shell .security-workspace .security-sessions-panel,.app-shell .security-workspace .security-users-panel{overflow:hidden}.app-shell .security-workspace .security-password-panel{min-height:0!important;align-self:start!important}.app-shell .security-workspace .security-password-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.app-shell .security-workspace .security-password-form label:first-child{grid-column:1 / -1}.app-shell .security-workspace .security-password-form input,.app-shell .security-workspace .user-create-grid input,.app-shell .security-workspace .user-create-grid select{min-height:42px!important}.app-shell .security-workspace .security-password-form .primary-button,.app-shell .security-workspace .user-create-grid .primary-button{min-height:42px!important;width:100%}.app-shell .security-workspace .security-sessions-panel .session-list{max-height:522px;overflow:auto!important;padding-right:4px}.app-shell .security-workspace .security-sessions-panel .session-list article{min-height:72px!important;border-color:#f5d77a1f!important;background:#0b0c0eb3!important}.app-shell .security-workspace .security-sessions-panel .session-list p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .security-workspace .security-sessions-panel .session-list .table-action,.app-shell .security-workspace .security-sessions-panel .session-list .badge{min-width:86px!important}.app-shell .security-workspace .security-users-panel{min-height:0!important}.app-shell .security-workspace .user-create-grid{grid-template-columns:minmax(180px,1.1fr) minmax(150px,.8fr) minmax(120px,.55fr) minmax(170px,.9fr)!important;gap:12px!important}.app-shell .security-workspace .user-create-grid .settings-actions{grid-column:1 / -1;padding:0!important;border:0!important;background:transparent!important}.app-shell .security-workspace .user-table{max-height:430px;overflow:auto!important;border-color:#f5d77a1f!important}.app-shell .security-workspace .user-table table{min-width:880px;table-layout:fixed}.app-shell .security-workspace .user-table th,.app-shell .security-workspace .user-table td{padding:11px 12px!important;vertical-align:middle}.app-shell .security-workspace .user-table th:nth-child(1),.app-shell .security-workspace .user-table td:nth-child(1){width:32%}.app-shell .security-workspace .user-table th:nth-child(2),.app-shell .security-workspace .user-table td:nth-child(2){width:150px}.app-shell .security-workspace .user-table th:nth-child(3),.app-shell .security-workspace .user-table td:nth-child(3){width:90px}.app-shell .security-workspace .user-table th:nth-child(5),.app-shell .security-workspace .user-table td:nth-child(5){width:150px}.app-shell .security-workspace .user-table td strong,.app-shell .security-workspace .user-table td span:not(.badge){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .security-workspace .user-table select{min-height:36px!important}.app-shell .security-workspace .user-table .table-action{width:100%;min-height:34px!important;justify-content:center!important;text-align:center}@media(max-width:1180px){.app-shell .security-workspace .settings-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .security-workspace .security-grid{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:760px){.app-shell .security-workspace .settings-summary-grid,.app-shell .security-workspace .security-password-form,.app-shell .security-workspace .user-create-grid,.app-shell .security-workspace .security-sessions-panel .session-list article{grid-template-columns:minmax(0,1fr)!important}.app-shell .security-workspace .security-password-form label:first-child{grid-column:auto}}.app-shell .payouts-workspace .payouts-view .payout-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.app-shell .payouts-workspace .payouts-view .payout-card{min-height:112px!important;overflow:hidden}.app-shell .payouts-workspace .payouts-view .payout-card strong{max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap}.app-shell .payouts-workspace .payouts-view .payout-card p{display:-webkit-box;min-height:34px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .payouts-workspace .payouts-view .payout-two-column{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr)!important;gap:12px!important}.app-shell .payouts-workspace .payouts-view .payout-panel{min-width:0;overflow:hidden}.app-shell .payouts-workspace .payouts-view .payout-panel .section-heading{min-height:52px!important;margin-bottom:12px!important}.app-shell .payouts-workspace .payouts-view .payout-panel form{grid-template-columns:minmax(0,1fr) minmax(150px,.64fr)!important;align-items:end!important;gap:12px!important}.app-shell .payouts-workspace .payouts-view .payout-panel form label:first-child,.app-shell .payouts-workspace .payouts-view .payout-panel form label:nth-child(3),.app-shell .payouts-workspace .payouts-view .payout-panel form label:nth-child(4),.app-shell .payouts-workspace .payouts-view .payout-panel form .guardrail-note,.app-shell .payouts-workspace .payouts-view .payout-panel form .primary-button{grid-column:1 / -1!important}.app-shell .payouts-workspace .payouts-view .payout-panel form label:nth-child(2){grid-column:auto!important}.app-shell .payouts-workspace .payouts-view .payout-panel form input,.app-shell .payouts-workspace .payouts-view .payout-panel form select{min-height:42px!important}.app-shell .payouts-workspace .payouts-view .guardrail-note{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important}.app-shell .payouts-workspace .payouts-view .guardrail-note span{display:flex;align-items:center;min-width:0;overflow:hidden;padding-inline:10px!important;text-overflow:ellipsis;white-space:nowrap}.app-shell .payouts-workspace .payouts-view .empty{display:block;max-width:100%;color:#f5e7c2!important;font-weight:800}.app-shell .payouts-workspace .payouts-view .empty-detail{display:block;max-width:62ch;margin-top:5px;color:#9b927e;font-size:12px;line-height:1.35}.app-shell .payouts-workspace .payouts-view .payout-panel .table-wrap{max-height:430px;overflow:auto!important}.app-shell .payouts-workspace .payouts-view .payout-batches-panel .table-wrap{max-height:500px}.app-shell .payouts-workspace .payouts-view .payout-batches-panel table{min-width:920px!important;table-layout:fixed}.app-shell .payouts-workspace .payouts-view .payout-batches-panel th:nth-child(1),.app-shell .payouts-workspace .payouts-view .payout-batches-panel td:nth-child(1){width:19%}.app-shell .payouts-workspace .payouts-view .payout-batches-panel th:nth-child(2),.app-shell .payouts-workspace .payouts-view .payout-batches-panel td:nth-child(2){width:19%}.app-shell .payouts-workspace .payouts-view .payout-batches-panel th:nth-child(4),.app-shell .payouts-workspace .payouts-view .payout-batches-panel td:nth-child(4){width:138px}.app-shell .payouts-workspace .payouts-view .payout-batches-panel th:nth-child(6),.app-shell .payouts-workspace .payouts-view .payout-batches-panel td:nth-child(6){width:230px}.app-shell .payouts-workspace .payouts-view .table-actions{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:6px!important}.app-shell .payouts-workspace .payouts-view .table-action{width:100%;min-width:0;min-height:34px!important;justify-content:center!important;text-align:center;white-space:normal;line-height:1.15!important}.app-shell .payouts-workspace .receipt-panel .receipt-summary{grid-template-columns:repeat(4,minmax(0,1fr))!important}.app-shell .payouts-workspace .receipt-panel .receipt-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1180px){.app-shell .payouts-workspace .payouts-view .payout-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .payouts-workspace .payouts-view .payout-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:760px){.app-shell .payouts-workspace .payouts-view .payout-summary-grid,.app-shell .payouts-workspace .payouts-view .payout-panel form,.app-shell .payouts-workspace .payouts-view .guardrail-note,.app-shell .payouts-workspace .receipt-panel .receipt-summary{grid-template-columns:minmax(0,1fr)!important}.app-shell .payouts-workspace .payouts-view .payout-panel form label:first-child,.app-shell .payouts-workspace .payouts-view .payout-panel form label:nth-child(3),.app-shell .payouts-workspace .payouts-view .payout-panel form label:nth-child(4),.app-shell .payouts-workspace .payouts-view .payout-panel form .guardrail-note,.app-shell .payouts-workspace .payouts-view .payout-panel form .primary-button{grid-column:auto!important}}html:has(.app-shell),body:has(.app-shell){background:#050607}.app-shell{--auth-canvas: #050607;--auth-ink: #f8efd8;--auth-muted: #b8ad94;--auth-faint: #847b6a;--auth-line: rgb(246 216 143 / 15%);--auth-line-strong: rgb(246 216 143 / 31%);--auth-panel: rgb(12 13 15 / 88%);--auth-panel-soft: rgb(18 18 19 / 74%);--auth-gold: #f6d88f;--auth-gold-deep: #a77328;--auth-teal: #64d8d3;--auth-blue: #8ab4ff;--auth-emerald: #74e3a5;--auth-red: #ff8a7b;position:relative;isolation:isolate;grid-template-columns:248px minmax(0,1fr)!important;min-height:100vh;background:linear-gradient(114deg,rgb(246 216 143 / 11%) 0%,transparent 24%),linear-gradient(302deg,rgb(100 216 211 / 9%) 0%,transparent 28%),linear-gradient(180deg,#08090a,#050607 48%,#080807)!important;color:var(--auth-ink)}.app-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgb(246 216 143 / 5%) 1px,transparent 1px),linear-gradient(180deg,rgb(255 255 255 / 4%) 1px,transparent 1px),linear-gradient(96deg,transparent 0%,rgb(246 216 143 / 9%) 44%,rgb(100 216 211 / 7%) 51%,transparent 64%);background-size:72px 72px,72px 72px,220% 100%;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / 72%),rgb(0 0 0 / 28%) 68%,transparent);mask-image:linear-gradient(180deg,rgb(0 0 0 / 72%),rgb(0 0 0 / 28%) 68%,transparent);opacity:.72;animation:bp-auth-shell-scan 12s cubic-bezier(.22,.8,.24,1) infinite}.app-shell .sidebar,.app-shell .workspace{position:relative;z-index:1}.app-shell .sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:14px;height:100vh;padding:18px 12px!important;overflow-y:auto;border-right:1px solid var(--auth-line)!important;background:linear-gradient(180deg,#121213f7,#08090afa 58%,#050607fc)!important;box-shadow:inset -1px 0 #ffffff0a,24px 0 56px #00000047}.app-shell .sidebar:before{content:"";position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient(90deg,var(--auth-gold),var(--auth-teal),var(--auth-blue));opacity:.92}.app-shell .brand{position:relative;gap:11px!important;min-height:62px;margin:0!important;padding:10px 9px 12px!important;border:1px solid rgb(246 216 143 / 12%);border-radius:8px;background:linear-gradient(135deg,rgb(246 216 143 / 13%),transparent 46%),linear-gradient(180deg,#ffffff0d,#ffffff03);box-shadow:inset 0 1px #ffffff14}.app-shell .brand-mark{width:36px!important;height:36px!important;border:1px solid rgb(246 216 143 / 42%)!important;border-radius:8px!important;background:linear-gradient(145deg,#f6d88ff0,#b47d2de0)!important;color:#17110a!important;box-shadow:0 0 0 5px #f6d88f12,0 14px 32px #f6d88f29}.app-shell .brand strong{color:#fff8e7!important;font-weight:800;letter-spacing:0}.app-shell .brand span{color:var(--auth-muted)!important}.app-shell .sidebar nav{display:grid!important;gap:6px!important;margin-top:2px}.app-shell .sidebar nav button{position:relative;min-height:40px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:#c8bea7!important;padding:0 10px 0 12px!important;font-weight:800;letter-spacing:0;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.app-shell .sidebar nav button svg{width:19px;height:19px;color:#9f967f!important;transition:color .18s ease}.app-shell .sidebar nav button:before{content:"";position:absolute;inset:8px auto 8px 0;width:3px;border-radius:999px;background:linear-gradient(180deg,var(--auth-gold),var(--auth-teal));opacity:0;transform:scaleY(.45);transition:opacity .18s ease,transform .18s ease}.app-shell .sidebar nav button:hover{border-color:#f6d88f24!important;background:#f6d88f0f!important;color:#fff4d4!important;transform:translate(2px)}.app-shell .sidebar nav button.active{border-color:#f6d88f3d!important;background:linear-gradient(90deg,#f6d88f2b,#64d8d30f),#ffffff08!important;color:#fff7de!important;box-shadow:inset 0 1px #ffffff14,0 12px 26px #0003}.app-shell .sidebar nav button.active:before{opacity:1;transform:scaleY(1)}.app-shell .sidebar nav button.active svg,.app-shell .sidebar nav button:hover svg{color:var(--auth-gold)!important}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(1200px,calc(100vw - 284px))!important;max-width:1200px!important;margin-inline:auto;padding:20px 24px 40px!important}.app-shell .workspace .topbar{position:relative;display:grid!important;grid-template-columns:minmax(220px,.84fr) minmax(340px,1.16fr)!important;align-items:stretch!important;gap:14px!important;min-height:94px!important;margin-bottom:14px!important;padding:15px 18px!important;overflow:hidden!important;border:1px solid var(--auth-line)!important;border-radius:8px!important;background:linear-gradient(105deg,#f6d88f21,#ffffff08 42%,#64d8d314),linear-gradient(180deg,#101113eb,#090a0bf0)!important;box-shadow:inset 0 1px #ffffff17,0 22px 60px #00000042}.app-shell .workspace .topbar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgb(246 216 143 / 12%) 42%,rgb(100 216 211 / 10%) 50%,transparent 62%),repeating-linear-gradient(0deg,rgb(255 255 255 / 4%) 0 1px,transparent 1px 16px);background-size:210% 100%,auto;opacity:.66;animation:bp-auth-header-scan 9s cubic-bezier(.22,.8,.24,1) infinite}.app-shell .workspace .topbar>*{position:relative;z-index:1}.app-shell .workspace .topbar>div:first-child{display:flex!important;min-height:0!important;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px}.app-shell .workspace .topbar h1{margin:0!important;color:#fff7de!important;font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.95rem!important;font-weight:700;line-height:1.02!important;letter-spacing:0}.app-shell .workspace .environment{min-height:26px!important;border:1px solid rgb(116 227 165 / 34%)!important;border-radius:999px!important;background:#74e3a51a!important;color:#aef0c7!important;box-shadow:0 0 0 4px #74e3a50a}.app-shell .workspace .topbar-actions,.app-shell .workspace .topbar-actions:not(:has(.filter-bar)),.app-shell .workspace .topbar-actions:has(.filter-bar){display:grid!important;grid-template-columns:minmax(174px,210px) 38px minmax(82px,auto)!important;align-items:end!important;justify-content:end!important;align-self:end;gap:9px!important;width:100%!important;min-width:0!important}.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(166px,200px) minmax(300px,1fr) 38px minmax(82px,auto)!important}.app-shell .workspace .topbar-actions .role-chip{display:none!important}.app-shell .workspace .access-profile-select{display:grid;gap:5px;min-width:0!important}.app-shell .workspace .access-profile-select span{color:#948a75!important;font-size:11px;font-weight:900;line-height:1;text-transform:uppercase}.app-shell .workspace .access-profile-select select,.app-shell .workspace .filter-select,.app-shell .workspace .search,.app-shell .workspace .icon-button,.app-shell .workspace .sign-out-button,.app-shell .workspace .secondary-button,.app-shell .workspace .primary-button,.app-shell .workspace .table-action{border-radius:8px!important}.app-shell .workspace .access-profile-select select,.app-shell .workspace .filter-select,.app-shell .workspace .search{min-height:38px!important;border:1px solid rgb(246 216 143 / 18%)!important;background:#050607a8!important;color:#f3e5c4!important;box-shadow:inset 0 1px #ffffff0d}.app-shell .workspace .search input{color:#f3e5c4!important}.app-shell .workspace .icon-button{width:38px!important;min-height:38px!important;border-color:#64d8d33d!important;background:#64d8d317!important;color:#bdf5f1!important}.app-shell .workspace .sign-out-button{min-height:38px!important;border-color:#f6d88f2e!important;background:#f6d88f14!important;color:#f8e9c5!important}.app-shell .dashboard-workspace .topbar{min-height:108px!important;margin-bottom:16px!important}.app-shell .dashboard-workspace .topbar h1{font-size:2.35rem!important}.app-shell .dashboard-view{display:grid!important;gap:12px!important}.app-shell .dashboard-view .metrics-grid{display:grid!important;grid-template-columns:1.28fr .9fr .9fr .9fr!important;gap:12px!important}.app-shell .dashboard-view .metric,.app-shell .dashboard-view .dashboard-card,.app-shell .dashboard-view .dashboard-panel,.app-shell .workspace .panel{position:relative;border:1px solid var(--auth-line)!important;border-radius:8px!important;background:linear-gradient(180deg,#ffffff0d,#ffffff03),var(--auth-panel)!important;color:var(--auth-ink)!important;box-shadow:inset 0 1px #ffffff14,0 12px 34px #00000038}.app-shell .dashboard-view .metric{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-content:space-between;min-height:116px!important;padding:14px!important;overflow:hidden}.app-shell .dashboard-view .metric:nth-child(1){border-color:#f6d88f47!important;background:linear-gradient(135deg,rgb(246 216 143 / 19%),transparent 50%),linear-gradient(315deg,rgb(100 216 211 / 10%),transparent 45%),#0d0d0eeb!important}.app-shell .dashboard-view .metric:nth-child(2){border-color:#f6d88f33!important;background:linear-gradient(160deg,rgb(246 216 143 / 14%),transparent 58%),#0c0c0de0!important}.app-shell .dashboard-view .metric:nth-child(3){border-color:#ff8a7b33!important;background:linear-gradient(160deg,rgb(255 138 123 / 12%),transparent 58%),#0c0c0de0!important}.app-shell .dashboard-view .metric:nth-child(4){border-color:#74e3a533!important;background:linear-gradient(160deg,rgb(116 227 165 / 12%),transparent 58%),#0c0c0de0!important}.app-shell .dashboard-view .metric:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgb(255 255 255 / 8%),transparent),repeating-linear-gradient(90deg,rgb(255 255 255 / 4%) 0 1px,transparent 1px 24px);background-size:180% 100%,auto;opacity:.32;animation:bp-auth-card-scan 7.8s cubic-bezier(.25,.8,.2,1) infinite}.app-shell .dashboard-view .metric>*{position:relative;z-index:1}.app-shell .dashboard-view .metric span,.app-shell .dashboard-view .dashboard-card span{color:#b8ad94!important;font-size:11px;font-weight:900;line-height:1.2;text-transform:uppercase}.app-shell .dashboard-view .metric strong{grid-column:1 / -1;margin:8px 0 5px!important;color:#fff6dc!important;font-size:2rem!important;font-weight:800;line-height:1!important;letter-spacing:0}.app-shell .dashboard-view .metric p,.app-shell .dashboard-view .dashboard-card p,.app-shell .dashboard-view .dashboard-panel p{color:var(--auth-muted)!important}.app-shell .dashboard-view .metric .metric-icon{display:grid;width:36px!important;height:36px!important;place-items:center;border:1px solid rgb(246 216 143 / 20%)!important;border-radius:8px!important;background:#ffffff0f!important;color:var(--auth-gold)!important}.app-shell .dashboard-view .dashboard-summary-grid{display:grid!important;grid-template-columns:1.35fr .88fr .88fr .88fr!important;gap:12px!important}.app-shell .dashboard-view .dashboard-card{min-height:104px!important;padding:14px!important;overflow:hidden}.app-shell .dashboard-view .dashboard-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--auth-gold),var(--auth-teal));opacity:.72}.app-shell .dashboard-view .dashboard-card:nth-child(2):before{background:linear-gradient(180deg,var(--auth-gold),var(--auth-red))}.app-shell .dashboard-view .dashboard-card:nth-child(3):before{background:linear-gradient(180deg,var(--auth-teal),var(--auth-blue))}.app-shell .dashboard-view .dashboard-card:nth-child(4):before{background:linear-gradient(180deg,var(--auth-emerald),var(--auth-gold))}.app-shell .dashboard-view .dashboard-card strong{margin:8px 0 5px!important;color:#fff5da!important;font-size:1.42rem!important;font-weight:800}.app-shell .dashboard-view .dashboard-two-column{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;gap:12px!important}.app-shell .dashboard-view .dashboard-panel{padding:15px!important;overflow:hidden}.app-shell .dashboard-view .dashboard-two-column .dashboard-panel:first-child{border-color:#f6d88f38!important;background:linear-gradient(120deg,rgb(246 216 143 / 11%),transparent 48%),var(--auth-panel)!important}.app-shell .dashboard-view .dashboard-two-column .dashboard-panel:nth-child(2){border-color:#64d8d32e!important;background:linear-gradient(132deg,rgb(100 216 211 / 10%),transparent 52%),var(--auth-panel)!important}.app-shell .dashboard-view .section-heading{align-items:center!important;min-height:40px!important;margin-bottom:12px!important;padding-bottom:10px;border-bottom:1px solid rgb(246 216 143 / 11%)}.app-shell .dashboard-view .section-heading h2,.app-shell .dashboard-view .section-heading h3{color:#fff3d6!important;font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.05rem!important;font-weight:800;letter-spacing:0}.app-shell .dashboard-view .section-heading svg{color:var(--auth-gold)}.app-shell .dashboard-actions{display:grid!important;gap:8px!important}.app-shell .dashboard-actions article{position:relative;display:grid!important;grid-template-columns:38px minmax(0,1fr) auto!important;align-items:center;min-height:64px;gap:10px!important;padding:10px!important;overflow:hidden;border:1px solid rgb(246 216 143 / 12%)!important;border-radius:8px!important;background:#ffffff0a!important}.app-shell .dashboard-actions article:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--auth-gold);opacity:.78}.app-shell .dashboard-actions article:nth-child(2):before{background:var(--auth-red)}.app-shell .dashboard-actions article:nth-child(3):before{background:var(--auth-teal)}.app-shell .dashboard-actions article:nth-child(4):before{background:var(--auth-emerald)}.app-shell .dashboard-actions article>svg{display:grid;width:38px!important;height:38px!important;padding:9px;border:1px solid rgb(246 216 143 / 16%);border-radius:8px;background:#0506077a;color:var(--auth-gold)}.app-shell .dashboard-actions article strong{color:#fff3d7!important}.app-shell .dashboard-actions article button,.app-shell .ready-action{min-height:32px!important;border:1px solid rgb(246 216 143 / 24%)!important;border-radius:8px!important;background:#f6d88f1a!important;color:#fbe7bc!important;font-weight:900}.app-shell .dashboard-view .dashboard-table.table-wrap,.app-shell .dashboard-view .dashboard-table{border:1px solid rgb(100 216 211 / 12%)!important;border-radius:8px!important;background:#05060773!important}.app-shell .dashboard-view table{color:#e8dec6!important}.app-shell .dashboard-view thead{background:#ffffff0d!important}.app-shell .dashboard-view th{color:#a99e87!important;font-size:11px;font-weight:900;text-transform:uppercase}.app-shell .dashboard-view tr{border-color:#f6d88f17!important}.app-shell .dashboard-view tbody tr:hover{background:#f6d88f0f!important}.app-shell .client-preview-summary{border:1px solid rgb(116 227 165 / 18%)!important;border-radius:8px!important;background:linear-gradient(120deg,rgb(116 227 165 / 12%),transparent 52%),#ffffff0a!important}.app-shell .client-preview-summary strong{color:#efffe8!important}.app-shell .dashboard-readiness.client-preview-list article,.app-shell .client-validation-grid article{border:1px solid rgb(246 216 143 / 12%)!important;border-radius:8px!important;background:#ffffff0a!important}.app-shell .dashboard-readiness.client-preview-list .ready-step-icon,.app-shell .client-validation-grid article svg{border:1px solid rgb(246 216 143 / 17%);border-radius:8px;background:#f6d88f14;color:var(--auth-gold)}.app-shell .ready-status.complete,.app-shell .readiness-progress.ready{border-color:#74e3a547!important;background:#74e3a51f!important;color:#b8f7cf!important}@keyframes bp-auth-shell-scan{0%{background-position:0 0,0 0,160% 0}to{background-position:0 0,0 0,-80% 0}}@keyframes bp-auth-header-scan{0%{background-position:150% 0,0 0;opacity:.16}38%{opacity:.62}to{background-position:-70% 0,0 0;opacity:.16}}@keyframes bp-auth-card-scan{0%{background-position:150% 0,0 0;opacity:0}34%{opacity:.34}to{background-position:-70% 0,0 0;opacity:0}}@media(max-width:1180px){.app-shell{grid-template-columns:220px minmax(0,1fr)!important}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(100%,calc(100vw - 232px))!important;padding-inline:16px!important}.app-shell .workspace .topbar,.app-shell .dashboard-workspace .topbar{grid-template-columns:minmax(0,1fr)!important;min-height:0!important}.app-shell .workspace .topbar-actions,.app-shell .workspace .topbar-actions:not(:has(.filter-bar)),.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(160px,1fr) 38px minmax(82px,auto)!important}.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 38px auto!important}.app-shell .workspace .topbar-actions:has(.filter-bar)>.access-profile-select,.app-shell .workspace .topbar-actions:has(.filter-bar)>.filter-bar{grid-column:1 / -1}.app-shell .dashboard-view .metrics-grid,.app-shell .dashboard-view .dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .dashboard-view .dashboard-two-column{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:820px){.app-shell{grid-template-columns:minmax(0,1fr)!important}.app-shell .sidebar{position:relative;height:auto;min-height:0;padding:12px!important;border-right:0!important;border-bottom:1px solid var(--auth-line)!important}.app-shell .brand{min-height:56px}.app-shell .sidebar nav{display:flex!important;flex-wrap:nowrap;gap:8px!important;overflow-x:auto;padding:2px 0 6px;-webkit-overflow-scrolling:touch}.app-shell .sidebar nav button{flex:0 0 auto;width:auto!important;min-width:124px!important;justify-content:flex-start;white-space:nowrap}.app-shell .sidebar nav button.active{min-width:136px!important}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:100%!important;padding:14px 12px 32px!important}.app-shell .workspace .topbar{padding:14px!important}.app-shell .workspace .topbar h1,.app-shell .dashboard-workspace .topbar h1{font-size:1.76rem!important}.app-shell .workspace .topbar-actions,.app-shell .workspace .topbar-actions:not(:has(.filter-bar)),.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 38px minmax(82px,auto)!important}.app-shell .workspace .topbar-actions>.access-profile-select,.app-shell .workspace .topbar-actions>.filter-bar{grid-column:1 / -1}.app-shell .dashboard-view .metrics-grid,.app-shell .dashboard-view .dashboard-summary-grid,.app-shell .client-validation-grid{grid-template-columns:minmax(0,1fr)!important}.app-shell .dashboard-actions article{grid-template-columns:38px minmax(0,1fr)!important}.app-shell .dashboard-actions article button,.app-shell .dashboard-actions article .readonly-note{grid-column:1 / -1}}.app-shell{font-size:13px;line-height:1.35}.app-shell .workspace{color:#e8dec6}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(1180px,calc(100vw - 280px))!important;max-width:1180px!important;padding:18px 22px 36px!important}.app-shell .workspace .topbar,.app-shell .dashboard-workspace .topbar,.app-shell .payments-workspace .topbar,.app-shell .security-workspace .topbar,.app-shell .payouts-workspace .topbar,.app-shell .balances-workspace .topbar,.app-shell .webhooks-workspace .topbar,.app-shell .apiKeys-workspace .topbar,.app-shell .docs-workspace .topbar,.app-shell .settings-workspace .topbar,.app-shell .admin-workspace .topbar{min-height:82px!important;margin-bottom:12px!important;padding:13px 16px!important}.app-shell .workspace .topbar h1,.app-shell .dashboard-workspace .topbar h1,.app-shell .payments-workspace .topbar h1,.app-shell .security-workspace .topbar h1,.app-shell .payouts-workspace .topbar h1,.app-shell .balances-workspace .topbar h1,.app-shell .webhooks-workspace .topbar h1,.app-shell .apiKeys-workspace .topbar h1,.app-shell .docs-workspace .topbar h1,.app-shell .settings-workspace .topbar h1,.app-shell .admin-workspace .topbar h1{font-size:1.62rem!important;line-height:1.05!important}.app-shell .workspace .environment{min-height:23px!important;padding-inline:9px!important;font-size:10px!important}.app-shell .workspace .access-profile-select span,.app-shell .workspace label>span,.app-shell .workspace .form-label,.app-shell .workspace th{font-size:10.5px!important;letter-spacing:0}.app-shell .workspace .access-profile-select select,.app-shell .workspace .filter-select,.app-shell .workspace .search,.app-shell .workspace .icon-button,.app-shell .workspace .sign-out-button,.app-shell .workspace .secondary-button,.app-shell .workspace .primary-button,.app-shell .workspace .ghost-button,.app-shell .workspace .danger-button,.app-shell .workspace .table-action,.app-shell .workspace input,.app-shell .workspace select,.app-shell .workspace textarea{min-height:36px!important;font-size:12px!important}.app-shell .workspace .icon-button{width:36px!important}.app-shell .workspace .topbar-actions,.app-shell .workspace .topbar-actions:not(:has(.filter-bar)),.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(164px,196px) 36px minmax(78px,auto)!important;gap:8px!important}.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(160px,192px) minmax(290px,1fr) 36px minmax(78px,auto)!important}.app-shell .workspace .filter-bar{gap:6px!important}.app-shell .workspace .panel,.app-shell .payments-workspace .content-grid>.create-panel,.app-shell .payments-workspace .content-grid>.payments-panel,.app-shell .payments-workspace .content-grid>.detail-panel,.app-shell .security-workspace .security-password-panel,.app-shell .security-workspace .security-sessions-panel,.app-shell .security-workspace .security-users-panel,.app-shell .payouts-workspace .payout-panel,.app-shell .balances-workspace .balance-panel,.app-shell .webhooks-workspace .webhook-create-panel,.app-shell .webhooks-workspace .webhook-list-panel,.app-shell .webhooks-workspace .webhook-deliveries-panel,.app-shell .apiKeys-workspace .api-key-panel,.app-shell .docs-workspace .docs-panel,.app-shell .settings-workspace .settings-panel,.app-shell .admin-workspace .ops-panel{padding:12px!important}.app-shell .workspace .section-heading,.app-shell .dashboard-view .section-heading,.app-shell .payments-workspace .section-heading,.app-shell .security-view .section-heading,.app-shell .payouts-view .section-heading,.app-shell .balances-view .section-heading,.app-shell .webhook-view .section-heading,.app-shell .api-key-view .section-heading,.app-shell .docs-view .section-heading,.app-shell .settings-view .section-heading,.app-shell .admin-workspace .ops-panel .section-heading{min-height:36px!important;margin-bottom:10px!important;padding-bottom:9px!important}.app-shell .workspace .section-heading h2,.app-shell .workspace .section-heading h3,.app-shell .workspace .panel>h2,.app-shell .workspace .docs-panel h2,.app-shell .workspace .docs-hero h2,.app-shell .payments-workspace .timeline h3,.app-shell .payments-workspace .refund-panel h3,.app-shell .payments-workspace .simulation h3,.app-shell .payments-workspace .review-actions h3{font-size:.98rem!important;line-height:1.18!important}.app-shell .workspace .section-heading p,.app-shell .workspace .panel p,.app-shell .workspace .panel article p,.app-shell .workspace .empty-detail,.app-shell .workspace .docs-card p{font-size:12px!important;line-height:1.35!important}.app-shell .metrics-grid,.app-shell .dashboard-summary-grid,.app-shell .balance-summary-grid,.app-shell .payout-summary-grid,.app-shell .settings-summary-grid,.app-shell .qa-summary-grid,.app-shell .test-run-summary-grid,.app-shell .ops-summary-grid,.app-shell .security-workspace .settings-summary-grid,.app-shell .payouts-workspace .payouts-view .payout-summary-grid,.app-shell .balances-view .balance-summary-grid,.app-shell .settings-view .settings-summary-grid,.app-shell .dashboard-view,.app-shell .payments-view,.app-shell .security-view,.app-shell .payouts-view,.app-shell .balances-view,.app-shell .webhook-view,.app-shell .api-key-view,.app-shell .docs-view,.app-shell .settings-view,.app-shell .admin-view,.app-shell .qa-view,.app-shell .test-runs-view{gap:10px!important}.app-shell .metric,.app-shell .dashboard-view .metric{min-height:104px!important;padding:12px!important}.app-shell .metric strong,.app-shell .dashboard-view .metric strong{margin:6px 0 4px!important;font-size:1.72rem!important}.app-shell .metric .metric-icon,.app-shell .dashboard-view .metric .metric-icon{width:34px!important;height:34px!important}.app-shell .dashboard-card,.app-shell .balance-card,.app-shell .payout-card,.app-shell .settings-card,.app-shell .qa-card,.app-shell .test-run-card,.app-shell .ops-card,.app-shell .security-workspace .settings-summary-grid .settings-card,.app-shell .payouts-workspace .payouts-view .payout-card{min-height:88px!important;padding:12px!important}.app-shell .dashboard-card span,.app-shell .balance-card span,.app-shell .payout-card span,.app-shell .settings-card span,.app-shell .qa-card span,.app-shell .test-run-card span,.app-shell .ops-card span{font-size:10.5px!important;line-height:1.2!important}.app-shell .dashboard-card strong,.app-shell .balance-card strong,.app-shell .payout-card strong,.app-shell .settings-card strong,.app-shell .qa-card strong,.app-shell .test-run-card strong,.app-shell .ops-card strong,.app-shell .endpoint-card strong,.app-shell .api-key-card strong,.app-shell .docs-card strong{margin:6px 0 4px!important;font-size:1.26rem!important;line-height:1.08!important}.app-shell .primary-dashboard-card strong,.app-shell .primary-balance-card strong,.app-shell .primary-payout-card strong,.app-shell .primary-qa-card strong,.app-shell .primary-test-run-card strong{font-size:1.42rem!important}.app-shell .dashboard-two-column,.app-shell .payments-workspace .content-grid,.app-shell .security-workspace .security-grid,.app-shell .payouts-workspace .payout-two-column,.app-shell .balances-workspace .balance-grid,.app-shell .webhooks-workspace .webhook-grid,.app-shell .apiKeys-workspace .api-key-grid,.app-shell .settings-workspace .settings-grid,.app-shell .admin-workspace .ops-two-column{gap:10px!important}.app-shell .dashboard-actions{gap:7px!important}.app-shell .dashboard-actions article,.app-shell .workspace .panel article,.app-shell .security-workspace .security-sessions-panel .session-list article,.app-shell .payments-workspace .timeline article{min-height:56px!important;padding:9px!important;gap:8px!important}.app-shell .dashboard-actions article>svg,.app-shell .ready-step-icon,.app-shell .client-validation-grid article svg{width:34px!important;height:34px!important}.app-shell .workspace th,.app-shell .workspace td{padding:9px 10px!important;font-size:12px!important}.app-shell .workspace td strong,.app-shell .workspace .panel article strong{font-size:12.5px!important;line-height:1.25!important}.app-shell .workspace .badge,.app-shell .workspace .risk-badge,.app-shell .workspace .guardrail-badge,.app-shell .workspace .ready-status,.app-shell .workspace .readiness-progress{min-height:24px!important;padding-inline:8px!important;font-size:10.5px!important}.app-shell .payments-workspace .payments-panel .table-controls,.app-shell .workspace .table-controls{gap:6px!important;margin:8px 0 10px!important;padding:7px!important}.app-shell .payments-workspace .detail-stack,.app-shell .payments-workspace .timeline,.app-shell .payments-workspace .refund-panel,.app-shell .payments-workspace .simulation,.app-shell .payments-workspace .review-actions,.app-shell .payouts-workspace .guardrail-note,.app-shell .settings-view .compact-settings-grid,.app-shell .docs-view .docs-grid{gap:8px!important}.app-shell .client-preview-summary{padding:9px!important}.app-shell .client-preview-summary strong{font-size:14px!important}.app-shell .workspace .panel,.app-shell .dashboard-card,.app-shell .balance-card,.app-shell .payout-card,.app-shell .settings-card,.app-shell .qa-card,.app-shell .test-run-card,.app-shell .ops-card,.app-shell .docs-card,.app-shell .endpoint-card,.app-shell .api-key-card,.app-shell .client-preview-summary,.app-shell .secret-callout,.app-shell .readiness-summary{position:relative!important;overflow:hidden!important;border:1px solid var(--auth-line)!important;border-radius:8px!important;background:linear-gradient(122deg,rgb(246 216 143 / 9%),transparent 46%),linear-gradient(305deg,rgb(100 216 211 / 6%),transparent 48%),linear-gradient(180deg,#ffffff0d,#ffffff03),var(--auth-panel)!important;color:var(--auth-ink)!important;box-shadow:inset 0 1px #ffffff14,0 12px 34px #00000038}.app-shell .workspace .webhook-list-panel .endpoint-card,.app-shell .workspace .docs-grid .docs-card,.app-shell .workspace .api-key-list-panel .api-key-card{background:linear-gradient(122deg,rgb(246 216 143 / 9%),transparent 46%),linear-gradient(305deg,rgb(100 216 211 / 6%),transparent 48%),linear-gradient(180deg,#ffffff0d,#ffffff03),var(--auth-panel)!important}.app-shell .workspace .panel:after,.app-shell .dashboard-card:after,.app-shell .balance-card:after,.app-shell .payout-card:after,.app-shell .settings-card:after,.app-shell .qa-card:after,.app-shell .test-run-card:after,.app-shell .ops-card:after,.app-shell .docs-card:after,.app-shell .endpoint-card:after,.app-shell .api-key-card:after,.app-shell .client-preview-summary:after,.app-shell .secret-callout:after,.app-shell .readiness-summary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;pointer-events:none;background:linear-gradient(104deg,transparent 0%,transparent 35%,rgb(255 232 170 / 8%) 47%,rgb(100 216 211 / 5%) 53%,transparent 65%),repeating-linear-gradient(90deg,rgb(255 255 255 / 3%) 0 1px,transparent 1px 28px);background-size:210% 100%,auto;opacity:.36;animation:bp-auth-card-scan 8.4s cubic-bezier(.25,.8,.2,1) infinite}.app-shell .workspace .panel>*,.app-shell .dashboard-card>*,.app-shell .balance-card>*,.app-shell .payout-card>*,.app-shell .settings-card>*,.app-shell .qa-card>*,.app-shell .test-run-card>*,.app-shell .ops-card>*,.app-shell .docs-card>*,.app-shell .endpoint-card>*,.app-shell .api-key-card>*,.app-shell .client-preview-summary>*,.app-shell .secret-callout>*,.app-shell .readiness-summary>*{position:relative;z-index:1}.app-shell .dashboard-summary-grid>article:before,.app-shell .balance-summary-grid>article:before,.app-shell .payout-summary-grid>article:before,.app-shell .settings-summary-grid>article:before,.app-shell .qa-summary-grid>article:before,.app-shell .test-run-summary-grid>article:before,.app-shell .ops-summary-grid>article:before,.app-shell .docs-grid>article:before{content:"";position:absolute;inset:0 auto 0 0;z-index:1;width:4px;border-radius:8px 0 0 8px;background:linear-gradient(180deg,var(--auth-gold),var(--auth-teal));opacity:.72}.app-shell .dashboard-summary-grid>article:nth-child(2):before,.app-shell .balance-summary-grid>article:nth-child(2):before,.app-shell .payout-summary-grid>article:nth-child(2):before,.app-shell .settings-summary-grid>article:nth-child(2):before,.app-shell .qa-summary-grid>article:nth-child(2):before,.app-shell .test-run-summary-grid>article:nth-child(2):before,.app-shell .ops-summary-grid>article:nth-child(2):before,.app-shell .docs-grid>article:nth-child(2):before{background:linear-gradient(180deg,var(--auth-gold),var(--auth-red))}.app-shell .dashboard-summary-grid>article:nth-child(3):before,.app-shell .balance-summary-grid>article:nth-child(3):before,.app-shell .payout-summary-grid>article:nth-child(3):before,.app-shell .settings-summary-grid>article:nth-child(3):before,.app-shell .qa-summary-grid>article:nth-child(3):before,.app-shell .test-run-summary-grid>article:nth-child(3):before,.app-shell .ops-summary-grid>article:nth-child(3):before,.app-shell .docs-grid>article:nth-child(3):before{background:linear-gradient(180deg,var(--auth-teal),var(--auth-blue))}.app-shell .dashboard-summary-grid>article:nth-child(4):before,.app-shell .balance-summary-grid>article:nth-child(4):before,.app-shell .payout-summary-grid>article:nth-child(4):before,.app-shell .settings-summary-grid>article:nth-child(4):before,.app-shell .qa-summary-grid>article:nth-child(4):before,.app-shell .test-run-summary-grid>article:nth-child(4):before,.app-shell .ops-summary-grid>article:nth-child(4):before,.app-shell .docs-grid>article:nth-child(4):before{background:linear-gradient(180deg,var(--auth-emerald),var(--auth-gold))}.app-shell .workspace .section-heading{align-items:center!important;min-height:38px!important;margin-bottom:10px!important;padding-bottom:9px!important;border-bottom:1px solid rgb(246 216 143 / 12%)!important}.app-shell .workspace .section-heading h2,.app-shell .workspace .section-heading h3,.app-shell .workspace .panel>h2,.app-shell .workspace .docs-panel h2,.app-shell .workspace .docs-hero h2{color:#fff3d6!important;font-weight:800;letter-spacing:0}.app-shell .workspace .section-heading svg{color:var(--auth-gold)}@media(max-width:1180px){.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(100%,calc(100vw - 232px))!important;padding-inline:16px!important}.app-shell .workspace .topbar-actions,.app-shell .workspace .topbar-actions:not(:has(.filter-bar)),.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(154px,1fr) 36px minmax(78px,auto)!important}.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 36px auto!important}}@media(max-width:820px){.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:100%!important;padding:12px 10px 30px!important}.app-shell .workspace .topbar,.app-shell .dashboard-workspace .topbar,.app-shell .payments-workspace .topbar,.app-shell .security-workspace .topbar,.app-shell .payouts-workspace .topbar,.app-shell .balances-workspace .topbar,.app-shell .webhooks-workspace .topbar,.app-shell .apiKeys-workspace .topbar,.app-shell .docs-workspace .topbar,.app-shell .settings-workspace .topbar,.app-shell .admin-workspace .topbar{min-height:0!important;padding:12px!important}.app-shell .workspace .topbar h1,.app-shell .dashboard-workspace .topbar h1{font-size:1.46rem!important}.app-shell .workspace .topbar-actions,.app-shell .workspace .topbar-actions:not(:has(.filter-bar)),.app-shell .workspace .topbar-actions:has(.filter-bar){grid-template-columns:minmax(0,1fr) 36px minmax(78px,auto)!important}}.app-shell{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important}.app-shell .sidebar{position:sticky!important;top:0;z-index:20;display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;width:100%!important;align-self:start!important;height:auto!important;min-height:68px!important;max-height:none!important;gap:14px;padding:10px 22px!important;overflow:visible!important;border-right:0!important;border-bottom:1px solid var(--auth-line)!important;background:linear-gradient(90deg,rgb(246 216 143 / 9%),transparent 28%,rgb(100 216 211 / 7%) 100%),linear-gradient(180deg,#121213fa,#08090af7)!important;box-shadow:inset 0 -1px #ffffff0a,0 18px 46px #00000047}.app-shell .sidebar:before{inset:0 0 auto!important;width:auto!important;height:3px!important;background:linear-gradient(90deg,var(--auth-gold),var(--auth-teal),var(--auth-blue))!important}.app-shell .brand{min-height:44px!important;width:max-content;max-width:180px;margin:0!important;padding:7px 10px!important;border-color:#f6d88f24!important;background:linear-gradient(135deg,rgb(246 216 143 / 14%),transparent 52%),#ffffff08!important}.app-shell .brand-mark{width:30px!important;height:30px!important}.app-shell .brand strong{white-space:nowrap}.app-shell .sidebar .brand span{display:none!important}.app-shell .sidebar nav{display:flex!important;align-items:center;justify-content:flex-start!important;gap:6px!important;min-width:0;margin:0!important;padding:2px 0 4px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgb(246 216 143 / 28%) transparent}.app-shell .sidebar nav::-webkit-scrollbar{height:6px}.app-shell .sidebar nav::-webkit-scrollbar-thumb{border-radius:999px;background:#f6d88f3d}.app-shell .sidebar nav button{flex:0 0 auto;width:auto!important;min-width:0!important;min-height:36px!important;padding:0 9px!important;justify-content:center!important;gap:7px!important;white-space:nowrap;transform:none!important}.app-shell .sidebar nav button:before{inset:auto 12px 5px!important;width:auto!important;height:2px!important;transform:scaleX(.3)!important;transform-origin:center}.app-shell .sidebar nav button.active:before,.app-shell .sidebar nav button:hover:before{transform:scaleX(1)!important}.app-shell .sidebar nav button svg{width:16px!important;height:16px!important}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(1280px,calc(100vw - 36px))!important;max-width:1280px!important;padding:16px 18px 40px!important}@media(max-width:980px){.app-shell .sidebar{grid-template-columns:minmax(0,1fr);gap:8px;min-height:0;padding:10px 14px!important}.app-shell .brand{width:100%}.app-shell .sidebar nav{justify-content:flex-start}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(100%,calc(100vw - 20px))!important;padding:12px 10px 32px!important}}@media(max-width:560px){.app-shell .brand{grid-template-columns:auto minmax(0,1fr)}.app-shell .brand span{display:none}.app-shell .sidebar nav button{min-width:104px!important}}.app-shell{grid-template-columns:76px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important}.app-shell .sidebar{position:sticky!important;top:0!important;z-index:30;display:flex!important;width:76px!important;min-width:76px!important;max-width:76px!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;flex-direction:column;align-items:center;align-self:stretch!important;gap:12px;padding:14px 10px!important;overflow:visible!important;border-right:1px solid var(--auth-line)!important;border-bottom:0!important;background:linear-gradient(180deg,rgb(246 216 143 / 10%),transparent 22%,rgb(100 216 211 / 6%) 100%),linear-gradient(180deg,#121213fa,#08090afa)!important;box-shadow:inset -1px 0 #ffffff0a,18px 0 48px #0000003d}.app-shell .sidebar:before{inset:0 auto 0 0!important;width:3px!important;height:auto!important;background:linear-gradient(180deg,var(--auth-gold),var(--auth-teal),var(--auth-blue))!important}.app-shell .sidebar .brand{display:grid!important;width:48px!important;min-width:48px!important;max-width:48px!important;min-height:48px!important;place-items:center;margin:0 0 4px!important;padding:0!important;border:1px solid rgb(246 216 143 / 18%)!important;border-radius:12px!important;background:linear-gradient(135deg,rgb(246 216 143 / 17%),transparent 54%),#ffffff0a!important}.app-shell .sidebar .brand>div{display:none!important}.app-shell .sidebar .brand-mark{width:32px!important;height:32px!important}.app-shell .sidebar nav{display:grid!important;grid-template-columns:1fr!important;grid-auto-rows:46px;grid-auto-flow:row!important;justify-content:center!important;align-content:start;width:100%!important;min-width:0!important;gap:7px!important;margin:0!important;padding:2px 0 0!important;overflow:visible!important;scrollbar-width:none}.app-shell .sidebar nav::-webkit-scrollbar{display:none}.app-shell .sidebar nav button{position:relative!important;display:grid!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;place-items:center;padding:0!important;overflow:visible!important;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;color:#cfc4ac!important;font-size:0!important;line-height:0!important;white-space:nowrap;transform:none!important}.app-shell .sidebar nav button.active{width:46px!important;min-width:46px!important}.app-shell .sidebar nav button svg{width:19px!important;height:19px!important;color:currentColor!important;stroke-width:1.9}.app-shell .sidebar nav button:before{content:"";position:absolute;inset:8px auto 8px -10px!important;width:3px!important;height:auto!important;border-radius:999px;background:linear-gradient(180deg,var(--auth-gold),var(--auth-teal))!important;opacity:0;transform:scaleY(.35)!important;transform-origin:center;transition:opacity .18s ease,transform .18s ease}.app-shell .sidebar nav button:after{content:attr(aria-label);position:absolute;left:calc(100% + 12px);top:50%;z-index:50;min-width:max-content;max-width:180px;padding:7px 10px;border:1px solid rgb(246 216 143 / 18%);border-radius:8px;background:linear-gradient(120deg,rgb(246 216 143 / 10%),transparent 60%),#0b0c0ef5;color:#fff0c9;box-shadow:0 12px 30px #00000057;font-size:12px;font-weight:800;line-height:1;opacity:0;pointer-events:none;transform:translate(-4px,-50%);transition:opacity .16s ease,transform .16s ease}.app-shell .sidebar nav button:hover,.app-shell .sidebar nav button:focus-visible,.app-shell .sidebar nav button.active{border-color:#f6d88f3d!important;background:linear-gradient(135deg,#f6d88f26,#64d8d30f),#ffffff0a!important;color:#ffe6a8!important;box-shadow:inset 0 1px #ffffff14,0 12px 24px #0003}.app-shell .sidebar nav button:hover:before,.app-shell .sidebar nav button:focus-visible:before,.app-shell .sidebar nav button.active:before{opacity:1;transform:scaleY(1)!important}.app-shell .sidebar nav button:hover:after,.app-shell .sidebar nav button:focus-visible:after{opacity:1;transform:translateY(-50%)}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(1280px,calc(100vw - 112px))!important;max-width:1280px!important;padding:18px 18px 40px!important}@media(max-width:760px){.app-shell{grid-template-columns:64px minmax(0,1fr)!important}.app-shell .sidebar{width:64px!important;min-width:64px!important;max-width:64px!important;padding:12px 8px!important}.app-shell .sidebar .brand,.app-shell .sidebar nav button,.app-shell .sidebar nav button.active{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{width:min(100%,calc(100vw - 74px))!important;padding:12px 10px 32px!important}}.app-shell .sidebar nav{flex:1 1 auto;max-height:calc(100vh - 160px)}.app-shell .rail-bottom-actions{display:grid;width:100%;gap:8px;justify-items:center;margin-top:auto;padding-top:10px;border-top:1px solid rgb(246 216 143 / 10%)}.app-shell .sidebar nav button,.app-shell .rail-bottom-actions button{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;overflow:visible!important;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;color:#cfc4ac!important;font-size:0!important;line-height:0!important;transform:none!important}.app-shell .sidebar nav button.active,.app-shell .rail-bottom-actions button.active{width:46px!important;min-width:46px!important}.app-shell .sidebar nav button svg,.app-shell .rail-bottom-actions button svg{display:block;flex:0 0 auto;width:19px!important;height:19px!important;color:currentColor!important;stroke-width:1.9}.app-shell .rail-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.app-shell .sidebar nav button:before,.app-shell .rail-bottom-actions button:before{content:"";position:absolute;inset:8px auto 8px -10px!important;width:3px!important;height:auto!important;border-radius:999px;background:linear-gradient(180deg,var(--auth-gold),var(--auth-teal))!important;opacity:0;transform:scaleY(.35)!important;transform-origin:center;transition:opacity .18s ease,transform .18s ease}.app-shell .sidebar nav button:after,.app-shell .rail-bottom-actions button:after{content:attr(aria-label);position:absolute;left:calc(100% + 12px);top:50%;z-index:50;min-width:max-content;max-width:180px;padding:7px 10px;border:1px solid rgb(246 216 143 / 18%);border-radius:8px;background:linear-gradient(120deg,rgb(246 216 143 / 10%),transparent 60%),#0b0c0ef5;color:#fff0c9;box-shadow:0 12px 30px #00000057;font-size:12px;font-weight:800;line-height:1;opacity:0;pointer-events:none;transform:translate(-4px,-50%);transition:opacity .16s ease,transform .16s ease}.app-shell .sidebar nav button:hover,.app-shell .sidebar nav button:focus-visible,.app-shell .sidebar nav button.active,.app-shell .rail-bottom-actions button:hover,.app-shell .rail-bottom-actions button:focus-visible,.app-shell .rail-bottom-actions button.active{border-color:#f6d88f3d!important;background:linear-gradient(135deg,#f6d88f26,#64d8d30f),#ffffff0a!important;color:#ffe6a8!important;box-shadow:inset 0 1px #ffffff14,0 12px 24px #0003}.app-shell .rail-bottom-actions .sign-out-rail-button:hover,.app-shell .rail-bottom-actions .sign-out-rail-button:focus-visible{border-color:#ff8a7b47!important;background:linear-gradient(135deg,#ff8a7b21,#f6d88f0d),#ffffff0a!important;color:#ffc7bd!important}.app-shell .sidebar nav button:hover:before,.app-shell .sidebar nav button:focus-visible:before,.app-shell .sidebar nav button.active:before,.app-shell .rail-bottom-actions button:hover:before,.app-shell .rail-bottom-actions button:focus-visible:before,.app-shell .rail-bottom-actions button.active:before{opacity:1;transform:scaleY(1)!important}.app-shell .sidebar nav button:hover:after,.app-shell .sidebar nav button:focus-visible:after,.app-shell .rail-bottom-actions button:hover:after,.app-shell .rail-bottom-actions button:focus-visible:after{opacity:1;transform:translateY(-50%)}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form{grid-template-columns:repeat(4,minmax(0,1fr)) auto!important;gap:10px!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form .primary-button{grid-column:auto!important;width:max-content;min-width:142px;min-height:40px!important;justify-self:end;padding-inline:15px!important}@media(max-width:1180px){.app-shell .payments-workspace .create-panel:not(.read-only-panel) form{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form .primary-button{grid-column:2!important;width:max-content}}@media(max-width:760px){.app-shell .sidebar nav button,.app-shell .rail-bottom-actions button,.app-shell .sidebar nav button.active,.app-shell .rail-bottom-actions button.active{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form{grid-template-columns:minmax(0,1fr)!important}.app-shell .payments-workspace .create-panel:not(.read-only-panel) form .primary-button{grid-column:auto!important;width:100%}}.app-shell{--app-gap: 10px;--app-card-pad: 12px;--app-card-min: 92px;--app-kpi-min: 98px;--app-label-size: 10.5px;--app-body-size: 11.5px;--app-value-size: 1.16rem;--app-kpi-value-size: 1.44rem;--app-heading-size: .95rem}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{padding:16px 18px 36px!important}.app-shell .workspace .topbar,.app-shell .dashboard-workspace .topbar,.app-shell .payments-workspace .topbar,.app-shell .security-workspace .topbar,.app-shell .payouts-workspace .topbar,.app-shell .balances-workspace .topbar,.app-shell .webhooks-workspace .topbar,.app-shell .apiKeys-workspace .topbar,.app-shell .docs-workspace .topbar,.app-shell .settings-workspace .topbar,.app-shell .admin-workspace .topbar{min-height:76px!important;margin-bottom:var(--app-gap)!important;padding:12px 14px!important}.app-shell .workspace .topbar h1,.app-shell .dashboard-workspace .topbar h1,.app-shell .payments-workspace .topbar h1,.app-shell .security-workspace .topbar h1,.app-shell .payouts-workspace .topbar h1,.app-shell .balances-workspace .topbar h1,.app-shell .webhooks-workspace .topbar h1,.app-shell .apiKeys-workspace .topbar h1,.app-shell .docs-workspace .topbar h1,.app-shell .settings-workspace .topbar h1,.app-shell .admin-workspace .topbar h1{font-size:1.5rem!important;line-height:1.06!important}.app-shell .dashboard-view .metrics-grid,.app-shell .dashboard-view .dashboard-summary-grid,.app-shell .qa-workspace .qa-summary-grid,.app-shell .testRuns-workspace .test-run-summary-grid,.app-shell .security-workspace .settings-summary-grid,.app-shell .payouts-workspace .payout-summary-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--app-gap)!important;align-items:stretch!important}.app-shell .admin-workspace .ops-summary-grid,.app-shell .settings-workspace .settings-summary-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--app-gap)!important;align-items:stretch!important}.app-shell .balances-workspace .balance-summary-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:var(--app-gap)!important;align-items:stretch!important}.app-shell .dashboard-view .metric,.app-shell .dashboard-view .dashboard-card,.app-shell .qa-card,.app-shell .test-run-card,.app-shell .ops-card,.app-shell .settings-card,.app-shell .payout-card,.app-shell .balance-card,.app-shell .docs-card,.app-shell .endpoint-card,.app-shell .api-key-card{box-sizing:border-box;min-width:0}.app-shell .dashboard-view .metric{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:start!important;align-content:start!important;min-height:var(--app-kpi-min)!important;gap:10px!important;padding:var(--app-card-pad)!important}.app-shell .dashboard-view .metric .metric-icon{grid-column:1!important;grid-row:1!important;width:32px!important;height:32px!important}.app-shell .dashboard-view .metric>div{display:grid;min-width:0;gap:4px}.app-shell .dashboard-view .metric p{margin:0!important;color:#b8ad94!important;font-size:var(--app-label-size)!important;font-weight:900!important;line-height:1.18!important;letter-spacing:0!important;text-transform:uppercase}.app-shell .dashboard-view .metric strong{grid-column:auto!important;margin:0!important;overflow-wrap:anywhere;color:#fff6dc!important;font-size:var(--app-kpi-value-size)!important;line-height:1.04!important}.app-shell .dashboard-view .metric span{display:-webkit-box;overflow:hidden;color:var(--auth-muted)!important;font-size:var(--app-body-size)!important;font-weight:700!important;line-height:1.25!important;letter-spacing:0!important;text-transform:none!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .dashboard-card,.app-shell .qa-card,.app-shell .test-run-card,.app-shell .ops-card,.app-shell .settings-card,.app-shell .payout-card,.app-shell .balance-card{display:grid!important;grid-template-rows:auto auto minmax(0,1fr);align-content:start!important;min-height:var(--app-card-min)!important;height:100%;padding:var(--app-card-pad)!important}.app-shell .dashboard-card span,.app-shell .qa-card span,.app-shell .test-run-card span,.app-shell .ops-card span,.app-shell .settings-card span,.app-shell .payout-card span,.app-shell .balance-card span,.app-shell .docs-card span,.app-shell .endpoint-card span,.app-shell .api-key-card span{min-width:0;color:#b8ad94!important;font-size:var(--app-label-size)!important;font-weight:900!important;line-height:1.18!important;letter-spacing:0!important;text-transform:uppercase}.app-shell .dashboard-card strong,.app-shell .qa-card strong,.app-shell .test-run-card strong,.app-shell .ops-card strong,.app-shell .settings-card strong,.app-shell .payout-card strong,.app-shell .balance-card strong,.app-shell .docs-card strong,.app-shell .endpoint-card strong,.app-shell .api-key-card strong{min-width:0;margin:5px 0 3px!important;overflow-wrap:anywhere;color:#fff5da!important;font-size:var(--app-value-size)!important;line-height:1.06!important;font-weight:800!important}.app-shell .primary-dashboard-card strong,.app-shell .primary-qa-card strong,.app-shell .primary-test-run-card strong,.app-shell .primary-payout-card strong,.app-shell .primary-balance-card strong{font-size:1.24rem!important}.app-shell .dashboard-card p,.app-shell .qa-card p,.app-shell .test-run-card p,.app-shell .ops-card p,.app-shell .settings-card p,.app-shell .payout-card p,.app-shell .balance-card p{display:-webkit-box;align-self:end;margin:0!important;overflow:hidden;color:var(--auth-muted)!important;font-size:var(--app-body-size)!important;line-height:1.28!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .workspace .panel,.app-shell .payments-workspace .content-grid>.create-panel,.app-shell .payments-workspace .content-grid>.payments-panel,.app-shell .payments-workspace .content-grid>.detail-panel,.app-shell .security-workspace .security-password-panel,.app-shell .security-workspace .security-sessions-panel,.app-shell .security-workspace .security-users-panel,.app-shell .payouts-workspace .payout-panel,.app-shell .balances-workspace .balance-panel,.app-shell .webhooks-workspace .webhook-create-panel,.app-shell .webhooks-workspace .webhook-list-panel,.app-shell .webhooks-workspace .webhook-deliveries-panel,.app-shell .apiKeys-workspace .api-key-panel,.app-shell .docs-workspace .docs-panel,.app-shell .settings-workspace .settings-panel,.app-shell .admin-workspace .ops-panel{padding:11px!important}.app-shell .workspace .section-heading,.app-shell .dashboard-view .section-heading,.app-shell .payments-workspace .section-heading,.app-shell .security-view .section-heading,.app-shell .payouts-view .section-heading,.app-shell .balances-view .section-heading,.app-shell .webhook-view .section-heading,.app-shell .api-key-view .section-heading,.app-shell .docs-view .section-heading,.app-shell .settings-view .section-heading,.app-shell .admin-workspace .ops-panel .section-heading{min-height:32px!important;margin-bottom:8px!important;padding-bottom:8px!important}.app-shell .workspace .section-heading h2,.app-shell .workspace .section-heading h3,.app-shell .workspace .panel>h2,.app-shell .workspace .docs-panel h2,.app-shell .workspace .docs-hero h2,.app-shell .payments-workspace .timeline h3,.app-shell .payments-workspace .refund-panel h3,.app-shell .payments-workspace .simulation h3,.app-shell .payments-workspace .review-actions h3{font-size:var(--app-heading-size)!important;line-height:1.15!important}.app-shell .workspace .section-heading p,.app-shell .workspace .panel p,.app-shell .workspace .panel article p,.app-shell .workspace .empty-detail,.app-shell .workspace .docs-card p{font-size:var(--app-body-size)!important;line-height:1.32!important}.app-shell .workspace th,.app-shell .workspace td{padding:8px 9px!important;font-size:11.75px!important;line-height:1.3!important}.app-shell .workspace td strong,.app-shell .workspace .panel article strong{font-size:12px!important;line-height:1.24!important}.app-shell .workspace .badge,.app-shell .workspace .risk-badge,.app-shell .workspace .guardrail-badge,.app-shell .workspace .ready-status,.app-shell .workspace .readiness-progress{min-height:22px!important;padding-inline:7px!important;font-size:10px!important;line-height:1!important}.app-shell .workspace .access-profile-select select,.app-shell .workspace .filter-select,.app-shell .workspace .search,.app-shell .workspace .icon-button,.app-shell .workspace .secondary-button,.app-shell .workspace .primary-button,.app-shell .workspace .ghost-button,.app-shell .workspace .danger-button,.app-shell .workspace .table-action,.app-shell .workspace input,.app-shell .workspace select,.app-shell .workspace textarea{min-height:34px!important;font-size:11.75px!important}.app-shell .workspace .icon-button{width:34px!important}.app-shell .payments-workspace .payments-panel .table-controls,.app-shell .workspace .table-controls,.app-shell .payments-workspace .detail-stack,.app-shell .payments-workspace .timeline,.app-shell .payments-workspace .refund-panel,.app-shell .payments-workspace .simulation,.app-shell .payments-workspace .review-actions,.app-shell .payouts-workspace .guardrail-note,.app-shell .settings-view .compact-settings-grid,.app-shell .docs-view .docs-grid,.app-shell .dashboard-two-column,.app-shell .payments-workspace .content-grid,.app-shell .security-workspace .security-grid,.app-shell .payouts-workspace .payout-two-column,.app-shell .balances-workspace .balance-grid,.app-shell .webhooks-workspace .webhook-grid,.app-shell .apiKeys-workspace .api-key-grid,.app-shell .settings-workspace .settings-grid,.app-shell .admin-workspace .ops-two-column{gap:var(--app-gap)!important}@media(max-width:1180px){.app-shell .dashboard-view .metrics-grid,.app-shell .dashboard-view .dashboard-summary-grid,.app-shell .qa-workspace .qa-summary-grid,.app-shell .testRuns-workspace .test-run-summary-grid,.app-shell .security-workspace .settings-summary-grid,.app-shell .payouts-workspace .payout-summary-grid,.app-shell .admin-workspace .ops-summary-grid,.app-shell .settings-workspace .settings-summary-grid,.app-shell .balances-workspace .balance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.app-shell{--app-card-pad: 10px;--app-card-min: 84px;--app-kpi-min: 88px;--app-value-size: 1.1rem;--app-kpi-value-size: 1.25rem}.app-shell .workspace,.app-shell .admin-workspace,.app-shell .qa-workspace,.app-shell .testRuns-workspace{padding:10px 9px 30px!important}.app-shell .dashboard-view .metrics-grid,.app-shell .dashboard-view .dashboard-summary-grid,.app-shell .qa-workspace .qa-summary-grid,.app-shell .testRuns-workspace .test-run-summary-grid,.app-shell .security-workspace .settings-summary-grid,.app-shell .payouts-workspace .payout-summary-grid,.app-shell .admin-workspace .ops-summary-grid,.app-shell .settings-workspace .settings-summary-grid,.app-shell .balances-workspace .balance-summary-grid{grid-template-columns:minmax(0,1fr)!important}}.app-shell .dashboard-view .dashboard-card,.app-shell .qa-workspace .qa-summary-grid .qa-card,.app-shell .testRuns-workspace .test-run-summary-grid .test-run-card,.app-shell .admin-workspace .ops-summary-grid .ops-card,.app-shell .security-workspace .settings-summary-grid .settings-card,.app-shell .payouts-workspace .payouts-view .payout-card,.app-shell .balances-workspace .balance-summary-grid .balance-card,.app-shell .settings-workspace .settings-summary-grid .settings-card{min-height:var(--app-card-min)!important;padding:var(--app-card-pad)!important}.app-shell .dashboard-view .dashboard-card span,.app-shell .qa-workspace .qa-summary-grid .qa-card span,.app-shell .testRuns-workspace .test-run-summary-grid .test-run-card span,.app-shell .admin-workspace .ops-summary-grid .ops-card span,.app-shell .security-workspace .settings-summary-grid .settings-card span,.app-shell .payouts-workspace .payouts-view .payout-card span,.app-shell .balances-workspace .balance-summary-grid .balance-card span,.app-shell .settings-workspace .settings-summary-grid .settings-card span{font-size:var(--app-label-size)!important;line-height:1.18!important;letter-spacing:0!important}.app-shell .dashboard-view .dashboard-card strong,.app-shell .qa-workspace .qa-summary-grid .qa-card strong,.app-shell .testRuns-workspace .test-run-summary-grid .test-run-card strong,.app-shell .admin-workspace .ops-summary-grid .ops-card strong,.app-shell .security-workspace .settings-summary-grid .settings-card strong,.app-shell .payouts-workspace .payouts-view .payout-card strong,.app-shell .balances-workspace .balance-summary-grid .balance-card strong,.app-shell .settings-workspace .settings-summary-grid .settings-card strong{margin:5px 0 3px!important;overflow-wrap:anywhere;font-size:var(--app-value-size)!important;line-height:1.06!important}.app-shell .dashboard-view .primary-dashboard-card strong,.app-shell .qa-workspace .qa-summary-grid .primary-qa-card strong,.app-shell .testRuns-workspace .test-run-summary-grid .primary-test-run-card strong,.app-shell .payouts-workspace .payouts-view .primary-payout-card strong,.app-shell .balances-workspace .balance-summary-grid .primary-balance-card strong{font-size:1.24rem!important}.app-shell .dashboard-view .dashboard-card p,.app-shell .qa-workspace .qa-summary-grid .qa-card p,.app-shell .testRuns-workspace .test-run-summary-grid .test-run-card p,.app-shell .admin-workspace .ops-summary-grid .ops-card p,.app-shell .security-workspace .settings-summary-grid .settings-card p,.app-shell .payouts-workspace .payouts-view .payout-card p,.app-shell .balances-workspace .balance-summary-grid .balance-card p,.app-shell .settings-workspace .settings-summary-grid .settings-card p{display:-webkit-box;margin:0!important;overflow:hidden;font-size:var(--app-body-size)!important;line-height:1.28!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.app-shell .sidebar nav button[aria-label=Balances]{border-color:#168a4a47!important;background:linear-gradient(135deg,#168a4a29,#74e3a50d),#ffffff08!important;color:#47c684!important;box-shadow:inset 0 1px #ffffff12,0 0 0 1px #168a4a1a}.app-shell .sidebar nav button[aria-label=Balances] svg{color:#47c684!important;stroke-width:2.15;filter:drop-shadow(0 0 8px rgb(22 138 74 / 48%))}.app-shell .sidebar nav button[aria-label=Balances]:before{background:linear-gradient(180deg,#168a4a,var(--auth-emerald))!important}.app-shell .sidebar nav button[aria-label=Balances]:hover,.app-shell .sidebar nav button[aria-label=Balances]:focus-visible,.app-shell .sidebar nav button[aria-label=Balances].active{border-color:#74e3a561!important;background:linear-gradient(135deg,#168a4a3d,#74e3a51c),#ffffff0a!important;color:var(--auth-emerald)!important;box-shadow:inset 0 1px #ffffff17,0 12px 24px #0003,0 0 20px #168a4a2e}.app-shell .sidebar nav button[aria-label=Balances]:hover svg,.app-shell .sidebar nav button[aria-label=Balances]:focus-visible svg,.app-shell .sidebar nav button[aria-label=Balances].active svg{color:var(--auth-emerald)!important;filter:drop-shadow(0 0 10px rgb(116 227 165 / 52%))}
