.wallet-card{display:flex;flex-direction:column;gap:18px;padding:28px 32px;border-radius:16px;width:100%;max-width:420px;font-family:inherit;box-sizing:border-box}.wallet-card--disconnected{background:#1a1a2e;border:1px solid #2a2a4a}.wallet-card--connected{background:#0f2027;border:1px solid #0ea5e9;box-shadow:0 0 24px #0ea5e926}.wallet-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.btn--back{display:inline-flex;align-items:center;gap:4px;background:transparent;border:none;color:#94a3b8;font-size:13px;font-weight:600;cursor:pointer;padding:4px 0;transition:color .15s}.btn--back:hover:not(:disabled){color:#e2e8f0}.btn--back:disabled{opacity:.4;cursor:not-allowed}.wallet-status{display:flex;align-items:center;gap:8px}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot--active{background:#22c55e;box-shadow:0 0 6px #22c55e;animation:pulse-green 2s infinite}.status-dot--inactive{background:#6b7280}@keyframes pulse-green{0%,to{box-shadow:0 0 4px #22c55e}50%{box-shadow:0 0 12px #22c55e}}.status-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.wallet-info{display:flex;flex-direction:column;gap:12px}.info-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.info-label{font-size:13px;color:#64748b;min-width:60px}.info-value{font-size:14px;font-weight:600;color:#e2e8f0}.address-badge{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:5px 12px;font-family:Courier New,monospace;letter-spacing:.04em;color:#93c5fd}.network-badge{background:#0c2a44;border:1px solid #0369a1;border-radius:8px;padding:5px 12px;color:#38bdf8;font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:10px;padding:13px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s,box-shadow .15s;width:100%}.btn:active{transform:scale(.98)}.btn--connect{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 16px #6366f166}.btn--connect:hover:not(:disabled){opacity:.92;box-shadow:0 6px 20px #6366f18c}.btn--connect:disabled{opacity:.6;cursor:not-allowed}.btn--loading{background:linear-gradient(135deg,#1d4ed8,#4338ca)}.btn--disconnect{background:transparent;color:#f87171;border:1px solid #7f1d1d}.btn--disconnect:hover{background:#ef44441a;border-color:#ef4444}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.wallet-error{background:#ef44441a;border:1px solid #7f1d1d;border-radius:8px;padding:10px 14px;font-size:13px;color:#fca5a5;display:flex;align-items:flex-start;gap:8px}.error-icon{flex-shrink:0}.wallet-hint{font-size:12px;color:#475569;text-align:center;line-height:1.5}.member-id-badge{background:#1e2a3a;border:1px solid #1d4ed8;border-radius:8px;padding:5px 12px;font-family:Courier New,monospace;font-size:13px;color:#93c5fd;letter-spacing:.04em}.payment-section{display:flex;flex-direction:column;gap:8px}.amount-label{font-size:13px;font-weight:600;color:#94a3b8}.amount-hint{font-size:11px;color:#475569;font-weight:400}.amount-input{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:12px 14px;color:#e2e8f0;font-size:16px;width:100%;outline:none;transition:border-color .15s,box-shadow .15s;-moz-appearance:textfield}.amount-input::-webkit-inner-spin-button,.amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.amount-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.amount-input:disabled{opacity:.5;cursor:not-allowed}.amount-input::placeholder{color:#475569}.target-info{font-size:12px;color:#475569}.target-address{color:#38bdf8;font-family:Courier New,monospace}.btn--dashboard{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 16px #6366f166}.btn--dashboard:hover{opacity:.92;box-shadow:0 6px 20px #6366f18c}.btn--send{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 16px #22c55e4d}.btn--send:hover:not(:disabled){opacity:.9;box-shadow:0 6px 20px #22c55e73}.btn--send:disabled{opacity:.5;cursor:not-allowed}.tx-status{display:flex;align-items:center;gap:8px;font-size:13px;color:#38bdf8}.tx-hash{font-size:11px;color:#475569;font-family:Courier New,monospace;word-break:break-all}.wallet-success{background:#22c55e1a;border:1px solid #166534;border-radius:8px;padding:10px 14px;font-size:13px;color:#86efac}@media(max-width:480px){.wallet-card{max-width:100%;padding:20px 16px;border-radius:14px;gap:14px}.btn{padding:14px 18px;font-size:15px}.btn--back{padding:8px 4px;font-size:13px;min-height:44px}.status-label{font-size:12px}.info-row{gap:6px}.info-label{font-size:12px;min-width:unset}.address-badge,.network-badge,.member-id-badge{font-size:12px;padding:4px 10px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.amount-input{padding:12px;font-size:16px}.amount-label{display:flex;flex-direction:column;gap:2px}.tx-hash{font-size:10px}}@media(max-width:360px){.wallet-card{padding:16px 12px}.wallet-header{flex-wrap:wrap;row-gap:8px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a14;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 20% 10%,rgba(59,130,246,.08) 0%,transparent 55%),radial-gradient(ellipse at 80% 90%,rgba(99,102,241,.08) 0%,transparent 55%),#0a0a14}.app-header{padding:24px 32px;border-bottom:1px solid #1e293b;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.app-logo{display:flex;align-items:center;gap:10px}.logo-icon{font-size:28px;color:#3b82f6;line-height:1}.logo-text{font-size:22px;font-weight:700;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-tagline{font-size:12px;color:#475569;letter-spacing:.06em;text-transform:uppercase;padding-left:38px}.app-main{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 24px}.wallet-section{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:480px}.section-title{font-size:26px;font-weight:700;color:#f1f5f9;text-align:center}.section-sub{font-size:14px;color:#64748b;text-align:center;max-width:360px;line-height:1.6;margin-bottom:8px}.app-footer{padding:20px 32px;border-top:1px solid #1e293b;text-align:center;font-size:12px;color:#334155}
