body,html{margin:0;padding:0;font-size:22px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}#root,body,html{min-height:100vh}#root{display:flex;justify-content:center;align-items:center;background-color:white;color:black;padding:2rem}body{overflow-y:auto}button,input,select{background:white;color:black;border:2px solid black;padding:.5rem 1rem;margin:5px 0;font-size:1rem;outline:none;cursor:pointer;transition:background .2s ease,color .2s ease}.login-button{margin-top:.5rem;height:2.7rem;background-color:#BBB}button:hover{background:black;color:white}button.active{opacity:1;cursor:pointer}button.inactive{opacity:.4;cursor:not-allowed}input{width:100%;padding:.5rem;border:2px solid black;margin-top:0;margin-bottom:0}h1{font-size:1.8rem;margin-bottom:.1rem}h2{font-size:1.5rem;margin-bottom:.5rem}.container{width:90%;min-height:80vh;padding:2rem;border:4px solid black;display:flex;flex-direction:column;gap:1.5rem;text-align:center;overflow-wrap:break-word}.sub-container{padding:1rem;border:4px solid black}@media (max-width:767px){.container{max-width:500px}}@media (min-width:768px){.container{width:50%}}.subtitle{font-size:1rem;color:#333}.center{display:flex;justify-content:center;align-items:center;gap:1rem}.notification-message{color:rgb(246,170,170)}.box-header-row{display:flex;align-items:center;margin-bottom:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:2;background:white}.content-container{padding-top:2.5rem;display:flex;flex-direction:column;flex:1 1;overflow-y:auto}.instructions-list{list-style:none;padding:0;margin:1.2rem 0 0}.instructions-list li{text-align:left;gap:.8rem;font-size:1.08rem;margin-bottom:1.1rem;color:#222;line-height:1.5}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#222;color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem;margin-right:.5rem;flex-shrink:0;box-shadow:0 1px 4px rgba(0,0,0,.08)}.header-title{flex:1 1;text-align:center;margin:0}.header-spacer{width:48px}.wallet-connect{display:flex;flex-direction:column;gap:.5rem;align-items:center}.wallet-connect p{margin:0}.wallet-address,.wallet-connect p{font-family:monospace;word-break:break-all}.wallet-address{text-align:center}.settings-section{margin-bottom:2rem}.form-group,.settings-section h2{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem}.form-group input,select{box-sizing:border-box}.login-input{padding:.8rem;margin-top:0;margin-bottom:0;border-radius:4px}.warning-message{color:var(--warning-color);text-align:center;padding:1rem;border:1px solid var(--warning-color);border-radius:4px;background-color:var(--warning-bg)}.wallet-adapter-button{color:white!important;padding:.5rem 1rem!important;font-size:1rem!important;cursor:pointer!important;transition:background .2s ease,color .2s ease!important}.dark .wallet-adapter-button,.wallet-adapter-button:hover{background-color:white!important;color:black!important}.dark .wallet-adapter-button{border:2px solid white!important}.dark .wallet-adapter-button:hover{background-color:black!important;color:white!important}.info-message{text-align:center;margin-bottom:1rem}.linked-wallets{display:flex;flex-direction:column;margin-top:.5rem}.linked-wallets .wallet-address{padding:.8rem;border:1px dashed black;border-radius:4px;margin:.5rem 0}.tab-button{margin:0 .05rem}.tab-button.active{background-color:black;color:white}.tab-icon{margin-right:8px;font-size:1.1em}.section-icon{font-size:1.2em}.info-card{margin:3rem 0}.info-group{margin:30px 0;display:flex;justify-content:space-between}.info-label{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:500}.info-icon,.info-value{font-size:1.1em}.info-value{padding:8px 0}.status-value{display:flex;align-items:center;gap:8px}.verified{color:#10B981}.not-verified,.verified{display:flex;align-items:center;gap:6px}.not-verified{color:#EF4444}.status-icon{font-size:1.2em}.verify-button{display:flex;align-items:center;gap:8px;margin-top:20px}.button-icon{font-size:1.1em}.bridge-addresses h3{margin-bottom:1.5rem;color:var(--text-color);font-size:1.2rem}.bridge-address-group{padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid black}.bridge-address-group,.bridge-info{display:flex;align-items:center;gap:1.5rem}.bridge-info{flex:1 1;flex-direction:row;min-width:0}.chain-name{font-weight:600;color:var(--text-color);white-space:nowrap}.bridge-address{font-family:monospace;color:var(--text-secondary);word-break:break-all;font-size:1rem;max-width:60vw;overflow:hidden;text-overflow:ellipsis}.button-group{display:flex;gap:.5rem}.cancel-button,.edit-button,.remove-button,.save-button{padding:.5rem;border-radius:4px;justify-content:center}.add-button,.cancel-button,.edit-button,.remove-button,.save-button{cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.add-button{gap:.5rem;padding:.75rem 1rem;border-radius:6px;margin:1.5rem auto 0}.bridge-addresses .add-button{display:block;margin-left:auto;margin-right:auto}.bridge-address-group select{width:100%;min-width:180px;max-width:260px;height:2.5rem;padding:.5rem 1rem;border-radius:4px;font-size:1rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;transition:border .2s}.bridge-address-group select:focus{border-color:var(--primary-color,#222)}.dark .bridge-address-group select{background:black;color:white;border:2px solid white}.profile-card{margin:2rem auto;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 2px 12px 0 rgba(0,0,0,.04);max-width:480px}.profile-card-icon{font-size:2rem;color:var(--primary-color);margin-bottom:-7px}.profile-form .form-group{margin-bottom:1.5rem}.profile-form label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.profile-form input[type=password],.profile-form input[type=text],.profile-form select{width:100%;padding:.75rem 1rem;border-radius:6px;font-size:1rem;transition:border .2s}.profile-form input:focus{outline:none}.profile-submit-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem;border:1.5px solid black}.error-message,.success-message{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;border-radius:6px;font-weight:500}.success-message{color:#15803d;border:1.5px solid #22c55e}.error-message{color:#b91c1c;border:1.5px solid #ef4444}#root.dark,.dark{background-color:black;color:white}.dark button,.dark input,.dark select,.dark textarea{background:black;color:white;border:2px solid white}.dark .login-button{background:#111}.dark button:hover{background:white;color:black}.dark .container{border-color:white}.dark .sub-container{padding:1rem;border:4px solid white}.dark .token-item{border-color:white}.dark .token-item:hover{background:white;color:black}.dark .box-header-row{background:#000;color:white}.dark .instructions-list li{color:#fff;line-height:1.5}.dark .wallet-address{border:1px solid white}.dark .linked-wallets .wallet-address{border:1px dashed white}.dark .tab-button.active{background-color:white;color:black}.dark .bridge-address-group{border:1px solid white}.settings-form{margin-top:2rem;padding:1.5rem;border:2px solid black;border-radius:4px}.dark .settings-form{border-color:white}.wallet-connect{margin-bottom:2rem;padding:1.5rem;border:2px solid black;border-radius:4px}.dark .wallet-connect{border-color:white}.info-message{margin-top:1.5rem;padding:1rem;border:2px solid black;border-radius:4px;display:flex;align-items:center;gap:.5rem;justify-content:center}.dark .info-message{border-color:white}.bridge-addresses{margin-top:.5rem;padding:1rem;border-radius:8px}.settings-submit-button{display:flex;align-items:center;gap:.7rem;padding:.8rem 1.2rem;border-radius:8px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;margin:1rem auto 0;box-shadow:0 2px 8px 0 rgba(0,0,0,.07)}.settings-submit-button:hover{background:var(--primary-hover);transform:translateY(-2px) scale(1.03)}.settings-submit-button svg{font-size:1.5em}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px white!important;-webkit-text-fill-color:black!important;caret-color:black!important;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.dark input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px black!important;-webkit-text-fill-color:white!important;caret-color:white!important}.wkit-dialog__overlay{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#0000001a;z-index:1000}.wkit-dialog__content{box-sizing:border-box;padding:24px;width:316px;position:relative;background-color:rgba(var(--wkit-bg-rgb),1);border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000000d;border-radius:var(--wkit-border-radius);display:flex;flex-direction:column}.wkit-dialog__title{font-weight:700;font-size:var(--wkit-font-size-large);font-family:var(--wkit-font-family);line-height:var(--wkit-line-height-large);text-align:center;color:rgba(var(--wkit-on-bg-rgb),1);margin:0}.wkit-dialog__header{display:flex;align-items:center;margin-bottom:10px}.wkit-dialog__close{padding:8px;border:0;background-size:55.5555555556%;width:36px;height:36px;border-radius:var(--wkit-border-radius);cursor:pointer;box-sizing:border-box;display:inline-block;background-color:rgba(var(--wkit-on-bg-rgb),.05)}.wkit-dialog__close:hover{background-color:rgba(var(--wkit-on-bg-rgb),.07)}.wkit-dialog__close:active{background-color:rgba(var(--wkit-on-bg-rgb),.1)}.wkit-dialog__close{color:rgba(var(--wkit-on-bg-rgb),.5)}.wkit-dialog__close:hover{color:rgba(var(--wkit-on-bg-rgb),.8)}.wkit-dialog__close:active{color:rgba(var(--wkit-on-bg-rgb),1)}.wkit-select__scroll{overflow-y:auto;margin-right:-12px;margin-left:-4px;max-height:380px;min-height:280px}.wkit-select__container{margin-top:24px}.wkit-select__container:first-child{margin-top:16px}.wkit-select__title{font-size:var(--wkit-font-size-small);font-family:var(--wkit-font-family);line-height:var(--wkit-line-height-small);color:rgba(var(--wkit-on-bg-rgb),.5);margin-bottom:15px;margin-left:6px}.wkit-select-item{font-weight:700;font-size:var(--wkit-font-size-medium);font-family:var(--wkit-font-family);line-height:var(--wkit-line-height-medium);margin-bottom:4px;display:flex;align-items:center;cursor:pointer;padding:6px;transition:background-color .2s;border-radius:var(--wkit-border-radius);background-color:var(--wkit-button-bg-varient1);color:rgba(var(--wkit-on-bg-rgb),.8)}.wkit-select-item:hover{background-color:rgba(var(--wkit-on-bg-rgb),.03);color:rgba(var(--wkit-on-bg-rgb),1)}.wkit-select-item:active{background-color:rgba(var(--wkit-on-bg-rgb),.07);color:rgba(var(--wkit-on-bg-rgb),1)}.wkit-select-item__icon{width:32px;height:32px;border-radius:16px;margin-right:10px}.wkit-select-item__icon-img{width:36px;border-radius:16px;object-fit:cover}.wkit-new-to-sui{width:100%;height:65px;position:absolute;bottom:0;left:0;box-sizing:border-box;background-color:rgba(var(--wkit-bg-rgb),1);display:flex;align-items:center;padding-left:24px;border-top:1px solid rgba(var(--wkit-on-bg-rgb),.1);border-radius:0 0 var(--wkit-border-radius) var(--wkit-border-radius)}.wkit-new-to-sui__text{font-weight:500;color:rgba(var(--wkit-on-bg-rgb),.5)}.wkit-new-to-sui__link,.wkit-new-to-sui__text{font-size:var(--wkit-font-size-small);line-height:var(--wkit-line-height-small);font-family:var(--wkit-font-family)}.wkit-new-to-sui__link{margin-left:12px;font-weight:700;text-decoration:none;color:hsl(var(--wkit-accent-hs),50%)}.wkit-new-to-sui__link:hover{color:hsl(var(--wkit-accent-hs),45%)}.wkit-new-to-sui__link:active{color:hsl(var(--wkit-accent-hs),37%)}.wkit-new-to-sui__link:visited{color:hsl(var(--wkit-accent-hs),50%)}.wkit-connecting,.wkit-install{padding:64px 0;flex:1 1;display:flex;justify-content:center;flex-direction:column;align-items:center}.wkit-connecting__logo,.wkit-install__logo{display:block;margin:0 auto 20px;width:48px;height:48px}.wkit-connecting__title,.wkit-install__title{font-weight:700;font-size:var(--wkit-font-size-large);line-height:var(--wkit-line-height-large);font-family:var(--wkit-font-family);text-align:center;color:rgba(var(--wkit-on-bg-rgb),1);margin:0}.wkit-connecting__description,.wkit-install__description{font-size:var(--wkit-font-size-small);line-height:var(--wkit-line-height-small);font-family:var(--wkit-font-family);color:rgba(var(--wkit-on-bg-rgb),.5);text-align:center;margin-top:5px}.wkit-button.wkit-install__button{width:unset;padding:10px 16px;font-size:var(--wkit-font-size-small);line-height:var(--wkit-line-height-small)}:root{--wkit-accent-hs:210,100%;--wkit-on-accent-rgb:255,255,255;--wkit-bg-rgb:255,255,255;--wkit-on-bg-rgb:10,14,34;--wkit-border-radius:16px;--wkit-font-family:"Inter",sans-serif;--wkit-font-family-mono:"IBM Plex Mono",monospace;--wkit-font-size-large:18px;--wkit-font-size-medium:16px;--wkit-font-size-small:14px;--wkit-line-height-large:22px;--wkit-line-height-medium:20px;--wkit-line-height-small:17px;--wkit-button-width:284px}.wkit-button{border-radius:var(--wkit-border-radius);width:var(--wkit-button-width);padding:14px 16px;color:rgba(var(--wkit-on-accent-rgb),1);font-weight:600;font-size:var(--wkit-font-size-medium);font-family:var(--wkit-font-family);line-height:var(--wkit-line-height-medium);cursor:pointer;border:0;background-color:hsl(var(--wkit-accent-hs),50%)}.wkit-button:hover{background-color:hsl(var(--wkit-accent-hs),45%)}.wkit-button:active{background-color:hsl(var(--wkit-accent-hs),37%)}.wkit-connected-button{width:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--wkit-border-radius);font-weight:600;font-size:var(--wkit-font-size-medium);line-height:var(--wkit-line-height-medium);padding:14px;border:0;cursor:pointer;background-color:rgba(var(--wkit-on-bg-rgb),.05)}.wkit-connected-button .wkit-address-select{color:rgba(var(--wkit-on-bg-rgb),.5)}.wkit-connected-button:hover{background-color:rgba(var(--wkit-on-bg-rgb),.07)}.wkit-connected-button:hover .wkit-address-select{color:rgba(var(--wkit-on-bg-rgb),.8)}.wkit-connected-button:active{background-color:#0a0e221a}.wkit-connected-button:active .wkit-address-select{color:rgba(var(--wkit-on-bg-rgb),.8)}.wkit-connected-button__balance{font-style:normal;font-weight:700;font-size:var(--wkit-font-size-medium);line-height:var(--wkit-line-height-medium);font-family:var(--wkit-font-family);color:rgba(var(--wkit-on-bg-rgb),1);white-space:nowrap;flex-grow:1}.wkit-connected-button__divider{width:1px;height:16px;margin:0 6px}.wkit-address-select{display:flex;justify-content:space-between;align-items:center;color:rgba(var(--wkit-on-bg-rgb),.5)}.wkit-address-select__address{font-style:normal;font-family:var(--wkit-font-family-mono);font-weight:400;font-size:var(--wkit-font-size-medium);line-height:var(--wkit-line-height-medium)}.wkit-address-select__right-arrow{width:20px;height:20px;display:inline-block;margin-left:4px}.wkit-connected-container{position:relative;width:var(--wkit-button-width);background-color:rgba(var(--wkit-bg-rgb),1);border-radius:var(--wkit-border-radius)}.wkit-disconnect-button__container{position:absolute;bottom:-56px;background-color:rgba(var(--wkit-bg-rgb),1)}.wkit-disconnect-button,.wkit-disconnect-button__container{width:100%;display:flex;border-radius:var(--wkit-border-radius)}.wkit-disconnect-button{align-items:center;justify-content:center;box-sizing:border-box;padding:14px;cursor:pointer;text-align:center;font-family:var(--wkit-font-family);font-style:normal;font-weight:700;font-size:var(--wkit-font-size-medium);line-height:var(--wkit-line-height-medium);color:rgba(var(--wkit-on-bg-rgb),.8);border:0;background-color:rgba(var(--wkit-on-bg-rgb),.05)}.wkit-disconnect-button:hover{background-color:rgba(var(--wkit-on-bg-rgb),.07)}.wkit-disconnect-button:active{background-color:#0a0e221a}