@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.tab-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;max-width:600px;width:100%}.tab-header{display:flex;border-bottom:1px solid #e5e7eb}.tab-button{flex:1;background:none;border:none;cursor:pointer;padding:16px;font-size:16px;font-weight:500;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.tab-button:hover{background:#f9fafb}.tab-button.active{color:#3b82f6;border-bottom:2px solid #3b82f6;margin-bottom:-1px}.tab-icon{font-size:18px}.tab-content{padding:24px}.tab-inner-content{display:flex;flex-direction:column;gap:24px}.tab-header-content{text-align:center;margin-bottom:16px}.tab-header-content h2{font-size:24px;margin-bottom:8px;color:#111827}.tab-header-content p{color:#6b7280;font-size:16px}.form-content{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.input-container{position:relative;display:flex}.input-field{flex:1;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;transition:all .2s ease}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.copy-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:18px;color:#6b7280;transition:all .2s ease}.copy-button:hover{color:#3b82f6}.copy-button:disabled{opacity:.5;cursor:not-allowed}.form-row{display:flex;gap:16px}.button-group{display:flex;gap:12px;margin-top:12px}.button-group.single-button{justify-content:center}.action-button{padding:12px 20px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;border:none}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button.primary{background:#3b82f6;color:#fff}.action-button.primary:hover:not(:disabled){background:#2563eb}.action-button.secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.action-button.secondary:hover:not(:disabled){background:#f9fafb}.button-icon{font-size:18px}.button-icon.spinning{animation:spin 1s linear infinite}.qr-section{display:flex;flex-direction:column;align-items:center;margin:20px 0;gap:12px}.qr-container{padding:16px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center}.qr-address{word-break:break-all;text-align:center;font-family:monospace;font-size:14px;color:#374151;padding:0 16px}.qr-warning{color:#ef4444;font-weight:500;font-size:14px}.address-list{display:flex;flex-direction:column;gap:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);height:100vh;height:100dvh;margin:0;padding:0;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#root{height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom));overflow:hidden}.App{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom));position:relative;overflow:hidden}.App:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(120,199,255,.3) 0%,transparent 50%);pointer-events:none;z-index:-1}.app-header{margin-bottom:2rem;position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.75rem;animation:fadeInDown .8s ease-out}.app-header:before{content:"";position:absolute;inset:-2rem;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(147,51,234,.15) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;filter:blur(40px);z-index:-1;animation:pulse 4s ease-in-out infinite}.app-header h1{background:linear-gradient(135deg,#fff,#f8fafc,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(2rem,8vw,3.5rem);font-weight:800;margin:0;text-shadow:0 4px 20px rgba(0,0,0,.1),0 0 40px rgba(59,130,246,.3),0 0 80px rgba(147,51,234,.2);letter-spacing:-.03em;position:relative;z-index:1;animation:glow 3s ease-in-out infinite alternate}.app-header h1:before{content:"";position:absolute;inset:-.5rem;background:linear-gradient(135deg,#3b82f61a,#9333ea1a,#3b82f61a);border-radius:1rem;filter:blur(20px);z-index:-1;opacity:.8;animation:shimmer 4s ease-in-out infinite}.app-header .subtitle{font-size:clamp(.875rem,3vw,1.125rem);color:#fffc;font-weight:500;text-align:center;margin:0;letter-spacing:.02em;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:fadeInUp 1s ease-out .3s both}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%{text-shadow:0 4px 20px rgba(0,0,0,.1),0 0 40px rgba(59,130,246,.3),0 0 80px rgba(147,51,234,.2)}to{text-shadow:0 4px 20px rgba(0,0,0,.1),0 0 60px rgba(59,130,246,.4),0 0 100px rgba(147,51,234,.3)}}@keyframes shimmer{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.main-content{width:100%;max-width:420px;display:flex;justify-content:center;position:relative;flex:1;min-height:0;padding:0 .5rem}.main-card{width:100%;height:100%;display:flex;flex-direction:column;transform:translateY(0);transition:transform .3s ease}.main-card:hover{transform:translateY(-2px)}.tab-card{background:#fffffff2;backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,inset 0 1px #fff9;overflow:hidden;border:1px solid rgba(255,255,255,.2);position:relative;display:flex;flex-direction:column;height:100%;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem)}.tab-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}.tab-header{display:flex;background:#f8fafc99;border-bottom:1px solid rgba(226,232,240,.5);position:relative;padding:6px;margin:6px;border-radius:16px;flex-shrink:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-header::-webkit-scrollbar{display:none}.tab-button{flex:1;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;font-size:.875rem;font-weight:600;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border-radius:12px;z-index:1;display:flex;align-items:center;justify-content:center;gap:.375rem;min-height:44px;-webkit-tap-highlight-color:transparent;white-space:nowrap;min-width:0}.tab-icon{font-size:1rem;opacity:.7;transition:all .3s ease}.tab-button:hover{color:#475569;transform:translateY(-1px)}.tab-button:hover .tab-icon{opacity:1;transform:scale(1.1)}.tab-button.active{color:#3b82f6;background:linear-gradient(135deg,#ffffffe6,#ffffffb3);box-shadow:0 4px 8px #3b82f626,0 1px 3px #0000001a,inset 0 1px #fffc;transform:translateY(-1px)}.tab-button.active .tab-icon{opacity:1;color:#3b82f6}.tab-content{padding:1.5rem;position:relative;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) transparent}.tab-content::-webkit-scrollbar{width:4px}.tab-content::-webkit-scrollbar-track{background:transparent}.tab-content::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:2px}.tab-content::-webkit-scrollbar-thumb:hover{background:#3b82f680}.receive-tab,.send-tab,.history-tab{text-align:left;animation:fadeInUp .4s ease-out;height:100%;display:flex;flex-direction:column}.receive-tab,.send-tab{align-items:center}.history-tab{overflow:hidden}.history-tab .tab-inner-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.history-tab .form-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.address-list{padding-bottom:1rem}@media (max-width: 767px){.history-tab .tab-header-content{flex-shrink:0}.history-tab .form-content{min-height:0}}.tab-inner-content{width:100%;max-width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-header-content{margin-bottom:1.5rem}.receive-tab h2,.send-tab h2,.history-tab h2{margin:0 0 .5rem;color:#1e293b;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700;letter-spacing:-.025em;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.receive-tab p,.send-tab p,.history-tab p{color:#64748b;margin-bottom:0;font-size:.9rem;line-height:1.5}.form-content{display:flex;flex-direction:column}.form-group{margin-bottom:1.25rem;position:relative}.form-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:600;font-size:.875rem;letter-spacing:-.01em}.input-container{position:relative;display:flex;align-items:center}.input-field{width:100%;padding:1rem;border:2px solid rgba(226,232,240,.8);border-radius:12px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;background:#fffc;backdrop-filter:blur(10px);color:#1e293b;font-family:Inter,monospace;min-height:48px}.input-field::placeholder{color:#94a3b8;font-weight:400}.input-field:focus{outline:none;border-color:#3b82f6;background:#fffffff2;box-shadow:0 0 0 4px #3b82f61a,0 4px 8px #0000000a;transform:translateY(-1px)}.copy-button{position:absolute;right:8px;background:transparent;border:none;cursor:pointer;padding:.75rem;font-size:1rem;border-radius:8px;transition:all .2s ease;opacity:.7;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.copy-button:hover,.copy-button:focus{opacity:1;background:linear-gradient(135deg,#3b82f633,#9333ea33);transform:scale(1.1);box-shadow:0 4px 12px #3b82f64d}.copy-button:active{transform:scale(.95)}.fee-display{background:#f8fafccc;border:2px solid rgba(226,232,240,.8);border-radius:12px;padding:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;min-height:48px}.fee-amount{font-weight:600;color:#1e293b;font-family:Inter,monospace;font-size:.9rem}.fee-label{background:#22c55e1a;color:#16a34a;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.transaction-summary{background:#f8fafc80;border-radius:12px;padding:1rem;margin-bottom:1.5rem;border:1px solid rgba(226,232,240,.5)}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:#64748b;font-size:.875rem;flex-wrap:wrap;gap:.5rem}.summary-row:last-child{margin-bottom:0}.summary-row.total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(226,232,240,.8);font-weight:600;color:#1e293b;font-size:.95rem}.summary-row span:last-child{font-family:Inter,monospace;font-weight:600}.button-group{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.action-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #3b82f666,0 2px 4px #0000001a;position:relative;overflow:hidden;letter-spacing:-.01em;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:48px;-webkit-tap-highlight-color:transparent}.action-button.secondary{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 4px 12px #64748b4d,0 2px 4px #0000001a}.button-icon{font-size:1rem;opacity:.9}.action-button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.action-button:hover,.action-button:focus{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666,0 4px 8px #0000001a}.action-button.secondary:hover,.action-button.secondary:focus{box-shadow:0 8px 25px #64748b66,0 4px 8px #0000001a}.action-button:hover:before,.action-button:focus:before{opacity:1}.action-button:active{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666,0 2px 4px #0000001a}.action-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.action-button:disabled:hover{transform:none;box-shadow:0 4px 12px #3b82f666,0 2px 4px #0000001a}.qr-section{text-align:center;animation:fadeInUp .4s ease-out}.qr-container{display:inline-block;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.qr-address{font-family:Inter,monospace;font-size:.75rem;color:#64748b;word-break:break-all;margin:.5rem 0;padding:0 1rem;line-height:1.4}.qr-warning{font-size:.75rem;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.05em;margin:.5rem 0 0}.receive-tab:before,.send-tab:before{content:"";position:absolute;top:-1.5rem;right:-1.5rem;width:60px;height:60px;background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border-radius:50%;z-index:-1;pointer-events:none}@media (min-width: 640px){.app-header{margin-bottom:2.5rem}.app-header h1{font-size:clamp(2.5rem,8vw,4rem)}.app-header .subtitle{font-size:clamp(1rem,3vw,1.25rem)}.main-content{max-width:520px}.tab-content{padding:2rem}.tab-button{padding:1rem 1.5rem;font-size:.95rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.button-group{flex-direction:row;gap:1rem}.receive-tab p,.send-tab p{font-size:1rem}.input-field{padding:1rem 1.25rem;font-size:1rem}.action-button{padding:1rem 2rem;font-size:1rem}.tab-header-content{margin-bottom:2rem}.transaction-summary{padding:1.5rem;margin-bottom:2rem}.receive-tab:before,.send-tab:before{top:-2.5rem;right:-2.5rem;width:100px;height:100px}}@media (min-width: 1024px){.main-card:hover{transform:translateY(-4px)}.form-group,.form-row{margin-bottom:1.75rem}.button-group{padding-top:2rem}}@media (min-width: 1280px){.app-header h1{font-size:4.5rem}.app-header .subtitle{font-size:1.5rem}}@media (max-width: 767px) and (orientation: landscape){.app-header{margin-bottom:1rem}.app-header h1{font-size:2rem}.app-header .subtitle{font-size:.875rem}.tab-card{max-height:calc(100vh - 1rem);max-height:calc(100dvh - 1rem)}}@media (max-width: 767px){.tab-header{padding:4px;margin:4px;gap:2px}.tab-button{padding:.625rem .75rem;font-size:.8125rem;gap:.25rem;min-height:40px}.tab-icon{font-size:.875rem}@media (max-width: 320px){.tab-button{padding:.625rem;font-size:0}.tab-icon{font-size:1rem;margin:0}}.App{padding-top:max(1rem,env(safe-area-inset-top) + .5rem);padding-bottom:max(1rem,env(safe-area-inset-bottom) + .5rem)}.main-content{padding-top:0;padding-bottom:0}}@media (max-width: 360px){.app-header h1{font-size:1.5rem}.tab-button{padding:.625rem .875rem;font-size:.75rem}.tab-icon{font-size:.8125rem}.input-field{font-size:.875rem;padding:.875rem}.action-button{font-size:.875rem}.receive-tab h2,.send-tab h2,.history-tab h2{font-size:1.25rem}}@media (min-height: 900px){.form-group{margin-bottom:2rem}.transaction-summary{margin-bottom:2.5rem}}.address-item{transition:all .2s ease}.address-item-content{display:flex;flex-direction:column;gap:12px}.address-balance-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.address-actions{display:flex;gap:8px;flex-wrap:wrap}.address-action-button{padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;min-height:32px;-webkit-tap-highlight-color:transparent}@media (max-width: 480px){.address-item{padding:12px!important;margin-bottom:10px!important}.address-balance-row{flex-direction:column;align-items:flex-start;gap:10px}.address-actions{width:100%;justify-content:stretch}.address-action-button{flex:1;justify-content:center;font-size:11px;padding:8px;min-height:36px}@media (max-width: 360px){.address-actions{flex-direction:column}.address-action-button{width:100%}}}@media (min-width: 481px) and (max-width: 768px){.address-item{padding:14px!important}.address-action-button{padding:8px 14px;font-size:13px}}@media (hover: hover){.address-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}}@media (max-width: 480px){.address-item p{font-size:12px!important;word-break:break-all;line-height:1.4}.address-item span{font-size:11px!important}}@media (prefers-color-scheme: dark){body{background:linear-gradient(135deg,#1e1b4b,#312e81)}.app-header h1{background:linear-gradient(135deg,#f1f5f9,#cbd5e1,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 20px rgba(0,0,0,.3),0 0 40px rgba(96,165,250,.4),0 0 80px rgba(147,51,234,.3)}.app-header .subtitle{color:#f1f5f9cc;text-shadow:0 2px 10px rgba(0,0,0,.4)}.app-header:before{background:radial-gradient(circle at 30% 20%,rgba(96,165,250,.2) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(147,51,234,.2) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(241,245,249,.1) 0%,transparent 70%)}.app-header h1:before{background:linear-gradient(135deg,#60a5fa26,#9333ea26,#60a5fa26)}.tab-card{background:#1e293bf2;border-color:#4755694d}.tab-header{background:#0f172a99;border-color:#4755694d}.tab-button{color:#94a3b8}.tab-button.active{color:#60a5fa;background:linear-gradient(135deg,#1e293be6,#334155b3);box-shadow:0 4px 8px #60a5fa40,0 1px 3px #0000004d,inset 0 1px #94a3b81a}.tab-content::-webkit-scrollbar-thumb{background:#60a5fa4d}.tab-content::-webkit-scrollbar-thumb:hover{background:#60a5fa80}.receive-tab h2,.send-tab h2,.history-tab h2{background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.receive-tab p,.send-tab p,.history-tab p{color:#94a3b8}.form-group label{color:#f1f5f9}.input-field{background:#334155cc;border-color:#475569cc;color:#f1f5f9}.input-field::placeholder{color:#64748b}.input-field:focus{background:#334155f2;border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa33,0 4px 8px #0000004d}.fee-display{background:#334155cc;border-color:#475569cc}.fee-amount{color:#f1f5f9}.transaction-summary{background:#33415580;border-color:#47556980}.summary-row{color:#94a3b8}.summary-row.total{color:#f1f5f9;border-color:#475569cc}.copy-button:hover,.copy-button:focus{background:#60a5fa33}.qr-container{background:#1e293bf2;box-shadow:0 4px 12px #0000004d}.qr-address{color:#94a3b8}.qr-warning{color:#ef4444}}.wallet-status{font-size:14px;padding:4px 12px;border-radius:4px;margin-top:8px}.wallet-status.connected{background-color:#10b981;color:#fff}.wallet-status.disconnected{background-color:#ef4444;color:#fff}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}@keyframes enter{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes leave{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}.animate-enter{animation:enter .35s ease-out}.animate-leave{animation:leave .35s ease-in forwards}@supports (-webkit-touch-callout: none){body{-webkit-text-size-adjust:100%}.App,#root{min-height:-webkit-fill-available}}html,body{overflow-x:hidden;position:relative;width:100%}
