.auth-gate{background:var(--bg);z-index:9999;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.auth-gate-content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:320px;display:flex}.auth-logo{background:var(--accent);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;font-size:28px;font-weight:700;display:flex}.auth-logo.error{background:var(--danger)}.auth-title{color:#fff;margin:0 0 6px;font-size:24px;font-weight:700}.auth-subtitle{color:var(--muted);margin:0;font-size:14px}.auth-divider{background:var(--border);border-radius:1px;width:40px;height:2px;margin:24px 0}.auth-text{color:var(--muted);margin:0 0 24px;font-size:14px;line-height:1.5}.auth-btn{border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:inline-flex}.auth-btn:hover{opacity:.9}.auth-btn:active{transform:scale(.97)}.auth-spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.bottom-bar{width:100%;max-width:var(--mobile-width);padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px));background:var(--bg);border-top:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;gap:4px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-btn{color:var(--muted);background:0 0;border:none;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:8px 4px;transition:background .15s,color .15s;display:flex}.nav-btn.active{background:var(--accent-soft);color:#fff}.nav-btn:active{transform:scale(.95)}.nav-icon{width:20px;height:20px;display:flex}.nav-icon svg{width:100%;height:100%}.nav-label{font-size:10px;font-weight:500}.wallet-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.wallet-brand{align-items:center;gap:12px;display:flex}.wallet-logo{background:var(--accent);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:flex}.wallet-title{gap:2px;display:grid}.wallet-title .label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:11px}.wallet-title h1{color:#fff;margin:0;font-size:18px;font-weight:700}.balance-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:16px;padding:20px}.balance-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.balance-group{flex-direction:column;gap:4px;display:flex}.balance-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px}.balance-value{color:#fff;font-size:28px;font-weight:700;line-height:1}.balance-change{background:var(--accent-soft);color:var(--text);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.balance-change.positive{color:var(--success)}.balance-change.negative{color:var(--danger)}.wallet-user{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-top:16px;display:flex}.user-info{flex-direction:column;gap:2px;display:flex}.user-name{color:#fff;font-size:14px;font-weight:600}.user-id{color:var(--muted);font-size:12px}.wallet-status{background:var(--accent-soft);color:var(--accent);white-space:nowrap;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:500}.actions-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px;display:grid}.action-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;min-height:72px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;padding:14px;font-size:14px;font-weight:600;transition:background .15s,transform .1s;display:flex}.action-card:hover{background:var(--surface-hover)}.action-card:active{transform:scale(.97)}.crypto-list{flex-direction:column;gap:8px;display:flex}.crypto-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:12px;padding:14px;transition:background .15s;display:flex}.crypto-item:active{background:var(--surface-hover)}.crypto-left{align-items:center;gap:12px;min-width:0;display:flex}.crypto-icon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:flex}.crypto-info{flex-direction:column;gap:2px;min-width:0;display:flex}.crypto-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.crypto-rate{color:var(--muted);font-size:12px}.crypto-balance-block{text-align:right;min-width:90px}.crypto-balance{color:#fff;font-size:13px;font-weight:600}.crypto-balance-usd{color:var(--muted);margin-top:2px;font-size:12px}@media (width<=380px){.balance-value{font-size:22px}.wallet-title h1{font-size:16px}.crypto-balance-block{min-width:70px}.crypto-balance{font-size:12px}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f1114;--surface:#1a1d23;--surface-hover:#22262e;--border:#2a2d35;--text:#e4e4e7;--muted:#71717a;--accent:#3b82f6;--accent-hover:#2563eb;--accent-soft:#3b82f61f;--danger:#ef4444;--success:#22c55e;--radius:12px;--radius-lg:16px;--mobile-width:480px}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100dvh;margin:0;padding:0}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5}button,input,select,textarea{font:inherit;outline:none}button{cursor:pointer}a{color:inherit;text-decoration:none}.page{width:100%;max-width:var(--mobile-width);min-height:100dvh;padding:16px 16px calc(80px + env(safe-area-inset-bottom,0px));margin:0 auto;position:relative}.toast{left:50%;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:9999;background:var(--surface);color:#fff;border:1px solid var(--border);border-radius:var(--radius);text-align:center;max-width:calc(100% - 32px);padding:12px 20px;font-size:13px;animation:.2s toastIn;position:fixed;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
