@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width: 480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width: 374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}*{box-sizing:border-box}:root{--brand: #085ca4;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--brand);text-decoration:none}a:hover{color:var(--brand);text-decoration:underline}body{margin:0;min-height:100vh;background:#fff2f7;color:#1a1a1a}.root{padding-top:60px}.header{height:60px;background:#fcd;position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between}.header-left,.header-right{height:100%;display:flex;align-items:center}.header .logo{height:100%;padding:4px}.header button{margin-right:16px}.header a{margin-right:16px;text-decoration:underline;color:var(--brand)}.multi{margin:24px 0 16px}.siws{margin:0 0 16px}.home{max-width:1200px;margin:0 auto;text-align:center}.home .img-group{max-width:500px}.profile{max-width:1200px;margin:0 auto;display:flex;flex-flow:row wrap}.profile-left,.profile-right{flex:1 1 320px;padding:16px}.profile-left{max-width:540px;margin-bottom:32px}.name{font-size:32px;margin-bottom:4px}.address{margin:4px 0;font-family:monospace}.square{max-height:280px;max-width:280px;margin-right:8px;margin-bottom:8px}.picbio{display:flex;flex-flow:row wrap;margin:16px 0}.picture{display:block;max-width:100%;max-height:100%;box-shadow:0 0 4px #0005}.bioline{margin-bottom:4px}.tagline-wrapper{border:2px solid hsl(340,100%,80%);border-radius:2px;text-align:center;padding:4px;margin-bottom:16px}.tagline-meta{font-size:13px;color:#d65c85}.tagline{font-size:28px;text-transform:uppercase;font-weight:700}.twitter{margin:4px 0;font-size:15px}.twitter a{font-family:monospace;color:#004ccf}.profile-create,.profile-update{max-width:400px;margin:0 auto;padding:16px;background:#fff2f7cc;border-radius:2px}.profile-create .img-working{max-width:360px;position:fixed;left:10%;top:30%;z-index:-1}.profile-update .img-cat{max-width:360px;position:fixed;right:10%;top:30%;z-index:-1}.profile-not-found{padding:16px;text-align:center;font-size:18px}.profile-not-found .not-found-address{word-break:break-word;font-size:18px;font-weight:500;margin:8px 0}.profile-not-found .img-not-found{max-width:360px;margin-bottom:32px}@media screen and (max-width: 480px){.profile-not-found{font-size:13px}.profile-not-found .not-found-address{font-size:12px}.profile-not-found .img-not-found{max-width:200px}}h1{font-size:3.2em;line-height:1.1}button{padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background:#222;color:#fff;border:1px solid #1a1a1a;border-radius:8px;transition:all .1s ease;cursor:pointer}button:hover{background:#1a1a1a;color:#fff;border:1px solid #1a1a1a}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{background:#0005;cursor:not-allowed}button.cancel-button{border:1px solid transparent}button.cancel-button:hover{text-decoration:underline;border:1px solid transparent}button.cancel-button:focus,button.cancel-button:focus-visible{outline:none}.label{font-size:13px;margin:2px 0 0 2px;color:#555}.input,.textarea{border-radius:4px;padding:4px 8px;border:1px solid #ddd;font-size:16px;width:100%;font-family:sans-serif;margin:0 0 8px}.textarea{min-height:150px}.embed{position:fixed;top:0;bottom:0;left:0;right:0;overflow:scroll;background:#fcd;color:#1a1a1a}.embed-wrapper{margin:0 auto}.embed-header{background:#ffb8cf;padding:16px 16px 8px}.embed-row{display:flex;align-items:center}.embed-content{padding:8px 16px 16px}.embed-name{font-size:32px}.embed-twitter{font-size:14px;margin:4px 0}.embed-twitter a{font-family:monospace;text-decoration:underline;color:#004ccf}.embed-tagline{font-size:14px;font-weight:700;font-style:italic;color:#282828}.embed-square{flex:0 0 100px;width:100px;height:100px;margin-right:8px}.embed-square img{max-width:100%;max-height:100%;border-radius:8px;display:block}.embed-address{font-size:13px;font-family:monospace;overflow:hidden;white-space:wrap;text-overflow:ellipsis;margin:4px 0}
