.dashboard-container{display:flex;flex-direction:column;gap:32px;width:100%}.dashboard-header h1{font-size:2.25rem;font-weight:800;letter-spacing:-.02em}.dashboard-pro-grid{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start}@media (max-width:1200px){.dashboard-pro-grid{grid-template-columns:1fr}}.dashboard-main-col{display:flex;flex-direction:column;gap:32px}.dashboard-side-col{display:flex;flex-direction:column;gap:24px}.main-stats{padding:32px}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-title-pro{font-size:1.25rem;font-weight:700}.badge{padding:4px 10px;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;letter-spacing:.05em}.badge.primary{background:var(--primary);color:#000}.calorie-pro-view{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.calorie-main .current-val{font-size:4rem;font-weight:800;line-height:1}.calorie-main .target-val{font-size:1.25rem;color:var(--text-muted);font-weight:600;margin-left:12px}.calorie-summary-mini{display:flex;gap:24px;padding-bottom:8px}.mini-item{display:flex;flex-direction:column}.mini-item .label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.mini-item .val{font-size:1.25rem;font-weight:700}.progress-bar-container-pro{height:8px;background:var(--border-light);border-radius:4px;margin-bottom:32px;overflow:hidden}.progress-bar-pro{height:100%;background:var(--primary);border-radius:4px;transition:width 1s cubic-bezier(.16,1,.3,1)}.macro-pro-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.macro-widget-pro{display:flex;flex-direction:column;gap:8px}.macro-widget-pro .macro-header{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600}.macro-widget-pro .progress-bg{height:4px;background:var(--border-light);border-radius:2px}.macro-widget-pro .progress-fill{height:100%;border-radius:2px}.secondary-stats-pro{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:900px){.secondary-stats-pro{grid-template-columns:repeat(2,1fr)}}.stat-card-pro{padding:20px;gap:16px}.stat-card-pro,.stat-icon{display:flex;align-items:center}.stat-icon{width:44px;height:44px;background:var(--background);border-radius:var(--radius-md);justify-content:center;border:1px solid var(--border)}.stat-label{font-size:.8rem;color:var(--text-muted);display:block}.stat-value{font-size:1.1rem;font-weight:700}.stat-unit{font-size:.8rem;color:var(--text-muted);margin-left:2px}.section-title-small{font-size:.9rem;font-weight:700;margin-bottom:20px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.actions-list-pro{display:flex;flex-direction:column;gap:12px}.action-btn-pro{display:flex;align-items:center;gap:12px;padding:12px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font-weight:600;font-size:.9rem;transition:var(--transition)}.action-btn-pro:hover{background:var(--surface-hover);border-color:var(--primary);transform:translateX(4px)}.action-btn-pro .icon-wrapper{color:var(--primary)}.tip-text{font-size:.9rem;line-height:1.6;color:var(--text-muted)}@media (max-width:480px){.dashboard-container{gap:24px}.dashboard-header h1{font-size:1.5rem}.main-stats{padding:20px}.calorie-main .current-val{font-size:2.5rem}.calorie-main .target-val{font-size:1rem;margin-left:8px}.calorie-summary-mini{gap:16px}.mini-item .label{font-size:.7rem}.mini-item .val{font-size:1rem}.macro-pro-row{grid-template-columns:1fr;gap:16px}.secondary-stats-pro{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card-pro{padding:14px;gap:12px}.stat-icon{width:36px;height:36px}.stat-value{font-size:1rem}.action-btn-pro{padding:10px;font-size:.85rem}}