@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:Plus Jakarta Sans,Segoe UI,sans-serif;--bg: #f3f6fb;--bg-accent: #dbeafe;--panel: #ffffff;--panel-soft: #f8faff;--text: #10223a;--muted: #63748b;--line: #dce5ef;--line-strong: #c7d4e3;--brand: #0f4c81;--brand-strong: #0b3a62;--success: #0f766e;--danger: #b42318;--shadow-sm: 0 10px 20px rgba(16, 34, 58, .08);--shadow-md: 0 22px 44px rgba(16, 34, 58, .14)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--text);background:radial-gradient(circle at 8% -8%,#bfdbfe 0,#bfdbfe00 36%),radial-gradient(circle at 96% 98%,#bae6fd 0,#bae6fd00 34%),var(--bg)}.app{max-width:1400px;margin:0 auto;padding:clamp(10px,2vw,24px) clamp(10px,2.4vw,26px) clamp(84px,8vw,120px)}.app.login-screen{display:grid;place-items:center;min-height:100vh;padding-bottom:clamp(20px,6vw,40px)}.app__header{position:sticky;top:0;z-index:80;border-radius:18px;padding:clamp(12px,2.2vw,20px);background:linear-gradient(134deg,#0f172a,#102d4c 58%,#0f766e);color:#eaf2ff;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:space-between;gap:14px}.app__header-main{display:flex;align-items:center;gap:12px;min-width:0}.back-nav-button{width:auto;min-width:0;min-height:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#eaf2ff;line-height:0}.back-nav-button:hover:not(:disabled){filter:brightness(1.15);transform:none}.back-nav-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.brand{flex:0 0 auto;display:inline-flex;align-items:center}.brand__logo{width:clamp(42px,4.2vw,54px);height:clamp(42px,4.2vw,54px);border-radius:14px;box-shadow:0 8px 18px #00000040;background:#ffffff14}.brand__text{min-width:0}.brand__title-row{min-width:0;display:flex;align-items:baseline;gap:10px}.brand__subtitle-user{color:#d6e4f5;font-weight:600}.brand__subtitle-separator{color:#bfd2ec}.app__header h1{margin:0;font-family:Manrope,sans-serif;letter-spacing:-.02em;font-size:clamp(1.2rem,1.8vw,1.6rem)}.app__header p{margin:3px 0 0;color:#bfd2ec;font-size:.93rem;max-width:min(62vw,560px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app__header-badges{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.app__layout{margin-top:16px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;align-items:start}.menu{position:sticky;top:96px;z-index:60;background:#ffffffd9;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 118px);overflow:auto}.menu__top{display:flex;justify-content:flex-end}.menu__title{margin:6px 2px;font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);font-weight:800}.menu button{width:100%;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:12px;padding:10px 12px;text-align:left;font-weight:700;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.menu button:hover:not(:disabled){border-color:#b6cae0;background:#f7fbff;transform:translateY(-1px)}.menu button.active{border-color:#0b2f52;background-color:#0f4c81;background:linear-gradient(160deg,var(--brand) 0%,var(--brand-strong) 100%);color:#fff}.menu button.active:hover:not(:disabled){border-color:#12406b;background-color:#1a5f98;background:linear-gradient(160deg,#1a5f98,#12406b);color:#fff}.menu button:disabled{opacity:.55;cursor:not-allowed}.menu-backdrop{display:none}.content{min-width:0;display:flex;flex-direction:column;gap:14px}.panel{border-radius:18px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-sm);padding:clamp(14px,2.2vw,24px)}.panel--compact{padding:12px 14px}.panel h2{margin:0 0 14px;font-family:Manrope,sans-serif;letter-spacing:-.01em;font-size:clamp(1.05rem,1.5vw,1.25rem)}.panel h3{margin:6px 0 10px;font-family:Manrope,sans-serif;font-size:.98rem;color:var(--text)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.page-header h2{margin:0}.build-stamp{position:fixed;left:0;right:0;bottom:0;z-index:83;isolation:isolate;overflow:visible;padding:2px 8px calc(env(safe-area-inset-bottom) + 6px);background:transparent;color:#8a96a9;text-align:center;font-size:.72rem;font-weight:600;letter-spacing:.02em;pointer-events:none;-webkit-user-select:none;user-select:none}.build-stamp:before{content:"";position:absolute;left:0;right:0;top:-24px;bottom:0;z-index:-1;background:linear-gradient(to top,#f3f6fbfa,#f3f6fbf0 72%,#f3f6fb00)}.build-stamp--with-nav{bottom:0;padding-top:2px;padding-bottom:calc(env(safe-area-inset-bottom) + 6px)}.build-stamp--with-nav:before{top:-116px;background:linear-gradient(to top,#f3f6fbfc,#f3f6fbf7 55%,#f3f6fbe6 78%,#f3f6fb00)}.grid{display:grid;gap:12px;margin-bottom:14px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.account-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}label{display:flex;flex-direction:column;gap:6px;font-size:.93rem;font-weight:700;color:var(--text)}input,select,textarea{width:100%;min-height:44px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);padding:10px 12px;font:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #bfdcff;border-color:#88b9eb}input:disabled,textarea:disabled{background:#f3f7fc;color:#51627a}.notes-textarea{min-height:108px;resize:vertical}.field-full{grid-column:1 / -1}.account-balance-editor{display:grid;gap:8px}.account-balance-trigger{width:fit-content;display:inline-flex;align-items:baseline;gap:8px}.account-balance-trigger strong{font-family:Manrope,sans-serif;font-weight:800}.account-sums-toggle{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.account-sums-toggle input[type=checkbox]{width:18px;height:18px;min-height:0;flex:0 0 auto;padding:0}.cd-deposits-panel{margin-top:6px;border:1px solid var(--line);border-radius:12px;padding:10px;background:var(--panel-soft)}.cd-current-deposit-editor{margin-top:2px;border:1px solid var(--line);border-radius:12px;padding:10px;background:#f8fbff}.cd-current-deposit-editor__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.cd-current-deposit-editor__header h4{margin:0}.cd-deposits-panel__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.cd-deposits-panel__header h4{margin:0}.cd-deposit-duration-inline,.cd-deposit-final-inline{display:flex;flex-wrap:nowrap;gap:8px;align-items:center}.cd-deposit-duration-inline input{width:120px}.cd-deposit-duration-inline select{width:140px}.cd-deposit-final-inline input{width:180px;min-width:0}.cd-deposit-row--closed{background:#f0f2f5;color:#6b7483}.cd-deposit-row--closed td{color:inherit}.bank-modal-accounts{margin-top:10px;border-top:1px solid var(--line);padding-top:10px}.bank-modal-accounts h4{margin:0 0 8px;font-family:Manrope,sans-serif;font-size:.95rem}.bank-modal-account-list{display:grid;gap:8px}.bank-modal-account-row{border:1px solid var(--line);border-radius:12px;padding:8px 10px;display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap}.bank-modal-account-main{min-width:0;display:grid}.bank-modal-account-main .muted{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bank-modal-account-actions{display:inline-flex;align-items:center;gap:8px}.bank-modal-account-actions .ghost{min-height:32px;padding:6px 10px}.input-link{cursor:pointer}.input-link:hover{border-color:#88b9eb;background:#f8fbff}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px}.auth-actions{justify-content:center}.preference-card{margin-top:6px}.preference-toggle-list{display:grid;gap:10px}.preference-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-weight:600}.preference-toggle input[type=checkbox]{width:16px;height:16px}.transactions-toolbar{align-items:flex-start}.transaction-datetime-inline{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.transaction-datetime-inline input{flex:1 1 auto;min-width:0}.transaction-set-now-button{flex:0 0 auto;white-space:nowrap}.transaction-date-field .transaction-datetime-inline{width:fit-content;max-width:100%}.transaction-amount-field{min-width:0}.transaction-amount-inline{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:fit-content;max-width:100%}.segmented.transaction-mode-inline{flex-wrap:nowrap;gap:6px;width:fit-content}.segmented.transaction-mode-inline button{min-width:36px;min-height:36px;padding:4px;font-size:1rem;line-height:1}.transaction-amount-input{width:150px;max-width:180px;min-width:0}.transaction-inline-mode-label{color:var(--muted);font-size:.74rem;font-weight:700;white-space:nowrap}.transaction-amount-preview{margin:6px 0 0;color:var(--muted);font-size:.78rem;font-weight:700}.filters-actions,.modal-actions{margin-bottom:0}.transaction-modal-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.transaction-modal-primary-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;flex:1 1 auto;min-width:0}.transaction-modal-primary-actions>*{flex:0 0 auto}.transaction-modal-delete{margin-left:auto;flex:0 0 auto;border-color:#f1b4bb;background:#fff5f6;color:#b42318}.transaction-modal-delete:hover:not(:disabled){background:#ffe8ea;border-color:#e8929e}button{min-height:44px;border-radius:12px;border:1px solid transparent;padding:10px 14px;background:linear-gradient(165deg,#0f766e,#0f4c81);color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:filter .13s ease,transform .13s ease;-webkit-tap-highlight-color:transparent}button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(.97)}button:active:not(:disabled){transform:translateY(0)}button.secondary,.secondary{background:linear-gradient(165deg,#0f4c81,#0b3a62)}button.ghost,.ghost{border-color:var(--line);background:#fff;color:var(--text)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button.active{border-color:#0b2f52;background-color:#0f4c81;background:linear-gradient(165deg,var(--brand),var(--brand-strong));color:#fff}.option-groups{display:grid;gap:12px;margin-bottom:14px}.option-group{display:grid;gap:8px}.option-group__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.segmented{display:inline-flex;flex-wrap:wrap;gap:8px}.segmented button{min-height:40px;background:#fff;color:var(--text);border-color:var(--line)}.segmented button.active{border-color:#0b2f52;background-color:#0f4c81;background:linear-gradient(165deg,var(--brand),var(--brand-strong));color:#fff}.segmented--block{width:100%}.segmented--block button{flex:1 1 auto}.link{min-height:44px;display:inline-flex;align-items:center;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);text-decoration:none;font-weight:700;padding:10px 14px}.banner{border-radius:12px;border:1px solid #d7e1ec;background:#eff5fb;color:var(--text);padding:11px 12px}.banner.error{border-color:#fecaca;background:#fee2e2;color:var(--danger)}.banner--dismissible{cursor:pointer}.banner--dismissible:hover{filter:brightness(.99)}.muted{margin:0;color:var(--muted)}.pill{min-height:28px;display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;border:1px solid rgba(255,255,255,.28);background:#ffffff1f;color:#e9f2ff;font-size:.78rem;font-weight:800}.pill-button{cursor:pointer;transition:filter .12s ease}.pill-button:hover{filter:brightness(1.08)}.pill--ok{background:#10b98133;border-color:#10b9816b}.pill--warn{background:#fbbf2433;border-color:#fbbf246b}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background:#f3f6fbad;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text);font-weight:700}.loading-spinner{width:28px;height:28px;border-radius:999px;border:3px solid #c7d4e3;border-top-color:var(--brand);animation:monya-spin .8s linear infinite}@keyframes monya-spin{to{transform:rotate(360deg)}}.table-wrap{width:100%;overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}table{width:100%;min-width:690px;border-collapse:collapse}table th,table td{padding:10px 12px;border-bottom:1px solid #e8eef6;text-align:left;vertical-align:top}table th{position:sticky;top:0;z-index:1;background:#f7faff;color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}table tbody tr:hover{background:#f8fbff}.row-actions{display:flex;align-items:center;gap:8px}.transactions-compact-list{display:grid;gap:10px;--tx-datetime-col: 88px;--tx-money-col: 12ch}.transaction-compact-headers{margin:0 2px 2px}.transaction-compact-header-row{display:grid;align-items:center;gap:6px;color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;grid-template-columns:var(--tx-datetime-col) minmax(86px,1fr) var(--tx-money-col) var(--tx-money-col) max-content}.transaction-compact-header-line{display:grid;align-items:center;gap:6px;color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.transaction-compact-header-line>span+span{padding-left:6px}.transaction-compact-header-row>span+span{padding-left:6px}.transaction-col-amount--header{grid-column:4}.transaction-compact-item{border:1px solid var(--line);border-radius:14px;background:#fff;padding:8px 10px}.transaction-compact-item--clickable{cursor:pointer}.transaction-compact-item--clickable:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.transaction-compact-item:nth-child(2n){background:#f3f5f8}.transaction-time-separator{margin:2px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.transaction-time-separator:before,.transaction-time-separator:after{content:"";border-top:1px solid var(--line)}.transaction-compact-line{display:grid;gap:6px;align-items:center;font-size:.86rem}.transaction-compact-line--top,.transaction-compact-header-line--top{grid-template-columns:var(--tx-datetime-col) minmax(86px,1fr) var(--tx-money-col) var(--tx-money-col) max-content}.transaction-compact-line--bottom,.transaction-compact-header-line--bottom{grid-template-columns:var(--tx-datetime-col) minmax(90px,1fr) var(--tx-money-col) var(--tx-money-col) max-content}.transaction-compact-line+.transaction-compact-line{margin-top:4px;padding-top:4px}.transaction-compact-line>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transaction-compact-line>span+span{padding-left:6px}.transaction-actions-cell{display:inline-flex;justify-content:flex-end;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.transaction-edit-button{min-width:30px;min-height:30px;padding:4px;font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.transaction-col-amount,.transaction-col-total,.transaction-col-actions{text-align:right}.transaction-col-datetime,.transaction-col-bank-account{text-align:left}.transaction-col-amount,.transaction-col-total{overflow:visible!important;text-overflow:clip!important}.transaction-compact-notes{margin:0;color:var(--muted);font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transaction-compact-notes--expanded{white-space:pre-wrap;overflow:visible;text-overflow:clip}.transaction-note-preview{margin-top:6px;display:flex;align-items:flex-start;gap:8px}.transaction-note-preview .transaction-compact-notes{flex:1 1 auto;min-width:0}.transaction-note-indicator{color:var(--muted);font-size:.9rem;font-weight:700;line-height:1;padding-top:2px}.summary-layout{display:grid;gap:12px}.summary-reminders{border:1px solid #f2c97f;background:#fff8e8;border-radius:12px;padding:10px 12px}.summary-reminders h3{margin:0 0 6px}.summary-reminders ul{margin:0;padding-left:18px;display:grid;gap:3px}.summary-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.summary-actions{justify-content:flex-start;margin-bottom:0}.summary-totals{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px}.summary-total-line{display:flex;justify-content:flex-end;align-items:baseline;gap:6px;font-size:clamp(.96rem,1.7vw,1.06rem);text-align:right}.summary-total-line strong{font-family:Manrope,sans-serif;font-weight:800}.summary-total-line--toggle{border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer}.summary-total-line--toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.summary-divider{height:1px;background:var(--line)}.summary-divider--section{margin-top:8px}.summary-section-label{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:0 12px}.summary-column-headers,.summary-subcolumn-headers{display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.summary-column-headers{margin-top:2px;margin-bottom:6px;padding:0 12px}.summary-subcolumn-headers{margin-bottom:2px}.summary-bank-list{display:grid;gap:10px}.summary-bank-item{border:1px solid var(--line);border-radius:14px;background:#fff}.summary-bank-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:10px 12px;background:#f8fbff;border-radius:14px}.summary-bank-row--toggle{cursor:pointer}.summary-bank-row--toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.summary-bank-left{min-width:0;display:inline-flex;align-items:baseline;gap:8px;flex:1 1 auto;flex-wrap:wrap}.summary-bank-row--toggle:hover .summary-bank-name{text-decoration:underline;text-underline-offset:2px}.summary-bank-actions{display:inline-flex;gap:8px}.summary-bank-main{min-width:0;display:inline-flex;align-items:baseline;gap:4px;flex-wrap:wrap}.summary-bank-toggle{color:var(--muted);font-weight:900}.summary-bank-name{font-weight:800}.summary-bank-address{color:var(--muted)}.summary-bank-total{margin-left:auto;white-space:nowrap}.summary-bank-total strong{font-size:1rem;font-weight:800}.summary-bank-note{margin:2px 12px 8px 26px;padding:6px 8px;border-left:2px solid #cddcee;background:#f7faff;color:var(--muted);font-size:.9rem;line-height:1.35;white-space:pre-wrap}.summary-account-list{padding:8px 12px 12px;display:grid;gap:8px;margin-left:14px;border-left:1px dashed #d9e5f4}.summary-account-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:6px 8px;border-bottom:1px dashed #e4edf8;border-radius:8px}.summary-account-row:nth-child(odd){background:#fff}.summary-account-row:nth-child(2n){background:#f3f5f8}.summary-account-label{min-width:0;display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.summary-account-primary{min-width:0}.summary-account-main{min-width:0;display:flex;flex:1 1 auto;flex-direction:column;gap:4px}.summary-account-note{color:var(--muted);font-size:.86rem;line-height:1.35;white-space:pre-wrap}.summary-account-cd-meta{display:grid;gap:2px;color:var(--muted);font-size:.8rem;line-height:1.3}.summary-account-cd-row{display:grid;grid-template-columns:54px 94px minmax(86px,max-content) minmax(0,1fr);align-items:baseline;gap:4px}.summary-account-cd-label,.summary-account-cd-date,.summary-account-cd-amount,.summary-account-cd-apy{white-space:nowrap}.summary-account-cd-amount{text-align:right;font-variant-numeric:tabular-nums}.summary-account-cd-apy{padding-left:6px}.summary-account-side{display:inline-flex;align-items:center;gap:8px}.summary-account-number-button{min-height:28px;padding:3px 10px;border-radius:999px;font-size:.8rem;line-height:1.2}.summary-inline-button{min-height:30px;padding:5px 10px;font-size:.8rem}.summary-icon-button{min-width:32px;min-height:32px;padding:4px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;line-height:1}.summary-bottom-actions{margin-top:2px;margin-bottom:0}.amount-negative{color:var(--danger);font-weight:800}.amount-equals{color:var(--success);font-weight:800}.summary-card .amount-negative{color:#fecaca}.login-card{width:min(560px,100%);border-radius:20px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-md);padding:clamp(20px,4.4vw,38px)}.login-card h1{margin:0 0 10px;font-family:Manrope,sans-serif;font-size:clamp(1.4rem,3.8vw,1.9rem)}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:2px}.login-brand__logo{width:clamp(48px,8vw,62px);height:clamp(48px,8vw,62px);border-radius:16px;box-shadow:var(--shadow-sm)}.login-card p{margin:0 0 14px;color:var(--muted);text-align:center}.login-card>button{display:block;margin:0 auto}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#10223a80;display:flex;align-items:center;justify-content:center;padding:16px}.modal{width:min(880px,100%);max-height:calc(100vh - 32px);overflow:auto;border-radius:18px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-md);padding:16px}.modal h3{margin:0 0 12px;font-family:Manrope,sans-serif}.transaction-quick-actions{margin-top:-2px}.bottom-nav{position:fixed;left:10px;right:10px;bottom:calc(env(safe-area-inset-bottom) + 24px);z-index:85;border-radius:14px;border:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-md);padding:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.bottom-nav button{min-height:40px;border:1px solid var(--line);background:#fff;color:var(--text);font-size:.82rem;padding:8px 6px}.bottom-nav button.active{border-color:#0b2f52;background-color:#0f4c81;background:linear-gradient(165deg,var(--brand),var(--brand-strong));color:#fff}.transaction-fab{position:fixed;right:14px;bottom:calc(env(safe-area-inset-bottom) + 102px);z-index:86;border-radius:999px;box-shadow:var(--shadow-md);padding-inline:18px}@media (max-width: 1024px){.app{padding-bottom:96px}.app__layout{grid-template-columns:minmax(0,1fr)}.menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:0;padding:0;background:#10223a73;cursor:pointer}.menu.menu--drawer{position:fixed;top:78px;left:10px;width:min(330px,calc(100vw - 20px));max-height:calc(100vh - 148px);transform:translate(-120%);transition:transform .18s ease;z-index:70;box-shadow:var(--shadow-md)}.menu.menu--drawer.menu--open{transform:translate(0)}.menu-toggle{width:40px;min-width:40px;min-height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-color:#ffffff4d;background:#ffffff1f;color:#eaf2ff}.menu-toggle__icon{display:inline-flex;flex-direction:column;gap:4px}.menu-toggle__icon span{width:18px;height:2px;border-radius:99px;background:currentColor;display:block}.menu__close{width:auto;border-color:var(--line);background:#fff;color:var(--text)}.content{gap:12px}.account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.app{padding:8px 8px 90px}.app__header{top:0;border-radius:14px;flex-direction:column;align-items:stretch}.app__header p{max-width:none;white-space:normal}.brand__title-row{align-items:flex-start}.brand__logo{width:44px;height:44px}.app__header-badges{justify-content:flex-start}.panel,.panel--compact{border-radius:14px;padding:12px}.account-form-grid{grid-template-columns:1fr}.actions>*{flex:1 1 100%}.transaction-modal-actions{flex-wrap:wrap}.transaction-modal-actions>.transaction-modal-primary-actions{flex:1 1 auto;width:auto;min-width:0}.transaction-modal-actions>.transaction-modal-delete{flex:0 0 auto;width:auto;margin-left:auto}.actions .segmented,.segmented{width:100%}.segmented button{flex:1 1 auto}.filters-actions{justify-content:flex-end}.filters-actions>*{flex:0 0 auto}.table-wrap{border:0;background:transparent;overflow:visible}table{min-width:0}table thead{display:none}table tbody{display:grid;gap:10px}table tbody tr{display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}table td{border:0;padding:0;display:flex;justify-content:space-between;gap:12px;align-items:flex-start;text-align:right}table td:before{content:attr(data-label);color:var(--muted);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;text-align:left;flex:0 0 46%}td.row-actions{flex-direction:column;align-items:stretch;text-align:left;gap:8px}td.row-actions:before{flex:0 0 auto}td.row-actions button{width:100%}.modal{border-radius:14px;padding:12px}.modal--sheet{width:100%;max-height:calc(100vh - 6px);margin-top:auto;border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:0}.modal-actions--sticky{position:sticky;bottom:0;margin:0 -12px;padding:10px 12px calc(env(safe-area-inset-bottom) + 10px);border-top:1px solid var(--line);background:#fff;box-shadow:0 -10px 20px #10223a14}.transaction-fab{left:8px;right:8px;bottom:calc(env(safe-area-inset-bottom) + 94px);border-radius:14px;text-align:center}.summary-total-line{justify-content:flex-end;font-size:.98rem;text-align:right}.summary-topbar{flex-direction:row;align-items:flex-end;justify-content:space-between}.summary-actions{justify-content:flex-start;gap:6px}.summary-actions>*{flex:0 0 auto}.summary-totals{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:6px}.summary-bank-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:start;column-gap:10px;row-gap:4px}.summary-bank-left{grid-column:1;grid-row:1;min-width:0;justify-content:flex-start}.summary-bank-actions{width:auto;justify-content:flex-start;flex-wrap:wrap}.summary-bank-address{flex-basis:100%;white-space:normal;overflow-wrap:anywhere}.summary-bank-total{grid-column:2;grid-row:1;margin-left:0;align-self:start}.summary-account-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:start;column-gap:10px;row-gap:4px}.summary-account-label{white-space:normal;align-items:flex-start}.summary-account-primary{min-width:0}.summary-account-side{grid-column:2;width:auto;justify-content:flex-end}.summary-account-main{grid-column:1}.summary-account-number-button{max-width:100%;text-align:left;overflow-wrap:anywhere}.summary-account-list{margin-left:8px}.summary-account-cd-row{grid-template-columns:46px 86px minmax(80px,max-content) minmax(0,1fr);font-size:.76rem}.transaction-compact-line{font-size:.83rem;gap:5px}.transaction-compact-line--top,.transaction-compact-header-line--top{grid-template-columns:var(--tx-datetime-col) minmax(0,1fr) minmax(70px,max-content)}.transaction-compact-line--bottom,.transaction-compact-header-line--bottom{grid-template-columns:var(--tx-datetime-col) minmax(0,1fr) minmax(40px,max-content)}.transaction-compact-header-row{grid-template-columns:var(--tx-datetime-col) minmax(0,1fr) minmax(70px,max-content)}.transaction-col-bank-account{text-align:left}.transaction-col-amount,.transaction-col-actions{text-align:right}.transaction-compact-line>span+span{padding-left:5px}.transaction-compact-header-line>span+span{padding-left:5px}.transaction-compact-header-row>span+span{padding-left:5px}.transaction-actions-cell{justify-content:flex-end}.transaction-col-amount--header{grid-column:3}}@media (max-width: 420px){.bottom-nav{left:6px;right:6px;bottom:calc(env(safe-area-inset-bottom) + 22px);border-radius:12px;padding:6px}.bottom-nav button{font-size:.74rem;padding:7px 4px}}
