/* Deluxe Bank Theme Two 1.2.6
 * A self-contained presentation layer for the approved editorial public site,
 * secure sign-in and banking dashboard. Theme One is intentionally untouched.
 */

body.fc-layout-theme-two {
  --t2-navy: var(--fc-layout-primary-deep, #082845);
  --t2-navy-2: var(--fc-layout-primary, #0d3b63);
  --t2-gold: var(--fc-layout-action, #ddb24f);
  --t2-gold-2: color-mix(in srgb, var(--t2-gold) 76%, #fff);
  --t2-teal: var(--fc-layout-accent, #078f91);
  --t2-ink: #071d38;
  --t2-muted: #64738a;
  --t2-line: #dce3e9;
  --t2-canvas: #f7f6f2;
  --t2-white: #fff;
  --t2-serif: Georgia, "Times New Roman", serif;
  color: var(--t2-ink);
  background: var(--t2-canvas);
}

/* PUBLIC SITE — approved desktop composition */
body.fc-layout-theme-two.fc-site .fc-t2-site-header {
  position: relative !important;
  z-index: 1000 !important;
  height: 74px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(7,29,56,.1) !important;
  background: rgba(255,255,255,.98) !important;
  box-shadow: none !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-site-header__inner {
  width: min(1480px, calc(100% - 64px)) !important;
  height: 74px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 300px 1fr auto !important;
  align-items: center !important;
  gap: 22px !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-site-brand {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 255px !important;
  height: 56px !important;
  overflow: hidden !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-site-brand img {
  display: block !important;
  width: auto !important;
  max-width: 250px !important;
  height: 50px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-site-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(22px, 2.5vw, 46px) !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-site-nav a,
body.fc-layout-theme-two.fc-site .fc-t2-location {
  color: var(--t2-ink) !important;
  font-family: var(--t2-serif) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-site-actions { display:flex !important; align-items:center !important; gap:18px !important; }
body.fc-layout-theme-two.fc-site .fc-t2-login-link {
  min-height: 48px !important;
  padding: 0 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--t2-ink) !important;
  background: linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important;
  box-shadow: 0 8px 20px color-mix(in srgb,var(--t2-gold) 22%,transparent) !important;
  font-weight: 800 !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-mobile-menu { display:none !important; }

body.fc-layout-theme-two.fc-site .fc-hero-modern {
  position: relative !important;
  min-height: 500px !important;
  height: min(560px, calc(100vh - 74px)) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--t2-navy) !important;
  box-shadow: none !important;
}
body.fc-layout-theme-two.fc-site .fc-hero-slide { display:none !important; }
body.fc-layout-theme-two.fc-site .fc-hero-slide:first-child { display:block !important; opacity:1 !important; visibility:visible !important; }
body.fc-layout-theme-two.fc-site .fc-hero-slide:first-child .fc-hero-slide-img {
  opacity: 1 !important;
  filter: saturate(.98) contrast(1.06) !important;
  object-position: 61% 36% !important;
}
body.fc-layout-theme-two.fc-site .fc-hero-modern::before {
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  opacity:1 !important;
  pointer-events:none !important;
  background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 25%,rgba(255,255,255,.82) 39%,rgba(255,255,255,.18) 61%,rgba(4,24,47,.12) 100%) !important;
}
body.fc-layout-theme-two.fc-site .fc-hero-modern::after { display:none !important; }
body.fc-layout-theme-two.fc-site .fc-hero-modern > .container {
  position:relative !important; z-index:4 !important;
  width:min(1480px,calc(100% - 64px)) !important; max-width:none !important; height:100% !important;
  margin:0 auto !important; padding:0 !important;
}
body.fc-layout-theme-two.fc-site .fc-hero-wrap { min-height:100% !important; height:100% !important; padding:0 !important; display:flex !important; align-items:center !important; }
body.fc-layout-theme-two.fc-site .fc-hero-wrap > .row { width:100% !important; margin:0 !important; display:grid !important; grid-template-columns:minmax(0,1fr) 318px !important; gap:70px !important; align-items:center !important; }
body.fc-layout-theme-two.fc-site .fc-hero-wrap > .row > [class*="col-"] { width:auto !important; max-width:none !important; padding:0 !important; }
body.fc-layout-theme-two.fc-site .fc-hero-copy { max-width:690px !important; padding:0 !important; margin:0 !important; color:var(--t2-ink) !important; }
body.fc-layout-theme-two.fc-site .fc-t2-static-hero-message { max-width:690px !important; }
body.fc-layout-theme-two.fc-site .fc-t2-static-eyebrow { margin:0 0 20px !important; color:var(--t2-ink) !important; font-family:Arial,sans-serif !important; font-size:11px !important; letter-spacing:.3em !important; }
body.fc-layout-theme-two.fc-site .fc-t2-static-eyebrow::before { display:none !important; }
body.fc-layout-theme-two.fc-site .fc-t2-static-hero-message h1 {
  max-width:680px !important; margin:0 0 18px !important; color:var(--t2-ink) !important;
  font-family:var(--t2-serif) !important; font-size:clamp(52px,4.7vw,76px) !important; line-height:.98 !important; letter-spacing:-.045em !important;
}
body.fc-layout-theme-two.fc-site .fc-t2-static-hero-message p { max-width:600px !important; margin:0 0 26px !important; color:#233a52 !important; font-size:17px !important; line-height:1.48 !important; }
body.fc-layout-theme-two.fc-site .fc-hero-panels,
body.fc-layout-theme-two.fc-site .fc-hero-slider-ui,
body.fc-layout-theme-two.fc-site .fc-hero-stats { display:none !important; }
body.fc-layout-theme-two.fc-site .fc-hero-actions { margin:0 !important; gap:16px !important; }
body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn {
  min-width:190px !important; min-height:54px !important; padding:0 26px !important; border-radius:6px !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important; font-weight:800 !important;
}
body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn-primary { border:1px solid var(--t2-gold) !important; color:var(--t2-ink) !important; background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important; }
body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn-light { border:1px solid #fff !important; color:var(--t2-ink) !important; background:#fff !important; }
body.fc-layout-theme-two.fc-site .fc-login-shell {
  width:318px !important; max-width:318px !important; margin:0 !important; overflow:hidden !important;
  border:1px solid rgba(7,29,56,.14) !important; border-radius:12px !important; background:#fff !important;
  box-shadow:0 18px 48px rgba(5,28,52,.2) !important;
}
body.fc-layout-theme-two.fc-site .fc-login-top { padding:24px 24px 8px !important; background:#fff !important; }
body.fc-layout-theme-two.fc-site .fc-login-top::after { display:none !important; }
body.fc-layout-theme-two.fc-site .fc-login-top h3 { color:var(--t2-ink) !important; font-family:var(--t2-serif) !important; font-size:24px !important; }
body.fc-layout-theme-two.fc-site .fc-login-top p { display:none !important; }
body.fc-layout-theme-two.fc-site .fc-login-body { padding:10px 24px 24px !important; }
body.fc-layout-theme-two.fc-site .fc-login-shell .log-form-group { margin-bottom:14px !important; }
body.fc-layout-theme-two.fc-site .fc-login-shell .log-form-label { margin-bottom:6px !important; color:var(--t2-ink) !important; font-size:13px !important; font-weight:700 !important; }
body.fc-layout-theme-two.fc-site .fc-login-shell .log-form-input-flex { min-height:46px !important; border:1px solid #bdc8d3 !important; border-radius:5px !important; background:#fff !important; }
body.fc-layout-theme-two.fc-site .fc-login-shell .log-form-open-acc { min-height:48px !important; border-radius:5px !important; color:var(--t2-ink) !important; background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important; }
body.fc-layout-theme-two.fc-site .fc-login-shell .log-form-links { font-size:12px !important; }

body.fc-layout-theme-two.fc-site .fc-floating-services { margin:0 !important; padding:0 0 28px !important; background:#fff !important; }
body.fc-layout-theme-two.fc-site .fc-floating-services > .container { width:100% !important; max-width:none !important; padding:0 !important; }
body.fc-layout-theme-two.fc-site .fc-trust-strip { margin:0 !important; border:0 !important; border-radius:0 !important; border-bottom:1px solid var(--t2-line) !important; background:rgba(255,255,255,.97) !important; box-shadow:none !important; }
body.fc-layout-theme-two.fc-site .fc-trust-strip-inner { width:min(1480px,calc(100% - 64px)) !important; margin:0 auto !important; padding:19px 0 !important; display:grid !important; grid-template-columns:repeat(3,1fr) !important; }
body.fc-layout-theme-two.fc-site .fc-trust-item { justify-content:center !important; color:var(--t2-ink) !important; font-weight:700 !important; }
body.fc-layout-theme-two.fc-site .fc-trust-item + .fc-trust-item { border-left:1px solid var(--t2-line) !important; }
body.fc-layout-theme-two.fc-site .fc-floating-grid { width:min(1480px,calc(100% - 64px)) !important; margin:18px auto 0 !important; display:grid !important; grid-template-columns:repeat(4,1fr) !important; gap:18px !important; }
body.fc-layout-theme-two.fc-site .fc-quick-card {
  min-height:164px !important; padding:22px 24px !important; border:1px solid var(--t2-line) !important; border-radius:7px !important;
  background:#fff !important; box-shadow:none !important;
}
body.fc-layout-theme-two.fc-site .fc-quick-icon { width:48px !important; height:48px !important; border-radius:50% !important; background:#f3f1eb !important; }
body.fc-layout-theme-two.fc-site .fc-quick-card h3 { margin:13px 0 6px !important; color:var(--t2-ink) !important; font-family:var(--t2-serif) !important; font-size:21px !important; }
body.fc-layout-theme-two.fc-site .fc-quick-card p { color:#44556a !important; font-size:13px !important; line-height:1.45 !important; }
body.fc-layout-theme-two.fc-site .fc-section { background:#fff !important; }
body.fc-layout-theme-two.fc-site .fc-split-card { border:0 !important; border-radius:0 !important; box-shadow:none !important; }

/* SECURE LOGIN — simple, calm and intentionally sparse */
body.fc-layout-theme-two.online-banking { min-height:100vh !important; background:#fbfaf7 !important; }
body.fc-layout-theme-two.online-banking .login-area { width:100% !important; min-height:100vh !important; padding:0 !important; display:grid !important; grid-template-columns:minmax(360px,42%) 1fr !important; box-sizing:border-box !important; background:#fbfaf7 !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-visual { display:block !important; position:relative !important; width:100% !important; max-width:none !important; min-height:100vh !important; padding:48px !important; overflow:hidden !important; box-sizing:border-box !important; background:linear-gradient(155deg,var(--t2-navy),var(--t2-navy-2)) !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-visual::before { content:"" !important; position:absolute !important; inset:0 !important; background:linear-gradient(180deg,rgba(3,20,39,.08),rgba(3,20,39,.68)),url('../dnibyilqh/image/upload/v1654397759/Beta-slider-1-1_1_f0ys31.jpg') center/cover no-repeat !important; opacity:.7 !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-brand,
body.fc-layout-theme-two.online-banking .fc-t2-login-message,
body.fc-layout-theme-two.online-banking .fc-t2-login-trust { position:relative !important; z-index:2 !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-brand img { max-width:250px !important; max-height:72px !important; filter:brightness(0) invert(1) !important; object-fit:contain !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-message { position:absolute !important; left:48px !important; right:48px !important; bottom:120px !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-message h1 { color:#fff !important; font-family:var(--t2-serif) !important; font-size:clamp(42px,4vw,64px) !important; line-height:1.02 !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-trust { position:absolute !important; left:48px !important; bottom:48px !important; color:rgba(255,255,255,.82) !important; }
body.fc-layout-theme-two.online-banking .login-area > .row { min-height:100vh !important; margin:0 !important; display:grid !important; place-items:center !important; }
body.fc-layout-theme-two.online-banking .action-login-form { width:100% !important; max-width:540px !important; padding:54px !important; }
body.fc-layout-theme-two.online-banking .login-content,
body.fc-layout-theme-two.online-banking .login-form,
body.fc-layout-theme-two.online-banking .signon-container,
body.fc-layout-theme-two.online-banking .signon-container-inner,
body.fc-layout-theme-two.online-banking .signon-col,
body.fc-layout-theme-two.online-banking .user-sign-on,
body.fc-layout-theme-two.online-banking .user-sign-on-inner,
body.fc-layout-theme-two.online-banking .signon-left-left,
body.fc-layout-theme-two.online-banking .signon-form-main,
body.fc-layout-theme-two.online-banking .signon-form-main-inner { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; border:0 !important; background:transparent !important; box-shadow:none !important; }
body.fc-layout-theme-two.online-banking .signon-header,
body.fc-layout-theme-two.online-banking .signon-subheading,
body.fc-layout-theme-two.online-banking .signon-col.right-col { display:none !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-back { display:inline-flex !important; margin:0 0 42px !important; color:var(--t2-ink) !important; font-size:14px !important; }
body.fc-layout-theme-two.online-banking .fc-t2-login-mobile-brand { display:none !important; }
body.fc-layout-theme-two.online-banking .signon-form-pages { padding:0 !important; border:0 !important; background:transparent !important; box-shadow:none !important; }
body.fc-layout-theme-two.online-banking .user-log-title { margin:0 0 34px !important; color:var(--t2-ink) !important; font-family:var(--t2-serif) !important; font-size:48px !important; font-weight:700 !important; line-height:1 !important; }
body.fc-layout-theme-two.online-banking .user-log-title::after { content:"Sign in to your secure banking account." !important; display:block !important; margin-top:14px !important; color:#42546a !important; font-family:Arial,sans-serif !important; font-size:16px !important; font-weight:400 !important; }
body.fc-layout-theme-two.online-banking .signonForm .input-group { min-height:54px !important; margin:0 0 18px !important; border:1px solid #c9d1d9 !important; border-radius:7px !important; background:#fff !important; overflow:hidden !important; }
body.fc-layout-theme-two.online-banking .signonForm .input-group-text { width:50px !important; border:0 !important; background:#fff !important; color:var(--t2-navy) !important; }
body.fc-layout-theme-two.online-banking .signonForm .form-control { height:54px !important; border:0 !important; background:#fff !important; box-shadow:none !important; }
body.fc-layout-theme-two.online-banking .sgn-submit { display:flex !important; flex-direction:column-reverse !important; gap:18px !important; margin:12px 0 0 !important; }
body.fc-layout-theme-two.online-banking .sgn-submit > [class*="col-"] { width:100% !important; max-width:none !important; padding:0 !important; }
body.fc-layout-theme-two.online-banking .sgn-submit button.btn.btn-primary.mtx-log-btn { width:100% !important; min-height:54px !important; border:0 !important; border-radius:7px !important; color:var(--t2-ink) !important; background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important; box-shadow:none !important; font-family:var(--t2-serif) !important; font-size:19px !important; }
body.fc-layout-theme-two.online-banking .signon-forgot-password { text-align:center !important; }

/* CUSTOMER DASHBOARD — approved information hierarchy */
body.fc-layout-theme-two.user-dashboard { background:#f7f7f5 !important; }
body.fc-layout-theme-two.user-dashboard .mt-content-body,
body.fc-layout-theme-two.user-dashboard .mt-content-body-inner { min-height:100vh !important; background:#f7f7f5 !important; }
body.fc-layout-theme-two.user-dashboard .mt-sidebar-col { width:272px !important; }
body.fc-layout-theme-two.user-dashboard .mt-sidebar { width:272px !important; padding:26px 16px !important; color:#fff !important; background:linear-gradient(180deg,var(--t2-navy),color-mix(in srgb,var(--t2-navy) 85%,#00162c)) !important; }
body.fc-layout-theme-two.user-dashboard .mt-aside-body,
body.fc-layout-theme-two.user-dashboard .mt-sbr-inside,
body.fc-layout-theme-two.user-dashboard .mt-sbr-nav-col,
body.fc-layout-theme-two.user-dashboard .mt-sbr-nav,
body.fc-layout-theme-two.user-dashboard .mt-sbr-nav-inner { background:transparent !important; }
body.fc-layout-theme-two.user-dashboard .mt-sbr-content-col { display:none !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav { display:flex !important; flex-direction:column !important; gap:5px !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .nav-link { min-height:48px !important; padding:0 16px !important; display:flex !important; align-items:center !important; gap:14px !important; border-radius:7px !important; color:rgba(255,255,255,.85) !important; background:transparent !important; font-weight:600 !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .nav-link svg { width:21px !important; height:21px !important; fill:none !important; color:currentColor !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .active .nav-link { color:var(--t2-ink) !important; background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-account-main { margin-left:272px !important; min-height:100vh !important; padding:26px 30px 48px !important; background:#f7f7f5 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-account-topbar { min-height:84px !important; margin:0 0 16px !important; padding:0 4px !important; display:flex !important; align-items:flex-start !important; justify-content:space-between !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-account-kicker { display:none !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-account-topbar h1 { margin:0 !important; color:var(--t2-ink) !important; font-family:var(--t2-serif) !important; font-size:34px !important; letter-spacing:-.025em !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-account-topbar h1::after { content:"Good to see you again. Here’s what’s happening with your money today."; display:block; margin-top:4px; color:var(--t2-muted); font-family:Arial,sans-serif; font-size:14px; font-weight:400; letter-spacing:0; }
body.fc-layout-theme-two.user-dashboard .fc-t2-account-search { width:min(360px,34vw) !important; min-height:46px !important; border:1px solid var(--t2-line) !important; border-radius:8px !important; background:#fff !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-round-action { width:46px !important; height:46px !important; border:1px solid var(--t2-line) !important; border-radius:50% !important; background:#fff !important; color:var(--t2-navy) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-profile-chip { height:46px !important; padding:3px 8px 3px 3px !important; border:0 !important; background:transparent !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-panel {
  min-height:194px !important; padding:18px 20px !important; display:grid !important; grid-template-columns:340px 1fr !important; gap:28px !important;
  border:1px solid var(--t2-line) !important; border-radius:12px !important; color:var(--t2-ink) !important; background:#fff !important; box-shadow:none !important;
}
body.fc-layout-theme-two.user-dashboard .fc-t2-bank-card { grid-column:1 !important; grid-row:1 !important; min-height:158px !important; padding:22px 24px !important; border-radius:12px !important; background:linear-gradient(145deg,var(--t2-navy),var(--t2-navy-2)) !important; box-shadow:none !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy { grid-column:2 !important; grid-row:1 !important; padding:8px 0 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy > span { color:var(--t2-ink) !important; font-size:14px !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy > strong { margin:5px 0 2px !important; color:var(--t2-ink) !important; font-family:var(--t2-serif) !important; font-size:43px !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy > small { color:var(--t2-muted) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-actions { position:absolute !important; right:22px !important; top:50% !important; transform:translateY(-50%) !important; margin:0 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy { position:relative !important; padding-right:420px !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-actions a { min-height:52px !important; padding:0 23px !important; border:1px solid var(--t2-gold) !important; border-radius:8px !important; color:var(--t2-ink) !important; background:#fff !important; font-weight:800 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-actions a:first-child { background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-metric-grid { grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:14px !important; margin:16px 0 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-metric-grid article { min-height:118px !important; padding:20px !important; border:1px solid var(--t2-line) !important; border-radius:10px !important; box-shadow:none !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-dashboard-lower { grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr) !important; gap:16px !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-transactions-card,
body.fc-layout-theme-two.user-dashboard .fc-t2-spending-card { border:1px solid var(--t2-line) !important; border-radius:12px !important; background:#fff !important; box-shadow:none !important; }

/* Theme Two owns the dashboard shell: prevent the legacy top navigation,
   fixed icon rail and second content offset from occupying the same space. */
body.fc-layout-theme-two.user-dashboard .mt-header { display:none !important; }
body.fc-layout-theme-two.user-dashboard .mt-content-body { margin:0 !important; padding:0 !important; }
body.fc-layout-theme-two.user-dashboard .mt-content-body-inner { display:flex !important; align-items:stretch !important; justify-content:flex-start !important; width:100% !important; }
body.fc-layout-theme-two.user-dashboard .mt-sidebar-col { flex:0 0 272px !important; width:272px !important; min-width:272px !important; }
body.fc-layout-theme-two.user-dashboard .mt-sidebar-fixed { position:sticky !important; top:0 !important; left:auto !important; bottom:auto !important; width:272px !important; height:100vh !important; overflow-y:auto !important; border:0 !important; box-shadow:none !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-brand { display:flex !important; align-items:center !important; width:100% !important; min-height:78px !important; padding:16px 12px !important; color:#fff !important; font-family:var(--t2-serif) !important; font-size:20px !important; text-decoration:none !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-brand img { display:block !important; max-width:100% !important; max-height:48px !important; width:auto !important; height:auto !important; object-fit:contain !important; object-position:left center !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-account { margin:8px 0 14px !important; padding:16px !important; border:1px solid rgba(255,255,255,.2) !important; border-radius:13px !important; color:#fff !important; background:rgba(255,255,255,.05) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-person { display:flex !important; align-items:center !important; gap:10px !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-person img,
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-person > span { display:grid !important; place-items:center !important; flex:0 0 42px !important; width:42px !important; height:42px !important; border-radius:50% !important; object-fit:cover !important; color:var(--t2-ink) !important; background:var(--t2-gold) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-person strong,
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-person small { display:block !important; color:#fff !important; line-height:1.3 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-person small { margin-top:3px !important; color:rgba(255,255,255,.7) !important; font-size:11px !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-balance { margin-top:15px !important; padding-top:13px !important; border-top:1px solid rgba(255,255,255,.2) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-balance small,
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-balance strong { display:block !important; color:#fff !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-balance small { margin-bottom:4px !important; color:rgba(255,255,255,.75) !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-sidebar-balance strong { font-family:var(--t2-serif) !important; font-size:22px !important; }
body.fc-layout-theme-two.user-dashboard .fc-acct-sidebar-toolbar { display:none !important; }
body.fc-layout-theme-two.user-dashboard .mt-aside-body,
body.fc-layout-theme-two.user-dashboard .mt-sbr-inside,
body.fc-layout-theme-two.user-dashboard .mt-sbr-nav-col,
body.fc-layout-theme-two.user-dashboard .mt-sbr-nav,
body.fc-layout-theme-two.user-dashboard .mt-sbr-nav-inner { position:static !important; width:100% !important; height:auto !important; padding:0 !important; box-shadow:none !important; }
body.fc-layout-theme-two.user-dashboard .mt-sbr-inside { display:block !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav { width:100% !important; margin:0 !important; padding:12px 0 !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .nav-item { width:100% !important; border:0 !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .nav-item::before,
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .nav-item::after { display:none !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .nav-link { width:100% !important; height:auto !important; text-align:left !important; }
body.fc-layout-theme-two.user-dashboard .mt-smart-nav .fc-acct-nav-label { display:inline !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-account-main { flex:1 1 auto !important; width:calc(100% - 272px) !important; min-width:0 !important; margin:0 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-bank-card,
body.fc-layout-theme-two.user-dashboard .fc-t2-bank-card * { color:#fff !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-panel { min-width:0 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy { min-width:0 !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-balance-actions { display:flex !important; flex-wrap:wrap !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header { display:none !important; }

@media (max-width: 1100px) {
  body.fc-layout-theme-two.fc-site .fc-t2-site-nav { gap:16px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-location span,
  body.fc-layout-theme-two.fc-site .fc-lang-menu { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-panel { grid-template-columns:280px 1fr !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy { padding-right:0 !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-actions { position:static !important; transform:none !important; margin-top:18px !important; }
}

/* MOBILE — purpose-built app composition */
@media (max-width: 767px) {
  body.fc-layout-theme-two.fc-site .fc-t2-site-header { height:70px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-header__inner { width:100% !important; height:70px !important; padding:0 16px !important; grid-template-columns:42px 1fr auto !important; gap:10px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-mobile-menu { display:block !important; order:0 !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-mobile-menu summary { width:42px !important; height:42px !important; display:grid !important; place-items:center !important; color:var(--t2-ink) !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-mobile-menu nav { position:absolute !important; top:64px !important; left:12px !important; right:12px !important; padding:12px !important; border-radius:10px !important; background:#fff !important; box-shadow:0 16px 35px rgba(7,29,56,.18) !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-brand { justify-content:center !important; height:54px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-brand img { max-width:205px !important; height:48px !important; object-position:center !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-nav,
  body.fc-layout-theme-two.fc-site .fc-t2-location,
  body.fc-layout-theme-two.fc-site .fc-lang-menu { display:none !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-actions { gap:0 !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-login-link { min-height:40px !important; padding:0 15px !important; font-size:13px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-login-link i { display:none !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-modern { height:555px !important; min-height:555px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-slide:first-child .fc-hero-slide-img { object-position:55% center !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-modern::before { background:linear-gradient(180deg,rgba(5,26,49,.12),rgba(5,26,49,.5) 38%,rgba(5,26,49,.93) 100%) !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-modern > .container { width:100% !important; padding:0 18px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-wrap { align-items:flex-end !important; padding:0 0 32px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-wrap > .row { display:block !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-copy { max-width:100% !important; color:#fff !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-static-hero-message h1 { max-width:390px !important; margin-bottom:14px !important; color:#fff !important; font-size:42px !important; line-height:.98 !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-static-hero-message p { max-width:390px !important; margin-bottom:18px !important; color:rgba(255,255,255,.9) !important; font-size:14px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-static-eyebrow { margin-bottom:12px !important; color:#fff !important; font-size:10px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-actions { display:grid !important; grid-template-columns:1fr !important; gap:10px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn { min-height:48px !important; width:100% !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn-light { color:var(--t2-ink) !important; border-color:#fff !important; background:#fff !important; }
  body.fc-layout-theme-two.fc-site .fc-login-shell { display:none !important; }
  body.fc-layout-theme-two.fc-site .fc-trust-strip { display:none !important; }
  body.fc-layout-theme-two.fc-site .fc-floating-grid { width:100% !important; margin:0 !important; padding:0 10px !important; grid-template-columns:repeat(3,1fr) !important; gap:7px !important; transform:translateY(-1px) !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-card { min-height:170px !important; padding:16px 12px !important; border-radius:9px !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-card:nth-child(4) { display:none !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-icon { width:40px !important; height:40px !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-card h3 { font-size:15px !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-card p { font-size:11px !important; line-height:1.35 !important; }
  body.fc-layout-theme-two.fc-site .fc-section { padding-top:34px !important; }

  body.fc-layout-theme-two.online-banking .login-area { display:block !important; min-height:100vh !important; padding:0 !important; }
  body.fc-layout-theme-two.online-banking .fc-t2-login-visual { display:none !important; }
  body.fc-layout-theme-two.online-banking .login-area > .row { min-height:100vh !important; padding:28px 20px !important; display:flex !important; align-items:flex-start !important; }
  body.fc-layout-theme-two.online-banking .action-login-form { max-width:440px !important; margin:0 auto !important; padding:0 !important; }
  body.fc-layout-theme-two.online-banking .fc-t2-login-back { margin-bottom:50px !important; }
  body.fc-layout-theme-two.online-banking .fc-t2-login-mobile-brand { display:flex !important; justify-content:center !important; height:68px !important; margin:0 auto 28px !important; }
  body.fc-layout-theme-two.online-banking .fc-t2-login-mobile-brand img { display:block !important; width:auto !important; max-width:230px !important; height:68px !important; object-fit:contain !important; }
  body.fc-layout-theme-two.online-banking .user-log-title { margin-bottom:40px !important; text-align:center !important; font-size:42px !important; }
  body.fc-layout-theme-two.online-banking .user-log-title::after { font-size:14px !important; }
  body.fc-layout-theme-two.online-banking .signonForm .input-group { min-height:56px !important; }
  body.fc-layout-theme-two.online-banking .sgn-submit { margin-top:18px !important; }

  body.fc-layout-theme-two.user-dashboard .mt-sidebar-col,
  body.fc-layout-theme-two.user-dashboard .mt-sidebar { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-main { margin:0 !important; min-height:100vh !important; padding:24px 14px 88px !important; background:linear-gradient(180deg,var(--t2-navy) 0 235px,#f7f7f5 235px) !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-topbar { min-height:150px !important; margin:0 !important; padding:8px 8px 0 !important; color:#fff !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-topbar h1 { color:#fff !important; font-family:Arial,sans-serif !important; font-size:26px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-topbar h1::after { color:rgba(255,255,255,.82) !important; font-size:13px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-search,
  body.fc-layout-theme-two.user-dashboard .fc-t2-profile-chip b,
  body.fc-layout-theme-two.user-dashboard .fc-t2-profile-chip > svg { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-round-action { border-color:rgba(255,255,255,.25) !important; color:#fff !important; background:rgba(255,255,255,.12) !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-profile-chip { width:44px !important; height:44px !important; padding:0 !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-panel { min-height:0 !important; margin-top:-58px !important; padding:18px !important; display:block !important; border:6px solid rgba(255,255,255,.42) !important; border-radius:15px !important; background:#fff !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-bank-card { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy { padding:0 !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-copy > strong { font-size:34px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-actions { position:static !important; margin:22px 0 0 !important; display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:10px !important; transform:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-balance-actions a { min-height:66px !important; padding:8px 4px !important; flex-direction:column !important; border:0 !important; border-radius:50px !important; background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important; font-size:10px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-metric-grid { grid-template-columns:1fr 1fr !important; gap:10px !important; margin:12px 0 !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-metric-grid article { min-height:110px !important; padding:14px !important; display:flex !important; flex-direction:column !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-metric-grid article:nth-child(n+3) { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-metric-grid article > span { margin-bottom:8px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-dashboard-lower { display:block !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-transactions-card { padding:17px 14px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-spending-card { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-nav { height:70px !important; display:grid !important; grid-template-columns:repeat(4,1fr) !important; border-top:1px solid var(--t2-line) !important; background:#fff !important; }
body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-nav a.is-active { color:var(--t2-gold) !important; }
}

@media (max-width: 991px) {
  body.fc-layout-theme-two.user-dashboard .mt-sidebar-col,
  body.fc-layout-theme-two.user-dashboard .mt-sidebar-fixed { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-main { flex:1 1 100% !important; width:100% !important; min-width:0 !important; margin:0 !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header { display:flex !important; align-items:center !important; justify-content:space-between !important; min-height:56px !important; margin:0 0 8px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header > a { display:flex !important; align-items:center !important; max-width:205px !important; height:48px !important; color:#fff !important; font-family:var(--t2-serif) !important; text-decoration:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header > a img { display:block !important; max-width:205px !important; max-height:48px !important; object-fit:contain !important; object-position:left center !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header > div { display:flex !important; align-items:center !important; gap:12px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header > div a { display:grid !important; place-items:center !important; width:40px !important; height:40px !important; border-radius:50% !important; color:#fff !important; background:rgba(255,255,255,.14) !important; text-decoration:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header > div img,
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-header > div span { display:grid !important; place-items:center !important; width:36px !important; height:36px !important; border-radius:50% !important; object-fit:cover !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-top-actions { display:none !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-account-topbar { min-height:116px !important; }
  body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-nav { grid-template-columns:repeat(5,minmax(0,1fr)) !important; }
}

/* 1.2.6 layout refinement: tighter rhythm, stronger icon contrast and compact mobile use. */
@media (min-width: 768px) {
  body.fc-layout-theme-two.fc-site .fc-t2-site-header__inner {
    width:calc(100% - 96px) !important;
    max-width:1680px !important;
    grid-template-columns:240px minmax(520px,1fr) auto !important;
    gap:18px !important;
  }
  body.fc-layout-theme-two.fc-site .fc-t2-site-brand { max-width:225px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-brand img { max-width:220px !important; height:46px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-nav { gap:clamp(18px,2vw,34px) !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-actions { gap:12px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-login-link { min-height:46px !important; padding:0 19px !important; white-space:nowrap !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-modern > .container,
  body.fc-layout-theme-two.fc-site .fc-trust-strip-inner,
  body.fc-layout-theme-two.fc-site .fc-floating-grid { width:min(1380px,calc(100% - 80px)) !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-wrap > .row { grid-template-columns:minmax(0,1fr) 318px !important; gap:42px !important; }
}

body.fc-layout-theme-two.fc-site .fc-hero-slide:first-child .fc-hero-slide-img {
  left:-6% !important;
  right:auto !important;
  width:108% !important;
  max-width:none !important;
  transform:none !important;
  object-position:center 36% !important;
}
body.fc-layout-theme-two.fc-site .fc-floating-services { padding-bottom:12px !important; }
body.fc-layout-theme-two.fc-site .fc-floating-grid { margin-top:12px !important; }
body.fc-layout-theme-two.fc-site .fc-quick-icon {
  border:1px solid color-mix(in srgb,var(--t2-navy) 18%,transparent) !important;
  background:color-mix(in srgb,var(--t2-gold) 24%,#fff) !important;
}
body.fc-layout-theme-two.fc-site .fc-quick-icon img {
  opacity:1 !important;
  filter:brightness(0) saturate(100%) invert(13%) sepia(28%) saturate(1744%) hue-rotate(169deg) brightness(91%) contrast(101%) !important;
}
body.fc-layout-theme-two.fc-site .fc-floating-grid .fc-quick-card:nth-child(2) .fc-quick-icon {
  background:color-mix(in srgb,var(--t2-teal) 22%,#fff) !important;
}
body.fc-layout-theme-two.fc-site .fc-floating-grid .fc-quick-card:nth-child(3) .fc-quick-icon {
  background:color-mix(in srgb,var(--t2-gold) 30%,#fff) !important;
}
body.fc-layout-theme-two.fc-site .fc-floating-grid .fc-quick-card:nth-child(4) .fc-quick-icon {
  background:color-mix(in srgb,var(--t2-navy) 15%,#fff) !important;
}
body.fc-layout-theme-two.fc-site .fc-section { padding:30px 0 42px !important; }
body.fc-layout-theme-two.fc-site .fc-section-sm { padding:38px 0 !important; }

/* Keep the secondary hero action white on both desktop and mobile. */
body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn-light {
  color:var(--t2-ink) !important;
  border-color:#fff !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(6,27,50,.14) !important;
}
body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn-light:hover {
  color:var(--t2-ink) !important;
  background:#f4f7fa !important;
}

@media (max-width: 1380px) and (min-width: 768px) {
  body.fc-layout-theme-two.fc-site .fc-t2-site-header__inner { width:calc(100% - 40px) !important; grid-template-columns:205px 1fr auto !important; gap:12px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-brand img { max-width:195px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-nav { gap:14px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-nav a,
  body.fc-layout-theme-two.fc-site .fc-t2-location { font-size:13px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-location span { display:none !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-login-link { padding:0 14px !important; font-size:13px !important; }
}

@media (max-width: 767px) {
  body.fc-layout-theme-two.fc-site .fc-t2-site-header,
  body.fc-layout-theme-two.fc-site .fc-t2-site-header__inner { height:62px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-header__inner { padding:0 10px !important; grid-template-columns:36px minmax(64px,1fr) auto !important; gap:5px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-mobile-menu summary { width:38px !important; height:38px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-mobile-menu nav { top:58px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-brand { height:46px !important; justify-content:flex-start !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-brand img { width:100% !important; max-width:112px !important; height:40px !important; object-position:left center !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-actions { gap:5px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-actions > .fc-lang-menu { display:inline-flex !important; min-height:34px !important; padding:0 5px !important; gap:3px !important; border-radius:5px !important; box-shadow:none !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-actions .fc-lang-flag-icon { width:13px !important; height:9px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-site-actions .fc-lang-select { width:31px !important; min-height:20px !important; padding:0 !important; font-size:10px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-login-link { min-height:36px !important; padding:0 8px !important; border-radius:5px !important; font-size:10.5px !important; line-height:1 !important; white-space:nowrap !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-login-link::after { content:none !important; display:none !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-modern { height:500px !important; min-height:500px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-slide:first-child .fc-hero-slide-img { left:-18% !important; width:125% !important; object-position:58% center !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-wrap { padding-bottom:22px !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-static-hero-message h1 { max-width:340px !important; margin-bottom:10px !important; font-size:36px !important; line-height:1 !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-static-hero-message p { margin-bottom:13px !important; font-size:13px !important; line-height:1.42 !important; }
  body.fc-layout-theme-two.fc-site .fc-t2-static-eyebrow { margin-bottom:8px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-actions { grid-template-columns:1fr 1fr !important; gap:8px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn { min-width:0 !important; min-height:44px !important; padding:0 9px !important; font-size:12px !important; }
  body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn-light,
  body.fc-layout-theme-two.fc-site .fc-hero-actions .fc-btn-light:hover {
    color:var(--t2-ink) !important;
    border-color:#fff !important;
    background:#fff !important;
    box-shadow:0 8px 20px rgba(6,27,50,.12) !important;
  }
  body.fc-layout-theme-two.fc-site .fc-floating-services { padding:0 0 8px !important; }
  body.fc-layout-theme-two.fc-site .fc-floating-grid { padding:10px 10px 0 !important; grid-template-columns:repeat(3,minmax(0,1fr)) !important; gap:7px !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-card { min-height:132px !important; padding:12px 9px !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-icon { width:36px !important; height:36px !important; margin-bottom:8px !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-icon img { max-width:24px !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-card h3 { margin:6px 0 4px !important; font-size:13px !important; line-height:1.1 !important; }
  body.fc-layout-theme-two.fc-site .fc-quick-card p { font-size:10px !important; line-height:1.25 !important; }
  body.fc-layout-theme-two.fc-site .fc-section { padding:18px 0 26px !important; }
  body.fc-layout-theme-two.fc-site .fc-section-sm { padding:26px 0 !important; }
  body.fc-layout-theme-two.fc-site .fc-split-card { padding:0 !important; overflow:hidden !important; }
  body.fc-layout-theme-two.fc-site .fc-split-img { width:100% !important; height:220px !important; min-height:220px !important; margin:0 !important; border-radius:12px 12px 0 0 !important; overflow:hidden !important; }
  body.fc-layout-theme-two.fc-site .fc-split-img img { display:block !important; width:100% !important; height:100% !important; min-height:220px !important; margin:0 !important; object-fit:cover !important; object-position:center 18% !important; }
  body.fc-layout-theme-two.fc-site .fc-content-pad { padding:18px 10px 5px !important; }
  body.fc-layout-theme-two.fc-site .fc-label { margin-bottom:7px !important; font-size:10px !important; }
  body.fc-layout-theme-two.fc-site .fc-title { margin-bottom:10px !important; font-size:27px !important; line-height:1.08 !important; }
  body.fc-layout-theme-two.fc-site .fc-desc { margin-bottom:0 !important; font-size:12px !important; line-height:1.55 !important; }
  body.fc-layout-theme-two.fc-site .fc-benefits { margin-top:14px !important; }
  body.fc-layout-theme-two.fc-site .fc-benefits li { min-height:45px !important; margin-bottom:7px !important; padding:9px 10px !important; border-radius:9px !important; font-size:11px !important; }
  body.fc-layout-theme-two.fc-site .fc-benefits li span { width:22px !important; height:22px !important; }
  body.fc-layout-theme-two.fc-site .fc-center { margin-bottom:22px !important; }
  body.fc-layout-theme-two.fc-site .fc-live-support-widget { bottom:72px !important; }

  /* The literacy photo is the final block in its blue panel: remove the
     Bootstrap gutters and bottom pad so the image reaches every edge. */
  body.fc-layout-theme-two.fc-site .fc-literacy { padding-bottom:0 !important; overflow:hidden !important; }
  body.fc-layout-theme-two.fc-site .fc-literacy > .container { width:100% !important; max-width:none !important; padding-left:0 !important; padding-right:0 !important; }
  body.fc-layout-theme-two.fc-site .fc-literacy-row { margin-left:0 !important; margin-right:0 !important; }
  body.fc-layout-theme-two.fc-site .fc-literacy-phone-col { padding-left:0 !important; padding-right:0 !important; }
  body.fc-layout-theme-two.fc-site .fc-phone-img { width:100% !important; max-width:none !important; margin:0 !important; border-radius:0 !important; overflow:hidden !important; }
  body.fc-layout-theme-two.fc-site .fc-phone-img img { display:block !important; width:100% !important; height:100% !important; margin:0 !important; object-fit:cover !important; }
}

/* Dashboard shell correction: the legacy design-system rules have greater
   specificity than the initial Theme Two layer, so isolate this theme here. */
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-content-body-inner {
  display:flex !important; gap:0 !important; align-items:stretch !important;
  grid-template-columns:none !important; background:#f8f8f6 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-col {
  flex:0 0 272px !important; width:272px !important; min-width:272px !important;
  margin:0 !important; padding:0 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed {
  position:fixed !important; inset:0 auto 0 0 !important; width:272px !important;
  height:100vh !important; max-height:100vh !important; margin:0 !important;
  padding:12px 14px 24px !important; overflow-y:auto !important;
  border:0 !important; border-radius:0 !important; box-shadow:none !important;
  color:#fff !important; background:linear-gradient(180deg,var(--t2-navy) 0%,color-mix(in srgb,var(--t2-navy) 80%,#03162a) 100%) !important;
  background-color:var(--t2-navy) !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-link {
  display:flex !important; width:100% !important; min-height:44px !important; height:auto !important;
  padding:0 14px !important; gap:12px !important; border:0 !important; border-radius:8px !important;
  color:rgba(255,255,255,.88) !important; background:transparent !important; box-shadow:none !important;
  text-align:left !important; font-size:14px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-item.active .nav-link,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-link:hover {
  color:var(--t2-ink) !important; background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .fc-t2-sidebar-person strong,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .fc-t2-sidebar-person small,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .fc-t2-sidebar-balance strong,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .fc-t2-sidebar-balance small { color:#fff !important; }
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-main {
  flex:1 1 auto !important; width:calc(100% - 272px) !important; min-width:0 !important;
  margin:0 !important; padding:24px 28px 44px !important; background:#f8f8f6 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-topbar h1 {
  font-size:32px !important; line-height:1.15 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-panel {
  grid-template-columns:minmax(0,340px) minmax(0,1fr) !important; align-items:center !important;
  min-height:190px !important; gap:24px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-bank-card {
  height:162px !important; min-height:0 !important; padding:17px 20px !important;
  align-self:center !important; box-sizing:border-box !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-bank-card-chip {
  width:32px !important; height:23px !important; margin:18px 0 14px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-bank-card-number {
  margin-bottom:11px !important; font-size:16px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy {
  display:flex !important; flex-direction:column !important; align-items:flex-start !important;
  min-width:0 !important; padding:0 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy > strong {
  margin:4px 0 !important; font-size:36px !important; line-height:1.1 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-actions {
  position:static !important; inset:auto !important; transform:none !important;
  display:flex !important; flex-wrap:wrap !important; gap:8px !important;
  margin:16px 0 0 !important; padding:0 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-actions a {
  min-height:42px !important; padding:0 13px !important; font-size:13px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-dashboard-lower {
  display:grid !important; grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr) !important;
  align-items:start !important; gap:16px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-dashboard-side {
  display:grid !important; gap:16px !important; min-width:0 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-quick-card {
  padding:20px !important; border:1px solid var(--t2-line) !important;
  border-radius:12px !important; background:#fff !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-quick-card h2 {
  margin:0 0 14px !important; color:var(--t2-ink) !important;
  font-family:var(--t2-serif) !important; font-size:22px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-quick-links {
  display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:7px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-quick-links a {
  display:flex !important; flex-direction:column !important; align-items:center !important;
  justify-content:center !important; min-height:78px !important; padding:8px 3px !important;
  border:1px solid var(--t2-line) !important; border-radius:8px !important;
  color:var(--t2-ink) !important; background:#fff !important; text-align:center !important;
  text-decoration:none !important; font-size:11px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-quick-links svg {
  width:21px !important; height:21px !important; margin-bottom:7px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid article {
  grid-template-columns:54px minmax(0,1fr) !important; min-width:0 !important; background:#fff !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid strong {
  overflow-wrap:anywhere !important; font-size:17px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-spending-card h2,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-transactions-card h2 {
  color:var(--t2-ink) !important; font-family:var(--t2-serif) !important;
}
@media (min-width: 1500px) {
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy {
    display:grid !important; grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-rows:auto auto auto !important; align-content:center !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-actions {
    grid-column:2 !important; grid-row:1 / 4 !important; align-self:center !important;
    margin:0 !important; flex-wrap:nowrap !important;
  }
}
@media (max-width: 991px) {
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-col,
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed { display:none !important; }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-main {
    flex:1 1 100% !important; width:100% !important; padding:20px 14px 88px !important;
    background:linear-gradient(180deg,var(--t2-navy) 0 235px,#f8f8f6 235px) !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-panel {
    display:block !important; min-height:0 !important; margin-top:-20px !important;
    grid-template-columns:none !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-bank-card { display:none !important; }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-actions {
    display:grid !important; grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    width:100% !important; margin-top:18px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-actions a {
    flex-direction:column !important; justify-content:center !important;
    min-height:56px !important; padding:5px !important; text-align:center !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-dashboard-lower { display:block !important; }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-dashboard-side { display:none !important; }
}

/* Account navigation and shared inner-page frame. Keep these rules scoped to
   Theme Two so the original account design remains available. */
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav {
  display:flex !important; flex-direction:column !important; gap:3px !important;
  padding:8px 0 20px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-item {
  display:block !important; width:100% !important; margin:0 !important; padding:0 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-link {
  display:flex !important; flex-direction:row !important; align-items:center !important;
  justify-content:flex-start !important; min-height:46px !important; gap:13px !important;
  padding:0 13px !important; font-weight:600 !important; line-height:1.2 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-link svg {
  display:block !important; flex:0 0 20px !important; width:20px !important; height:20px !important;
  margin:0 !important; padding:0 !important; filter:brightness(0) invert(1) !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-item.active .nav-link svg,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .nav-link:hover svg {
  filter:brightness(0) saturate(100%) !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .mt-smart-nav .fc-acct-nav-label {
  display:block !important; flex:0 1 auto !important; width:auto !important; min-width:0 !important;
  margin:0 !important; padding:0 !important; color:inherit !important; text-align:left !important;
  font-size:14px !important; font-weight:600 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .fc-t2-sidebar-brand {
  min-height:74px !important; padding:10px 8px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-sidebar-fixed .fc-t2-sidebar-account {
  margin:8px 0 14px !important; padding:15px !important;
}

body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) {
  flex:1 1 auto !important; width:calc(100% - 272px) !important; min-width:0 !important;
  min-height:100vh !important; margin:0 !important; padding:27px 28px 48px !important;
  color:var(--t2-ink) !important; background:#f8f8f6 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .content-body,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .content-body > .container {
  width:100% !important; max-width:none !important; min-width:0 !important;
  margin:0 !important; padding:0 !important; background:transparent !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-action-sub {
  position:relative !important; top:auto !important; z-index:2 !important;
  margin:0 0 20px !important; padding:0 2px 17px !important;
  border:0 !important; border-bottom:1px solid var(--t2-line) !important;
  border-radius:0 !important; background:transparent !important; box-shadow:none !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-action-sub .breadcrumb {
  margin:0 0 8px !important; padding:0 !important; background:transparent !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-action-sub .breadcrumb a,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-action-sub .breadcrumb-item {
  color:var(--t2-muted) !important; font-size:12px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-action-sub h4 {
  margin:0 !important; color:var(--t2-ink) !important; font-family:var(--t2-serif) !important;
  font-size:29px !important; font-weight:700 !important; line-height:1.16 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-dynos {
  width:100% !important; min-width:0 !important; margin:0 !important; padding:0 !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-dash-main {
  min-width:0 !important; margin-left:-8px !important; margin-right:-8px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-dash-main > [class*="col-"] {
  min-width:0 !important; padding-left:8px !important; padding-right:8px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .card {
  border:1px solid var(--t2-line) !important; border-radius:12px !important;
  background:#fff !important; box-shadow:0 5px 22px rgba(7,29,56,.045) !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .card-header {
  border-bottom:1px solid var(--t2-line) !important; border-radius:12px 12px 0 0 !important;
  color:var(--t2-ink) !important; background:#fff !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .card-body {
  min-width:0 !important; color:var(--t2-ink) !important; background:#fff !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .form-control,
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .sortbydate-input {
  max-width:100% !important; border:1px solid var(--t2-line) !important;
  border-radius:7px !important; color:var(--t2-ink) !important; background:#fff !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .form-control:focus {
  border-color:var(--t2-gold) !important; box-shadow:0 0 0 3px color-mix(in srgb,var(--t2-gold) 20%,transparent) !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .table {
  width:100% !important; color:var(--t2-ink) !important; background:#fff !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .table th {
  border-bottom:1px solid var(--t2-line) !important; color:var(--t2-muted) !important;
  background:#fbfbfa !important; font-size:12px !important;
}
body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .table td {
  border-color:var(--t2-line) !important;
}
body.fc-layout-theme-two.user-dashboard .fc-t2-mobile-quick-actions { display:none !important; }
@media (max-width:991px) {
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) {
    flex:1 1 100% !important; width:100% !important; min-height:100vh !important;
    padding:20px 16px 88px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .mt-main-content:not(.fc-t2-account-main) .mt-action-sub h4 {
    font-size:24px !important;
  }
  /* Inner screens still need a reachable menu. Reuse the existing accessible
     hamburger and slide-out panel; the Overview screen has its own mobile bar. */
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two.fc-t2-inner-page .mt-header {
    display:block !important; position:sticky !important; top:0 !important; z-index:12600 !important;
    min-height:56px !important; border:0 !important; background:var(--t2-navy) !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two.fc-t2-inner-page .mt-header-inner {
    min-height:56px !important; background:transparent !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two.fc-t2-inner-page .mn-header-col-two {
    display:none !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two.fc-t2-inner-page .mt-sidebar-col {
    display:block !important; flex:0 0 0 !important; width:0 !important; min-width:0 !important;
    overflow:visible !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two.fc-t2-inner-page aside#fcAcctNavPanel.mt-sidebar-fixed {
    display:block !important; position:fixed !important; top:56px !important; bottom:0 !important;
    left:0 !important; width:min(300px,calc(100vw - 28px)) !important;
    height:auto !important; max-height:none !important; padding:12px 14px 24px !important;
    z-index:12000 !important; transform:translate3d(-108%,0,0) !important;
    pointer-events:none !important; overflow-y:auto !important;
    background:var(--t2-navy) !important;
  }
  body.fc-acct-nav-open.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two.fc-t2-inner-page aside#fcAcctNavPanel.mt-sidebar-fixed {
    transform:translate3d(0,0,0) !important; pointer-events:auto !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two.fc-t2-inner-page aside#fcAcctNavPanel .fc-acct-sidebar-toolbar {
    display:flex !important; color:#fff !important; background:transparent !important;
  }
}

/* Mobile banking home: follow the approved stacked composition. The welcome
   copy must finish before the balance card, and the three gold actions form a
   separate row rather than compressing the balance panel. */
@media (max-width:767px) {
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-main {
    padding:12px 15px 92px !important; overflow-x:hidden !important;
    background:linear-gradient(180deg,var(--t2-navy) 0 224px,#f8f8f6 224px) !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-header {
    min-height:54px !important; margin:0 0 14px !important; padding:0 3px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-header > a {
    max-width:175px !important; height:44px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-header > a img {
    max-width:175px !important; max-height:44px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-topbar {
    display:block !important; min-height:0 !important; height:auto !important;
    margin:0 !important; padding:0 5px 25px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-topbar h1 {
    max-width:100% !important; margin:0 !important; color:#fff !important;
    font-family:Arial,sans-serif !important; font-size:25px !important;
    font-weight:700 !important; line-height:1.16 !important; letter-spacing:-.02em !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-topbar h1::after {
    content:"Good to see you again." !important; display:block !important;
    margin:5px 0 0 !important; color:rgba(255,255,255,.88) !important;
    font-family:Arial,sans-serif !important; font-size:12px !important;
    font-weight:400 !important; line-height:1.35 !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-panel {
    display:block !important; min-height:0 !important; margin:0 !important;
    padding:17px 18px !important; border:1px solid var(--t2-line) !important;
    border-radius:13px !important; color:var(--t2-ink) !important;
    background:#fff !important; box-shadow:0 10px 28px rgba(6,27,50,.08) !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy {
    display:block !important; padding:0 !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy > span {
    color:var(--t2-ink) !important; font-size:12px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy > strong {
    display:block !important; margin:4px 0 2px !important; color:var(--t2-ink) !important;
    font-family:var(--t2-serif) !important; font-size:31px !important; line-height:1.1 !important;
    white-space:nowrap !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy > small {
    display:block !important; color:var(--t2-muted) !important; font-size:11px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-panel .fc-t2-balance-actions {
    display:none !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-quick-actions {
    display:grid !important; grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important; margin:0 0 14px !important; padding:17px 8px 0 !important;
    color:var(--t2-ink) !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-quick-actions a {
    display:flex !important; flex-direction:column !important; align-items:center !important;
    justify-content:flex-start !important; gap:7px !important; min-width:0 !important;
    color:var(--t2-ink) !important; text-align:center !important;
    text-decoration:none !important; font-size:12px !important; font-weight:700 !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-quick-actions a > span {
    display:grid !important; place-items:center !important; width:50px !important; height:50px !important;
    border-radius:50% !important; background:linear-gradient(135deg,var(--t2-gold),var(--t2-gold-2)) !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-quick-actions svg {
    width:21px !important; height:21px !important; color:var(--t2-ink) !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid {
    display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important; margin:0 0 14px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid article {
    display:flex !important; flex-direction:column !important; min-height:119px !important;
    padding:13px !important; border:1px solid var(--t2-line) !important;
    border-radius:11px !important; background:#fff !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid article > span {
    width:33px !important; height:33px !important; margin:0 0 8px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid article svg {
    width:18px !important; height:18px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid small {
    color:var(--t2-muted) !important; font-size:11px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid strong {
    margin:4px 0 !important; color:var(--t2-ink) !important;
    font-family:var(--t2-serif) !important; font-size:17px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-metric-grid em {
    color:var(--t2-muted) !important; font-size:10px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-transactions-card {
    padding:17px 14px !important; border-radius:12px !important; background:#fff !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-transactions-card header {
    align-items:end !important; gap:8px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-transactions-card h2 {
    font-size:21px !important; line-height:1.15 !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-nav {
    position:fixed !important; left:0 !important; right:0 !important; bottom:0 !important;
    z-index:1000 !important; display:grid !important; grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    height:66px !important; padding-bottom:env(safe-area-inset-bottom) !important;
    border-top:1px solid var(--t2-line) !important; background:#fff !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-nav a {
    display:flex !important; flex-direction:column !important; align-items:center !important;
    justify-content:center !important; gap:3px !important; color:var(--t2-ink) !important;
    font-size:10px !important; text-decoration:none !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-nav svg {
    width:20px !important; height:20px !important;
  }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-mobile-nav a.is-active {
    color:var(--t2-gold) !important;
  }
}
@media (max-width:360px) {
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-account-topbar h1 { font-size:23px !important; }
  body.fc-ds.user-dashboard.fc-neo.fc-lab.fc-layout-theme-two .fc-t2-balance-copy > strong { font-size:28px !important; }
}
