:root{--blue-header:#004cbe;--blue-action:#0756cc;--blue-card-start:#0154c5;--blue-card-end:#0045a1;--blue-soft-ui:#eef3fd;--blue-focus:#0756cc;--blue:#0057c8;--blue-dark:#0047a8;--blue-soft:#eaf3ff;--blue-faint:#f4f8fd;--ink:#111827;--muted:#687386;--line:#dce4ef;--green:#138a3d;--green-soft:#e9f7ee;--red:#df1f2d;--red-soft:#fff0f1;--orange:#e68200;--orange-soft:#fff5df;--purple:#7443d8;--shadow:0 10px 28px rgba(31,74,135,.09);--radius-lg:22px;--radius-md:16px;--mobile-max:430px;--app-gutter:clamp(16px,4.8vw,20px);--app-content-top:16px}*{box-sizing:border-box}html{color-scheme:light}body,html{background:#dfe7f3;overflow-x:hidden}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink)}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}.icon-asset{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.icon-asset--mask{background-color:currentColor;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.icon-asset--image img{display:block;width:100%;height:100%}.app-frame{min-height:100dvh;width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);margin:0 auto;background:linear-gradient(180deg,#f7faff,#eef4fc);position:relative;overflow-x:hidden;box-shadow:0 0 50px rgba(14,43,82,.12)}.app-frame--with-nav .app-content{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.app-content{min-height:calc(100dvh - 72px);padding:var(--app-content-top) var(--app-gutter) 32px}.topbar{height:72px;position:-webkit-sticky;position:sticky;top:0;z-index:40;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:env(safe-area-inset-top) 10px 0;background:linear-gradient(135deg,#0062d8,#0048ad);color:white}.topbar,.topbar--blue{box-shadow:0 5px 16px rgba(0,69,166,.18)}.topbar--blue{background:var(--blue-header);color:#fff}.topbar--white{background:#fff;color:var(--ink);border-bottom:1px solid #e1e7ef;box-shadow:0 2px 8px rgba(0,0,0,.04)}.topbar h1{margin:0;text-align:center;font-size:18px;line-height:1.15;font-weight:400;letter-spacing:-.015em}.topbar__side{display:flex;align-items:center}.topbar__side--right{justify-content:flex-end}.icon-button{width:42px;height:42px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--blue)}.icon-button--light{color:#fff}.icon-button:hover{background:rgba(255,255,255,.12)}.topbar--blue .icon-button,.topbar--blue .icon-button--light{color:#fff}.topbar--white .icon-button,.topbar--white .icon-button--light{color:var(--blue-header)}.topbar--white .icon-button:hover{background:rgba(7,86,204,.08)}.bottom-nav{position:fixed;z-index:50;left:50%;bottom:0;transform:translateX(-50%);width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);height:calc(76px + env(safe-area-inset-bottom));padding:7px 16px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.94);border-top:1px solid rgba(218,227,239,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 -12px 30px rgba(37,70,113,.08)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#3b4556;font-size:11px;line-height:1;position:relative;min-width:0}.bottom-nav a:before{content:none}.bottom-nav__icon{display:inline-flex;align-items:center;justify-content:center;height:24px}.bottom-nav__label{white-space:nowrap;font-size:10px;letter-spacing:-.01em}.bottom-nav a .icon-asset--mask,.bottom-nav a svg{color:currentColor}.bottom-nav a.is-active{color:var(--blue-header);font-weight:400}.surface{background:#fff;border:1px solid rgba(219,229,241,.92);border-radius:24px;box-shadow:0 14px 34px rgba(31,74,135,.08)}.section-heading{margin:30px 2px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading h2{font-size:18px;margin:0;letter-spacing:-.02em;line-height:1.12}.section-heading__action{min-height:36px;color:var(--blue-header);font-size:14px;line-height:1.2;white-space:nowrap}.app-button,.section-heading__action{display:inline-flex;align-items:center;font-weight:400}.app-button{min-height:54px;border-radius:18px;border:1.5px solid transparent;justify-content:center;gap:10px;padding:0 20px;font-size:15px;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.app-button__icon{display:inline-flex;align-items:center;justify-content:center}.app-button:active{transform:scale(.985)}.app-button:disabled{opacity:.55;cursor:not-allowed}.app-button:focus-visible,.bottom-nav a:focus-visible,.search-field:focus-within,.section-heading__action:focus-visible,.tabs button:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(7,86,204,.18)}.app-button--primary{color:white;background:linear-gradient(135deg,var(--blue-card-start),var(--blue-card-end));box-shadow:0 12px 26px rgba(0,76,190,.22)}.app-button--outline{color:var(--blue-header);background:#fff;border-color:#bcd1ef}.app-button--ghost{color:var(--blue-action);background:transparent}.app-button--danger{color:var(--red);background:#fff;border-color:var(--red)}.app-button--full{width:100%}.app-button--compact{min-height:42px;padding:0 16px;font-size:13px;border-radius:14px}.button-stack{display:grid;grid-gap:12px;gap:12px}.button-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:25px;border-radius:999px;padding:4px 11px;font-size:12px;line-height:1;font-weight:400;white-space:nowrap}.badge--blue{color:var(--blue-header);background:var(--blue-soft-ui)}.badge--green{color:var(--green);background:var(--green-soft)}.badge--red{color:var(--red);background:var(--red-soft)}.badge--orange{color:var(--orange);background:var(--orange-soft)}.badge--gray{color:#667085;background:#eef1f5}.toggle{width:56px;height:31px;border-radius:999px;padding:3px;border:0;background:#adb7c7;transition:background .2s}.toggle span{display:block;width:25px;height:25px;border-radius:50%;background:white;box-shadow:0 2px 7px rgba(0,0,0,.22);transition:transform .2s}.toggle--on{background:var(--blue)}.toggle--on span{transform:translateX(25px)}.search-field{min-height:58px;border:1px solid #d4dfef;border-radius:20px;background:white;display:flex;align-items:center;gap:12px;padding:0 18px;color:#7b8492;box-shadow:0 8px 18px rgba(32,61,98,.04)}.search-field input{flex:1 1;border:0;outline:0;color:var(--ink);min-width:0;background:transparent}.search-field input::placeholder{color:#98a1ae}.tabs{display:flex;gap:12px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs button{flex:0 0 auto;min-height:48px;padding:0 22px;border:1.4px solid #d6e1f1;background:#fff;border-radius:999px;color:#516071;font-weight:400;font-size:14px;box-shadow:0 8px 18px rgba(32,61,98,.04)}.tabs button.is-active{background:var(--blue-header);border-color:var(--blue-header);color:#fff;font-weight:400;box-shadow:0 10px 22px rgba(0,76,190,.18)}.tabs--outline button{border-color:#c9d9f3;color:var(--blue-header);box-shadow:none}.tabs--outline button.is-active{background:#fff;border-color:var(--blue-header);color:var(--blue-header);box-shadow:none}.icon-bubble{width:46px;height:46px;border-radius:15px;background:#edf4ff;color:var(--blue-header);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.icon-bubble--green{background:var(--green-soft);color:var(--green)}.icon-bubble--purple{background:#f0eafd;color:var(--purple)}.icon-bubble--orange{background:var(--orange-soft);color:var(--orange)}.icon-bubble--red{background:var(--red-soft);color:var(--red)}.info-banner{display:flex;align-items:flex-start;gap:14px;padding:20px 18px;border-radius:22px;border:1px solid #d6e3f8;background:linear-gradient(180deg,#fbfdff,#f6faff);color:#18365e;box-shadow:0 10px 24px rgba(31,74,135,.05)}.info-banner h3{margin:0 0 4px;font-size:15px}.info-banner p{margin:0;color:#4d5f76;line-height:1.45;font-size:13px}.list-card{overflow:hidden}.list-row{min-height:76px;display:flex;align-items:center;gap:13px;padding:16px 18px;border-bottom:1px solid #e6ebf2}.list-row:last-child{border-bottom:0}.list-row__content{flex:1 1;min-width:0}.list-row__title{font-size:15px;font-weight:400;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-row__subtitle{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.list-row__right{text-align:right;display:grid;justify-items:end;grid-gap:5px;gap:5px;flex:0 0 auto}.list-row__amount{font-weight:400;font-size:15px}.list-row__amount--positive{color:var(--green)}.list-row__amount--negative{color:var(--ink)}.form-card{padding:16px;display:grid;grid-gap:14px;gap:14px}.form-field{display:grid;grid-gap:7px;gap:7px}.form-field label,.form-field>span{font-weight:400;font-size:13px}.form-control{min-height:52px;width:100%;border:1px solid #cfd9e7;border-radius:14px;background:white;padding:0 15px;outline:none;color:var(--ink)}.form-control:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,87,200,.1)}textarea.form-control{padding-top:14px;min-height:112px;resize:vertical}.field-with-icon{position:relative}.field-with-icon>.icon-asset,.field-with-icon>svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--blue)}.field-with-icon .form-control{padding-left:48px}.field-action{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.account-card{padding:20px;color:white;background:linear-gradient(135deg,var(--blue-card-start),var(--blue-card-end));border-radius:28px;box-shadow:0 18px 34px rgba(0,70,164,.24)}.account-card h3{margin:0 0 12px;font-size:18px}.account-card__iban{opacity:.82;font-size:13px}.account-card__balance{margin-top:22px;font-size:29px;font-weight:400;letter-spacing:-.04em}.account-card__footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:10px;font-size:12px;opacity:.9}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.quick-action{background:#fff;border:1px solid var(--line);border-radius:24px;min-height:126px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:var(--blue-header);box-shadow:0 8px 20px rgba(32,61,98,.05)}.quick-action span{font-size:12px;line-height:1.28;font-weight:400}.transfers-screen{display:grid;grid-gap:14px;gap:14px}.transfers-quick-actions{margin-top:4px;gap:10px}.transfers-quick-action{min-height:112px;border-radius:22px;padding:12px 8px 10px;gap:9px}.transfers-quick-action .icon-bubble{width:38px;height:38px}.transfers-quick-action span:last-child{font-size:11px;line-height:1.22;font-weight:400;letter-spacing:-.01em}.transfers-section{display:grid;grid-gap:0;gap:0}.transfers-section .section-heading{margin:0 2px 8px}.transfers-section .section-heading h2{font-size:17px;font-weight:400;letter-spacing:-.025em}.transfers-section .section-heading__action{font-size:14px;font-weight:400}.transfers-beneficiaries,.transfers-recent{border-radius:22px;box-shadow:0 12px 28px rgba(31,74,135,.07)}.transfers-beneficiary,.transfers-recent-item{min-height:0;padding:12px 15px;gap:11px}.transfers-beneficiary__avatar,.transfers-recent-item__avatar{width:42px;height:42px;font-size:17px;font-weight:400}.transfers-beneficiary__avatar{color:var(--blue-header)}.transfers-beneficiary__avatar .icon-asset--mask,.transfers-beneficiary__avatar svg{color:#7443d8}.transfers-beneficiary .list-row__title,.transfers-recent-item .list-row__title{margin-bottom:3px;font-size:14px;line-height:1.08;letter-spacing:-.02em}.transfers-beneficiary .list-row__subtitle{font-size:10.5px;line-height:1.2;color:#677385}.transfers-row__chevron{color:var(--blue-header);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.transfers-recent-item{align-items:flex-start}.transfers-recent-item__content{padding-top:1px}.transfers-recent-item .list-row__subtitle{font-size:10.5px;line-height:1.16}.transfers-recent-item__time{margin-top:2px;color:#5f6f86}.transfers-recent-item__right{padding-top:0;gap:5px}.transfers-recent-item__right .badge{min-width:74px;min-height:22px;font-size:10.5px;padding-inline:9px}.transfers-recent-item__right .list-row__amount{font-size:13px}.transfers-info-banner{margin-top:2px;align-items:center;gap:12px;padding:14px 15px;border-radius:22px}.transfers-info-banner__visual{position:relative;width:58px;height:58px;flex:0 0 58px;display:inline-flex;align-items:center;justify-content:center}.transfers-info-banner__shield{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#dbe8ff,#bcd0f6);color:var(--blue-header);box-shadow:inset 0 0 0 1px rgba(0,76,190,.08)}.transfers-info-banner__check,.transfers-info-banner__lock{position:absolute;right:-2px;bottom:2px;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.transfers-info-banner__lock{background:#fff;color:var(--blue-header);border:1px solid #cdddff;right:12px;bottom:8px}.transfers-info-banner__check{background:#6ea9ff;color:#fff}.transfers-info-banner__content h3{margin-bottom:3px;font-size:14px}.transfers-info-banner__content p{margin-bottom:5px;font-size:11.5px;line-height:1.28}.transfers-info-banner__link{color:var(--blue-header);font-size:12.5px;font-weight:400;line-height:1.2}.transfers-beneficiary:focus-visible,.transfers-info-banner__link:focus-visible,.transfers-quick-action:focus-visible,.transfers-recent-item:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(7,86,204,.18)}.transfer-order-screen{display:grid;grid-gap:18px;gap:18px}.transfer-order-form{display:grid;grid-gap:14px;gap:14px;padding:18px;background:#fff;border:1px solid rgba(219,229,241,.92);border-radius:24px;box-shadow:0 14px 34px rgba(31,74,135,.08)}.transfer-order-heading{display:grid;grid-gap:8px;gap:8px;padding:2px 2px 0}.transfer-order-heading h2{margin:0;font-size:26px;line-height:1.05;letter-spacing:-.03em;color:#132544}.transfer-order-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.transfer-order-warning{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:32px;padding:6px 12px;border-radius:999px;background:var(--red-soft);color:#a61b25;font-size:11px;line-height:1.2;font-weight:400;letter-spacing:.06em}.transfer-order-field{display:grid;grid-gap:7px;gap:7px}.transfer-order-label{color:#214670;font-size:13px;line-height:1.3;font-weight:400}.transfer-order-input{min-height:56px;width:100%;padding:0 16px;border:1px solid #cfd9e7;border-radius:16px;background:#fff;color:var(--ink);outline:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.transfer-order-input::placeholder{color:#98a1ae}.transfer-order-input:focus{border-color:var(--blue-header);box-shadow:0 0 0 3px rgba(7,86,204,.12)}.transfer-order-input--error{border-color:var(--red);box-shadow:0 0 0 1px rgba(223,31,45,.08)}.transfer-order-input--error:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(223,31,45,.14)}.transfer-order-help{margin:0;color:#5f6f86;font-size:12px;line-height:1.35}.transfer-order-error{margin:0;color:#a61b25;font-size:12px;line-height:1.35;font-weight:400}.transfer-order-amount{position:relative}.transfer-order-amount .transfer-order-input{padding-right:46px}.transfer-order-currency{position:absolute;top:50%;right:16px;transform:translateY(-50%);color:var(--blue-header);font-size:18px;font-weight:400;pointer-events:none}.transfer-order-cancel,.transfer-order-submit{min-height:56px;border-radius:18px;border:1.5px solid transparent;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;font-size:15px;font-weight:400;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.transfer-order-submit{margin-top:6px;color:#fff;background:linear-gradient(135deg,var(--blue-card-start),var(--blue-card-end));box-shadow:0 12px 26px rgba(0,76,190,.22)}.transfer-order-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.transfer-order-cancel{color:var(--blue-action);background:transparent;border-color:#c9d9f3}.transfer-order-cancel:focus-visible,.transfer-order-submit:focus-visible{box-shadow:0 0 0 3px rgba(7,86,204,.18)}.stat-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.stat-card{padding:16px}.stat-card__label{color:var(--muted);font-size:12px}.stat-card__value{font-size:22px;font-weight:400;margin:8px 0 0}.empty-state{text-align:center;padding:34px 22px}.empty-state .icon-bubble{margin:0 auto 14px;width:58px;height:58px}.empty-state h3{margin:0 0 8px}.empty-state p{color:var(--muted);margin:0;line-height:1.5}.cm-logo{display:flex;align-items:center;justify-content:center;gap:7px;color:#0054aa;font-size:38px;font-weight:400;letter-spacing:-2.1px}.cm-logo--compact{font-size:22px;gap:4px;letter-spacing:-1px}.cm-logo--light{color:white}.cm-logo__mark{width:.8em;height:.82em;display:inline-block;position:relative}.cm-logo__petal{position:absolute;background:#ec1c2b;width:45%;height:45%;border-radius:3px 11px 3px 11px}.cm-logo__petal--top{top:0;left:28%;transform:rotate(45deg)}.cm-logo__petal--left{bottom:0;left:0;transform:rotate(45deg)}.cm-logo__petal--right{bottom:0;right:0;transform:rotate(45deg)}.cm-logo__core{position:absolute;width:30%;height:30%;border-radius:50%;background:white;left:35%;top:38%;z-index:2}.login-screen{min-height:100dvh;width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);margin:0 auto;position:relative;overflow-x:hidden;color:var(--ink);background:url(/assets/login-background.jpg) 52% 24%/cover no-repeat;box-shadow:0 0 50px rgba(14,43,82,.18)}.login-screen:before{background:linear-gradient(180deg,rgba(250,253,255,.34),rgba(243,248,253,.2) 20%,rgba(205,223,239,.08) 40%,rgba(0,47,110,.12))}.login-screen:after,.login-screen:before{content:"";position:absolute;inset:0;pointer-events:none}.login-screen:after{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,70,130,.08))}.login-overlay{position:relative;z-index:2;min-height:100dvh;padding:calc(18px + env(safe-area-inset-top)) clamp(18px,4.8vw,24px) calc(20px + env(safe-area-inset-bottom));display:grid;grid-template-rows:auto auto 1fr auto;grid-gap:22px;gap:22px}.login-language{justify-self:end;border:0;min-width:88px;height:38px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:rgba(255,255,255,.96);color:var(--blue-header);font-weight:400;font-size:13px;box-shadow:0 10px 25px rgba(30,60,90,.14)}.login-field__toggle:focus-visible,.login-help:focus-visible,.login-language:focus-visible,.login-recovery:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(7,86,204,.18)}.login-brand{margin-top:clamp(30px,10vh,66px);text-align:center;display:grid;justify-items:center;grid-gap:10px;gap:10px}.login-brand>p{display:none}.login-brand__heading{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#0054aa}.login-brand__word{font-size:clamp(30px,9vw,38px);line-height:1;font-weight:400;letter-spacing:-2.1px}.login-brand__logoMark{display:inline-flex;align-items:center;justify-content:center}.login-brand__logoMark .cm-logo{font-size:clamp(30px,9vw,38px);gap:0;letter-spacing:0}.login-brand__logoMark .cm-logo__word{display:none}.login-brand__content{display:grid;justify-items:center;grid-gap:8px;gap:8px}.login-brand__content p{margin:0;color:#0054aa;font-size:clamp(17px,4.5vw,20px);line-height:1.15;font-weight:400;white-space:nowrap}.login-demo-badge{min-height:30px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.9);color:var(--blue-header);font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 18px rgba(28,58,96,.12)}.login-main{align-self:flex-start;display:grid;grid-gap:14px;gap:14px}.login-panel{margin-top:clamp(12px,4vh,28px);background:rgba(255,255,255,.95);border:1px solid rgba(230,237,246,.88);border-radius:28px;padding:22px 18px 18px;box-shadow:0 18px 42px rgba(24,63,96,.22);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-warning{margin:0 0 18px;color:#214670;font-size:13px;line-height:1.4;font-weight:400;text-align:center}.login-field{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.login-field:first-of-type{margin-top:0}.login-field__label{color:#214670;font-size:13px;line-height:1.3;font-weight:400}.login-field__control{min-height:58px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:0 14px;border-radius:18px;border:1px solid #d6dfeb;background:rgba(255,255,255,.98);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.login-field__control:focus-within{border-color:var(--blue-header);box-shadow:0 0 0 3px rgba(7,86,204,.12)}.login-field__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--blue-header)}.login-field__control input{min-width:0;width:100%;height:100%;border:0;outline:0;background:transparent;color:#132544;font-size:16px;font-weight:400}.login-field__toggle{width:38px;height:38px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--blue-header)}.login-demo-account{padding:14px 16px;border-radius:18px;background:rgba(239,244,252,.94);color:#204268;display:grid;grid-gap:4px;gap:4px;font-size:13px;line-height:1.4;box-shadow:0 10px 24px rgba(32,61,98,.08)}.login-demo-account strong{font-size:14px}.login-demo-account p{margin:0}.login-actions{margin-top:18px;display:grid;grid-gap:12px;gap:12px}.login-actions .app-button{width:100%}.login-demo-button{border-color:#b7cceb;color:var(--blue-header);background:rgba(255,255,255,.9);box-shadow:0 8px 18px rgba(32,61,98,.06)}.login-recovery{min-height:42px;justify-content:center;font-size:14px;line-height:1.25;text-align:center}.login-help,.login-recovery{display:inline-flex;align-items:center;color:var(--blue-header);font-weight:400}.login-help{align-self:end;justify-self:center;min-height:48px;border:0;border-radius:24px;background:rgba(255,255,255,.96);padding:0 20px;gap:9px;box-shadow:0 10px 22px rgba(18,56,88,.13)}.login-error{margin:14px 0 0;color:#a61b25;text-align:center;font-size:13px;line-height:1.35;font-weight:400}.login-scope,.login-scope *{font-weight:400;font-style:normal;font-synthesis:none}.login-scope{--login-font-language:clamp(14px,4.1vw,16px);--login-font-brand:clamp(27px,8.2vw,32px);--login-font-brand-subtitle:clamp(15px,4.6vw,18px);--login-font-required:clamp(14px,3.85vw,15px);--login-font-field:clamp(16px,4.6vw,18px);--login-font-primary:clamp(16px,4.6vw,18px);--login-font-recovery:clamp(16px,4.35vw,17px);--login-font-help:clamp(15px,4.1vw,16px);--login-font-menu:14px;--login-font-error:13px;--login-font-demo:11px}.login-scope [data-login-text],.login-scope a,.login-scope button,.login-scope input,.login-scope label,.login-scope p,.login-scope span{font-weight:400!important;font-style:normal;font-synthesis:none}.login-screen.login-scope{width:100%;margin:0;min-height:100dvh;background:url(/assets/login-background.jpg) 48% 24%/cover no-repeat;box-shadow:none}.login-screen.login-scope:before{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08) 18%,rgba(255,255,255,.02) 42%,rgba(7,29,57,.08) 68%,rgba(7,29,57,.16))}.login-screen.login-scope:after{background:transparent}.login-page-shell{position:relative;z-index:2;width:min(100%,430px);margin:0 auto;box-sizing:border-box;min-height:100dvh;padding:calc(18px + env(safe-area-inset-top)) clamp(16px,4.6vw,24px) calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column}.login-language-selector{align-self:flex-end;position:relative}.login-language-selector__button{min-width:90px;height:38px;padding:0 15px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:rgba(255,255,255,.88);color:#0f58cb;box-shadow:0 10px 22px rgba(31,74,135,.1);font-size:var(--login-font-language);line-height:20px;letter-spacing:0}.login-language-selector__menu{position:absolute;right:0;top:calc(100% + 8px);min-width:140px;padding:8px;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 14px 32px rgba(16,45,82,.15)}.login-language-selector__menu button{width:100%;min-height:40px;border:0;border-radius:12px;background:#eef5ff;color:#0f58cb;font-size:var(--login-font-menu);line-height:18px}.login-brand-block{margin-top:clamp(44px,11vh,96px);display:grid;justify-items:center;grid-gap:11px;gap:11px;color:#0f58cb;text-align:center}.login-brand-block__row{display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:34px;letter-spacing:-.4px}.login-brand-block__mark{width:31px;height:31px;position:relative;display:inline-block;flex:0 0 auto}.login-brand-block__petal{position:absolute;width:44%;height:44%;background:#ef2434;border-radius:3px 10px 3px 10px;transform:rotate(45deg)}.login-brand-block__petal--top{top:1px;left:28%}.login-brand-block__petal--left{left:1px;bottom:2px}.login-brand-block__petal--right{right:1px;bottom:2px}.login-brand-block__core{position:absolute;left:36%;top:38%;width:28%;height:28%;border-radius:50%;background:#fff}.login-brand-block p{margin:0;line-height:22px;letter-spacing:-.1px;color:#0f58cb}.login-demo-notice{margin:18px 0 0;color:rgba(255,255,255,.94);font-size:var(--login-font-demo);line-height:14px;letter-spacing:.3px;text-transform:uppercase;text-align:center}.login-auth-form{display:grid;grid-gap:17px;gap:17px;margin-top:18px}.login-form-card{padding:22px 24px 18px;border-radius:31px;background:rgba(255,255,255,.95);box-shadow:0 18px 38px rgba(21,57,95,.16)}.login-form-card__required{margin:0 0 16px;color:#202533;font-size:var(--login-font-required);line-height:20px;letter-spacing:0}.login-form-card__required span,.login-underline-field input::placeholder{color:#ff2a2a}.login-underline-field{display:grid;grid-template-columns:32px minmax(0,1fr) 44px;align-items:center;grid-gap:14px;gap:14px;min-height:76px}.login-underline-field+.login-underline-field{margin-top:6px}.login-underline-field__icon{display:inline-flex;align-items:center;justify-content:center;color:#1f1f1f}.login-underline-field__body{display:grid;grid-gap:14px;gap:14px;min-width:0}.login-underline-field input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:#1b2231;font-size:var(--login-font-field);line-height:24px;letter-spacing:0}.login-underline-field input::placeholder{opacity:1}.login-underline-field__line{width:100%;height:1.5px;background:#1d2230}.login-underline-field__placeholder-spacer{width:44px;height:44px}.login-underline-field__toggle{width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:#0f58cb;display:inline-flex;align-items:center;justify-content:center}.login-form-card__status{margin:12px 0 0;color:#0f58cb;font-size:14px;line-height:19px}.login-actions-column{display:grid;justify-items:center;grid-gap:14px;gap:14px}.login-primary-button,.login-secondary-button,.login-services-button{min-height:58px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:0;text-align:center;text-decoration:none}.login-primary-button{width:min(62vw,248px);padding:0 28px;background:#ece6e4;color:#2f3034;font-size:var(--login-font-primary);line-height:22px;letter-spacing:0}.login-primary-button.is-active{background:linear-gradient(180deg,#0e64db,#014db9);color:#fff;box-shadow:0 12px 24px rgba(0,87,200,.22)}.login-primary-button:disabled{cursor:not-allowed}.login-secondary-button{width:min(82vw,336px);padding:0 30px;background:rgba(255,255,255,.96);color:#1260d2;border:0;box-shadow:0 10px 22px rgba(31,74,135,.1);font-size:var(--login-font-recovery);line-height:22px;letter-spacing:0}.login-page-spacer{flex:1 1 auto;min-height:clamp(54px,11vh,132px)}.login-services-button{align-self:center;width:min(60vw,276px);padding:0 28px;background:rgba(255,255,255,.96);color:#0f58cb;box-shadow:0 10px 22px rgba(31,74,135,.1);font-size:var(--login-font-help);line-height:20px;letter-spacing:0}.login-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:rgba(14,22,36,.28)}.login-modal-card{width:min(100%,360px);padding:18px;border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 18px 34px rgba(21,57,95,.18)}.login-modal-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.login-modal-card p,.login-modal-card__header h2{margin:0}.login-modal-card p{margin-top:10px;color:#274469;font-size:14px;line-height:19px}.login-modal-card__close{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#0f58cb}.login-modal-card__actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.login-modal-card__link{color:#0f58cb;font-size:14px;line-height:19px}.login-modal-card__button{min-height:42px;padding:0 18px;border:0;border-radius:999px;background:#0f58cb;color:#fff;font-size:14px;line-height:19px}@media (max-width:374px){.login-page-shell{padding-left:14px;padding-right:14px}.login-brand-block{margin-top:26px}.login-brand-block__row{font-size:27px;gap:6px;letter-spacing:-.4px}.login-brand-block__mark{width:26px;height:26px}.login-brand-block p{font-size:15px;line-height:20px}.login-demo-notice{margin-top:14px;font-size:11px;line-height:14px}.login-form-card{padding:18px 18px 14px;border-radius:26px}.login-underline-field{grid-template-columns:28px minmax(0,1fr) 40px;gap:12px;min-height:70px}.login-primary-button{width:min(68vw,232px);min-height:56px;font-size:16px}.login-secondary-button{width:min(88vw,320px);min-height:56px;font-size:16px}.login-services-button{width:min(72vw,248px);min-height:54px;font-size:15px}.login-page-spacer{min-height:40px}}.app-frame.home-page{background:#f2f6fd}.app-frame.home-page .app-content{min-height:100dvh;background:linear-gradient(180deg,#f4f8ff,#eef4fc)}.app-frame.home-page .section-heading h2,.app-frame.home-page .section-heading__action{color:#071640}.home-top-area{margin:calc(var(--app-content-top) * -1) calc(var(--app-gutter) * -1) 0;background:#f4f8ff}.home-hero{padding:calc(24px + env(safe-area-inset-top)) 0 28px;color:#fff;position:relative;overflow:hidden}.app-frame.home-page .home-hero,.home-hero{background:linear-gradient(180deg,rgba(0,50,144,.58),rgba(0,70,170,.54) 48%,rgba(0,82,184,.78)),url(/assets/login-background.jpg);background-position:26% 36%;background-size:cover}.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,17,70,.42),rgba(1,17,70,.12) 44%,rgba(0,29,102,.08)),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0) 32%,rgba(0,0,0,.08));opacity:1;pointer-events:none}.app-frame.home-page .home-hero:before{content:""}.home-hero__top{position:relative;z-index:1;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:0 calc(var(--app-gutter) + 4px)}.home-hero h1{margin:0;font-size:20px;font-weight:400;text-align:center;line-height:1.1;letter-spacing:-.018em}.home-hero p{margin:0;opacity:.82}.home-hero__spacer{width:42px;height:42px}.home-account-carousel{position:relative;z-index:1;display:flex;gap:14px;margin-top:42px;padding:0 30px 10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.home-account-carousel::-webkit-scrollbar{display:none}.home-account{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 60px);scroll-snap-align:start;position:relative;z-index:1;background:#fff;color:#142248;border-radius:24px;padding:18px 18px 12px;box-shadow:0 18px 38px rgba(16,55,110,.18)}.app-frame.home-page .home-account,.app-frame.home-page .home-feed-card__surface,.app-frame.home-page .shortcut-pill{background:#FFFFFF;box-shadow:0 8px 20px rgba(0,39,104,.14)}.home-account__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.home-account__head h2{flex:1 1;min-width:0;margin:0;font-size:20px;line-height:1.06;letter-spacing:-.022em;white-space:nowrap}.home-account__head>div{flex:0 0 136px;max-width:136px}.home-account__balance{color:var(--blue-header);font-size:20px;font-weight:400;letter-spacing:-.03em;text-align:right;white-space:nowrap}.home-account__iban{color:#5f6f86;margin:12px 0 8px;font-size:12px;letter-spacing:.08em}.home-account__ops{display:grid;grid-gap:0;gap:0;font-size:13px}.home-account__ops div{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid #e7edf6}.home-account__ops div:first-child{border-top:0}.home-account__date{color:#5f6f86}.home-account__label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-account__amount{font-weight:400;white-space:nowrap}.home-account__progress{width:100%;height:9px;border-radius:999px;margin-top:9px;margin-left:auto;background:rgba(0,76,190,.12);overflow:hidden}.home-account__progress span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2383ff,var(--blue-header))}.home-shortcuts-panel{padding:28px 28px 22px;background:linear-gradient(180deg,#f5f9ff,#eff5fe);border-radius:0 0 28px 28px}.home-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;position:relative;z-index:2}.shortcut-pill{min-height:70px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:12px 16px;color:var(--blue-header);font-size:13px;text-align:left;box-shadow:0 12px 24px rgba(30,65,112,.09)}.shortcut-pill__icon{flex:0 0 34px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.shortcut-pill__content{min-width:0;font-size:12px;line-height:1.2}.shortcut-pill__label--main{font-size:12px}.shortcut-pill__label--main,.shortcut-pill__label--sub{display:block;font-weight:400;line-height:1.2;white-space:nowrap}.shortcut-pill__label--sub{font-size:11px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis}.home-feed{margin:0 calc(var(--app-gutter) * -1);padding:0 var(--app-gutter) 8px;background:#f2f6fd}.home-feed .section-heading{margin:0 4px 16px;padding-top:16px}.home-feed .section-heading h2{font-size:17px;line-height:1.12;font-weight:400}.home-feed__list{display:grid;grid-gap:8px;gap:8px}.home-feed-card{display:block;border-radius:18px}.home-feed-card__surface{position:relative;min-height:0;padding:13px 16px;border-radius:17px;border-color:rgba(219,229,241,.94);box-shadow:0 8px 18px rgba(31,74,135,.06)}.home-feed-card__meta{margin:0 36px 6px 0;color:var(--blue-header);font-size:12px;line-height:1.2;font-weight:400}.home-feed-card__title{margin:0 34px 6px 0;color:#0f1e3c;font-size:14px;line-height:1.18;font-weight:400;letter-spacing:-.015em}.home-feed-card__description{margin:0 34px 0 0;color:var(--muted);font-size:12px;line-height:1.32}.home-feed-card__chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--blue-header);display:inline-flex;align-items:center;justify-content:center}.bank-card{height:205px;border-radius:24px;padding:20px;color:white;background:radial-gradient(circle at 75% 20%,rgba(255,255,255,.18),transparent 35%),linear-gradient(135deg,#101522,#252b42);box-shadow:0 18px 34px rgba(15,21,34,.25);position:relative;overflow:hidden}.bank-card:after{content:"";position:absolute;width:210px;height:210px;right:-70px;bottom:-110px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.bank-card--gold{background:radial-gradient(circle at 70% 15%,rgba(255,255,255,.2),transparent 35%),linear-gradient(135deg,#08131d,#3b2c16)}.bank-card__brand{font-size:14px;opacity:.8}.bank-card__type{margin-top:28px;font-size:18px;font-weight:400}.bank-card__number{margin-top:25px;letter-spacing:2px}.bank-card__footer{position:absolute;left:20px;right:20px;bottom:18px;display:flex;justify-content:space-between;font-size:12px}.bank-card img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.accounts-screen{display:grid;grid-gap:14px;gap:14px}.accounts-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:20px 20px 18px;border-radius:30px;box-shadow:0 18px 36px rgba(30,65,112,.1)}.accounts-summary__label{margin:0;color:#111827;font-size:16px;line-height:1.15;font-weight:400}.accounts-summary__amount{margin-top:12px;color:var(--blue-header);font-size:clamp(28px,7.6vw,33px);line-height:1;font-weight:400;letter-spacing:-.05em;white-space:nowrap}.accounts-summary__meta{margin:14px 0 0;color:#687386;font-size:14px;line-height:1.2}.accounts-summary__icon{width:60px;height:60px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--blue-soft-ui);color:var(--blue-header);flex:0 0 auto}.accounts-tabs{display:flex;gap:10px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.accounts-tabs::-webkit-scrollbar{display:none}.accounts-tabs__item{flex:0 0 auto;min-height:46px;padding:0 18px;border:1.4px solid #dbe5f4;border-radius:999px;background:#fff;color:#596475;font-size:15px;font-weight:400;box-shadow:0 10px 18px rgba(31,74,135,.05)}.accounts-tabs__item--active{border-color:#0858cf;background:#0858cf;color:#fff;font-weight:400;box-shadow:0 12px 24px rgba(8,88,207,.2)}.accounts-cards__action:focus-visible,.accounts-cards__main:focus-visible,.accounts-product:focus-visible,.accounts-tabs__item:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(7,86,204,.18)}.accounts-products{display:grid;grid-gap:14px;gap:14px}.accounts-product{display:block}.accounts-product__surface{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:18px 16px 16px;border-radius:28px;box-shadow:0 14px 34px rgba(31,74,135,.08)}.accounts-product__icon{width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.accounts-product__icon--blue{background:#e8f1fd;color:#1f62d8}.accounts-product__icon--green{background:#e5f7ec;color:#15a653}.accounts-product__icon--teal{background:#dff6f4;color:#136b74}.accounts-product__icon--purple{background:#eee9fb;color:#5b38d2}.accounts-product__content{min-width:0}.accounts-product__title{margin:0;color:#151b27;font-size:clamp(15px,4.7vw,18px);line-height:1.08;font-weight:400}.accounts-product__number{margin:8px 0 0;color:#757f90;font-size:13px;line-height:1.1;letter-spacing:.01em}.accounts-product__meta{margin:8px 0 0;color:#677385;font-size:13px;line-height:1.2}.accounts-product__side{display:grid;justify-items:end;align-content:center;grid-gap:16px;gap:16px}.accounts-product__amount{font-size:clamp(16px,4.5vw,17px);line-height:1.05;font-weight:400;white-space:nowrap}.accounts-product__amount--blue{color:#0858cf}.accounts-product__amount--green{color:#0f7e66}.accounts-product__chevron{color:#0858cf;display:inline-flex;align-items:center;justify-content:center}.accounts-cards{display:grid;grid-gap:12px;gap:12px;padding-bottom:6px}.accounts-cards__title{margin:0 4px;color:#151b27;font-size:18px;line-height:1.12;font-weight:400;letter-spacing:-.02em}.accounts-cards__surface{overflow:hidden;border-radius:28px;box-shadow:0 14px 34px rgba(31,74,135,.08)}.accounts-cards__main{display:grid;grid-template-columns:104px minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:16px 18px}.accounts-card-preview{position:relative;height:84px;border-radius:14px;overflow:hidden;color:#fff;background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.15),transparent 28%),linear-gradient(135deg,#171717,#202533 72%,#2e3447);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.accounts-card-preview:after{content:"";position:absolute;width:30px;height:20px;left:10px;top:36px;border-radius:4px;background:linear-gradient(135deg,#f5e6a0,#b58c2c)}.accounts-card-preview__brand{position:absolute;left:40px;top:10px;font-size:10px;font-weight:400;letter-spacing:-.02em}.accounts-card-preview__chip{position:absolute;left:12px;top:34px;width:26px;height:18px;border-radius:4px;border:1px solid rgba(255,255,255,.14)}.accounts-card-preview__type{position:absolute;left:34px;bottom:18px;font-size:10px;letter-spacing:.12em;opacity:.72}.accounts-card-preview__network{position:absolute;right:10px;bottom:12px;font-size:18px;line-height:1;font-weight:400;letter-spacing:-.04em}.accounts-cards__content{min-width:0}.accounts-cards__name{margin:0;color:#151b27;font-size:clamp(16px,4.8vw,18px);line-height:1.08;font-weight:400}.accounts-cards__meta{margin:8px 0 0;color:#677385;font-size:14px;line-height:1.2}.accounts-cards__chevron{justify-content:center}.accounts-cards__action,.accounts-cards__chevron{color:#0858cf;display:inline-flex;align-items:center}.accounts-cards__action{min-height:58px;gap:14px;padding:0 20px;border-top:1px solid #e6ebf2;font-size:16px;font-weight:400}.accounts-cards__actionIcon{display:inline-flex;align-items:center;justify-content:center}.progress-bar{height:8px;border-radius:999px;background:#e5eaf1;overflow:hidden}.progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),#2d87ef)}.donut{width:170px;height:170px;border-radius:50%;background:conic-gradient(#0057c8 0 34%,#25b970 34% 55%,#f6a31a 55% 72%,#7d4bd4 72% 87%,#e7edf5 87% 100%);position:relative;margin:0 auto}.donut:after{content:"";position:absolute;inset:28px;border-radius:50%;background:#fff}.donut__center{position:absolute;inset:0;z-index:1;display:grid;place-content:center;text-align:center}.donut__center strong{font-size:22px}.donut__center span{color:var(--muted);font-size:12px}.stepper{justify-content:center;margin:6px 0 18px}.stepper,.stepper__item{display:flex;align-items:center}.stepper__circle{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1.5px solid #c7cfdb;color:#7b8493;background:#fff;font-weight:400}.stepper__circle.is-active{background:var(--blue);border-color:var(--blue);color:white}.stepper__line{width:44px;height:2px;background:#d3d9e2}.wizard-section{padding:16px;margin-bottom:12px}.wizard-section h2{margin:0 0 12px;font-size:17px}.wizard-section__number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;margin-right:8px;background:var(--blue);color:white}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.detail-block{padding:15px}.detail-block h3{margin:0 0 12px;font-size:15px}.detail-line{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #e8edf3;font-size:12px}.detail-line:last-child{border-bottom:0}.notification-card{padding:15px;display:flex;gap:13px;position:relative}.notification-card--unread{background:var(--blue-soft-ui);border-color:#c9dcf8}.unread-dot{width:9px;height:9px;border-radius:50%;background:var(--blue);position:absolute;right:16px;top:20px}.notification-card h3{margin:0 18px 5px 0;font-size:15px}.notification-card p{margin:0 0 8px;color:#4d5868;font-size:12px;line-height:1.45}.notification-card time{color:#7b8492;font-size:11px}.settings-row{min-height:68px;display:flex;gap:13px;align-items:center;padding:13px 15px;border-bottom:1px solid #e5ebf2}.settings-row:last-child{border-bottom:0}.settings-row__content{flex:1 1}.settings-row__content strong{display:block;font-size:14px;margin-bottom:3px}.settings-row__content span{color:var(--muted);font-size:12px}.profile-card{text-align:center;padding:24px 18px}.avatar{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#0068df,#0045a0);color:white;display:grid;place-items:center;font-size:24px;font-weight:400;margin:0 auto 12px}.profile-card h2{margin:0 0 4px}.profile-card p{margin:0;color:var(--muted)}.branch-card{padding:16px}.branch-card h3{margin:0 0 5px}.branch-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:5px;gap:5px;text-align:center}.calendar-grid span{height:34px;display:grid;place-items:center;border-radius:10px;font-size:12px}.calendar-grid span.is-selected{background:var(--blue);color:#fff;font-weight:400}.calendar-grid span.is-muted{color:#b3bbc6}@media (max-width:370px){:root{--app-gutter:14px}.detail-grid{grid-template-columns:1fr}.cm-logo{font-size:31px}.login-overlay{padding-left:20px;padding-right:20px}.home-hero{padding-left:18px;padding-right:18px;padding-bottom:42px;background-size:126% auto;background-position:22% 40%}.home-account{margin-bottom:-44px;padding:16px 15px 10px}.home-account__head h2{font-size:18px}.home-account__head>div{flex-basis:124px;max-width:124px}.home-account__balance{font-size:18px}.home-account__ops div{grid-template-columns:66px minmax(0,1fr) auto;gap:7px;padding:10px 0}.home-shortcuts{gap:8px;margin-top:28px}.shortcut-pill{min-height:60px;max-height:68px;padding:8px 10px;gap:8px}.shortcut-pill .icon-bubble{width:32px;height:32px}.quick-grid{gap:10px}.quick-action{min-height:118px;padding-left:8px;padding-right:8px}.tabs button{min-height:46px;padding:0 18px}.transfer-order-form{padding:16px}.transfer-order-heading h2{font-size:24px}}@media (min-width:700px){body{padding:24px 0}.app-frame,.login-screen{min-height:calc(100dvh - 48px);border-radius:28px;overflow:hidden}.bottom-nav{bottom:24px;border-radius:0 0 28px 28px}}.transfer-shell{width:100%;max-width:none;margin:0;box-shadow:none}.transfer-shell__topbar{background:linear-gradient(135deg,#005fd7 0,var(--blue-header) 100%);box-shadow:0 6px 16px rgba(0,76,190,.14)}.transfer-shell__content{display:grid;grid-gap:8px;gap:8px;padding-top:6px;padding-bottom:12px}.transfer-shell,.transfer-shell :is(h1,h2,h3,p,span,strong,b,small,a,button,label,input,select,textarea,option){font-weight:400;font-synthesis:none}.transfer-shell :is(input,textarea)::placeholder{font-weight:400}.transfer-demo-badge{margin:0;min-height:30px;padding:7px 12px;border-radius:12px;background:rgba(0,87,200,.08);color:var(--blue-header);font-size:11px;line-height:1.25;font-weight:400;letter-spacing:.04em;text-transform:uppercase}.transfer-demo-badge--warning{background:rgba(230,130,0,.11);color:#9b5a00}.transfer-stepper{list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:flex-start;grid-gap:0;gap:0;padding:0 2px;margin:0}.transfer-stepper__item{position:relative;display:grid;justify-items:center;grid-gap:6px;gap:6px}.transfer-stepper__circle{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1.5px solid #d2dced;background:#eef3fb;color:#7a8698;z-index:1}.transfer-stepper__circle.is-active,.transfer-stepper__circle.is-completed{border-color:var(--blue-header);color:var(--blue-header);background:#fff}.transfer-stepper__circle.is-active{background:var(--blue-header);color:#fff}.transfer-stepper__label{max-width:64px;text-align:center;color:#6c7890;font-size:10px;line-height:1.15}.transfer-stepper__label.is-active{color:var(--blue-header)}.transfer-stepper__line{position:absolute;top:16px;left:calc(50% + 18px);width:calc(100% - 36px);height:2px;background:#d9e3f0}.transfer-stepper__line.is-completed{background:var(--blue-header)}.transfer-confirmation-card,.transfer-info-card,.transfer-section,.transfer-success-card{border-radius:24px;box-shadow:0 10px 30px rgba(31,74,135,.06)}.transfer-section{padding:12px 14px 8px}.transfer-page-title,.transfer-section__title{margin:0 0 8px;color:#111827;font-size:15px;line-height:1.16}.transfer-screen-block{display:grid;grid-gap:7px;gap:7px}.transfer-form{display:grid;grid-gap:5px;gap:5px}.transfer-field-card{min-height:46px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;padding:7px 11px;border:1px solid #d8e1ee;border-radius:18px;background:#fff}.transfer-field-card.is-error{border-color:rgba(223,31,45,.5)}.transfer-field-card__icon{color:#145dd6;display:inline-flex;align-items:center;justify-content:center}.transfer-field-card__content{min-width:0;display:grid;grid-gap:1px;gap:1px}.transfer-field-card__label{color:#687386;font-size:10px;line-height:1.15}.transfer-field-card__input{min-width:0;width:100%;padding:0;border:0;outline:0;background:transparent;color:#17233b;font-size:12.5px;line-height:1.18}.transfer-field-card__input--select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.transfer-field-card__error{color:#b42318;font-size:11px;line-height:1.3}.transfer-field-card__trailing{color:#6b7a90}.transfer-continue,.transfer-submit{margin-top:4px}.transfer-beneficiary-summary{display:grid;grid-template-columns:52px minmax(0,1fr);grid-gap:12px;gap:12px;padding:14px 15px;align-items:center;background:linear-gradient(90deg,#edf4ff,#f7fbff);border-color:#e7eef9}.transfer-beneficiary-summary__avatar{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:var(--blue-header);background:#e8f0ff}.transfer-beneficiary-summary__avatar--lavender{background:#ece9ff}.transfer-beneficiary-summary__content{min-width:0;display:grid;grid-gap:3px;gap:3px}.transfer-beneficiary-summary__content strong{font-size:16px;line-height:1.2}.transfer-beneficiary-summary__content span{color:var(--muted);font-size:11px;line-height:1.28;overflow-wrap:anywhere}.transfer-detail-row,.transfer-detail-row--button{width:100%;min-height:66px;display:grid;grid-template-columns:40px minmax(0,1fr) auto auto auto;grid-gap:10px;gap:10px;align-items:center;padding:11px 0;background:transparent;border:0;border-bottom:1px solid #e8edf5;text-align:left}.transfer-detail-row--button:last-child,.transfer-detail-row:last-child{border-bottom:0}.transfer-detail-row__icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#edf4ff;color:#145dd6}.transfer-detail-row__content{min-width:0;display:grid;grid-gap:2px;gap:2px}.transfer-detail-row__label,.transfer-detail-row__right-secondary,.transfer-detail-row__secondary{color:var(--muted);font-size:10.5px;line-height:1.22}.transfer-detail-row__right-value,.transfer-detail-row__value{color:#161f33;font-size:13px;line-height:1.22}.transfer-detail-row__right-value{text-align:right}.transfer-detail-row__right-text{color:#4f5f78}.transfer-amount-emphasis{color:#145dd6}.transfer-detail-row__right{display:grid;justify-items:end;grid-gap:5px;gap:5px}.transfer-detail-row__chevron,.transfer-detail-row__trailing{color:var(--blue-header)}.transfer-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.transfer-actions__primary,.transfer-actions__secondary{width:100%}.transfer-confirmation-card{padding:16px 15px;display:grid;grid-gap:14px;gap:14px}.transfer-confirmation-card__header{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:flex-start}.transfer-confirmation-card__shield{border-radius:16px}.transfer-confirmation-card__header h3{margin:0 0 4px;font-size:15px}.transfer-confirmation-card__header p,.transfer-confirmation-card__hint,.transfer-introduction{margin:0;color:#5f6f86;font-size:12px;line-height:1.32}.otp-input{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:8px;gap:8px}.otp-input__field{width:100%;min-width:0;height:48px;border-radius:10px;border:1.5px solid #d0d9e7;background:#fff;text-align:center;font-size:21px;color:var(--blue-header);outline:0}.otp-input__field:focus{border-color:var(--blue-header);box-shadow:0 0 0 3px rgba(7,86,204,.14)}.transfer-checkbox{min-height:44px;display:flex;align-items:center;gap:12px;padding:2px 4px 0;color:#4e5f77;font-size:13px}.transfer-checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30px;height:30px;margin:0;border:1.5px solid #9ba8ba;border-radius:8px;background:#fff;display:inline-grid;place-items:center}.transfer-checkbox input:checked{border-color:var(--blue-header);background:var(--blue-header)}.transfer-checkbox input:checked:after{content:"";width:12px;height:7px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.transfer-success-card{padding:20px 16px 16px;display:grid;grid-gap:14px;gap:14px;justify-items:center;text-align:center}.transfer-success-card__hero{position:relative;width:120px;height:120px}.transfer-success-card__check,.transfer-success-card__dot{position:absolute;border-radius:50%}.transfer-success-card__dot{width:8px;height:8px;background:#8fdca8}.transfer-success-card__dot--one{top:16px;left:20px}.transfer-success-card__dot--two{top:34px;left:10px;width:6px;height:6px}.transfer-success-card__dot--three{top:22px;right:22px;width:7px;height:7px}.transfer-success-card__dot--four{top:46px;right:12px;width:6px;height:6px}.transfer-success-card__dot--five{top:66px;left:42px;width:6px;height:6px}.transfer-success-card__check{inset:24px;display:grid;place-items:center;background:#18bf56;color:#fff}.transfer-success-card h2{margin:0;font-size:25px;line-height:1.14;letter-spacing:-.03em}.transfer-success-card__details{width:100%;display:grid;grid-gap:0;gap:0;text-align:left}.transfer-success-card__details .transfer-detail-row{min-height:64px}.transfer-success-card__amount{color:#18bf56}.transfer-info-card{padding:16px}.transfer-info-card p,.transfer-info-card small{display:block;margin:0;color:#4f6078;line-height:1.42}.transfer-info-card small{margin-top:6px;font-size:12px}.transfer-info-card__title{display:flex;align-items:center;gap:10px;margin-bottom:0;color:#17345c}.transfer-info-card__inline-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#7a8598}.transfer-info-card--spaced{margin-top:2px}.transfer-tablist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.transfer-tab{min-height:52px;border:0;border-radius:999px;background:#e9eff8;color:#2f3e57;font-size:14px}.transfer-tab.is-active{background:linear-gradient(135deg,#0058d0 0,var(--blue-header) 100%);color:#fff}.transfer-card-list{display:grid;grid-gap:14px;gap:14px}.transfer-beneficiary-card,.transfer-history-card,.transfer-pending-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;grid-gap:14px;gap:14px;align-items:center;padding:18px 16px}.transfer-beneficiary-card__avatar,.transfer-history-card__icon,.transfer-pending-card__avatar{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--blue-header);background:#edf3fd;font-size:18px}.transfer-beneficiary-card__content,.transfer-history-card__content,.transfer-pending-card__content{min-width:0;display:grid;grid-gap:5px;gap:5px}.transfer-beneficiary-card__content strong,.transfer-history-card__content strong,.transfer-pending-card__content strong{font-size:16px;line-height:1.2}.transfer-beneficiary-card__content span,.transfer-history-card__content span,.transfer-pending-card__content span{color:var(--muted);font-size:12px;line-height:1.28;overflow-wrap:anywhere}.transfer-beneficiary-card__meta,.transfer-history-card__side,.transfer-pending-card__actions{display:grid;justify-items:end;grid-gap:8px;gap:8px}.transfer-history-card__side strong,.transfer-pending-card__amount{font-size:15px;white-space:nowrap}.transfer-pending-card__amount.is-negative{color:#0f172a}.transfer-history-card__chevron{color:var(--blue-header);display:inline-flex;align-items:center;justify-content:center}.transfer-status-badge{min-width:82px}.transfer-pending-card{gap:16px}.transfer-pending-card__main{display:grid;grid-template-columns:62px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center}.transfer-pending-card__summary{display:grid;justify-items:end;grid-gap:12px;gap:12px}.transfer-pending-card__footer{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;padding-top:16px;border-top:1px solid #e8edf5}.transfer-pending-card__buttons{display:flex;align-items:center;gap:14px}.transfer-pending-card__buttons button,.transfer-request-card{border:0;background:transparent}.transfer-pending-card__buttons button{min-height:36px;display:inline-flex;align-items:center;gap:6px;color:var(--blue-header);font-size:13px}.transfer-pending-card__separator{width:1px;height:22px;background:#dfe6f0}.transfer-progress-card{padding:16px 15px;display:grid;grid-gap:14px;gap:14px}.transfer-progress-card__header{display:grid;grid-template-columns:46px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.transfer-progress-card__heading{display:grid;grid-gap:4px;gap:4px}.transfer-progress-card__heading strong{font-size:16px;display:inline-flex;align-items:center;gap:8px}.transfer-progress-card__footer span,.transfer-progress-card__heading span{color:var(--muted);font-size:12px}.transfer-progress-card__value{color:var(--blue-header);font-size:15px}.transfer-progress-card__meter{display:grid;grid-gap:0;gap:0}.transfer-progress-card__footer{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.transfer-progress-card__footer strong{display:block;margin-top:4px;font-size:14px}.transfer-request-card{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:18px 16px;text-align:left}.transfer-request-card__content{display:grid;grid-gap:4px;gap:4px}.transfer-request-card__content strong{font-size:16px}.transfer-request-card__content span{color:var(--muted);font-size:12px;line-height:1.35}.transfer-beneficiaries-search{margin-top:2px}.transfer-beneficiaries-add{margin-top:4px}.transfer-verified-badge{min-height:24px;display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:12px}.transfer-verified-badge__icon{width:24px;height:24px;border-radius:50%;border:1.5px solid #16a34a;display:inline-flex;align-items:center;justify-content:center}.transfer-dialog-backdrop{position:fixed;inset:0;z-index:80;background:rgba(16,24,40,.36);display:grid;place-items:center;padding:20px}.transfer-dialog{width:min(100%,430px);padding:18px 16px;display:grid;grid-gap:16px;gap:16px}.transfer-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.transfer-dialog__header h3{margin:0 0 4px;font-size:18px}.transfer-dialog__header p{margin:0;color:var(--muted);font-size:13px;line-height:1.4}.transfer-dialog__actions,.transfer-dialog__choices,.transfer-dialog__form{display:grid;grid-gap:12px;gap:12px}.transfer-choice{min-height:58px;padding:12px 14px;border-radius:16px;border:1px solid #d7e1ef;background:#fff;text-align:left}.transfer-choice strong,.transfer-dialog__field span{display:block}.transfer-choice span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.transfer-dialog__field{display:grid;grid-gap:8px;gap:8px}.transfer-dialog__actions{grid-template-columns:1fr 1fr}@media (min-width:700px){.transfer-shell{width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);margin:0 auto;min-height:100dvh;border-radius:0;box-shadow:none}.transfer-shell .bottom-nav{bottom:0;border-radius:0}}@media (max-width:370px){.transfer-shell__content{gap:12px;padding-left:14px;padding-right:14px}.transfer-stepper__label{max-width:58px;font-size:10px}.transfer-stepper__line{left:calc(50% + 19px);width:calc(100% - 38px)}.transfer-actions,.transfer-dialog__actions{grid-template-columns:1fr}.transfer-beneficiary-card,.transfer-history-card,.transfer-pending-card{grid-template-columns:44px minmax(0,1fr) auto}.transfer-pending-card__footer,.transfer-pending-card__main{grid-template-columns:1fr}.transfer-pending-card__summary{justify-items:start}.transfer-pending-card__footer{gap:8px}.transfer-beneficiary-card__meta,.transfer-history-card__side,.transfer-pending-card__actions{grid-column:2/4;justify-items:start}.transfer-history-card__chevron{grid-column:3;grid-row:1;justify-self:end}.otp-input{gap:6px}.otp-input__field{height:48px;font-size:21px}}.insurance-shell{width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);margin:0 auto;background:linear-gradient(180deg,#f7fbff,#edf4ff);box-shadow:none;border-radius:0}.insurance-scope,.insurance-scope :is(h1,h2,h3,p,span,small,strong,b,a,button,label,input,select,textarea,option){font-weight:400;font-synthesis:none}.insurance-scope :is(input,textarea)::placeholder{font-weight:400;font-synthesis:none}.insurance-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;height:74px;display:grid;grid-template-columns:50px 1fr 50px;align-items:center;padding:0 14px;background:linear-gradient(135deg,#005fd7,#004cbe);color:#fff}.insurance-header h1{margin:0;text-align:center;font-size:18px;line-height:1.15;letter-spacing:-.02em}.insurance-header__side{display:flex;align-items:center}.insurance-header__side--right{justify-content:flex-end}.insurance-header__button,.insurance-header__placeholder{width:40px;height:40px}.insurance-header__button{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff}.insurance-content{display:grid;grid-gap:14px;gap:14px;padding:18px 14px calc(98px + env(safe-area-inset-bottom))}.insurance-stack{display:grid;grid-gap:12px;gap:12px}.insurance-stack--bottom-space{padding-bottom:4px}.insurance-section-title{margin:0 4px 2px;color:#111827;font-size:18px;line-height:1.15}.insurance-actions-card,.insurance-assistance-card,.insurance-attestation-card,.insurance-blue-banner,.insurance-card-link,.insurance-claim-card,.insurance-contract-card,.insurance-email-card,.insurance-hero-card,.insurance-info-banner,.insurance-info-card,.insurance-modal,.insurance-simple-card{border:1px solid #dce7f5;border-radius:24px;background:#fff;box-shadow:0 12px 28px rgba(31,74,135,.06)}.insurance-action-row,.insurance-assistance-card,.insurance-blue-banner,.insurance-card-link,.insurance-contract-card,.insurance-email-card,.insurance-hero-card,.insurance-info-card{color:inherit;text-decoration:none}.insurance-hero-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 176px;grid-gap:12px;gap:12px;padding:22px 22px 20px;overflow:hidden}.insurance-hero-card>.insurance-chevron{position:absolute;right:18px;top:22px}.insurance-hero-card__content{display:grid;grid-gap:10px;gap:10px;align-content:start}.insurance-hero-card__title{color:#111827;font-size:22px;line-height:1.08;white-space:pre-line}.insurance-hero-card__subtitle{color:#145dd6;font-size:15px;line-height:1.2}.insurance-hero-card__text{display:grid;grid-gap:3px;gap:3px;color:#5f6f86;font-size:14px;line-height:1.35}.insurance-hero-card__visual{position:relative;min-height:156px}.insurance-hero-card__visual-circle{position:absolute;inset:24px 20px 20px 30px;border-radius:50%;background:radial-gradient(circle at center,#edf4ff 0,#e5efff 100%)}.insurance-hero-card__visual-document{position:absolute;right:10px;top:18px;color:#b7cef9}.insurance-hero-card__visual-download{position:absolute;right:52px;top:56px;color:#165ee3}.insurance-icon-bubble{width:74px;height:74px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.insurance-icon-bubble,.insurance-icon-bubble--soft{background:linear-gradient(180deg,#edf4ff,#e7f0ff);color:#145dd6}.insurance-icon-bubble--solid{background:linear-gradient(135deg,#1f68ea,#004cbe);color:#fff}.insurance-chevron{display:inline-flex;align-items:center;justify-content:center;color:#145dd6}.insurance-chevron.is-light{color:#fff}.insurance-action-row,.insurance-assistance-card,.insurance-email-card,.insurance-menu-card{display:grid;grid-template-columns:88px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:16px 18px}.insurance-contract-card{display:grid;grid-template-columns:76px minmax(0,1fr) 112px 22px;grid-gap:12px;gap:12px;align-items:center;padding:16px 18px}.insurance-contract-card__main,.insurance-contract-card__side{min-width:0;display:grid;grid-gap:4px;gap:4px}.insurance-contract-card__side{justify-items:end;align-content:center}.insurance-action-row{width:100%;border:0;border-bottom:1px solid #e4ebf5;background:transparent;text-align:left}.insurance-action-row:last-child{border-bottom:0}.insurance-action-row__content,.insurance-assistance-card__content,.insurance-email-card__content,.insurance-menu-card__content{display:grid;grid-gap:4px;gap:4px;min-width:0}.insurance-action-row__title,.insurance-assistance-card__title,.insurance-email-card__title,.insurance-menu-card__title{color:#151c2f;font-size:17px;line-height:1.12}.insurance-attestation-card__title,.insurance-biens-card__title,.insurance-contract-card__title,.insurance-vehicle-card__title{color:#111827;font-size:16px;line-height:1.12}.insurance-action-row__subtitle,.insurance-assistance-card__subtitle,.insurance-biens-card__subtitle,.insurance-claim-field__label,.insurance-claim-field__value,.insurance-claim-help,.insurance-contract-card__amount-label,.insurance-contract-card__contract,.insurance-contract-card__subtitle,.insurance-email-card__subtitle,.insurance-info-banner__text,.insurance-info-card__text,.insurance-menu-card__subtitle,.insurance-meta-label,.insurance-modal p,.insurance-modal-field span,.insurance-payment-card__text,.insurance-reimbursement-row__date,.insurance-summary-card__meta,.insurance-summary-card__subtitle{color:#5f6f86;font-size:13px;line-height:1.35}.insurance-status-badge{min-height:42px;padding:0 18px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#16913d;background:#e8faeb;border:1px solid #bfecc7;white-space:nowrap}.insurance-info-card{width:100%;border:1px solid #cfe0ff;display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:18px 16px;background:linear-gradient(180deg,#f7fbff,#eef5ff);text-align:left}.insurance-info-card__icon{width:40px;height:40px;border-radius:50%;border:2px solid #1f68ea;display:inline-flex;align-items:center;justify-content:center;color:#1f68ea}.insurance-info-banner__content,.insurance-info-card__content{display:grid;grid-gap:4px;gap:4px}.insurance-assistance-hero__title,.insurance-attestation-card__title,.insurance-biens-card__title,.insurance-blue-banner__title,.insurance-card-heading span,.insurance-contract-card__title,.insurance-info-banner__title,.insurance-info-card__title,.insurance-modal h2,.insurance-prevoyance-hero__title,.insurance-reimbursement-row__title,.insurance-summary-card__title{color:#111827;font-size:18px;line-height:1.15}.insurance-prevoyance-hero,.insurance-summary-card{display:grid;grid-template-columns:98px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:24px 20px}.insurance-summary-card__subtitle br{display:block;content:""}.insurance-summary-card__content{display:grid;grid-gap:5px;gap:5px;min-width:0}.insurance-guarantees-card,.insurance-list-card{padding:20px 18px}.insurance-card-heading{display:flex;align-items:center;gap:12px;margin-bottom:14px}.insurance-guarantees-list,.insurance-modal-list{display:grid;grid-gap:12px;gap:12px}.insurance-beneficiary-row,.insurance-guarantee-row,.insurance-guarantees-list__item,.insurance-simple-row{display:flex;align-items:center;gap:12px;min-height:32px}.insurance-guarantee-row__check,.insurance-guarantees-list__check{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#1a5edf}.insurance-beneficiary-row+.insurance-beneficiary-row,.insurance-guarantee-row+.insurance-guarantee-row,.insurance-reimbursement-row+.insurance-reimbursement-row,.insurance-simple-row+.insurance-simple-row{border-top:1px solid #e4ebf5}.insurance-payment-card{display:grid;grid-template-columns:minmax(0,1fr) 1px 118px;grid-gap:14px;gap:14px;align-items:center;padding:18px 18px 16px}.insurance-payment-card__left{display:flex;align-items:center;gap:10px}.insurance-payment-card__left>div{display:grid;grid-gap:6px;gap:6px;min-width:0}.insurance-contract-card__amount,.insurance-payment-card__amount,.insurance-payment-card__date,.insurance-prevoyance-hero__amount,.insurance-reimbursement-row__amount{font-size:17px;line-height:1.2}.insurance-payment-card__right{justify-items:end;text-align:right}.insurance-contract-card__amount,.insurance-payment-card__amount{font-size:16px;line-height:1.15}.insurance-contract-card__amount-label,.insurance-payment-card__text{font-size:12px;line-height:1.25}.insurance-payment-card__date{font-size:15px}.insurance-vehicle-card{padding:18px}.insurance-vehicle-card__top{display:grid;grid-template-columns:86px minmax(0,1fr) 24px;grid-gap:14px;gap:14px;align-items:start}.insurance-vehicle-card__main{display:grid;grid-gap:12px;gap:12px;min-width:0}.insurance-vehicle-card__title{color:#111827;font-size:18px;line-height:1.12}.insurance-vehicle-card__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.insurance-payment-card__right,.insurance-vehicle-card__bottom>div,.insurance-vehicle-card__grid>div{display:grid;grid-gap:6px;gap:6px}.insurance-vehicle-card__bottom{margin-top:16px;padding-top:16px;border-top:1px solid #e4ebf5;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.insurance-payment-card__amount,.insurance-payment-card__date,.insurance-prevoyance-hero__amount{color:#145dd6}.insurance-payment-card__divider,.insurance-prevoyance-hero__divider{width:1px;height:58px;background:#e4ebf5}.insurance-biens-card{display:grid;grid-template-columns:88px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:18px}.insurance-biens-card__content{display:grid;grid-gap:4px;gap:4px}.insurance-blue-banner{border:0;display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:16px 18px;background:linear-gradient(135deg,#1d68e9,#004ebf);color:#fff;text-align:left}.insurance-blue-banner__content{display:grid;grid-gap:3px;gap:3px}.insurance-blue-banner__subtitle,.insurance-blue-banner__title{color:#fff}.insurance-reimbursement-row{width:100%;border:0;background:transparent;display:grid;grid-template-columns:62px minmax(0,1fr) auto auto;grid-gap:12px;gap:12px;align-items:center;padding:14px 0;text-align:left}.insurance-reimbursement-row__content{display:grid;grid-gap:5px;gap:5px}.insurance-reimbursement-row__amount{color:#16a34a}.insurance-prevoyance-hero{grid-template-columns:1fr;gap:16px}.insurance-prevoyance-hero__top{display:grid;grid-template-columns:minmax(0,1fr) 152px;grid-gap:16px;gap:16px}.insurance-prevoyance-hero__visual{display:grid;justify-items:end;grid-gap:14px;gap:14px}.insurance-prevoyance-hero__icon{width:136px;height:136px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#edf4ff 0,#e7f0ff 100%);color:#145dd6}.insurance-prevoyance-hero__contract,.insurance-prevoyance-hero__label{display:block}.insurance-prevoyance-hero__label{color:#5f6f86;font-size:13px;line-height:1.3}.insurance-prevoyance-hero__contract{margin-top:8px;color:#145dd6;font-size:18px}.insurance-prevoyance-hero__bottom{display:grid;grid-template-columns:1fr 1px 1fr;grid-gap:20px;gap:20px;align-items:center;padding-top:18px;border-top:1px solid #e4ebf5}.insurance-beneficiary-row{justify-content:space-between}.insurance-beneficiary-row span:last-child{color:#145dd6}.insurance-claim-stepper{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;padding:0 14px;margin:4px 0 2px}.insurance-claim-stepper__item{position:relative;display:grid;justify-items:center;grid-gap:10px;gap:10px}.insurance-claim-stepper__circle{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8edf7;color:#6b7280;z-index:1}.insurance-claim-stepper__circle.is-active{background:#145dd6;color:#fff}.insurance-claim-stepper__circle.is-completed{background:#dbe7ff;color:#145dd6}.insurance-claim-stepper__line{position:absolute;top:18px;left:calc(50% + 19px);width:calc(100% - 38px);height:2px;background:#d6dde9}.insurance-claim-stepper__label{color:#6b7280;font-size:12px;line-height:1.2;text-align:center}.insurance-claim-stepper__label.is-active{color:#145dd6}.insurance-claim-card{display:grid;grid-gap:18px;gap:18px;padding:18px}.insurance-claim-card--narrow-gap{gap:14px}.insurance-claim-field{min-height:114px;border:1px solid #d8e2f0;border-radius:22px;display:grid;grid-template-columns:90px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:18px 16px}.insurance-claim-field--textarea{align-items:start}.insurance-claim-field--upload{min-height:130px}.insurance-claim-field__content{display:grid;grid-gap:6px;gap:6px}.insurance-claim-control,.insurance-claim-field__input,.insurance-claim-field__textarea,.insurance-modal-field input,.insurance-modal-field textarea{width:100%;border:0;outline:0;background:transparent;color:#1a2438;font-size:16px;line-height:1.4}select.insurance-claim-control,select.insurance-claim-field__input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.insurance-claim-control--textarea,.insurance-claim-field__textarea,.insurance-modal-field textarea{min-height:92px;resize:none}.insurance-claim-field__label{font-size:14px}.insurance-upload-box{width:124px;height:84px;border-radius:18px;border:2px dashed #9abaf3;background:#fafdff;color:#145dd6;display:inline-flex;align-items:center;justify-content:center}.insurance-claim-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.insurance-attestation-card__button,.insurance-modal__button,.insurance-primary-button,.insurance-secondary-button,.insurance-upload-summary__add{min-height:58px;border-radius:20px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;font-size:16px}.insurance-attestation-card__button,.insurance-modal__button--primary,.insurance-primary-button,.insurance-upload-summary__add{background:linear-gradient(135deg,#1d68e9,#004ebf);color:#fff}.insurance-primary-button[disabled]{opacity:.55;cursor:not-allowed}.insurance-modal__button--secondary,.insurance-secondary-button{background:#fff;color:#145dd6;border-color:#c7d9f6}.insurance-upload-summary{display:flex;justify-content:space-between;align-items:center;gap:12px}.insurance-upload-list{display:grid;grid-gap:10px;gap:10px}.insurance-upload-item{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:18px;border:1px solid #dbe5f2;background:#fafdff}.insurance-upload-item__file{display:flex;align-items:center;gap:10px}.insurance-modal-field,.insurance-upload-item__file>span{display:grid;grid-gap:4px;gap:4px}.insurance-modal__close,.insurance-upload-item__remove{width:34px;height:34px;border-radius:50%;border:0;background:transparent;color:#145dd6;display:inline-flex;align-items:center;justify-content:center}.insurance-claim-review{display:grid;grid-gap:12px;gap:12px}.insurance-claim-review div{display:grid;grid-gap:4px;gap:4px;padding-bottom:10px;border-bottom:1px solid #e4ebf5}.insurance-assistance-hero{display:grid;grid-template-columns:156px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;padding:20px 18px;background:linear-gradient(180deg,#eef5ff,#edf4ff)}.insurance-assistance-hero__content{display:grid;grid-gap:8px;gap:8px}.insurance-assistance-card__phone,.insurance-assistance-hero__text{color:#145dd6;font-size:14px;line-height:1.32}.insurance-actions-card{overflow:hidden}.insurance-attestation-card{padding:18px 18px 16px}.insurance-attestation-card__row{display:grid;grid-template-columns:88px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:start}.insurance-attestation-card__content{display:grid;grid-gap:8px;gap:8px}.insurance-attestation-card__button{min-height:50px;width:-moz-fit-content;width:fit-content;padding-inline:18px}.insurance-email-card{width:100%;border:0;text-align:left}.insurance-info-banner{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;padding:18px 18px 16px;background:linear-gradient(180deg,#f3f8ff,#edf4ff);border-color:#dbe7f8}.insurance-info-banner--solid{grid-template-columns:92px minmax(0,1fr)}.insurance-modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(12,20,32,.4);display:grid;place-items:center;padding:20px}.insurance-modal{width:min(100%,420px);padding:18px}.insurance-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.insurance-modal__body{margin-top:16px}.insurance-modal__actions{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}.insurance-preview-card{min-height:190px;border-radius:22px;background:linear-gradient(135deg,#1d68e9,#004ebf);color:#fff;display:grid;align-content:space-between;padding:22px}.insurance-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);z-index:40;height:calc(86px + env(safe-area-inset-bottom));padding:8px 16px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.97);border-top:1px solid #dce6f2}.insurance-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#101828;font-size:11px;line-height:1}.insurance-bottom-nav a.is-active{color:#145dd6}.insurance-bottom-nav__icon{display:inline-flex;align-items:center;justify-content:center;height:24px}.insurance-bottom-nav__label{white-space:nowrap}@media (max-width:370px){.insurance-content{gap:12px;padding-left:12px;padding-right:12px}.insurance-hero-card{grid-template-columns:1fr;padding:18px}.insurance-hero-card__visual{min-height:118px}.insurance-action-row,.insurance-assistance-card,.insurance-attestation-card__row,.insurance-biens-card,.insurance-email-card,.insurance-menu-card,.insurance-summary-card{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;padding-inline:14px}.insurance-contract-card{grid-template-columns:64px minmax(0,1fr);padding-inline:14px}.insurance-contract-card__side{grid-column:2}.insurance-contract-card .insurance-chevron{grid-column:2;justify-self:end;grid-row:1}.insurance-icon-bubble{width:58px;height:58px;border-radius:18px}.insurance-contract-card__side{grid-column:2/4;justify-items:start}.insurance-claim-actions,.insurance-payment-card,.insurance-prevoyance-hero__bottom,.insurance-vehicle-card__bottom,.insurance-vehicle-card__grid,.insurance-vehicle-card__top{grid-template-columns:1fr}.insurance-payment-card__divider,.insurance-prevoyance-hero__divider{width:100%;height:1px}.insurance-claim-stepper{padding-inline:2px}.insurance-claim-stepper__label{font-size:10px}.insurance-claim-field{grid-template-columns:64px minmax(0,1fr) auto;min-height:102px;padding:14px}.insurance-upload-box{width:88px;height:72px}.insurance-bottom-nav{padding-inline:10px}.insurance-bottom-nav a{gap:4px;font-size:10px}}@media (min-width:700px){.insurance-shell{min-height:100dvh}.insurance-bottom-nav{width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);bottom:0}}.plus-flow{min-height:100dvh;background:linear-gradient(180deg,#f6f9ff,#edf4fe)}.plus-flow,.plus-flow :is(h1,h2,h3,h4,p,span,a,button,strong,b,small,label,input,textarea,select,option,time){font-weight:400!important;font-synthesis:none}.plus-flow :is(input,textarea)::placeholder{font-weight:400;color:#8b97aa}.plus-shell{min-height:100dvh;width:100%;max-width:430px;margin:0 auto;background:linear-gradient(180deg,#f6f9ff,#edf4fe);position:relative}.plus-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;min-height:92px;padding:18px 18px 14px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;background:linear-gradient(135deg,#0b60d6,#044ebc);color:#fff}.plus-header h1{margin:0;text-align:center;font-size:clamp(18px,4.8vw,24px);line-height:1.15}.plus-header__side{display:flex;align-items:center}.plus-header__side--right{justify-content:flex-end}.plus-header__placeholder{width:44px;height:44px}.plus-content{padding:18px 14px calc(108px + env(safe-area-inset-bottom));display:grid;grid-gap:18px;gap:18px}.plus-card{border-radius:26px;background:#fff;border:1px solid rgba(216,227,243,.88);box-shadow:0 12px 30px rgba(30,69,126,.08);overflow:hidden}.plus-list-card{display:grid}.plus-profile-summary{min-height:132px;padding:18px 16px;display:grid;grid-template-columns:104px minmax(0,1fr) 22px;align-items:center;grid-gap:14px;gap:14px}.plus-avatar{width:88px;height:88px;border-radius:50%;background:linear-gradient(180deg,#ebf2ff,#dfe9ff);color:#1656cb;display:inline-flex;align-items:center;justify-content:center;font-size:28px}.plus-avatar--large{width:96px;height:96px;font-size:32px}.plus-profile-summary__copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.plus-advisor-card__copy p,.plus-advisor-profile-card__copy p,.plus-contact-card__advisor p,.plus-details-card h2,.plus-document-row__copy span:first-child,.plus-help-center-card p,.plus-profile-card__identity p:first-child,.plus-profile-summary__name,.plus-rib-card__top p:first-child,.plus-section-head h2,.plus-support-card p{color:#131722;font-size:clamp(18px,5vw,24px);line-height:1.16}.plus-advisor-card__copy span,.plus-branch-card__copy span:not(:first-child),.plus-contact-card__advisor span,.plus-document-row__copy span:not(:first-child),.plus-field small,.plus-help-center-card span,.plus-info-row span,.plus-key-value-row span:first-child,.plus-message-row__preview,.plus-profile-card__identity p:not(:first-child),.plus-profile-summary__meta,.plus-rib-group span,.plus-rib-note p,.plus-row__subtitle,.plus-simple-card span,.plus-support-card span{color:#6d7383;font-size:clamp(13px,3.7vw,16px);line-height:1.4}.plus-profile-summary__chevron,.plus-row__chevron{color:#0c57cb;display:inline-flex;align-items:center;justify-content:center}.plus-radio-row,.plus-row,.plus-slot-row{min-height:78px;width:100%;display:grid;grid-template-columns:62px minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;padding:14px 16px;border:0;border-bottom:1px solid #e7edf5;background:transparent;text-align:left}.plus-radio-row:last-child,.plus-row:last-child,.plus-slot-row:last-child{border-bottom:0}.plus-icon-bubble{width:50px;height:50px;border-radius:50%;background:#edf3ff;color:#125cd7;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.plus-icon-bubble--green{background:#eaf8ed;color:#189348}.plus-icon-bubble--blue{background:#e8f0ff}.plus-row__copy{min-width:0;display:grid;grid-gap:3px;gap:3px}.plus-advisor-cta__title,.plus-branch-card__copy span:first-child,.plus-document-row__actions button,.plus-fast-contact-card span,.plus-field span,.plus-info-row strong,.plus-key-value-row span:last-child,.plus-message-row__head span:first-child,.plus-rib-group p,.plus-row__title{color:#131722;font-size:clamp(16px,4.5vw,20px);line-height:1.28}.plus-advisor-cta{padding:16px;display:grid;grid-gap:16px;gap:16px}.plus-advisor-cta__link{display:grid;grid-template-columns:62px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center}.plus-advisor-cta__copy{display:grid;grid-gap:2px;gap:2px}.plus-advisor-cta__button,.plus-button--primary,.plus-primary-cta{min-height:58px;border-radius:22px;border:0;background:linear-gradient(135deg,#0b60d6,#044ebc);color:#fff!important;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;box-shadow:0 14px 28px rgba(10,92,210,.2)}.plus-advisor-cta__button{background:linear-gradient(180deg,#edf3ff,#e3eeff);color:#125cd7!important;box-shadow:none}.plus-primary-cta{width:100%}.plus-primary-cta:disabled{opacity:.45;cursor:not-allowed}.plus-contact-card,.plus-profile-card,.plus-rib-card{padding:18px 16px;display:grid;grid-gap:16px;gap:16px}.plus-advisor-card,.plus-advisor-profile-card,.plus-contact-card__advisor,.plus-profile-card__top,.plus-rib-card__top{display:grid;grid-template-columns:110px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center}.plus-advisor-card,.plus-advisor-profile-card{padding:18px 16px}.plus-portrait{width:112px;height:112px;border-radius:50%;background:linear-gradient(135deg,#dfe8f5,#f5f7fa);display:inline-flex;align-items:center;justify-content:center;color:#0d58cd;font-size:34px;overflow:hidden}.plus-portrait__photo{height:100%;display:block;object-fit:cover;border-radius:inherit}.plus-divider{height:1px;background:#e7edf5}.plus-detail-stack,.plus-info-list{display:grid;grid-gap:18px;gap:18px}.plus-info-row{display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;color:#125cd7}.plus-info-row div{display:grid;grid-gap:4px;gap:4px}.plus-details-card{padding:18px 16px;display:grid;grid-gap:16px;gap:16px}.plus-key-value-list{display:grid}.plus-key-value-row{min-height:56px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:12px;gap:12px;border-bottom:1px solid #e7edf5}.plus-key-value-row:last-child{border-bottom:0}.plus-rib-group{display:grid;grid-gap:6px;gap:6px;padding-top:2px}.plus-rib-group+.plus-rib-group{border-top:1px solid #e7edf5;padding-top:16px}.plus-rib-note{border-radius:18px;background:#eef4ff;color:#0d58cd;display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:12px;gap:12px;padding:16px}.plus-search-field{min-height:62px;border-radius:20px;background:#fff;border:1px solid #dde6f4;display:flex;align-items:center;gap:12px;padding:0 18px;color:#6d7383}.plus-search-field input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;color:#131722;font-size:clamp(15px,4.2vw,18px)}.plus-message-row{width:100%;padding:18px 16px;border:0;border-bottom:1px solid #e7edf5;background:transparent;display:grid;grid-template-columns:10px 58px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;text-align:left}.plus-message-row:last-child{border-bottom:0}.plus-message-row__dot{width:10px;height:10px;border-radius:50%;background:#125cd7}.plus-message-row__copy{display:grid;grid-gap:8px;gap:8px}.plus-message-row__head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px}.plus-message-row__badge{min-width:34px;min-height:34px;border-radius:50%;background:#125cd7;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;padding:4px}.plus-pill-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.plus-pill-tabs button{min-height:54px;border-radius:999px;border:1px solid #dde5f3;background:#fff;color:#131722;font-size:clamp(15px,4vw,18px)}.plus-pill-tabs button.is-active{background:linear-gradient(135deg,#0b60d6,#044ebc);color:#fff;border-color:transparent}.plus-documents-intro{padding:18px 16px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center}.plus-branch-card__copy span:first-child,.plus-documents-intro p{margin:0}.plus-document-row{padding:18px 16px;border-bottom:1px solid #e7edf5;display:grid;grid-template-columns:64px minmax(0,1fr) 132px;grid-gap:14px;gap:14px;align-items:start}.plus-document-row:last-child{border-bottom:0}.plus-pdf-icon{width:54px;height:54px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center}.plus-pdf-icon--red{background:#fff0f0;color:#e03535}.plus-pdf-icon--blue{background:#eef4ff;color:#125cd7}.plus-pdf-icon--green{background:#edf8ef;color:#17a34a}.plus-document-row__copy{display:grid;grid-gap:6px;gap:6px}.plus-document-row__actions{display:grid;justify-items:end;grid-gap:12px;gap:12px}.plus-document-row__actions button{border:0;background:transparent;color:#125cd7;display:inline-flex;align-items:center;gap:8px;padding:0}.plus-document-row__more{min-height:24px}.plus-help-center-card,.plus-security-note,.plus-support-card{padding:18px 16px;display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.plus-date-card{padding:18px 16px;display:grid;grid-gap:18px;gap:18px}.plus-date-card h2{margin:0;color:#131722;font-size:clamp(18px,5vw,24px)}.plus-date-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) 24px;grid-gap:10px;gap:10px;align-items:center}.plus-date-strip button{min-height:136px;border:0;border-radius:22px;background:transparent;color:#444d5c;display:grid;align-content:center;justify-items:center;grid-gap:6px;gap:6px}.plus-date-strip button strong{font-size:clamp(24px,6vw,34px);line-height:1}.plus-date-strip button.is-active{background:linear-gradient(135deg,#0b60d6,#044ebc);color:#fff}.plus-date-strip__next{min-height:44px!important;border-radius:50%!important;color:#0d58cd!important}.plus-branch-card.is-selected,.plus-slot-row.is-selected{background:linear-gradient(180deg,#fbfdff,#f2f7ff)}.plus-slot-row__lead{display:inline-flex;align-items:center;gap:14px;color:#131722;font-size:clamp(17px,4.6vw,21px)}.plus-radio-row{grid-template-columns:62px minmax(0,1fr) auto}.plus-radio{width:30px;height:30px;border-radius:50%;border:2px solid #c6cbd6;display:inline-flex;align-items:center;justify-content:center}.plus-radio:after{content:"";width:16px;height:16px;border-radius:50%;background:transparent}.plus-radio.is-active{border-color:#125cd7}.plus-radio.is-active:after{background:#125cd7}.plus-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.plus-section-head h2{margin:0}.plus-section-head__action{border:0;background:transparent;color:#125cd7;display:inline-flex;align-items:center;gap:8px;padding:0;font-size:clamp(15px,4vw,18px)}.plus-map-card{padding:0}.plus-map-visual{display:block;width:100%;height:auto}.plus-branch-stack{display:grid;grid-gap:14px;gap:14px}.plus-branch-card__summary{width:100%;border:0;background:transparent;padding:18px 16px 14px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;grid-gap:14px;gap:14px;text-align:left}.plus-branch-card__brand{width:40px;height:40px;border-radius:50%;background:radial-gradient(circle at center,#fff 0 24%,transparent 25%),conic-gradient(from 0deg,#f73d30 0 60deg,transparent 60deg 120deg,#f73d30 120deg 180deg,transparent 180deg 240deg,#f73d30 240deg 300deg,transparent 300deg 1turn);box-shadow:inset 0 0 0 6px #fff}.plus-branch-card__copy{display:grid;grid-gap:4px;gap:4px}.plus-branch-card__side{display:grid;justify-items:end;grid-gap:10px;gap:10px;color:#6d7383;font-size:clamp(15px,4vw,18px)}.plus-status{display:inline-flex;align-items:center;gap:8px}.plus-status:before{content:"";width:10px;height:10px;border-radius:50%;background:currentColor}.plus-status--green{color:#189348}.plus-status--blue{color:#125cd7}.plus-branch-card__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:0 16px 16px}.plus-add-attachment,.plus-branch-card__actions button{min-height:50px;border-radius:16px;border:0;background:linear-gradient(180deg,#eef4ff,#e7f0ff);color:#125cd7;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px}.plus-toggle-row{min-height:88px;display:grid;grid-template-columns:62px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:14px 16px;border-bottom:1px solid #e7edf5}.plus-toggle{width:74px;height:40px;border-radius:999px;border:0;background:#c8ccd4;padding:4px;display:flex;align-items:center}.plus-toggle span{width:32px;height:32px;border-radius:50%;background:#fff;transition:transform .18s ease}.plus-toggle.is-on{background:#125cd7}.plus-toggle.is-on span{transform:translateX(34px)}.plus-fast-contact-grid,.plus-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.plus-fast-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.plus-fast-contact-card,.plus-quick-card{min-height:132px;padding:14px 10px;border-radius:22px;border:1px solid #dde6f4;background:#fff;box-shadow:0 12px 24px rgba(30,69,126,.06);display:grid;align-content:center;justify-items:center;grid-gap:8px;gap:8px;text-align:center;color:#131722}.plus-fast-contact-card{min-height:104px}.plus-help-center-card__hero,.plus-support-card__hero{width:54px;height:54px;border-radius:50%}.plus-help-center-card__button,.plus-help-center-card__hero,.plus-support-card__hero{background:linear-gradient(135deg,#0b60d6,#044ebc);color:#fff;display:inline-flex;align-items:center;justify-content:center}.plus-help-center-card__button{grid-column:1/-1;min-height:54px;border-radius:18px;border:0;gap:10px;margin-top:8px}.plus-inline-link{color:#125cd7;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.plus-help-center-card,.plus-support-card{grid-template-columns:68px minmax(0,1fr)}.plus-support-card__footer{grid-column:2;color:#125cd7;display:inline-flex;align-items:center;gap:8px;margin-top:4px}.plus-field{display:grid;grid-gap:10px;gap:10px}.plus-field input,.plus-field textarea,.plus-select-field{min-height:58px;border-radius:16px;border:1px solid #d8e2f1;background:#fff;color:#131722;font-size:clamp(15px,4vw,18px)}.plus-field input,.plus-field textarea{width:100%;padding:16px 18px;outline:0}.plus-field textarea{min-height:210px;resize:vertical}.plus-select-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:0 14px}.plus-select-field--with-icon{grid-template-columns:auto minmax(0,1fr) auto}.plus-select-field select{min-width:0;border:0;outline:0;background:transparent;color:#131722;font-size:clamp(15px,4vw,18px);-webkit-appearance:none;-moz-appearance:none;appearance:none}.plus-attachment-row{min-height:78px;border-radius:16px;border:1px solid #d8e2f1;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:0 12px 0 14px}.plus-attachment-row__file{display:inline-flex;align-items:center;gap:12px;color:#125cd7}.plus-attachment-row__file>span{display:grid;grid-gap:3px;gap:3px;color:#131722}.plus-add-attachment{justify-content:flex-start}.plus-icon-button{width:44px;height:44px;border-radius:50%;border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center}.plus-icon-button--header{color:#fff}.plus-modal-backdrop{position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.42);display:grid;place-items:center;padding:18px}.plus-modal-card{width:min(100%,430px);border-radius:24px;background:#fff;padding:18px 16px 16px;display:grid;grid-gap:16px;gap:16px;box-shadow:0 20px 44px rgba(15,23,42,.24)}.plus-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.plus-modal-head h2{margin:0 0 6px;color:#131722;font-size:clamp(18px,5vw,22px)}.plus-modal-head p{margin:0;color:#6d7383;font-size:clamp(13px,3.8vw,16px);line-height:1.45}.plus-modal-body{display:grid;grid-gap:14px;gap:14px}.plus-modal-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.plus-button{min-height:50px;border-radius:16px;border:0;display:inline-flex;align-items:center;justify-content:center;padding:0 16px}.plus-button--secondary{background:#eef4ff;color:#125cd7}.plus-contact-card{gap:18px}.plus-contact-card__advisor{grid-template-columns:110px minmax(0,1fr)}.plus-contact-card__advisor div{display:grid;grid-gap:4px;gap:4px}.plus-simple-card{padding:18px 16px;display:grid;grid-gap:10px;gap:10px}.plus-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100vw,430px);min-height:calc(82px + env(safe-area-inset-bottom));padding:8px 10px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border-top:1px solid #dde5f3;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));box-shadow:0 -10px 28px rgba(30,69,126,.08);z-index:30}.plus-bottom-nav a{min-width:0;display:grid;justify-items:center;align-content:center;grid-gap:6px;gap:6px;color:#131722;font-size:11px;line-height:1.1}.plus-bottom-nav a.is-active{color:#125cd7}.plus-bottom-nav__icon{display:inline-flex;align-items:center;justify-content:center}.plus-bottom-nav__label{white-space:nowrap}.plus-flow :is(button,a,input,textarea,select):focus-visible{outline:2px solid rgba(18,92,215,.5);outline-offset:2px}@media (max-width:389px){.plus-content{padding-left:12px;padding-right:12px;gap:14px}.plus-pill-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.plus-document-row{grid-template-columns:54px minmax(0,1fr)}.plus-document-row__actions{grid-column:1/-1;justify-items:start;grid-auto-flow:column;gap:18px}.plus-branch-card__actions,.plus-fast-contact-grid,.plus-modal-actions,.plus-quick-grid{grid-template-columns:1fr}.plus-date-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.plus-date-strip__next{grid-column:3;justify-self:end}.plus-advisor-card,.plus-advisor-profile-card,.plus-contact-card__advisor,.plus-profile-card__top,.plus-profile-summary,.plus-rib-card__top{grid-template-columns:1fr;justify-items:start}.plus-row,.plus-slot-row{grid-template-columns:54px minmax(0,1fr) auto}.plus-message-row{grid-template-columns:10px 54px minmax(0,1fr)}.plus-message-row__badge{grid-column:3;justify-self:end}}@media (min-width:720px){.plus-flow{padding:0 0 28px}}.accounts-cards-scope,.accounts-cards-scope *{font-weight:400!important;font-synthesis:none}.accounts-cards-scope{--accounts-cards-header-start:#0a61d8;--accounts-cards-header-end:#0348ba;--accounts-cards-active-red:#ef3539;--accounts-cards-page-bg:#eef5fd;--accounts-cards-card-bg:#ffffff;--accounts-cards-border:#dfe8f3;--accounts-cards-shadow:0 12px 24px rgba(26,74,139,0.08);--accounts-cards-text:#10161f;--accounts-cards-muted:#6f7684;--accounts-cards-blue:#0a58cb;--accounts-cards-blue-soft:#e8f0ff;--accounts-cards-expense-soft:#f3c8d6;--accounts-cards-expense-active:#e73f59;--accounts-cards-income-blue:#0d65d9;--accounts-cards-violet:#7b64d8;--accounts-cards-red:#e45f66;--accounts-cards-orange:#f2ae4f;--accounts-cards-transport:#52a8f2;--accounts-cards-green:#5fb780}.accounts-cards-frame{min-height:100dvh;width:min(100vw,430px);max-width:430px;margin:0 auto;background:linear-gradient(180deg,#f7fbff 0,var(--accounts-cards-page-bg) 14%,var(--accounts-cards-page-bg) 100%);position:relative;overflow-x:clip;box-shadow:0 0 50px rgba(14,43,82,.12)}.accounts-cards-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:linear-gradient(180deg,var(--accounts-cards-header-start) 0,var(--accounts-cards-header-end) 100%);color:#fff;box-shadow:0 8px 24px rgba(4,72,173,.16)}.accounts-cards-header__top{min-height:calc(68px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) 12px 0;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center}.accounts-cards-header__top h1{margin:0;color:#fff;text-align:center;font-size:19px;line-height:1.2;letter-spacing:-.02em}.accounts-cards-header__slot{width:44px;height:44px}.accounts-cards-icon-button{width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center}.accounts-cards-icon-button--modal{color:var(--accounts-cards-blue)}.accounts-cards-tabs{padding:0 10px}.accounts-cards-tabs__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.accounts-cards-tabs__tab{min-width:0;min-height:50px;padding:0 2px;display:grid;align-content:end;justify-items:center;grid-gap:8px;gap:8px;color:rgba(255,255,255,.72);font-size:12px;letter-spacing:-.02em;white-space:nowrap}.accounts-cards-tabs__underline{display:block;width:100%;height:4px;border-radius:999px 999px 0 0;background:transparent}.accounts-cards-tabs__tab.is-active{color:#fff}.accounts-cards-tabs__tab.is-active .accounts-cards-tabs__underline{background:var(--accounts-cards-active-red)}.accounts-cards-content{min-height:calc(100dvh - 132px);padding:18px 16px calc(110px + env(safe-area-inset-bottom))}.accounts-cards-stack{display:grid;grid-gap:16px;gap:16px}.accounts-cards-stack--compact{gap:12px}.accounts-cards-section{display:grid;grid-gap:12px;gap:12px}.accounts-cards-section__title{margin:0 2px;color:var(--accounts-cards-text);font-size:18px;line-height:1.2}.accounts-cards-section__title--compact{margin-bottom:2px}.accounts-cards-section__cards{display:grid;grid-gap:12px;gap:12px}.accounts-cards-account-card,.accounts-cards-card-panel,.accounts-cards-chart-card,.accounts-cards-income-list{background:var(--accounts-cards-card-bg);border:1px solid var(--accounts-cards-border);border-radius:24px;box-shadow:var(--accounts-cards-shadow)}.accounts-cards-account-card{padding:18px 16px;display:grid;grid-gap:12px;gap:12px}.accounts-cards-account-card__top{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:start}.accounts-cards-account-card__top h3{margin:0;color:var(--accounts-cards-text);font-size:16px;line-height:1.33;display:grid}.accounts-cards-account-card__amount,.accounts-cards-account-card__number{margin:0;color:var(--accounts-cards-text);font-size:16px;line-height:1.25}.accounts-cards-account-card__number{color:var(--accounts-cards-muted)}.accounts-cards-account-card__owner{display:inline-flex;align-items:center;gap:10px;color:var(--accounts-cards-blue);font-size:16px}.accounts-cards-card-panel{padding:18px 16px 8px;display:grid;grid-gap:16px;gap:16px}.accounts-cards-card-panel__intro{display:grid;grid-gap:14px;gap:14px}.accounts-cards-card-panel__expiry,.accounts-cards-card-panel__number,.accounts-cards-card-panel__title{margin:0;color:var(--accounts-cards-text);font-size:16px;line-height:1.3}.accounts-cards-card-panel__expiry,.accounts-cards-card-panel__number{color:var(--accounts-cards-muted)}.accounts-cards-bank-card{position:relative;min-height:196px;border-radius:24px;padding:18px;background:linear-gradient(135deg,#1170ea,#0a56c8 55%,#0744a5);color:#fff;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.accounts-cards-bank-card>img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.accounts-cards-bank-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 35%),radial-gradient(circle at bottom left,rgba(255,255,255,.12),transparent 42%);pointer-events:none}.accounts-cards-bank-card__chip-row,.accounts-cards-bank-card__footer,.accounts-cards-bank-card__header{position:relative;z-index:1}.accounts-cards-bank-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.accounts-cards-bank-card__brand{display:inline-flex;align-items:center;gap:6px;font-size:15px}.accounts-cards-bank-card__brand-mark{width:18px;height:18px;position:relative;display:inline-block}.accounts-cards-bank-card__brand-mark span{position:absolute;width:8px;height:8px;border-radius:2px 6px 2px 6px;background:#fff}.accounts-cards-bank-card__brand-mark span:first-child{left:5px;top:0;transform:rotate(45deg)}.accounts-cards-bank-card__brand-mark span:nth-child(2){left:0;bottom:0;transform:rotate(45deg)}.accounts-cards-bank-card__brand-mark span:nth-child(3){right:0;bottom:0;transform:rotate(45deg)}.accounts-cards-bank-card__cb{font-size:15px}.accounts-cards-bank-card__chip-row{margin-top:20px;display:flex;align-items:center;justify-content:space-between}.accounts-cards-bank-card__chip{width:42px;height:31px;border-radius:8px;background:linear-gradient(180deg,#d8bb6e,#b08936);border:1px solid rgba(87,54,4,.24);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;padding:4px}.accounts-cards-bank-card__chip span{border-radius:2px;background:rgba(255,255,255,.28)}.accounts-cards-bank-card__arrow{position:absolute;top:78px;right:18px;z-index:1;display:inline-flex}.accounts-cards-bank-card__number{position:relative;z-index:1;margin:42px 0 0;color:#fff;font-size:20px;letter-spacing:.06em}.accounts-cards-bank-card__footer{margin-top:26px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.accounts-cards-bank-card__expiry{display:grid;grid-gap:4px;gap:4px;font-size:11px;line-height:1.15}.accounts-cards-bank-card__mastercard{position:relative;width:52px;height:32px}.accounts-cards-bank-card__circle{position:absolute;top:2px;width:28px;height:28px;border-radius:50%}.accounts-cards-bank-card__circle--red{left:2px;background:#f44b4d}.accounts-cards-bank-card__circle--orange{right:2px;background:#f3a440;opacity:.96}.accounts-cards-subtabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.accounts-cards-period-selector__button,.accounts-cards-subtabs__tab{min-height:42px;border-radius:16px;border:1px solid #d6e0f0;background:var(--accounts-cards-blue-soft);color:var(--accounts-cards-blue);font-size:15px}.accounts-cards-period-selector__button.is-active,.accounts-cards-subtabs__tab.is-active{background:var(--accounts-cards-blue);border-color:var(--accounts-cards-blue);color:#fff}.accounts-cards-list{display:grid}.accounts-cards-row-button{width:100%;min-height:76px;padding:14px 0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:0;border-bottom:1px solid #e8eef6;background:transparent;text-align:left}.accounts-cards-row-button:last-child{border-bottom:0}.accounts-cards-row-button__icon{color:var(--accounts-cards-text);display:inline-flex;align-items:center;justify-content:center}.accounts-cards-row-button__icon--blue{color:var(--accounts-cards-blue)}.accounts-cards-row-button__copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.accounts-cards-row-button__amount,.accounts-cards-row-button__title{color:var(--accounts-cards-text);font-size:16px;line-height:1.25}.accounts-cards-row-button__subtitle{color:var(--accounts-cards-muted);font-size:14px;line-height:1.3}.accounts-cards-row-button__chevron,.accounts-cards-row-button__side{color:var(--accounts-cards-blue);display:inline-flex;align-items:center;justify-content:center;gap:10px}.accounts-cards-row-button__amount--blue{color:var(--accounts-cards-blue)}.accounts-cards-period-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.accounts-cards-chart-card{padding:16px;display:grid;grid-gap:16px;gap:16px}.accounts-cards-expense-chart{min-height:176px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.accounts-cards-expense-chart__column,.accounts-cards-income-chart__column{display:grid;justify-items:center;grid-gap:10px;gap:10px}.accounts-cards-expense-chart__bar{width:100%;max-width:32px;border-radius:12px 12px 4px 4px;align-self:end}.accounts-cards-expense-chart__bar--soft{background:var(--accounts-cards-expense-soft)}.accounts-cards-expense-chart__bar--active{background:var(--accounts-cards-expense-active)}.accounts-cards-expense-chart__label,.accounts-cards-income-chart__label{display:grid;justify-items:center;grid-gap:2px;gap:2px;color:var(--accounts-cards-muted);font-size:11px;line-height:1.1}.accounts-cards-chart-card__summary,.accounts-cards-income-chart__head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding-top:2px;border-top:1px solid #e8eef6}.accounts-cards-chart-card__summary span,.accounts-cards-income-chart__head span{color:var(--accounts-cards-text);font-size:16px}.accounts-cards-chart-card__summary strong,.accounts-cards-income-chart__head strong{color:var(--accounts-cards-text);font-size:18px}.accounts-cards-income-chart__head strong{color:var(--accounts-cards-income-blue)}.accounts-cards-inline-action{min-height:28px;padding:0;border:0;background:transparent;color:var(--accounts-cards-text);display:inline-flex;align-items:center;justify-content:space-between;gap:10px}.accounts-cards-inline-action--blue{color:var(--accounts-cards-blue)}.accounts-cards-category-card{width:100%;min-height:88px;padding:16px;border:1px solid var(--accounts-cards-border);border-radius:22px;background:#fff;box-shadow:var(--accounts-cards-shadow);display:grid;grid-template-columns:48px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;text-align:left}.accounts-cards-category-card__icon{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.accounts-cards-category-card__icon--violet{color:var(--accounts-cards-violet);background:#f0ebff}.accounts-cards-category-card__icon--red{color:var(--accounts-cards-red);background:#fff0f2}.accounts-cards-category-card__icon--orange{color:var(--accounts-cards-orange);background:#fff5e8}.accounts-cards-category-card__icon--blue{color:var(--accounts-cards-transport);background:#ebf6ff}.accounts-cards-category-card__icon--green{color:var(--accounts-cards-green);background:#eefaf2}.accounts-cards-category-card__copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.accounts-cards-category-card__title{color:var(--accounts-cards-text);font-size:16px;line-height:1.25}.accounts-cards-category-card__subtitle{color:var(--accounts-cards-muted);font-size:14px;line-height:1.3}.accounts-cards-category-card__side{display:grid;justify-items:end;grid-gap:8px;gap:8px;color:var(--accounts-cards-blue);font-size:16px}.accounts-cards-chart-card--income{gap:14px}.accounts-cards-income-chart{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:end}.accounts-cards-income-chart__axis{min-height:196px;display:grid;align-content:stretch}.accounts-cards-income-chart__axis span{height:49px;color:var(--accounts-cards-muted);font-size:11px;display:inline-flex;align-items:flex-start}.accounts-cards-income-chart__plot{position:relative;min-height:196px;border-left:1px solid #ccd6e6;border-bottom:1px solid #ccd6e6;padding-left:12px;padding-bottom:2px}.accounts-cards-income-chart__grid{position:absolute;inset:0 0 26px 12px;display:grid}.accounts-cards-income-chart__grid span{border-top:1px dashed #d6dfec}.accounts-cards-income-chart__bars{position:relative;z-index:1;min-height:170px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.accounts-cards-income-chart__bar{width:100%;max-width:28px;border-radius:8px 8px 4px 4px;background:var(--accounts-cards-income-blue)}.accounts-cards-income-list{padding:0 16px}.accounts-cards-modal-backdrop{position:fixed;inset:0;z-index:60;background:rgba(16,22,31,.42);display:grid;place-items:center;padding:16px}.accounts-cards-modal{width:min(100%,390px);border-radius:24px;background:#fff;padding:18px 16px 16px;box-shadow:0 20px 40px rgba(16,22,31,.22);display:grid;grid-gap:18px;gap:18px}.accounts-cards-modal__head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px}.accounts-cards-modal__head h2,.accounts-cards-modal__head p{margin:0}.accounts-cards-modal__head h2{color:var(--accounts-cards-text);font-size:18px;line-height:1.2;margin-bottom:8px}.accounts-cards-modal__head p{color:var(--accounts-cards-muted);font-size:14px;line-height:1.45;white-space:pre-line}.accounts-cards-modal__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.accounts-cards-button{min-height:46px;border-radius:16px;border:0;display:inline-flex;align-items:center;justify-content:center;padding:0 14px}.accounts-cards-button--secondary{background:var(--accounts-cards-blue-soft);color:var(--accounts-cards-blue)}.accounts-cards-button--primary{background:linear-gradient(135deg,var(--accounts-cards-header-start) 0,var(--accounts-cards-header-end) 100%);color:#fff}.accounts-cards-toast{position:fixed;left:50%;bottom:calc(98px + env(safe-area-inset-bottom));transform:translateX(-50%);z-index:65;min-height:48px;max-width:min(92vw,360px);padding:10px 12px 10px 16px;border-radius:16px;background:rgba(16,22,31,.94);color:#fff;display:inline-flex;align-items:center;gap:10px;box-shadow:0 14px 28px rgba(16,22,31,.24)}.accounts-cards-toast__close{width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center}.accounts-cards-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100vw,430px);max-width:430px;min-height:calc(80px + env(safe-area-inset-bottom));padding:8px 10px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:rgba(255,255,255,.98);border-top:1px solid #dbe4f0;box-shadow:0 -8px 22px rgba(16,22,31,.08);z-index:20}.accounts-cards-bottom-nav__item{min-width:0;display:grid;justify-items:center;align-content:center;grid-gap:6px;gap:6px;color:#222a35;font-size:11px;line-height:1.1}.accounts-cards-bottom-nav__item.is-active{color:var(--accounts-cards-blue)}.accounts-cards-bottom-nav__icon{display:inline-flex;align-items:center;justify-content:center}.accounts-cards-bottom-nav__label{white-space:nowrap}.accounts-cards-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}.accounts-cards-scope :is(button,a):focus-visible{outline:2px solid rgba(10,88,203,.35);outline-offset:2px}@media (max-width:389px){.accounts-cards-content{padding-left:12px;padding-right:12px}.accounts-cards-header__top h1{font-size:18px}.accounts-cards-tabs__tab{font-size:11px;letter-spacing:-.03em}.accounts-cards-account-card__top{grid-template-columns:1fr;gap:8px}.accounts-cards-category-card,.accounts-cards-row-button{grid-template-columns:40px minmax(0,1fr)}.accounts-cards-category-card__side,.accounts-cards-row-button__chevron,.accounts-cards-row-button__side{grid-column:2;justify-self:end}.accounts-cards-bank-card__number{font-size:18px}.accounts-cards-income-chart{grid-template-columns:44px minmax(0,1fr)}.accounts-cards-expense-chart,.accounts-cards-income-chart__bars{gap:8px}}@media (min-width:720px){.accounts-cards-scope{padding-bottom:32px}}body{padding:0;font-synthesis:none}.accounts-cards-frame,.app-frame,.login-screen,.plus-shell{width:100%;max-width:var(--mobile-max);margin-inline:auto;border-radius:0;box-shadow:none}.accounts-cards-scope :is(h1,h2,h3,h4,p,span,strong,b,small,a,button,label,input,select,textarea,option,time),.app-frame :is(h1,h2,h3,h4,p,span,strong,b,small,a,button,label,input,select,textarea,option,time),.insurance-scope :is(h1,h2,h3,h4,p,span,strong,b,small,a,button,label,input,select,textarea,option,time),.login-scope :is(h1,h2,h3,h4,p,span,strong,b,small,a,button,label,input,select,textarea,option,time),.plus-flow :is(h1,h2,h3,h4,p,span,strong,b,small,a,button,label,input,select,textarea,option,time),.transfer-shell :is(h1,h2,h3,h4,p,span,strong,b,small,a,button,label,input,select,textarea,option,time){font-weight:400!important;font-synthesis:none}:root{--app-gutter:clamp(14px,4.1vw,18px);--app-content-top:14px}.app-content{padding:var(--app-content-top) var(--app-gutter) 26px}.app-frame--with-nav .app-content{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.topbar{height:66px;grid-template-columns:44px 1fr 44px;padding:env(safe-area-inset-top) 8px 0;box-shadow:0 4px 12px rgba(0,69,166,.13)}.accounts-cards-header__top h1,.insurance-header h1,.plus-header h1,.topbar h1{font-size:clamp(16px,4.25vw,18px);line-height:22px}.accounts-cards-header__slot,.accounts-cards-icon-button,.icon-button,.insurance-header__button,.insurance-header__placeholder,.plus-header__placeholder,.plus-icon-button{width:40px;height:40px}.accounts-cards-bottom-nav,.bottom-nav,.insurance-bottom-nav,.plus-bottom-nav{width:min(100vw,var(--mobile-max));max-width:var(--mobile-max);height:calc(70px + env(safe-area-inset-bottom));min-height:0;bottom:0;padding:6px 10px calc(7px + env(safe-area-inset-bottom));border-radius:0;box-shadow:0 -8px 18px rgba(30,69,126,.06);grid-template-columns:repeat(5,minmax(0,1fr))}.accounts-cards-bottom-nav__item,.bottom-nav a,.insurance-bottom-nav a,.plus-bottom-nav a{gap:3px;font-size:11px;line-height:14px;min-width:0}.accounts-cards-bottom-nav__icon,.bottom-nav__icon,.insurance-bottom-nav__icon,.plus-bottom-nav__icon{width:21px;height:21px}.accounts-cards-bottom-nav__label,.bottom-nav__label,.insurance-bottom-nav__label,.plus-bottom-nav__label{font-size:11px;line-height:14px;letter-spacing:-.01em}.accounts-cards-account-card,.accounts-cards-card-panel,.accounts-cards-chart-card,.accounts-cards-income-list,.insurance-actions-card,.insurance-assistance-card,.insurance-attestation-card,.insurance-blue-banner,.insurance-card-link,.insurance-claim-card,.insurance-contract-card,.insurance-email-card,.insurance-hero-card,.insurance-info-banner,.insurance-info-card,.insurance-simple-card,.plus-card,.surface{border-radius:20px;box-shadow:0 8px 20px rgba(31,74,135,.055)}.section-heading{margin:22px 2px 10px;gap:10px}.accounts-cards-section__title,.accounts-cards__title,.insurance-section-title,.plus-section-head h2,.section-heading h2{font-size:clamp(15px,4.2vw,17px);line-height:21px}.accounts-cards-period-selector__button,.accounts-cards-subtabs__tab,.accounts-tabs__item,.plus-pill-tabs button,.plus-section-head__action,.section-heading__action,.tabs button,.transfer-tab{font-size:clamp(13px,3.6vw,14px);min-height:42px}.tabs{width:100%;max-width:100%;min-width:0;flex-wrap:wrap;gap:8px;overflow-x:visible}.tabs button{flex:1 1 auto;min-width:0;padding-inline:12px;white-space:normal}.app-button,.insurance-attestation-card__button,.insurance-modal__button,.insurance-primary-button,.insurance-secondary-button,.insurance-upload-summary__add,.login-primary-button,.login-secondary-button,.login-services-button,.plus-advisor-cta__button,.plus-button,.plus-button--primary,.plus-primary-cta{min-height:48px;max-width:100%;border-radius:16px;font-size:clamp(14px,3.9vw,15px);line-height:20px}.badge{min-height:22px;padding:3px 9px;font-size:11.5px;line-height:15px}.accounts-product__icon,.accounts-summary__icon,.icon-bubble,.insurance-icon-bubble,.plus-help-center-card__hero,.plus-icon-bubble,.plus-pdf-icon,.plus-support-card__hero,.transfer-detail-row__icon{width:42px;height:42px;min-width:42px;border-radius:14px}.info-banner{gap:12px;padding:14px 15px;border-radius:18px;box-shadow:0 8px 18px rgba(31,74,135,.04)}.list-row{min-height:64px;gap:11px;padding:12px 14px}.list-row__title{font-size:14px;line-height:18px}.info-banner p,.list-row__amount,.list-row__subtitle{font-size:12px;line-height:16px}.account-card{padding:14px 16px;border-radius:20px;box-shadow:0 12px 24px rgba(0,70,164,.18)}.account-card h3{margin-bottom:8px;font-size:16px;line-height:20px}.account-card__balance{margin-top:14px;font-size:clamp(23px,6.2vw,27px);line-height:1.08}.quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%}.quick-action,.quick-grid{min-width:0;max-width:100%}.quick-action{min-height:102px;padding:12px 8px;gap:8px;border-radius:19px}.quick-action span{font-size:11.5px;line-height:15px}.home-hero{padding-bottom:42px}.home-account__head h2,.home-hero h1{font-size:18px;line-height:22px}.home-account{margin-top:14px;margin-bottom:-42px;padding:14px 16px 10px;border-radius:20px}.home-shortcuts{margin-top:28px}.shortcut-pill{min-height:60px;max-height:68px;gap:8px;padding:8px 10px}.accounts-cards-bank-card,.bank-card{min-height:0;height:clamp(170px,43vw,184px);padding:15px;border-radius:20px}.bank-card__type{margin-top:22px;font-size:16px}.bank-card__number{margin-top:20px}.bank-card__footer{left:15px;right:15px;bottom:14px}.accounts-summary{gap:12px;padding:14px 16px;border-radius:20px;box-shadow:0 9px 20px rgba(30,65,112,.07)}.accounts-cards-category-card__title,.accounts-cards-row-button__title,.accounts-cards__name,.accounts-product__title,.accounts-summary__label{font-size:clamp(14px,4vw,16px);line-height:20px}.accounts-summary__amount{margin-top:8px;font-size:clamp(23px,6.2vw,27px)}.accounts-cards-category-card__subtitle,.accounts-cards-row-button__subtitle,.accounts-cards__meta,.accounts-product__meta,.accounts-product__number,.accounts-summary__meta{font-size:clamp(12px,3.4vw,13px);line-height:17px}.accounts-product__surface{grid-template-columns:50px minmax(0,1fr) auto;gap:11px;padding:14px;border-radius:20px;box-shadow:0 8px 20px rgba(31,74,135,.055)}.accounts-product__side{gap:10px}.accounts-cards__surface{border-radius:20px}.accounts-cards__main{grid-template-columns:88px minmax(0,1fr) auto;gap:12px;padding:14px}.accounts-card-preview{height:72px;border-radius:12px}.accounts-cards__action{min-height:48px;gap:10px;padding:0 14px;font-size:14px}.transfer-shell__content{gap:10px;padding-top:4px}.stepper__circle,.transfer-stepper__circle{width:30px;height:30px}.transfer-stepper__line{top:14px;left:calc(50% + 16px);width:calc(100% - 32px)}.transfer-confirmation-card,.transfer-info-card,.transfer-section,.transfer-success-card{border-radius:19px}.transfer-confirmation-card,.transfer-info-card,.transfer-progress-card,.transfer-section{padding:14px}.transfer-field-card{grid-template-columns:32px minmax(0,1fr) auto;min-height:44px;padding:7px 10px;border-radius:16px}.transfer-beneficiary-summary{grid-template-columns:44px minmax(0,1fr);gap:10px;padding:12px 14px}.transfer-beneficiary-card__avatar,.transfer-beneficiary-summary__avatar,.transfer-history-card__icon,.transfer-pending-card__avatar,.transfers-beneficiary__avatar,.transfers-recent-item__avatar{width:38px;height:38px;font-size:15px}.transfer-detail-row,.transfer-detail-row--button{min-height:58px;grid-template-columns:36px minmax(0,1fr) auto auto auto;gap:8px;padding:10px 0}.transfer-card-list{gap:12px}.transfers-beneficiaries,.transfers-quick-action,.transfers-recent,.transfers-section{min-width:0;max-width:100%}.transfer-beneficiary-card,.transfer-history-card,.transfer-pending-card,.transfer-request-card{grid-template-columns:44px minmax(0,1fr) auto auto;gap:11px;padding:14px}.transfer-pending-card{grid-template-columns:1fr}.transfer-pending-card__main{grid-template-columns:46px minmax(0,1fr) auto;gap:12px}.notification-card{padding:13px 14px;border-radius:18px}.notification-card>div{min-width:0}.notifications-filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px;min-width:0}.notifications-filter-row .form-control{flex:1 1 130px;min-width:0}.notifications-filter-row .app-button{flex:1 1 150px;max-width:100%;min-height:42px;padding-inline:10px;white-space:normal}.insurance-header{height:66px;grid-template-columns:44px 1fr 44px;padding-inline:12px}.accounts-cards-content,.insurance-content,.plus-content{gap:12px;padding:14px 14px calc(82px + env(safe-area-inset-bottom))}.insurance-hero-card{grid-template-columns:minmax(0,1fr) 128px;gap:10px;padding:16px}.insurance-assistance-hero__title,.insurance-attestation-card__title,.insurance-biens-card__title,.insurance-blue-banner__title,.insurance-card-heading span,.insurance-contract-card__title,.insurance-hero-card__title,.insurance-info-banner__title,.insurance-info-card__title,.insurance-modal h2,.insurance-prevoyance-hero__title,.insurance-reimbursement-row__title,.insurance-summary-card__title{font-size:clamp(15px,4.2vw,17px);line-height:21px}.insurance-action-row,.insurance-assistance-card,.insurance-attestation-card,.insurance-biens-card,.insurance-blue-banner,.insurance-claim-card,.insurance-contract-card,.insurance-email-card,.insurance-guarantees-card,.insurance-info-banner,.insurance-list-card,.insurance-menu-card,.insurance-payment-card,.insurance-prevoyance-hero,.insurance-summary-card,.insurance-vehicle-card{padding:14px 16px}.insurance-action-row,.insurance-assistance-card,.insurance-attestation-card__row,.insurance-biens-card,.insurance-email-card,.insurance-menu-card{grid-template-columns:52px minmax(0,1fr) auto;gap:11px}.insurance-contract-card{grid-template-columns:52px minmax(0,1fr) 96px 20px;gap:10px}.insurance-status-badge{min-height:30px;padding:0 12px;border-radius:999px;font-size:11.5px}.insurance-claim-field{min-height:92px;grid-template-columns:52px minmax(0,1fr) auto;gap:11px;padding:14px;border-radius:18px}.insurance-claim-field--upload{min-height:108px}.insurance-upload-box{width:96px;height:70px;border-radius:16px;border-width:1.5px}.insurance-claim-stepper__circle{width:32px;height:32px}.insurance-claim-stepper__line{top:15px;left:calc(50% + 16px);width:calc(100% - 32px)}.plus-header{min-height:66px;padding:10px 14px;grid-template-columns:40px 1fr 40px}.plus-card{border-radius:20px}.plus-profile-summary{min-height:108px;grid-template-columns:76px minmax(0,1fr) 20px;gap:12px;padding:14px}.plus-avatar{width:66px;height:66px;font-size:22px}.plus-avatar--large{width:72px;height:72px;font-size:24px}.plus-advisor-card__copy p,.plus-advisor-profile-card__copy p,.plus-contact-card__advisor p,.plus-details-card h2,.plus-document-row__copy span:first-child,.plus-help-center-card p,.plus-profile-card__identity p:first-child,.plus-profile-summary__name,.plus-rib-card__top p:first-child,.plus-section-head h2,.plus-support-card p{font-size:clamp(16px,4.2vw,18px);line-height:22px}.plus-advisor-card__copy span,.plus-branch-card__copy span:not(:first-child),.plus-contact-card__advisor span,.plus-document-row__copy span:not(:first-child),.plus-field small,.plus-help-center-card span,.plus-info-row span,.plus-key-value-row span:first-child,.plus-message-row__preview,.plus-profile-card__identity p:not(:first-child),.plus-profile-summary__meta,.plus-rib-group span,.plus-rib-note p,.plus-row__subtitle,.plus-simple-card span,.plus-support-card span{font-size:clamp(12px,3.4vw,13px);line-height:17px}.plus-document-row,.plus-message-row,.plus-radio-row,.plus-row,.plus-slot-row,.plus-toggle-row{min-height:64px;grid-template-columns:50px minmax(0,1fr) auto auto;gap:10px;padding:12px 14px}.plus-advisor-cta__title,.plus-branch-card__copy span:first-child,.plus-document-row__actions button,.plus-fast-contact-card span,.plus-field span,.plus-info-row strong,.plus-key-value-row span:last-child,.plus-message-row__head span:first-child,.plus-rib-group p,.plus-row__title{font-size:clamp(14px,3.9vw,16px);line-height:20px}.plus-advisor-card,.plus-advisor-profile-card,.plus-contact-card,.plus-date-card,.plus-details-card,.plus-profile-card,.plus-rib-card,.plus-simple-card{padding:14px;gap:14px}.plus-advisor-card,.plus-advisor-profile-card,.plus-contact-card__advisor,.plus-profile-card__top,.plus-rib-card__top{grid-template-columns:82px minmax(0,1fr) auto;gap:12px}.plus-advisor-profile-card{grid-template-columns:clamp(72px,21vw,82px) minmax(0,1fr)}.plus-portrait{width:clamp(72px,21vw,82px);height:clamp(72px,21vw,82px);min-width:clamp(72px,21vw,82px);max-width:clamp(72px,21vw,82px);flex:0 0 clamp(72px,21vw,82px);font-size:26px}.plus-portrait__photo{width:100%;max-width:100%;min-width:0}.plus-advisor-card__copy,.plus-advisor-profile-card__copy{min-width:0}.plus-inline-link{min-width:0;overflow-wrap:anywhere}.plus-field input,.plus-field textarea,.plus-search-field,.plus-select-field{min-height:50px;border-radius:16px;font-size:clamp(14px,3.8vw,15px)}.plus-field textarea{min-height:170px;padding:14px}.plus-date-strip button{min-height:104px;border-radius:18px}.plus-date-strip button strong{font-size:clamp(22px,5.6vw,26px)}.plus-fast-contact-card,.plus-quick-card{min-height:102px;padding:12px 8px;border-radius:18px;gap:6px}.plus-fast-contact-card{min-height:92px}.plus-toggle{width:58px;height:32px;padding:3px}.plus-toggle span{width:26px;height:26px}.plus-toggle.is-on span{transform:translateX(26px)}.accounts-cards-card-panel{padding:14px 14px 8px;gap:14px}.accounts-cards-row-button{min-height:64px;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;padding:12px 0}.accounts-cards-category-card{min-height:72px;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;padding:13px;border-radius:18px}.accounts-cards-category-card__icon{width:38px;height:38px}.accounts-cards-expense-chart,.accounts-cards-income-chart__axis,.accounts-cards-income-chart__plot{min-height:160px}.accounts-cards-income-chart__bars{min-height:138px}.login-scope{--login-font-language:clamp(13px,3.8vw,15px);--login-font-brand:clamp(26px,7.4vw,32px);--login-font-brand-subtitle:clamp(14px,3.9vw,17px);--login-font-required:clamp(13px,3.55vw,14px);--login-font-field:clamp(14px,3.9vw,16px);--login-font-primary:clamp(14px,4vw,16px);--login-font-recovery:clamp(14px,3.9vw,16px);--login-font-help:clamp(14px,3.7vw,15px)}.login-screen.login-scope{max-width:none;overflow-x:clip}.login-page-shell{width:calc(100% - 28px);max-width:430px;padding:calc(16px + env(safe-area-inset-top)) 0 calc(18px + env(safe-area-inset-bottom));overflow-x:clip}.login-language-selector__button{min-width:78px;height:34px;padding:0 12px;gap:6px}.login-brand-block{margin-top:clamp(28px,8vh,70px);gap:8px}.login-brand-block__row{max-width:100%;font-size:var(--login-font-brand);line-height:32px}.login-brand-block__mark{width:clamp(26px,7.4vw,31px);height:clamp(26px,7.4vw,31px)}.login-brand-block p{max-width:100%;font-size:var(--login-font-brand-subtitle);line-height:20px;white-space:normal}.login-demo-notice{margin-top:14px;overflow-wrap:anywhere}.login-auth-form{gap:14px;margin-top:14px}.login-form-card{width:100%;max-width:100%;padding:18px 18px 15px;border-radius:22px;box-shadow:0 12px 26px rgba(21,57,95,.12);overflow:hidden}.login-form-card__required{margin-bottom:12px}.login-underline-field{grid-template-columns:28px minmax(0,1fr) 38px;min-height:64px;gap:10px}.login-underline-field__body{gap:10px}.login-underline-field__placeholder-spacer,.login-underline-field__toggle{width:38px;height:38px}.login-primary-button{width:min(68vw,230px)}.login-secondary-button{width:min(100%,316px);padding-inline:22px}.login-services-button{width:min(100%,248px)}.login-page-spacer{min-height:clamp(36px,8vh,92px)}.login-modal-backdrop{padding:14px}.login-modal-card{max-width:100%;border-radius:20px}@media (max-width:370px){:root{--app-gutter:13px}.accounts-cards-header__top h1,.insurance-header h1,.plus-header h1,.topbar h1{font-size:16px;line-height:21px}.accounts-cards-bottom-nav__label,.bottom-nav__label,.insurance-bottom-nav__label,.plus-bottom-nav__label{font-size:10.5px;line-height:13px}.login-page-shell{width:calc(100% - 28px)}.login-form-card{padding:16px 14px 14px;border-radius:20px}.login-underline-field{grid-template-columns:26px minmax(0,1fr) 36px;min-height:60px;gap:8px}.login-primary-button,.login-secondary-button,.login-services-button{min-height:46px}.quick-action{min-height:96px}.accounts-cards-content,.insurance-content,.plus-content{padding-left:12px;padding-right:12px}.accounts-cards-period-selector,.accounts-cards-subtabs{gap:8px}}@media (min-width:700px){body{padding:0}.app-frame,.login-screen{min-height:100dvh;border-radius:0;overflow-x:hidden;box-shadow:none}.bottom-nav{bottom:0;border-radius:0}}@media (min-width:720px){.accounts-cards-scope,.plus-flow{padding:0}.accounts-cards-frame,.app-frame,.insurance-shell,.plus-shell{max-width:var(--mobile-max)}}