:root{font-family:Manrope,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#010c19;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 24px;--text-2xl: 32px}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh;overflow-x:hidden}.btn{width:100%;height:52px;border:none;border-radius:100px;font-family:inherit;font-size:var(--text-lg);font-weight:600;cursor:pointer;transition:opacity .2s;display:inline-flex;align-items:center;justify-content:center}.btn:hover{opacity:.85}.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background-color:#0031b4;color:#fff}.btn--ghost{background-color:transparent;color:#010c19}.btn--muted{background-color:#f1f3f9;color:#3e4045}.logo{position:absolute;top:22px;left:24px;display:block;width:141px;height:24px;background-color:#0031b4;-webkit-mask-image:url(/assets/logo-full-B6ue4Snx.svg);mask-image:url(/assets/logo-full-B6ue4Snx.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;z-index:50}.logo--centered{left:50%;transform:translate(-50%)}.logo--inline{position:static;align-self:center}.login-content{align-items:stretch;text-align:left;gap:32px;min-height:100vh;justify-content:center}.login-title{text-align:left}.login-input{width:100%;height:52px;padding:0 20px;border:1px solid #f7f7f8;border-radius:17px;font-family:inherit;font-size:var(--text-base);font-weight:500;color:#3e4045;background:#fff;outline:none;transition:border-color .2s}.login-input::placeholder{color:#3e404580}.login-input:focus{border-color:#0031b4}.login-code-content{gap:32px;min-height:100vh;justify-content:center}.login-back{margin-top:-20px;background:none;border:none;padding:8px;font-family:inherit;font-size:13px;font-weight:600;color:#010c1980;text-align:center;cursor:pointer;align-self:center}.login-back:hover{color:#010c19bf}.login-code-title{text-align:left}.login-code-inputs{display:flex;gap:12px;width:100%;justify-content:space-between}.login-code-input{flex:1;height:56px;min-width:0;border:1px solid #f7f7f8;border-radius:12px;background:#fff;font-family:inherit;font-size:var(--text-xl);font-weight:600;text-align:center;color:#010c19;outline:none;transition:border-color .2s}.login-code-input:focus{border-color:#0031b4}.login-code-input--error,.login-code-input--error:focus{border-color:#d92d20;color:#d92d20}.login-code-error{margin-top:-16px;font-size:var(--text-sm);font-weight:500;color:#d92d20;text-align:center}.add-wallet-page{background-color:#fff;display:flex;flex-direction:column;align-items:stretch;min-height:100vh}.add-wallet-top{position:relative;width:100%;height:40vh;min-height:256px;background-color:#f7f7f8;display:flex;flex-direction:column;align-items:center}.add-wallet-card{position:absolute;left:50%;transform:translate(-50%);bottom:-5px;width:254px;height:210px;background-color:#fff;border-top-left-radius:40px;border-top-right-radius:40px;padding:42px 23px 0;display:flex;justify-content:center;align-items:flex-start}.add-wallet-icons{display:grid;grid-template-columns:repeat(3,63px);grid-template-rows:repeat(2,63px);column-gap:9px;row-gap:10px}.add-wallet-icon{width:63px;height:63px;border-radius:15px;overflow:hidden;background-color:#f7f7f8}.add-wallet-icon--bordered{border:1px solid rgba(0,0,0,.1)}.add-wallet-icon img{width:100%;height:100%;object-fit:cover;display:block}.add-wallet-bottom{flex:1;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:80px 20px 40px}.add-wallet-body{width:100%;max-width:353px;display:flex;flex-direction:column;gap:32px}.add-wallet-body .page-body{margin-top:-8px}.account-list-loading{display:flex;align-items:center;justify-content:center;min-height:160px}.connected-accounts{display:flex;flex-direction:column;gap:12px}.connected-accounts-label{font-size:var(--text-sm);font-weight:500;color:#010c1980}.account-list{display:flex;flex-direction:column;gap:12px}.account-row{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid #f7f7f8;border-radius:17px;background-color:#fff}.account-icon{width:48px;height:48px;border-radius:12px;overflow:hidden;background-color:#efefef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.account-icon img{width:100%;height:100%;object-fit:cover;display:block}.account-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.account-name{font-size:var(--text-base);font-weight:500;color:#3e4045;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-address{font-size:var(--text-sm);font-weight:500;color:#010c1980;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-check{width:28px;height:28px;border-radius:100px;background-color:#e4f6ea;display:flex;align-items:center;justify-content:center;flex-shrink:0;--fill-0: #16b364}.account-check img{width:16px;height:16px}.add-wallet-logout{margin-top:-20px;background:none;border:none;padding:8px;font-family:inherit;font-size:13px;font-weight:600;color:#010c1980;text-align:center;cursor:pointer;align-self:center}.add-wallet-logout:hover{color:#010c19bf}.back-button{position:absolute;top:24px;left:22px;width:48px;height:48px;border-radius:100px;border:1px solid #f7f7f8;background-color:#fff;color:#010c19;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;transition:opacity .2s}.back-button:hover{opacity:.85}.back-button:active{opacity:.7}.wallet-connected-content{padding-top:60px;gap:12px}.wallet-connected-content .page-title{margin-bottom:8px}.wallet-connected-intro{font-size:var(--text-lg);font-weight:500;color:#010c1980;line-height:1.4;margin:0 0 8px}.wallet-connected-card{background-color:#fff;border:1px solid #f7f7f8;border-radius:17px;padding:16px;display:flex;align-items:center;gap:14px;min-height:66px}.wallet-connected-icon{width:34px;height:34px;border-radius:8px;background-color:#efefef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wallet-connected-icon img{width:24px;height:24px;object-fit:cover}.wallet-connected-address{flex:1;font-size:var(--text-base);font-weight:500;color:#3e4045}.wallet-connected-check{width:40px;height:40px;border-radius:100px;background-color:#f1f3f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wallet-connected-check img{width:22px;height:22px}.wallet-connected-spinner{width:22px;height:22px;border:3px solid #e5e7eb;border-top-color:#010c19;border-radius:50%;flex-shrink:0;animation:app-spin .8s linear infinite}.page{position:relative;min-height:100vh;width:100%;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#fff}.page--muted{background-color:#f7f7f8}.page-content{max-width:393px;margin:0 auto;padding:88px 20px;display:flex;flex-direction:column;gap:24px}.page-content--centered{padding-top:0;min-height:100vh;justify-content:center}.page-title{font-size:var(--text-xl);font-weight:700;color:#010c19;line-height:1.2}.page-subtitle{font-size:var(--text-xl);font-weight:600;color:#010c1980;line-height:1.2}.page-body{font-size:var(--text-lg);font-weight:600;color:#010c1980;line-height:1.4}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.app-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#010c19;border-radius:50%;animation:app-spin .8s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}
