:root{--background: #0d0f17;--foreground: #ffffff;--color-1: #6366f1;--color-2: #ec4899;--color-3: #14b8a6;--color-4: #f59e0b;--chart-grid: rgba(255, 255, 255, .05);--chart-tooltip-bg: rgba(13, 15, 23, .85);--chart-tooltip-border: rgba(255, 255, 255, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--foreground);min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:radial-gradient(circle at top right,rgba(99,102,241,.15) 0%,transparent 40%),radial-gradient(circle at bottom left,rgba(236,72,153,.15) 0%,transparent 40%);background-attachment:fixed}.dashboard-container{width:calc(100vw - 4rem);min-height:calc(100vh - 4rem);height:auto;display:flex;flex-direction:column;padding:2.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;box-shadow:0 25px 50px -12px #00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:fade-in .8s ease-out}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;background:linear-gradient(to right,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.dashboard-header p{color:#9ca3af;font-size:.95rem}.chart-wrapper{flex:1;min-height:400px;width:100%;position:relative}.custom-tooltip{background:var(--chart-tooltip-bg);border:1px solid var(--chart-tooltip-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem;border-radius:12px;box-shadow:0 10px 15px -3px #00000080}.tooltip-title{font-weight:600;margin-bottom:.75rem;font-size:.875rem;color:#e5e7eb}.tooltip-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.8rem}.tooltip-color{width:8px;height:8px;border-radius:50%}.tooltip-label{color:#9ca3af;flex:1}.tooltip-value{font-weight:600;color:#f3f4f6}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.dashboard-container{padding:1.5rem;border-radius:0;border-left:none;border-right:none}}
