.funds-summary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin-bottom:20px;padding:16px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;display:grid}.summary-item{text-align:center}.summary-label{opacity:.9;margin-bottom:4px;font-size:.75rem}.summary-value{justify-content:center;align-items:center;gap:4px;font-size:1.1rem;font-weight:600;display:flex}.summary-value.available,.summary-value.positive{color:#4ade80}.summary-value.negative{color:#f87171}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:.875rem;display:flex}.dark .error-message{color:#fca5a5;background:#dc26261a;border-color:#dc26264d}.auth-errors-container{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.auth-error-alert{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.dark .auth-error-alert{background:#fb923c1a;border-color:#fb923c4d}.auth-error-content{flex:1;align-items:flex-start;gap:12px;display:flex}.auth-error-icon{color:#ea580c;flex-shrink:0;margin-top:2px}.auth-error-details{flex-direction:column;gap:4px;display:flex}.auth-error-title{color:#9a3412;font-size:.875rem;font-weight:600}.dark .auth-error-title{color:#fed7aa}.auth-error-message{color:#c2410c;font-size:.8rem}.dark .auth-error-message{color:#fdba74}.accounts-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:8px;display:grid}.account-funds-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px}.dark .account-funds-card{background:#18181b;border-color:#3f3f46}.account-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.account-info{flex-direction:column;gap:8px;display:flex}.account-name-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-name{color:#333;letter-spacing:-.01em;font-size:1.1rem;font-weight:600}.dark .account-name{color:#fff}.account-status{align-items:center;display:flex}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.active{background-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}.status-dot.inactive{background-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.account-type-row{align-items:center;display:flex}.account-type-icon{font-size:.8rem;line-height:1}.refresh-button:hover{background-color:#0000000d}.spinning{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.funds-details{flex-direction:column;gap:8px;display:flex}.funds-row{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.funds-row .label{color:#666;font-size:.875rem}.dark .funds-row .label{color:#a1a1aa}.funds-row .value{align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:flex}.value.available{color:#059669}.value.used{color:#dc2626}.value.positive{color:#059669}.value.negative{color:#dc2626}.timestamp{color:#999;text-align:center;border-top:1px solid #f0f0f0;margin-top:8px;padding-top:8px;font-size:.75rem}.dark .timestamp{color:#71717a;border-top-color:#3f3f46}.funds-error{color:#dc2626;background:#fef2f2;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex}.dark .funds-error{color:#fca5a5;background:#dc26261a}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.empty-icon{color:#9ca3af;margin-bottom:16px}.empty-state h3{color:#333;margin-bottom:8px;font-size:1.25rem;font-weight:600}.dark .empty-state h3{color:#fff}.empty-state p{color:#666;margin-bottom:16px}.dark .empty-state p{color:#a1a1aa}@media (max-width:768px){.accounts-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,1fr);gap:12px}}
