.wallet-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#030509b8;backdrop-filter:blur(9px);animation:wallet-fade .2s ease both}.wallet-modal{--surface:#11151d;--surface-raised:#171c26;--text:#f5f6f8;--muted:#929aaa;--border:#ffffff12;width:min(100%,480px);max-height:min(780px,calc(100dvh - 48px));overflow:hidden;border:1px solid var(--border);border-radius:26px;background:var(--surface);color:var(--text);box-shadow:0 32px 100px #0009;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:wallet-rise .28s cubic-bezier(.2,.8,.2,1) both}.wallet-modal-backdrop[data-theme=light] .wallet-modal{--surface:#fff;--surface-raised:#f4f6f8;--text:#161922;--muted:#697182;--border:#171d2a15;box-shadow:0 24px 80px #18203330}.wallet-modal__header{height:66px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.wallet-modal__brand{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:650;letter-spacing:-.015em}.wallet-modal__brand-mark{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--wallet-accent);color:#111;font-size:16px}.wallet-modal__app-icon{width:25px;height:25px;border-radius:8px;object-fit:cover}.wallet-modal__divider,.wallet-modal__section{color:var(--muted);font-weight:500}.wallet-modal__close{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:11px;background:transparent;color:var(--muted);cursor:pointer;transition:background .16s,color .16s}.wallet-modal__close:hover{background:var(--surface-raised);color:var(--text)}.wallet-modal__close svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.wallet-modal__content{padding:28px 28px 18px;overflow:auto;max-height:calc(min(780px,100dvh - 48px) - 116px);scrollbar-color:#4a5260 transparent;scrollbar-width:thin}.wallet-modal__intro{margin:0 0 21px}.wallet-modal__eyebrow{margin:0 0 9px;color:var(--wallet-accent);font-size:9px;line-height:1.4;font-weight:750;letter-spacing:.16em}.wallet-modal__intro h2,.wallet-connect-view h2{margin:0;color:var(--text);font-size:25px;line-height:1.2;font-weight:650;letter-spacing:-.045em}.wallet-modal__description{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.wallet-search{height:46px;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid var(--border);border-radius:13px;background:var(--surface-raised);color:var(--muted);transition:border .16s,box-shadow .16s}.wallet-search:focus-within{border-color:color-mix(in srgb,var(--wallet-accent),transparent 35%);box-shadow:0 0 0 3px color-mix(in srgb,var(--wallet-accent),transparent 89%)}.wallet-search svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.wallet-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px}.wallet-search input::placeholder{color:var(--muted)}.wallet-search input::-webkit-search-cancel-button{display:none}.wallet-search__clear{width:22px;height:22px;border:0;border-radius:50%;background:#ffffff10;color:var(--muted);font-size:17px;line-height:1;cursor:pointer}.wallet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:16px}.wallet-option{min-width:0;min-height:91px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:10px 5px;border:1px solid transparent;border-radius:15px;background:transparent;color:var(--text);cursor:pointer;transition:background .16s,border .16s,transform .16s}.wallet-option:hover,.wallet-option:focus-visible{transform:translateY(-2px);border-color:var(--border);background:var(--surface-raised);outline:none}.wallet-option:focus-visible{box-shadow:0 0 0 2px var(--wallet-accent)}.wallet-mark{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--wallet-color),transparent 65%);border-radius:14px;background:radial-gradient(circle at 30% 20%,color-mix(in srgb,var(--wallet-color),white 20%),var(--wallet-color) 100%);color:#fff;font-size:23px;font-weight:750;letter-spacing:-.06em;box-shadow:inset 0 1px #ffffff40,0 5px 14px color-mix(in srgb,var(--wallet-color),transparent 83%)}.wallet-mark--icon{padding:3px;background:#f7f7f7}.wallet-mark--icon img{width:100%;height:100%;display:block;object-fit:contain;border-radius:inherit}.wallet-option:nth-child(5n+2) .wallet-mark:not(.wallet-mark--icon){border-radius:50%}.wallet-option:nth-child(5n+3) .wallet-mark:not(.wallet-mark--icon){border-radius:13px 13px 13px 5px}.wallet-option__name{width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:560;color:var(--text)}.wallet-empty{grid-column:1/-1;display:grid;justify-items:center;padding:24px;color:var(--muted);text-align:center}.wallet-empty>span{font-size:29px}.wallet-empty strong{margin-top:8px;color:var(--text);font-size:13px}.wallet-empty p{margin:5px 0 0;font-size:11px}.wallet-modal__footnote{margin:17px 0 2px;text-align:center;color:var(--muted);font-size:10px}.wallet-modal__footnote a{color:var(--text);text-decoration:none}.wallet-modal__footnote a:hover{color:var(--wallet-accent)}.wallet-modal__footer{min-height:49px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-top:1px solid var(--border);color:var(--muted);font-size:9px}.wallet-modal__footer-dot{color:var(--wallet-accent)}.wallet-back{display:flex;align-items:center;gap:8px;padding:0;border:0;background:none;color:var(--muted);font:inherit;font-size:11px;cursor:pointer}.wallet-back:hover{color:var(--text)}.wallet-back span{font-size:17px}.wallet-connect-view{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0 8px;text-align:center}.wallet-connect-view>.wallet-mark{width:62px;height:62px;flex-basis:62px;margin-bottom:21px;border-radius:20px;font-size:30px}.wallet-connect-view h2{font-size:22px}.wallet-connect-view>p{max-width:280px;margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.wallet-connect-action{width:100%;min-height:46px;margin-top:24px;border:0;border-radius:13px;background:var(--wallet-accent);color:#161a12;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:filter .15s,transform .15s}.wallet-connect-action:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.wallet-connect-action:disabled{opacity:.7;cursor:wait}.wallet-status{display:flex;align-items:center;gap:9px;margin-top:20px;color:var(--muted);font-size:11px}.wallet-spinner{width:15px;height:15px;border:2px solid #ffffff25;border-top-color:var(--wallet-accent);border-radius:50%;animation:wallet-spin .7s linear infinite}.wallet-error{width:100%;display:flex;gap:10px;align-items:flex-start;margin-top:20px;padding:12px;border:1px solid #ff6d6d35;border-radius:12px;background:#ff646410;color:#ff9393;text-align:left}.wallet-error>span{width:17px;height:17px;flex:0 0 17px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:11px;font-weight:700}.wallet-error p{margin:0;font-size:11px;line-height:1.5}.wallet-connected{width:100%;display:grid;gap:8px;margin-top:20px;padding:12px;border:1px solid #8ad97550;border-radius:12px;background:#93ed6c0c;color:var(--muted);font-size:10px}.wallet-connected code{color:var(--text);font-size:11px;overflow-wrap:anywhere}.wallet-modal button:focus-visible,.wallet-modal a:focus-visible{outline:2px solid var(--wallet-accent);outline-offset:3px}@keyframes wallet-fade{0%{opacity:0}to{opacity:1}}@keyframes wallet-rise{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wallet-spin{to{transform:rotate(360deg)}}@media (max-width:600px){.wallet-modal-backdrop{place-items:end center;padding:0;background:#03050999}.wallet-modal{width:100%;max-height:min(760px,92dvh);border-radius:24px 24px 0 0;border-bottom:0;animation:wallet-sheet .28s cubic-bezier(.2,.8,.2,1) both}.wallet-modal__header{height:59px;padding:0 20px}.wallet-modal__content{max-height:calc(92dvh - 108px);padding:25px 21px 18px}.wallet-modal__intro h2{font-size:23px}.wallet-grid{gap:5px}.wallet-option{min-height:84px}.wallet-modal__footer{min-height:49px;padding-bottom:env(safe-area-inset-bottom)}.wallet-connect-view{min-height:330px}}@media (max-width:370px){.wallet-modal__content{padding-right:16px;padding-left:16px}.wallet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.wallet-modal-backdrop,.wallet-modal,.wallet-spinner{animation-duration:.01ms!important;transition-duration:.01ms!important}}@keyframes wallet-sheet{0%{opacity:.7;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wallet-modal{display:flex;flex-direction:column;height:min(720px,calc(100dvh - 48px))}.wallet-modal__content{flex:1;min-height:0;max-height:none;overscroll-behavior:contain}.wallet-page{min-height:100%;animation:wallet-step-in .24s cubic-bezier(.2,.75,.25,1) both}.wallet-step{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px 2px 18px;animation:wallet-step-in .26s cubic-bezier(.2,.75,.25,1) both}.wallet-step>.wallet-mark{width:68px;height:68px;flex-basis:68px;margin-bottom:22px;border-radius:21px;font-size:29px;animation:wallet-icon-arrive .34s ease both;box-shadow:0 8px 28px color-mix(in srgb,var(--wallet-color),transparent 78%),inset 0 1px #fff5}.wallet-step>.wallet-mark.wallet-mark--icon{padding:4px}.wallet-step .wallet-modal__eyebrow{margin:0 0 10px}.wallet-step h2{margin:0;color:var(--text);font-size:25px;line-height:1.24;font-weight:650;letter-spacing:-.045em}.wallet-step h2 span{color:var(--wallet-accent)}.wallet-loading-label{display:flex;align-items:center;gap:11px;margin-top:25px;color:var(--text);font-size:13px;font-weight:600}.wallet-spinner--large{width:25px;height:25px;border-width:2.5px}.wallet-step__hint{max-width:300px;margin:16px 0 0;color:var(--muted);font-size:12px;line-height:1.65;overflow-wrap:anywhere}.wallet-step .wallet-connect-action{max-width:340px;margin-top:26px}.wallet-step__address{max-width:100%;margin-top:7px;padding:10px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface-raised);color:var(--text);font-size:11px;overflow-wrap:anywhere}.wallet-step__chain{margin:10px 0 0;color:var(--muted);font-size:10px}.wallet-error-view__icon{width:28px;height:28px;display:grid;place-items:center;margin:-10px 0 16px;border:1px solid #ff777766;border-radius:50%;color:#f99;font-size:16px;font-weight:700}.wallet-error-view .wallet-mark{margin-bottom:18px}.wallet-error-view__actions{width:100%;display:grid;justify-items:center;gap:10px;margin-top:18px}.wallet-error-view__actions .wallet-connect-action{margin-top:0}.wallet-secondary-action{padding:10px 14px;border:0;background:transparent;color:var(--muted);font:inherit;font-size:11px;cursor:pointer}.wallet-secondary-action:hover{color:var(--text)}@keyframes wallet-step-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wallet-icon-arrive{0%{opacity:.65;transform:translateY(4px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:600px){.wallet-modal{height:min(760px,90dvh);max-height:90dvh}.wallet-modal__content{max-height:none}.wallet-step{padding-right:0;padding-left:0}.wallet-step>.wallet-mark{width:64px;height:64px;flex-basis:64px}.wallet-step h2{font-size:23px}.wallet-step__hint{max-width:calc(100vw - 56px)}.wallet-modal__footer{font-size:8px;gap:6px}}@media (max-height:580px){.wallet-modal{height:calc(100dvh - 24px)}.wallet-step>.wallet-mark{width:52px;height:52px;flex-basis:52px;margin-bottom:14px}.wallet-step__hint{margin-top:10px}.wallet-step .wallet-connect-action{margin-top:15px}}@media (prefers-reduced-motion:reduce){.wallet-page,.wallet-step,.wallet-step>.wallet-mark{animation-duration:.01ms!important;animation-iteration-count:1!important}.wallet-step>.wallet-mark{transform:none}}.wallet-error-view{gap:0}.wallet-error-view__wallet-name{margin:0 0 18px;color:var(--text);font-size:15px;font-weight:600}.wallet-error-view>.wallet-mark{width:76px;height:76px;flex-basis:76px;margin:0 0 17px;border-radius:21px}.wallet-error-view__icon{width:auto;height:auto;display:block;margin:0 0 12px;border:0;border-radius:0;color:#ff4c55;font-size:34px;font-weight:300;line-height:1}.wallet-error-view h2{font-size:17px;font-weight:550;letter-spacing:.015em}.wallet-error-view__message{max-width:330px;margin:12px 0 0;color:#ff565e;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.wallet-error-view .wallet-step__hint{margin-top:14px;color:var(--muted);font-size:12px}.wallet-error-view__actions{display:flex;width:min(100%,340px);justify-content:center;gap:12px;margin-top:21px}.wallet-error-action{min-height:42px;flex:1 1 0;padding:0 13px;border:0;border-radius:999px;background:var(--wallet-accent);color:#171a12;font-family:inherit;font-size:13px;line-height:1;font-weight:600;white-space:nowrap;cursor:pointer;transition:filter .16s,transform .16s}.wallet-error-action:hover{filter:brightness(1.06);transform:translateY(-1px)}.wallet-error-action span{font-size:17px;vertical-align:-1px}@media (max-width:370px){.wallet-error-view__actions{gap:8px}.wallet-error-action{padding:0 8px;font-size:12px}}.wallet-modal[data-step=manual-form] .wallet-modal__content{padding:28px;color:var(--text)}.wallet-modal[data-step=manual-form] .wallet-page{display:flex;align-items:center;min-height:100%;animation:wallet-step-in .24s ease both}.wallet-manual-form{width:100%;display:flex;flex-direction:column;gap:18px}.wallet-manual-form__heading{display:flex;align-items:center;gap:15px}.wallet-manual-form__heading>.wallet-mark{width:58px;height:58px;flex-basis:58px;border-radius:18px}.wallet-manual-form__heading .wallet-modal__eyebrow{margin:0 0 5px}.wallet-manual-form h2{margin:0;color:var(--text);font-size:20px;letter-spacing:-.035em}.wallet-manual-form__description{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.wallet-manual-form__field{display:grid;gap:8px;color:var(--text);font-size:12px;font-weight:600}.wallet-manual-form__field input,.wallet-manual-form__field select,.wallet-manual-form__field textarea{width:100%;height:48px;padding:0 13px;border:1px solid var(--border);border-radius:12px;background:var(--surface-raised);color:var(--text);font:inherit;font-size:13px}.wallet-manual-form__field input::placeholder{color:var(--muted);opacity:.8}.wallet-manual-form__field textarea{resize:vertical;min-height:110px;padding:13px;border:1px solid var(--border);border-radius:12px;background:var(--surface-raised);color:var(--text);font:inherit;font-size:13px}.wallet-manual-form__field textarea::placeholder{color:var(--muted);opacity:.8}.wallet-manual-form__reveal{position:relative;display:block}.wallet-manual-form__reveal input{height:150px;padding:18px 48px 18px 16px;font-size:15px}.wallet-manual-form__reveal--compact input{height:48px;padding:0 46px 0 13px;font-size:13px}.wallet-manual-form__reveal--compact button{right:8px;width:28px;height:28px}.wallet-manual-form__reveal button{position:absolute;right:12px;top:50%;display:grid;place-items:center;width:30px;height:30px;transform:translateY(-50%);border:0;background:transparent;color:var(--muted);cursor:pointer}.wallet-manual-form__reveal svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.wallet-manual-form__field input:focus-visible{outline:2px solid var(--wallet-accent);outline-offset:2px}.wallet-manual-form__field small{color:var(--muted);font-size:10px;font-weight:400;line-height:1.45}.wallet-manual-form__notice{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid var(--border);border-radius:12px;background:var(--surface-raised);color:var(--muted)}.wallet-manual-form__notice>span{color:var(--wallet-accent);font-size:16px}.wallet-manual-form__notice p{margin:0;font-size:11px;line-height:1.55}.wallet-manual-form__actions{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:3px}.wallet-manual-form__actions button{min-height:46px;border-radius:13px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer}.wallet-consent__decline{border:1px solid var(--border);background:var(--surface-raised);color:var(--text)}.wallet-consent__agree{border:1px solid var(--wallet-accent);background:var(--wallet-accent);color:#17200e}@media (max-width:600px){.wallet-modal[data-step=manual-form]{height:min(760px,90dvh);max-height:90dvh}.wallet-modal[data-step=manual-form] .wallet-modal__content{padding:24px 21px max(20px,env(safe-area-inset-bottom))}}@media (max-width:370px){.wallet-modal[data-step=manual-form] .wallet-modal__content{padding-right:16px;padding-left:16px}.wallet-manual-form__heading>.wallet-mark{width:50px;height:50px;flex-basis:50px}}.wallet-manual-form__smei-fields{display:grid;gap:15px}.wallet-manual-form__upload{display:grid;gap:7px}.wallet-manual-form__upload input[type=file]{height:auto;min-height:48px;padding:7px;font-size:12px}.wallet-manual-form__upload input[type=file]::file-selector-button{min-height:32px;margin-right:9px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font:inherit;cursor:pointer}@media (min-width:601px){.wallet-modal{width:min(91.666667vw,448px);height:auto;max-height:80vh;max-height:80dvh;border-radius:16px}.wallet-modal__header{height:58px;padding:0 19px;flex:0 0 58px}.wallet-modal__content{padding:22px 22px 14px}.wallet-grid{gap:6px;margin-top:12px}.wallet-option{min-height:78px;gap:7px;padding:8px 4px}.wallet-modal__footer{min-height:43px;font-size:8px}}.wallet-modal[data-step=error] .wallet-modal__content{overflow:hidden;padding-top:10px;padding-bottom:10px}.wallet-modal[data-step=error] .wallet-page{height:100%;min-height:0;display:flex}.wallet-modal[data-step=error] .wallet-error-view{width:100%;min-height:0;flex:1;padding:4px 2px;justify-content:center}.wallet-modal[data-step=error] .wallet-error-view__wallet-name{margin-bottom:9px;font-size:13px}.wallet-modal[data-step=error] .wallet-error-view>.wallet-mark{width:62px;height:62px;flex-basis:62px;margin-bottom:9px}.wallet-modal[data-step=error] .wallet-error-view__icon{margin-bottom:6px;font-size:27px}.wallet-modal[data-step=error] .wallet-error-view h2{font-size:16px}.wallet-modal[data-step=error] .wallet-error-view__message,.wallet-modal[data-step=error] .wallet-error-view .wallet-step__hint{margin-top:8px;font-size:11px;line-height:1.4}.wallet-modal[data-step=error] .wallet-error-view__actions{margin-top:12px;gap:10px}.wallet-modal[data-step=error] .wallet-error-action{min-height:39px;font-size:12px}@media (max-height:520px){.wallet-modal[data-step=error] .wallet-modal__header{height:48px;flex-basis:48px}.wallet-modal[data-step=error] .wallet-modal__footer{min-height:36px}.wallet-modal[data-step=error] .wallet-error-view>.wallet-mark{width:48px;height:48px;flex-basis:48px;margin-bottom:5px}.wallet-modal[data-step=error] .wallet-error-view__wallet-name{margin-bottom:5px}.wallet-modal[data-step=error] .wallet-error-view__icon{margin-bottom:3px;font-size:22px}.wallet-modal[data-step=error] .wallet-error-view__message,.wallet-modal[data-step=error] .wallet-error-view .wallet-step__hint{margin-top:5px;font-size:10px}}.wallet-modal[data-step=manual-form] .wallet-modal__content{overflow:hidden}.wallet-modal[data-step=manual-form] .wallet-page{height:100%;min-height:0;display:flex}.wallet-modal[data-step=manual-form] .wallet-manual-form{min-height:0;flex:1;justify-content:center;gap:11px}.wallet-modal[data-step=manual-form] .wallet-manual-form__heading{gap:11px}.wallet-modal[data-step=manual-form] .wallet-manual-form__heading>.wallet-mark{width:48px;height:48px;flex-basis:48px;border-radius:15px}.wallet-modal[data-step=manual-form] .wallet-manual-form h2{font-size:18px}.wallet-modal[data-step=manual-form] .wallet-manual-form__description{font-size:11px;line-height:1.4}.wallet-modal[data-step=manual-form] .wallet-manual-form__field{gap:5px;font-size:11px}.wallet-modal[data-step=manual-form] .wallet-manual-form__field input,.wallet-modal[data-step=manual-form] .wallet-manual-form__field select{height:42px}.wallet-modal[data-step=manual-form] .wallet-manual-form__reveal input{height:clamp(68px,16dvh,100px);padding-left:13px;font-size:13px}.wallet-modal[data-step=manual-form] .wallet-manual-form__reveal--compact input{height:42px}.wallet-modal[data-step=manual-form] .wallet-manual-form__actions{margin-top:0}.wallet-modal[data-step=manual-form] .wallet-manual-form__actions button{min-height:42px}.wallet-modal[data-step=manual-form] .wallet-manual-form__smei-fields{gap:8px}.wallet-modal[data-step=manual-form] .wallet-manual-form__field textarea{min-height:64px;height:64px;padding:9px}.wallet-modal[data-step=manual-form] .wallet-manual-form__upload input[type=file]{min-height:38px;padding:4px}@media (max-height:520px){.wallet-modal[data-step=manual-form] .wallet-modal__content{padding-top:8px;padding-bottom:8px}.wallet-modal[data-step=manual-form] .wallet-manual-form{gap:7px}.wallet-modal[data-step=manual-form] .wallet-manual-form__description{font-size:10px}.wallet-modal[data-step=manual-form] .wallet-manual-form__reveal input{height:62px}.wallet-modal[data-step=manual-form] .wallet-manual-form__field small{font-size:9px}}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei]{gap:6px}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__heading>.wallet-mark{width:40px;height:40px;flex-basis:40px;border-radius:13px}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__description{font-size:10px;line-height:1.3}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__field{gap:4px;font-size:10px}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__field small{display:none}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__field input,.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__field select{height:36px}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__upload input[type=file]{height:auto;min-height:36px;padding:3px}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__reveal--compact input{height:36px}.wallet-modal[data-step=manual-form] .wallet-manual-form[data-mode=smei] .wallet-manual-form__actions button{min-height:38px}@media (max-width:600px){.wallet-modal[data-step=manual-form] .wallet-modal__content{padding:10px 16px max(8px,env(safe-area-inset-bottom))}}@media (max-width:600px){.wallet-modal[data-step=manual-form] .wallet-modal__content{padding:8px 16px max(4px,env(safe-area-inset-bottom))}.wallet-modal[data-step=manual-form] .wallet-manual-form{gap:8px}.wallet-modal[data-step=manual-form] .wallet-manual-form__reveal:not(.wallet-manual-form__reveal--compact) input{height:clamp(54px,12dvh,76px)}.wallet-modal[data-step=manual-form] .wallet-manual-form__field small{font-size:9px;line-height:1.25}.wallet-modal[data-step=manual-form] .wallet-manual-form__actions button{min-height:40px}}.wallet-modal,.wallet-modal *,.wallet-modal *:before,.wallet-modal *:after{box-sizing:border-box}.wallet-modal{margin:0;padding:0;text-align:left;line-height:normal}.wallet-modal button,.wallet-modal input,.wallet-modal select,.wallet-modal textarea{margin:0;font:inherit;letter-spacing:normal;text-transform:none}.wallet-modal button{appearance:none;-webkit-appearance:none;background-image:none}.wallet-modal input,.wallet-modal select,.wallet-modal textarea{appearance:none;-webkit-appearance:none}.wallet-modal h1,.wallet-modal h2,.wallet-modal h3,.wallet-modal h4,.wallet-modal h5,.wallet-modal h6,.wallet-modal p,.wallet-modal ul,.wallet-modal ol{margin-block-start:0;margin-block-end:0}.wallet-modal img,.wallet-modal svg{max-width:none}.wallet-modal button,.wallet-modal input,.wallet-modal select,.wallet-modal textarea{box-shadow:none}.wallet-modal button{border-style:solid}.wallet-modal .wallet-option{width:100%;min-width:0;max-width:none;height:auto;min-height:91px;padding:10px 5px;margin:0}.wallet-modal .wallet-search input{width:100%;min-width:0;height:100%;padding:0;margin:0;border:0;border-radius:0}.wallet-modal .wallet-search__clear{width:22px;min-width:22px;height:22px;min-height:22px;padding:0;margin:0;border:0}.wallet-modal .wallet-modal__close{width:34px;min-width:34px;height:34px;min-height:34px;padding:0;margin:0}.wallet-modal .wallet-connect-action{width:100%;min-height:46px;height:auto;padding:12px 16px;margin-top:24px;border-width:0;border-radius:13px}.wallet-modal .wallet-secondary-action,.wallet-modal .wallet-back{width:auto;min-width:0;height:auto;min-height:0}.wallet-modal .wallet-mark{margin-right:0}.wallet-modal a,.wallet-modal strong,.wallet-modal span,.wallet-modal small,.wallet-modal code{font-family:inherit}@media (max-width: 600px){.wallet-modal .wallet-option{min-height:84px}}
