.styles-module__JJPjSW__nutrition-master{max-width:1400px;margin:0 auto;padding:2rem}.styles-module__JJPjSW__tool-header{text-align:center;margin-bottom:2rem}.styles-module__JJPjSW__tool-header h1{margin-bottom:.5rem;font-size:2.5rem}.styles-module__JJPjSW__tool-header p{color:#6b7280;font-size:1.1rem}.styles-module__JJPjSW__master-container{background:var(--card-light);border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.dark .styles-module__JJPjSW__master-container{background:var(--card-dark)}.styles-module__JJPjSW__controls-section{grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.styles-module__JJPjSW__search-box{align-items:center;display:flex}.styles-module__JJPjSW__search-input{border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.dark .styles-module__JJPjSW__search-input{color:var(--text-dark);background:#374151;border-color:#4b5563}.styles-module__JJPjSW__search-input:focus{border-color:#3b82f6;outline:none}.styles-module__JJPjSW__filter-controls{gap:1rem;display:flex}.styles-module__JJPjSW__filter-group{flex-direction:column;flex:1;gap:.5rem;display:flex}.styles-module__JJPjSW__filter-group label{font-size:.9rem;font-weight:600}.styles-module__JJPjSW__filter-group select{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem}.dark .styles-module__JJPjSW__filter-group select{color:var(--text-dark);background:#374151;border-color:#4b5563}.styles-module__JJPjSW__results-info{margin-bottom:1rem}.styles-module__JJPjSW__results-info p{color:#6b7280;font-weight:600}.styles-module__JJPjSW__foods-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.styles-module__JJPjSW__food-card{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative}.dark .styles-module__JJPjSW__food-card{background:#374151;border-color:#4b5563}.styles-module__JJPjSW__food-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.styles-module__JJPjSW__food-card.styles-module__JJPjSW__selected{background:#f0f9ff;border-color:#3b82f6}.dark .styles-module__JJPjSW__food-card.styles-module__JJPjSW__selected{background:#1e3a8a}.styles-module__JJPjSW__food-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.styles-module__JJPjSW__food-header h3{color:var(--text-light);margin:0;font-size:1.2rem}.dark .styles-module__JJPjSW__food-header h3{color:var(--text-dark)}.styles-module__JJPjSW__food-category{color:#6b7280;text-transform:uppercase;background:#e5e7eb;border-radius:12px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.dark .styles-module__JJPjSW__food-category{background:#4b5563}.styles-module__JJPjSW__food-basic-info{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.styles-module__JJPjSW__calorie-display{text-align:center}.styles-module__JJPjSW__calories{color:#3b82f6;font-size:2rem;font-weight:700;display:block}.styles-module__JJPjSW__unit{color:#6b7280;font-size:.8rem}.styles-module__JJPjSW__macros{color:#6b7280;flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.styles-module__JJPjSW__food-serving{margin-bottom:1rem}.styles-module__JJPjSW__food-serving small{color:#6b7280}.styles-module__JJPjSW__food-best-for{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.styles-module__JJPjSW__goal-tag{text-transform:uppercase;border-radius:6px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.styles-module__JJPjSW__goal-tag.styles-module__JJPjSW__weightGain{color:#92400e;background:#fef3c7}.styles-module__JJPjSW__goal-tag.styles-module__JJPjSW__weightLoss{color:#166534;background:#dcfce7}.styles-module__JJPjSW__goal-tag.styles-module__JJPjSW__maintenance{color:#1e40af;background:#dbeafe}.dark .styles-module__JJPjSW__goal-tag.styles-module__JJPjSW__weightGain{color:#fef3c7;background:#78350f}.dark .styles-module__JJPjSW__goal-tag.styles-module__JJPjSW__weightLoss{color:#dcfce7;background:#064e3b}.dark .styles-module__JJPjSW__goal-tag.styles-module__JJPjSW__maintenance{color:#dbeafe;background:#1e3a8a}.styles-module__JJPjSW__compare-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:6px;width:100%;padding:.5rem;font-weight:600;transition:all .2s}.styles-module__JJPjSW__compare-btn:hover:not(:disabled){background:#7c3aed}.styles-module__JJPjSW__compare-btn:disabled{cursor:not-allowed;background:#9ca3af}.styles-module__JJPjSW__detail-section{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.dark .styles-module__JJPjSW__detail-section{border-color:#374151}.styles-module__JJPjSW__detail-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.styles-module__JJPjSW__detail-header h2{color:#3b82f6;margin:0}.styles-module__JJPjSW__close-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex}.styles-module__JJPjSW__detail-content{gap:2rem;display:grid}.styles-module__JJPjSW__nutrition-facts h3,.styles-module__JJPjSW__vitamins-section h3,.styles-module__JJPjSW__minerals-section h3,.styles-module__JJPjSW__antioxidants-section h3,.styles-module__JJPjSW__benefits-section h3{color:#3b82f6;margin-bottom:1rem}.styles-module__JJPjSW__facts-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.styles-module__JJPjSW__fact-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.dark .styles-module__JJPjSW__fact-item{background:#374151;border-color:#4b5563}.styles-module__JJPjSW__fact-label{color:var(--text-light);font-weight:600}.dark .styles-module__JJPjSW__fact-label{color:var(--text-dark)}.styles-module__JJPjSW__fact-value{color:#3b82f6;font-weight:700}.styles-module__JJPjSW__vitamins-grid,.styles-module__JJPjSW__minerals-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.styles-module__JJPjSW__vitamin-item,.styles-module__JJPjSW__mineral-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:1rem;padding:.75rem;display:flex}:is(.dark .styles-module__JJPjSW__vitamin-item,.dark .styles-module__JJPjSW__mineral-item){background:#374151;border-color:#4b5563}.styles-module__JJPjSW__vitamin-name,.styles-module__JJPjSW__mineral-name{flex:1;min-width:120px;font-weight:600}.styles-module__JJPjSW__vitamin-bar,.styles-module__JJPjSW__mineral-bar{background:#e5e7eb;border-radius:4px;flex:2;height:8px;overflow:hidden}:is(.dark .styles-module__JJPjSW__vitamin-bar,.dark .styles-module__JJPjSW__mineral-bar){background:#4b5563}.styles-module__JJPjSW__vitamin-fill,.styles-module__JJPjSW__mineral-fill{background:#3b82f6;border-radius:4px;height:100%;transition:width .3s}.styles-module__JJPjSW__vitamin-amount,.styles-module__JJPjSW__mineral-amount{text-align:right;color:#3b82f6;min-width:40px;font-weight:600}.styles-module__JJPjSW__antioxidants-list{flex-wrap:wrap;gap:.5rem;display:flex}.styles-module__JJPjSW__antioxidant-tag{color:#1e40af;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.dark .styles-module__JJPjSW__antioxidant-tag{color:#dbeafe;background:#1e3a8a;border-color:#3b82f6}.styles-module__JJPjSW__benefits-list{padding:0;list-style:none}.styles-module__JJPjSW__benefits-list li{background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:8px;margin-bottom:.5rem;padding:.75rem}.dark .styles-module__JJPjSW__benefits-list li{background:#1e3a8a}.styles-module__JJPjSW__compare-section{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.dark .styles-module__JJPjSW__compare-section{border-color:#374151}.styles-module__JJPjSW__compare-section h3{color:#3b82f6;margin-bottom:1rem}.styles-module__JJPjSW__compare-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.styles-module__JJPjSW__compare-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;padding:1rem;position:relative}.dark .styles-module__JJPjSW__compare-card{background:#374151;border-color:#4b5563}.styles-module__JJPjSW__remove-compare{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex;position:absolute;top:-8px;right:-8px}.styles-module__JJPjSW__compare-card h4{color:var(--text-light);margin:0 0 1rem}.dark .styles-module__JJPjSW__compare-card h4{color:var(--text-dark)}.styles-module__JJPjSW__compare-macros{flex-direction:column;gap:.5rem;display:flex}.styles-module__JJPjSW__macro-compare{justify-content:space-between;font-size:.9rem;display:flex}.styles-module__JJPjSW__macro-compare span:first-child{color:#6b7280}.styles-module__JJPjSW__macro-compare span:last-child{color:#3b82f6;font-weight:600}@media (max-width:768px){.styles-module__JJPjSW__nutrition-master,.styles-module__JJPjSW__master-container{padding:1rem}.styles-module__JJPjSW__controls-section{grid-template-columns:1fr;gap:1rem}.styles-module__JJPjSW__filter-controls{flex-direction:column}.styles-module__JJPjSW__foods-grid,.styles-module__JJPjSW__facts-grid,.styles-module__JJPjSW__vitamins-grid,.styles-module__JJPjSW__minerals-grid,.styles-module__JJPjSW__compare-grid{grid-template-columns:1fr}.styles-module__JJPjSW__vitamin-item,.styles-module__JJPjSW__mineral-item{flex-direction:column;align-items:flex-start;gap:.5rem}.styles-module__JJPjSW__vitamin-bar,.styles-module__JJPjSW__mineral-bar{width:100%}}
