.diet-page { padding-top: 70px; }
.calc-section { padding: 40px 0; background: #fff; }
.calc-form { max-width: 600px; margin: 0 auto; padding: 24px; }
.calc-row { display: flex; gap: 16px; margin-bottom: 16px; }
.calc-row .form-group { flex: 1; }
.result-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.result-card { background: #faf8f5; padding: 24px; border-radius: 12px; text-align: center; }
.result-value { font-size: 32px; font-weight: 700; color: #c8a882; }
.result-label { font-size: 14px; color: #8b7355; margin-bottom: 8px; }
.diet-group { margin-bottom: 24px; padding: 20px; background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.tag-options { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.tag-option { background: #fff; padding: 10px 16px; border-radius: 20px; cursor: pointer; border: 2px solid #e0d5c8; display: flex; align-items: center; gap: 8px; }
.tag-option input { display: none; }
.tag-option:has(input:checked) { background: #c8a882; color: #fff; border-color: #c8a882; }
.meal-card { background: #fff; padding: 20px; border-radius: 12px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.meal-time { font-weight: 600; color: #c8a882; margin-bottom: 8px; }
.profile-tag { display: inline-block; background: #f5e6d3; padding: 4px 12px; border-radius: 12px; font-size: 13px; margin: 4px; }
