/* Quiet Matrix-inspired motion. All content remains readable above the effect. */
.customer-hero{isolation:isolate}
.matrix-streams{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;opacity:.35;mask-image:linear-gradient(90deg,transparent 8%,transparent 32%,#000 72%)}
.matrix-streams span{position:absolute;left:var(--col);top:0;white-space:nowrap;writing-mode:vertical-rl;text-orientation:upright;font:600 12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:6px;color:#ffdc7d;text-shadow:0 0 8px #ffd36e,0 0 18px #e6ad4a;animation:matrix-drop var(--duration) linear var(--delay) infinite;will-change:transform}
.matrix-streams span:nth-child(3n){color:#fff3c1;opacity:.85}.matrix-streams span:nth-child(4n){opacity:.42}
.matrix-streams:after{content:'';position:absolute;left:45%;right:0;height:1px;background:linear-gradient(90deg,transparent,#ffdc87b0,transparent);box-shadow:0 0 19px #ffe0a0;animation:matrix-scan 11s linear infinite}
.customer-hero .hero-copy,.customer-hero .hero-amount,.customer-hero .hero-stats{position:relative;z-index:1}
.customer-hero .hero-amount{backdrop-filter:blur(4px)}
.account-nav button[aria-current=page]{position:relative;overflow:hidden}
.account-nav button[aria-current=page]:after{content:'';position:absolute;inset:0 auto 0 -55%;width:35%;background:linear-gradient(90deg,transparent,#fff9d540,transparent);transform:skewX(-22deg);pointer-events:none;animation:matrix-shine 9s ease-in-out infinite}
.quick-actions>button:not(:disabled) .action-icon{transition:box-shadow .2s ease,transform .2s ease}.quick-actions>button:hover .action-icon{box-shadow:0 0 14px #ffcf6c70;transform:translateY(-2px)}
.hero-label .pulse{animation:matrix-heartbeat 3.8s ease-in-out infinite}
@keyframes matrix-drop{from{transform:translateY(-125%)}to{transform:translateY(245%)}}
@keyframes matrix-scan{from{top:0;opacity:0}10%{opacity:.65}85%{opacity:.4}to{top:100%;opacity:0}}
@keyframes matrix-shine{0%,64%{left:-55%;opacity:0}70%{opacity:1}82%,100%{left:125%;opacity:0}}
@keyframes matrix-heartbeat{0%,80%,100%{opacity:.7;box-shadow:0 0 6px #ffdf87}88%{opacity:1;box-shadow:0 0 15px #ffdf87}}
@media(max-width:760px){.matrix-streams{opacity:.19;mask-image:linear-gradient(90deg,transparent 32%,#000 100%)}.matrix-streams span:nth-child(n+7){display:none}.customer-hero .hero-amount{backdrop-filter:none}}
@media(prefers-reduced-motion:reduce){.matrix-streams span,.matrix-streams:after,.account-nav button[aria-current=page]:after,.hero-label .pulse{animation:none!important}.matrix-streams{opacity:.08}.matrix-streams:after{display:none}.matrix-streams span{transform:none!important}.quick-actions>button:hover .action-icon{transform:none}}
