@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@500;600;700&display=swap";:root{color-scheme:light;--page-bg: #ffffff;--app-bg: linear-gradient(180deg, #0d5ccb 0%, #1879e8 50%, #45a8ff 100%);--text: #101b2e;--muted: #5d6b80;--faint: #8a97a8;--line: rgba(17, 38, 70, .09);--line-strong: rgba(17, 38, 70, .18);--card: #ffffff;--field-bg: #eef3f9;--field-bg-hover: #e5ecf6;--accent: #1a80f0;--accent-press: #1570dc;--accent-2: #36d1b0;--accent-soft: rgba(26, 128, 240, .12);--accent-line: rgba(26, 128, 240, .34);--on-blue: #ffffff;--on-blue-soft: rgba(255, 255, 255, .82);--on-blue-faint: rgba(255, 255, 255, .6);--glass: rgba(255, 255, 255, .16);--glass-strong: rgba(255, 255, 255, .26);--glass-line: rgba(255, 255, 255, .22);--success: #15a653;--success-text: #11823f;--success-soft: rgba(21, 166, 83, .13);--warning: #ef9f1f;--warning-text: #95650a;--warning-soft: rgba(239, 159, 31, .15);--danger: #ea4a44;--danger-text: #c83730;--danger-soft: rgba(234, 74, 68, .12);--nav-h: 78px;--radius: 20px;--radius-sm: 14px;--shadow: 0 14px 32px rgba(12, 49, 110, .18);--shadow-soft: 0 8px 22px rgba(12, 49, 110, .1)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;background:var(--page-bg);color:var(--text)}body{min-width:320px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.38;overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}button,input{font:inherit}button{border:0;color:inherit;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}input{color:var(--text)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.app-shell{height:100vh;height:100dvh;overflow:hidden;background:var(--page-bg)}.app-main{height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px) + 8px)}.app-main::-webkit-scrollbar{display:none}.page-content{width:min(100%,440px);margin:0 auto;color:var(--text);padding:calc(env(safe-area-inset-top,0px) + 8px) 14px 18px;display:flex;flex-direction:column;gap:11px;animation:page-in .2s cubic-bezier(.2,.8,.2,1) both}@keyframes page-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.status-screen{height:100vh;height:100dvh;background:var(--app-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;text-align:center;color:var(--on-blue)}.status-brand{display:flex;flex-direction:column;align-items:center;color:#fff;font-weight:900;font-style:italic;font-size:26px;line-height:.96;letter-spacing:.5px;text-shadow:0 6px 22px rgba(0,34,92,.3)}.status-brand span:last-child{color:#ffffffd1}.status-spinner{color:#fff}.status-hint{margin:0;color:var(--on-blue-soft);font-size:13px}.status-card{width:min(100%,340px);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--text)}.status-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);margin-bottom:4px}.status-card strong{font-size:17px;font-weight:850}.status-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.status-retry{margin-top:6px;min-height:42px;padding:0 22px;border-radius:var(--radius-sm);background:var(--accent);color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:850;box-shadow:0 8px 20px #1a80f047;transition:transform .12s ease,background .12s ease}.status-retry:active{transform:scale(.97)}.status-card small{margin-top:4px;color:var(--faint);font-size:11px;font-weight:800;letter-spacing:.4px}.home-page{gap:0}.home-hero{width:calc(100% + 28px);margin:calc(-1*(env(safe-area-inset-top,0px) + 8px)) -14px 0;padding:calc(env(safe-area-inset-top,0px) + 16px) 16px 34px;background:var(--app-bg);color:var(--on-blue);display:flex;flex-direction:column;gap:8px}.home-sheet{position:relative;z-index:1;width:calc(100% + 28px);margin:-20px -14px 0;padding:24px 14px 18px;background:var(--page-bg);border-radius:28px 28px 0 0;display:flex;flex-direction:column;gap:11px}.home-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 0 4px}.home-avatar-btn{flex:0 0 auto;border-radius:50%;transition:transform .14s ease}.home-avatar-btn:active{transform:scale(.94)}.home-avatar{width:42px;height:42px;flex:0 0 auto;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#ffffff38;border:1.5px solid rgba(255,255,255,.55);color:#fff;font-size:16px;font-weight:850}.home-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar-fallback{width:100%;height:100%;border-radius:inherit;display:grid;place-items:center}.user-avatar-fallback svg{width:55%;height:55%;stroke-width:2}.home-brand{min-width:0;display:flex;flex-direction:column;align-items:flex-start;color:#fff;font-weight:900;font-style:italic;font-size:21px;line-height:.9;letter-spacing:.2px;text-shadow:0 2px 12px rgba(0,36,96,.22)}.home-brand span:last-child{color:#fffc;font-size:13px;font-weight:800;letter-spacing:1.8px}.home-balance{min-height:92px;padding:10px 4px 8px;display:grid;place-items:center;align-content:center;gap:5px;text-align:center}.home-balance>span{color:var(--on-blue-soft);font-size:13px;font-weight:650}.home-balance-value{display:block;color:#fff;font-size:40px;line-height:1.04;font-weight:850;letter-spacing:-.5px;text-shadow:0 10px 30px rgba(0,33,92,.28)}.hero-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:2px 0 4px}.hero-action{min-width:0;display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--on-blue)}.hero-action-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;color:#fff;background:var(--glass);border:1px solid var(--glass-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 18px #08347829;transition:transform .13s ease,background .13s ease}.hero-action-icon svg{width:20px;height:20px;stroke-width:2.1}.hero-action:active .hero-action-icon{transform:scale(.93);background:var(--glass-strong)}.hero-action strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--on-blue-soft);font-size:11.5px;font-weight:650}.ref-banner{display:block;width:100%;position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);text-align:left;transition:transform .13s ease}.ref-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffeb,#ffffffb8 36%,#fff0 64%);pointer-events:none}.ref-banner:active{transform:scale(.985)}.ref-banner img{display:block;width:100%;height:auto}.ref-banner-copy{position:absolute;z-index:1;left:16px;top:50%;width:min(64%,230px);transform:translateY(-50%);display:flex;flex-direction:column;gap:3px;color:var(--text)}.ref-banner-copy strong{font-size:15px;line-height:1.08;font-weight:900;font-style:italic}.ref-banner-copy small{max-width:214px;color:#101b2ebd;font-size:10.5px;line-height:1.22;font-weight:800}.page-header{min-height:52px;padding-top:6px;display:flex;align-items:center;justify-content:space-between;gap:12px}.page-header span{display:block;color:var(--faint);font-size:11px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.page-header h1{margin:2px 0 0;color:var(--text);font-size:22px;line-height:1.14;font-weight:850;letter-spacing:-.2px}.hero-rate-card,.wallet-hero,.card{border-radius:var(--radius);background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-soft);color:var(--text)}.hero-rate-card{min-height:62px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.hero-asset{min-width:0;display:flex;align-items:center;gap:10px}.hero-asset img,.wallet-hero img{width:38px;height:38px;border-radius:50%;flex:0 0 auto}.hero-asset strong,.hero-asset span{display:block}.hero-asset strong{font-size:14px;font-weight:850}.hero-asset span{color:var(--faint);font-size:10.5px;font-weight:750}.hero-rate-value{flex:0 0 auto;font-size:16px;font-weight:850;white-space:nowrap}.card{padding:14px;display:flex;flex-direction:column;gap:11px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.card-head h2{margin:0;color:var(--text);font-size:13px;font-weight:850;letter-spacing:-.1px}.calc-grid{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);align-items:end;gap:8px}.calc-field{min-width:0;display:flex;flex-direction:column;gap:6px}.calc-field span,.field-label{color:var(--muted);font-size:10.5px;font-weight:800}.calc-field input,.field-input{width:100%;min-width:0;height:44px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--field-bg);padding:0 12px;outline:none;font-weight:600;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.calc-field input:focus,.field-input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #1a80f024}.field-input::placeholder,.calc-field input::placeholder{color:var(--faint)}.field-input:disabled{opacity:.58}.swap-mark{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--accent);box-shadow:0 8px 18px #1a80f04d;margin-bottom:6px}.muted,.field-hint{margin:0;color:var(--muted);font-size:12px}.field{display:flex;flex-direction:column;gap:6px}.field-input-error{border-color:#ea4a4499;background:#ea4a4412}.field-error{color:var(--danger-text);font-size:11px}.btn{min-height:46px;border-radius:var(--radius-sm);padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13.5px;font-weight:850;transition:transform .12s ease,opacity .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease;white-space:nowrap}.btn:active:not(:disabled){transform:scale(.965)}.btn:disabled{opacity:.5}.btn-sm{min-height:36px;border-radius:12px;padding:0 12px;font-size:12px}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 22px #1a80f047}.btn-secondary{background:var(--field-bg);border:1px solid var(--line);color:var(--text)}.btn-ghost-danger{background:var(--danger-soft);border:1px solid rgba(234,74,68,.2);color:var(--danger-text)}.btn-icon{flex:0 0 auto}.btn-loading span{opacity:.82}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.summary-row,.deal-balance-row,.calc-result{display:flex;align-items:center;justify-content:space-between;gap:10px}.summary-row span,.deal-balance-row span,.calc-result span{color:var(--muted)}.summary-row strong,.deal-balance-row strong,.calc-result strong{font-weight:850}.deal-balance-row>div{min-width:0;display:flex;flex-direction:column;gap:2px}.deal-balance-row strong{overflow-wrap:anywhere;line-height:1.14}.deal-balance-row .btn{flex:0 0 auto}.method-select{display:grid;grid-template-columns:1fr;gap:8px}.method-option{min-height:56px;border-radius:var(--radius-sm);padding:10px;background:var(--field-bg);border:1px solid var(--line);display:flex;align-items:center;gap:9px;text-align:left;transition:transform .12s ease,background .14s ease,border-color .14s ease}.method-option:active{transform:scale(.985)}.method-option.selected{background:var(--accent-soft);border-color:var(--accent-line)}.method-option-static{cursor:default}.method-radio{width:18px;height:18px;flex:0 0 auto;border-radius:50%;border:2px solid var(--line-strong);transition:border-color .14s ease,box-shadow .14s ease}.method-option.selected .method-radio{border-color:var(--accent);box-shadow:inset 0 0 0 4px var(--accent)}.method-icon{width:30px;height:30px;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft)}.method-icon img{width:20px;height:20px;border-radius:50%}.method-body{min-width:0;display:flex;flex-direction:column;gap:1px}.method-body strong{font-size:13px;font-weight:850}.method-body small{color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-box{border-radius:var(--radius-sm);background:var(--field-bg);border:1px solid var(--line);padding:11px 12px;display:flex;flex-direction:column;gap:7px}.summary-box .summary-row.total{margin-top:1px;padding-top:8px;border-top:1px solid var(--line)}.summary-box .summary-row.total strong{color:var(--accent);font-size:15px}.deal-top-card{gap:9px}.deal-rate-line{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.deal-rate-line img{width:18px;height:18px;border-radius:50%}.warning-box,.result-box{border-radius:var(--radius-sm);padding:11px;display:flex;align-items:flex-start;gap:8px;font-size:12px}.warning-box{color:var(--warning-text);background:var(--warning-soft);border:1px solid rgba(239,159,31,.22)}.result-box{color:var(--success-text);background:var(--success-soft);border:1px solid rgba(21,166,83,.22)}.result-box p{margin:2px 0 0;color:var(--muted)}.result-box button{max-width:100%;margin-top:6px;color:var(--accent);font-weight:750;display:inline-flex;align-items:center;gap:5px;word-break:break-all;text-align:left}.requisite-list,.payment-methods,.history-list{display:flex;flex-direction:column;gap:8px}.history-list.compact,.card .history-list{gap:0}.requisite-item,.payment-method{width:100%;min-height:54px;border-radius:var(--radius-sm);padding:10px;background:var(--field-bg);border:1px solid transparent;display:flex;align-items:center;gap:9px;text-align:left;color:var(--text);transition:transform .12s ease,background .14s ease,border-color .14s ease}.requisite-item:active,.payment-method:active{transform:scale(.985)}.requisite-item.selected,.payment-method.selected{background:var(--accent-soft);border-color:var(--accent-line)}.requisite-item span,.payment-method span{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.requisite-item strong,.payment-method strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850}.requisite-item small,.payment-method small{color:var(--muted);font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requisite-item .requisite-item-actions{flex:0 0 auto;flex-direction:row;align-items:center;gap:4px}.requisite-item .requisite-check{color:var(--accent);margin-right:2px}.requisite-item .req-icon-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;color:var(--muted);background:transparent;cursor:pointer;transition:background .14s ease,color .14s ease,transform .12s ease}.requisite-item .req-icon-btn:active{transform:scale(.88);background:#7f7f7f24}.requisite-item .req-icon-danger{color:#e5484d}.requisite-item>svg,.payment-method>svg{flex:0 0 auto;color:var(--accent)}.payment-method img{width:20px;height:20px;border-radius:50%;flex:0 0 auto}.requisite-empty{min-height:58px;border-radius:var(--radius-sm);padding:11px;background:var(--field-bg);border:1px dashed var(--line-strong);display:flex;align-items:center;gap:10px}.requisite-empty-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);flex:0 0 auto}.requisite-empty strong{display:block;font-size:13px;font-weight:850}.requisite-empty p{margin:2px 0 0;color:var(--muted);font-size:11.5px;line-height:1.35}.toggle-form{min-height:36px;border-radius:var(--radius-sm);color:var(--accent);background:var(--accent-soft);border:1px solid rgba(26,128,240,.2);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12.5px;font-weight:850;transition:transform .12s ease,background .12s ease}.toggle-form:active{transform:scale(.98)}.req-form{display:grid;gap:9px}.requisite-actions{display:flex;gap:7px;flex-wrap:wrap}.exchange-terms-card{gap:9px}.terms-toggle-row{min-height:38px;width:100%;border-radius:var(--radius-sm);padding:0 12px;background:var(--field-bg);border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text);font-size:13px;font-weight:850;transition:background .14s ease,transform .12s ease}.terms-toggle-row:active{transform:scale(.985)}.terms-toggle-row svg{color:var(--muted);transition:transform .16s ease}.terms-toggle-row svg.open{transform:rotate(180deg)}.terms-scroll{max-height:min(42dvh,360px);overflow-y:auto;overscroll-behavior:contain;padding-right:2px}.terms-scroll::-webkit-scrollbar{width:3px}.terms-scroll::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}.terms-doc{border-radius:var(--radius-sm);background:var(--field-bg);border:1px solid var(--line);padding:11px;display:flex;flex-direction:column;gap:5px}.terms-heading{margin:6px 0 1px;color:var(--text);font-size:12.5px;font-weight:850;letter-spacing:.1px}.terms-heading:first-child{margin-top:0}.terms-paragraph{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.terms-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:5px}.terms-list li{position:relative;padding-left:15px;color:var(--muted);font-size:12px;line-height:1.42}.terms-list li:before{content:"";position:absolute;left:3px;top:7px;width:5px;height:5px;border-radius:50%;background:var(--accent)}.checkbox-row{min-height:36px;display:flex;align-items:center;gap:8px;font-size:12.5px}.checkbox-row input{display:none}.checkbox-row span{width:20px;height:20px;border-radius:6px;border:1.5px solid var(--line-strong);flex:0 0 auto;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.checkbox-row input:checked+span{border-color:transparent;background:var(--accent);box-shadow:inset 0 0 0 4px var(--accent),inset 0 0 0 6px #fff}.sticky-action{position:static;z-index:1;margin-top:0;box-shadow:0 14px 30px #1a80f057}.wallet-hero{min-height:84px;padding:14px;display:flex;align-items:center;gap:12px}.wallet-hero span{color:var(--muted);font-size:12px}.wallet-hero strong{display:block;margin-top:2px;font-size:22px;line-height:1.08}.wallet-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.wallet-card-action{min-height:56px;border-radius:var(--radius);padding:10px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;gap:9px;color:var(--text);transition:transform .12s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease}.wallet-card-action:active{transform:scale(.97)}.wallet-card-action.active{background:var(--accent-soft);border-color:var(--accent-line);box-shadow:0 10px 22px #1a80f02e}.wallet-card-action span{width:30px;height:30px;border-radius:12px;display:grid;place-items:center;color:#fff;background:var(--accent);flex:0 0 auto}.wallet-card-action strong{font-size:13px;font-weight:850}.segmented,.filter-row{padding:4px;border-radius:var(--radius-sm);background:var(--field-bg);border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:4px}.segmented button,.filter-row button{min-height:34px;border-radius:10px;color:var(--muted);font-size:12px;font-weight:850;white-space:nowrap;transition:color .14s ease,background .14s ease,transform .12s ease}.segmented button:active,.filter-row button:active{transform:scale(.97)}.segmented button.active,.filter-row button.active{color:#fff;background:var(--accent);box-shadow:0 6px 14px #1a80f03d}.filter-card{padding:8px}.filter-row{grid-template-columns:24px repeat(4,minmax(0,1fr));align-items:center}.filter-row svg{margin-left:5px;color:var(--muted)}.history-item{min-height:54px;padding:9px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.history-item:last-child{border-bottom:0}.history-item img,.history-icon{width:38px;height:38px;border-radius:12px;flex:0 0 auto}.history-icon{display:grid;place-items:center;font-weight:900}.history-icon.credit{color:var(--success);background:var(--success-soft)}.history-icon.debit{color:var(--danger);background:var(--danger-soft)}.history-item>div:not(.history-right):not(.history-icon){min-width:0;flex:1;display:flex;flex-direction:column;gap:1px}.history-item strong{font-size:13px;font-weight:850}.history-item span,.history-item small{color:var(--muted);font-size:11.5px}.history-right{margin-left:auto;min-width:76px;display:flex;align-items:flex-end;flex-direction:column;gap:3px;text-align:right}.history-right button{color:var(--accent);font-size:11.5px;font-weight:850}.status{max-width:112px;border-radius:999px;padding:3px 8px;font-size:10.5px;line-height:1.2;font-weight:850;color:var(--muted);background:#1126460f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-completed,.status-confirmed,.status-paid{color:var(--success-text);background:var(--success-soft)}.status-pending,.status-queued,.status-activating,.status-awaiting_confirmation,.status-searching,.status-processing,.status-waiting_check,.status-check_received,.status-manual_review{color:var(--accent);background:var(--accent-soft)}.status-failed,.status-expired,.status-cancelled,.status-disputed{color:var(--danger-text);background:var(--danger-soft)}.profile-hero{flex-direction:row;align-items:center;gap:12px}.avatar{width:58px;height:58px;padding:2px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:block;flex:0 0 auto}.avatar img,.avatar span{width:100%;height:100%;border-radius:50%}.avatar img{display:block;object-fit:cover}.avatar span{display:grid;place-items:center;background:var(--field-bg);color:var(--accent);font-size:20px;font-weight:900}.profile-hero>div:not(.avatar) strong,.profile-hero>div:not(.avatar) span,.profile-hero>div:not(.avatar) small{display:block}.profile-hero>div:not(.avatar) strong{font-size:16px;font-weight:850}.profile-hero>div:not(.avatar) span{color:var(--accent);font-size:12.5px}.profile-hero>div:not(.avatar) small{color:var(--faint);font-size:11.5px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stats-grid .card{min-height:70px;justify-content:center;gap:3px;padding:12px 10px}.stats-grid strong{font-size:15px;line-height:1.12;overflow-wrap:anywhere}.stat-label{color:var(--faint);font-size:10.5px;font-weight:850}.loyalty-row{display:flex;align-items:center;gap:10px}.loyalty-icon{width:40px;height:40px;border-radius:13px;background:var(--warning-soft);color:var(--warning);display:grid;place-items:center}.loyalty-row strong,.loyalty-row span{display:block}.loyalty-row strong{font-size:14px}.loyalty-row span{color:var(--muted);font-size:12px}.progress{height:7px;overflow:hidden;border-radius:999px;background:#11264614}.progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:width .24s ease}.referral-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.referral-grid>div{min-height:72px;border-radius:var(--radius-sm);background:var(--field-bg);border:1px solid var(--line);padding:11px;display:flex;flex-direction:column;gap:3px}.referral-grid>div>svg{color:var(--accent)}.referral-grid span{color:var(--muted);font-size:11.5px}.copy-row{border-radius:var(--radius-sm);background:var(--field-bg);border:1px solid var(--line);padding:8px;display:flex;align-items:center;gap:8px}.copy-row span{min-width:0;flex:1;color:var(--muted);font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.withdraw-referral{display:grid;gap:9px}.empty-state{min-height:128px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);text-align:center;padding:16px}.empty-state svg{width:34px;height:34px;color:var(--accent)}.empty-state strong{color:var(--text);font-size:14px}.empty-state p{max-width:250px;margin:0;color:var(--muted);font-size:12px}.icon-button{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--field-bg);border:1px solid var(--line);color:var(--muted);display:grid;place-items:center;transition:transform .12s ease,background .12s ease,color .12s ease}.icon-button:active{transform:scale(.96)}.bottom-nav{position:fixed;z-index:20;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 8px);width:min(calc(100% - 16px),424px);height:58px;padding:5px 6px;transform:translate(-50%);background:#ffffffe6;border:1px solid rgba(17,38,70,.08);border-radius:24px;-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 18px 44px #0b2c602e,0 6px 18px #0c316e1a,inset 0 1px #ffffffe6}.nav-item{min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:18px;color:#8b98aa;font-size:9.5px;line-height:1.05;font-weight:850;transition:color .16s ease,transform .15s ease,background .16s ease}.nav-item:before{content:"";position:absolute;left:50%;top:3px;width:36px;height:28px;border-radius:15px;background:linear-gradient(180deg,#1a80f02e,#1a80f01a);opacity:0;transform:translate(-50%) scale(.72);transition:opacity .17s ease,transform .17s ease}.nav-item.active{color:var(--accent)}.nav-item.active:before{opacity:1;transform:translate(-50%) scale(1)}.nav-item:active{transform:scale(.96)}.nav-icon,.nav-center-disc{width:31px;height:28px;display:grid;place-items:center;position:relative;z-index:1;border-radius:14px;transition:color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.nav-icon svg,.nav-center-disc svg{width:18px;height:18px;stroke-width:2.15}.nav-center-disc{background:transparent;color:inherit}.nav-item.active .nav-icon,.nav-item.active .nav-center-disc{color:var(--accent);transform:translateY(-1px)}.nav-item.active .nav-center-disc{background:#1a80f01f;box-shadow:inset 0 0 0 1px #1a80f014}.nav-item>span:last-child{position:relative;z-index:1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:1px}.toast-host{position:fixed;z-index:40;left:50%;bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px) + 10px);width:min(calc(100% - 24px),416px);transform:translate(-50%);display:flex;flex-direction:column;gap:7px;pointer-events:none}.toast{border-radius:var(--radius-sm);padding:11px 13px;color:#fff;background:#101b2ef5;box-shadow:var(--shadow);font-size:12.5px;font-weight:600;animation:toast-in .16s ease both}.toast-success{box-shadow:var(--shadow),inset 3px 0 0 var(--success)}.toast-error{box-shadow:var(--shadow),inset 3px 0 0 var(--danger)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (hover: hover){.wallet-card-action:hover,.btn-secondary:hover,.icon-button:hover,.terms-toggle-row:hover,.toggle-form:hover,.requisite-item:hover,.method-option:hover,.payment-method:hover{background-color:var(--field-bg-hover)}.hero-action:hover .hero-action-icon{background:var(--glass-strong)}.method-option.selected:hover,.payment-method.selected:hover,.requisite-item.selected:hover{background-color:var(--accent-soft)}.btn-primary:hover,.status-retry:hover{background:var(--accent-press)}.nav-item:hover{color:var(--muted)}}@media (max-width: 360px){.page-content{padding-left:12px;padding-right:12px;gap:9px}.home-hero,.home-sheet{width:calc(100% + 24px);margin-left:-12px;margin-right:-12px}.home-brand{font-size:19px}.home-balance-value{font-size:34px}.hero-actions{gap:8px}.hero-action-icon{width:46px;height:46px;border-radius:14px}.hero-action strong{font-size:10.5px}.filter-row{grid-template-columns:repeat(4,minmax(0,1fr))}.filter-row svg{display:none}.filter-row button{font-size:11px}.history-right{min-width:68px}.stats-grid{gap:6px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
