:root{--primary:#4f46e5;--primary-hover:#4338ca;--bg-color:#0f172a;--surface:#1e293b;--surface-light:#334155;--text-main:#f8fafc;--text-muted:#94a3b8;--danger:#ef4444;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--bg-color);color:var(--text-main);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}#root{flex-direction:column;flex:1;display:flex}.glass-panel{-webkit-backdrop-filter:blur(12px);background:#1e293bb3;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 4px 30px #0000001a}.container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}h1,h2,h3{letter-spacing:-.025em;color:#fff;font-weight:700}.text-gradient{background:linear-gradient(135deg,#a78bfa 0%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.input-group label{color:var(--text-muted);font-size:.875rem;font-weight:500}.input-field{background:var(--surface);border:1px solid var(--surface-light);color:#fff;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4f46e533}.btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.btn:active{transform:translateY(0)}.btn-secondary{border:1px solid var(--surface-light);background:0 0}.btn-secondary:hover{background:var(--surface-light);box-shadow:none}.auth-container{background:radial-gradient(circle at top right, #1e1b4b, var(--bg-color));justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{width:100%;max-width:440px;padding:2.5rem;animation:.5s ease-out slideUp}.auth-header{text-align:center;margin-bottom:2rem}.auth-header p{color:var(--text-muted);margin-top:.5rem}.navbar{background:var(--surface);border-bottom:1px solid var(--surface-light);z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.navbar-brand{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.card{padding:1.5rem;transition:transform .3s}.card:hover{transform:translateY(-4px)}.card-title{color:var(--text-muted);margin-bottom:.5rem;font-size:1.125rem}.card-value{font-size:2.5rem;font-weight:700}.table-container{width:100%;margin-top:1rem;overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%}th,td{border-bottom:1px solid var(--surface-light);padding:1rem}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}tbody tr{transition:background-color .2s}tbody tr:hover{background-color:#ffffff05}.badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge.deposit{color:var(--success);background:#10b98133}.badge.withdraw{color:var(--danger);background:#ef444433}.badge.transfer{color:#818cf8;background:#4f46e533}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.4s ease-out forwards fadeIn}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-light) 50%, var(--surface) 75%);background-size:1000px 100%;animation:2s linear infinite shimmer}.error-message{color:var(--danger);background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:.875rem}.success-message{color:var(--success);background:#10b9811a;border:1px solid #10b98133;border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:.875rem}
