*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #EEF2F7;--card: #FFFFFF;--border: #E4E8EF;--border-focus: #3B82F6;--text: #0F1117;--text-2: #4B5563;--text-3: #9CA3AF;--blue: #1B6CF2;--blue-light: #EBF3FF;--green: #10B981;--green-light: #ECFDF5;--red: #EF4444;--red-light: #FEF2F2;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.07), 0 1px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.1), 0 2px 8px rgba(0,0,0,.05);--radius: 16px;--radius-sm: 10px;font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;color:var(--text)}body{margin:0;min-height:100vh;background:var(--bg);background-image:radial-gradient(ellipse 80% 60% at 10% 0%,rgba(99,102,241,.1) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 100%,rgba(16,185,129,.09) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 80% 10%,rgba(59,130,246,.08) 0%,transparent 50%)}#root{min-height:100vh}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 16px}.card-grid{display:flex;gap:24px;align-items:start;justify-content:center;flex-wrap:wrap;width:100%;max-width:1248px}.card{width:100%;max-width:600px;background:var(--card);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-lg)}.skeleton-card{padding:32px;display:flex;flex-direction:column;gap:16px;animation:rise .4s ease both}.skel{background:linear-gradient(90deg,#e8ebf0 25%,#f3f5f8,#e8ebf0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:8px}.skel-tag{height:24px;width:100px}.skel-name{height:20px;width:160px}.skel-balance{height:64px;width:260px}.skel-meta{height:16px;width:100%;margin-top:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-card{padding:40px 32px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;animation:rise .4s ease both}.error-icon-lg{width:40px;height:40px;border-radius:50%;background:var(--red-light);border:1.5px solid rgba(239,68,68,.2);color:var(--red);font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.error-title{font-size:16px;font-weight:600;color:var(--text)}.error-desc{font-size:13px;color:var(--text-2);line-height:1.5}.retry-btn{margin-top:8px;padding:10px 24px;background:var(--text);color:var(--card);border:none;border-radius:10px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.retry-btn:hover{opacity:.8}.result-card{padding:36px 44px 44px;display:flex;flex-direction:column;gap:0;animation:rise .5s cubic-bezier(.22,1,.36,1) both}@keyframes rise{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.rc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.rc-network-badge{display:flex;align-items:center;gap:7px;padding:6px 14px;border-radius:20px;background:#ebf3ff;border:1px solid rgba(27,108,242,.15);font-size:13px;font-weight:600;color:var(--blue)}.network-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 2px #1b6cf233;animation:pulse 2.2s ease infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 2px #1b6cf233}50%{box-shadow:0 0 0 5px #1b6cf214}}.rc-refresh-btn{width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--text-3);font-size:19px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s,transform .2s}.rc-refresh-btn:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}.rc-refresh-btn.spinning{animation:spinBtn .8s linear infinite}@keyframes spinBtn{to{transform:rotate(360deg)}}.rc-token-row{display:flex;align-items:center;gap:18px;margin-bottom:40px}.token-avatar{width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#1b6cf2,#10b981);color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 16px #1b6cf247}.token-identity{display:flex;flex-direction:column;gap:4px}.token-name{font-size:18px;font-weight:600;color:var(--text);line-height:1.3}.token-symbol{font-size:14px;font-weight:500;color:var(--text-3)}.rc-balance-section{margin-bottom:36px}.rc-balance-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:var(--text-3);margin-bottom:8px}.rc-balance-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.rc-number{font-family:Bricolage Grotesque,sans-serif;font-size:68px;font-weight:700;letter-spacing:-.03em;color:var(--text);line-height:1}.rc-unit{font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-weight:600;color:var(--blue);letter-spacing:-.01em}.rc-divider{height:1px;background:var(--border);margin-bottom:24px}.rc-meta{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.rc-meta-item{display:flex;flex-direction:column;gap:4px}.rc-meta-key{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.rc-meta-val{font-size:14px;font-weight:500;color:var(--text-2)}.rc-meta-sep{width:1px;height:32px;background:var(--border);flex-shrink:0}.rc-activity{margin-top:28px;padding-top:24px;border-top:1px solid var(--border)}.rc-activity-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 4px}.rc-activity-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:var(--text-3)}.rc-activity-link{font-size:12px;font-weight:600;color:var(--text-3);text-decoration:none;display:inline-flex;align-items:center;gap:3px;transition:color .15s}.rc-activity-link:hover{color:var(--blue)}.rc-activity-link-arrow{font-size:11px;transition:transform .2s}.rc-activity-link:hover .rc-activity-link-arrow{transform:translate(1px,-1px)}.tx-list{display:flex;flex-direction:column;gap:2px}.tx-row{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 14px;margin:0 -10px;border-radius:14px;text-decoration:none;color:inherit;transition:background .2s}.tx-row:before{content:"";position:absolute;left:4px;top:14px;bottom:14px;width:3px;border-radius:2px;opacity:0;transition:opacity .2s}.tx-row.in:before{background:var(--green)}.tx-row.out:before{background:#64748b}.tx-row:hover{background:linear-gradient(90deg,#1b6cf20d,#1b6cf200 85%)}.tx-row:hover:before{opacity:1}.tx-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;color:#fff;flex-shrink:0;transition:transform .2s}.tx-row.in .tx-icon{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 4px 12px #10b98147}.tx-row.out .tx-icon{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 4px 12px #4755693d}.tx-row:hover .tx-icon{transform:scale(1.05)}.tx-body{display:flex;flex-direction:column;gap:5px;min-width:0}.tx-headline{display:flex;align-items:baseline;gap:8px;line-height:1}.tx-amount{font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}.tx-row.in .tx-amount{color:var(--green)}.tx-row.out .tx-amount{color:var(--text)}.tx-token{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-2);padding:3px 7px;border-radius:6px;background:#f1f4f8;line-height:1}.tx-sub{display:flex;align-items:center;gap:6px;font-size:12px;line-height:1}.tx-label{color:var(--text-3);font-weight:500}.tx-party{display:inline-flex;align-items:center;gap:5px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;color:var(--text-2);font-weight:500}.tx-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #0000000a}.tx-tail{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.tx-hash{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;font-weight:600;color:var(--text-2);padding:4px 9px;border-radius:7px;background:#f1f4f8;letter-spacing:.01em;line-height:1;transition:background .2s,color .2s}.tx-row:hover .tx-hash{background:var(--blue-light);color:var(--blue)}.tx-time{font-size:11px;color:var(--text-3);font-weight:500;line-height:1}.tx-empty{padding:18px 4px;font-size:13px;color:var(--text-3);text-align:center}.tx-skel-row{display:grid;grid-template-columns:40px 1fr 70px;align-items:center;gap:14px;padding:12px 14px;margin:0 -10px}.tx-skel-icon{width:40px;height:40px;border-radius:12px;flex-shrink:0}.tx-skel-lines{display:flex;flex-direction:column;gap:6px}.tx-skel-line{height:14px;border-radius:5px}.tx-skel-line.a{width:60%}.tx-skel-line.b{width:40%;height:11px}.tx-skel-meta{height:18px;border-radius:5px}.med-card{flex-shrink:0;padding:32px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;animation:rise .5s cubic-bezier(.22,1,.36,1) both}.med-right{display:flex;flex-direction:row;align-items:center;gap:16px}.med-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#f59e0b,#ef4444);display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 6px 16px #f59e0b47}.med-dosage{display:flex;align-items:baseline;justify-content:center;gap:6px}.med-amount{font-family:Bricolage Grotesque,sans-serif;font-size:64px;font-weight:700;letter-spacing:-.03em;color:var(--text);line-height:1}.med-unit{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:600;color:#f59e0b}.med-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:var(--text-3)}@media (max-width: 900px){.card-grid{flex-direction:column;align-items:center;gap:16px}.med-card{width:100%!important;height:auto!important;max-width:600px}}@media (max-width: 640px){.page{padding:20px 12px}.card{border-radius:20px}.result-card{padding:24px 20px 28px}.rc-top{margin-bottom:24px}.rc-network-badge{font-size:12px;padding:5px 12px}.rc-refresh-btn{width:34px;height:34px;font-size:17px}.rc-token-row{gap:14px;margin-bottom:28px}.token-avatar{width:52px;height:52px;border-radius:15px;font-size:16px}.token-name{font-size:16px}.token-symbol{font-size:13px}.rc-balance-section{margin-bottom:24px}.rc-balance-row{gap:8px}.rc-number{font-size:44px;letter-spacing:-.02em}.rc-unit{font-size:20px}.rc-divider{margin-bottom:20px}.rc-meta{gap:14px 18px}.rc-meta-sep{display:none}.rc-meta-key{font-size:10px}.rc-meta-val{font-size:13px}.med-card{padding:24px 20px;gap:18px}.med-icon{width:48px;height:48px;border-radius:14px;font-size:22px}.med-amount{font-size:48px}.med-unit{font-size:20px}.med-title{font-size:12px}.rc-activity{margin-top:22px;padding-top:20px}.rc-activity-head{margin-bottom:10px}.tx-row{gap:10px;padding:10px;margin:0 -6px;border-radius:12px}.tx-row:before{left:0;top:12px;bottom:12px}.tx-icon{width:34px;height:34px;border-radius:10px;font-size:15px}.tx-amount{font-size:17px}.tx-token{font-size:9px;padding:2px 6px}.tx-sub,.tx-party{font-size:11px}.tx-hash{font-size:10px;padding:3px 7px}.tx-time{font-size:10px}.tx-skel-row{grid-template-columns:34px 1fr 60px;padding:10px}.tx-skel-icon{width:34px;height:34px;border-radius:10px}.error-card{padding:32px 24px}.skeleton-card{padding:24px}.skel-balance{height:48px;width:80%}.skel-name{width:60%}}
