body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{margin:0;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}.pageWrapper{align-items:center;background-color:#1a1a1a;background-image:url(/static/media/connectbackground.1e9077099e6268a94ced.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:80vh;position:relative}.connectContainer{background:#2c2c2c;border-radius:10px;box-shadow:0 0 30px #0000004d;color:#fff;margin:50px auto;max-width:100%;min-height:550px;padding:40px;width:600px}.connectContainer,.heading{font-family:Inter,sans-serif}.heading{font-size:2rem;margin-bottom:10px;text-align:center}.heading span{color:#39d353}.subheading{color:#ccc;font-family:Inter,sans-serif;font-size:1rem;margin-bottom:30px;text-align:center}.form{margin-top:20px}.form,.label,.rowLabel{display:flex;flex-direction:column}.label,.rowLabel{color:#ccc;font-family:Inter,sans-serif;font-size:12px;margin-bottom:20px}.input,.select{background:#1c1c1c;border:1px solid #555;border-radius:5px;color:#fff;font-family:Inter,sans-serif;margin-top:5px;padding:12px}.select{appearance:none;-webkit-appearance:none;width:290px}.selectWrapper{align-items:center;display:flex;position:relative}.selectIcon{color:#ccc;font-size:20px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.row{align-items:right;display:flex;gap:40px}.customButton{align-items:center;background-color:#333;border:2px solid #fff;border-radius:50px;box-shadow:4px 4px 0 #000;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:16px;justify-content:space-between;margin:20px 0 0;padding:15px;transition:all .3s ease;width:fit-content}.customButton:hover{background-color:#555;box-shadow:2px 2px 0 #000;transform:translateY(-1px)}.buttonText{margin-right:20px}.buttonIcon{height:30px;width:30px}.buttonIcon img{border-radius:50%;height:100%;width:100%}@media (min-width:320px) and (max-width:480px){.pageWrapper{align-items:center;justify-content:center;min-height:100vh;padding:15px 8px}.connectContainer{border-radius:12px;box-shadow:0 0 25px #0006;height:auto;margin:0 auto;max-width:340px;min-height:480px;padding:22px 18px;width:100%}.heading{font-size:1.4rem;line-height:1.2;margin-bottom:8px}.subheading{font-size:.8rem;line-height:1.4;margin-bottom:22px;padding:0 5px}.form{margin-top:8px}.label,.rowLabel{font-size:10px;margin-bottom:14px}.input{margin-top:4px}.input,.select{border-radius:6px;font-size:13px;padding:9px}.select,.selectWrapper{width:100%}.selectIcon{font-size:16px;right:8px}.row{flex-direction:column;gap:0}.rowLabel{width:100%}.customButton{align-self:center;border-radius:35px;font-size:13px;margin:20px auto 0;padding:10px 18px;width:fit-content}.buttonText{margin-right:12px}.buttonIcon{height:22px;width:22px}.success-message{font-size:12px;margin:15px 0 8px;padding:10px 14px}.error-message{font-size:10px;margin-top:3px}}@media (max-width:360px){.connectContainer{max-width:310px;min-height:460px;padding:20px 15px}.heading{font-size:1.3rem;margin-bottom:6px}.subheading{font-size:.75rem;margin-bottom:20px;padding:0 3px}.label,.rowLabel{font-size:9px;margin-bottom:12px}.input,.select{font-size:12px;padding:8px}.customButton{border-radius:30px;font-size:12px;padding:9px 16px}.buttonText{margin-right:10px}.buttonIcon{height:20px;width:20px}.success-message{font-size:11px;padding:9px 12px}.error-message{font-size:9px}}.input-error{border-color:#f44!important;box-shadow:0 0 5px #ff44444d!important}.error-message{color:#f44;display:block;font-size:12px;margin-top:4px}.success-message{animation:fadeIn .3s ease-in;background-color:#d4f8d4;border:1px solid #39d353;border-radius:6px;color:#2d5a2d;font-size:14px;margin:20px 0 10px;padding:12px 16px;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.toast{align-items:flex-start;animation:toastSlideIn .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #0000000f;border-radius:16px;bottom:30px;box-shadow:0 16px 48px #00000026,0 8px 16px #0000001a;display:flex;font-family:Inter,sans-serif;justify-content:space-between;max-width:450px;min-width:380px;padding:20px 24px;position:fixed;right:30px;z-index:1000}.toast-success{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border-left:4px solid #10b981}.toast-error{background:linear-gradient(135deg,#fffffff2,#fef9f9f2);border-left:4px solid #ef4444}.toast-network{background:linear-gradient(135deg,#fffffff2,#fff7edf2);border-left:4px solid #f59e0b}.toast-content{align-items:flex-start;display:flex;flex:1 1;gap:16px}.toast-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-top:2px;width:24px}.toast-success .toast-icon{background:#10b9811a;color:#10b981;padding:2px}.toast-error .toast-icon{background:#ef44441a;color:#ef4444;padding:2px}.toast-network .toast-icon{background:#f59e0b1a;color:#f59e0b;padding:2px}.toast-text{display:flex;flex:1 1;flex-direction:column;gap:4px}.toast-title{color:#1f2937;font-size:15px;font-weight:600;line-height:1.2;margin:0}.toast-message{color:#6b7280;font-size:14px;font-weight:400;line-height:1.4;margin:0}.toast-close{align-items:center;background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-left:8px;padding:4px;transition:all .2s ease}.toast-close:hover{background:#9ca3af1a;color:#6b7280;transform:scale(1.1)}.toast-close:active{transform:scale(.95)}@keyframes toastSlideIn{0%{opacity:0;scale:.9;transform:translateX(100%) translateY(20px)}to{opacity:1;scale:1;transform:translateX(0) translateY(0)}}@media (max-width:480px){.toast{border-radius:12px;bottom:20px;left:15px;max-width:none;min-width:auto;padding:18px 20px;right:15px}.toast-content{gap:12px}.toast-icon{height:20px;width:20px}.toast-title{font-size:14px}.toast-message{font-size:13px}.toast-close{padding:3px}.toast-close svg{height:16px;width:16px}}@media (max-width:360px){.toast{bottom:15px;left:10px;padding:16px 18px;right:10px}.toast-content{gap:10px}.toast-title{font-size:13px}.toast-message{font-size:12px}.toast-close svg{height:14px;width:14px}}
/*# sourceMappingURL=main.20cb6a36.css.map*/