/* EasyPay editorial ledger: warm ivory, ink, Tidepool Teal, fine rules, restrained corners, and brisk motion. */
@custom-variant dark (&:is(.dark *));

@theme inline {
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
}

:root {
  --background: #f7f3ed;
  --foreground: #182326;
  --card: #fffcf7;
  --card-foreground: #182326;
  --popover: #fffcf7;
  --popover-foreground: #182326;
  --primary: #0f766e;
  --primary-foreground: #f7f3ed;
  --secondary: #ebe5dc;
  --secondary-foreground: #182326;
  --muted: #eee9e1;
  --muted-foreground: #6e7775;
  --accent: #e5efec;
  --accent-foreground: #0f766e;
  --destructive: #b84c43;
  --destructive-foreground: #fffaf3;
  --border: #e2dbd1;
  --input: #d8d0c4;
  --ring: #0f766e;
  --chart-1: #0f766e;
  --chart-2: #f2a36b;
  --chart-3: #a9b8d7;
  --chart-4: #9db6a7;
  --chart-5: #d9c48c;
  --radius: 0.75rem;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--background); }
body { margin: 0; color: var(--foreground); background: var(--background); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { border: 0; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(15, 118, 110, .25); outline-offset: 2px; }
button:not(:disabled), a[href], select:not(:disabled) { cursor: pointer; }

.app-shell { min-height: 100vh; display: flex; background: var(--background); }
.side-rail { width: 240px; flex: 0 0 240px; min-height: 100vh; padding: 26px 16px 20px; display: flex; flex-direction: column; background: #f1ece4; border-right: 1px solid #e4ddd2; position: relative; z-index: 20; }.side-rail::after { content: ""; width: 1px; position: absolute; top: 95px; bottom: 22px; right: -1px; background: linear-gradient(#0f766e 0 34px, transparent 34px 100%); opacity: .65; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #1a2b2c; font-family: "Space Grotesk", sans-serif; font-size: 19px; font-weight: 650; letter-spacing: -.055em; }
.brand-mark-wrap { width: 31px; height: 31px; display: grid; place-items: center; overflow: hidden; }
.brand-mark-wrap img { width: 31px; height: 31px; object-fit: contain; }
.brand-compact { gap: 0; }
.brand-compact .brand-mark-wrap { width: 28px; height: 28px; }
.brand-compact .brand-mark-wrap img { width: 28px; height: 28px; }
.rail-head { display: flex; align-items: center; justify-content: space-between; padding: 0 9px 34px; }
.rail-head .icon-button { display: none; }
.rail-nav { display: flex; flex-direction: column; gap: 4px; }
.rail-label { padding: 0 13px 11px; color: #90918b; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nav-item { min-height: 41px; display: flex; align-items: center; gap: 12px; padding: 0 12px; color: #69716e; background: transparent; border-radius: 8px; text-align: left; font-size: 13px; font-weight: 600; transition: color 180ms var(--ease-out), background 180ms var(--ease-out), transform 150ms var(--ease-out); }
.nav-item:hover { color: #182326; background: rgba(255, 252, 247, .62); }
.nav-item:active { transform: scale(.98); }
.nav-item.active { color: #0f766e; background: #e0ece8; }
.nav-item.active::before { content: ""; width: 3px; height: 19px; margin-left: -12px; margin-right: 9px; background: #0f766e; border-radius: 0 3px 3px 0; }
.nav-item em { margin-left: auto; display: grid; place-items: center; width: 19px; height: 19px; color: #99624a; background: #f7ddcc; border-radius: 50%; font-size: 10px; font-style: normal; }
.rail-bottom { margin-top: auto; display: flex; flex-direction: column; gap: 4px; }
.rail-profile { display: flex; align-items: center; gap: 9px; padding: 18px 8px 1px; margin-top: 11px; border-top: 1px solid #e0d9ce; }
.rail-profile strong, .rail-profile small { display: block; }
.rail-profile strong { color: #273435; font-size: 12px; font-weight: 700; }
.rail-profile small { margin-top: 2px; color: #92928c; font-size: 10px; }
.rail-profile > svg { margin-left: auto; color: #8f9793; }
.profile-avatar { display: inline-grid; place-items: center; width: 37px; height: 37px; flex: 0 0 auto; color: #0f766e; background: #cfe4dc; border-radius: 50%; font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.profile-avatar.small { width: 28px; height: 28px; font-size: 10px; }
.main-canvas { min-width: 0; flex: 1; position: relative; }
.topbar { height: 80px; padding: 0 clamp(22px, 4vw, 58px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ebe5dc; }
.topbar-left, .topbar-actions, .crumb, .welcome-actions, .panel-heading-row, .section-eyebrow, .status-pill, .top-search { display: flex; align-items: center; }
.crumb { gap: 9px; color: #9b9a91; font-size: 12px; }
.crumb strong { color: #354241; font-weight: 700; }
.topbar-actions { gap: 8px; position: relative; }
.icon-button { width: 35px; height: 35px; display: grid; place-items: center; color: #7b8581; background: transparent; border-radius: 8px; transition: color 160ms var(--ease-out), background 160ms var(--ease-out), transform 150ms var(--ease-out); }
.icon-button:hover, .icon-button.is-active { color: #0f766e; background: #e5efec; }
.icon-button:active { transform: scale(.96); }
.top-avatar { width: 34px; height: 34px; margin-left: 7px; color: #0f766e; background: #cfe4dc; border: 2px solid #f7f3ed; border-radius: 50%; font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; box-shadow: 0 0 0 1px #c6dad2; transition: transform 160ms var(--ease-out); }
.top-avatar:active { transform: scale(.94); }
.mobile-menu { display: none; padding: 6px; margin-right: 9px; color: #364543; background: transparent; }.mobile-brand { display: none; }
.top-search { width: 190px; gap: 7px; padding: 0 11px; height: 34px; background: #fffcf7; border: 1px solid #ded7cd; border-radius: 8px; color: #909995; }
.top-search input { width: 100%; border: 0; outline: 0; color: #182326; background: transparent; font-size: 12px; }
.notification-wrap { position: relative; }
.notification-popover { position: absolute; top: 44px; right: 0; width: 260px; padding: 17px; background: #fffcf7; border: 1px solid #e3dbd0; border-radius: 10px; box-shadow: 0 18px 45px rgba(30, 44, 42, .12); z-index: 30; animation: pop-in 180ms var(--ease-out); }
.notification-popover .section-eyebrow { margin-bottom: 12px; }
.notification-popover strong, .notification-popover small { display: block; }
.notification-popover strong { font-size: 13px; }
.notification-popover small { margin-top: 4px; color: #78807d; font-size: 11px; }
.notification-popover button { display: flex; align-items: center; gap: 5px; margin-top: 15px; color: #0f766e; background: none; font-size: 11px; font-weight: 700; }
.page-wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: clamp(28px, 4vw, 54px) clamp(22px, 4vw, 58px) 70px; }
.page-stack { display: flex; flex-direction: column; gap: 22px; animation: page-in 320ms var(--ease-out); }
.welcome-band { min-height: 239px; display: flex; position: relative; overflow: hidden; background: #dbeae5; border: 1px solid #cfe0da; border-radius: 14px; }
.welcome-copy { width: 58%; padding: 31px 34px 29px; position: relative; z-index: 1; }
.welcome-kicker, .eyebrow-light, .section-eyebrow, .muted-caption { color: #71817d; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.welcome-kicker { display: flex; align-items: center; gap: 7px; color: #4f7770; }
.live-dot { width: 6px; height: 6px; background: #0f766e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(15, 118, 110, .1); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .money { font-family: "Space Grotesk", sans-serif; }
.welcome-copy h1 { max-width: 450px; margin-top: 18px; color: #173d3d; font-size: clamp(30px, 4vw, 43px); line-height: .97; letter-spacing: -.075em; font-weight: 650; }
.welcome-copy p { max-width: 390px; margin-top: 13px; color: #55706b; font-size: 13px; line-height: 1.55; }
.welcome-actions { gap: 17px; margin-top: 25px; }
.welcome-art { flex: 1; min-width: 230px; position: absolute; inset: 0 0 0 45%; overflow: hidden; }
.welcome-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #dbeae5 0%, rgba(219, 234, 229, .2) 23%, transparent 55%); }
.welcome-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; opacity: .74; }
.button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border-radius: 7px; font-size: 12px; font-weight: 750; transition: transform 150ms var(--ease-out), background 180ms var(--ease-out), color 180ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button-dark { color: #f6f2eb; background: #193536; }
.button-dark:hover { background: #0f766e; }
.button-cream { color: #193536; background: #f8f1e5; }
.button-cream:hover { background: #fffaf3; }
.text-button, .text-link { display: inline-flex; align-items: center; gap: 4px; padding: 0; color: #0f766e; background: transparent; font-size: 12px; font-weight: 750; }
.text-button:hover, .text-link:hover { color: #0b5c56; }
.stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.stat-card { min-height: 118px; display: flex; align-items: flex-start; gap: 14px; padding: 19px 19px 17px; background: #fffcf7; border: 1px solid #e4ddd3; border-radius: 11px; box-shadow: 0 8px 20px rgba(30, 44, 42, .025); }
.stat-icon, .activity-icon, .account-icon, .bill-icon, .setting-symbol, .help-topic-icon { display: grid; place-items: center; }
.stat-icon { width: 32px; height: 32px; flex: 0 0 auto; border-radius: 8px; }
.stat-icon.teal, .activity-icon.mint, .account-icon.teal, .bill-icon.teal { color: #0f766e; background: #dceee9; }
.stat-icon.peach, .activity-icon.peach, .account-icon.peach, .bill-icon.peach { color: #ab684b; background: #f7e0d2; }
.stat-icon.lavender, .activity-icon.lavender, .account-icon.lavender, .bill-icon.lavender { color: #66789f; background: #e4e5f0; }
.stat-icon.ink, .account-icon.ink { color: #f5f0e8; background: #274243; }
.activity-icon.sky, .bill-icon.sky { color: #4f6d88; background: #dce9f0; }
.activity-icon.lime { color: #687d58; background: #e1ebd7; }
.stat-copy { min-width: 0; }
.stat-copy span, .stat-copy small { display: block; color: #79807c; font-size: 11px; }
.stat-copy strong { display: block; margin: 4px 0 4px; color: #182326; font-family: "Space Grotesk", sans-serif; font-size: 24px; font-weight: 620; letter-spacing: -.055em; }
.stat-copy small { color: #0f766e; font-size: 10px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.56fr) minmax(290px, .94fr); gap: 12px; }
.panel { padding: 22px 21px; background: #fffcf7; border: 1px solid #e4ddd3; border-radius: 8px; box-shadow: 0 8px 20px rgba(30, 44, 42, .025); }
.section-eyebrow { justify-content: space-between; gap: 12px; color: #7f8984; font-size: 10px; }.section-eyebrow-label { position: relative; padding-bottom: 6px; }.section-eyebrow-label::after { content: ""; width: 17px; height: 2px; position: absolute; left: 0; bottom: 0; background: #0f766e; }
.section-eyebrow .text-link { letter-spacing: 0; text-transform: none; }
.activity-list, .quick-list, .transfer-list, .bill-list { margin-top: 13px; }
.activity-row { width: 100%; min-height: 66px; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto 105px 17px; align-items: center; gap: 11px; padding: 0 1px; color: #182326; background: transparent; border-bottom: 1px solid #eee8df; text-align: left; transition: background 160ms var(--ease-out); }
.activity-row:last-child { border-bottom: 0; }
.activity-row:hover { background: #faf6f0; }
.activity-icon { width: 30px; height: 30px; border-radius: 7px; }
.activity-main strong, .activity-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-main strong { font-size: 12px; font-weight: 700; }
.activity-main small { margin-top: 4px; color: #8a918d; font-size: 10px; }
.activity-amount { text-align: right; font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 650; white-space: nowrap; }
.activity-amount.positive, .positive { color: #0f766e; }
.activity-date { color: #969c98; font-size: 10px; text-align: right; white-space: nowrap; }
.row-chevron { color: #b5bbb7; }
.quick-action { width: 100%; min-height: 57px; display: grid; grid-template-columns: 32px minmax(0, 1fr) 16px; align-items: center; gap: 10px; color: #1d2b2d; background: transparent; border-bottom: 1px solid #eee8df; text-align: left; }
.quick-action:last-child { border-bottom: 0; }
.quick-action:hover strong { color: #0f766e; }
.quick-action > svg { color: #a8afab; }
.quick-action-icon { width: 28px; height: 28px; display: grid; place-items: center; color: #0f766e; background: #e5efec; border-radius: 7px; }
.quick-action strong, .quick-action small { display: block; }
.quick-action strong { font-size: 12px; }
.quick-action small { margin-top: 3px; color: #8a918d; font-size: 10px; }
.security-note { display: flex; align-items: center; gap: 9px; margin-top: 17px; padding: 11px 10px; color: #4b6f6b; background: #eef6f2; border-radius: 8px; }
.security-note > svg { flex: 0 0 auto; color: #0f766e; }
.security-note strong, .security-note small { display: block; }
.security-note strong { font-size: 10px; }
.security-note small { margin-top: 3px; color: #7c938e; font-size: 9px; }
.balance-panel { padding-bottom: 17px; }
.panel-heading-row { justify-content: space-between; gap: 15px; }
.panel-heading-row h2 { margin-top: 9px; color: #233031; font-size: 21px; font-weight: 650; letter-spacing: -.055em; }
.select-button { min-height: 32px; display: inline-flex; align-items: center; gap: 7px; padding: 0 10px; color: #596764; background: #f5f0e8; border: 1px solid #e4ddd3; border-radius: 6px; font-size: 11px; font-weight: 650; }
.select-button:hover { background: #ebe5dc; }
.balance-chart { height: 208px; display: flex; margin-top: 20px; padding: 0 12px 0 2px; }
.chart-y { width: 34px; display: flex; flex-direction: column; justify-content: space-between; padding: 2px 0 27px; color: #a1a6a0; font-size: 9px; }
.chart-area { flex: 1; min-width: 0; position: relative; padding: 0 0 26px; background: repeating-linear-gradient(to bottom, transparent 0, transparent 46px, #eee8df 47px, transparent 48px); }
.chart-area svg { width: 100%; height: 180px; overflow: visible; }
.chart-x { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; color: #a1a6a0; font-size: 9px; }
.page-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid #e2dbd1; position: relative; }.page-intro::after { content: ""; width: 42px; height: 2px; position: absolute; left: 0; bottom: -1px; background: #0f766e; }
.page-intro h1 { margin-top: 9px; color: #1e2e30; font-size: clamp(32px, 4vw, 45px); line-height: .98; letter-spacing: -.068em; font-weight: 630; }
.page-intro p { max-width: 510px; margin-top: 13px; color: #7d8581; font-size: 13px; line-height: 1.55; }
.account-list { display: flex; flex-direction: column; gap: 10px; }
.account-card { width: 100%; min-height: 104px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto 18px; align-items: center; gap: 15px; padding: 19px 20px; color: #182326; background: #fffcf7; border: 1px solid #e4ddd3; border-radius: 11px; text-align: left; box-shadow: 0 8px 20px rgba(30, 44, 42, .025); transition: border-color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.account-card:hover { border-color: #a7c9bf; transform: translateY(-1px); }
.account-icon { width: 40px; height: 40px; border-radius: 9px; }
.account-copy strong, .account-copy span, .account-copy small, .account-balance span { display: block; }
.account-copy strong { font-size: 13px; }
.account-copy span { margin-top: 3px; color: #919995; font-size: 10px; }
.account-copy small { margin-top: 8px; color: #0f766e; font-size: 10px; }
.account-balance { text-align: right; }
.account-balance .money { display: block; font-size: 22px; }
.account-balance span { margin-top: 4px; color: #9da29e; font-size: 9px; }
.accounts-lower { margin-top: 1px; }
.account-note { position: relative; min-height: 260px; overflow: hidden; background: #e7f0eb; border-color: #d2e2da; }
.account-note::after { content: ""; width: 180px; height: 180px; position: absolute; right: -50px; bottom: -65px; border: 1px solid rgba(15,118,110,.17); border-radius: 50%; box-shadow: 0 0 0 26px rgba(15,118,110,.05), 0 0 0 52px rgba(15,118,110,.04); }
.note-stamp { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 38px; color: #0f766e; background: #cae4da; border-radius: 50%; }
.account-note h2 { margin-top: 13px; font-size: 24px; letter-spacing: -.05em; }
.account-note p { max-width: 290px; margin-top: 10px; color: #60736d; font-size: 12px; line-height: 1.6; }
.account-note .text-link { margin-top: 22px; }
.transfer-hero, .bill-summary, .support-callout { min-height: 234px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 30px 38px; overflow: hidden; color: #f7f2e9; background: #193536; border-radius: 12px; position: relative; }
.transfer-hero::after, .support-callout::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 45%, rgba(78, 158, 142, .31), transparent 31%), linear-gradient(110deg, transparent 25%, rgba(255,255,255,.035) 25.2%, transparent 25.6%); pointer-events: none; }
.eyebrow-light { color: #8bbab0; }
.transfer-hero h2, .support-callout h2 { position: relative; z-index: 1; margin-top: 13px; color: #f7f2e9; font-size: clamp(28px, 4vw, 41px); line-height: .99; letter-spacing: -.065em; }
.transfer-hero p, .support-callout p { position: relative; z-index: 1; max-width: 360px; margin-top: 13px; color: #b6cdc7; font-size: 12px; line-height: 1.55; }
.transfer-orbit { width: 220px; height: 170px; position: relative; display: grid; place-items: center; margin-right: 6%; }
.transfer-orbit > span { width: 64px; height: 64px; display: grid; place-items: center; position: relative; z-index: 1; color: #173d3d; background: #d8eee6; border-radius: 50%; box-shadow: 0 0 0 9px rgba(216,238,230,.08); }
.orbit-ring { position: absolute; border: 1px solid rgba(157, 218, 199, .38); border-radius: 50%; transform: rotate(-22deg); }
.ring-one { width: 150px; height: 72px; }
.ring-two { width: 206px; height: 108px; border-color: rgba(157, 218, 199, .18); }
.transfer-row { min-height: 67px; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto 52px 17px; align-items: center; gap: 11px; border-bottom: 1px solid #eee8df; }
.transfer-row:last-child { border-bottom: 0; }
.avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; font-family: "Space Grotesk", sans-serif; font-size: 9px; font-weight: 700; }
.avatar-teal { color: #0f766e; background: #dceee9; }
.transfer-main strong, .transfer-main small { display: block; }
.transfer-main strong { font-size: 12px; }
.transfer-main small { margin-top: 4px; color: #929a95; font-size: 10px; }
.transfer-row > strong { font-family: "Space Grotesk", sans-serif; font-size: 12px; }
.transfer-date { color: #989e99; font-size: 10px; text-align: right; }
.transfer-row > svg { color: #b2b8b4; }
.transfer-side { min-height: 220px; }
.linked-account { display: flex; align-items: center; gap: 10px; margin-top: 20px; padding: 14px 0; border-bottom: 1px solid #eee8df; }
.bank-symbol { width: 31px; height: 31px; display: grid; place-items: center; color: #fff8ed; background: #283f46; border-radius: 7px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; }
.linked-account strong, .linked-account small { display: block; }
.linked-account strong { font-size: 12px; }
.linked-account small { margin-top: 4px; color: #919995; font-size: 10px; }
.check-icon { margin-left: auto; color: #0f766e; }
.add-linked { display: flex; align-items: center; gap: 7px; margin-top: 19px; color: #0f766e; background: transparent; font-size: 11px; font-weight: 700; }
.cards-layout { display: grid; grid-template-columns: minmax(330px, .94fr) minmax(0, 1.2fr); gap: 12px; }
.virtual-card { min-height: 248px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px 27px 22px; color: #f8f4eb; background-color: #234a49; background-size: cover; background-blend-mode: soft-light; border-radius: 13px; box-shadow: 0 14px 24px rgba(29, 58, 55, .15); position: relative; overflow: hidden; }
.virtual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,118,110,.7), rgba(26, 51, 51, .55)); mix-blend-mode: multiply; }
.virtual-card > * { position: relative; z-index: 1; }
.card-top, .card-bottom { display: flex; align-items: center; justify-content: space-between; }
.card-top > span { font-size: 13px; font-weight: 750; font-style: italic; letter-spacing: -.06em; }
.card-number { margin-top: 66px; font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: .13em; }
.card-bottom { color: #d1e2dc; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.chip { margin-left: auto; padding-left: 22px; color: #e5c88e; font-size: 22px; transform: rotate(90deg); }
.frozen-badge { display: inline-flex; align-items: center; gap: 5px; width: max-content; position: absolute; right: 20px; bottom: 48px; padding: 6px 8px; color: #fff4e9; background: rgba(28, 46, 47, .75); border: 1px solid rgba(255,255,255,.16); border-radius: 5px; font-size: 10px; }
.card-controls { min-height: 248px; }
.card-controls .section-eyebrow { color: #566460; }
.status-pill { gap: 5px; padding: 5px 7px; color: #0f766e; background: #e4f1eb; border-radius: 99px; font-size: 9px; letter-spacing: 0; text-transform: none; }
.status-pill span { width: 5px; height: 5px; background: #0f766e; border-radius: 50%; }
.control-balance { margin-top: 29px; }
.control-balance span, .control-balance small { display: block; color: #8b9591; font-size: 10px; }
.control-balance .money { display: block; margin: 5px 0; font-size: 32px; }
.progress-line { height: 5px; margin-top: 17px; overflow: hidden; background: #ece6de; border-radius: 10px; }
.progress-line span { display: block; height: 100%; background: #0f766e; border-radius: 10px; }
.control-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.control-actions button { display: inline-flex; align-items: center; gap: 6px; color: #53615e; background: transparent; font-size: 10px; font-weight: 700; }
.control-actions button:hover { color: #0f766e; }
.bill-summary { min-height: 164px; padding: 28px 33px; background: #d97e5f; }
.bill-summary::after { background: radial-gradient(circle at 75% 40%, rgba(255, 239, 222, .26), transparent 25%), repeating-linear-gradient(12deg, transparent 0, transparent 27px, rgba(255,255,255,.08) 28px, transparent 29px); }
.bill-summary .eyebrow-light { color: #f6d8c9; }
.bill-summary .money { display: block; margin-top: 13px; color: #fff7ee; font-size: 35px; }
.bill-summary small { display: block; margin-top: 8px; color: #f6d8c9; font-size: 11px; }
.bill-summary-mark { display: flex; align-items: center; gap: 13px; position: relative; z-index: 1; margin-right: 4%; color: #ffe8d8; }
.bill-summary-mark > svg { opacity: .85; }
.bill-summary-mark span { font-size: 10px; line-height: 1.55; }
.bill-summary-mark strong { font-size: 12px; }
.bill-row { width: 100%; min-height: 73px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 110px auto 17px; align-items: center; gap: 12px; color: #1b2a2d; background: transparent; border-bottom: 1px solid #eee8df; text-align: left; }
.bill-row:last-child { border-bottom: 0; }
.bill-row:hover strong { color: #0f766e; }
.bill-icon { width: 31px; height: 31px; border-radius: 7px; }
.bill-copy strong, .bill-copy small { display: block; }
.bill-copy strong { font-size: 12px; }
.bill-copy small { margin-top: 4px; color: #929a95; font-size: 10px; }
.bill-due small, .bill-due span { display: block; }
.bill-due small { color: #7a8580; font-size: 10px; }
.autopay-status, .review-status { display: inline-block; margin-top: 5px; font-size: 9px; }
.autopay-status { color: #0f766e; }
.review-status { color: #b96a4e; }
.bill-row > strong { font-family: "Space Grotesk", sans-serif; font-size: 12px; }
.bill-row > svg { color: #b2b8b4; }
.setting-row { min-height: 67px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #eee8df; }
.setting-row:last-child { border-bottom: 0; }
.setting-row > span:not(.setting-symbol) { flex: 1; }
.setting-row strong, .setting-row small { display: block; }
.setting-row strong { font-size: 12px; }
.setting-row small { margin-top: 4px; color: #929a95; font-size: 10px; line-height: 1.45; }
.setting-symbol { width: 29px; height: 29px; flex: 0 0 auto; color: #0f766e; background: #e5efec; border-radius: 7px; }
.toggle { width: 32px; height: 18px; padding: 2px; background: #d2d1cb; border-radius: 99px; }
.toggle span { width: 14px; height: 14px; display: block; background: #fffcf7; border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,.12); transition: transform 180ms var(--ease-out); }
.toggle.on { background: #0f766e; }
.toggle.on span { transform: translateX(14px); }
.bill-note { min-height: 155px; color: #53726a; background: #e9f0ec; border-color: #d5e3dc; }
.bill-note > svg { color: #0f766e; }
.bill-note h2 { margin-top: 18px; color: #264c48; font-size: 22px; }
.bill-note p { max-width: 250px; margin-top: 7px; color: #6a807a; font-size: 11px; line-height: 1.55; }
.insights-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 12px; }
.insight-feature { min-height: 370px; display: grid; grid-template-columns: 42% 58%; overflow: hidden; background: #e7ede6; border: 1px solid #d9e1d9; border-radius: 12px; }
.insight-feature img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; opacity: .8; }
.insight-feature-copy { padding: 33px 29px; }
.insight-feature-copy h2 { max-width: 265px; margin-top: 18px; color: #2b4a44; font-size: clamp(25px, 3vw, 35px); line-height: 1.02; letter-spacing: -.065em; }
.insight-feature-copy p { max-width: 285px; margin-top: 15px; color: #63756e; font-size: 12px; line-height: 1.65; }
.insight-stat { margin-top: 35px; padding-top: 13px; border-top: 1px solid #c5d7ca; }
.insight-stat strong, .insight-stat span { display: block; }
.insight-stat strong { color: #0f766e; font-family: "Space Grotesk", sans-serif; font-size: 24px; letter-spacing: -.06em; }
.insight-stat span { margin-top: 4px; color: #74847e; font-size: 10px; }
.insight-stack { display: flex; flex-direction: column; gap: 12px; }
.insight-card { flex: 1; display: grid; grid-template-columns: 35px 1fr; gap: 10px; }
.insight-index { color: #a0a6a0; font-family: "Space Grotesk", sans-serif; font-size: 12px; }
.insight-card h3 { margin-top: 13px; font-size: 20px; line-height: 1.05; letter-spacing: -.05em; }
.insight-card p { margin-top: 9px; color: #78827e; font-size: 11px; line-height: 1.55; }
.insight-card .text-link { margin-top: 17px; font-size: 11px; }
.mini-bars { height: 54px; display: flex; align-items: flex-end; gap: 7px; margin-top: 18px; padding-bottom: 1px; border-bottom: 1px solid #ddd8cf; }
.mini-bars i { width: 15px; display: block; background: #cbdcd2; border-radius: 3px 3px 0 0; }
.mini-bars i.current { background: #0f766e; }
.category-panel { padding-bottom: 30px; }
.muted-caption { color: #9aa09b; letter-spacing: .02em; text-transform: none; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin-top: 32px; }
.category > div:first-child { display: flex; justify-content: space-between; color: #72807b; font-size: 11px; }
.category strong { color: #253333; font-family: "Space Grotesk", sans-serif; font-size: 14px; }
.category-track { height: 5px; margin-top: 12px; overflow: hidden; background: #ede8e0; border-radius: 6px; }
.category-track i { display: block; height: 100%; border-radius: 6px; }
.category-track i.teal { background: #0f766e; }.category-track i.peach { background: #e4936f; }.category-track i.lavender { background: #9fa6c5; }.category-track i.sky { background: #86afbf; }
.settings-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 25px; }
.settings-menu { display: flex; flex-direction: column; gap: 4px; }
.settings-menu button { min-height: 39px; display: flex; align-items: center; gap: 10px; padding: 0 11px; color: #75807b; background: transparent; border-radius: 7px; font-size: 11px; font-weight: 650; text-align: left; }
.settings-menu button:hover, .settings-menu button.selected { color: #0f766e; background: #e5efec; }
.settings-content { min-height: 370px; }
.profile-row { display: flex; align-items: center; gap: 11px; margin-top: 24px; }
.profile-row > span:not(.profile-avatar) { flex: 1; }
.profile-row strong, .profile-row small { display: block; }
.profile-row strong { font-size: 13px; }.profile-row small { margin-top: 4px; color: #8c9590; font-size: 10px; }
.settings-divider { margin: 22px 0 1px; border-top: 1px solid #eee8df; }
.help-search { height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 16px; color: #8a9691; background: #fffcf7; border: 1px solid #e4ddd3; border-radius: 9px; }
.help-search input { flex: 1; border: 0; outline: 0; color: #263334; background: transparent; font-size: 12px; }
.help-search > span { padding: 4px 6px; color: #9ba09c; background: #f1ece4; border-radius: 4px; font-size: 9px; }
.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.help-topic { min-height: 101px; display: grid; grid-template-columns: 34px 1fr 16px; align-items: center; gap: 11px; padding: 17px; color: #223234; background: #fffcf7; border: 1px solid #e4ddd3; border-radius: 10px; text-align: left; transition: border-color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.help-topic:hover { border-color: #a7c9bf; transform: translateY(-1px); }
.help-topic-icon { width: 31px; height: 31px; color: #0f766e; background: #e5efec; border-radius: 7px; }
.help-topic strong, .help-topic small { display: block; }.help-topic strong { font-size: 12px; }.help-topic small { max-width: 270px; margin-top: 5px; color: #8b9490; font-size: 10px; line-height: 1.4; }.help-topic > svg { color: #adb4b1; }
.support-callout { min-height: 175px; padding: 30px 34px; }
.support-callout .button { position: relative; z-index: 1; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 8px; max-width: calc(100vw - 40px); padding: 11px 15px; color: #f5f1e8; background: #233b3b; border: 1px solid rgba(255,255,255,.08); border-radius: 7px; box-shadow: 0 13px 35px rgba(25, 45, 43, .19); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }.toast svg { color: #9ee0c9; }
.balance-toggle { width: 29px; height: 29px; display: grid; place-items: center; position: fixed; right: 18px; bottom: 18px; z-index: 50; color: #64736e; background: rgba(255,252,247,.88); border: 1px solid #ded7cd; border-radius: 50%; box-shadow: 0 5px 16px rgba(25, 45, 43, .08); }
.balance-hidden-note { display: flex; align-items: center; gap: 6px; position: fixed; left: 50%; bottom: 25px; z-index: 50; padding: 7px 10px; color: #66736f; background: #fffcf7; border: 1px solid #ded7cd; border-radius: 7px; font-size: 10px; transform: translateX(-50%); }
.balance-hidden-note button { color: #0f766e; background: none; font-weight: 750; }
.modal-backdrop { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; background: rgba(24, 35, 38, .42); backdrop-filter: blur(3px); animation: fade-in 180ms var(--ease-out); }
.modal { width: min(100%, 420px); padding: 24px; background: #fffcf7; border: 1px solid #e4ddd3; border-radius: 13px; box-shadow: 0 28px 75px rgba(24, 35, 38, .2); animation: modal-in 220ms var(--ease-out); }
.modal-heading { display: flex; align-items: flex-start; justify-content: space-between; }.modal-heading h2 { margin-top: 12px; font-size: 25px; letter-spacing: -.06em; }.modal-heading .icon-button { margin: -7px -7px 0 0; }
.field-label { display: block; margin-top: 23px; color: #77827d; font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.field-label select, .amount-input { width: 100%; height: 43px; display: flex; align-items: center; gap: 7px; margin-top: 8px; padding: 0 11px; color: #283839; background: #f8f4ed; border: 1px solid #ded7cd; border-radius: 7px; font-size: 12px; letter-spacing: 0; text-transform: none; }
.field-label select { outline: none; appearance: auto; }.amount-input span { color: #80908a; font-family: "Space Grotesk", sans-serif; font-size: 19px; }.amount-input input { width: 100%; border: 0; outline: none; color: #193536; background: transparent; font-family: "Space Grotesk", sans-serif; font-size: 21px; }
.transfer-review { display: flex; flex-direction: column; gap: 6px; margin: 21px 0; padding: 11px; color: #64746e; background: #eef6f2; border-radius: 7px; font-size: 10px; }.transfer-review span:first-child { display: flex; align-items: center; gap: 5px; color: #0f766e; font-weight: 750; }.full-width { width: 100%; }.modal-fineprint { margin-top: 13px; color: #969d99; font-size: 10px; text-align: center; }
.mobile-nav { display: none; }
.rail-overlay { display: none; }
@keyframes page-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pop-in { from { opacity: 0; transform: translateY(-4px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(8px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
@media (max-width: 1020px) { .side-rail { width: 210px; flex-basis: 210px; }.page-wrap { padding-left: 28px; padding-right: 28px; }.activity-row { grid-template-columns: 32px minmax(0, 1fr) auto 17px; }.activity-date { display: none; }.transfer-hero { padding-left: 28px; padding-right: 28px; }.transfer-orbit { margin-right: 0; } }
@media (max-width: 760px) { .app-shell { display: block; padding-bottom: 68px; }.side-rail { width: min(280px, 88vw); flex-basis: auto; min-height: 100vh; position: fixed; inset: 0 auto 0 0; transform: translateX(-101%); transition: transform 230ms var(--ease-out); box-shadow: 14px 0 45px rgba(26, 46, 44, .12); }.side-rail.mobile-open { transform: translateX(0); }.rail-head .icon-button { display: grid; }.rail-overlay { display: block; position: fixed; inset: 0; z-index: 19; background: rgba(24,35,38,.28); border: 0; }.mobile-menu { display: grid; place-items: center; }.mobile-brand { display: inline-flex; margin-right: 12px; }.mobile-brand .brand { font-size: 16px; }.topbar { height: 65px; padding: 0 18px; }.topbar-actions { gap: 2px; }.top-search { position: absolute; top: 48px; right: 65px; z-index: 15; width: min(240px, calc(100vw - 105px)); }.page-wrap { padding: 27px 16px 28px; }.welcome-band { min-height: 365px; display: block; }.welcome-copy { width: 100%; padding: 27px 24px; }.welcome-copy h1 { font-size: 35px; }.welcome-art { inset: auto 0 0; width: 100%; height: 190px; }.welcome-art::after { background: linear-gradient(180deg, #dbeae5 0%, rgba(219,234,229,.35) 30%, transparent 75%); }.stat-grid { grid-template-columns: 1fr; gap: 9px; }.stat-card { min-height: 91px; align-items: center; }.content-grid, .cards-layout, .insights-layout, .settings-layout { grid-template-columns: 1fr; }.panel { padding: 19px 17px; }.activity-row { grid-template-columns: 30px minmax(0, 1fr) auto 15px; gap: 8px; }.activity-amount { font-size: 11px; }.page-intro { align-items: flex-start; flex-direction: column; gap: 18px; }.page-intro h1 { font-size: 37px; }.page-intro .button, .page-intro .select-button { align-self: flex-start; }.transfer-hero { min-height: 350px; align-items: flex-start; flex-direction: column; padding: 28px 24px; }.transfer-orbit { width: 100%; height: 125px; margin-top: 4px; }.transfer-row { grid-template-columns: 30px minmax(0, 1fr) auto 17px; }.transfer-date { display: none; }.virtual-card { min-height: 215px; }.card-number { margin-top: 50px; font-size: 16px; }.bill-summary { min-height: 180px; align-items: flex-start; flex-direction: column; padding: 26px 24px; }.bill-summary-mark { margin-right: 0; }.bill-row { grid-template-columns: 31px minmax(0, 1fr) auto 16px; gap: 8px; }.bill-due { display: none; }.bill-row > strong { font-size: 11px; }.insight-feature { min-height: 510px; display: flex; flex-direction: column; }.insight-feature img { height: 190px; }.insight-feature-copy { padding: 25px 23px; }.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.settings-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.settings-menu button { justify-content: center; }.help-grid { grid-template-columns: 1fr; }.support-callout { align-items: flex-start; flex-direction: column; padding: 27px 24px; }.mobile-nav { height: 64px; display: flex; align-items: stretch; justify-content: space-around; position: fixed; inset: auto 0 0; z-index: 18; padding: 5px 6px 4px; background: rgba(255,252,247,.96); border-top: 1px solid #e3dbd0; backdrop-filter: blur(12px); }.mobile-nav button { min-width: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #99a19d; background: transparent; font-size: 9px; font-weight: 700; }.mobile-nav button.active { color: #0f766e; }.mobile-nav button:active { transform: scale(.95); }.balance-toggle { right: 12px; bottom: 78px; }.balance-hidden-note { bottom: 80px; } }
@media (max-width: 390px) { .page-wrap { padding-left: 13px; padding-right: 13px; }.topbar { padding-left: 13px; padding-right: 13px; }.crumb span, .crumb svg { display: none; }.welcome-copy h1 { font-size: 31px; }.activity-row { grid-template-columns: 28px minmax(0, 1fr) auto; }.row-chevron { display: none; }.activity-amount { font-size: 10px; }.account-card { grid-template-columns: 36px minmax(0, 1fr) auto; gap: 10px; padding: 15px; }.account-card > svg { display: none; }.account-icon { width: 35px; height: 35px; }.account-balance .money { font-size: 17px; } }
.balances-hidden .stat-copy strong, .balances-hidden .account-balance .money, .balances-hidden .control-balance .money, .balances-hidden .bill-summary .money, .balances-hidden .bill-row > strong, .balances-hidden .activity-amount, .balances-hidden .transfer-row > strong, .balances-hidden .insight-stat strong, .balances-hidden .category strong { color: transparent; background: #dcd9d1; border-radius: 3px; user-select: none; }
