:root{--bg:#0b0b0f;--panel:#121621;--line:#252b39;--text:#ffffff;--muted:#97a0b3}*{box-sizing:border-box}html,body,#root{min-height:100%}html,body,#root{width:100%}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#0b0b0f,#101625);margin:0;overflow-x:hidden;-webkit-tap-highlight-color:transparent;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100dvh}button,input,select,textarea{font:inherit}button{transition:transform .14s ease,opacity .14s ease,box-shadow .14s ease}button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}input,select,textarea{transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #3f7cff24}img{max-width:100%}@keyframes inri-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--radius-xl:24px;--radius-lg:18px;--radius-md:14px;--space-1:8px;--space-2:12px;--space-3:16px;--space-4:20px}.wallet-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.wallet-responsive-2col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-action-wrap{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.wallet-skeleton-list{display:grid;gap:10px}.wallet-skeleton-card{height:92px;border-radius:18px;border:1px solid rgba(148,163,184,.15);background:linear-gradient(90deg,#94a3b814 25%,#94a3b829,#94a3b814 75%);background-size:200% 100%;animation:wallet-shimmer 1.35s linear infinite}@keyframes wallet-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 760px){.wallet-responsive-2col{grid-template-columns:1fr}}.wallet-page-shell{min-height:100vh;padding-bottom:132px;box-sizing:border-box}.wallet-main-shell{padding:16px;max-width:980px;margin:0 auto;box-sizing:border-box;width:100%}.wallet-top-actions{display:flex;justify-content:flex-end;margin-bottom:12px}.wallet-surface{border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 40px #0000002e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-sizing:border-box}.wallet-auth-shell{min-height:100vh;padding:20px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.wallet-auth-wrap{width:min(460px,100%)}.wallet-auth-card{padding:18px}.wallet-auth-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.wallet-inline-feedback{margin-top:14px;text-align:center;color:#3f7cff;font-weight:700;font-size:13px}.wallet-header-shell{max-width:980px;margin:0 auto;padding:12px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.wallet-header-actions{display:flex;align-items:center;gap:8px;min-width:0}.wallet-network-trigger{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid rgba(63,124,255,.35);background:#3f7cff1f;color:#3f7cff;font-weight:800;font-size:13px;cursor:pointer;max-width:190px;min-width:0}.wallet-network-popover{position:absolute;right:0;top:calc(100% + 8px);width:min(360px,calc(100vw - 32px));border-radius:18px;padding:10px;z-index:100;max-height:min(520px,calc(100vh - 120px));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.wallet-network-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#070b128f;z-index:120;display:flex;align-items:flex-end;justify-content:center;padding:12px}.wallet-network-drawer{width:min(560px,100%);border-radius:22px 22px 0 0;padding:12px;max-height:min(78vh,680px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.wallet-network-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.wallet-icon-btn{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:var(--panel);color:var(--text);font-size:18px;cursor:pointer;flex-shrink:0}@media (max-width: 760px){.wallet-page-shell{padding-bottom:124px}.wallet-main-shell{padding:12px}.wallet-header-shell{grid-template-columns:1fr;align-items:stretch}.wallet-header-actions{justify-content:space-between}.wallet-network-trigger{max-width:min(56vw,220px)}.wallet-auth-shell,.wallet-auth-card{padding:14px}}@media (max-width: 520px){.wallet-auth-tabs{grid-template-columns:1fr}.wallet-header-actions{gap:6px}.wallet-network-trigger{max-width:min(48vw,180px)}}.wallet-ui-card{border:1px solid;border-radius:22px;box-shadow:0 14px 34px #0000002e;display:grid;gap:14px}.wallet-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.wallet-ui-subtle{color:var(--muted);line-height:1.5;font-size:13px;overflow-wrap:anywhere}.wallet-action-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.wallet-ui-btn{touch-action:manipulation}.wallet-status-pill{padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.wallet-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#0f1520b8}.wallet-empty-state{padding:22px 18px;border-radius:18px;border:1px dashed;text-align:center;display:grid;gap:8px;justify-items:center}.wallet-mobile-stack{display:grid;gap:12px}.wallet-header-brand{display:flex;align-items:center;gap:12px;min-width:0}.wallet-header-avatar-btn{width:42px;height:42px;border-radius:16px;border:1px solid var(--line);background:#94a3b814;display:grid;place-items:center;overflow:hidden;cursor:pointer;padding:0;flex-shrink:0}.wallet-header-settings-btn{border-radius:14px}.wallet-header-network-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.wallet-header-network-meta{display:none}.wallet-ui-input{width:100%;padding:12px 14px;border-radius:14px;outline:none;border:1px solid rgba(148,163,184,.2);background:#0d1420e0;color:var(--text);box-sizing:border-box}.wallet-ui-input.light{background:#f8fbff;color:#10131a;border-color:#dbe2f0}.wallet-form-card{display:grid;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:#0d1420b8}.wallet-mini-stat{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#0f1520b3}@media (max-width: 760px){.wallet-ui-card{border-radius:20px;padding:14px}.wallet-list-row{grid-template-columns:1fr}.wallet-header-brand img{width:38px!important;height:38px!important}.wallet-network-trigger{padding:8px 9px;font-size:12px;max-width:min(60vw,200px)}.wallet-header-network-name{max-width:84px;font-size:12px}.wallet-header-settings-btn,.wallet-header-avatar-btn,.wallet-icon-btn{width:38px;height:38px;border-radius:12px}}@media (max-width: 560px){.wallet-header-shell{padding:10px 12px;gap:10px}.wallet-header-actions{justify-content:space-between;width:100%}.wallet-header-brand{gap:10px}.wallet-header-brand>div>div:first-child{font-size:15px!important}.wallet-header-brand>div>div:last-child{font-size:11px!important}.wallet-network-trigger{max-width:min(58vw,176px);padding:7px 8px}.wallet-header-network-name{max-width:72px}.wallet-network-trigger .wallet-header-network-meta{display:inline}.wallet-ui-btn{width:100%}.wallet-action-row>.wallet-ui-btn{flex:1 1 100%}.wallet-mobile-scroll-fix{overflow-x:hidden}}.wallet-screen-stack{display:grid;gap:16px}.wallet-screen-mobile-tight{padding-bottom:4px}.wallet-home-hero{gap:12px}.wallet-home-meta-row{display:flex;flex-wrap:wrap;gap:8px}.wallet-home-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallet-link-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f1520b8;color:inherit;text-decoration:none;font-weight:800;min-height:44px}.wallet-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));box-sizing:border-box;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.wallet-bottom-nav-inner{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:stretch}.wallet-bottom-nav-item{border:none;border-radius:18px;padding:9px 8px;display:grid;justify-items:center;gap:4px;font-weight:800;cursor:pointer;min-height:58px}.wallet-bottom-nav-item.active{box-shadow:0 10px 24px #3f7cff24}.wallet-bottom-nav-icon{font-size:18px;line-height:1}.wallet-bottom-nav-label{font-size:12px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.wallet-header-network-wrap{min-width:0;flex:1}.wallet-header-settings-fab{position:relative;box-shadow:0 12px 26px #0000002e}.wallet-header-avatar-gear{position:absolute;right:-2px;bottom:-2px;width:18px;height:18px;border-radius:999px;background:#3f7cff;color:#fff;font-size:10px;display:grid;place-items:center;border:2px solid rgba(10,14,24,.92)}.wallet-header-network-caret{font-size:11px;opacity:.8}.wallet-network-option{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;cursor:pointer;text-align:left}.wallet-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wallet-more-tile{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border-radius:18px;border:1px solid;cursor:pointer;text-align:left}.wallet-more-tile-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-weight:900;font-size:18px;color:#3f7cff}.wallet-activity-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.wallet-auth-layout{display:grid;gap:18px}.wallet-auth-hero{text-align:center;margin-bottom:4px}.wallet-auth-logo{width:154px;height:154px;object-fit:contain;margin:0 auto 18px;display:block}@media (max-width: 760px){.wallet-top-actions{justify-content:stretch;margin-bottom:10px}.wallet-top-actions>button{width:100%}.wallet-home-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-bottom-nav{padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-inner{gap:6px}.wallet-bottom-nav-item{min-height:56px;padding:8px 6px;border-radius:16px}.wallet-bottom-nav-label{font-size:11px}.wallet-header-actions{align-items:center}.wallet-header-network-wrap{order:1;width:100%}.wallet-header-settings-fab{order:0;margin-left:auto}.wallet-network-trigger{width:100%;justify-content:center;max-width:none;border-radius:16px;padding:10px 12px}.wallet-network-drawer{border-radius:22px 22px 0 0;padding:14px}.wallet-more-grid{grid-template-columns:1fr}.wallet-more-tile{grid-template-columns:42px minmax(0,1fr) auto;padding:13px}.wallet-auth-wrap{width:min(520px,100%)}.wallet-auth-layout{gap:14px}.wallet-auth-hero{margin-bottom:0}.wallet-auth-logo{width:108px;height:108px;margin-bottom:12px}}@media (max-width: 560px){.wallet-main-shell{padding:10px}.wallet-screen-stack{gap:12px}.wallet-home-actions-grid{grid-template-columns:1fr}.wallet-link-chip{width:100%}.wallet-bottom-nav{padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-item{min-height:54px;padding:7px 4px;border-radius:15px}.wallet-bottom-nav-icon{font-size:17px}.wallet-bottom-nav-label{font-size:10px}.wallet-header-shell{grid-template-columns:1fr;gap:10px}.wallet-header-actions{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;width:100%}.wallet-header-network-wrap{width:100%}.wallet-header-settings-fab{width:42px;height:42px;justify-self:end}.wallet-header-network-name{max-width:none;font-size:12px}.wallet-header-network-meta{display:inline}.wallet-network-overlay{padding:8px}.wallet-ui-card{border-radius:18px}.wallet-auth-shell{padding:12px;align-items:flex-start}.wallet-auth-card{padding:14px;border-radius:20px}.wallet-auth-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.wallet-auth-tabs button{font-size:13px;padding:10px 8px}}.wallet-header-top-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet-header-title{font-weight:900;font-size:17px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-header-subtitle{font-size:12px;color:var(--muted);line-height:1.35}.wallet-header-network-content{display:grid;min-width:0;text-align:left;gap:1px;flex:1}.wallet-header-avatar-btn{width:46px;height:46px;border-radius:18px;background:linear-gradient(180deg,#94a3b824,#94a3b80f);border:1px solid var(--line);box-shadow:0 10px 22px #00000024}.wallet-header-avatar-gear{right:-1px;bottom:-1px;width:19px;height:19px;font-size:10px}.wallet-network-trigger{width:100%;justify-content:flex-start;max-width:none;border-radius:18px;padding:10px 12px;background:#3f7cff1a}.wallet-bottom-nav{padding:10px 12px calc(12px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-inner{max-width:760px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:stretch;border-radius:26px;padding:8px}.wallet-bottom-nav-item{border:none;border-radius:20px;padding:10px 8px;display:grid;justify-items:center;align-content:center;gap:5px;font-weight:800;cursor:pointer;min-height:60px;position:relative}.wallet-bottom-nav-item.active{transform:translateY(-2px);box-shadow:0 12px 24px #3f7cff29}.wallet-bottom-nav-icon-wrap{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#94a3b81a}.wallet-bottom-nav-item.active .wallet-bottom-nav-icon-wrap{background:#3f7cff29}.wallet-token-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallet-token-stat-card{display:grid;gap:6px;padding:14px;border-radius:18px;border:1px solid}.wallet-token-form-preview{align-items:center}.wallet-token-list{display:grid;gap:10px}.wallet-token-row{grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.wallet-token-side{display:grid;gap:10px;justify-items:end}.wallet-token-actions{justify-content:flex-end}.wallet-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wallet-settings-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallet-settings-language-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-settings-card-compact{gap:12px}.wallet-profile-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid;border-radius:20px}.wallet-profile-main{display:flex;align-items:center;gap:14px;min-width:0}.wallet-profile-avatar{width:72px;height:72px;border-radius:22px;overflow:hidden;border:1px solid;display:grid;place-items:center;flex-shrink:0}.wallet-profile-actions{justify-content:flex-end}.wallet-security-grid{display:grid;gap:12px}.wallet-security-row input[type=checkbox]{width:18px;height:18px;flex-shrink:0}.wallet-settings-inline-card{display:grid;gap:12px;padding:14px;border:1px solid;border-radius:18px}@media (max-width: 760px){.wallet-header-shell,.wallet-header-top-row{gap:10px}.wallet-header-title{font-size:15px}.wallet-header-subtitle{font-size:11px}.wallet-header-avatar-btn{width:44px;height:44px;border-radius:16px}.wallet-header-actions{display:block}.wallet-header-network-wrap{width:100%}.wallet-network-trigger{padding:11px 12px;border-radius:16px}.wallet-token-row{grid-template-columns:1fr}.wallet-token-side{justify-items:start}.wallet-token-actions{justify-content:flex-start}.wallet-settings-grid{grid-template-columns:1fr}.wallet-profile-row{grid-template-columns:1fr;align-items:stretch}.wallet-profile-actions{justify-content:stretch}.wallet-profile-actions>.wallet-ui-btn{flex:1 1 0}}@media (max-width: 560px){.wallet-header-shell{padding:10px 12px 12px}.wallet-header-top-row{align-items:center}.wallet-header-brand{min-width:0;flex:1}.wallet-header-title{font-size:14px}.wallet-header-subtitle{font-size:10px;line-height:1.3}.wallet-header-avatar-btn{width:42px;height:42px;border-radius:15px}.wallet-header-avatar-gear{width:18px;height:18px}.wallet-network-trigger{padding:10px 11px;gap:10px}.wallet-header-network-name{max-width:none;font-size:12px}.wallet-header-network-meta{display:inline;font-size:11px;color:var(--muted)}.wallet-bottom-nav{padding:8px 8px calc(10px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-inner{border-radius:22px;padding:6px;gap:6px}.wallet-bottom-nav-item{min-height:56px;border-radius:18px;padding:8px 4px}.wallet-bottom-nav-icon-wrap{width:26px;height:26px}.wallet-bottom-nav-label{font-size:10px}.wallet-token-stats-grid{grid-template-columns:1fr 1fr}.wallet-token-form-preview,.wallet-settings-choice-grid,.wallet-settings-language-grid{grid-template-columns:1fr}}.wallet-auth-shell{min-height:100dvh;min-height:100vh}.wallet-auth-wrap{margin:0 auto}.wallet-header-solid,.wallet-bottom-nav-solid{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.wallet-header-top-row{min-height:46px}.wallet-bottom-nav{background:transparent}.wallet-bottom-nav-inner{-webkit-backdrop-filter:none;backdrop-filter:none}@media (max-width: 760px){.wallet-auth-shell{padding:20px 14px 26px;align-items:center;justify-content:center}.wallet-auth-wrap{width:min(460px,100%)}.wallet-auth-layout{gap:16px}.wallet-auth-card{padding:16px}.wallet-header-shell{padding:10px 12px 12px}.wallet-header-top-row{align-items:center;gap:10px}.wallet-header-brand{flex:1;min-width:0}.wallet-header-actions{width:100%}.wallet-header-settings-fab{margin-left:10px;flex-shrink:0}.wallet-bottom-nav{padding:8px 10px calc(12px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-inner{max-width:640px;padding:7px;gap:7px;border-radius:24px}.wallet-bottom-nav-item{min-height:58px;border-radius:18px;padding:8px 6px}}@media (max-width: 560px){.wallet-auth-shell{padding:28px 12px 34px;align-items:center!important;justify-content:center}.wallet-auth-wrap{width:min(420px,100%)}.wallet-auth-layout{gap:18px}.wallet-auth-hero{margin-bottom:4px}.wallet-auth-logo{width:102px;height:102px;margin-bottom:14px}.wallet-auth-card{padding:16px;border-radius:22px}.wallet-header-shell{padding:10px 12px 12px;gap:10px}.wallet-header-top-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.wallet-header-brand{min-width:0}.wallet-header-title{font-size:14px}.wallet-header-subtitle{font-size:10px}.wallet-header-avatar-btn{width:42px;height:42px;border-radius:15px}.wallet-header-actions{display:block;width:100%}.wallet-header-network-wrap{width:100%}.wallet-network-trigger{width:100%;padding:10px 11px;border-radius:16px}.wallet-bottom-nav{padding:8px 8px calc(12px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-inner{border-radius:22px;padding:6px;gap:5px}.wallet-bottom-nav-item{min-height:54px;padding:7px 4px;border-radius:16px;gap:3px}.wallet-bottom-nav-item.active{transform:none;box-shadow:0 8px 18px #3f7cff1f}.wallet-bottom-nav-icon-wrap{width:24px;height:24px}.wallet-bottom-nav-label{font-size:10px}}.wallet-bottom-nav-inner{max-width:980px;width:100%}@media (max-width: 760px){.wallet-bottom-nav{padding-left:12px;padding-right:12px}.wallet-bottom-nav-inner{max-width:980px;width:100%}}@media (max-width: 520px){.wallet-bottom-nav{padding-left:12px;padding-right:12px}.wallet-bottom-nav-inner{width:100%}}.wallet-bottom-nav{padding-left:16px;padding-right:16px}.wallet-bottom-nav-inner{max-width:948px;width:100%;box-shadow:none!important}.wallet-bottom-nav-item{box-shadow:none!important}.wallet-bottom-nav-item.active{box-shadow:none!important;transform:none!important}.wallet-header-settings-fab,.wallet-header-avatar-btn,.wallet-surface,.wallet-ui-card{box-shadow:none}@media (max-width: 760px){.wallet-bottom-nav{padding-left:12px;padding-right:12px}.wallet-bottom-nav-inner{max-width:956px;width:100%}}@media (max-width: 560px){.wallet-bottom-nav{padding-left:10px;padding-right:10px}.wallet-bottom-nav-inner{max-width:none;width:100%}}:root{--app-max-width: 948px}.wallet-auth-shell{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:32px 16px 40px}.wallet-auth-wrap{width:min(460px,100%);margin:0 auto}.wallet-auth-layout{gap:20px}.wallet-auth-hero{margin-bottom:2px}.wallet-auth-title{font-size:44px;font-weight:900;line-height:1;margin-bottom:12px;letter-spacing:-.03em}.wallet-auth-subtitle{font-size:15px;max-width:420px;margin:0 auto;line-height:1.45}.wallet-auth-card{padding:18px;border-radius:24px}.wallet-header-shell{max-width:var(--app-max-width);margin:0 auto;padding:12px 16px 14px}.wallet-header-top-row{gap:14px}.wallet-header-brand{gap:12px}.wallet-header-title{letter-spacing:-.02em}.wallet-header-subtitle{margin-top:2px}.wallet-header-avatar-btn{background:linear-gradient(180deg,#94a3b81f,#94a3b80a)}.wallet-network-trigger{min-height:46px;border-radius:16px}.wallet-section-title{font-size:28px;font-weight:900;line-height:1.08;letter-spacing:-.025em}.wallet-section-title.compact{font-size:17px;line-height:1.18}.wallet-section-subtitle{margin-top:8px;line-height:1.45}.wallet-section-subtitle.compact{margin-top:4px}.wallet-ui-card,.wallet-settings-inline-card,.wallet-list-row,.wallet-link-chip,.wallet-network-option,.wallet-more-tile,.wallet-security-row,.wallet-profile-row{transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}.wallet-ui-card:hover,.wallet-more-tile:hover,.wallet-network-option:hover,.wallet-link-chip:hover{transform:translateY(-1px)}.wallet-ui-btn{transition:transform .16s ease,opacity .16s ease,background .16s ease,border-color .16s ease}.wallet-ui-btn:active,.wallet-bottom-nav-item:active,.wallet-header-avatar-btn:active,.wallet-network-trigger:active{transform:scale(.985)}.wallet-bottom-nav{padding:10px 16px calc(12px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:none;backdrop-filter:none}.wallet-bottom-nav-inner{max-width:var(--app-max-width);width:100%;border-radius:24px;padding:7px}.wallet-bottom-nav-item{min-height:58px;border-radius:18px;gap:4px;transition:background .16s ease,color .16s ease,transform .16s ease}.wallet-bottom-nav-item.active{background:#3f7cff1f!important}.wallet-bottom-nav-icon-wrap{transition:background .16s ease,transform .16s ease}.wallet-bottom-nav-item.active .wallet-bottom-nav-icon-wrap{transform:translateY(-1px)}@media (max-width: 760px){.wallet-auth-shell{padding:28px 14px 34px}.wallet-auth-wrap{width:min(430px,100%)}.wallet-header-shell{padding:11px 14px 13px}.wallet-bottom-nav{padding:8px 12px calc(12px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-inner{padding:6px;gap:6px}}@media (max-width: 560px){.wallet-auth-shell{padding:34px 14px 40px}.wallet-auth-wrap{width:min(390px,100%)}.wallet-auth-layout{gap:16px}.wallet-auth-title{font-size:36px;margin-bottom:10px}.wallet-auth-subtitle{font-size:14px;max-width:320px}.wallet-auth-card{padding:16px;border-radius:22px}.wallet-header-shell{padding:10px 14px 12px;gap:12px}.wallet-header-top-row{gap:12px}.wallet-header-brand{gap:10px}.wallet-header-title{font-size:14px;line-height:1.1}.wallet-header-subtitle{font-size:10px;line-height:1.3;margin-top:3px}.wallet-header-avatar-btn{width:42px;height:42px;border-radius:15px}.wallet-network-trigger{min-height:44px;padding:10px 11px;border-radius:16px}.wallet-header-network-name{font-size:12px;line-height:1.15}.wallet-header-network-meta{font-size:10px!important;line-height:1.2}.wallet-section-title{font-size:22px;line-height:1.1}.wallet-section-title.compact{font-size:16px}.wallet-section-subtitle{font-size:12px;margin-top:6px}.wallet-ui-card{padding:14px!important;border-radius:20px}.wallet-list-row,.wallet-settings-inline-card,.wallet-security-row,.wallet-profile-row{border-radius:16px}.wallet-bottom-nav{padding:8px 10px calc(12px + env(safe-area-inset-bottom,0px))}.wallet-bottom-nav-inner{border-radius:22px;padding:6px;gap:5px}.wallet-bottom-nav-item{min-height:56px;padding:7px 4px;border-radius:16px}.wallet-bottom-nav-icon-wrap{width:24px;height:24px}.wallet-bottom-nav-label{font-size:10px;letter-spacing:-.01em}.wallet-ui-btn,.wallet-link-chip{min-height:42px}}.wallet-resume-repaint{animation:walletResumeFlash .22s ease}@keyframes walletResumeFlash{0%{opacity:.985}to{opacity:1}}.wallet-resume-spinner{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.18);border-top-color:#60a5fa;animation:inri-spin .9s linear infinite}
