@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#123766;--navy-dark:#0d2e57;--navy-deep:#0a2347;--amber:#f5ac18;--bg:#f0f3f7;--surface:#fff;--surface-alt:#f4f6f8;--line:#dce1e8;--divider:#c8ced8;--ink:#12284a;--slate:#737d90;--success:#2f9e6e;--warning:#e0a800;--danger:#d9534f;--inactive:#929baa;--radius:20px;--radius-sm:12px;--radius-input:12px;--radius-lg:20px;--radius-header:38px;--radius-pill:999px;--shadow-card:0 6px 20px #12284a0d;--shadow-sm:0 2px 8px #12284a0f;--shadow-md:0 6px 20px #12284a14;--shadow-lg:0 12px 40px #12284a24;--ease-out:cubic-bezier(.23, 1, .32, 1);--transition-fast:.16s ease;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}[data-theme=dark]{--bg:#091627;--surface:#0f2242;--surface-alt:#162d55;--line:#1e3a5f;--divider:#1e3a5f;--ink:#dde6f4;--slate:#7a9bc4;--inactive:#4a6a91;--shadow-card:0 6px 20px #0006;--shadow-sm:0 2px 8px #00000059;--shadow-md:0 6px 20px #00000073;--shadow-lg:0 12px 40px #0009}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#091627;--surface:#0f2242;--surface-alt:#162d55;--line:#1e3a5f;--divider:#1e3a5f;--ink:#dde6f4;--slate:#7a9bc4;--inactive:#4a6a91;--shadow-card:0 6px 20px #0006;--shadow-sm:0 2px 8px #00000059;--shadow-md:0 6px 20px #00000073;--shadow-lg:0 12px 40px #0009}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}#root{flex-direction:column;height:100%;display:flex}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}a{color:var(--navy);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{letter-spacing:-.02em;color:var(--ink);font-weight:700}.app-shell{flex-direction:column;min-height:100%;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--line);z-index:30;height:62px;box-shadow:var(--shadow-sm);flex-shrink:0;align-items:center;padding:0 32px;display:flex;position:sticky;top:0}.topbar-brand{color:var(--navy);letter-spacing:-.02em;align-items:center;gap:10px;margin-right:40px;font-size:18px;font-weight:800;display:flex}.logo-mark{background:var(--amber);width:34px;height:34px;color:var(--navy);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.topbar-spacer{flex:1}.topbar-user{align-items:center;gap:12px;display:flex}.topbar-email{color:var(--slate);font-size:13px}.topbar-avatar{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;transition:opacity .16s;display:flex}.topbar-avatar:hover{opacity:.85}.topbar-logout{border:1px solid var(--line);color:var(--slate);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:7px 14px;font-size:13px;font-weight:600;transition:border-color .16s,color .16s}.topbar-logout:hover{border-color:var(--danger);color:var(--danger)}.balance-banner{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);flex-shrink:0;padding:32px 32px 36px;position:relative;overflow:hidden}.balance-banner:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.balance-banner-inner{flex-direction:column;gap:22px;max-width:1200px;margin:0 auto;display:flex;position:relative}.banner-top{justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.banner-identity{min-width:0}.balance-greeting{color:#ffffffa6;margin-bottom:4px;font-size:14px}.balance-name{color:#fff;letter-spacing:-.02em;font-size:28px;font-weight:800;line-height:1.1}.balance-block{text-align:right;flex-shrink:0}.balance-label{color:#ffffffa6;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:4px;font-size:13px;display:flex}.balance-row{justify-content:flex-end;align-items:baseline;gap:10px;display:flex}.balance-amount{color:#fff;letter-spacing:-.02em;font-size:36px;font-weight:800}.eye-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:color .14s;display:flex}.eye-btn:hover{color:#fff}.desktop-content{flex:1;grid-template-columns:1fr 360px;align-items:start;gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:28px 32px;display:grid}.desktop-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.desktop-action-btn.active{background:#ffffff47;border-color:#ffffff73}.desktop-action-btn{border-radius:var(--radius-sm);color:#fff;cursor:pointer;transition:background .16s var(--ease-out);background:#ffffff1f;border:1px solid #fff3;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;display:flex}.desktop-action-btn:hover{background:#ffffff38}.desktop-action-btn:active{transform:scale(.97)}.action-card-desktop{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);position:sticky;top:86px}.action-card-desktop-header{border-bottom:1px solid var(--line);gap:0;padding:18px 20px 0;display:flex}.action-tab{color:var(--slate);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 14px 12px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.action-tab:hover{color:var(--ink)}.action-tab.active{color:var(--navy);border-bottom-color:var(--navy)}.action-card-desktop-body{padding:20px}.mobile-topbar{background:var(--surface);border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.mobile-topbar-left{flex-direction:column;gap:1px;display:flex}.mobile-topbar-welcome{color:var(--slate);font-size:12px;font-weight:500}.mobile-topbar-name{color:var(--ink);letter-spacing:-.01em;font-size:20px;font-weight:700;line-height:1.15}.mobile-topbar-right{align-items:center;gap:8px;display:flex}.topbar-icon-btn{background:var(--surface-alt);cursor:pointer;width:36px;height:36px;color:var(--slate);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.topbar-icon-btn:hover{background:var(--line)}.mobile-cards-section{width:100%;max-width:540px;margin:0 auto;padding:16px 16px 0}.promo-carousel{padding:16px 16px 4px}.promo-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-radius:16px;gap:12px;display:flex;overflow-x:auto}.promo-track::-webkit-scrollbar{display:none}.promo-card{scroll-snap-align:start;color:#fff;border-radius:16px;flex-direction:column;flex:0 0 100%;justify-content:space-between;gap:14px;min-height:110px;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #12284a2e}.promo-overlay{pointer-events:none;border-radius:inherit;z-index:0;background:linear-gradient(135deg,#ffffff21 0%,#ffffff0a 50%,#0000 100%);position:absolute;inset:0}.promo-content,.promo-cta{z-index:1;position:relative}.promo-card:after{content:"";pointer-events:none;background:#ffffff12;border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-30px}.promo-content{flex-direction:column;gap:5px;display:flex}.promo-headline{font-size:16px;font-weight:700;line-height:1.2}.promo-body{color:#ffffffd1;font-size:13px;line-height:1.4}.promo-cta{color:#fff;cursor:pointer;white-space:nowrap;background:#fff3;border:1px solid #fff6;border-radius:99px;align-self:flex-start;padding:7px 18px;font-size:13px;font-weight:600;transition:background .15s}.promo-cta:hover{background:#ffffff4d}.promo-dots{justify-content:center;gap:6px;margin-top:10px;display:flex}.promo-dot{cursor:pointer;background:#c8ced8;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:width .16s,background .16s}.promo-dot.active{background:#123766;border-radius:999px;width:18px}.actions-row{grid-template-columns:repeat(5,1fr);gap:7px;padding:18px 16px 4px;display:grid}.action-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .16s var(--ease-out), box-shadow .16s var(--ease-out), border-color .16s;flex-direction:column;align-items:center;gap:9px;padding:14px 4px;display:flex}.action-card:hover{box-shadow:var(--shadow-md);border-color:#0000002e;transform:translateY(-2px)}.action-card:active{transform:scale(.96)}.action-icon{width:40px;height:40px;color:var(--navy);background:#10326214;border-radius:12px;justify-content:center;align-items:center;display:flex}.action-label{color:var(--ink);text-align:center;font-size:11px;font-weight:600;line-height:1.2}.mobile-body{flex-direction:column;flex:1;gap:16px;padding:16px 24px;display:flex}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-card)}.card-header{color:var(--ink);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 18px 12px;font-size:15px;font-weight:700;display:flex}.tx-list{flex-direction:column;display:flex}.tx-tile{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:13px 18px;transition:background .12s;display:flex}.tx-tile:last-child{border-bottom:none}.tx-tile:hover{background:var(--surface-alt)}.tx-icon{background:var(--surface-alt);width:40px;height:40px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tx-info{flex:1;min-width:0}.tx-title{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.tx-meta{color:var(--slate);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.tx-right{text-align:right;flex-shrink:0}.tx-amount{font-size:14px;font-weight:700}.tx-amount.credit{color:var(--success)}.tx-amount.debit{color:var(--danger)}.badge{border-radius:999px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.badge-success{color:var(--success);background:#16a34a1a}.badge-pending{color:var(--warning);background:#d977061a}.badge-fail{color:var(--danger);background:#dc26261a}.badge-default{background:var(--surface-alt);color:var(--slate)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;animation:fade-in .2s var(--ease-out);background:#0a1f3d73;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal-sheet{background:var(--surface);width:100%;animation:slide-up .28s var(--ease-out);border-radius:24px 24px 0 0;max-height:90vh;padding:20px 20px 32px;overflow-y:auto}.modal-handle{background:var(--line);border-radius:2px;width:36px;height:4px;margin:0 auto 20px}.modal-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.modal-icon{width:44px;height:44px;color:var(--navy);background:#10326214;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-title{color:var(--ink);font-size:18px;font-weight:700}.modal-subtitle{color:var(--slate);margin-top:2px;font-size:13px}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field-label{color:var(--slate);font-size:13px;font-weight:600}input,select{font:inherit;background:var(--surface-alt);border:1.5px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--ink);transition:border-color .16s var(--ease-out), box-shadow .16s;outline:none;padding:12px 14px;font-size:15px}input:focus,select:focus{border-color:var(--navy);box-shadow:0 0 0 3px #1032621a}input::placeholder{color:var(--slate);opacity:.6}.btn{border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:transform .14s var(--ease-out), opacity .14s;border:none;justify-content:center;align-items:center;gap:7px;padding:13px 20px;font-size:15px;font-weight:700;display:inline-flex}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--navy);outline-offset:3px}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover:not(:disabled){background:var(--navy-dark)}.btn-ghost{background:var(--surface-alt);color:var(--slate);border:1px solid var(--line)}.btn-ghost:hover:not(:disabled){color:var(--ink);border-color:var(--navy)}.link-btn{color:var(--navy);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;font-weight:600;display:inline}.link-btn:hover{text-decoration:underline}.alert{border-radius:var(--radius-sm);color:var(--danger);background:#dc262614;border:1px solid #dc262640;margin-bottom:14px;padding:11px 14px;font-size:14px}.alert.success{color:var(--success);background:#16a34a14;border-color:#16a34a40}.auth-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--surface);border:1px solid var(--line);width:100%;max-width:400px;box-shadow:var(--shadow-lg);animation:slide-up .28s var(--ease-out);border-radius:20px;padding:32px}.auth-logo{align-items:center;gap:12px;margin-bottom:28px;display:flex}.auth-logo-mark{background:var(--amber);width:44px;height:44px;color:var(--navy);border-radius:12px;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:flex}.auth-logo-text{color:var(--ink);letter-spacing:-.02em;font-size:20px;font-weight:800}.auth-logo-sub{color:var(--slate);margin-top:1px;font-size:13px}.auth-title{color:var(--ink);letter-spacing:-.02em;margin-bottom:4px;font-size:24px;font-weight:800}.auth-subtitle{color:var(--slate);margin-bottom:24px;font-size:14px}.spin{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.toast-wrap{z-index:200;pointer-events:none;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{background:var(--ink);color:#fff;box-shadow:var(--shadow-lg);animation:slide-up .22s var(--ease-out);white-space:nowrap;border-radius:999px;padding:12px 22px;font-size:14px;font-weight:500}.toast.success{background:var(--success)}.muted{color:var(--slate)}.pos{color:var(--success)}.neg{color:var(--danger)}.empty-state{text-align:center;color:var(--slate);padding:40px 20px;font-size:14px;line-height:1.6}@media (width>=768px){.mobile-only{display:none!important}}@media (width<=767px){.desktop-only{display:none!important}.modal-backdrop{align-items:flex-end}.modal-sheet{border-radius:24px 24px 0 0}}@media (width>=768px){.modal-backdrop{align-items:center}.modal-sheet{max-width:460px;animation:scale-in .22s var(--ease-out);border-radius:20px}.modal-handle{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (width<=380px){.action-label{font-size:10px}.mobile-topbar-name{font-size:17px}.mobile-topbar{padding:12px 16px 10px}}.layout-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.topbar-nav{align-items:center;gap:4px;margin-right:24px;display:flex}.topbar-nav-link{border-radius:var(--radius-sm);color:var(--slate);padding:8px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.topbar-nav-link:hover{background:var(--surface-alt);color:var(--ink);text-decoration:none}.topbar-nav-link.active{color:var(--navy);background:#10326214}.bottom-nav{background:var(--surface);border-top:1px solid var(--line);z-index:40;align-items:stretch;height:64px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #1032620f}.bottom-nav-item{color:var(--slate);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 0;font-size:11px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.bottom-nav-item:hover{color:var(--ink);text-decoration:none}.bottom-nav-item.active{color:var(--navy)}.bottom-nav-icon{border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.bottom-nav-item.active .bottom-nav-icon{background:#1032621a}.bottom-nav-label{line-height:1}@media (width<=767px){.layout-body{padding-bottom:64px}.toast-wrap{bottom:80px}}.page-shell{flex-direction:column;flex:1;display:flex}.page-card{margin:0 16px 16px}@media (width>=768px){.page-card{width:calc(100% - 64px);max-width:1200px;margin:0 32px 24px}}.simple-header{background:var(--surface);border-bottom:1px solid var(--line);z-index:20;justify-content:space-between;align-items:center;padding:20px 16px 12px;display:flex;position:sticky;top:0}.simple-header-title{color:var(--ink);letter-spacing:-.02em;font-size:20px;font-weight:800}.desktop-page-header{align-items:center;gap:12px;width:100%;max-width:1200px;margin:0 auto 20px;padding:28px 32px 0;display:flex}.desktop-page-header h2{letter-spacing:-.02em;font-size:26px}@media (width<=767px){.desktop-page-header{margin-bottom:12px;padding:20px 16px 0}}.filter-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding:0 16px 12px;display:flex;overflow-x:auto}.filter-chips::-webkit-scrollbar{display:none}.chip{border:1.5px solid var(--line);background:var(--surface);color:var(--slate);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:7px 16px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s,background .15s}.chip:hover{border-color:var(--navy);color:var(--navy)}.chip.active{background:var(--navy);border-color:var(--navy);color:#fff}.icon-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--slate);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.icon-btn:hover{background:var(--surface-alt);color:var(--ink)}.btn-danger{color:var(--danger);background:#dc262614;border:1.5px solid #dc262640}.btn-danger:hover:not(:disabled){background:var(--danger);color:#fff;border-color:var(--danger)}.profile-avatar{background:var(--navy);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:26px;font-weight:800;display:flex}.profile-row{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding:16px 18px;display:flex}.profile-row:last-child{border-bottom:none}.profile-row-label{color:var(--slate);margin-bottom:2px;font-size:12px;font-weight:500}.profile-row-value{color:var(--ink);font-size:15px;font-weight:600}.sandbox-banner{z-index:9999;color:#fff;letter-spacing:.02em;text-align:center;text-transform:uppercase;background:repeating-linear-gradient(45deg,#b45309,#b45309 12px,#92400e 12px 24px);padding:8px 16px;font-size:13px;font-weight:700;position:sticky;top:0}.receipt-backdrop{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.receipt-sheet{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:380px;max-height:92vh;padding:28px 22px 22px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0f172a40}.receipt-close{cursor:pointer;color:var(--slate,#64748b);background:0 0;border:none;position:absolute;top:12px;right:12px}.receipt-logo{background:var(--navy,#17255a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:28px;font-weight:700;display:flex}.receipt-title{margin:0 0 6px;font-size:18px;font-weight:600}.receipt-amount{letter-spacing:-.02em;font-size:38px;font-weight:700}.receipt-beneficiary{color:var(--slate,#64748b);text-transform:uppercase;letter-spacing:.01em;word-break:break-word;margin:6px 0 22px;font-size:17px;font-weight:600}.receipt-actions{justify-content:center;margin:18px 0 0;display:flex}.receipt-action{cursor:pointer;color:#16a34a;background:0 0;border:none;align-items:center;gap:8px;font-size:15px;font-weight:600;display:inline-flex}.receipt-details{text-align:left;background:#f1f5f9;border-radius:14px;margin:0;padding:16px}.receipt-details>div{justify-content:space-between;gap:16px;padding:9px 0;display:flex}.receipt-details dt{color:var(--slate,#64748b);font-size:14px}.receipt-details dd{text-align:right;word-break:break-word;margin:0;font-weight:600}.receipt-total{border-top:1px solid #e2e8f0;margin-top:4px;padding-top:12px!important}.receipt-total dt,.receipt-total dd{font-weight:700}.receipt-description{border-top:1px solid #e2e8f0;padding-top:12px!important}.receipt-done{width:100%;margin-top:18px}.receipt-beneficiary-number{color:var(--slate,#64748b);margin:-18px 0 22px;font-size:16px}.tx-tile-clickable{cursor:pointer}.tx-tile-clickable:hover{background:#f8fafc}.tx-tile-clickable:focus-visible{outline:2px solid var(--navy,#17255a);outline-offset:2px}.tx-tile-unread{background:#17255a0a}.unread-dot{background:var(--navy,#17255a);border-radius:50%;flex:none;align-self:center;width:9px;height:9px}.crypto-address{word-break:break-all;-webkit-user-select:all;user-select:all;background:#f4f6f8;border:1px solid #dce1e8;border-radius:8px;padding:10px 12px;font-size:13px;display:block}.field-hint{color:#737d90;margin:6px 0 0;font-size:12px;line-height:1.5}.deposit-destination{background:#f4f6f8;border:1px solid #dce1e8;border-radius:10px;margin-bottom:16px;padding:12px 14px}.crypto-qr{flex-direction:column;align-items:center;gap:6px;margin:10px 0;display:flex}.crypto-qr img{background:#fff;border:1px solid #dce1e8;border-radius:10px}.copy-address{width:100%;margin-top:8px}.crypto-auto-note{color:#1e40af;background:#eef6ff;border:1px solid #bfdbfe;border-radius:10px;margin-top:14px;padding:12px 14px;font-size:13px;line-height:1.5}.withdraw-quote{background:#f4f6f8;border:1px solid #dce1e8;border-radius:10px;margin:14px 0;padding:12px 14px}.quote-row{justify-content:space-between;gap:12px;padding:3px 0;font-size:14px;display:flex}.quote-total{border-top:1px solid #dce1e8;margin-top:6px;padding-top:8px;font-weight:600}.exchange-confirm{flex-direction:column;gap:0;padding:24px 20px 20px;display:flex}.exchange-confirm-rate{text-align:center;margin-bottom:20px}.exchange-confirm-rate-label{letter-spacing:.06em;color:var(--slate);text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:600}.exchange-confirm-rate-value{color:var(--ink);letter-spacing:-.01em;font-size:22px;font-weight:800}.exchange-confirm-table{background:#f4f6f8;border:1px solid #dce1e8;border-radius:12px;margin-bottom:20px;padding:4px 0}.exchange-confirm-row{justify-content:space-between;align-items:center;padding:10px 14px;font-size:14px;display:flex}.exchange-confirm-row+.exchange-confirm-row{border-top:1px solid #dce1e8}.exchange-confirm-row.total{font-size:15px;font-weight:700}.exchange-confirm-row.total span:last-child{color:var(--navy)}.exchange-confirm-actions{gap:10px;display:flex}.exchange-confirm-actions .btn{flex:1}.exchange-balances{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.exchange-balance-chip{background:#f4f6f8;border:1px solid #dce1e8;border-radius:10px;flex-direction:column;flex:120px;gap:2px;padding:10px 12px;display:flex}.exchange-balance-chip strong{font-size:18px}.other-balances{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.other-balance{color:#ffffffeb;white-space:nowrap;background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:600}.tx-currency{opacity:.7;margin-left:2px;font-size:12px;font-weight:600}.balance-note{color:#fff9;text-align:right;max-width:320px;margin-top:8px;margin-left:auto;font-size:12px}.other-balance strong{font-weight:700}.account-cards{margin-bottom:18px}.account-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:14px;display:flex;overflow-x:auto}.account-track::-webkit-scrollbar{display:none}.account-card{scroll-snap-align:start;color:#fff;border-radius:18px;flex-direction:column;flex:0 0 100%;justify-content:space-between;min-height:182px;padding:20px 22px;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #12284a2e}.account-card-overlay{pointer-events:none;border-radius:inherit;z-index:0;background:linear-gradient(135deg,#ffffff24 0%,#ffffff0d 45%,#0000 100%);position:absolute;inset:0}.account-card-top,.account-amount,.account-card-foot{z-index:1;position:relative}.account-card-top{align-items:baseline;gap:8px;display:flex}.account-code{letter-spacing:.06em;font-size:13px;font-weight:700}.account-name{color:#ffffffb8;font-size:13px}.account-amount{letter-spacing:-.02em;align-items:baseline;gap:8px;font-size:32px;font-weight:800;line-height:1.1;display:flex}.account-unit{color:#ffffffbf;font-size:14px;font-weight:600}.account-card-foot{color:#fffc;flex-wrap:wrap;align-items:center;gap:14px;font-size:12.5px;display:flex}.account-exchange-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff59;border-radius:99px;margin-left:auto;padding:4px 14px;font-size:12px;font-weight:600;transition:background .15s}.account-exchange-btn:hover{background:#ffffff47}.account-dots{justify-content:center;gap:7px;margin-top:12px;display:flex}.account-dot{cursor:pointer;background:#c8ced8;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:width .16s,background .16s}.account-dot.active{background:#123766;border-radius:999px;width:20px}@media (width>=720px){.account-card{flex:0 0 calc(50% - 7px)}}.kyc-wizard-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (width>=600px){.kyc-wizard-overlay{align-items:center;padding:20px}}.kyc-wizard{width:100%;max-width:480px;max-height:90vh;padding:0 0 env(safe-area-inset-bottom);background:#fff;border-radius:20px 20px 0 0;overflow-y:auto}@media (width>=600px){.kyc-wizard{border-radius:20px}}.kyc-wizard-header{border-bottom:1px solid #e8ecf0;justify-content:space-between;align-items:flex-start;padding:24px 20px 12px;display:flex}.kyc-wizard-title{color:#123766;font-size:17px;font-weight:700}.kyc-wizard-sub{color:#6b7280;margin-top:2px;font-size:13px}.kyc-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1}.kyc-progress{justify-content:center;gap:6px;padding:14px 20px 0;display:flex}.kyc-dot{background:#d1d5db;border-radius:50%;width:8px;height:8px;transition:background .2s}.kyc-dot.active{background:#f5ac18;border-radius:4px;width:20px}.kyc-dot.done{background:#123766}.kyc-step{padding:16px 20px 24px}.kyc-desc{color:#374151;margin-bottom:16px;font-size:14px;line-height:1.5}.kyc-option{cursor:pointer;color:#111827;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;margin-bottom:10px;padding:14px 16px;font-size:14px;font-weight:500;transition:border-color .15s,background .15s;display:flex}.kyc-option.selected{background:#f0f4ff;border-color:#123766}.kyc-option-check{color:#123766;text-align:center;width:20px;font-size:18px}.kyc-next{width:100%;margin-top:16px}.kyc-file-row{cursor:pointer;border:1.5px dashed #d1d5db;border-radius:12px;align-items:center;gap:14px;margin-bottom:12px;padding:16px;transition:border-color .15s,background .15s;display:flex}.kyc-file-row:hover{background:#f8faff;border-color:#123766}.kyc-file-icon{font-size:24px}.kyc-file-label{color:#111827;font-size:14px;font-weight:600}.kyc-file-hint{color:#6b7280;word-break:break-all;margin-top:2px;font-size:12px}.kyc-btn-row{gap:10px;margin-top:20px;display:flex}.kyc-btn-row .btn{flex:1}.kyc-review-list{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:hidden}.kyc-review-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;display:flex}.kyc-review-row:last-child{border-bottom:none}.kyc-review-row span:first-child{color:#6b7280}.kyc-review-row span:last-child{color:#111827;text-align:right;word-break:break-all;max-width:55%;font-size:12px;font-weight:500}.kyc-file-ok{color:#16a34a!important}.kyc-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:12px;padding:10px 14px;font-size:13px}.kyc-done{text-align:center;padding-top:32px!important}.kyc-done-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:26px;display:flex}.kyc-done-title{color:#123766;margin-bottom:8px;font-size:18px;font-weight:700}
