.web3-dashboard-container{color:#fff;max-width:1200px;min-height:100vh;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.web3-activation-warning{background-color:#ff4c4c1a;border-left:4px solid #ff4c4c;border-radius:6px;margin:1rem 0;padding:1rem}.web3-dashboard-header{border-bottom:1px solid #71717a4d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.web3-dashboard-title h1{background:linear-gradient(to right, var(--zinc-300), var(--zinc-400));color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2rem;font-weight:700}.web3-welcome-message{color:#a0a0b0;margin:0}.web3-username{color:#fff;font-weight:600}.web3-user-status-container{gap:1.5rem;display:flex}.web3-user-rank,.web3-user-status{flex-direction:column;align-items:flex-end;display:flex}.web3-rank-label,.web3-status-label{color:#a0a0b0;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.web3-rank-value{background:linear-gradient(to right, var(--zinc-300), var(--zinc-400));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:600}.web3-status-value{align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.web3-status-indicator{border-radius:50%;width:8px;height:8px}.web3-error-message{color:#ff4c4c;background:#ff4c4c1a;border:1px solid #ff4c4c4d;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.web3-warning-banner{color:#facc15;background:#facc151a;border:1px solid #facc154d;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;display:flex}.web3-warning-link{cursor:pointer;white-space:nowrap;font-weight:700;text-decoration:underline}.web3-dashboard-content{flex-direction:column;gap:2rem;display:flex}.web3-section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.web3-section-header h2{margin:0;padding-bottom:.5rem;font-size:1.25rem;position:relative}.web3-section-header h2:after{content:"";background:linear-gradient(90deg,#5b9cf5,#5b9cf54d);border-radius:3px;width:40px;height:3px;position:absolute;bottom:0;left:0}.web3-account-balances{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.web3-account-balance-card{background:#27272a99;border:1px solid #71717a4d;border-radius:12px;transition:all .2s;overflow:hidden}.web3-account-balance-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.web3-account-balance-content{align-items:center;gap:1rem;padding:1.5rem;display:flex}.web3-account-balance-icon{background:#18181b99;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.web3-account-balance-icon svg{width:28px;height:28px}.web3-account-balance-details{flex-direction:column;display:flex}.web3-account-balance-name{margin-bottom:.25rem;font-size:1rem;font-weight:600}.web3-account-balance-value{font-size:1.5rem;font-weight:700}.web3-account-balance-footer{background:#18181b80;border-top:1px solid #71717a33;padding:1rem 1.5rem}.web3-account-balance-percentage{color:#a0a0b0;margin-bottom:.5rem;font-size:.75rem}.web3-account-balance-bar{background:#71717a4d;border-radius:2px;height:4px;overflow:hidden}.web3-account-balance-progress{border-radius:2px;height:100%}.web3-no-accounts{text-align:center;color:#a1a1aa;background:#27272a99;border:1px solid #71717a4d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.web3-no-accounts-icon{color:#71717a99;width:48px;height:48px;margin-bottom:1rem}.web3-no-accounts-icon svg{width:100%;height:100%}.web3-dashboard-sections{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.web3-dashboard-section{background:#27272a99;border:1px solid #71717a4d;border-radius:12px;padding:1.5rem}.web3-quick-actions{flex-direction:column;gap:1rem;display:flex}.web3-action-card{cursor:pointer;color:#fff;background:#18181b99;border:1px solid #71717a4d;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.web3-action-card.full-width{width:100%}.web3-action-card:hover{transform:translateY(-2px)}.web3-action-card-icon{color:#5b9cf5;background:#71717a26;border-radius:12px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.web3-action-card-icon svg{width:28px;height:28px}.web3-action-card-label{font-size:1rem;font-weight:600}.web3-account-summary{gap:1rem;display:grid}.web3-summary-item{border-bottom:1px solid #71717a33;justify-content:space-between;padding-bottom:.75rem;display:flex}.web3-summary-label{color:#a0a0b0;font-size:.875rem;font-weight:700}.web3-summary-value{color:#fff;font-size:.875rem}.web3-wallet-address{font-family:monospace}.web3-logout-button{color:#ff4c4c;cursor:pointer;background:#ff4c4c1a;border:1px solid #ff4c4c4d;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem;font-weight:600;transition:all .2s;display:flex}.web3-logout-button:hover{background:#ff4c4c33}.web3-logout-button svg{width:20px;height:20px}@media (max-width:768px){.web3-dashboard-container{padding:1rem}.web3-dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.web3-user-status-container{justify-content:space-between;width:100%}.web3-user-rank,.web3-user-status{align-items:flex-start}.web3-dashboard-sections{grid-template-columns:1fr}}@keyframes pulse{0%{box-shadow:0 0 #71717a66}70%{box-shadow:0 0 0 10px #71717a00}to{box-shadow:0 0 #71717a00}}
