@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-dark:#0f172a;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--strava-orange:#fc4c02;--health-cyan:#06b6d4;--health-green:#10b981;--text-primary:#f8fafc;--text-secondary:#94a3b8;--chart-endurance:#fc4c02;--chart-indoor:#8b5cf6;--chart-water:#3b82f6;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-dark);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-image:radial-gradient(at 0 0,#fc4c0226 0,#0000 50%),radial-gradient(at 100% 100%,#06b6d426 0,#0000 50%);background-color:var(--bg-dark);background-attachment:fixed;justify-content:center;place-items:center;min-height:100vh;margin:0;display:flex}#root{width:100%;max-width:1400px;margin:0 auto;padding:2rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 30px #0000001a}.text-gradient{background:linear-gradient(90deg, var(--strava-orange), #ff7b47);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-health{background:linear-gradient(90deg, var(--health-cyan), #38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}h1,h2,h3,h4{margin-bottom:.5rem;font-weight:600}.dashboard-grid{grid-template-rows:auto 1fr;grid-template-columns:1fr 300px;gap:1.5rem;min-height:80vh;display:grid}.dashboard-header{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.dashboard-main,.dashboard-sidebar{flex-direction:column;gap:1.5rem;display:flex}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem;font-weight:700}.text-muted{color:var(--text-secondary)}.trend-up{color:#ef4444;align-items:center;gap:.25rem;display:inline-flex}.trend-down,.trend-positive{color:var(--health-green);align-items:center;gap:.25rem;display:inline-flex}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:var(--glass-border)}.recharts-text{fill:var(--text-secondary)}.recharts-tooltip-wrapper{outline:none}.custom-tooltip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary);border-radius:8px;padding:1rem;border:1px solid var(--glass-border)!important;background:#0f172ad9!important}.top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}@media (width<=1024px){.dashboard-grid{grid-template-columns:1fr}#root{padding:1.5rem 1rem}}@media (width<=640px){.top-bar{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.text-3xl{font-size:1.6rem}.text-2xl{font-size:1.3rem}h1,h2,h3,h4{margin-bottom:.25rem}.glass-panel{border-radius:12px;padding:1rem}}
