a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.text-muted {
  color: var(--text-muted);
  font-size: 12px;
}

/* ORO_PATCH_TOP_OFFWHITE_DARK_V2_BEGIN */
#oro-wallet-panel .oro-connected-root{--oro-wallet-skin-bg:#f5f6f7!important;}
#oro-wallet-panel .oro-connected-root .oro-top-stage{
  background:var(--oro-wallet-skin-bg)!important;background-image:none!important;
  box-shadow:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  color:#111!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage::before,
#oro-wallet-panel .oro-connected-root .oro-top-stage::after{content:none!important;display:none!important;}
/* ORO_PATCH_TOP_OFFWHITE_DARK_V2_END */

/* ORO_PATCH_BUTTON_HIERARCHY_V1_BEGIN */
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn{
  background:transparent!important;color:#111!important;
  border:1px solid rgba(0,0,0,.14)!important;
  box-shadow:none!important;font-weight:800!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn:active{
  background:rgba(0,0,0,.04)!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-primary-btn.oro-send{
  background:rgba(0,0,0,.08)!important;color:#111!important;
  border:1px solid rgba(0,0,0,.12)!important;font-weight:900!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-primary-btn.oro-receive{
  background:#111!important;color:#f7f7f8!important;
  border:1px solid rgba(0,0,0,.18)!important;font-weight:900!important;
}
/* ORO_PATCH_BUTTON_HIERARCHY_V1_END */

/* ORO_PATCH_BUTTON_HIERARCHY_V2_BEGIN */
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn{
  background:transparent!important;color:rgba(0,0,0,.82)!important;
  border:1px solid rgba(0,0,0,.22)!important;
}
#oro-wallet-panel .oro-connected-root .oro-top-stage .oro-mid-btn:active{
  background:rgba(0,0,0,.05)!important;
}
/* ORO_PATCH_BUTTON_HIERARCHY_V2_END */

/* ORO PATCH 266: P_WALLET_THEME_TOKENS_1 — landing theme tokens + metal-text shine (from oro-landing index.js, verbatim). Scoped to #oro-wallet-panel so Normal default is untouched unless a theme class is set. */
#oro-wallet-panel.theme-gold,#oro-wallet-panel .theme-gold{ --bg:#F7F1E3; --accent:#A67C0B; --accent-soft:rgba(166,124,11,.16);
  --accent-line:linear-gradient(90deg,#E8CE7E,#C9A227 45%,#9A7715 75%,#E0C066);
  --metal:linear-gradient(110deg,#7E5F0F,#B48D1E 14%,#E0C56A 28%,#EAD07A 40%,#E0C56A 52%,#B48D1E 66%,#7E5F0F 80%,#B48D1E 90%,#E0C56A 100%);}
#oro-wallet-panel.theme-rose,#oro-wallet-panel .theme-rose{ --bg:#F7E7EC; --accent:#C25E7C; --accent-soft:rgba(194,94,124,.18);
  --accent-line:linear-gradient(90deg,#E4A7BB,#D98BA0 45%,#B25871 75%,#E4A7BB);
  --metal:linear-gradient(110deg,#96405A,#C06880 14%,#E2A6BB 28%,#EBB9CB 40%,#E2A6BB 52%,#C06880 66%,#96405A 80%,#C06880 90%,#E2A6BB 100%);}
#oro-wallet-panel.theme-sage,#oro-wallet-panel .theme-sage{ --bg:#E9F1E7; --accent:#4F8055; --accent-soft:rgba(79,128,85,.18);
  --accent-line:linear-gradient(90deg,#9EC69E,#7BA17D 45%,#527E58 75%,#9EC69E);
  --metal:linear-gradient(110deg,#3E6444,#5F8C64 14%,#9AC29C 28%,#B0D0B2 40%,#9AC29C 52%,#5F8C64 66%,#3E6444 80%,#5F8C64 90%,#9AC29C 100%);}
.metal-text{background:var(--metal);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;background-size:200% auto;animation:none;background-position:50% center}
@keyframes shine{from{background-position:0% center}to{background-position:100% center}}

/* ORO PATCH 270: P_WALLET_THEME_BG_AND_NORMAL_1 — theme --bg wins over fixed !important backgrounds. Applies to both Normal & Anonymous surfaces (skin only, no data). */
#oro-wallet-panel.theme-rose .oro-top-stage,#oro-wallet-panel.theme-rose .oro-connected-root,#oro-wallet-panel.theme-rose .oro-wallet-panel-inner.oro-connected,#oro-wallet-panel .theme-rose .oro-top-stage{background:var(--bg)!important;--oro-wallet-skin-bg:var(--bg)!important;transition:background .25s ease}
#oro-wallet-panel.theme-sage .oro-top-stage,#oro-wallet-panel.theme-sage .oro-connected-root,#oro-wallet-panel.theme-sage .oro-wallet-panel-inner.oro-connected,#oro-wallet-panel .theme-sage .oro-top-stage{background:var(--bg)!important;--oro-wallet-skin-bg:var(--bg)!important;transition:background .25s ease}
#oro-wallet-panel.theme-gold .oro-top-stage,#oro-wallet-panel.theme-gold .oro-connected-root,#oro-wallet-panel.theme-gold .oro-wallet-panel-inner.oro-connected,#oro-wallet-panel .theme-gold .oro-top-stage{background:var(--bg)!important;--oro-wallet-skin-bg:var(--bg)!important;transition:background .25s ease}

/* ORO PATCH 271: P_WALLET_THEME_FINISH_1 — fill lower drawer (--oro-wallet-bg) with theme --bg so whole surface follows theme (light surfaces only; dark drawer variants keep their own bg). */
#oro-wallet-panel.theme-rose,#oro-wallet-panel.theme-sage,#oro-wallet-panel.theme-gold{--oro-wallet-bg:var(--bg)!important}
#oro-wallet-panel.theme-rose .oro-bottom-drawer:not([style*="0,0,0"]),#oro-wallet-panel.theme-sage .oro-bottom-drawer:not([style*="0,0,0"]),#oro-wallet-panel.theme-gold .oro-bottom-drawer:not([style*="0,0,0"]),#oro-wallet-panel.theme-rose .oro-wallet-panel-inner.oro-connected,#oro-wallet-panel.theme-sage .oro-wallet-panel-inner.oro-connected,#oro-wallet-panel.theme-gold .oro-wallet-panel-inner.oro-connected{background:var(--bg)!important;transition:background .25s ease}

/* ORO PATCH 272+275: P_WALLET_THEME_TOP_BLEND_3 (tints softened to default-like subtle diff) — theme the back(Anonymous) surface with a slightly deeper tint of --bg: fills the remaining white AND keeps the front/back boundary visible (like default #f5f6f7 vs #f2f5f7). Buttons untouched (they don't use these vars). Default(no class) unchanged. */
#oro-wallet-panel.theme-rose{--oro-back-bg:#F5E3E9!important}
#oro-wallet-panel.theme-sage{--oro-back-bg:#E6EFE3!important}
#oro-wallet-panel.theme-gold{--oro-back-bg:#F4EDDA!important}

/* ORO PATCH 273: P_WALLET_THEME_FRONT_FULL_1 — front(Normal) gets full theme like back: labels/eye accent + number metal shine. Fix back "Total balance" label (271 selector missed; .oro-total-label is the real class). When back sheet fully raised (oro-anon-home-full-sheet-bg-v1), back tint = --bg so the seam naturally disappears. Buttons untouched. Default(no class) unchanged. */
#oro-wallet-panel.theme-rose .oro-summary-label,#oro-wallet-panel.theme-rose .oro-total-label,#oro-wallet-panel.theme-sage .oro-summary-label,#oro-wallet-panel.theme-sage .oro-total-label,#oro-wallet-panel.theme-gold .oro-summary-label,#oro-wallet-panel.theme-gold .oro-total-label{color:var(--accent)!important}
#oro-wallet-panel.theme-rose .oro-total-icon-eye,#oro-wallet-panel.theme-rose .oro-total-icon-eye-off,#oro-wallet-panel.theme-sage .oro-total-icon-eye,#oro-wallet-panel.theme-sage .oro-total-icon-eye-off,#oro-wallet-panel.theme-gold .oro-total-icon-eye,#oro-wallet-panel.theme-gold .oro-total-icon-eye-off{stroke:var(--accent)!important;color:var(--accent)!important}
/* ORO PATCH 276: P_WALLET_THEME_FRONT_NUM_FIX_4 — front number was transparent (metal text-fill with unreachable --metal -> rgba(0,0,0,0)). Use solid accent instead. No transparent, no shine on front. */
#oro-wallet-panel.theme-rose .oro-summary-value,#oro-wallet-panel.theme-sage .oro-summary-value,#oro-wallet-panel.theme-gold .oro-summary-value{background:none!important;-webkit-text-fill-color:var(--accent)!important;color:var(--accent)!important}
#oro-wallet-panel.theme-rose .oro-anon-home-full-sheet-bg-v1,#oro-wallet-panel.theme-sage .oro-anon-home-full-sheet-bg-v1,#oro-wallet-panel.theme-gold .oro-anon-home-full-sheet-bg-v1,#oro-wallet-panel.theme-rose.oro-anon-home-full-sheet-bg-v1,#oro-wallet-panel.theme-sage.oro-anon-home-full-sheet-bg-v1,#oro-wallet-panel.theme-gold.oro-anon-home-full-sheet-bg-v1{--oro-back-bg:var(--bg)!important}

/* ORO PATCH 277: P_WALLET_THEME_FRONT_LABEL_FIX_5 — front "Amount available" (.oro-total-label inside .oro-front-inline-head/.oro-total-label-row) was kept black by a higher-specificity !important. Raise specificity so accent wins. Front only; buttons/back untouched. */
#oro-wallet-panel.theme-rose .oro-total-label-row .oro-total-label,#oro-wallet-panel.theme-rose .oro-front-inline-head .oro-total-label,#oro-wallet-panel.theme-sage .oro-total-label-row .oro-total-label,#oro-wallet-panel.theme-sage .oro-front-inline-head .oro-total-label,#oro-wallet-panel.theme-gold .oro-total-label-row .oro-total-label,#oro-wallet-panel.theme-gold .oro-front-inline-head .oro-total-label{color:var(--accent)!important}

/* ORO PATCH 279: P_WALLET_THEME_FRONT_NUM_FIX_8 — front number is .oro-total-value (console-confirmed), not .oro-summary-value. Target front only, exclude back scope [data-oro-anon-back-actions]. No transparency (front doesn't shine, matches label pattern). Buttons untouched. */
#oro-wallet-panel.theme-rose .oro-total-value:not([data-oro-anon-back-actions] .oro-total-value),#oro-wallet-panel.theme-sage .oro-total-value:not([data-oro-anon-back-actions] .oro-total-value),#oro-wallet-panel.theme-gold .oro-total-value:not([data-oro-anon-back-actions] .oro-total-value){color:var(--accent)!important}
#oro-wallet-panel.theme-rose [data-oro-anon-back-actions] .oro-total-value,#oro-wallet-panel.theme-sage [data-oro-anon-back-actions] .oro-total-value,#oro-wallet-panel.theme-gold [data-oro-anon-back-actions] .oro-total-value{color:inherit!important}


/* ORO PATCH 280: P_WALLET_THEME_FRONT_STATIC_METAL_VALUE_280 — front Normal large balance value uses the same static metal gradient contract as themed back value. CSS only. No shine, no animation, no JS. Targets [data-oro-total] only; back/private [data-oro-back-total] and buttons stay untouched. */
#oro-wallet-panel.theme-rose .oro-top-stage .oro-total-value[data-oro-total],#oro-wallet-panel.theme-sage .oro-top-stage .oro-total-value[data-oro-total],#oro-wallet-panel.theme-gold .oro-top-stage .oro-total-value[data-oro-total]{background:var(--metal)!important;background-image:var(--metal)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;background-size:200% auto!important;background-position:50% center!important;animation:none!important;transition:none!important}
#oro-wallet-panel.theme-rose .oro-top-stage .oro-total-value[data-oro-total] *,#oro-wallet-panel.theme-sage .oro-top-stage .oro-total-value[data-oro-total] *,#oro-wallet-panel.theme-gold .oro-top-stage .oro-total-value[data-oro-total] *{-webkit-text-fill-color:transparent!important;color:transparent!important;animation:none!important}

/* ORO PATCH 282: P_WALLET_THEME_DRAG_BACK_BOUNDARY_282 — colored themes keep a visible Normal/Anonymous seam while the sheet is being dragged. The back surface is only slightly deeper during drag; when the back sheet is ready/open it returns to the theme background. CSS only; no JS, no animation, no button/number changes. */
#oro-wallet-panel.theme-rose.oro-anon-on [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready){--oro-back-bg:#EFD4DE!important}
#oro-wallet-panel.theme-sage.oro-anon-on [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready){--oro-back-bg:#DDE9D8!important}
#oro-wallet-panel.theme-gold.oro-anon-on [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready){--oro-back-bg:#EDE1C7!important}
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold).oro-anon-on [data-oro-connected-root].oro-sheet-dragging.oro-back-ready{--oro-back-bg:var(--bg)!important}
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold).oro-anon-on [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready) [data-oro-anon-back-actions],#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold).oro-anon-on [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready) [data-oro-anon-back-actions] :is(.oro-anon-back-surface,.oro-back-head,.oro-back-total-area,.oro-mid-row,.oro-primary-row){background:var(--oro-back-bg)!important;background-color:var(--oro-back-bg)!important;transition:none!important}
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold).oro-anon-on [data-oro-connected-root].oro-sheet-dragging.oro-back-ready [data-oro-anon-back-actions],#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold).oro-anon-on [data-oro-connected-root].oro-sheet-dragging.oro-back-ready [data-oro-anon-back-actions] :is(.oro-anon-back-surface,.oro-back-head,.oro-back-total-area,.oro-mid-row,.oro-primary-row){background:var(--bg)!important;background-color:var(--bg)!important}


/* ORO PATCH 283: P_WALLET_THEME_DRAG_BACK_BOUNDARY_283 — fix 282 target miss. The visible seam during colored-theme sheet drag is the actual .oro-bottom-drawer plane, not the inner anonymous action layer. Tint only that drawer surface while it is being dragged; when drag ends/open settles, existing theme --bg returns. CSS only; no JS, no animation, no button/number changes. */
#oro-wallet-panel.theme-rose [data-oro-connected-root].oro-sheet-dragging .oro-bottom-drawer,
#oro-wallet-panel.theme-rose [data-oro-connected-root].oro-sheet-dragging ~ .oro-bottom-drawer,
#oro-wallet-panel.theme-rose .oro-bottom-drawer.is-dragging{background:#EFD4DE!important;background-color:#EFD4DE!important;background-image:none!important;transition:none!important}
#oro-wallet-panel.theme-sage [data-oro-connected-root].oro-sheet-dragging .oro-bottom-drawer,
#oro-wallet-panel.theme-sage [data-oro-connected-root].oro-sheet-dragging ~ .oro-bottom-drawer,
#oro-wallet-panel.theme-sage .oro-bottom-drawer.is-dragging{background:#DDE9D8!important;background-color:#DDE9D8!important;background-image:none!important;transition:none!important}
#oro-wallet-panel.theme-gold [data-oro-connected-root].oro-sheet-dragging .oro-bottom-drawer,
#oro-wallet-panel.theme-gold [data-oro-connected-root].oro-sheet-dragging ~ .oro-bottom-drawer,
#oro-wallet-panel.theme-gold .oro-bottom-drawer.is-dragging{background:#EDE1C7!important;background-color:#EDE1C7!important;background-image:none!important;transition:none!important}

/* ORO PATCH 284: P_WALLET_THEME_DRAG_ROOT_BOUNDARY_284 — fix 282/283 target miss. During colored-theme front/back drag, the visible seam is the connected root background behind the shrinking top-stage, not .oro-bottom-drawer (hidden) or the inner anonymous action layer. Tint only the root while dragging; when back is ready/open, return to the theme background. CSS only; no JS, no animation, no button/number changes. */
#oro-wallet-panel.theme-rose [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready),#oro-wallet-panel.theme-rose .oro-connected-root.oro-sheet-dragging:not(.oro-back-ready){background:#EFD4DE!important;background-color:#EFD4DE!important;background-image:none!important;transition:none!important}
#oro-wallet-panel.theme-sage [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready),#oro-wallet-panel.theme-sage .oro-connected-root.oro-sheet-dragging:not(.oro-back-ready){background:#DDE9D8!important;background-color:#DDE9D8!important;background-image:none!important;transition:none!important}
#oro-wallet-panel.theme-gold [data-oro-connected-root].oro-sheet-dragging:not(.oro-back-ready),#oro-wallet-panel.theme-gold .oro-connected-root.oro-sheet-dragging:not(.oro-back-ready){background:#EDE1C7!important;background-color:#EDE1C7!important;background-image:none!important;transition:none!important}
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-connected-root].oro-back-ready,#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) .oro-connected-root.oro-back-ready{background:var(--bg)!important;background-color:var(--bg)!important}

/* ORO PATCH 289: P_WALLET_THEME_BACK_MASK_DOT_COLOR_PARITY_289 — Anonymous hidden balance dots use one accent color across top/back total and Total balance. CSS only; hidden-state only via :has([data-oro-back-toggle-balance].oro-balance-hidden). No JS, no balance/ledger change. */
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area:has([data-oro-back-toggle-balance].oro-balance-hidden) .oro-total-value[data-oro-back-total],
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area:has([data-oro-back-toggle-balance].oro-balance-hidden) [data-oro-back-grand-total],
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area:has([data-oro-back-toggle-balance].oro-balance-hidden) .oro-summary-value[data-oro-back-grand-total]{
  color:var(--accent)!important;
  -webkit-text-fill-color:var(--accent)!important;
  background:none!important;
  background-image:none!important;
  text-shadow:none!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
}

/* ORO PATCH 290: P_WALLET_THEME_BACK_MASK_DOT_COLOR_PARITY_290 — fix 289 selector miss. Anonymous back masked dots do not expose .oro-balance-hidden on the toggle, so scope by anonymous back totals directly. CSS only; no JS, no balance/ledger change. */
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] .oro-total-value[data-oro-back-total][data-oro-money-scope="anonymous"],
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] [data-oro-back-grand-total][data-oro-money-scope="anonymous"],
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] .oro-summary-value[data-oro-back-grand-total][data-oro-money-scope="anonymous"]{
  color:var(--accent)!important;
  -webkit-text-fill-color:var(--accent)!important;
  background:none!important;
  background-image:none!important;
  text-shadow:none!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
}

/* ORO PATCH 291: P_WALLET_THEME_BACK_MASK_DOT_STATIC_METAL_PARITY_291 — Anonymous back hidden balance dots use the same static metal text treatment as the front total. Overrides 289/290 flat accent paint. CSS only; no JS, no balance/ledger change, no animation. */
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] .oro-total-value[data-oro-back-total][data-oro-money-scope="anonymous"],
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] [data-oro-back-grand-total][data-oro-money-scope="anonymous"],
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) [data-oro-anon-back-actions] .oro-summary-value[data-oro-back-grand-total][data-oro-money-scope="anonymous"]{
  background:var(--metal)!important;
  background-image:var(--metal)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:transparent!important;
  background-position:50% center!important;
  background-repeat:no-repeat!important;
  text-shadow:none!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
}

/* ORO PATCH 292: P_WALLET_THEME_FRONT_SUMMARY_TOTAL_STATIC_METAL_PARITY_292 — Front Normal Total balance summary value uses the same static metal text treatment as the front main total and Anonymous back dots. CSS only; no JS, no balance/ledger change, no animation. */
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) .oro-top-stage .oro-summary-value[data-oro-grand-total]:not([data-oro-back-grand-total]),
#oro-wallet-panel:is(.theme-rose,.theme-sage,.theme-gold) .oro-top-stage [data-oro-summary-row] .oro-summary-value[data-oro-grand-total]:not([data-oro-back-grand-total]){
  background:var(--metal)!important;
  background-image:var(--metal)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:transparent!important;
  background-position:50% center!important;
  background-repeat:no-repeat!important;
  text-shadow:none!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
}

/* ORO PATCH 294: P_WALLET_THEME_WHITE_BACK_PRIVATE_LABEL_EYE_TYPO_PARITY_294 — default/white theme only: Anonymous "Private balance" and eye use the same typography/weight as the front .oro-total-label; only the color is navy. Removes the 293 black/bold contrast treatment. CSS only; no JS, no balance/ledger change. */
#oro-wallet-panel:not(.theme-rose):not(.theme-sage):not(.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area .oro-total-label{
  color:rgba(36,58,88,.68)!important;
  -webkit-text-fill-color:rgba(36,58,88,.68)!important;
  text-shadow:none!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
}

#oro-wallet-panel:not(.theme-rose):not(.theme-sage):not(.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area .oro-total-icon-eye,
#oro-wallet-panel:not(.theme-rose):not(.theme-sage):not(.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area .oro-total-icon-eye svg,
#oro-wallet-panel:not(.theme-rose):not(.theme-sage):not(.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area .oro-total-icon-eye path,
#oro-wallet-panel:not(.theme-rose):not(.theme-sage):not(.theme-gold) [data-oro-anon-back-actions] .oro-back-total-area .oro-total-icon-eye circle{
  color:rgba(36,58,88,.68)!important;
  stroke:rgba(36,58,88,.68)!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
}

/* ORO PATCH 297: P_WALLET_PERF_BACK_FIAT_CHIP_CSS_OWNER_DELOOP_297 — back fiat chip visual style is owned by CSS, not repeated JS inline style writes. CSS only for visual paint; JS only marks stable owner. */
#oro-wallet-panel [data-oro-anon-back-actions] [data-oro-back-fiat-chip][data-oro-back-fiat-chip-stable-owner="p297"]{
  color:rgba(0,0,0,.72)!important;
  opacity:.6!important;
  font-weight:600!important;
  font-size:14px!important;
  letter-spacing:normal!important;
  transform:translateY(0px)!important;
  transition:none!important;
  animation:none!important;
  box-shadow:none!important;
  filter:none!important;
}
