<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wallet-adapter-button{background-color:transparent;border:1px solid rgba(109,182,222,.2);color:rgb(109,182,222);font-family:inherit;font-size:16px;padding:12px 20px;font-weight:200;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.wallet-adapter-button:hover{background-color:rgba(109,182,222,.1);border-color:rgba(109,182,222,.4)}.wallet-adapter-modal-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;opacity:1;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center}.wallet-adapter-modal-container{background-color:rgb(17,17,17);border-radius:10px;margin:24px;padding:24px;max-width:400px;width:100%}.wallet-adapter-modal-title{color:rgb(109,182,222);font-size:24px;font-weight:200;margin:0 0 24px;text-align:center}.wallet-adapter-modal-list{margin:0 0 24px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list li:not(:last-child){margin-bottom:12px}.wallet-adapter-modal-list-item{background-color:transparent;border:1px solid rgba(109,182,222,.2);padding:12px;border-radius:6px;font-size:16px;font-weight:200;transition:all .2s ease}.wallet-adapter-modal-list-item:hover{background-color:rgba(109,182,222,.1);border-color:rgba(109,182,222,.4)}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;top:100%;right:0;margin-top:8px;background-color:rgb(17,17,17);border:1px solid rgba(109,182,222,.2);border-radius:6px;padding:8px 0;list-style:none;width:224px;z-index:999}</pre></body></html>