.wallet-modal-overlay{z-index:100000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.wallet-modal{border:1px solid var(--foreground-200);background:#111;width:90%;max-width:400px;max-height:80vh;overflow-y:auto}.wallet-modal-header{border-bottom:1px solid var(--foreground-200);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.wallet-modal-header h3{color:var(--foreground);font-size:1.25rem;font-weight:500}.wallet-modal-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.wallet-modal-close svg{width:1.25rem;height:1.25rem;color:var(--foreground);opacity:.6;transition:opacity .2s}.wallet-modal-close:hover svg{opacity:1}.wallet-modal-content{padding:1.5rem}.wallet-modal-section{margin-bottom:1.5rem}.wallet-modal-section:last-child{margin-bottom:0}.wallet-modal-label{color:var(--foreground);opacity:.5;margin-bottom:.75rem}.wallet-modal-list{flex-direction:column;gap:.5rem;display:flex}.wallet-modal-item{border:1px solid var(--foreground-200);color:var(--foreground);cursor:pointer;background:0 0;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:inherit;font-size:1rem;text-decoration:none;transition:all .2s;display:flex}.wallet-modal-item:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.wallet-modal-item:disabled{opacity:.5;cursor:not-allowed}.wallet-modal-icon{border-radius:.25rem;width:2rem;height:2rem}.wallet-modal-connecting{opacity:.7;margin-left:auto;font-family:DM Mono,monospace;font-size:.8rem}.wallet-modal-item-install{opacity:.6}.wallet-modal-item-install:hover{opacity:1}.wallet-modal-install-label{text-transform:uppercase;opacity:.7;margin-left:auto;font-family:DM Mono,monospace;font-size:.75rem}
.custom-wallet-btn{border:1px solid var(--foreground);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.6rem 1.25rem;transition:all .2s;display:flex}.custom-wallet-btn p{color:var(--foreground);margin:0}.custom-wallet-btn:hover:not(:disabled){background:var(--foreground)}.custom-wallet-btn:hover:not(:disabled) p{color:var(--background)}.custom-wallet-btn:disabled{opacity:.5;cursor:not-allowed}.custom-wallet-btn.connected{border-color:var(--foreground-200);background:0 0}.custom-wallet-btn.connected:hover{border-color:var(--foreground);background:0 0}.custom-wallet-btn.connected:hover p{color:var(--foreground)}.wallet-btn-icon{border-radius:.125rem;width:1.25rem;height:1.25rem}.wallet-connected-wrapper{position:relative}.wallet-dropdown{background:var(--background);border:1px solid var(--foreground-200);z-index:1000;flex-direction:column;min-width:200px;display:flex;position:absolute;top:calc(100% + .5rem);right:0}.wallet-dropdown-item{color:var(--foreground);cursor:pointer;text-transform:uppercase;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-family:DM Mono,monospace;font-size:.8rem;transition:all .2s;display:flex}.wallet-dropdown-item:hover{background:var(--foreground-200)}.wallet-dropdown-item svg{opacity:.7;width:1rem;height:1rem}.wallet-dropdown-item.disconnect{border-top:1px solid var(--foreground-200);color:#ff6b6b}.wallet-dropdown-item.disconnect:hover{background:#ff6b6b1a}.nav .custom-wallet-btn{mix-blend-mode:normal}@media (max-width:1000px){.wallet-dropdown{left:0;right:auto}}
