/* Account actions share the studio's lime and lavender palette. */
.site-header .nw-header-actions{gap:10px}
.nw-header-actions .balance-pill,.nw-header-actions .profile-top,.nw-header-actions .history-button{min-height:48px;border-radius:16px;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease;border:1px solid transparent}
.nw-header-actions .balance-pill{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 11px 9px 17px;background:#d0ff35;color:#243019;box-shadow:0 3px 10px #9bc42c16;font-size:13px;white-space:nowrap}
.nw-header-actions .balance-number{font-weight:800;font-variant-numeric:tabular-nums}
.nw-header-actions .balance-pill>span:last-child{display:grid;place-items:center;width:27px;height:27px;border-radius:10px;padding:0;margin-left:5px;background:#243019;color:#d5ff55;font-size:19px;font-weight:600;line-height:1}
.nw-header-actions .profile-top{width:48px;height:48px;flex-shrink:0;background:#f4edff;border-color:#e2d4ff;color:#7244cb;box-shadow:0 3px 10px #7051b309}
.nw-header-actions .profile-top .icon{width:20px;height:20px}
.nw-header-actions .history-button{padding:8px 14px 8px 9px;gap:9px;background:#ebe2ff;color:#55369a;border-color:#e0d1ff;font-size:13px;font-weight:700;white-space:nowrap;flex-wrap:nowrap}
.nw-header-actions .history-button>.icon{box-sizing:content-box;width:17px;height:17px;padding:6px;background:#fff9;border-radius:10px;flex-shrink:0;color:#7750cb}
.nw-header-actions #history-count{background:#7750cb;color:white;font-size:11px;padding:3px 6px;min-width:21px;line-height:1.3}
@media(hover:hover){.nw-header-actions .balance-pill:hover{background:#c4f324;box-shadow:0 5px 14px #8bb32924;transform:translateY(-1px)}.nw-header-actions .profile-top:hover{background:#e9dcff;border-color:#c9aeff;transform:translateY(-1px)}.nw-header-actions .history-button:hover{background:#e1d3ff;border-color:#ceb6ff;box-shadow:0 5px 14px #7653b51a;transform:translateY(-1px)}}
.nw-header-actions button:focus-visible{outline:3px solid #8d68ef;outline-offset:3px}
.nw-header-actions button:active{transform:translateY(1px);box-shadow:none}
@media(max-width:760px){.site-header .nw-header-actions{gap:7px}.nw-header-actions .balance-pill{min-height:44px;border-radius:14px;padding:7px 8px 7px 12px;font-size:11px;gap:4px}.nw-header-actions .balance-pill>span:last-child{width:25px;height:25px;border-radius:9px;margin-left:3px;font-size:17px}}
@media(prefers-reduced-motion:reduce){.nw-header-actions .balance-pill,.nw-header-actions .profile-top,.nw-header-actions .history-button{transition:none;transform:none}}
