/* Shared wallet refinement */
body{font-family:Arial,Helvetica,sans-serif;line-height:1.45;letter-spacing:0;background:#eee}
button,input{font:inherit}a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible{outline:2px solid #777;outline-offset:3px}
.screen{min-height:100dvh}.screen.with-nav,.dashboard-screen{padding-bottom:124px}
.page-head h1{font-size:20px;font-weight:600}.icon-button,.page-head a{min-width:44px;min-height:44px}
.dashboard-screen .topbar{margin-bottom:20px}.dashboard-screen .wordmark img{width:156px;max-height:42px;object-fit:contain}
.dashboard-screen .hello-row{margin:0 0 22px}.dashboard-screen .hello-row .avatar{width:46px;height:46px;flex-shrink:0;box-shadow:none}
.dashboard-screen .hello-row small{font-size:13px;line-height:1.5;color:#686868}.dashboard-screen .hello-row strong{font-size:19px;line-height:1.4;font-weight:600;overflow-wrap:anywhere}
.dashboard-screen .credit-card{padding:20px 16px 16px;box-shadow:none;grid-template-columns:32px minmax(0,1fr) 44px;gap:12px}
.dashboard-screen .coin-stack{font-size:24px;margin-top:4px}.dashboard-screen .credit-card small{font-size:13px;color:#c4c4c4;font-weight:400}
.dashboard-screen .credit-card h1{font-size:32px;line-height:1.2;font-weight:600;overflow-wrap:anywhere}.dashboard-screen .credit-card p{font-size:13px;color:#bdbdbd}
.dashboard-screen .credit-card .ghost{width:44px;height:44px}.dashboard-screen .credit-actions{gap:8px;margin-top:12px}
.dashboard-screen .pill{font-size:13px;font-weight:500;min-height:44px;white-space:normal;text-align:center;padding:6px}
.dashboard-screen .service-grid{gap:14px;margin:24px 0}.dashboard-screen .service-tile img{border:0;border-radius:12px;box-shadow:none}
.dashboard-screen .image-slider{margin:0 0 22px}.dashboard-screen .image-slider .banner-track{border:0;box-shadow:none}
.dashboard-screen .banner-dots{gap:0;margin-top:4px}.dashboard-screen .banner-dots button{width:28px;height:28px;background:transparent;position:relative}
.dashboard-screen .banner-dots button:after{content:"";position:absolute;width:6px;height:6px;inset:11px;background:#bdbdbd;border-radius:50%}
.dashboard-screen .banner-dots button.active{background:transparent}.dashboard-screen .banner-dots button.active:after{background:#111}
.dashboard-screen .list-head{margin:0 0 12px;padding:0}.dashboard-screen .list-head h2,.section-title{font-size:17px;font-weight:600}
.dashboard-screen .list-head a{font-size:13px;font-weight:500;color:#555;padding:10px 0}
.update-item{grid-template-columns:28px minmax(0,1fr) auto;gap:10px;padding:14px 12px;border-radius:8px;background:#f8f8f8;border-color:#eee;box-shadow:none}
.update-item>span{font-size:22px;color:#555}.update-item strong,.update-item b{font-size:13px;font-weight:600}.update-item p{font-size:12px;color:#686868;line-height:1.5;overflow-wrap:anywhere}
.bottom-nav{bottom:0;width:min(100%,430px);height:calc(78px + env(safe-area-inset-bottom,0px));padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px));border-radius:0;background:#fff;box-shadow:0 -4px 16px #00000005;backdrop-filter:none}
.bottom-nav a{min-height:56px;gap:4px;color:#606060}.bottom-nav small{font-size:11px;line-height:1.4;font-weight:400}.bottom-nav a.active small{font-weight:600;color:#111}
.bottom-nav .scan span{width:44px;height:44px;margin-top:0;box-shadow:none}.bottom-nav .scan small{margin-top:0}
.btn{font-size:15px;font-weight:600;height:50px;border-width:1px}.btn.dark{background:#111}
.field{border-radius:8px;background:#fafafa;border:1px solid #dedede}.field input{background:transparent;font-size:16px;min-width:0}.field:focus-within{border-color:#666;box-shadow:0 0 0 3px #00000006}
.auth-screen h1{letter-spacing:0;font-weight:600}.switch a,.forgot{font-weight:600}.social-stack a,.social-stack button{border-color:#ddd;border-radius:8px;font-size:14px}
.mini-balance{border-radius:8px;padding:18px}.mini-balance strong{font-size:28px;font-weight:600}
.package-grid{gap:12px;margin-top:18px}.package-card{border-radius:8px;padding:18px 6px;cursor:pointer}.package-card strong{font-size:20px;font-weight:600}.package-card b{font-size:13px;font-weight:500}
.package-card:focus-within{outline:2px solid #777;outline-offset:3px}.method-list{border-radius:8px}.method-list label,.method-list a{padding:12px;min-height:58px;font-size:14px}
.payment-methods label{gap:8px;grid-template-columns:22px minmax(0,1fr) auto 18px}.payment-methods label b{font-size:13px;font-weight:500}.payment-methods .active-method:has(input:checked){box-shadow:inset 3px 0 #111;background:#f3f3f3}
.profile-card{border-radius:0;background:#fafafa}.profile-card h2{font-size:22px;font-weight:600}.reward-list article,.hint-card,.alert{border-radius:8px}.reward-list button{min-height:44px}
@media(max-width:360px){.screen{padding-left:14px;padding-right:14px}.dashboard-screen .service-grid{gap:10px}.dashboard-screen .pill{font-size:12px}.dashboard-screen .credit-card h1{font-size:28px}.bottom-nav small{font-size:10px}}
[hidden]{display:none!important}

/* Black wallet card: decorative finish stays behind live account data. */
.dashboard-screen .wallet-black{
  position:relative;isolation:isolate;overflow:hidden;
  background:linear-gradient(115deg,#292929 0%,#141414 42%,#080808 75%,#202020 100%);
  border:1px solid #3a3a3a;border-radius:18px;
  padding:20px;grid-template-columns:minmax(0,1fr) 44px;gap:16px 12px;
  box-shadow:0 8px 18px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.13);
}
.dashboard-screen .wallet-black:before{
  content:"";position:absolute;z-index:-1;width:190px;height:310px;
  right:-85px;top:-65px;transform:rotate(32deg);
  border:1px solid rgba(255,255,255,.10);border-radius:38px;
  box-shadow:0 0 0 22px rgba(255,255,255,.025),0 0 0 44px rgba(255,255,255,.018);
  pointer-events:none;
}
.dashboard-screen .wallet-black .card-brand{
  grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;
  gap:12px;font-size:12px;font-weight:600;color:#f3f3f3;line-height:1.4;
  padding-bottom:12px;border-bottom:1px solid #ffffff1c;
}
.dashboard-screen .wallet-black .card-edition{font-size:9px;font-weight:400;color:#aaa;text-align:right}
.dashboard-screen .wallet-black small{font-size:12px;color:#c6c6c6}
.dashboard-screen .wallet-black h1{font-size:34px;font-weight:500;line-height:1.15;margin:6px 0;font-variant-numeric:tabular-nums;min-height:40px}
.dashboard-screen .wallet-black p{font-size:12px;color:#aaa}
.dashboard-screen .wallet-black .ghost{color:#eee;background:#ffffff0d;border:1px solid #ffffff24}
.dashboard-screen .wallet-black .ghost:hover{background:#ffffff20}
.dashboard-screen .wallet-black .ghost[aria-pressed="true"]{background:#ffffff26}
.dashboard-screen .wallet-black .credit-actions{margin-top:2px;gap:10px}
.dashboard-screen .wallet-black .pill{font-size:12px;font-weight:500;min-height:42px;padding:8px 6px}
.dashboard-screen .wallet-black .pill.outline-light{border-color:#ffffff65;background:#ffffff05}
@media(max-width:360px){.dashboard-screen .wallet-black{padding:16px}.dashboard-screen .wallet-black h1{font-size:30px}.dashboard-screen .wallet-black .credit-actions{gap:8px}}