/* 减肥热量计算页专属样式 */

.jf-form {
    grid-template-columns: 1fr 1fr;
}

.jf-result {
    margin-top: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.jf-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1.2rem;
    border-bottom: 1px solid #f0f0f0;
}

.jf-result-row:last-child { border-bottom: none; }

.jf-label { font-size: 0.9rem; color: #666; }

.jf-val {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    font-family: 'Fira Code', monospace;
}

.jf-target { background: #f0fdf4; }
.jf-target .jf-label { color: #059669; font-weight: 600; }
.jf-target .jf-val { color: #059669; font-size: 1.25rem; }

.jf-warn {
    padding: 0.9rem 1.2rem;
    background: #fffbeb;
    border-top: 1px solid #fde68a;
    font-size: 0.85rem;
    color: #92400e;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .jf-form { grid-template-columns: 1fr; }
}
