/* Aemazon Food Board v1.0.0 | 2026-08-20 */
.food-filter-panel{margin:12px 0 14px;padding:14px;border:1px solid #ece8e4;border-radius:16px;background:#fffaf7}
.food-filter-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:11px}.food-filter-head strong{font-size:15px;color:#171717}.food-filter-head span{font-size:12px;color:#777}
.food-region-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.food-region-tabs::-webkit-scrollbar{display:none}.food-region-tab{flex:0 0 auto;padding:7px 12px;border:1px solid #e4ded9;border-radius:999px;background:#fff;color:#555;text-decoration:none;font-size:12px;font-weight:750}.food-region-tab.on{border-color:#ee572e;background:#ee572e;color:#fff}
.food-filter-fields{display:grid;grid-template-columns:1.15fr 1fr 1fr auto auto auto;gap:8px;align-items:center}.food-filter-fields select{min-width:0;height:40px;border:1px solid #ddd6d1;border-radius:10px;background:#fff;padding:0 10px;color:#222}.food-filter-check{height:40px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #ddd6d1;border-radius:10px;background:#fff;font-size:13px;font-weight:750;white-space:nowrap}.food-filter-submit,.food-filter-reset{height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:0 14px;font-weight:800;text-decoration:none;white-space:nowrap}.food-filter-submit{border:1px solid #ee572e;background:#ee572e;color:#fff}.food-filter-reset{border:1px solid #ddd6d1;background:#fff;color:#555}
.food-card-badges{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 4px}.food-info-badge{display:inline-flex;align-items:center;min-height:27px;padding:4px 9px;border-radius:999px;background:#f5f4f3;color:#4a4745;font-size:12px;font-weight:780;line-height:1.2}.food-info-badge.primary{background:#fff0ea;color:#d94620}.food-info-badge.good{background:#eaf8ef;color:#237642}.food-info-badge.bad{background:#f5f5f5;color:#777}.food-info-badge.unknown{background:#f5f5f5;color:#929292}
.food-detail-card{margin:16px 0;padding:17px;border:1px solid #ece4df;border-radius:17px;background:linear-gradient(135deg,#fffaf7 0%,#fff 70%)}.food-detail-kicker{font-size:11px;font-weight:900;letter-spacing:.08em;color:#e44d25}.food-detail-title{margin-top:4px;font-size:18px;font-weight:900;color:#181818}.food-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:13px}.food-detail-item{padding:11px;border:1px solid #eee8e4;border-radius:12px;background:#fff}.food-detail-item span{display:block;font-size:11px;color:#888}.food-detail-item strong{display:block;margin-top:4px;font-size:14px;color:#222}
.food-compose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.food-compose-grid label{display:block;font-size:12px;font-weight:800;color:#555;margin-bottom:5px}.food-compose-grid select{width:100%}.food-open24-row{margin-top:12px;padding-top:11px;border-top:1px solid #ece7e3}
@media(max-width:760px){.food-filter-panel{margin:10px 0 12px;padding:12px}.food-filter-fields{grid-template-columns:1fr 1fr}.food-filter-submit,.food-filter-reset{width:100%}.food-detail-grid{grid-template-columns:1fr 1fr}.food-compose-grid{grid-template-columns:1fr}.food-card-badges{margin-top:8px}}
