/* EVM account selector in the After Hours ice-blue palette. */
.cleanup-wallet-backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:#050b14d9;backdrop-filter:blur(10px)}
.cleanup-wallet-dialog{width:min(440px,100%);box-sizing:border-box;max-height:calc(100dvh - 40px);overflow:auto;background:var(--panel,#121b28);border:1px solid var(--line,#365367);padding:26px;color:var(--text,#e6f7ff);box-shadow:0 32px 110px #000a,0 0 48px #22d4ff14,inset 0 1px 0 #c5efff0d;outline:none;font-family:inherit;font-size:14px;line-height:1.5}
.cleanup-wallet-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}
.cleanup-wallet-label{font-size:10px;letter-spacing:.15em;color:var(--muted,#9bb4c7)}
.cleanup-wallet-dialog h2{font-family:inherit;font-weight:600;font-size:27px;line-height:1.2;margin:8px 0 0;letter-spacing:-.04em}
.cleanup-wallet-list{display:grid;gap:10px;margin:18px 0}
.cleanup-wallet-option{display:flex;align-items:center;gap:14px;min-height:66px;width:100%;padding:14px;background:var(--panel-2,#182635);border:1px solid var(--line,#365367);color:inherit;text-align:left;font:inherit;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}
.cleanup-wallet-option:hover:not(:disabled),.cleanup-wallet-option:focus-visible{border-color:var(--cyan,#7be4ff);background:#233e55;box-shadow:0 0 0 1px #4ee2ff38;outline:none}
.cleanup-wallet-option>img{width:32px;height:32px;object-fit:contain}.cleanup-wallet-option>svg:last-child{margin-left:auto;flex-shrink:0}.cleanup-wallet-option>span{min-width:0;display:grid;gap:5px}
.cleanup-wallet-option small{font-size:10px;overflow-wrap:anywhere;color:var(--muted,#9bb4c7)}
.cleanup-wallet-option:disabled,.cleanup-wallet-close:disabled{opacity:.55;cursor:wait}
.cleanup-wallet-close,.cleanup-wallet-back,.cleanup-wallet-change{display:inline-flex;align-items:center;gap:8px;background:transparent;color:inherit;font:inherit;border:0;cursor:pointer;padding:8px}.cleanup-wallet-close{border:1px solid var(--line,#365367);padding:8px}.cleanup-wallet-back,.cleanup-wallet-change{padding-left:0;color:var(--cyan,#7be4ff)}
.cleanup-wallet-close:focus-visible,.cleanup-wallet-back:focus-visible,.cleanup-wallet-change:focus-visible{outline:2px solid var(--cyan,#7be4ff);outline-offset:3px}
.cleanup-wallet-hint,.cleanup-wallet-empty{font-size:13px;line-height:1.65;color:var(--muted,#9bb4c7);margin:20px 0 0}.cleanup-wallet-error{color:#ff9daf;font-size:13px;line-height:1.5}
@media(max-width:480px){.cleanup-wallet-dialog{padding:20px}.cleanup-wallet-dialog h2{font-size:25px}}
