@layer reset, base, layout, components, pages, dialogs, responsive, clarity;
@layer clarity {
  .sidebar-feedback{margin:24px 7px 0;padding-top:18px;border-top:1px solid var(--line)}
  .sidebar-feedback-heading{display:flex;align-items:center;gap:8px}
  .sidebar-feedback-heading>.icon{width:17px;height:17px;color:var(--purple)}
  .sidebar-feedback-heading strong{font-size:12px;font-weight:600}
  .sidebar-feedback p{font-size:11px;line-height:1.6;color:var(--secondary);margin:7px 0 9px}
  .sidebar-feedback-actions{display:flex;align-items:center;justify-content:space-between;gap:9px}
  .sidebar-feedback-actions button{display:inline-flex;align-items:center;gap:4px;min-height:30px;font-size:11px;color:var(--purple-dark);border-radius:4px;white-space:nowrap}
  .sidebar-feedback-actions button:hover{color:var(--purple);text-decoration:underline;text-underline-offset:4px}
  .sidebar-feedback-actions .icon{width:13px;height:13px}
  .app-footer .feedback-mobile-entry{display:none}
  #feedback-dialog{position:fixed;inset:0 0 0 auto;margin:0;width:620px;max-width:100vw;height:100dvh;max-height:100dvh;border:0;border-left:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:0;overflow:hidden;box-shadow:-20px 0 70px #322e4e10}
  #feedback-dialog[open]{display:flex;flex-direction:column;animation:panel-in .2s ease-out}
  #feedback-dialog::backdrop{background:#2420364a;backdrop-filter:blur(2px)}
  .feedback-header{padding:28px}
  .feedback-body{padding:25px 28px}
  .ideas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
  .feedback-body .ideas-toolbar h3{font-size:14px;font-weight:600;line-height:1.5;color:var(--text)}
  .feedback-body .ideas-toolbar p{font-size:11px;line-height:1.7;margin-top:4px;color:var(--secondary);max-width:250px}
  .ideas-toolbar>.btn{white-space:nowrap;font-size:12px;padding:9px 12px;min-height:37px;gap:6px}
  .ideas-toolbar>.btn>.icon{width:14px;height:14px}
  .ideas-search{width:100%;margin-bottom:18px}
  .ideas-search input{width:100%;height:38px;font-size:12px}
  .ideas-tabs{display:flex;gap:24px;border-bottom:1px solid var(--line)}
  .ideas-tabs button{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:0 0 12px;position:relative;color:var(--secondary);min-height:33px}
  .ideas-tabs button.selected{color:var(--purple-dark);font-weight:550}
  .ideas-tabs button.selected::after{content:'';height:2px;position:absolute;bottom:-1px;left:0;right:0;background:var(--purple)}
  .ideas-tabs button>span{font-size:10px;color:var(--secondary)}
  .feedback-body .feedback-announcement{font-size:11px;line-height:1.5;min-height:17px;margin:12px 0 0;color:var(--purple-dark)}
  .idea-row{display:flex;align-items:flex-start;gap:18px;padding:19px 0;border-bottom:1px solid var(--line)}
  .idea-row:last-child{border-bottom:0}
  .idea-vote{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:49px;min-height:58px;padding:7px;border:1px solid #e2e4ee;border-radius:9px;color:var(--secondary);background:var(--surface);transition:background .15s,border-color .15s,color .15s;flex-shrink:0}
  .idea-vote>.icon{width:15px;height:15px;transform:rotate(-90deg)}
  .feedback-body .idea-vote strong{font-size:14px;font-weight:600;line-height:1.2;font-variant-numeric:tabular-nums;color:inherit}
  .idea-vote:hover{background:#faf8ff;border-color:#cfc3f1;color:var(--purple-dark)}
  .idea-vote.is-voted{background:var(--purple-tint);border-color:#c9b9f4;color:var(--purple-dark)}
  .idea-content{min-width:0;padding-top:1px}
  .feedback-body .idea-content h3{font-size:14px;font-weight:600;color:var(--text);line-height:1.5;overflow-wrap:anywhere}
  .feedback-body .idea-content p{font-size:12px;color:var(--secondary);line-height:1.7;margin:5px 0 10px;overflow-wrap:anywhere;white-space:pre-wrap}
  .idea-meta{display:flex;flex-wrap:wrap;gap:8px 15px;font-size:10px;line-height:1.5;color:var(--secondary);margin-top:8px}
  .idea-voted-label{display:inline-flex;align-items:center;gap:4px;color:var(--purple-dark)}
  .idea-voted-label>.icon{width:12px;height:12px}
  .ideas-empty{text-align:center;padding:35px 12px}
  .ideas-empty>.icon{width:28px;height:28px;color:var(--purple);margin-bottom:15px}
  .feedback-body .ideas-empty h3{font-size:16px;color:var(--text);margin-bottom:8px}
  .feedback-body .ideas-empty p{font-size:12px;line-height:1.7;color:var(--secondary);max-width:280px;margin:0 auto 22px}
  .feedback-footer{align-items:center;justify-content:space-between;gap:18px;padding:18px 28px;flex-wrap:wrap}
  .feedback-footer>p{display:flex;gap:7px;align-items:flex-start;font-size:10px;line-height:1.7;color:var(--secondary);flex:1;min-width:180px;margin:0;max-width:355px}
  .feedback-footer>p>.icon{width:13px;height:13px;margin-top:2px;flex-shrink:0}
  .feedback-footer>.btn{flex-shrink:0}
  .feedback-back{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--secondary);margin-bottom:25px;min-height:30px}
  .feedback-back:hover{color:var(--purple-dark)}
  .feedback-back>.icon{width:15px;height:15px}
  #feedback-form .field>span{display:flex;justify-content:space-between;gap:12px}
  #feedback-form .feedback-optional{font-size:11px;font-weight:400;margin:0;color:var(--muted)}
  #feedback-form textarea{resize:vertical;min-height:128px;line-height:1.7}
  #feedback-form .idea-character-count{text-align:right}
  .feedback-form-error{font-size:12px;color:var(--danger);line-height:1.6;margin:14px 0}
  .feedback-body .idea-form-note{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--secondary);margin:22px 0}
  .idea-form-note>.icon{width:16px;height:16px;color:var(--purple)}
  @media(min-width:651px){.sidebar{overflow-y:auto;scrollbar-width:thin}.sidebar-bottom{flex-shrink:0}}
  @media(max-width:1100px) and (min-width:651px){.sidebar-feedback{margin-left:0;margin-right:0}.sidebar-feedback-actions{gap:5px}.sidebar-feedback-actions button{font-size:10px}}
  @media(max-width:650px){
    .app-footer .feedback-mobile-entry{display:inline-flex;align-items:center;gap:5px;color:var(--purple-dark)}
    .feedback-mobile-entry .icon{width:13px;height:13px}
    #feedback-dialog{width:100vw;border:0}
    .feedback-header{padding:24px 20px}
    .feedback-body{padding:22px 20px}
    .ideas-toolbar{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:20px}
    .ideas-toolbar>.btn{width:100%;min-height:42px}
    .ideas-search input{font-size:16px;height:43px}
    .ideas-tabs{gap:26px}
    .ideas-tabs button{font-size:12px;min-height:39px}
    .idea-row{gap:13px;padding:20px 0}
    .idea-vote{min-width:46px}
    .feedback-footer{padding:16px 20px calc(16px + env(safe-area-inset-bottom))}
    .feedback-footer>p{font-size:11px;flex-basis:100%;max-width:none}
    .feedback-footer>.btn{width:100%;min-height:42px}
  }
  @media(prefers-reduced-motion:reduce){#feedback-dialog[open]{animation:none}.idea-vote{transition:none}}
}
@layer clarity {
  .activity-table{table-layout:fixed;min-width:960px}
  .activity-table th.activity-date-heading{width:14%}
  .activity-table th.activity-wallet-heading{width:13.5%}
  .activity-table th.activity-merchant-heading{width:22%}
  .activity-table th.activity-impact-heading{width:16%}
  .activity-table th.activity-status-heading{width:11.5%}
  .activity-table-scoped th.activity-merchant-heading{width:26%}
  .activity-table td,.activity-table th{padding-left:14px;padding-right:14px}
  .activity-table td:last-child,.activity-table th:last-child{width:42px;padding-left:0;padding-right:10px}
  .activity-table .activity-cell{width:100%}
  .activity-description>span{display:block;line-height:1.7;font-size:11px;overflow-wrap:anywhere;color:var(--secondary)}
  .transaction-description{margin:0 0 23px;padding:14px 16px;border:1px solid var(--line);border-radius:9px;background:#fcfcfe}
  .transaction-description>span{display:block;font-size:11px;color:var(--secondary);margin-bottom:6px}
  .dialog-body .transaction-description>p{font-size:13px;line-height:1.7;color:var(--text);margin:0;overflow-wrap:anywhere;user-select:text}
  @media(max-width:650px){.activity-table{min-width:820px}.activity-table th.activity-merchant-heading{width:25%}.activity-table th.activity-impact-heading{width:19%}.activity-table th.activity-status-heading{width:13%}}
}
@layer clarity {
  .card-transactions{margin:29px 0 32px}
  .card-transactions-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}
  .card-transactions-heading h3{font-size:13px;font-weight:550;color:var(--text)}
  .card-transactions-heading .inline-link{font-size:11px;gap:6px;min-height:32px}
  .card-transactions-list{list-style:none;padding:0;margin:0;border:1px solid var(--line);border-radius:10px;overflow:hidden}
  .card-transactions-list>li+li{border-top:1px solid var(--line)}
  .card-transaction{display:grid;grid-template-columns:94px minmax(0,1fr) auto 12px;align-items:center;gap:12px;width:100%;padding:16px 14px;text-align:left;background:#fff;cursor:pointer}
  .card-transaction:hover{background:#faf9fd}
  .card-transaction:focus-visible{outline-offset:-3px}
  .card-transaction .timestamp{font-size:11px;color:var(--secondary);white-space:nowrap}
  .card-transaction .timestamp-time{font-size:10px;margin-top:5px}
  .card-transaction-merchant{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}
  .card-transaction-merchant>strong{font-size:12px;line-height:1.5;color:var(--text);font-weight:550;overflow-wrap:anywhere}
  .card-transaction .badge{font-size:9px;line-height:1.5}
  .card-transaction-impact{text-align:right;min-width:0}
  .card-transaction-impact>.amount{font-size:13px;font-weight:550;white-space:nowrap}
  .card-transaction-impact>.subline{display:block;font-size:10px;line-height:1.5;margin-top:6px;color:var(--secondary)}
  .card-transaction>.icon{width:12px;height:12px;color:#8894ae}
  .card-transactions-empty{display:grid;justify-items:center;gap:8px;border:1px dashed var(--line);border-radius:10px;padding:24px 16px;text-align:center}
  .card-transactions-empty>.icon{width:22px;height:22px;color:#9a86c4;margin-bottom:2px}
  .card-transactions-empty>strong{font-size:12px;font-weight:550;color:var(--text)}
  .dialog-body .card-transactions-empty>p{font-size:11px;line-height:1.6;color:var(--secondary);margin:0}
  @media(max-width:650px){
    .card-transactions-heading{gap:8px;margin-bottom:10px;flex-wrap:wrap}
    .card-transactions-heading .inline-link{min-height:44px}
    .card-transaction{grid-template-columns:minmax(0,1fr) auto 12px;gap:10px 12px;padding:15px 13px}
    .card-transaction-merchant{grid-column:1;grid-row:1}
    .card-transaction-impact{grid-column:2;grid-row:1/3;max-width:135px}
    .card-transaction>.icon{grid-column:3;grid-row:1/3}
    .card-transaction .timestamp{grid-column:1;grid-row:2}
  }
}
@layer reset {
  *,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,p{margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}button{color:inherit}input,select,textarea{min-width:0}button svg,a svg{pointer-events:none}button{text-align:inherit}table{border-collapse:collapse;width:100%}button{background:none;border:0}img,svg{display:block}dialog{padding:0}ul{padding:0}body{min-width:320px}
}
@layer clarity {
  :root{--muted:#727b8d;--secondary:#606a7c;--text:#252b3d}
  .page-heading p,.section-heading p,.summary-label,.summary-foot,.summary-value>span,.product-subline,.product-balance>span,.product-subline>span:not(:last-child),.connected-label,.data-table .subline,.subline,.context-note,.table-tools select,.filter-group select,.page-size select,.pagination,.wallet-balance p,.wallet-held>span,.wallet-held small,.wallet-transfer-context p,.terms-description,.terms-panel .context-note,.verification-context,.verification-merchant p,.verification-help p{color:#687287}
  .eyebrow,.nav-label,.app-footer,.app-footer>span:first-child,.app-footer button,.search-trigger,.breadcrumbs>span,.user-profile div span,.products-footnote,.default-tag,.group-heading,.group-heading>span:nth-child(2){color:#6b7487}
  .product-name,.product-balance strong,.data-table strong,.data-table .amount,.summary-value,.wallet-held strong,.wallet-transfer-context strong,.field-heading h3,.attention-item strong,.how-it-works h3,.mcc-list strong,.verification-help h3{color:#343c50}
  .product-name{font-size:14px}.product-subline{font-size:11px}.product-balance strong{font-size:16px}.product-balance>span{font-size:11px}.product-identity{gap:12px}.product-row{min-height:85px}
  .nav-link{font-size:13px}.nav-count{font-size:10px}.support-card p{font-size:11px;color:#748094}.support-card strong{font-size:12px}.support-card .btn{font-size:11px}.user-profile strong{font-size:12px}.user-profile div span{font-size:11px}
  .summary-label{font-size:12px}.summary-foot{font-size:11px}.summary-value{font-size:29px}.summary-value>span{font-size:11px}.cards-summary .subtle-link{font-size:11px}.summary-cell{padding-left:24px;padding-right:24px}
  .btn{font-size:12px}.page-actions .btn{font-size:12px}.badge{font-size:10px}.badge.active,.badge.completed{color:#227b60}.badge.frozen{color:#466f9b}.badge.closed{color:#737b8b}.badge.declined{color:#b35364}.badge.pending{color:#957122}
  .attention-item p{color:#737b8c;font-size:11px}.attention-item div>span{color:#71569f;font-size:11px}.attention-item strong{font-size:12px}.how-it-works p{font-size:12px;color:#766b87}.how-it-works .btn{font-size:11px;color:#71589c}.mini-label{font-size:9px;color:#85739c}
  .segmented button{font-size:11px;color:#6c7588}.segmented button.active{color:#6843bd}.product-tools .segmented button{font-size:11px}.product-tools .segmented{gap:0}.group-heading{font-size:10px;letter-spacing:.7px}.product-search input{font-size:11px}.product-search input::placeholder{color:#828b9c}
  .product-topup{height:30px;width:30px;color:#8564bd}.product-card-count{font-size:11px;color:#707a8c}.row-arrow{color:#8d99ae}.default-tag{color:#7e659e;font-size:9px}.products-footnote{font-size:10px}
  .data-table th{color:#778197;font-size:11px}.data-table td{color:#626d83;font-size:12px}.data-table strong{font-size:12px}.data-table .subline{font-size:11px}.data-table .amount{font-size:13px}.data-table .amount.positive{color:#278463}.data-table .amount.neutral{color:#95762f}.wallet-link{font-size:12px;color:#655b82}.limit-cell strong,.cards-table .limit-cell strong{font-size:12px}.cards-table .limit-cell .normal{font-size:11px}
  .tabs a{font-size:13px;color:#717c90}.tabs a.active{color:#7047c5}.tabs a span{color:#795da2}.wallet-held strong{font-size:20px}.wallet-transfer-context strong{font-size:12px}.wallet-transfer-context p,.wallet-transfer-context .btn{font-size:11px}.wallet-balance small{color:#7b8596}.mcc-code{color:#74568f}.currency-tag{color:#69758a}.verification-code>strong{color:#7755ad}.verification-code>span{color:#80609f}
  .dialog-header p,.dialog-eyebrow{color:#777f90}.dialog-body .muted,.dialog-body p,.dialog-body small,.dialog-body dt,.dialog-body label,.dialog-body .field-help,.dialog-body .context-note{color:#71798c}.dialog-body h3,.dialog-body strong,.dialog-body dd,.dialog-body .wallet-chip strong,.dialog-body .chip-balance strong{color:#343c50}.dialog-body .wallet-chip>div>span,.dialog-body .wallet-chip small{color:#758095}.dialog-body .field input,.dialog-body .field select,.dialog-body .field textarea{color:#39455a;border-color:#dfe2ea}.dialog-body .field>span,.dialog-body .limit-field>label{color:#576278}.dialog-body .money-input{border-color:#dfe2ea}.dialog-body .money-input input{color:#34405a}.dialog-body .money-input>span{color:#737f93}.dialog-body .money-input>button{color:#7451b3}.dialog-body .notice p{color:#746883}.dialog-body .notice strong{color:#665077}.dialog-body .notice{color:#83659e}.dialog-body .notice.warm p{color:#8b7353}.dialog-body .fee-preview,.dialog-body .fee-preview small{color:#776984}.dialog-body .fee-preview strong{color:#624a80}.dialog-body .field-heading>span{color:#7e6297}.dialog-body .issue-mode button{color:#7d6b90}.dialog-body .issue-mode button.selected{color:#725099}.dialog-body .detail-list dd{color:#454e64}.dialog-body .detail-list .total dd{color:#654687}.dialog-body .transfer-wallets strong{color:#604878}.dialog-body .transfer-wallets span:not(.product-icon),.dialog-body .transfer-review-amount>span{color:#847193}.dialog-body .transfer-review-amount strong{color:#503c6b}.dialog-body .steps-list strong{color:#4a5165}.dialog-body .steps-list>div>span{color:#8763aa}.dialog-body .reference-line,.dialog-body .reference-line span{color:#808497}.dialog-body .close-warning h3{color:#a9556b}.dialog-body .confirmation-check{color:#8b6375}.dialog-body .danger-link{color:#ac5367}.dialog-body .search-heading,.dialog-body .search-result>b,.dialog-body .search-result small{color:#79678c}.dialog-body .card-visual{color:#8f6ab9}.dialog-body .card-visual strong{color:#7c57a3}.dialog-body .card-product{color:#87659f}.dialog-body .card-visual .card-brand{color:#735199}.dialog-body .card-visual>div:last-child{color:#89669c}.dialog-body .limit-meter strong{color:#66507f}.dialog-body .limit-meter p,.dialog-body .limit-meter p span{color:#7e728f}.dialog-body .limit-meter>div:first-child{color:#736280}.dialog-body .impact-callout>span,.dialog-body .impact-callout small{color:#877397}.dialog-body .impact-callout strong{color:#68507b}
  .dialog-body .support-intro h3{color:#4f455d}.dialog-body .support-options strong{color:#655570}.dialog-body .support-options small{color:#80728e}.dialog-body .explanation-illustration{color:#8c6caa}
  .icon-button{color:#8390a3}.search-field input::placeholder{color:#6c7587}.search-field input{font-size:12px}.breadcrumbs strong{color:#58667b}
  @media(max-width:1320px){.product-row{column-gap:12px}.product-subline{font-size:10px}.product-balance>span{font-size:10px}.product-name{font-size:13px}.default-tag{font-size:8px}.summary-label{font-size:11px}.summary-foot{font-size:10px}.summary-value{font-size:27px}.attention-item strong{font-size:11px}.attention-item p,.attention-item div>span{font-size:10px}}
  @media(max-width:900px){.summary-value>span{display:none}.summary-label{font-size:10px}.summary-value{font-size:25px}.product-subline{font-size:9px}.product-balance>span{font-size:9px}.product-name{font-size:12px}.product-balance strong{font-size:15px}.product-tools .segmented button{font-size:10px}.product-topup{width:26px;height:26px}.nav-link{font-size:12px}.support-card .btn{font-size:10px}}
  @media(max-width:650px){.nav-link{font-size:10px;padding-left:17px;padding-right:17px}.nav-count{font-size:8px}.page-actions .btn{font-size:12px}.summary-value{font-size:27px}.summary-value>span{display:none}.summary-label{font-size:10px}.summary-foot{font-size:10px}.summary-cell{padding:0 17px}.product-name{font-size:13px}.product-subline{font-size:10px;max-width:170px}.product-balance strong{font-size:15px}.product-balance>span{font-size:9px}.product-identity{gap:10px}.product-row{min-height:92px}.product-tools .segmented button{font-size:10px;padding:6px}.product-tools .segmented{justify-content:space-between}.default-tag{font-size:8px}.products-footnote{font-size:9px}.data-table .subline{font-size:10px}.tabs a{font-size:12px}.wallet-held strong{font-size:18px}.dialog-body .wallet-chip>div>span,.dialog-body .wallet-chip small{font-size:9px}.wallet-chip .chip-balance strong{font-size:12px}.dialog-body .card-visual>strong{font-size:22px}.dialog-footer .btn{font-size:12px}}
}
@layer base {
  :root{--canvas:#f7f8fb;--surface:#fff;--text:#202335;--muted:#858998;--secondary:#626879;--line:#eceef3;--purple:#7150e9;--purple-dark:#5f3fce;--purple-tint:#f2eefe;--green:#13956d;--danger:#cc4354;--radius:14px;--shadow:0 4px 24px #20233505;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;color:var(--text);background:var(--canvas);font-synthesis:none}
  body{line-height:1.5;-webkit-font-smoothing:antialiased}h1{font-size:30px;line-height:1.25;letter-spacing:-1px;font-weight:650}h2{font-size:16px;line-height:1.4;font-weight:620;letter-spacing:-.25px}h3{font-size:15px;font-weight:600;letter-spacing:-.15px}strong,b{font-weight:600}p{color:var(--secondary)}button,a,input,select,textarea{outline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #a995f9}::selection{background:#ded6ff}button:disabled{opacity:.43}button,a{touch-action:manipulation}input::placeholder,textarea::placeholder{color:#999eac}input:disabled{background:#f7f8fb;color:#acafba}
  .icon{width:19px;height:19px;flex-shrink:0;display:inline-block;vertical-align:middle}.muted{color:var(--muted)}.normal{font-weight:400}.small-text{font-size:13px}.positive{color:var(--green)}.align-right{text-align:right!important}.neutral{color:var(--secondary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:240px;z-index:1000;background:var(--purple);color:white;padding:12px}.skip-link:focus{top:10px}.separator{padding:0 7px;color:#b9bdc9}.subline{display:block;color:var(--muted);font-size:12px;font-weight:400;margin-top:4px;line-height:1.4}.amount,.summary-value,.product-balance,.wallet-balance,.detail-list dd,.limit-cell,.money-input,.verification-code{font-variant-numeric:tabular-nums}.dot-spacer{padding:0 4px;color:#c3c5ce}
}
@layer layout {
  .sidebar{position:fixed;inset:0 auto 0 0;width:224px;background:var(--surface);border-right:1px solid var(--line);padding:28px 18px 0;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:8px;padding:1px 14px 29px;font-weight:760;font-size:25px;letter-spacing:-1.1px}.brand svg{width:31px;height:31px;color:#17a878}.brand-dot{color:#17a878}.online-dot{width:5px;height:5px;background:#19ad80;border-radius:50%;margin-left:auto}.nav-label{font-size:11px;letter-spacing:1.2px;color:#a1a6b3;font-weight:650;padding:0 15px 12px}.nav-link{display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:8px;color:#717789;font-weight:500;margin-bottom:5px;transition:background .15s}.nav-link:hover{background:#f8f6fe;color:var(--purple)}.nav-link.selected{background:#f0ebfc;color:#6a49d9}.nav-link .icon{width:18px;height:18px}.nav-count{margin-left:auto;font-size:12px;background:#f0f1f5;padding:1px 6px;border-radius:5px;color:#8b8e9b}.nav-link.selected .nav-count,.purple-count{background:#e5dcfb;color:#7048da}.sidebar-bottom{margin-top:auto}.support-card{margin:28px 7px 26px;padding:19px 13px 16px;border-radius:11px;background:#f8f9fb;position:relative}.support-symbol{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#fff;border:1px solid #e7e9ee;color:#6c7484;margin-bottom:11px}.support-card strong{font-size:12px}.support-card p{font-size:12px;color:#8e94a2;margin-top:5px;line-height:1.7}.support-card .btn{font-size:12px;padding:0;margin-top:11px;gap:6px;min-height:24px}.support-card .icon{width:15px;height:15px}.user-profile{display:flex;align-items:center;gap:9px;padding:20px 6px;border-top:1px solid var(--line)}.avatar{display:grid;place-items:center;width:33px;height:33px;background:#eadbcf;color:#775747;border:2px solid white;outline:1px solid #eee2db;border-radius:50%;font-size:13px;font-weight:500}.user-profile strong{display:block;font-size:12px}.user-profile div span{display:block;font-size:12px;color:#9397a5;margin-top:2px}.profile-dot{height:6px;width:6px;background:#19aa81;border-radius:50%;margin-left:auto;margin-right:6px}.app-main{margin-left:224px}.topbar{height:76px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 38px}.breadcrumbs{display:flex;align-items:center;gap:15px;font-size:13px}.breadcrumbs>span{color:#a0a4b0}.breadcrumbs strong{font-weight:500;color:#6e7384}.breadcrumbs .icon{width:12px;height:12px;color:#b9becc}.topbar-actions{display:flex;align-items:center;gap:25px}.search-trigger{color:#9a9fad;font-size:12px;display:flex;align-items:center;gap:10px;padding:8px}.search-trigger .icon{width:16px;height:16px}.search-trigger::after{content:'⌘ K';font-size:12px;border:1px solid #e9eaf0;border-radius:4px;padding:0 4px;margin-left:26px;color:#afb2bf}.notification-button{position:relative;color:#808797;display:grid;place-items:center;height:32px;width:32px;border-left:1px solid var(--line);padding-left:17px;width:40px}.notification-button .icon{height:18px;width:18px}.notification-button i{position:absolute;top:5px;right:1px;width:5px;height:5px;background:#8867ef;border-radius:50%;border:1px solid #fff}.app-main main{max-width:1700px;padding:35px 38px 20px;margin:auto;min-height:calc(100vh - 132px)}.app-main main:focus{outline:0}.app-footer{display:flex;align-items:center;padding:20px 38px 26px;gap:18px;color:#b1b5c2;font-size:12px;max-width:1700px;margin:auto}.app-footer>span:first-child{font-weight:700;color:#9ca2b0}.app-footer button{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:12px;color:#9aa1af}.app-footer .icon{width:11px;height:11px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:27px}.page-heading p{font-size:13px;color:#8a90a0;margin-top:9px}.page-heading h1{display:flex;align-items:center;gap:12px}.eyebrow{font-size:11px;color:#989eb0;letter-spacing:1.2px;font-weight:650;margin:1px 0 10px}.page-actions{display:flex;align-items:center;gap:9px;flex-shrink:0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.section-heading p{font-size:12px;margin-top:5px;color:#9298a7}.section-heading h2{display:flex;align-items:center;gap:8px}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
}
@layer components {
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:9px 15px;border:1px solid transparent;border-radius:8px;font-weight:550;font-size:12px;white-space:nowrap;transition:background .15s,box-shadow .15s}.btn .icon{width:16px;height:16px}.primary{background:var(--purple);color:white;box-shadow:0 2px 3px #3c258012;border-color:var(--purple)}.primary:hover{background:var(--purple-dark);border-color:var(--purple-dark)}.secondary{background:white;border-color:#e4e6ed;color:#62697b;box-shadow:0 1px 2px #20233504}.secondary:hover{background:#faf9fe;border-color:#d1c8ee;color:#57447c}.btn.text{color:#7756dc;padding:0;min-height:28px;font-size:12px;box-shadow:none}.btn.text:hover{color:#4f30b6}.btn.small{min-height:33px;padding:6px 10px}.btn.danger{background:#ca4251;color:white}.btn.danger:hover{background:#b53542}.icon-button{width:31px;height:31px;display:inline-grid;place-items:center;color:#9ba1af;border-radius:7px;border:1px solid transparent;flex-shrink:0}.icon-button:hover:not(:disabled){color:var(--purple);background:#f6f2fe;border-color:#eee6fc}.icon-button .icon{width:16px;height:16px}.subtle-link{color:#7b61ca;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:7px}.subtle-link:hover{color:#5434b2}.subtle-link .icon{width:14px;height:14px}.count-pill{background:#f0f1f6;color:#8b90a2;font-size:12px;font-weight:500;display:inline-grid;place-items:center;min-width:21px;height:20px;border-radius:5px;padding:0 5px}.product-icon{width:39px;height:39px;border-radius:10px;display:inline-grid;place-items:center;flex-shrink:0}.product-icon .icon{width:20px;height:20px}.purple{color:#8a67dc;background:#f0eafd}.blue{color:#609ac9;background:#eaf2fa}.amber{color:#cfa355;background:#faf2e1}.green{color:#25a780;background:#eafaef}.heading-icon{width:44px;height:44px;margin-right:1px}.product-name{display:flex;align-items:center;gap:7px;font-weight:600;color:#44495a;font-size:13px}.default-tag{font-size:10px;line-height:1.6;padding:1px 5px;background:#f4f1fb;color:#a18bc8;border-radius:4px;font-weight:500}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:3px 7px;font-size:11px;font-weight:500;white-space:nowrap}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor;display:inline-block}.badge.active,.badge.completed{color:#2c9e7a;background:#edf9f3}.badge.frozen{color:#6693bf;background:#eef5fb}.badge.closed{color:#9299a9;background:#f1f3f7}.badge.declined{color:#ca727f;background:#fdf0f2}.badge.pending{color:#c29b4d;background:#fcf6e9}.currency-tag{display:inline-flex;align-items:center;justify-content:center;min-height:23px;font-size:12px;font-weight:500;letter-spacing:.2px;background:#eff0f6;border:1px solid #e7e9f1;color:#8b91a1;border-radius:5px;padding:2px 7px}.search-field{position:relative;display:flex;align-items:center;gap:8px}.search-field>.icon{position:absolute;left:11px;width:15px;height:15px;color:#a6acba;pointer-events:none}.search-field input{padding:9px 10px 9px 34px;min-height:36px;width:100%;font-size:12px;border:1px solid #e8eaf1;border-radius:7px;background:#fff;color:#525a70}.segmented{display:flex;gap:3px;border-bottom:1px solid transparent;flex-shrink:0}.segmented button{padding:6px 10px;border-radius:6px;color:#959baa;font-size:12px;min-height:31px;white-space:nowrap}.segmented button:hover{background:#f7f4fd}.segmented button.active{background:#f0ebfc;color:#7754cd;font-weight:550}.empty-state{text-align:center;padding:64px 24px;color:#a9adbb}.empty-state>.icon{width:35px;height:35px;color:#ada2cb;margin-bottom:15px}.empty-state h3{color:#555c70;font-size:14px;margin-bottom:7px}.empty-state p{font-size:13px;color:#9198a7;max-width:330px;margin:auto}.tooltip-icon{color:#b2b6c3;display:inline-flex;cursor:help}.tooltip-icon .icon{width:12px;height:12px}.context-note{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.7;color:#9ba1af;margin:17px 0 0}.context-note .icon{width:14px;height:14px;margin-top:2px}.inline-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#7e60ce;font-weight:500;padding:0}.inline-link .icon{width:13px;height:13px}.inline-link:hover{text-decoration:underline}.toast{position:fixed;bottom:28px;left:calc(50% + 112px);transform:translate(-50%,12px);padding:13px 21px;border-radius:10px;background:#252535;color:#fff;font-size:13px;box-shadow:0 6px 30px #18182f20;z-index:200;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90vw;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
}
@layer pages {
  .portfolio-summary{display:flex;background:#fff;border:1px solid var(--line);border-radius:13px;padding:23px 0;box-shadow:var(--shadow);margin-bottom:30px}.summary-cell{padding:0 26px;flex:1;border-right:1px solid var(--line)}.summary-cell:last-child{border-right:0}.summary-label{display:flex;align-items:center;gap:8px;font-size:12px;color:#8a91a1;line-height:1.5}.summary-label>.icon{width:15px;height:15px;color:#959fae}.summary-label .tooltip-icon{margin-left:auto}.currency-icon{height:20px;width:20px;display:inline-grid;place-items:center;border-radius:50%;font-size:12px;font-weight:600}.currency-icon.usd{background:#eaf7f0;color:#4a9c7b}.currency-icon.eur{background:#eef0fc;color:#8385c2}.summary-value{font-size:28px;letter-spacing:-.75px;font-weight:620;margin-top:10px;line-height:1.3;color:#3b4154;display:flex;align-items:baseline;gap:8px}.summary-value>span{font-size:12px;color:#a0a6b4;font-weight:400;letter-spacing:0}.summary-foot{font-size:12px;color:#a4aab7;margin-top:8px;display:flex;align-items:center;gap:8px}.tiny-dot{width:2px;height:2px;background:#c2c6d1;border-radius:50%}.cards-summary{flex:.61}.cards-summary .summary-label{margin:2px 0 4px}.cards-summary .subtle-link{font-size:12px;margin-top:9px}.cards-summary .summary-value{font-size:27px}.portfolio-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:start}.products-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.products-panel>.section-heading{padding:23px 23px 17px}.product-tools{padding:0 23px 13px;display:flex;align-items:center;gap:12px;justify-content:space-between}.product-search{max-width:143px;min-width:110px}.product-search input{font-size:12px;min-height:30px;padding-top:6px;padding-bottom:6px}.product-search>.icon{width:13px;height:13px}.group-heading{display:flex;align-items:center;gap:7px;background:#fcfcfe;padding:10px 24px 7px;border-top:1px solid #f5f5f8;color:#b0a3c2;font-size:11px;text-transform:uppercase;letter-spacing:.9px;font-weight:550}.group-heading>span:nth-child(2){color:#c2bbc9;font-size:10px;letter-spacing:0}.group-heading i{height:1px;background:#f1edf7;flex:1;margin-left:6px}.product-row{display:grid;grid-template-columns:minmax(0,1fr) auto 35px 29px 13px;align-items:center;column-gap:15px;padding:17px 22px;border-bottom:1px solid #f3f4f8;transition:background .15s}.product-row:last-child{border-bottom:0}.product-row:hover{background:#fdfcfe}.product-identity{display:flex;align-items:center;gap:11px;min-width:0}.product-identity>span:last-child{min-width:0}.product-identity .product-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-subline{display:flex;align-items:center;gap:5px;font-size:10px;color:#a6abba;margin-top:5px;white-space:nowrap}.product-subline>span:not(:last-child){color:#c3c7d2}.connected-label{color:#9ba3b2}.product-balance{text-align:right;padding-left:5px}.product-balance strong{display:block;font-size:14px;font-weight:570;white-space:nowrap;color:#474d5e;letter-spacing:-.2px}.product-balance>span{display:block;margin-top:4px;font-size:10px;color:#adb2bf;white-space:nowrap}.product-card-count{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:#9ea5b4;font-size:11px;min-width:25px}.product-card-count .icon{width:12px;height:12px;color:#b1b7c5}.product-topup{border:1px solid #e9e6f2;width:26px;height:26px;border-radius:6px;color:#a490c7}.product-topup .icon{width:13px;height:13px}.row-arrow{color:#bfc4d0}.row-arrow .icon{width:13px;height:13px}.products-footnote{display:flex;align-items:center;justify-content:center;gap:6px;padding:13px;background:#fcfcfe;border-top:1px solid #f3f2f7;color:#b2b6c3;font-size:11px}.products-footnote .icon{width:11px;height:11px}.overview-aside{display:flex;flex-direction:column;gap:20px}.attention-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}.attention-panel h2{font-size:13px}.attention-dot{width:5px;height:5px;background:#cca66a;border-radius:50%}.attention-item{display:flex;align-items:flex-start;gap:10px;text-align:left;width:100%;padding:20px 0 17px;border-bottom:1px solid #f0f1f6}.attention-item:last-child{border-bottom:0;padding-bottom:0}.attention-icon{width:31px;height:31px;border-radius:8px;display:inline-grid;place-items:center;flex-shrink:0}.attention-icon .icon{width:16px;height:16px}.attention-item strong{font-size:12px;font-weight:550;color:#696d80}.attention-item p{font-size:11px;line-height:1.8;margin-top:4px;color:#a0a6b5}.attention-item div>span{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#9683ba;margin-top:8px}.attention-item div>span .icon{width:11px;height:11px}.how-it-works{background:#f1f0f8;border:1px solid #e9e6f4;border-radius:var(--radius);padding:22px;position:relative;overflow:hidden}.mini-label{font-size:10px;letter-spacing:1px;color:#a49bbe;font-weight:650}.wallet-illustration{display:flex;align-items:center;justify-content:center;padding:23px 0 22px}.wallet-illustration>span{height:44px;width:51px;background:#fdfcfe;border:1px solid #ded5ee;color:#af9bcc;display:grid;place-items:center;border-radius:9px;transform:rotate(-7deg);box-shadow:0 5px 8px #73599708}.wallet-illustration>span .icon{width:26px;height:26px}.wallet-illustration>i{height:1px;width:25px;background:#d2c9e2}.wallet-illustration>div{display:flex;flex-direction:column;gap:3px;border-left:1px solid #d2c9e2;padding-left:14px;color:#b3a2cd}.wallet-illustration>div .icon{width:28px;height:19px}.how-it-works h3{font-size:19px;font-weight:550;line-height:1.45;color:#7f7298;letter-spacing:-.5px}.how-it-works p{font-size:12px;line-height:1.9;color:#a39ab4;margin-top:10px;max-width:185px}.how-it-works .btn{font-size:11px;color:#927db2;margin-top:16px}.how-it-works .btn .icon{width:11px;height:11px}.recent-panel{margin-top:27px;overflow:hidden}.recent-panel>.section-heading{padding:22px 23px 18px}.table-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#d9d3e8 transparent}.data-table{font-size:12px}.data-table th{font-weight:450;color:#a0a6b5;font-size:11px;text-align:left;background:#fcfcfe;padding:11px 20px;border-top:1px solid #f2f3f7;border-bottom:1px solid #f0f2f7;white-space:nowrap}.data-table td{padding:15px 20px;border-bottom:1px solid #f0f2f7;color:#6e7485}.data-table td:first-child,.data-table th:first-child{padding-left:24px}.data-table td:last-child,.data-table th:last-child{padding-right:19px;padding-left:0;width:35px}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fdfcfe}.data-table strong{font-size:12px;color:#646a7b;font-weight:550}.data-table .subline{font-size:11px;color:#a4aaba}.data-table .amount{font-size:13px;white-space:nowrap;color:#52596c;font-weight:520}.data-table .amount.positive{color:#3ca17e}.data-table .amount.neutral{color:#a89976}.activity-cell,.card-cell{display:flex;align-items:center;gap:11px;padding:0;min-width:0}.activity-cell>span:last-child,.card-cell>span:last-child{text-align:left;min-width:0}.activity-cell strong{display:block;max-width:265px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-cell .subline{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchant-icon{height:32px;width:32px;display:inline-grid;place-items:center;background:#f4f5f8;border-radius:8px;border:1px solid #eff0f5;color:#959db0;flex-shrink:0;font-size:18px}.merchant-icon .icon{width:16px;height:16px}.merchant-icon.meta{background:#f0f6ff;color:#559bdf;border-color:#eaf1fa;font-size:28px;line-height:1;font-family:Arial,sans-serif;font-weight:500}.merchant-icon.google{background:#fff;color:#628ed5;font-family:Arial,sans-serif;font-weight:650;font-size:18px}.merchant-icon.green{background:#effaf3;color:#69b296}.wallet-link{font-size:12px;font-weight:500;white-space:nowrap;color:#7c7196}.table-panel{overflow:hidden}.table-tools{padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:15px}.table-tools .search-field{width:290px}.filter-group{display:flex;align-items:center;gap:8px}.filter-group select,.page-size select{background:#fff;color:#8c93a3;border:1px solid #e7e9f1;border-radius:7px;min-height:35px;padding:7px 27px 7px 10px;font-size:12px;max-width:210px}.pagination{border-top:1px solid #eff1f6;display:flex;align-items:center;justify-content:space-between;padding:15px 23px;color:#a0a7b7;font-size:12px}.pagination>div{display:flex;align-items:center;gap:10px}.page-size{display:flex;align-items:center;gap:7px;margin-right:7px}.page-size select{min-height:29px;font-size:12px;padding:3px 7px}.mini-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:5px;width:37px;height:27px;border-radius:5px;flex-shrink:0;border:1px solid #e5d9f6}.mini-card .icon{height:8px;width:11px}.mini-card>span{align-self:flex-end;font-size:6px;line-height:1;font-weight:700}.mini-card.blue{border-color:#d8e7f5}.mini-card.amber{border-color:#efe1c6}.cards-table th{padding-top:13px;padding-bottom:13px}.cards-table td{padding-top:18px;padding-bottom:18px}.cards-table .limit-cell strong{font-size:12px}.cards-table .limit-cell .normal{font-size:11px}.back-link{display:inline-flex;align-items:center;gap:6px;color:#9aa0b1;font-size:12px;margin:0 0 17px}.back-link .icon{height:12px;width:12px}.wallet-banner{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:13px;margin-bottom:27px;padding:27px 30px;gap:30px}.wallet-balance{flex:1}.wallet-balance>strong{font-size:31px;font-weight:580;letter-spacing:-.8px;display:block;margin-top:10px;white-space:nowrap}.wallet-balance small{font-size:12px;font-weight:450;color:#aaaebe;letter-spacing:0;padding-left:3px}.wallet-balance p{font-size:12px;color:#a1a7b6;margin-top:6px}.wallet-held{border-left:1px solid var(--line);padding:10px 0 10px 30px;min-width:190px}.wallet-held>span{font-size:12px;color:#9199aa;display:block}.wallet-held strong{font-size:18px;color:#939aaa;font-weight:500;display:block;margin-top:7px}.wallet-held small{font-size:11px;color:#b1b7c4;display:block;margin-top:3px}.wallet-transfer-context{display:flex;align-items:flex-start;gap:12px;padding:5px 0 5px 30px;border-left:1px solid var(--line);max-width:290px;min-width:210px}.context-icon{background:#f5f2fb;border-radius:8px;height:32px;width:32px;display:grid;place-items:center;color:#ac98d4;flex-shrink:0}.context-icon .icon{width:16px;height:16px}.wallet-transfer-context strong{font-size:12px;font-weight:500;color:#888096}.wallet-transfer-context p{font-size:11px;line-height:1.8;color:#a39aac;margin:5px 0}.wallet-transfer-context .btn{font-size:11px;min-height:22px}.tabs{display:flex;gap:30px;border-bottom:1px solid #e7e9f1;margin-bottom:24px}.tabs a{padding:0 0 13px;font-size:13px;color:#999eae;border-bottom:2px solid transparent;display:flex;align-items:center;gap:7px}.tabs a.active{color:#7f5ccf;border-color:#9b80e1;font-weight:550}.tabs a span{font-size:11px;padding:0 5px;border-radius:4px;background:#f1edf9;color:#a18cce}.terms-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.terms-panel{padding:25px}.terms-description{font-size:13px;line-height:1.9;color:#8b92a2;margin:22px 0}.mcc-list{border:1px solid #eceaf2;border-radius:9px;overflow:hidden}.mcc-list>div{display:flex;align-items:center;gap:13px;padding:17px;border-bottom:1px solid #eeecf4}.mcc-list>div:last-child{border-bottom:0}.mcc-code{font-family:ui-monospace,monospace;background:#f2eef9;border-radius:4px;color:#a18dbd;padding:2px 6px;font-size:12px}.mcc-list strong{font-size:12px;color:#8d83a0;font-weight:500}.mcc-list .icon{height:15px;width:15px;color:#87baaa;margin-left:auto}.terms-panel .detail-list{margin-top:20px}.verification-layout{display:grid;grid-template-columns:minmax(0,550px) 260px;gap:60px}.verification-panel{padding:26px}.verification-panel .section-heading{margin-bottom:25px}.verification-merchant{display:flex;align-items:center;gap:13px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.verification-merchant .merchant-icon{width:43px;height:43px}.verification-merchant h3{font-size:15px}.verification-merchant p{font-size:12px;color:#9ba2b2;margin-top:3px}.verification-context{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:13px;padding:24px 0;font-size:12px;color:#9aa2b4}.verification-context a{color:#7e66b7}.verification-context .inline-link{font-size:12px}.verification-code{border-radius:10px;background:#f7f4fc;text-align:center;padding:28px 20px;border:1px solid #ece6f8;display:flex;flex-direction:column;align-items:center}.verification-code>span{font-size:10px;letter-spacing:1.2px;color:#a18dbe}.verification-code>strong{font-size:40px;letter-spacing:7px;margin:14px 0 20px;color:#8d75b3;font-weight:500}.verification-code .btn{font-size:12px;min-height:31px;color:#a08eb9;background:#fff}.verification-help{padding-top:25px}.verification-help h3{font-size:21px;line-height:1.6;margin:18px 0;color:#8f859f;font-weight:500}.verification-help p{font-size:13px;line-height:1.9;color:#a79faf;margin-top:15px}
}
@layer dialogs {
  #action-dialog{position:fixed;inset:0 0 0 auto;margin:0;max-width:min(100vw,560px);width:560px;height:100dvh;max-height:100dvh;border:0;border-left:1px solid #eae6f0;background:#fff;color:var(--text);box-shadow:-20px 0 70px #322e4e10;overflow:hidden;border-radius:0}#action-dialog[open]{display:flex;flex-direction:column;animation:panel-in .2s ease-out}#action-dialog::backdrop{background:#2420364a;backdrop-filter:blur(2px)}.dialog-header{display:flex;justify-content:space-between;align-items:flex-start;padding:27px 28px 23px;border-bottom:1px solid var(--line);gap:12px;flex-shrink:0}.dialog-header h2{font-size:23px;line-height:1.3;letter-spacing:-.65px;font-weight:600}.dialog-header p{font-size:13px;color:#959cad;margin-top:7px}.dialog-eyebrow{display:block;font-size:10px;letter-spacing:1.2px;color:#b2a4c9;font-weight:650;margin-bottom:8px}.dialog-header .icon-button{margin-top:2px}.dialog-body{padding:26px 28px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#e0d8ee transparent}.dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:19px 28px;border-top:1px solid var(--line);background:#fff;flex-shrink:0}.dialog-footer .btn{font-size:13px;padding:11px 17px;min-height:42px}.field{display:block;margin-bottom:23px}.field>span{display:block;color:#747487;font-size:13px;font-weight:550;margin-bottom:8px}.field input:not([type="checkbox"]),.field select,.field textarea{display:block;width:100%;border:1px solid #e5e4ed;border-radius:8px;min-height:44px;padding:11px 13px;background:white;font-size:13px;color:#655e75}.field>small{display:block;font-size:12px;line-height:1.7;color:#a4a0af;margin-top:6px}.field textarea{resize:vertical;line-height:1.9;font-size:13px}.money-input{display:flex;align-items:center;border:1px solid #e5e4ed;border-radius:8px;overflow:hidden;background:#fff}.field .money-input input,.money-input input{border:0!important;border-radius:0;min-width:0;flex:1;padding:13px;outline-offset:-3px;min-height:45px;background:transparent;font-size:17px}.money-input>span{font-size:12px;color:#a8a0b5;padding-right:14px}.money-input>button{border-left:1px solid #ede8f3;padding:3px 14px;color:#9579c2;font-size:12px;margin-right:2px}.wallet-chip{display:flex;align-items:center;gap:11px;border:1px solid #eae5f1;border-radius:10px;background:#fcfbfe;padding:16px;margin:0 0 25px}.wallet-chip>div{min-width:0}.wallet-chip>div>span{font-size:11px;color:#aaa1b5;display:block}.wallet-chip>div>strong{display:block;font-size:13px;font-weight:550;color:#847393;margin:3px 0}.wallet-chip small{font-size:11px;font-weight:450;color:#b0a1bf;margin-left:4px}.wallet-chip .chip-balance{margin-left:auto;text-align:right}.wallet-chip .chip-balance strong{font-size:13px;white-space:nowrap;color:#83728f}.wallet-chip .product-icon{width:37px;height:37px}.wallet-chip .product-icon .icon{width:17px;height:17px}.field-group{margin:25px 0}.field-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.field-heading h3{font-size:13px;color:#757185}.field-heading>span{font-size:11px;background:#f3f0f7;color:#a495b3;padding:2px 6px;border-radius:4px}.field-help{font-size:12px;line-height:1.8;color:#a5a0af;margin-bottom:17px}.limit-field{display:grid;grid-template-columns:1fr 190px;align-items:center;gap:7px 18px;padding:12px 0;border-bottom:1px solid #f1edf6}.limit-field>label{font-size:13px;color:#888293}.limit-field>small{grid-column:2;font-size:12px;color:#b6a8bb;margin-top:-2px}.small-money{height:37px;border-radius:6px}.small-money input{min-height:36px;font-size:13px;padding:7px 10px;width:100%}.small-money>span{font-size:12px;padding-right:10px}.checkbox-label{display:flex;align-items:center;gap:8px}.checkbox-label input,.confirmation-check input{accent-color:#8060ce;height:15px;width:15px;flex-shrink:0;margin:0}.small-money:has(input:disabled){background:#f7f5fa;border-color:#f0edf4}.fee-preview{display:grid;grid-template-columns:1fr auto;background:#faf8fd;border:1px solid #ece5f5;border-radius:9px;padding:15px 17px;margin:22px 0;gap:7px;color:#9d8dad;font-size:12px}.fee-preview strong{color:#9b81b5;font-size:13px}.fee-preview small{grid-column:1/-1;font-size:11px;color:#afa0bc}.notice{display:flex;align-items:flex-start;gap:10px;border-radius:9px;background:#f7f6fb;padding:14px 15px;margin:21px 0 2px;color:#a697b9}.notice>.icon{margin-top:1px;width:16px;height:16px}.notice p{font-size:12px;line-height:1.85;color:#a89bb6}.notice strong{font-weight:550;color:#9683aa}.notice.warm{background:#fcf7ef;color:#bea485}.notice.warm p{color:#b49f86}.issue-mode{display:flex;gap:10px;margin:24px 0}.issue-mode button{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #e9e4f2;border-radius:9px;padding:13px;color:#a394b6;font-size:13px}.issue-mode .icon{height:17px;width:17px}.issue-mode button.selected{border-color:#bda5e6;color:#9d7fce;background:#f8f4fe;box-shadow:0 0 0 1px #f5efff}.detail-list{margin:10px 0 25px}.detail-list>div{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:13px 0;border-bottom:1px solid #f0edf6;font-size:13px}.detail-list>div:last-child{border-bottom:0}.detail-list dt{color:#a599ae}.detail-list dd{color:#8f7ba4;text-align:right;font-weight:550;margin:0;font-size:13px}.detail-list.compact>div{font-size:12px;padding:10px 0}.detail-list.compact dd{font-size:12px}.detail-list .total{border-top:1px solid #e8dfef;margin-top:7px;padding-top:17px}.detail-list .total dt{font-weight:550;color:#9581a7}.detail-list .total dd{font-size:16px;color:#8b6ba7}.review-box{background:#fcfafd;border:1px solid #eee6f3;border-radius:9px;padding:4px 17px;margin:23px 0}.review-box .detail-list{margin:0}.block-title{font-size:13px;color:#8d7e9d;margin:25px 0 12px}.block-title+.muted{font-size:13px;color:#a191b2;margin-top:-5px}.form-error{font-size:13px;line-height:1.7;padding:13px 15px;border:1px solid #f1cdd4;border-radius:8px;margin-top:20px;background:#fff6f7;color:#c36d80}.form-error[hidden]{display:none}.transfer-review-amount{text-align:center;padding:6px 0 23px}.transfer-review-amount>span{font-size:12px;color:#b3a4c1}.transfer-review-amount strong{display:block;font-size:34px;font-weight:550;letter-spacing:-1px;color:#9075aa;margin-top:7px}.transfer-review-amount small{font-size:13px;letter-spacing:0;font-weight:450;color:#b5a7c2}.transfer-wallets{border:1px solid #eadff4;border-radius:11px;padding:20px;background:#fcfaff;position:relative}.transfer-wallets>div{display:flex;align-items:center;gap:12px}.transfer-wallets>div>div{display:flex;flex-direction:column;gap:3px}.transfer-wallets>div span:not(.product-icon){font-size:10px;color:#b5a3c8;letter-spacing:.8px}.transfer-wallets strong{font-size:13px;color:#9a7fb3;font-weight:500}.transfer-wallets small{font-size:11px;color:#bfadc9}.transfer-connector{display:flex;height:41px;margin:6px 0 6px 19px;border-left:1px dashed #ddc9ed;align-items:center;color:#ccb5e1}.transfer-connector .icon{margin-left:-8px;background:#fcfaff;width:15px;height:15px}.compact-empty{padding:24px 15px}.compact-empty h3{font-size:14px}.compact-empty p{font-size:12px;line-height:1.9}.steps-list{margin:25px 0}.steps-list>div{display:flex;align-items:flex-start;gap:14px;position:relative;padding:0 0 27px}.steps-list>div:last-child{padding-bottom:0}.steps-list>div:not(:last-child)::after{content:'';position:absolute;top:29px;left:14px;bottom:4px;border-left:1px solid #ece2f5}.steps-list>div>span{height:29px;width:29px;border:1px solid #e7daf2;border-radius:50%;display:grid;place-items:center;flex-shrink:0;color:#b294c5;background:#fcf9ff;font-size:12px}.steps-list strong{font-size:13px;color:#a088af;font-weight:500}.steps-list p{font-size:12px;line-height:1.8;color:#b6a5bd;margin-top:5px}.success-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#effaf5;color:#64a58a;margin-bottom:17px}.success-icon .icon{width:25px;height:25px}.success-title{font-size:19px;letter-spacing:-.5px;color:#89779e}.success-title+.muted{font-size:13px;line-height:1.9;color:#aa9db6;margin:11px 0 23px}.card-visual{border:1px solid #d3c2ed;border-radius:16px;aspect-ratio:1.95;padding:23px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;margin-bottom:27px;background:#f3edff;color:#9c7fc6}.card-visual::after{content:'';width:280px;height:280px;border:1px solid currentColor;border-radius:50%;position:absolute;right:-130px;top:-100px;opacity:.14;box-shadow:0 0 0 22px #b699d212,0 0 0 44px #b699d20a;pointer-events:none}.card-visual.blue{background:#e9f4ff;border-color:#bbd9ed;color:#779fbd}.card-visual.amber{background:#fcf4e4;border-color:#e8d2a9;color:#b79965}.card-visual>div{display:flex;justify-content:space-between;align-items:center;gap:15px;position:relative;z-index:1}.card-brand{font-size:20px;font-weight:680;letter-spacing:-.9px}.card-visual .badge{font-size:10px;padding:3px 6px}.card-product{font-size:11px;opacity:.75;margin-top:4px}.card-visual>strong{font-family:ui-monospace,monospace;font-size:24px;font-weight:450;letter-spacing:2px;white-space:nowrap;margin-top:15px}.card-visual strong>span{opacity:.55}.card-visual>div:last-child{font-size:12px;margin-top:22px;opacity:.85}.card-visual>div:last-child b{font-size:16px;font-style:italic;font-weight:650;letter-spacing:-1px}.funding-link{font-size:12px;display:flex;justify-content:flex-end;margin-top:-13px;margin-bottom:24px}.compact-heading{margin-top:30px;margin-bottom:17px}.compact-heading h3{font-size:13px;color:#9882a9}.compact-heading .inline-link{font-size:12px}.limit-meter{margin-bottom:20px}.limit-meter>div:first-child{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#ad9cba}.limit-meter strong{font-size:13px;color:#a58bb7;font-weight:500}.meter-track{height:5px;background:#f0eaf7;border-radius:4px;overflow:hidden;margin:10px 0}.meter-track>span{display:block;height:100%;background:#bca1d6;border-radius:4px}.limit-meter p{font-size:11px;display:flex;justify-content:space-between;color:#b7a7c4;margin-top:8px}.limit-meter p span{color:#b098c1}.danger-link{font-size:12px;color:#c899a5;padding:6px 0}.danger-link:hover{color:#b76179}.close-warning{padding:22px;border:1px solid #f3e1e5;background:#fff9fb;border-radius:10px;margin-bottom:24px}.close-warning>.icon{width:28px;height:28px;color:#c493a3;margin-bottom:15px}.close-warning h3{font-size:17px;color:#be8e9f}.close-warning p{font-size:13px;line-height:1.9;color:#c0a2ae;margin-top:8px}.confirmation-check{display:flex;align-items:flex-start;gap:10px;padding:22px 0;color:#b295a5;font-size:13px;line-height:1.8}.confirmation-check input{margin-top:3px}.activity-detail-heading{text-align:center;padding:0 0 20px}.activity-detail-heading>.attention-icon{width:45px;height:45px;border-radius:12px;margin-bottom:15px}.activity-detail-heading>.attention-icon .icon{width:23px;height:23px}.activity-detail-heading h3{font-size:20px;color:#947baf;margin-bottom:10px}.activity-detail-heading p{font-size:12px;color:#b2a1c0;margin-top:12px}.impact-callout{background:#faf6ff;border:1px solid #e9dcf5;border-radius:11px;padding:20px;text-align:center;margin-bottom:23px}.impact-callout>span{display:block;font-size:12px;color:#b7a4cb}.impact-callout strong{display:block;font-size:32px;font-weight:500;letter-spacing:-1px;color:#9c7bb6;margin:8px 0}.impact-callout small{font-size:12px;color:#b4a0c5}.reference-line{font-size:11px;color:#c3b6cd;display:flex;flex-direction:column;gap:4px;margin-top:25px}.reference-line span{font-family:ui-monospace,monospace;overflow-wrap:anywhere}.support-intro{padding:7px 0 26px}.support-intro>.attention-icon{width:46px;height:46px;border-radius:12px}.support-intro .icon{width:23px;height:23px}.support-intro h3{font-size:23px;line-height:1.5;color:#a084b7;margin:20px 0 14px;max-width:290px}.support-intro p{color:#b4a0c2;line-height:1.9;font-size:13px}.support-options{border:1px solid #e9def2;border-radius:10px;overflow:hidden}.support-options>*{display:flex;align-items:center;gap:12px;padding:20px;width:100%;color:#b29ac5;border-bottom:1px solid #f0e8f7}.support-options>*:last-child{border-bottom:0}.support-options>*:hover{background:#fdfaff}.support-options span{display:flex;flex-direction:column;gap:5px;flex:1}.support-options strong{font-size:13px;font-weight:500}.support-options small{font-size:12px;color:#c3b0d1}.support-options>.icon{width:17px;height:17px}.explanation-illustration{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:13px;padding:22px;border:1px solid #eee4f6;border-radius:12px;background:#fcfaff;color:#b79dca;margin-bottom:32px}.explanation-illustration>.icon{width:33px;height:33px}.explanation-illustration>span{font-size:13px}.explanation-illustration>div{display:flex;justify-content:center;gap:20px;flex-basis:100%;padding-top:25px}.explanation-illustration>div>.icon{width:34px;height:34px}.dialog-search{margin-bottom:25px}.dialog-search input{min-height:43px;font-size:13px}.search-heading{font-size:12px;color:#b49bc6;display:flex;gap:7px;align-items:center;margin:23px 0 10px;letter-spacing:.3px;text-transform:uppercase}.search-heading span{font-size:11px;color:#c8b2d6;font-weight:400;text-transform:none}.search-result{display:flex;align-items:center;gap:11px;width:100%;padding:14px 0;border-bottom:1px solid #f2e9f9;text-align:left;color:#b99ccc}.search-result:hover{background:#fcf9ff}.search-result>span:not(.product-icon){display:flex;flex-direction:column;gap:4px;flex:1}.search-result strong{font-size:13px;color:#a185b4;font-weight:500}.search-result small{font-size:12px;color:#bda9cb}.search-result>b{font-size:12px;font-weight:500;color:#b59ac9}.search-result>.icon:last-child{width:13px;height:13px}.search-result .product-icon{height:33px;width:33px}.search-result .product-icon .icon{height:16px;width:16px}
  @keyframes panel-in{from{transform:translateX(30px);opacity:.7}to{transform:translateX(0);opacity:1}}
}
@layer responsive {
  @media(min-width:1700px){.portfolio-layout{grid-template-columns:minmax(0,1fr) 300px}.product-row{padding:21px 25px;column-gap:24px}.product-name{font-size:14px}.product-subline{font-size:12px}.product-balance strong{font-size:17px}.product-balance>span{font-size:12px}.product-icon{height:43px;width:43px}.product-card-count{font-size:12px}.attention-item strong{font-size:13px}.attention-item p,.attention-item div>span{font-size:12px}.how-it-works p{font-size:13px;max-width:240px}}
  @media(max-width:1320px){.sidebar{width:202px;padding-left:13px;padding-right:13px}.app-main{margin-left:202px}.topbar{padding:0 28px}.app-main main{padding:28px}.page-heading{gap:18px}.page-heading h1{font-size:27px}.page-actions{gap:7px}.page-actions .btn{padding:9px 12px;font-size:12px}.portfolio-layout{grid-template-columns:minmax(0,1fr) 230px;gap:18px}.product-tools{flex-wrap:wrap;gap:10px}.product-search{max-width:100%;flex:1;min-width:100px}.product-tools .segmented{width:100%;justify-content:space-between}.product-row{column-gap:10px;padding:17px 18px}.product-subline{font-size:10px}.product-identity{gap:9px}.product-card-count{display:none}.product-row{grid-template-columns:minmax(0,1fr) auto 26px 12px}.summary-cell{padding:0 23px}.summary-value{font-size:26px}.attention-panel{padding:18px}.how-it-works{padding:19px}.wallet-banner{gap:22px;padding:25px}.wallet-held{min-width:160px;padding-left:22px}.wallet-transfer-context{min-width:190px;padding-left:22px}.wallet-balance>strong{font-size:29px}.data-table td,.data-table th{padding-left:17px;padding-right:17px}.toast{left:calc(50% + 101px)}.app-footer{padding:14px 28px 25px}}
  @media(max-width:1120px){.portfolio-layout{grid-template-columns:minmax(0,1fr)}.overview-aside{display:none}.product-tools{flex-wrap:nowrap}.product-tools .segmented{width:auto;justify-content:flex-start}.product-search{max-width:190px}.product-card-count{display:flex}.product-row{grid-template-columns:minmax(0,1fr) auto 45px 29px 20px;padding:18px 23px}.product-subline{font-size:11px}.product-name{font-size:13px}.product-balance strong{font-size:15px}.product-balance>span{font-size:11px}.page-heading h1{font-size:25px}.summary-cell{padding:0 22px}.summary-value{font-size:24px}.cards-summary{flex:.5}.summary-label{font-size:11px}.summary-foot{font-size:11px;gap:5px}.wallet-transfer-context{display:none}.wallet-balance{flex:1}.wallet-held{flex:.6}.terms-grid{grid-template-columns:1fr}.verification-layout{grid-template-columns:1fr}.verification-help{display:none}.table-tools{flex-wrap:wrap}.table-tools .search-field{flex:1;min-width:200px}.data-table{min-width:670px}.cards-table{min-width:720px}.recent-panel .data-table{min-width:690px}.tabs{gap:25px}.card-cell strong{white-space:nowrap}.app-main main{padding:28px 25px}}
  @media(max-width:900px){.sidebar{width:178px;padding:24px 10px 0}.brand{font-size:22px;padding:0 10px 27px;gap:5px}.brand svg{width:26px;height:26px}.nav-link{padding:11px;gap:10px;font-size:13px}.support-card{margin:24px 0;padding:17px 12px}.app-main{margin-left:178px}.topbar{padding:0 24px;height:67px}.topbar .search-trigger::after{display:none}.app-main main{padding:25px 22px}.page-heading{align-items:flex-start;flex-wrap:wrap;gap:18px}.page-heading h1{font-size:26px}.page-heading p{font-size:12px}.summary-cell{padding:0 18px}.summary-value{font-size:24px}.summary-value>span{display:none}.summary-foot{flex-wrap:wrap}.cards-summary{display:none}.product-tools{flex-wrap:wrap}.product-tools .segmented{width:100%;justify-content:space-between}.product-search{max-width:100%;flex-basis:100%}.product-row{grid-template-columns:minmax(0,1fr) auto 25px;padding:17px 19px;gap:12px}.product-card-count,.row-arrow{display:none}.product-subline{font-size:10px}.product-name{font-size:13px}.product-balance strong{font-size:14px}.product-balance>span{font-size:10px}.product-icon{height:36px;width:36px}.product-identity{gap:10px}.product-topup{width:24px;height:24px}.toast{left:calc(50% + 89px)}.product-tools .segmented button{padding:5px 10px;font-size:12px}.tabs a{font-size:12px}.wallet-banner{padding:22px;gap:18px}.wallet-held{padding-left:20px;min-width:0}.wallet-balance>strong{font-size:27px}.wallet-held small{max-width:140px}.terms-panel{padding:23px}}
  @media(max-width:650px){:root{font-size:14px}.sidebar{position:static;width:auto;padding:0;border:0;background:none}.sidebar>.brand,.nav-label,.sidebar-bottom{display:none}.sidebar>nav{position:fixed;bottom:0;left:0;right:0;background:#fff;display:flex;justify-content:space-around;padding:9px 6px calc(9px + env(safe-area-inset-bottom));border-top:1px solid #e8e4ef;z-index:30;box-shadow:0 -5px 20px #3c254f04}.nav-link{display:flex;flex-direction:column;gap:4px;padding:6px 17px;font-size:11px;border-radius:8px;margin:0;position:relative}.nav-link>.icon{width:20px;height:20px}.nav-link .nav-count{position:absolute;right:8px;top:1px;font-size:7px;line-height:1.4;padding:1px 3px}.app-main{margin-left:0}.topbar{height:60px;padding:0 19px;background:#fff}.breadcrumbs>span{display:none}.breadcrumbs>.icon{display:none}.breadcrumbs::before{content:'HolyMint.';font-size:20px;font-weight:750;letter-spacing:-.9px;color:#25a07a}.breadcrumbs>strong{font-size:12px;border-left:1px solid #ece8f2;padding-left:12px;max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.breadcrumbs{gap:12px}.topbar-actions{gap:5px}.search-trigger{font-size:0;gap:0;padding:7px}.search-trigger .icon{width:18px;height:18px}.notification-button{padding-left:10px;width:31px;border:0}.notification-button i{right:0}.app-main main{padding:24px 17px 15px}.page-heading{gap:18px;margin-bottom:22px}.page-heading h1{font-size:26px;letter-spacing:-.8px;flex-wrap:wrap;gap:9px}.page-heading p{font-size:12px;line-height:1.8;margin-top:7px}.eyebrow{font-size:10px;margin-bottom:8px}.page-actions{width:100%;gap:9px}.page-actions .btn{flex:1;min-height:40px;padding:9px;font-size:12px}.portfolio-summary{margin-bottom:23px;padding:20px 0;flex-wrap:wrap;row-gap:19px;border-radius:12px}.summary-cell{padding:0 18px;min-width:145px}.summary-label{font-size:11px}.summary-value{font-size:26px;margin-top:11px}.summary-value>span{display:inline;font-size:11px}.summary-foot{font-size:10px;flex-wrap:wrap;gap:6px;margin-top:7px}.portfolio-summary:has(.summary-cell:nth-child(3)) .summary-value>span{display:none}.cards-summary{display:none}.currency-icon{height:18px;width:18px;font-size:12px}.summary-label .tooltip-icon{display:none}.portfolio-layout{gap:18px}.products-panel>.section-heading{padding:20px 17px 16px}.section-heading h2{font-size:15px}.section-heading p{font-size:12px;max-width:210px;line-height:1.7}.product-tools{padding:0 15px 13px;gap:9px}.product-tools .segmented{gap:2px;width:100%;justify-content:space-between}.product-tools .segmented button{padding:6px 7px;font-size:11px}.product-search{max-width:none}.product-search input{font-size:12px;min-height:34px}.group-heading{padding:10px 18px 8px;font-size:11px}.product-row{grid-template-columns:minmax(0,1fr) auto;gap:10px 13px;padding:19px 17px;position:relative}.product-icon{width:37px;height:37px;border-radius:9px}.product-icon .icon{width:19px;height:19px}.product-identity{gap:9px;min-width:0}.product-name{font-size:13px;gap:5px}.default-tag{font-size:7px;padding:1px 4px}.product-subline{font-size:10px;gap:4px;max-width:190px;flex-wrap:wrap;line-height:1.5}.product-subline .connected-label{flex-basis:100%;margin-top:-2px}.product-subline>span:nth-last-child(2){display:none}.product-balance strong{font-size:15px}.product-balance>span{font-size:10px;margin-top:6px}.product-topup{display:none}.products-footnote{font-size:10px;padding:13px 10px}.recent-panel{margin-top:23px}.recent-panel>.section-heading{padding:19px 17px}.recent-panel .subtle-link{font-size:11px}.recent-panel .subtle-link .icon{width:11px;height:11px}.app-footer{padding:20px 18px 95px;font-size:10px;gap:10px}.app-footer button{font-size:10px}.app-footer>span:nth-child(2){display:none}.toast{left:50%;bottom:95px;font-size:12px;min-width:270px}.back-link{font-size:12px;margin:0 0 20px}.page-heading .heading-icon{height:38px;width:38px}.wallet-banner{padding:22px;flex-wrap:wrap;gap:20px;margin-bottom:24px}.wallet-balance{flex-basis:100%;border-bottom:1px solid var(--line);padding-bottom:19px}.wallet-balance>strong{font-size:31px;margin-top:10px}.wallet-balance>p{font-size:12px}.wallet-held{border-left:0;padding:0;display:grid;grid-template-columns:1fr auto;flex:1;align-items:center}.wallet-held>span{font-size:12px}.wallet-held strong{font-size:17px;margin:0}.wallet-held small{grid-column:1/-1;font-size:11px;max-width:none;margin-top:5px}.tabs{gap:25px;margin-bottom:21px;white-space:nowrap;overflow-x:auto}.tabs a{font-size:12px;padding-bottom:12px}.table-tools{padding:17px;gap:11px}.table-tools .search-field{width:100%;flex-basis:100%}.table-tools input{min-height:40px;font-size:13px}.filter-group{width:100%;gap:8px}.filter-group select{flex:1;max-width:100%;font-size:12px;padding:9px;min-height:37px}.data-table{min-width:640px}.cards-table{min-width:690px}.table-panel:has(.cards-table) .table-scroll{overflow:visible}.cards-table{display:block;min-width:0;width:100%}.cards-table thead{display:none}.cards-table tbody{display:block}.cards-table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:12px;padding:18px;border-bottom:1px solid #f0eaf6}.cards-table td{display:block;padding:0!important;border:0!important}.cards-table td:first-child{grid-column:1;grid-row:1}.cards-table td:last-child{grid-column:2;grid-row:1;width:auto}.cards-table td:has(.wallet-link){grid-column:1;margin-top:9px;padding-left:48px!important}.cards-table td:has(.badge){grid-column:2;grid-row:2;margin-top:8px}.cards-table td.limit-cell{grid-column:1;margin-top:12px;padding-left:48px!important}.cards-table .mobile-hide{display:none}.cards-table .card-cell{gap:11px}.cards-table strong{font-size:13px}.cards-table .card-cell .subline{font-size:12px}.cards-table .limit-cell strong{font-size:12px}.cards-table .wallet-link{font-size:12px}.cards-table .wallet-link .subline{display:none}.cards-table .badge{font-size:11px}.pagination{padding:15px 17px;gap:10px;font-size:11px}.pagination>div{gap:6px}.page-size{display:none}.pagination .icon-button{width:25px}.context-note{font-size:12px;line-height:1.85}.terms-panel{padding:21px}.terms-description{font-size:13px}.terms-panel h2{font-size:15px}.mcc-list>div{padding:15px 12px;gap:10px}.mcc-list strong{font-size:12px}.verification-panel{padding:21px}.verification-context{grid-template-columns:85px 1fr;font-size:12px}.verification-context .inline-link{font-size:12px}.verification-code>strong{font-size:36px}.verification-panel>.section-heading{gap:10px}.verification-panel h2{font-size:14px}#action-dialog{width:100vw;max-width:100vw;border-left:0}.dialog-header{padding:24px 20px 21px}.dialog-header h2{font-size:22px}.dialog-header p{font-size:12px}.dialog-body{padding:24px 20px}.dialog-footer{padding:16px 20px calc(16px + env(safe-area-inset-bottom))}.dialog-footer .btn{font-size:12px;flex:1;padding:11px 12px}.wallet-chip{padding:14px;gap:9px}.wallet-chip .product-icon{width:31px;height:31px}.wallet-chip>div>strong{font-size:13px}.wallet-chip .chip-balance strong{font-size:13px}.wallet-chip .chip-balance>span{font-size:10px}.wallet-chip>div>span{font-size:10px}.limit-field{grid-template-columns:1fr 157px;column-gap:10px}.limit-field>label{font-size:12px}.card-visual{padding:22px;aspect-ratio:1.75}.card-visual>strong{font-size:22px;letter-spacing:1.5px}.card-visual>div:last-child{margin-top:16px}.search-result strong{font-size:12px}.search-result>b{font-size:12px}.search-result .product-icon{width:29px;height:29px}.search-result{gap:9px}.dialog-search input{font-size:12px}.skip-link{left:15px}}
  @media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
}

@layer clarity {
  .before-amount{display:block;font-size:11px;font-weight:400;color:#747b8d;margin-bottom:3px}.dialog-body .card-product{opacity:1}.card-visual>div:last-child{opacity:1}
  @media(max-width:650px){.search-trigger{font-size:0;gap:0}.topbar-actions{gap:7px}.search-trigger::after{display:none}}
}

@layer clarity { @media(max-width:650px){.field input:not([type="checkbox"]),.field select,.field textarea,.money-input input,.search-field input,.filter-group select{font-size:16px}.small-money input{font-size:16px}.search-field input{font-size:16px}.product-search input{font-size:14px}} }

@layer clarity {
  .table-scroll{position:relative}
  .portfolio-summary-cards{display:grid;grid-template-columns:repeat(var(--currency-count),minmax(0,1fr)) minmax(210px,.78fr);gap:16px;padding:0;border:0;border-radius:0;background:none;box-shadow:none;margin-bottom:26px}
  .balance-summary-card,.cards-summary-card{min-width:0;border:1px solid #e5e8ef;border-radius:16px;padding:21px 23px 0;background:#fff;box-shadow:0 3px 14px #28344903;overflow:hidden}
  .balance-summary-card.usd{background:linear-gradient(125deg,#f7fcfa 0%,#fff 65%);border-color:#e0ece7}
  .balance-summary-card.eur{background:linear-gradient(125deg,#faf8ff 0%,#fff 65%);border-color:#e7e2f1}
  .balance-summary-card.gbp{background:linear-gradient(125deg,#f5f9fe 0%,#fff 65%);border-color:#e0e8f3}
  .balance-summary-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
  .balance-currency{display:flex;align-items:center;gap:11px}
  .balance-currency-mark{display:grid;place-items:center;flex-shrink:0;width:37px;height:37px;border-radius:12px;font-size:22px;line-height:1;font-weight:500;color:#3d977b;background:#e6f4ed;box-shadow:inset 0 0 0 1px #c9e4d744}
  .eur .balance-currency-mark{color:#8570bd;background:#eee9fa;box-shadow:inset 0 0 0 1px #dbd1f144}
  .gbp .balance-currency-mark{color:#628bb7;background:#e7eff9;box-shadow:inset 0 0 0 1px #d0def044}
  .balance-currency h2{font-size:13px;line-height:1.4;font-weight:650;color:#3e4759;letter-spacing:.25px}
  .balance-currency div>span{display:block;font-size:11px;color:#687487;margin-top:1px}
  .balance-wallet-count{display:flex;align-items:center;gap:5px;font-size:11px;color:#687487;white-space:nowrap}
  .balance-wallet-count .icon{width:12px;height:12px;color:#99a1af}
  .balance-summary-amount{margin:23px 0 20px}
  .balance-summary-amount>span{display:block;color:#687487;font-size:12px;margin-bottom:6px}
  .balance-summary-amount>strong{display:block;font-size:34px;line-height:1.2;letter-spacing:-1.1px;font-weight:580;color:#323b50;font-variant-numeric:tabular-nums;white-space:nowrap}
  .balance-amount-currency{font-size:.76em;vertical-align:baseline;color:#7b8798;margin-right:2px;font-weight:450}
  .balance-amount-decimal,.balance-amount-fraction{color:#7c879a;font-size:.8em;letter-spacing:-.6px;font-weight:450}
  .balance-summary-hold{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0 15px;border-top:1px solid #ebedf2;font-size:11px;color:#687487}
  .balance-summary-hold>span{display:flex;align-items:center;gap:6px}
  .balance-summary-hold i{width:5px;height:5px;border-radius:50%;background:#ceaa71}
  .balance-summary-hold>strong{font-size:12px;font-weight:500;color:#737e93;font-variant-numeric:tabular-nums}
  .cards-summary-card{display:flex;flex-direction:column;padding-bottom:17px;background:#fafaff;transition:border-color .15s,background .15s}
  .cards-summary-card:hover{border-color:#c8b5e7;background:#f7f4fc}
  .cards-summary-header{display:flex;justify-content:space-between;align-items:center;gap:10px;height:37px}
  .cards-summary-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#68718a}
  .cards-summary-label .icon{width:17px;height:17px;color:#8d82a5}
  .cards-summary-arrow{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:white;border:1px solid #eae6f2;color:#9a88b8}
  .cards-summary-arrow .icon{width:13px;height:13px}
  .cards-summary-active{display:flex;align-items:center;gap:14px;margin:21px 0 20px}
  .cards-summary-active>strong{font-size:41px;line-height:1;letter-spacing:-1.5px;font-weight:550;color:#4a4161;font-variant-numeric:tabular-nums}
  .cards-summary-active>div{display:flex;flex-direction:column;gap:3px}
  .cards-summary-active span{font-size:11px;color:#636d84}
  .cards-summary-active small{font-size:11px;color:#687487}
  .cards-status-bar{display:flex;gap:3px;height:4px;margin-top:auto;border-radius:5px;overflow:hidden;background:#ecebf2}
  .cards-status-bar>span{min-width:0;border-radius:5px;background:#bca8dd}
  .cards-status-bar>.active{background:#a294c8}.cards-status-bar>.frozen{background:#c7c5e8}.cards-status-bar>.closed{background:#e4e4ec}
  .cards-summary-statuses{display:flex;align-items:center;gap:15px;margin-top:12px;font-size:11px;color:#687487}
  .cards-summary-statuses>span{display:flex;align-items:center;gap:5px;white-space:nowrap}
  .cards-summary-statuses i{width:5px;height:5px;border-radius:50%;background:#e0e1e9}.cards-summary-statuses i.frozen{background:#bfbbdf}
  @media(max-width:1150px){.portfolio-summary-cards{gap:12px;grid-template-columns:repeat(var(--currency-count),minmax(0,1fr)) minmax(180px,.75fr)}.balance-summary-card,.cards-summary-card{padding-left:18px;padding-right:18px}.balance-summary-amount>strong{font-size:30px}.balance-wallet-count{font-size:9px;gap:4px}.balance-wallet-count .icon{display:none}.balance-currency{gap:9px}.cards-summary-active{gap:10px}.cards-summary-statuses{gap:10px}}
  @media(max-width:900px){.portfolio-summary-cards{grid-template-columns:repeat(var(--currency-count),minmax(0,1fr))}.cards-summary-card{grid-column:1/-1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px 20px;padding:16px 20px}.cards-summary-header{height:auto}.cards-summary-arrow{display:none}.cards-summary-active{margin:0;gap:9px;grid-column:2;grid-row:1/3}.cards-summary-active>strong{font-size:32px}.cards-status-bar{margin:0;grid-column:3;grid-row:1}.cards-summary-statuses{grid-column:3;grid-row:2;margin:0}.cards-summary-label{grid-row:1/3}.cards-summary-header{grid-row:1/3}.balance-summary-amount>strong{font-size:30px}}
  @media(max-width:650px){.portfolio-summary-cards{gap:10px;margin-bottom:22px}.balance-summary-card{padding:16px 15px 0;border-radius:13px}.balance-currency{gap:8px}.balance-currency-mark{width:29px;height:31px;border-radius:9px;font-size:18px}.balance-currency h2{font-size:12px}.balance-currency div>span{font-size:9px}.balance-summary-header{align-items:flex-start;flex-direction:column;gap:10px}.balance-wallet-count{font-size:9px;padding-left:37px;margin-top:-7px}.balance-summary-amount{margin:17px 0 15px}.balance-summary-amount>span{font-size:9px;margin-bottom:8px;white-space:nowrap}.balance-summary-amount>strong{font-size:25px;letter-spacing:-.8px}.balance-amount-decimal,.balance-amount-fraction{font-size:.76em;letter-spacing:-.5px}.balance-summary-hold{font-size:10px;padding:11px 0 13px;gap:7px}.balance-summary-hold>strong{font-size:11px}.cards-summary-card{border-radius:13px;padding:15px;gap:8px 15px;grid-template-columns:1fr auto}.cards-summary-header{grid-row:1;grid-column:1}.cards-summary-active{grid-row:1/3;grid-column:2}.cards-summary-label{font-size:11px}.cards-summary-label .icon{width:15px;height:15px}.cards-summary-statuses{grid-row:2;grid-column:1;font-size:9px;gap:11px}.cards-status-bar{grid-row:3;grid-column:1/-1;margin-top:4px;height:3px}.cards-summary-active>strong{font-size:32px}.cards-summary-active span{font-size:10px}.cards-summary-active small{font-size:9px}}
  @media(max-width:370px){.balance-summary-card{padding:14px 11px 0}.balance-summary-amount>strong{font-size:23px}.balance-summary-hold{font-size:9px;gap:4px}.balance-summary-hold>strong{font-size:10px}.balance-summary-hold i{display:none}}
  @media(min-width:1151px){.portfolio-summary-cards[data-currencies="3"]{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(195px,.86fr);gap:13px}.portfolio-summary-cards[data-currencies="3"]>.balance-summary-card,.portfolio-summary-cards[data-currencies="3"]>.cards-summary-card{padding-left:19px;padding-right:19px}.portfolio-summary-cards[data-currencies="3"] .balance-summary-amount>strong{font-size:32px}.portfolio-summary-cards[data-currencies="3"] .balance-wallet-count{font-size:10px}.portfolio-summary-cards[data-currencies="3"] .balance-wallet-count .icon{display:none}}
  @media(max-width:1150px){.portfolio-summary-cards[data-currencies="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-summary-cards[data-currencies="3"]>.cards-summary-card{grid-column:auto;display:flex;flex-direction:column;align-items:stretch;gap:0}.portfolio-summary-cards[data-currencies="3"] .cards-summary-header{height:37px}.portfolio-summary-cards[data-currencies="3"] .cards-summary-arrow{display:grid}.portfolio-summary-cards[data-currencies="3"] .cards-summary-active{margin:21px 0 20px;flex-wrap:wrap}.portfolio-summary-cards[data-currencies="3"] .cards-status-bar{margin-top:auto}.portfolio-summary-cards[data-currencies="3"] .cards-summary-statuses{margin-top:12px}}
  @media(max-width:650px){.portfolio-summary-cards[data-currencies="3"] .cards-summary-card{padding-top:16px}.portfolio-summary-cards[data-currencies="3"] .cards-summary-header{height:31px}.portfolio-summary-cards[data-currencies="3"] .cards-summary-arrow{display:none}.portfolio-summary-cards[data-currencies="3"] .cards-summary-active{margin:20px 0 16px;gap:8px}.portfolio-summary-cards[data-currencies="3"] .cards-summary-active>strong{font-size:34px}.portfolio-summary-cards[data-currencies="3"] .cards-summary-active>div{gap:4px}.portfolio-summary-cards[data-currencies="3"] .cards-summary-statuses{gap:9px}}
  .activity-panel{overflow:visible}
  .activity-filters{padding:0 22px 18px;position:relative;z-index:5}
  .activity-filters:has([data-af-pop][open]){z-index:40}
  .af-views{display:flex;align-items:center;gap:22px;border-bottom:1px solid var(--line);margin-bottom:17px;min-height:54px}
  .af-views>button{font-size:12px;white-space:nowrap;color:#70798d;align-self:stretch;padding:17px 0 15px;border-bottom:2px solid transparent}
  .af-views>button.selected{color:#6945c2;border-bottom-color:#7952d1;font-weight:600}
  .af-views>button:hover{color:#6945c2}
  .af-views .af-embedded-export{display:flex;align-items:center;gap:6px;margin-left:auto}
  .af-embedded-export .icon{width:14px;height:14px}
  .af-main-row,.af-primary-filters{display:flex;align-items:center;gap:9px}
  .af-main-row{justify-content:space-between;gap:18px}
  .af-search{flex:1;min-width:210px;max-width:340px}
  .af-search input{width:100%;font-size:11px;height:37px}
  .af-popover{position:relative}
  .af-trigger{display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none;white-space:nowrap;border:1px solid #e1e4ed;border-radius:8px;background:white;color:#667189;font-size:11px;padding:9px 10px;min-height:37px}
  .af-trigger::-webkit-details-marker{display:none}
  .af-trigger>.icon{width:14px;height:14px;flex-shrink:0}
  .af-trigger>.icon:last-child{width:11px;height:11px;color:#8a95a7}
  .af-trigger.has-value,.af-popover[open]>.af-trigger{border-color:#c7b8e9;background:#faf8ff;color:#7150b4}
  .af-trigger>span{display:flex;align-items:center;gap:6px}
  .af-trigger b{background:#eee7fb;border-radius:4px;min-width:17px;text-align:center;font-size:10px;font-weight:500;padding:1px 3px}
  .af-popover-content{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:min(70vh,640px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid #e2e3eb;border-radius:12px;box-shadow:0 12px 45px #252b3d20;padding:17px;z-index:20;text-align:left}
  .af-wide>.af-popover-content{width:540px;padding:20px;overflow:hidden;display:flex;flex-direction:column}
  .af-wide>.af-popover-content>form{display:flex;flex-direction:column;min-height:0}
  .af-advanced-scroll{overflow-y:auto;overscroll-behavior:contain;min-height:0;padding-right:4px}
  .af-wide .af-popover-heading,.af-wide .af-popover-footer{flex-shrink:0}
  .af-popover-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;font-size:13px;color:#384257}
  .af-popover-heading>button{font-size:11px;color:#7955ba;padding:2px}
  .af-popover-heading .icon{height:16px;width:16px}
  .af-option-search{width:100%;margin-bottom:10px}
  .af-option-search input{width:100%;font-size:12px;min-height:36px}
  .af-options{max-height:260px;overflow-y:auto;overscroll-behavior:contain;margin:0 -5px;padding:0 5px}
  .af-choice{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px 6px;border-radius:6px}
  .af-choice:hover{background:#f7f5fc}
  .af-choice input,.af-check input{accent-color:#7950d1;width:14px;height:14px;flex:0 0 14px;margin:0}
  .af-choice>span{min-width:0}
  .af-choice strong{display:block;color:#485267;font-size:12px;font-weight:500;line-height:1.5}
  .af-choice small{display:block;color:#7c8598;font-size:10px;margin-top:3px}
  .af-no-options{font-size:11px;color:#7a8395;line-height:1.7;padding:12px 6px}
  .af-popover-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:14px;border-top:1px solid #eeedf3;margin-top:13px;color:#7b8395;font-size:11px}
  .af-popover-footer .btn{min-height:33px;font-size:11px;padding:8px 12px}
  .af-popover-footer small{font-size:10px}
  .af-date-presets{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:17px}
  .af-date-presets button{font-size:12px;color:#71798b;padding:8px 10px;border-radius:6px}
  .af-date-presets button.selected,.af-date-presets button:hover{background:#f0eafb;color:#7651b7}
  .af-form-heading{font-size:12px;color:#495166;display:block;margin-bottom:11px}
  .af-date-inputs,.af-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .af-popover label:not(.af-choice):not(.af-check){display:flex;flex-direction:column;gap:7px;font-size:11px;color:#6f788c}
  .af-popover input:not([type=checkbox]),.af-popover select{border:1px solid #e1e4ec;border-radius:6px;background:#fff;min-height:36px;padding:8px 9px;color:#45516b;font-size:12px;width:100%}
  .af-popover .search-field input{border:0;padding-left:0}
  .af-popover input[type=date]{min-width:0;font-size:11px}
  .af-popover fieldset{border:0;padding:0;margin:0 0 20px;min-width:0}
  .af-popover legend{font-size:11px;font-weight:600;color:#515b70;margin-bottom:10px;padding:0}
  .af-checkbox-group{display:flex;flex-wrap:wrap;gap:7px}
  .af-check{display:flex;align-items:center;gap:7px;font-size:11px;color:#727b8d;padding:7px 10px;border:1px solid #e5e6ed;border-radius:6px;cursor:pointer;line-height:1.4}
  .af-check:has(:checked){background:#f6f1fe;border-color:#d9c9f1;color:#72529c}
  .af-form-grid{margin-bottom:20px}
  .af-amount-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:10px}
  .af-help{font-size:10px;color:#80879a;line-height:1.7;margin-top:10px}
  .af-error{font-size:11px;color:#b1485b;background:#fff4f6;border-radius:6px;padding:10px;line-height:1.6;margin-top:10px}
  .af-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px;align-items:center}
  .af-chip{display:flex;align-items:center;gap:6px;font-size:10px;color:#7457a6;background:#f4effb;border:1px solid #eae1f6;border-radius:5px;padding:5px 7px;max-width:300px}
  .af-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .af-chip .icon{width:11px;height:11px;flex-shrink:0}
  .af-clear{font-size:11px;color:#7d879a;padding:6px}
  .af-selection-summary{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:24px;padding:14px 24px;border-block:1px solid var(--line);background:#fcfcff}
  .af-result-count{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 7px;min-width:115px;color:#748098;font-size:10px}
  .af-result-count strong{font-size:19px;font-weight:600;color:#465068;font-variant-numeric:tabular-nums}
  .af-selection-summary>p{font-size:12px;color:#7d879b}
  .af-totals{min-width:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#d9d3e8 transparent}
  .af-totals-table{width:100%;min-width:520px;border-collapse:collapse;font-variant-numeric:tabular-nums}
  .af-totals-table .af-currency-col{width:68px}
  .af-totals-table col:not(.af-currency-col){width:calc((100% - 68px)/4)}
  .af-totals-table th,.af-totals-table td{padding:7px 12px;text-align:right;vertical-align:middle;white-space:nowrap}
  .af-totals-table thead th{font-size:11px;font-weight:450;color:var(--secondary);padding-top:0;border-bottom:1px solid var(--line)}
  .af-totals-table tbody th,.af-totals-table td{font-size:12px;font-weight:500;color:var(--text)}
  .af-totals-table th:first-child{padding-left:0;text-align:left}
  .af-totals-table th:last-child,.af-totals-table td:last-child{padding-right:0}
  .af-totals-table tbody tr:last-child>*{padding-bottom:0}
  .af-empty-reset{display:flex;margin:0 auto 30px}
  .activity-panel .table-scroll{border-radius:0 0 13px 13px}
  @media(max-width:1200px){.af-main-row{flex-wrap:wrap;gap:11px}.af-search{max-width:none;flex-basis:100%}.af-primary-filters{width:100%}.af-primary-filters>.af-popover:last-child{margin-left:auto}.af-views{gap:18px}.af-selection-summary{gap:20px}}
  @media(max-width:900px){.af-views{gap:17px;overflow-x:auto}.af-views>button{font-size:11px}.af-selection-summary{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:12px}.af-primary-filters{flex-wrap:wrap}.af-popover-content{right:auto;left:0}.af-primary-filters>.af-popover:last-child>.af-popover-content{right:0;left:auto}.af-wide>.af-popover-content{width:min(500px,calc(100vw - 240px))}}
  @media(max-width:650px){.activity-filters{padding:0 16px 16px}.af-views{gap:20px;min-height:49px;margin-bottom:14px}.af-views>button{font-size:12px;padding:15px 0 13px}.af-main-row{gap:12px}.af-search{min-width:0}.af-search input{height:40px;font-size:14px}.af-primary-filters{display:grid;grid-template-columns:1fr 1fr;gap:8px}.af-primary-filters>.af-popover:last-child{margin-left:0}.af-trigger{min-height:40px;font-size:11px;justify-content:space-between}.af-trigger>.icon:first-child{display:none}.af-popover-content,.af-wide>.af-popover-content{position:fixed;top:auto;bottom:0;left:0!important;right:0!important;width:100%;max-height:82vh;border-radius:16px 16px 0 0;padding:22px 20px calc(22px + env(safe-area-inset-bottom));box-shadow:0 -10px 50px #252b3d30}.af-popover input:not([type=checkbox]),.af-popover select,.af-popover input[type=date]{font-size:16px}.af-popover label:not(.af-choice):not(.af-check){font-size:12px}.af-check{font-size:12px;min-height:38px}.af-choice{min-height:49px}.af-options{max-height:32vh}.af-choice strong{font-size:13px}.af-choice small{font-size:11px}.af-amount-grid{grid-template-columns:1fr 1fr}.af-amount-grid>label:first-child{grid-column:1/-1}.af-popover-footer .btn{font-size:12px;min-height:40px}.af-selection-summary{padding:13px 17px;gap:9px}.af-chip{font-size:10px;max-width:270px}.af-result-count{font-size:11px}.af-result-count strong{font-size:18px}.af-help{font-size:11px}.af-primary-filters:has(>.af-popover:nth-child(3):last-child){grid-template-columns:1fr 1fr 1fr}.af-trigger>span{white-space:normal;line-height:1.4}}
  .timestamp{display:inline-flex;flex-direction:column;gap:4px;vertical-align:middle;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.4;font-weight:400}
  .timestamp-date{display:block;font-size:inherit}
  .timestamp-time{display:block;font-size:11px;color:#687287}
  .card-credentials{margin-bottom:23px}
  .dialog-body .credential-card{aspect-ratio:auto;display:grid;justify-content:stretch;gap:18px;padding:22px 24px;margin-bottom:10px;color:#70508f}
  .credential-card::after{pointer-events:none}
  .credential-card>div{position:relative;z-index:1}
  .credential-card .credential-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
  .credential-card-header>div{display:flex;flex-direction:column;gap:2px}
  .dialog-body .credential-card .card-product{font-size:11px;line-height:1.5;color:#816094}
  .credential-card .badge{margin-top:3px}
  .credential-card .credential-field{display:block;min-width:0}
  .credential-label{display:block;font-size:9px;line-height:1.5;letter-spacing:.9px;text-transform:uppercase;color:#866998}
  .credential-value-row{display:flex;align-items:center;gap:8px;min-height:30px}
  .dialog-body .credential-value-row strong{color:#684485;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:16px;font-weight:500;letter-spacing:.7px;line-height:1.5;white-space:nowrap;font-variant-numeric:tabular-nums}
  .credential-number .credential-value-row{justify-content:space-between;gap:6px}
  .dialog-body .credential-number strong{font-size:22px;letter-spacing:1px}
  .credential-copy{display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;padding:0;border:0;border-radius:7px;background:#ffffff60;color:#795695;cursor:pointer}
  .credential-copy .icon{width:15px;height:15px}
  .credential-copy:hover{background:#fff;color:#563377}
  .credential-card .credential-meta{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:290px}
  .credential-card .credential-card-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin:0;opacity:1}
  .dialog-body .credential-cardholder strong{font-family:inherit;font-size:12px;letter-spacing:.6px;font-weight:600}
  .card-network{font-size:19px;font-style:italic;font-weight:750;line-height:30px;color:#8663a0}
  .mastercard-mark{display:flex;padding:3px 0 5px}
  .mastercard-mark i{display:block;width:24px;height:24px;background:#a181c3;border-radius:50%;opacity:.75}
  .mastercard-mark i+i{margin-left:-9px;background:#c6ace0}
  .credentials-toolbar{display:flex;justify-content:space-between;gap:12px}
  .credential-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #e6deef;background:#fff;border-radius:8px;padding:9px 12px;color:#795596;font-size:11px;font-weight:500;cursor:pointer}
  .credential-action .icon{width:16px;height:16px}
  .credential-action:hover{background:#faf7ff;border-color:#c7b3dc}
  .dialog-body .credentials-feedback{font-size:11px;line-height:1.5;min-height:17px;margin:7px 0 0;color:#218168}
  .dialog-body .credentials-feedback.copy-error{color:#b44756}
  .credential-card.blue .credential-label{color:#5d7d9b}.dialog-body .credential-card.blue .credential-value-row strong{color:#3c658f}.credential-card.blue .credential-copy{color:#557c9e}
  .credential-card.amber .credential-label{color:#957848}.dialog-body .credential-card.amber .credential-value-row strong{color:#86642d}.credential-card.amber .credential-copy{color:#987442}
  @media(max-width:650px){.dialog-body .credential-card{padding:20px;gap:16px}.dialog-body .credential-number strong{font-size:20px;letter-spacing:.25px}.credential-action{padding:10px 11px;min-height:40px}.credential-copy{flex-basis:34px;width:34px;height:34px}}
  @media(max-width:370px){.dialog-body .credential-card{padding:16px}.dialog-body .credential-number strong{font-size:17px;letter-spacing:0}.dialog-body .credential-cardholder strong{font-size:10px}.credential-action{font-size:10px;padding:9px}}
  .attention-strip{display:flex;align-items:center;gap:24px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:16px 22px;margin-bottom:24px;box-shadow:var(--shadow)}
  .attention-label{display:flex;align-items:center;gap:9px;flex-shrink:0}
  .attention-label h2{font-size:12px;white-space:nowrap;color:#60697b;font-weight:550}
  .attention-items{display:flex;flex:1;min-width:0}
  .attention-strip .attention-item{flex:1;min-width:0;align-items:center;gap:11px;padding:3px 20px;border:0;border-left:1px solid var(--line);border-radius:0}
  .attention-strip .attention-item:last-child{padding-right:0}
  .attention-strip .attention-item>div{min-width:0}
  .attention-strip .attention-item strong{font-size:12px;display:block;line-height:1.5}
  .attention-strip .attention-item p{font-size:11px;margin-top:2px;line-height:1.6}
  .attention-action{display:flex;align-items:center;gap:6px;white-space:nowrap;margin-left:auto;font-size:11px;color:#7150ae;font-weight:500}
  .attention-action .icon{width:13px;height:13px}
  .attention-strip .attention-item:hover .attention-action{color:var(--purple-dark)}
  @media(min-width:901px){.products-panel .product-tools{flex-wrap:nowrap}.products-panel .product-tools .segmented{width:auto;justify-content:flex-start}.products-panel .product-search{max-width:210px;min-width:150px}.products-panel .product-card-count{display:flex}.products-panel .product-row{grid-template-columns:minmax(0,1fr) auto 45px 30px 16px;column-gap:20px}}
  @media(max-width:1100px){.attention-strip{flex-direction:column;align-items:stretch;gap:13px;padding:17px 20px}.attention-strip .attention-item:first-child{border-left:0;padding-left:0}.attention-strip .attention-item{padding-top:0;padding-bottom:0}.attention-items{gap:18px}}
  @media(max-width:650px){.attention-strip{padding:16px 17px;margin-bottom:22px;gap:11px}.attention-items{flex-direction:column;gap:0}.attention-strip .attention-item{padding:13px 0;border-left:0;border-top:1px solid var(--line)}.attention-strip .attention-item:last-child{padding-bottom:0}.attention-strip .attention-item strong{font-size:12px}.attention-strip .attention-item p{font-size:10px}.attention-label h2{font-size:11px}.attention-action{font-size:11px}}
}

@layer clarity {
  .fee-plan-list>div{align-items:center;gap:18px}
  .fee-plan-list dt{color:var(--secondary)}
  .fee-plan-list dd{color:var(--text)}
  .fee-plan-list dt small{display:block;font-size:11px;line-height:1.6;margin-top:4px;color:var(--muted)}
  .fee-plan-list dd{flex-shrink:0;line-height:1.6}
  .fee-plan-list .fee-unit{color:var(--muted);font-size:11px;font-weight:400}
  .fee-plan-currency{display:inline-flex;align-items:center;gap:8px;color:var(--secondary)}
  .fee-plan-currency>span:first-child{font-size:28px;font-weight:450;line-height:1;letter-spacing:-1px}
  .fee-plan-currency small{font-size:11px;font-weight:500;letter-spacing:.6px}
  @media(max-width:650px){.fee-plan-list>div{gap:12px}.fee-plan-list dd{flex-shrink:1}.fee-plan-list .fee-unit{font-size:10px}}
}

@layer clarity {
  .issuer-country{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;vertical-align:middle;line-height:1.4}
  .issuer-flag{display:block;width:22px;height:16.5px;flex-shrink:0;border-radius:3px;overflow:hidden;box-shadow:0 0 0 1px #20233514}
  .issuer-country-unknown{color:var(--muted);font-size:12px}
  .card-name-line{display:flex;align-items:center;gap:9px;min-width:0}
  .card-name-line strong{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .card-name-line .issuer-flag{width:19px;height:14.25px;border-radius:2px}
  .credential-card-header .card-issuer-status{flex-direction:row;align-items:center;gap:10px}
  .card-issuer-status .issuer-flag{width:25px;height:18.75px}
  .issuer-country-name{font-size:12px;font-weight:500}
  @media(max-width:650px){.card-name-line{gap:7px}.credential-card-header .card-issuer-status{gap:8px}.card-issuer-status .issuer-flag{width:22px;height:16.5px}}
}

@layer clarity {
  .billing-address{margin-top:8px;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}
  .billing-address>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;cursor:pointer;list-style:none;color:var(--text)}
  .billing-address>summary::-webkit-details-marker{display:none}
  .billing-address>summary:hover{background:#faf9fd}
  .billing-address-title{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:550}
  .billing-address-title>.icon{width:17px;height:17px;color:#795596}
  .billing-address-toggle{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:var(--secondary)}
  .billing-address-toggle>.icon{width:15px;height:15px}
  .billing-address .billing-hide,.billing-address[open] .billing-show{display:none}
  .billing-address[open] .billing-hide{display:inline}
  .billing-address[open] .billing-address-toggle>.icon{transform:rotate(180deg)}
  .billing-address[open]>summary{border-bottom:1px solid var(--line)}
  .billing-address-body{padding:15px 16px 0}
  .billing-address-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
  .dialog-body .billing-address-actions>p{font-size:11px;line-height:1.5;color:var(--secondary);margin:0;max-width:180px}
  .billing-address-actions>.credential-action{flex-shrink:0;min-height:36px;padding:8px 10px}
  .billing-address-fields{margin:0}
  .billing-address-fields>div{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:14px;padding:9px 0;border-bottom:1px solid var(--line)}
  .billing-address-fields>div:last-child{border-bottom:0}
  .billing-address-fields dt{font-size:11px;line-height:1.5;color:var(--secondary)}
  .billing-address-fields dd{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;min-width:0}
  .billing-address-fields dd>span{font-size:12px;line-height:1.6;color:var(--text);overflow-wrap:anywhere;user-select:text}
  .billing-copy{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;border:0;border-radius:6px;background:#f7f5fc;color:#795596;cursor:pointer}
  .billing-copy:hover{background:#ede6fb;color:#563377}
  .billing-address-actions>.credential-action{min-width:118px}
  .billing-address .is-copied{color:#178564;background:#edf8f3;border-color:#d8eee4}
  .billing-copy>.icon{width:15px;height:15px}
  .dialog-body .billing-feedback{margin:8px 0 12px;min-height:17px;font-size:11px;line-height:1.5;color:#218168}
  .dialog-body .billing-feedback.copy-error{color:#b44756}
  .dialog-body .billing-unavailable{font-size:12px;line-height:1.6;color:var(--secondary);margin:0 0 15px}
  @media(max-width:650px){.billing-address>summary{min-height:48px;padding:13px 14px}.billing-address-body{padding:13px 14px 0}.billing-address-fields>div{grid-template-columns:84px minmax(0,1fr);gap:10px}.billing-address-fields dd{gap:8px}.billing-copy{width:44px;height:44px;flex-basis:44px}.billing-address-actions{gap:12px}.billing-address-actions>.credential-action{min-height:44px}.dialog-body .billing-address-actions>p{max-width:135px}}
}

@layer clarity {
  .data-table th,.data-table td{vertical-align:middle}
  .data-table th:first-child,.data-table td:first-child{padding-left:24px}
  .data-table th:last-child,.data-table td:last-child{text-align:center}
  @media(min-width:651px){
    .cards-table th.limits-heading,.cards-table .limit-cell{text-align:right}
    .cards-table .limit-cell strong{white-space:nowrap}
  }
  @media(max-width:650px){.data-table th:first-child,.data-table td:first-child{padding-left:17px}}
}
