
.scc-cfc{
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
  padding:18px;
  max-width:900px;
  margin:24px 0;
  background:#fff;
}
.scc-cfc__header{ margin-bottom:14px; }
.scc-cfc__title{ margin:0 0 6px 0; font-size:1.35rem; line-height:1.2; }
.scc-cfc__subtitle{ margin:0; opacity:.8; }

.scc-cfc__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
}
@media (max-width: 850px){
  .scc-cfc__grid{ grid-template-columns: 1fr; }
}
.scc-cfc__field label{
  display:block;
  font-weight:600;
  margin-bottom:6px;
}
.scc-cfc__field input,
.scc-cfc__field select{
  width:100%;
  padding:10px 12px;
  border:1px solid rgba(0,0,0,.18);
  border-radius:10px;
  font-size:16px;
  background:#fff;
}
.scc-cfc__help{
  margin:6px 0 0 0;
  font-size:.88rem;
  opacity:.78;
}
.scc-cfc__field--wide{
  grid-column: 1 / -1;
}
.scc-cfc__food{
  border:1px dashed rgba(0,0,0,.2);
  border-radius:12px;
  padding:12px;
}
.scc-cfc__food-row{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap:12px;
}
@media (max-width: 850px){
  .scc-cfc__food-row{ grid-template-columns: 1fr; }
}
.scc-cfc__food-row--two{
  grid-template-columns: 1fr 1fr;
  margin-top:12px;
}
.scc-cfc__food-row--mixed{
  margin-top:12px;
  grid-template-columns: 1fr;
}
.scc-cfc__sub-label{
  display:block;
  font-weight:600;
  margin-bottom:6px;
}

.scc-cfc__actions{
  display:flex;
  gap:10px;
  margin-top:14px;
}
.scc-cfc__btn{
  appearance:none;
  border:1px solid rgba(0,0,0,.18);
  background:#111;
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  cursor:pointer;
  font-weight:600;
}
.scc-cfc__btn--secondary{
  background:#fff;
  color:#111;
}
.scc-cfc__btn:hover{ opacity:.92; }

.scc-cfc__results{ margin-top:16px; }
.scc-cfc__result-card{
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
  padding:14px;
  background:rgba(0,0,0,.02);
}
.scc-cfc__result-card--hidden{ display:none; }
.scc-cfc__result-title{ margin:0 0 10px 0; font-size:1.05rem; }

.scc-cfc__result-metrics{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media (max-width: 850px){
  .scc-cfc__result-metrics{ grid-template-columns: 1fr; }
}

.scc-cfc__metric{
  border:1px solid rgba(0,0,0,.10);
  border-radius:12px;
  padding:12px;
  background:#fff;
}
.scc-cfc__metric-label{
  font-size:.9rem;
  opacity:.75;
  margin-bottom:6px;
}
.scc-cfc__metric-value{
  font-size:1.35rem;
  font-weight:800;
  line-height:1.15;
}
.scc-cfc__metric-sub{
  margin-top:6px;
  font-size:.9rem;
  opacity:.75;
}

.scc-cfc__explain{
  margin-top:12px;
  font-size:.95rem;
  line-height:1.45;
}
.scc-cfc__explain ul{ margin:8px 0 0 18px; }
.scc-cfc__small{ font-size:.88rem; opacity:.8; }

.scc-cfc__disclaimer{
  margin-top:10px;
  font-size:.88rem;
  opacity:.78;
}

.scc-cfc__errors{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(180,0,0,.25);
  background:rgba(180,0,0,.06);
  color:#7a0000;
  font-weight:600;
}
