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