@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-dark:#0f172a;--bg-card:#1e293bb3;--text-main:#f8fafc;--text-muted:#94a3b8;--success:#34d399;--danger:#f87171}body{background-color:var(--bg-dark);color:var(--text-main);background-image:radial-gradient(circle at 15%,#3b82f626,#0000 25%),radial-gradient(circle at 85% 30%,#10b98126,#0000 25%);min-height:100vh;margin:0;font-family:Inter,sans-serif}.dashboard-container{max-width:1100px;margin:0 auto;padding:2rem}header h1{background:linear-gradient(90deg,#60a5fa,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.2rem;font-size:2.5rem;font-weight:700}header p{color:var(--text-muted);margin-bottom:2rem}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d}.summary-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.summary-card h3{color:var(--text-muted);margin:0 0 .5rem;font-size:1rem;font-weight:500}.summary-card p{margin:0;font-size:2rem;font-weight:700}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.main-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.transaction-list{max-height:350px;overflow-y:auto}.transaction-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.tx-info h4{margin:0 0 .25rem;font-size:1rem}.tx-info p{color:var(--text-muted);margin:0;font-size:.8rem}.tx-amount{font-weight:600}.chat-container{z-index:1000;position:fixed;bottom:2rem;right:2rem}.chat-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#10b981);border:none;border-radius:30px;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;transition:transform .2s;box-shadow:0 4px 15px #3b82f666}.chat-toggle:hover{transform:scale(1.05)}.chat-window{flex-direction:column;width:350px;height:500px;padding:0;display:flex;overflow:hidden}.chat-header{background:#0003;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.chat-header h3{margin:0;font-size:1.1rem}.chat-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.2rem}.chat-messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.message{border-radius:12px;max-width:80%;padding:.8rem 1rem;font-size:.95rem;line-height:1.4}.message.ai{background:#3b82f633;border-bottom-left-radius:2px;align-self:flex-start}.message.user{background:linear-gradient(135deg,#3b82f6,#10b981);border-bottom-right-radius:2px;align-self:flex-end}.chat-input-area{border-top:1px solid #ffffff1a;gap:.5rem;padding:1rem;display:flex}.chat-input-area input{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:.8rem}.chat-input-area button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:0 1rem;font-weight:600}
