@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary:#267a9f;--primary-600:#1f6786;--primary-700:#185571;--primary-tint:#e9f3f7;--link:#267a9f;--logo-accent:#267a9f;--success:#15a06a;--success-tint:#e4f6ee;--danger:#e23a44;--send-accent:#0e857a;--send-accent-600:#0b6f66;--send-tint:#e4f5f2;--content-bg:#f5f8fa;--surface:#fff;--surface-2:#f3f6f8;--surface-hover:#f7fafb;--sidebar-bg:#fff;--topbar-bg:#fff;--border:#e6ebef;--border-strong:#d7dee4;--text:#16222e;--text-2:#647888;--text-3:#97a7b4;--shadow-sm:0 1px 2px #1021300d;--shadow-card:0 1px 3px #1021300f, 0 8px 24px #1021300a;--shadow-pop:0 12px 40px #1021301f;--sidebar-w:264px;--topbar-h:84px;--radius:16px;--radius-sm:11px;--radius-lg:22px;--hero-grad:linear-gradient(135deg, #2f86ad 0%, #246e92 45%, #1d5775 100%);--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}html[data-theme=dark]{--primary:#2487ad;--primary-600:#2a93bd;--primary-700:#2f9fcb;--primary-tint:#2d96be29;--link:#38aadd;--logo-accent:#36a8db;--success:#34c98a;--success-tint:#34c98a24;--danger:#f0626b;--send-accent:#15a596;--send-accent-600:#18b3a3;--send-tint:#15a59624;--content-bg:#07131c;--surface:#0e2030;--surface-2:#0b1a26;--surface-hover:#122636;--sidebar-bg:#081420;--topbar-bg:#081420;--border:#ffffff12;--border-strong:#ffffff1f;--text:#eaf1f6;--text-2:#8aa0b0;--text-3:#5f7585;--shadow-sm:0 1px 2px #0000004d;--shadow-card:0 1px 3px #00000059;--shadow-pop:0 16px 50px #0000008c;--hero-grad:linear-gradient(135deg, #15455f 0%, #103447 55%, #0b2230 100%)}*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html,body{height:100%}body{font-family:var(--font);background:var(--content-bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:15px;line-height:1.45}a{color:var(--link);text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul{list-style:none}svg{display:block}.ico{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;flex:none;width:22px;height:22px}.ico-sm{width:18px;height:18px}.ico-lg{width:26px;height:26px}.app{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.app.is-auth{display:block}.sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border);z-index:60;flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.sidebar__brand{height:var(--topbar-h);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:14px;padding:0 22px;display:flex}.brand-logo{letter-spacing:-.02em;color:var(--text);white-space:nowrap;font-size:23px;font-weight:800}.brand-logo span{color:var(--logo-accent)}.brand-menu{color:var(--text-2);border-radius:9px;place-items:center;width:34px;height:34px;margin-left:auto;display:grid}.brand-menu:hover{background:var(--surface-2);color:var(--text)}.nav{flex:1;padding:18px 14px;overflow-y:auto}.nav__sep{background:var(--border);height:1px;margin:12px 8px}.nav__item{width:100%;color:var(--text-2);border-radius:12px;align-items:center;gap:15px;padding:12px 14px;font-size:15px;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}.nav__item:hover{background:var(--surface-2);color:var(--text)}.nav__item.is-active{background:var(--primary-tint);color:var(--primary);font-weight:600}.nav__item.is-active:before{content:"";background:var(--primary);border-radius:0 4px 4px 0;width:4px;height:26px;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.sidebar__profile{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;flex:none;align-items:center;gap:12px;margin:12px;padding:12px;display:flex}.sidebar__profile:hover{background:var(--surface-hover)}.avatar{background:var(--primary);color:#fff;background-position:50%;background-size:cover;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:15px;font-weight:700;display:grid}.profile__name{font-size:14.5px;font-weight:600}.profile__sub{color:var(--text-2);font-size:12.5px}.sidebar__profile .chev{color:var(--text-3);margin-left:auto}.main{flex-direction:column;min-width:0;display:flex}.topbar{min-height:var(--topbar-h);background:var(--topbar-bg);border-bottom:1px solid var(--border);z-index:40;align-items:center;gap:16px;padding:14px 30px;display:flex;position:sticky;top:0}.topbar__hb{color:var(--text-2);display:none}.topbar__title h1{letter-spacing:-.01em;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.topbar__title p{color:var(--text-2);margin-top:2px;font-size:13.5px}.topbar__title .dot{color:var(--text-3)}.topbar__actions{align-items:center;gap:6px;margin-left:auto;display:flex}.iconbtn{width:42px;height:42px;color:var(--text-2);border-radius:11px;place-items:center;display:grid;position:relative}.iconbtn:hover{background:var(--surface-2);color:var(--text)}.iconbtn .badge{background:var(--primary);border:2px solid var(--topbar-bg);border-radius:50%;width:8px;height:8px;position:absolute;top:9px;right:10px}.content{flex:1;padding:30px}@media (width>=1500px){.content{padding:34px 44px}}.view{display:none}.view.is-active{animation:.25s fade;display:block}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card)}.btn{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:9px;height:46px;padding:0 22px;font-size:14.5px;font-weight:600;transition:background .15s,border-color .15s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-600)}.btn--ghost{background:var(--surface);border:1px solid var(--border-strong);color:var(--text)}.btn--ghost:hover{background:var(--surface-2)}.btn--gaudi{color:#fff;background:#1f9d57;width:100%}.btn--gaudi:hover{background:#1b8c4d}.btn--gaudi-dark{color:#fff;background:#445364}.btn--gaudi-dark:hover{background:#354150}.btn--block{width:100%}.btn--sm{height:40px;padding:0 18px;font-size:14px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pill{background:var(--success-tint);color:var(--success);border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-size:13px;font-weight:600;display:inline-flex}.field{flex-direction:column;gap:7px;display:flex}.field>label{color:var(--text-2);font-size:13.5px;font-weight:500}.field .req{color:var(--danger)}.input{background:var(--surface);border:1px solid var(--border-strong);height:52px;color:var(--text);border-radius:12px;align-items:center;gap:10px;padding:0 15px;display:flex}.input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint)}.input svg{color:var(--text-3)}.input input,.input select{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:15px}.input input::placeholder{color:var(--text-3)}.input select{appearance:none;cursor:pointer}.input--select{cursor:pointer}.section-title{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-title h2{font-size:16px;font-weight:700}.section-title a{font-size:13.5px;font-weight:600}.page-head{margin-bottom:26px}.page-head h1{letter-spacing:-.02em;font-size:30px;font-weight:800}.page-head p{color:var(--text-2);margin-top:6px;font-size:15px}.amount-pos{color:var(--success);font-weight:700}.amount-neg{color:var(--text);font-weight:700}html[data-theme=dark] .amount-neg{color:var(--text)}.chip{border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.chip svg{width:21px;height:21px}.chip--teal{background:var(--primary-tint);color:var(--primary)}.chip--green{background:var(--success-tint);color:var(--success)}.chip--blue{color:#2f80d2;background:#2d80d224}.chip--purple{color:#7c5ce0;background:#7c5ce026}.chip--amber{color:#e0992a;background:#e8a52829}.chip--slate{background:var(--surface-2);color:var(--text-2)}.home-top{grid-template-columns:1.25fr 1fr 1fr;gap:20px;margin-bottom:22px;display:grid}.balance{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);min-height:150px;box-shadow:var(--shadow-card);flex-direction:column;padding:22px 24px;display:flex}.balance--hero{background:var(--hero-grad);color:#fff;border:none;position:relative;overflow:hidden}.balance--hero:after{content:"";background:radial-gradient(circle,#ffffff29,#0000 65%);border-radius:50%;width:240px;height:240px;position:absolute;top:-60px;right:-40px}.balance__row{justify-content:space-between;align-items:center;display:flex}.balance__label{opacity:.92;font-size:14.5px;font-weight:600}.balance--hero .balance__label{color:#eaf6fb}.balance__badge{background:var(--surface-2);width:40px;height:40px;color:var(--text-2);border-radius:50%;place-items:center;font-size:17px;font-weight:700;display:grid}.balance--hero .balance__badge{color:#fff;background:#ffffff2e}.balance__value{letter-spacing:-.02em;margin:14px 0 auto;font-size:31px;font-weight:800}.balance__sub{opacity:.85;font-size:13px}.balance--hero .balance__sub{color:#d9eef6}.balance__cards-ico{align-self:flex-start;margin:14px 0 auto}.minicard{background:linear-gradient(135deg,#2f86ad,#1d5775);border-radius:7px;width:58px;height:40px;position:relative}.minicard:before{content:"";background:#ffffff8c;border-radius:2px;width:16px;height:11px;position:absolute;top:9px;left:8px}.minicard:after{content:"";background:var(--success);border:2px solid var(--surface);border-radius:50%;width:13px;height:13px;position:absolute;top:-5px;right:-5px}.balance__link{color:var(--link);font-size:13.5px;font-weight:600}.home-grid{grid-template-columns:1.55fr 1fr;align-items:start;gap:20px;display:grid}.home-left{flex-direction:column;gap:20px;display:flex}.quick{padding:20px 22px}.quick h2{margin-bottom:16px;font-size:16px;font-weight:700}.quick__grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.quick__btn{border:1px solid var(--border);color:var(--text-2);text-align:center;background:var(--surface);border-radius:14px;flex-direction:column;align-items:center;gap:9px;padding:16px 6px 12px;font-size:12px;font-weight:500;transition:border-color .15s,transform .1s;display:flex}.quick__btn:hover{border-color:var(--primary);color:var(--text);transform:translateY(-2px)}.quick__btn .chip{width:40px;height:40px}.split-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.list-card{padding:20px 22px}.tx{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:11px 0;display:flex}.tx:last-of-type{border-bottom:none}.tx__main{min-width:0}.tx__name{font-size:14.5px;font-weight:600}.tx__sub{color:var(--text-2);font-size:12.5px}.tx__right{text-align:right;white-space:nowrap;margin-left:auto}.tx__amt{font-size:14px;font-weight:700}.tx__date{color:var(--text-3);margin-top:2px;font-size:12px}.card-foot{text-align:center;padding-top:14px}.card-foot a{font-size:13.5px;font-weight:600}.summary__head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.summary__head h2{font-size:16px;font-weight:700}.mini-select{color:var(--text-2);border:1px solid var(--border-strong);border-radius:9px;align-items:center;gap:6px;padding:6px 10px;font-size:12.5px;font-weight:600;display:inline-flex}.summary__body{align-items:center;gap:18px;padding:12px 0;display:flex}.donut{background:conic-gradient(#2f9fd1 0 28%, #2f6fd1 28% 46%, #7c5ce0 46% 74%, #15a06a 74% 100%);border-radius:50%;flex:none;width:132px;height:132px;-webkit-mask:radial-gradient(40px,#0000 98%,#000 100%);mask:radial-gradient(40px,#0000 98%,#000 100%)}.legend{flex-direction:column;gap:16px;display:flex}.legend__row{flex-direction:column;gap:2px;display:flex}.legend__k{color:var(--text-2);align-items:center;gap:8px;font-size:13px;display:flex}.legend__k .d{border-radius:50%;width:9px;height:9px}.legend__v{letter-spacing:-.01em;font-size:17px;font-weight:800}.accounts{padding:20px 22px}.acct{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:13px 0;display:flex}.acct:last-of-type{border-bottom:none}.acct__name{color:var(--link);font-size:14px;font-weight:600}.acct__bal{margin-top:1px;font-size:14.5px;font-weight:700}.acct__iban{text-align:right;color:var(--text-3);white-space:nowrap;margin-left:auto;font-size:11.5px}.acct__iban b{color:var(--text-2);letter-spacing:.02em;font-weight:600}.acct__more{color:var(--text-3);padding:4px}.cards-row{margin-top:22px}.cards-strip{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.bankcard{aspect-ratio:1.62;color:#fff;box-shadow:var(--shadow-card);border-radius:15px;flex-direction:column;padding:16px 18px;display:flex;position:relative;overflow:hidden}.bankcard--silver{background:linear-gradient(120deg,#b9bfc6,#8b929b 60%,#6f767f)}.bankcard--dark{background:linear-gradient(120deg,#2b2f36,#16181c 70%)}.bankcard:after{content:"";background:radial-gradient(120% 120% at 110% -10%,#ffffff38,#0000 45%);position:absolute;inset:0}.bankcard>*{z-index:1;position:relative}.bankcard__top{letter-spacing:-.01em;justify-content:flex-end;font-size:15px;font-weight:800;display:flex}.bankcard__label{opacity:.8;margin-top:auto;font-size:10px}.bankcard__holder{font-size:13px;font-weight:600}.bankcard__num{letter-spacing:.04em;margin-top:6px;font-size:17px;font-weight:700}.bankcard__foot{justify-content:space-between;align-items:flex-end;margin-top:6px;display:flex}.bankcard__bal{opacity:.85;font-size:11px}.mc{display:flex}.mc i{border-radius:50%;width:22px;height:22px;display:block}.mc i:first-child{background:#eb001b}.mc i:last-child{mix-blend-mode:screen;background:#f79e1b;margin-left:-10px}.page-head--withstat{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.statcard{align-items:flex-start;gap:14px;min-width:230px;padding:16px 20px;display:flex}.statcard__body{min-width:0}.statcard__label{color:var(--text-2);font-size:13px}.statcard__num{letter-spacing:-.01em;margin:2px 0;font-size:26px;font-weight:800}.statcard__sub{color:var(--text-3);font-size:12.5px}.statcard--chart{justify-content:space-between;align-items:center}.filters{grid-template-columns:1fr 1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.filter-actions{flex-wrap:wrap;gap:14px;margin-bottom:24px;display:flex}.table-card{padding:6px 8px;overflow:hidden}.table{width:100%}.tr{border-bottom:1px solid var(--border);grid-template-columns:56px 1.1fr 1.5fr 1fr .9fr 1fr 40px;align-items:center;gap:12px;padding:16px 18px;display:grid}.tr:last-child{border-bottom:none}.tr--head{border-bottom:1px solid var(--border);padding:16px 18px}.tr--head>div{color:var(--text-2);text-transform:none;font-size:12.5px;font-weight:600}.tr--row:hover{background:var(--surface-2);border-radius:10px}.cell-strong{font-size:14px;font-weight:600}.cell-mut{color:var(--text-2);margin-top:2px;font-size:12.5px}.cell-ref{font-size:14px;font-weight:600}.cell-dl{color:var(--link);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.t-status{color:var(--text-2);margin-top:2px;font-size:12.5px}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px 6px 6px;display:flex}.pagination__info{color:var(--text-2);font-size:13.5px}.pager{align-items:center;gap:6px;display:flex}.pager button{min-width:36px;height:36px;color:var(--text-2);border-radius:9px;place-items:center;padding:0 6px;font-size:13.5px;font-weight:600;display:grid}.pager button:hover{background:var(--surface-2);color:var(--text)}.pager button.is-active{background:var(--primary);color:#fff}.pager .dots{color:var(--text-3)}.searchbar{margin-bottom:26px}.searchbar .input{height:56px}.cats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:26px;display:grid}.cat{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px;align-items:center;gap:14px;padding:18px;transition:border-color .15s,transform .1s;display:flex}.cat:hover{border-color:var(--primary);transform:translateY(-2px)}.cat__t{font-size:14.5px;font-weight:700}.cat__s{color:var(--text-2);font-size:12.5px}.cat__chev{color:var(--text-3);margin-left:auto}.pago-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.fav{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:13px 0;display:flex}.fav__name{font-size:14.5px;font-weight:600}.fav__sub{color:var(--text-2);font-size:12.5px}.fav__amt{margin-left:auto;font-size:14.5px;font-weight:700}.fav .btn{margin-left:16px}.dashed-foot{border:1px dashed var(--border-strong);text-align:center;color:var(--link);border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:14px;padding:14px;font-size:13.5px;font-weight:600;display:flex}.solid-foot{background:var(--surface-2);text-align:center;color:var(--link);border-radius:12px;margin-top:14px;padding:14px;font-size:13.5px;font-weight:600}.pay-row{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:13px 0;display:flex}.pay-row:last-of-type{border-bottom:none}.pay-row__amt{margin-left:auto;font-size:14px;font-weight:700}.pay-row .pill{margin-left:14px}.pay-row__more{color:var(--text-3);padding:4px}.promo{align-items:center;gap:18px;margin-top:22px;padding:22px 26px;display:flex}.promo__ico{background:var(--primary-tint);width:52px;height:52px;color:var(--primary);border-radius:13px;flex:none;place-items:center;display:grid}.promo h3{font-size:16px;font-weight:700}.promo p{color:var(--text-2);margin-top:2px;font-size:13.5px}.promo .btn{margin-left:auto}.card-detail{grid-template-columns:420px 1fr;align-items:start;gap:40px;display:grid}.back-link{color:var(--link);align-items:center;gap:6px;margin-bottom:18px;font-weight:600;display:inline-flex}.detail-card{aspect-ratio:1.62;color:#fff;box-shadow:var(--shadow-card);background:linear-gradient(120deg,#c2c7cd,#9097a0 55%,#6f767f);border-radius:18px;flex-direction:column;padding:22px 24px;display:flex;position:relative;overflow:hidden}.detail-card:after{content:"";background:radial-gradient(120% 120% at 110% -10%,#ffffff40,#0000 45%);position:absolute;inset:0}.detail-card>*{z-index:1;position:relative}.detail-card__top{justify-content:space-between;display:flex}.detail-card__top b{font-weight:700}.detail-card__label{opacity:.85;margin-top:auto;font-size:11px}.detail-card__holder{font-size:17px;font-weight:700}.detail-card__foot{justify-content:space-between;align-items:flex-end;margin-top:12px;display:flex}.detail-card__num{letter-spacing:.03em;font-size:20px;font-weight:800}.detail-actions{flex-direction:column;gap:12px;margin-top:18px;display:flex}.action-row{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:13px;align-items:center;gap:13px;padding:16px 18px;display:flex}.action-row__t{font-size:14.5px;font-weight:600}.action-row .chev{color:var(--text-3);margin-left:auto}.action-row .switch{margin-left:auto}.switch{background:var(--border-strong);border-radius:999px;flex:none;width:46px;height:26px;transition:background .2s;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000004d}.switch.is-on{background:var(--primary)}.switch.is-on:after{left:23px}.wallet-head{align-items:center;gap:12px;margin-bottom:16px;display:flex}.wallet-head h2{font-size:17px;font-weight:700}.wallet-head .chip{width:40px;height:40px}.detail-accts{margin-bottom:24px;padding:8px 18px}.recent-head{justify-content:space-between;align-items:center;margin:6px 2px 12px;display:flex}.recent-head h3{font-size:16px;font-weight:700}.recent-head .chev{color:var(--text-3)}.rtx{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:13px 0;display:flex}.rtx:last-of-type{border-bottom:none}.rtx__name{font-size:13.5px;font-weight:600}.rtx__date{color:var(--text-3);margin-top:1px;font-size:12px}.rtx__amt{white-space:nowrap;margin-left:auto;font-size:14px;font-weight:700}.chip--xs{width:38px;height:38px}.chip--xs svg{width:18px;height:18px}.auth{background:var(--content-bg);grid-template-columns:minmax(440px,520px) minmax(0,1fr);align-items:stretch;column-gap:56px;width:min(100%,1680px);min-height:100dvh;margin:0 auto;display:grid;overflow-x:clip}.auth__formwrap{justify-content:center;align-items:center;padding:48px 32px;display:flex}.auth__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-card);padding:40px 38px}.auth__logo{letter-spacing:-.02em;color:var(--text);margin-bottom:26px;font-size:30px;font-weight:800}.auth__logo span{color:var(--logo-accent)}.auth__form h2{font-size:23px;font-weight:800}.auth__form .sub{color:var(--text-2);margin:4px 0 26px}.auth__form .field{margin-bottom:18px}.eye{color:var(--text-3);padding:4px}.auth-row{justify-content:space-between;align-items:center;margin:4px 0 22px;display:flex}.check{color:var(--text-2);cursor:pointer;align-items:center;gap:9px;font-size:14px;display:flex}.check input{width:18px;height:18px;accent-color:var(--primary)}.or-div{color:var(--text-3);align-items:center;gap:14px;margin:18px 0;display:flex}.or-div:before,.or-div:after{content:"";background:var(--border);flex:1;height:1px}.or-div b{border:1.5px solid var(--border-strong);border-radius:50%;width:8px;height:8px}.secure{color:var(--text-2);gap:12px;margin-top:24px;display:flex}.secure svg{color:var(--primary);flex:none}.secure b{color:var(--text);font-size:13.5px}.secure p{font-size:12.5px;line-height:1.5}.auth__hero{grid-template-columns:minmax(0,1fr) minmax(360px,520px);align-items:center;gap:32px;padding:56px 56px 56px 40px;display:grid}.hero-content{flex-direction:column;gap:28px;min-width:0;display:flex}.auth__hero h1{letter-spacing:-.02em;font-size:42px;font-weight:800;line-height:1.12}.auth__hero h1 span{color:var(--primary)}.hero-checks{flex-direction:column;gap:16px;max-width:440px;display:flex}.hero-check{gap:12px;display:flex}.hero-check .tick{width:22px;height:22px;color:var(--primary);border-radius:50%;flex:none;place-items:center;display:grid}.hero-check p{color:var(--text);font-size:14.5px;line-height:1.45}.hero-feats-title{font-size:18px;font-weight:700}.hero-feats{gap:34px;display:flex}.hero-feat{color:var(--primary);text-align:center;flex-direction:column;align-items:center;gap:10px;width:76px;display:flex}.hero-feat span{color:var(--text);font-size:13px;font-weight:600;line-height:1.2}.auth__visual{justify-content:center;align-items:center;display:flex;position:relative}.lv-stage{width:440px;max-width:100%;height:520px;position:relative}.lv-backdrop{background:radial-gradient(circle at 50% 45%, var(--primary-tint), transparent 68%);z-index:0;border-radius:50%;width:420px;height:420px;position:absolute;top:50%;left:50%;transform:translate(-46%,-50%)}html[data-theme=dark] .lv-backdrop{background:radial-gradient(circle at 50% 45%,#2487ad4d,#0000 66%)}.lv-phone{z-index:2;background:linear-gradient(150deg,#3a4047,#1c2025 55%,#0c0e11);border-radius:38px;width:230px;height:466px;padding:11px;position:absolute;top:18px;left:152px;box-shadow:0 26px 60px #08121c6b,inset 0 0 0 2px #ffffff0f}.lv-phone__island{z-index:3;background:#07090c;border-radius:999px;width:78px;height:22px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.lv-phone__screen{color:#16222e;background:linear-gradient(#fbfdfe,#eef4f7);border-radius:28px;width:100%;height:100%;padding:52px 22px 22px}html[data-theme=dark] .lv-phone__screen{color:#eaf1f6;background:linear-gradient(#0f2230,#0a1822)}.lv-screen__top{justify-content:space-between;align-items:center;display:flex}.lv-screen__hello{font-size:14.5px;font-weight:700}.lv-screen__bell{color:var(--primary);position:relative}.lv-screen__bell i{background:var(--danger);border-radius:50%;width:7px;height:7px;position:absolute;top:-1px;right:-1px}.lv-screen__label{color:var(--text-2);margin-top:30px;font-size:12px}.lv-screen__amt{letter-spacing:-.02em;margin-top:4px;font-size:27px;font-weight:800}.lv-screen__cur{color:var(--text-3);margin-top:2px;font-size:12.5px}.lv-card{aspect-ratio:1.6;color:#fff;z-index:4;background:linear-gradient(125deg,#2f86ad 0%,#246e92 50%,#1b5273 100%);border-radius:18px;flex-direction:column;width:322px;padding:20px 22px;display:flex;position:absolute;bottom:70px;left:18px;transform:rotate(-3deg);box-shadow:0 30px 60px #0c283a6b}.lv-card__top{align-items:center;gap:10px;display:flex}.lv-card__chip{background:linear-gradient(135deg,#e9e2c0,#c9bd86);border-radius:6px;width:34px;height:26px;position:relative}.lv-card__chip:after{content:"";border:1px solid #78642880;border-radius:2px;position:absolute;inset:5px 7px}.lv-card__wifi{color:#ffffffd9;width:20px;height:20px}.lv-card__brand{letter-spacing:-.02em;margin-left:auto;font-size:18px;font-weight:800}.lv-card__brand b{opacity:.92;font-weight:800}.lv-card__num{letter-spacing:.08em;margin-top:auto;font-size:21px;font-weight:700}.lv-card__foot{justify-content:space-between;align-items:flex-end;margin-top:10px;display:flex}.lv-card__exp{letter-spacing:.04em;opacity:.9;font-size:11.5px}.lv-card__mc i{width:26px;height:26px}.lv-card__mc i:last-child{margin-left:-11px}.lv-bubble{z-index:5;background:var(--surface);border-radius:50%;place-items:center;width:64px;height:64px;display:grid;position:absolute;box-shadow:0 14px 30px #0c1e2e2e}html[data-theme=dark] .lv-bubble{background:#122430;box-shadow:0 14px 32px #00000080}.lv-bubble svg{width:26px;height:26px}.lv-bubble--swap{color:var(--success);top:60px;left:36px}.lv-bubble--lock{color:#7c5ce0;top:196px;left:0}.lv-bubble--qr{color:#e0992a;top:150px;right:8px}.lv-bubble--users{color:#7c5ce0;bottom:96px;right:24px}.gaudi-modal,.gaudi-loader{z-index:120;justify-content:center;align-items:center;padding:18px;display:none;position:fixed;inset:0}.gaudi-modal.is-open,.gaudi-loader.is-open{display:flex}.gaudi-loader{-webkit-backdrop-filter:blur(3px);background:#07131c9e}.gaudi-modal__backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#07131c9e;position:absolute;inset:0}.gaudi-modal__panel{z-index:1;background:var(--surface);border:1px solid var(--border);width:min(668px,100vw - 36px);box-shadow:var(--shadow-pop);border-radius:18px;position:relative;overflow:hidden}.gaudi-modal__panel--code{width:min(660px,100vw - 36px);overflow:visible}.gaudi-modal__banner{pointer-events:none;width:100%;max-width:100%;height:auto;display:block;position:absolute;top:0;left:0}.gaudi-modal__close{color:#738098;z-index:2;border-radius:10px;place-items:center;width:32px;height:32px;font-size:26px;line-height:1;display:grid;position:absolute;top:14px;right:14px}.gaudi-modal__close:hover{color:var(--text);background:#1126360d}.gaudi-modal__body{padding:84px 34px 28px}.gaudi-modal__body h3,.gaudi-loader h3{letter-spacing:-.02em;color:#1d2f43;text-align:center;font-size:31px;font-weight:800;line-height:1.15}.gaudi-modal__radios{justify-content:center;gap:28px;margin:22px 0 16px;display:flex}.gaudi-radio{color:#34485e;align-items:center;gap:10px;font-size:15px;font-weight:500;display:inline-flex}.gaudi-radio input{accent-color:#445364;width:22px;height:22px;margin:0}.gaudi-modal__field input{color:#1d2f43;letter-spacing:.03em;border:1px solid #bcc8d5;border-radius:4px;outline:none;width:100%;height:56px;padding:0 18px;font-size:20px;font-weight:500}.gaudi-modal__field{display:block}.gaudi-modal__field input::placeholder{color:#a3adba}.gaudi-modal__field input:focus{border-color:#2e6ef7;box-shadow:0 0 0 3px #2e6ef724}.gaudi-modal__format{color:#394c60;margin-top:6px;font-size:14px}.gaudi-note{background:#f4f8ff;border:1px solid #2e6ef7;border-radius:6px;grid-template-columns:40px 1fr;gap:6px;margin-top:20px;padding:14px 14px 14px 12px;display:grid}.gaudi-note__icon{color:#2e6ef7;border:2px solid #2e6ef7;border-radius:50%;place-items:center;width:30px;height:30px;font-size:16px;font-weight:700;line-height:1;display:grid}.gaudi-note__content{color:#24384e;font-size:14px;line-height:1.65}.gaudi-note__content b{margin-bottom:4px;font-weight:700;display:block}.gaudi-note__content ul{margin:0 0 10px;padding-left:20px;list-style:outside}.gaudi-note__content li+li{margin-top:8px}.gaudi-note__content a{color:#2e6ef7;width:fit-content;margin-top:2px;font-weight:600;text-decoration:underline;display:block}.gaudi-modal__actions{gap:14px;margin-top:22px;display:flex}.gaudi-modal__actions .btn{border-radius:10px;flex:1;height:48px}.gaudi-modal__actions--code{margin-top:28px}.gaudi-loader__panel{text-align:center;background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:min(668px,100vw - 36px);min-height:auto;padding:72px 48px 54px;display:flex;box-shadow:0 10px 24px #1122331f}.gaudi-spinner{border:12px solid #e6eaee;border-top-color:#364555;border-radius:50%;width:164px;height:164px;margin-bottom:34px;animation:1s linear infinite gaudi-spin}.gaudi-loader h3{max-width:100%;font-size:31px}.gaudi-loader p{color:#102538;max-width:100%;margin-top:28px;font-size:22px;line-height:1.4}.gaudi-loader p b{font-weight:800}.gaudi-loader__foot{margin-top:30px!important}.gaudi-modal__body--code{padding-top:58px;padding-bottom:30px}.gaudi-modal__body--code h3{font-size:29px}.gaudi-code__intro{text-align:center;color:#35485e;max-width:560px;margin:20px auto 0;font-size:16px;line-height:1.55}.gaudi-code__display{letter-spacing:-.03em;justify-content:center;align-items:baseline;gap:2px;margin:24px auto 0;font-weight:800;display:flex}.gaudi-code__num{color:#35588a;font-size:clamp(72px,10vw,84px);line-height:.95}.gaudi-code__letter{color:#07920a;font-size:clamp(72px,10vw,84px);line-height:.95}.gaudi-code__legend{justify-content:center;align-items:center;gap:10px;margin-top:10px;font-size:29px;font-weight:700;display:flex}.gaudi-code__legend-letter{color:#07920a}.gaudi-code__legend-divider{color:#b0b7bf}.gaudi-code__legend-number{color:#27518e}.gaudi-code__owner{color:#47576b;text-align:center;max-width:540px;margin:28px auto 0;font-size:14px;line-height:1.45}.gaudi-code__warning{color:#d83a2f;text-align:center;margin-top:22px;font-size:14px;line-height:1.4}.gaudi-code__time{color:#ff3e2f;text-align:center;margin-top:18px;font-size:15px;font-weight:700}body.is-gaudi-open{overflow:hidden}@keyframes gaudi-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){.lv-bubble{animation:5s ease-in-out infinite lv-float}.lv-bubble--lock{animation-delay:.6s}.lv-bubble--qr{animation-delay:1.2s}.lv-bubble--users{animation-delay:1.8s}}@keyframes lv-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.mobnav{display:none}.scrim{z-index:55;background:#07131c80;display:none;position:fixed;inset:0}.scrim.is-on{display:block}.theme-toggle .moon,html[data-theme=dark] .theme-toggle .sun{display:none}html[data-theme=dark] .theme-toggle .moon{display:block}@media (width<=1240px){.home-top{grid-template-columns:1fr 1fr}.home-top .balance:first-child{grid-column:1/-1}.home-grid{grid-template-columns:1fr}.cards-strip,.cats{grid-template-columns:repeat(2,1fr)}}@media (width<=1340px){.auth__hero{grid-template-columns:1fr;justify-items:start;gap:30px}.auth__visual{justify-self:center}.lv-stage{transform-origin:50%;transform:scale(.86)}}@media (width<=1024px){:root{--sidebar-w:0px}.app{grid-template-columns:1fr}.sidebar{width:282px;box-shadow:var(--shadow-pop);transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.is-open{transform:none}.topbar{z-index:70}.topbar__hb{border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.topbar__hb:hover{background:var(--surface-2)}.auth{grid-template-columns:1fr}.auth__formwrap{padding:36px 24px 8px}.auth__hero{text-align:left;justify-items:center;gap:28px;padding:8px 24px 56px}.hero-content{align-items:flex-start}.card-detail{grid-template-columns:1fr;gap:26px}.card-detail__left{max-width:460px}}@media (width<=640px){.auth{grid-template-columns:1fr;min-height:100vh}.auth__hero{display:none}.auth__formwrap{align-items:center;min-height:100vh;padding:24px 16px}.auth__form{max-width:440px;margin:0 auto;padding:30px 24px}.gaudi-modal__panel{width:calc(100vw - 20px)}.gaudi-modal__body{padding:72px 18px 20px}.gaudi-modal__body h3{font-size:26px}.gaudi-modal__radios{gap:16px}.gaudi-modal__actions{flex-direction:column}.gaudi-loader__panel{width:calc(100vw - 20px);padding:46px 16px 36px}.gaudi-spinner{border-width:10px;width:110px;height:110px;margin-bottom:24px}.gaudi-loader h3{font-size:24px}.gaudi-loader p{margin-top:18px;font-size:17px}.gaudi-code__legend{font-size:23px}.gaudi-code__owner,.gaudi-code__warning,.gaudi-code__time{font-size:13px}}@media (width<=760px){.content{padding:18px 16px}.topbar{padding:12px 16px}.topbar__title h1{font-size:17px}.topbar__title p{display:none}.page-head h1{font-size:24px}.page-head--withstat{flex-direction:column}.statcard{width:100%}.home-top{grid-template-columns:1fr}.home-top .balance:first-child{grid-column:auto}.quick__grid{grid-template-columns:repeat(3,1fr)}.split-2,.cards-strip,.cats,.pago-grid,.filters{grid-template-columns:1fr}.promo{flex-direction:column;align-items:flex-start}.promo .btn{width:100%;margin-left:0}.tr--head{display:none}.tr{grid-template-columns:44px 1fr auto;grid-template-areas:"ico desc amt""ico ref dl";row-gap:4px;padding:14px 12px}.tr .t-ico{grid-area:ico}.tr .t-desc{grid-area:desc}.tr .t-amt{text-align:right;grid-area:amt}.tr .t-ref{grid-area:ref}.tr .t-dl{grid-area:dl;justify-content:flex-end}.tr .t-fecha,.tr .t-more{display:none}.t-desc .cell-strong:after{content:" · ";color:var(--text-3)}.hero-feats{flex-wrap:wrap;gap:18px}.auth__form{padding:30px 22px}}@media (width<=420px){.quick__grid{grid-template-columns:repeat(2,1fr)}}svg[data-icon]{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.appfoot{border-top:1px solid var(--border);color:var(--text-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 30px;font-size:13px;display:flex}.appfoot__brand b{color:var(--logo-accent);font-weight:800}.appfoot__links{flex-wrap:wrap;gap:18px;display:flex}.appfoot__links a{color:var(--text-2)}.appfoot__links a:hover{color:var(--text)}@media (width<=760px){.appfoot{flex-direction:column;align-items:flex-start;padding:16px}}.profile-avatar{background-position:50%;background-repeat:no-repeat;background-size:cover}.profile-avatar--xl{width:84px;height:84px;font-size:28px}.profile-avatar.has-image{color:#0000;text-shadow:none}.profile-hero{align-items:center;gap:20px;margin-bottom:22px;padding:24px 26px;display:flex}.profile-hero .avatar{width:74px;height:74px;font-size:24px}.profile-hero__name{letter-spacing:-.01em;font-size:22px;font-weight:800}.profile-hero__mail{color:var(--text-2);margin-top:2px;font-size:14px}.profile-hero__badges{gap:8px;margin-top:11px;display:flex}.profile-hero .btn{margin-left:auto}.profile-editor{margin-bottom:22px;padding:22px 26px 24px}.profile-editor__head{align-items:flex-start;margin-bottom:18px}.profile-editor__head p{color:var(--text-2);margin-top:4px;font-size:13.5px}.profile-form{flex-direction:column;gap:20px;display:flex}.profile-form__avatar{border:1px dashed var(--border-strong);background:var(--surface-2);border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.profile-form__avatar-copy{flex-direction:column;gap:6px;display:flex}.profile-form__avatar-copy p{color:var(--text-2);font-size:12.5px}.profile-form__avatar input[type=file]{display:none}.profile-form__grid{grid-template-columns:1fr 1fr;gap:16px 18px;display:grid}.profile-form__wide{grid-column:1/-1}.profile-form__actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.profile-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;display:grid}.info-list{padding:8px 22px 12px}.info-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:14px 0;display:flex}.info-row:last-child{border-bottom:none}.info-row>.ico{color:var(--text-3)}.info-row__k{color:var(--text-2);font-size:12.5px}.info-row__v{margin-top:1px;font-size:14.5px;font-weight:600}.profile-stack{flex-direction:column;gap:20px;display:flex}.profile-password{flex-direction:column;padding:8px 22px 24px;display:flex}.profile-password__head{align-items:flex-start;margin-bottom:10px}.profile-password__head p{color:var(--text-2);margin-top:4px;font-size:13.5px}.profile-password__form{flex-direction:column;gap:16px;display:flex}.profile-password .field .input{padding-right:10px}.profile-password .eye{margin-left:auto}.profile-password__actions{justify-content:flex-end;margin-top:auto;padding-top:4px;display:flex}@media (width<=760px){.profile-grid{grid-template-columns:1fr}.profile-hero{text-align:left;flex-direction:column;align-items:flex-start}.profile-hero .btn{width:100%;margin-left:0}.profile-editor{padding:18px}.profile-form__grid{grid-template-columns:1fr}.profile-form__avatar{flex-direction:column;align-items:flex-start}.profile-form__actions{justify-content:stretch}.profile-form__actions .btn{width:100%}.profile-password__actions{justify-content:stretch;margin-top:0}.profile-password__actions .btn{width:100%}}.settings-grid{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.set-card{padding:6px 22px 14px}.set-card__head{align-items:center;gap:11px;padding:16px 0 6px;display:flex}.set-card__head .chip{width:38px;height:38px}.set-card__head h2{font-size:15.5px;font-weight:700}.set-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:15px 0;display:flex}.set-row:last-child{border-bottom:none}.set-row__t{font-size:14.5px;font-weight:600}.set-row__s{color:var(--text-2);margin-top:1px;font-size:12.5px}.set-row__ctl{align-items:center;gap:8px;margin-left:auto;display:flex}.set-row.is-link{cursor:pointer}.set-row.is-link:hover{background:var(--surface-2);border-radius:10px;margin:0 -10px;padding-left:10px;padding-right:10px}.seg{background:var(--surface-2);border-radius:11px;gap:6px;padding:4px;display:flex}.seg button{color:var(--text-2);border-radius:8px;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:600;display:flex}.seg button.is-on{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.seg button .ico{width:16px;height:16px}.danger-link{color:var(--danger);font-weight:600}@media (width<=760px){.settings-grid{grid-template-columns:1fr}}.favorites-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:4px;display:flex}.favorites-header h1{letter-spacing:-.02em;font-size:30px;font-weight:800}.favorites-header__sub{color:var(--text-2);margin-top:4px;font-size:14.5px}.fav-toolbar{flex-wrap:wrap;align-items:center;gap:14px;margin:20px 0;display:flex}.fav-toolbar .searchbar{width:100%;max-width:470px;margin-bottom:0}.fav-toolbar .searchbar .input{height:50px}.fav-tabs{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.fav-tab{border:1px solid var(--border-strong);background:var(--surface);height:40px;color:var(--text-2);border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-size:13.5px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.fav-tab:hover{border-color:var(--primary);color:var(--text)}.fav-tab .ico{width:17px;height:17px}.fav-tab.is-active{background:var(--primary);border-color:var(--primary);color:#fff}.fav-tab__n{background:var(--surface-2);min-width:20px;height:20px;color:var(--text-2);border-radius:999px;place-items:center;padding:0 6px;font-size:11.5px;font-weight:700;display:inline-grid}.fav-tab.is-active .fav-tab__n{color:#fff;background:#ffffff38}.fav-table .tr{grid-template-columns:2fr .95fr 1.6fr .7fr 1.5fr 88px}.fav-table .tr--head>div{color:var(--primary);font-size:13px;font-weight:600}.fav-table .tr--row{cursor:pointer}.fav-desc{min-width:0}.fav-desc__name{letter-spacing:-.01em;align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:flex}.fav-desc__star{color:var(--primary);display:inline-flex}.fav-desc__star svg{width:15px;height:15px;fill:var(--primary)}.fav-desc__alias{color:var(--text-2);margin-top:2px;font-size:12.5px}.fav-cell-num{color:var(--text-2);letter-spacing:.01em;font-variant-numeric:tabular-nums;font-size:13.5px}.fav-cell-cur{font-size:14px;font-weight:600}.fav-cell-email{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.fav-table .favorite-actions{justify-content:flex-end}.fav-table .fav-iconbtn{border-radius:9px;width:36px;height:36px}.fav-table .fav-iconbtn svg{width:17px;height:17px}.fav-type-pill{background:var(--primary-tint);color:var(--primary);border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.fav-type-pill.is-bank{color:#2f80d2;background:#2d80d224}.fav-type-pill.is-sinpe{color:#7c5ce0;background:#7c5ce026}.fav-type-pill.is-serv{background:var(--success-tint);color:var(--success)}.favorite-actions{flex:none;align-items:center;gap:6px;display:flex}.fav-iconbtn{width:40px;height:40px;color:var(--text-2);border:1px solid var(--border);background:var(--surface);border-radius:11px;place-items:center;transition:background .15s,color .15s,border-color .15s;display:grid}.fav-iconbtn:hover{background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}.fav-iconbtn--send:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.fav-iconbtn--danger:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.fav-iconbtn svg{width:18px;height:18px}.favorite-empty{text-align:center;flex-direction:column;align-items:center;padding:56px 24px 40px;display:none}.favorite-empty__art{width:120px;height:120px;margin:0 auto 18px;position:relative}.favorite-empty__art svg{width:120px;height:120px}.favorite-empty__art .spark{color:var(--primary);opacity:.5;font-size:16px;font-weight:700;position:absolute}.favorite-empty__art .s1{top:6px;left:6px}.favorite-empty__art .s2{font-size:13px;top:14px;right:4px}.favorite-empty__art .s3{font-size:13px;bottom:22px;left:-2px}.favorite-empty__art .s4{bottom:8px;right:10px}.favorite-empty h3{font-size:19px;font-weight:800}.favorite-empty p{color:var(--text-2);max-width:360px;margin:8px 0 22px}.favorite-modal{z-index:80;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.favorite-modal.is-open{display:flex}.favorite-modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07131c8c;position:absolute;inset:0}.favorite-modal__panel{z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(440px,100vw - 32px);box-shadow:var(--shadow-pop);text-align:center;padding:30px 28px;animation:.2s fav-pop;position:relative}@keyframes fav-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.favorite-modal__ico{width:60px;height:60px;color:var(--danger);background:#e23a441f;border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}.favorite-modal__ico svg{width:28px;height:28px}.favorite-modal h3{font-size:19px;font-weight:800}.favorite-modal p{color:var(--text-2);margin:8px 0 24px}.favorite-modal p b{color:var(--text)}.favorite-modal__actions{gap:12px;display:flex}.favorite-modal__actions .btn{flex:1}.btn--danger{background:var(--danger);color:#fff}.btn--danger:hover{filter:brightness(.94)}.toast{z-index:90;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-pop);color:var(--text);opacity:0;pointer-events:none;border-radius:12px;align-items:center;gap:10px;padding:14px 20px;font-size:14px;font-weight:600;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px)}.toast.is-on{opacity:1;transform:translate(-50%)}.toast svg{color:var(--success)}.fav-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.fav-detail-hero{align-items:center;gap:18px;margin-bottom:22px;padding:24px 26px;display:flex}.fav-detail-hero .chip{width:66px;height:66px}.fav-detail-hero .chip svg{width:30px;height:30px}.fav-detail-hero__body{flex:1;min-width:0}.fav-detail-hero__name{letter-spacing:-.01em;font-size:22px;font-weight:800}.fav-detail-hero__alias{color:var(--text-2);margin-top:2px}.fav-detail-hero .fav-type-pill{margin-top:10px}@media (width<=1024px){.fav-detail-grid{grid-template-columns:1fr}}@media (width<=760px){.favorites-header{flex-direction:column;align-items:flex-start}.favorites-header .btn{width:100%}.fav-toolbar .searchbar{max-width:none}.fav-detail-hero{text-align:left;flex-direction:column;align-items:flex-start}.fav-table .tr--head{display:none}.fav-table .tr{grid-template-columns:1fr auto;grid-template-areas:"desc act""tipo act""num act""mail act";row-gap:4px;padding:15px 14px}.fav-table .tr .fav-desc{grid-area:desc}.fav-table .tr .fav-c-tipo{grid-area:tipo}.fav-table .tr .fav-c-num{grid-area:num}.fav-table .tr .fav-c-email{grid-area:mail}.fav-table .tr .fav-c-cur{display:none}.fav-table .tr .favorite-actions{grid-area:act;align-self:center}}.favorites-grid{flex-direction:column;gap:16px;display:flex}.favorite-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);grid-template-columns:56px minmax(0,1.5fr) minmax(0,1.5fr) minmax(0,1fr) 44px;align-items:center;gap:22px;padding:20px 22px;transition:border-color .15s,box-shadow .15s,transform .1s;display:grid;position:relative}.favorite-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-pop)}.fav-avatar{border-radius:50%;flex:none;place-items:center;width:56px;height:56px;display:grid}.fav-avatar svg{width:24px;height:24px}.fav-avatar--blue{color:#2f80d2;background:#2d80d224}.fav-avatar--green{background:var(--success-tint);color:var(--success)}.fav-avatar--purple{color:#7c5ce0;background:#7c5ce026}.fav-avatar--teal{background:var(--primary-tint);color:var(--primary)}.fav-card__id{min-width:0}.fav-card__name{letter-spacing:-.01em;font-size:17px;font-weight:700}.fav-card__email{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:7px;margin-top:3px;font-size:13.5px;display:flex;overflow:hidden}.fav-card__email svg{width:15px;height:15px;color:var(--text-3);flex:none}.fav-card__label{color:var(--text-3);margin-bottom:4px;font-size:12px}.fav-card__num{letter-spacing:.01em;font-variant-numeric:tabular-nums;font-size:14.5px;font-weight:700}.fav-card__cur{font-size:15px;font-weight:700}.fav-card__tag{color:var(--text-2);align-items:center;gap:7px;margin-top:4px;font-size:13px;display:flex}.fav-dot{border-radius:50%;flex:none;width:8px;height:8px}.fav-dot--blue{background:#2f80d2}.fav-dot--green{background:var(--success)}.fav-dot--purple{background:#7c5ce0}.fav-dot--teal{background:var(--primary)}.fav-card__actions{justify-self:end;position:relative}.fav-kebab{width:40px;height:40px;color:var(--text-3);border-radius:10px;place-items:center;transition:background .15s,color .15s;display:grid}.fav-kebab:hover{background:var(--surface-2);color:var(--text)}.fav-kebab svg{width:20px;height:20px}.fav-menu{z-index:20;background:var(--surface);border:1px solid var(--border);min-width:170px;box-shadow:var(--shadow-pop);border-radius:12px;flex-direction:column;gap:2px;padding:6px;display:none;position:absolute;top:46px;right:0}.favorite-card.menu-open .fav-menu{animation:.15s fav-pop;display:flex}.fav-menu button{color:var(--text);text-align:left;border-radius:9px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.fav-menu button:hover{background:var(--surface-2)}.fav-menu button svg{width:17px;height:17px;color:var(--text-2)}.fav-menu button.is-danger,.fav-menu button.is-danger svg{color:var(--danger)}.fav-menu button.is-danger:hover{background:#e23a441a}@media (width<=980px){.favorite-card{grid-template-columns:52px 1fr 40px;grid-template-areas:"ava id act""ava acct acct""ava money money";gap:12px 16px}.favorite-card .fav-avatar{grid-area:ava;align-self:start}.favorite-card .fav-card__id{grid-area:id}.favorite-card .fav-card__acct{grid-area:acct}.favorite-card .fav-card__money{flex-wrap:wrap;grid-area:money;align-items:center;gap:10px;display:flex}.favorite-card .fav-card__money .fav-card__label{display:none}.favorite-card .fav-card__actions{grid-area:act;align-self:start}}.send-options{flex-direction:column;gap:16px;display:flex}.send-option{text-align:left;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);width:100%;box-shadow:var(--shadow-sm);align-items:center;gap:18px;padding:20px 22px;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.send-option:hover{border-color:var(--border-strong);transform:translateY(-1px)}.send-option.is-selected{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint)}.send-option .chip{width:52px;height:52px}.send-option .chip svg{width:24px;height:24px}.send-option__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.send-option__title{font-size:16px;font-weight:700}.send-option__desc{color:var(--text-2);font-size:13.5px;line-height:1.45}.send-option__chev{color:var(--text-3);flex:none}.enviar-actions{justify-content:flex-end;margin-top:24px;display:flex}.enviar-actions .btn{min-width:150px}.acct-modal{z-index:80;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.acct-modal.is-open{display:flex}.acct-modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07131c8c;position:absolute;inset:0}.acct-modal__panel{z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(520px,100vw - 32px);max-height:calc(100vh - 60px);box-shadow:var(--shadow-pop);padding:22px;animation:.2s fav-pop;position:relative;overflow:auto}.acct-modal__head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.acct-modal__head h3{font-size:18px;font-weight:800}.acct-modal__close{width:34px;height:34px;color:var(--text-2);border-radius:9px;place-items:center;display:grid}.acct-modal__close:hover{background:var(--surface-2);color:var(--text)}.acct-modal__close svg{width:20px;height:20px}.acct-modal__search{margin-bottom:14px}.acct-modal__search .input{flex-direction:row-reverse;height:48px}.acct-list{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.acct-opt{border:1.5px solid var(--border);cursor:pointer;border-radius:13px;align-items:center;gap:14px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.acct-opt:hover{background:var(--surface-2)}.acct-opt.is-selected{border-color:var(--primary);background:var(--primary-tint)}.acct-opt input{width:18px;height:18px;accent-color:var(--primary);flex:none}.acct-opt .chip{width:42px;height:42px}.acct-opt__body{flex:1;min-width:0}.acct-opt__name{font-size:14.5px;font-weight:700}.acct-opt__num{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12.5px;overflow:hidden}.acct-opt__bal{white-space:nowrap;font-size:13.5px;font-weight:700}.enviar-layout{grid-template-columns:minmax(0,1.45fr) minmax(360px,1fr);align-items:start;gap:28px;display:grid}.enviar-left{min-width:0}.enviar-left .page-head{margin-bottom:22px}.enviar-right{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:22px;position:sticky;top:102px}.send-placeholder{text-align:center;padding:40px 20px}.send-placeholder__art{background:var(--primary-tint);width:76px;height:76px;color:var(--primary);border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.send-placeholder__art svg{width:32px;height:32px}.send-placeholder h3{font-size:17px;font-weight:700}.send-placeholder p{color:var(--text-2);max-width:320px;margin-top:8px;margin-left:auto;margin-right:auto;font-size:13.5px;line-height:1.5}.send-placeholder p b{color:var(--text)}.send-form{flex-direction:column;gap:18px;display:flex}.send-form__group{flex-direction:column;gap:8px;display:flex}.send-form__label{color:var(--text-2);font-size:13px;font-weight:600}.send-form__row{grid-template-columns:1fr;gap:16px;display:grid}.send-type-switch{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.send-type-pill{border:1.5px solid var(--border-strong);background:var(--surface);min-height:50px;color:var(--text-2);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:600;transition:border-color .15s,background .15s,color .15s,transform .1s,box-shadow .15s;display:flex}.send-type-pill:hover{border-color:var(--send-accent);color:var(--text);transform:translateY(-1px)}.send-type-pill.is-selected{border-color:var(--send-accent);background:var(--send-tint);color:var(--send-accent);box-shadow:0 0 0 3px var(--primary-tint)}.send-type-pill .ico{flex:none;width:18px;height:18px}.send-type-switch__hint{color:var(--text-2);font-size:12px;line-height:1.45}.send-debit{text-align:left;border:1.5px solid var(--border-strong);background:var(--surface);border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:border-color .15s;display:flex}.send-debit:hover{border-color:var(--primary)}.send-debit .chip{flex:none;width:46px;height:46px}.send-debit__body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.send-debit__num{letter-spacing:.01em;font-size:15px;font-weight:700}.send-debit__meta{color:var(--text-2);font-size:12.5px}.send-debit__meta b{color:var(--text);font-weight:600}.send-debit__chev{color:var(--text-3);flex:none}.dest-tabs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dest-tab{border:1.5px solid var(--border-strong);background:var(--surface);height:52px;color:var(--text-2);border-radius:12px;justify-content:center;align-items:center;gap:9px;font-size:14.5px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:flex}.dest-tab:hover{border-color:var(--send-accent);color:var(--text)}.dest-tab .ico{width:18px;height:18px}.dest-tab.is-active{border-color:var(--send-accent);background:var(--send-tint);color:var(--send-accent)}.dest-input.input{height:54px}.dest-input.input--select select{color:var(--text)}.dest-fav-trigger{text-align:left;cursor:pointer;justify-content:space-between;width:100%}.dest-fav-trigger span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.send-amount__cur{color:var(--text-3);font-size:20px;font-weight:700}.send-amount input{font-size:20px;font-weight:700}.input--area{flex-direction:column;align-items:stretch;height:auto;padding:12px 14px;position:relative}.input--area textarea{resize:none;width:100%;color:var(--text);background:0 0;border:none;outline:none;font-family:inherit;font-size:14px;line-height:1.5}.input--area textarea::placeholder{color:var(--text-3)}.send-count{color:var(--text-3);align-self:flex-end;margin-top:4px;font-size:11px}.send-summary{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;padding:16px 18px}.send-summary__head{align-items:center;gap:9px;margin-bottom:14px;font-size:14px;font-weight:700;display:flex}.send-summary__head svg{color:var(--send-accent);width:18px;height:18px}.send-summary__grid{grid-template-columns:1fr 1fr auto;gap:14px;display:grid}.send-summary__col{flex-direction:column;gap:2px;min-width:0;display:flex}.send-summary__col>span{color:var(--text-3);font-size:11.5px}.send-summary__col>b{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;overflow:hidden}.send-summary__col>small{color:var(--text-2);font-size:12px}.send-summary__col--amt{text-align:right}.send-summary__col--amt>b{color:var(--send-accent);font-size:16px}.otp-summary{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;flex-direction:column;gap:16px;padding:18px;display:flex}.otp-summary__head{align-items:flex-start;gap:12px;display:flex}.otp-summary__head svg{width:20px;height:20px;color:var(--send-accent);margin-top:2px}.otp-summary__head b{font-size:15px;font-weight:800;display:block}.otp-summary__head span{color:var(--text-2);margin-top:2px;font-size:12.5px;display:block}.otp-summary__code{border:1px dashed var(--send-accent);background:var(--send-tint);border-radius:14px;flex-direction:column;gap:4px;padding:16px 18px;display:flex}.otp-summary__code>span{color:var(--text-2);font-size:12px;font-weight:600}.otp-inputs{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:4px;display:grid}.otp-digit{text-align:center;letter-spacing:.02em;width:100%;height:54px;color:var(--text);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:14px;outline:none;font-size:22px;font-weight:800;transition:border-color .15s,box-shadow .15s,transform .1s}.otp-digit:focus{border-color:var(--send-accent);box-shadow:0 0 0 3px var(--primary-tint);transform:translateY(-1px)}.otp-digit.is-filled{border-color:var(--border-strong);background:var(--surface)}.otp-summary__code>small{color:var(--text-2);font-size:12px;line-height:1.45}.otp-summary__grid{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}.otp-summary__col{flex-direction:column;gap:2px;min-width:0;display:flex}.otp-summary__col>span{color:var(--text-3);font-size:11.5px}.otp-summary__col>b{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;overflow:hidden}.otp-summary__col>small{color:var(--text-2);font-size:12px}.otp-summary__meta{grid-template-columns:1fr 1fr;gap:12px;display:grid}.otp-summary__meta>div{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:2px;padding:12px 14px;display:flex}.otp-summary__meta span{color:var(--text-3);font-size:11.5px}.otp-summary__meta b{font-size:13.5px;font-weight:700}.btn--send{background:var(--send-accent);color:#fff}.btn--send:hover{background:var(--send-accent-600)}.btn--send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=1080px){.enviar-layout{grid-template-columns:1fr}.enviar-right{position:static}}@media (width<=560px){.send-form__row,.send-summary__grid{grid-template-columns:1fr}.send-summary__col--amt{text-align:left}.otp-inputs{grid-template-columns:repeat(3,minmax(0,1fr))}.otp-summary__grid,.otp-summary__meta{grid-template-columns:1fr}}.fav-form-grid{grid-template-columns:1fr 1fr;align-items:start;gap:22px;display:grid}.fav-form-card{padding:26px 26px 24px}.fav-form-card .field{margin-bottom:20px}.fav-form-card .field:last-of-type{margin-bottom:0}.fav-consult-row{align-items:stretch;gap:12px;display:flex}.fav-consult-row .input{flex:1}.fav-consult-row .btn{flex:none;height:52px}.fav-note{background:var(--primary-tint);border-radius:12px;gap:10px;margin-top:20px;padding:14px 16px;display:flex}.fav-note svg{color:var(--primary);flex:none;margin-top:1px}.fav-note p{color:var(--text-2);font-size:13px;line-height:1.5}.fav-result{border:1.5px dashed var(--border-strong);border-radius:var(--radius);justify-content:center;align-items:center;min-height:100%;padding:30px;display:flex}.fav-result__placeholder{text-align:center;max-width:320px}.fav-result__art{background:var(--surface-2);width:84px;height:84px;color:var(--text-3);border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.fav-result__art svg{width:34px;height:34px}.fav-result__placeholder h3{font-size:17px;font-weight:700}.fav-result__placeholder p{color:var(--text-2);margin-top:8px;font-size:13.5px;line-height:1.5}.fav-result__filled{width:100%}.fav-result__head{align-items:center;gap:14px;margin-bottom:18px;display:flex}.fav-result__head .pill{margin-left:auto}.fav-result__head .pill svg{width:14px;height:14px}.fav-result__name{font-size:17px;font-weight:800}.fav-result__bank{color:var(--text-2);margin-top:2px;font-size:12.5px}.fav-result__rows{flex-direction:column;gap:2px;margin-bottom:22px;display:flex}.fav-result__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.fav-result__row:last-child{border-bottom:none}.fav-result__row span{color:var(--text-2);font-size:13.5px}.fav-result__row b{font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.fav-form-secure{justify-content:center;align-items:center;gap:14px;margin-top:26px;display:flex}.fav-form-secure .chip{width:46px;height:46px}.fav-form-secure b{font-size:14px}.fav-form-secure p{color:var(--text-2);margin-top:2px;font-size:12.5px}@media (width<=980px){.fav-form-grid{grid-template-columns:1fr}.fav-result{min-height:220px}}@media (width<=600px){.send-option{align-items:flex-start}.enviar-actions{max-width:none}.enviar-actions .btn{width:100%}.fav-consult-row{flex-direction:column}.fav-consult-row .btn{width:100%}.acct-opt__bal{display:none}}.list-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin:22px 0;display:flex}.list-toolbar .searchbar{flex:1;min-width:240px;max-width:470px;margin-bottom:0}.list-toolbar .searchbar .input{height:50px}.list-toolbar.is-hidden{display:none}.sinpe-table .tr{grid-template-columns:2fr 1.3fr 1.6fr .8fr 1fr 128px}.sinpe-table .tr--head>div{color:var(--text-2);font-size:12.5px;font-weight:600}.sinpe-c-contacto{align-items:center;gap:12px;min-width:0;display:flex}.sinpe-ava{letter-spacing:.02em;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;font-size:14px;font-weight:700;display:grid}.sinpe-ava--blue{color:#2f80d2;background:#2d80d224}.sinpe-ava--green{background:var(--success-tint);color:var(--success)}.sinpe-ava--purple{color:#7c5ce0;background:#7c5ce026}.sinpe-ava--amber{color:#e0992a;background:#e8a52829}.sinpe-name{text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;font-weight:600;overflow:hidden}.cell-mut2{color:var(--text-2);font-size:13.5px}.sinpe-actions{justify-content:flex-end}.sinpe-table .fav-iconbtn{border-radius:9px;width:36px;height:36px}.sinpe-table .fav-iconbtn svg{width:17px;height:17px}.sinpe-wizard{max-width:860px;margin:0 auto}.sinpe-trigger{appearance:none;text-align:left;cursor:pointer;justify-content:space-between;width:100%}.sinpe-trigger__placeholder,.sinpe-trigger__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sinpe-trigger__placeholder{color:var(--text-3)}.sinpe-trigger__value{color:var(--text);font-weight:600}.sinpe-hint{margin-top:2px}.sinpe-summary__grid{grid-template-columns:1fr 1fr 1fr}@media (width<=860px){.sinpe-table .tr--head{display:none}.sinpe-table .tr{grid-template-columns:1fr auto;grid-template-areas:"contacto act""tel act""desc act""uso act";row-gap:4px;padding:15px 14px}.sinpe-table .sinpe-c-contacto{grid-area:contacto;margin-bottom:4px}.sinpe-table .sinpe-c-tel{grid-area:tel}.sinpe-table .sinpe-c-desc{grid-area:desc}.sinpe-table .sinpe-c-uso{grid-area:uso}.sinpe-table .sinpe-c-cur{display:none}.sinpe-table .sinpe-actions{grid-area:act;align-self:center}.sinpe-summary__grid{grid-template-columns:1fr}}.request-layout{grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);align-items:start;gap:24px;display:grid}.request-form-card{padding:26px 26px 24px}.request-form-card .field{margin-bottom:20px}.request-form-card .field:last-child{margin-bottom:0}.field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.field-hint{color:var(--text-3);font-size:12px}.request-summary{padding:22px;position:sticky;top:102px}.request-summary__head{align-items:center;gap:12px;margin-bottom:18px;display:flex}.request-summary__head .chip{width:42px;height:42px}.request-summary__head h2{font-size:16px;font-weight:700}.request-summary__rows{flex-direction:column;display:flex}.request-summary__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:13px 0;display:flex}.request-summary__row span{color:var(--text-2);font-size:13.5px}.request-summary__row b{text-align:right;font-size:14px;font-weight:700}.request-summary__amt{color:var(--send-accent);font-size:17px}.request-summary__actions{flex-direction:column;gap:10px;margin:20px 0 14px;display:flex}.request-secure{color:var(--text-2);gap:10px;display:flex}.request-secure svg{color:var(--primary);flex:none;margin-top:1px}.request-secure p{font-size:12.5px;line-height:1.5}@media (width<=1080px){.request-layout{grid-template-columns:1fr}.request-summary{position:static}}@media (width<=520px){.field-row{grid-template-columns:1fr}.list-toolbar .btn{width:100%}}.enviar-page .wizard{max-width:860px}.wizard{max-width:860px;margin:0 auto}.stepper{align-items:center;margin:6px 0 30px;padding:0;list-style:none;display:flex}.step{color:var(--text-3);align-items:center;gap:11px;display:flex}.step:not(:last-child){flex:1}.step:not(:last-child):after{content:"";background:var(--border);border-radius:2px;flex:1;height:2px;margin-left:14px;transition:background .2s}.step.is-done:not(:last-child):after{background:var(--send-accent)}.step__dot{background:var(--surface-2);width:34px;height:34px;color:var(--text-2);border:2px solid var(--border);border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:grid}.step__check{width:17px;height:17px;display:none}.step.is-active .step__dot{background:var(--primary);border-color:var(--primary);color:#fff}.step.is-done .step__dot{background:var(--send-accent);border-color:var(--send-accent);color:#fff}.step.is-done .step__n{display:none}.step.is-done .step__check{display:block}.step__label{white-space:nowrap;font-size:13.5px;font-weight:600}.step.is-active .step__label{color:var(--text);font-weight:700}.step.is-done .step__label{color:var(--text-2)}.wizard-step{opacity:1}.wizard-step.is-active{animation:none}.wizard-step__title{margin-bottom:18px;font-size:18px;font-weight:700}.wizard-actions{justify-content:flex-end;margin-top:26px;display:flex}.wizard-actions--split{justify-content:space-between}.wizard-actions .btn{min-width:150px}.send-debit__change{color:var(--primary);flex:none;align-items:center;gap:4px;margin-left:auto;font-size:12.5px;font-weight:600;display:inline-flex}.request-page .wizard{max-width:860px}.request-credit-trigger,.request-dest-trigger{appearance:none;text-align:left;cursor:pointer;justify-content:space-between;width:100%}.request-credit-trigger__placeholder,.request-credit-trigger__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.request-credit-trigger__placeholder{color:var(--text-3)}.request-credit-trigger__value{color:var(--text);font-weight:600}.request-credit-hint{margin-top:2px}@media (width<=560px){.step__label{display:none}.step:not(:last-child):after{margin-left:8px}.step{gap:0}.wizard-actions{flex-direction:column-reverse;gap:10px}.wizard-actions .btn{width:100%}.send-type-switch{grid-template-columns:1fr}}
