.ingredients-list{display:flex;flex-direction:column;gap:8px}.ingredient-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:all .2s}.ingredient-item:hover{border-color:#0ea861;box-shadow:0 2px 8px rgba(14,168,97,.1)}.ingredient-item.ingredient-changed{background:#fff3e0;border-color:#ff9800}.ingredient-text{align-items:center;color:#202124;display:flex;flex:1;font-size:15px;gap:8px}.ingredient-bullet{color:#5f6368;font-weight:700}.ingredient-badge{background:#ffe0b2;border-radius:4px;color:#e65100;display:inline-block;font-size:12px;margin-left:8px;padding:2px 8px}.substitute-btn{background:#fff;border:1px solid #0ea861;border-radius:6px;color:#0ea861;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s;white-space:nowrap}.substitute-btn:hover{background:#0ea861;box-shadow:0 2px 8px rgba(14,168,97,.3);color:#fff}.undo-btn{background:#fff;border:1px solid #fbbc04;border-radius:8px;color:#fbbc04;cursor:pointer;font-size:14px;font-weight:500;padding:4px 12px;transition:all .2s}.undo-btn:hover{background:#fbbc04;color:#fff}.substitution-panel{align-items:center;animation:fadeIn .3s ease-out;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.substitution-overlay{backdrop-filter:blur(4px);background:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%}.substitution-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;max-height:80vh;max-width:600px;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.substitution-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px}.substitution-header h3{color:#202124;font-size:18px;margin:0}.substitution-header .close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#5f6368;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.substitution-header .close-btn:hover{background:#f1f3f4;color:#202124}.substitution-body{flex:1;overflow-y:auto;padding:20px}.error-state,.loading-state,.no-suggestions{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f1f3f4;border-radius:50%;border-top-color:#0ea861;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.error-state p,.loading-state p,.no-suggestions p{color:#5f6368;font-size:15px;margin-top:16px}.error-icon{font-size:48px}.suggestions-list{display:flex;flex-direction:column;gap:20px}.suggestion-group{display:flex;flex-direction:column;gap:12px}.suggestion-group-title{color:#5f6368;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.suggestion-item{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s}.suggestion-item:hover{border-color:#0ea861;box-shadow:0 4px 12px rgba(14,168,97,.15);transform:translateY(-2px)}.suggestion-item.suggestion-default{background:#e8f7f0;border-color:#0ea861}.suggestion-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.suggestion-header strong{color:#202124;font-size:16px}.default-badge{background:#fff;border:1px solid #0ea861;border-radius:4px;color:#0ea861;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px}.suggestion-quantity{color:#5f6368;font-size:14px;margin-bottom:8px}.suggestion-reasoning{color:#202124;font-size:14px;line-height:1.5;margin-bottom:12px}.suggestion-impact{display:flex;flex-wrap:wrap;font-size:13px;gap:16px}.suggestion-impact span{align-items:center;display:flex;gap:4px}.allergen-warning{background:#fff3e0;border:1px solid #ff9800;border-radius:6px;color:#e65100}.allergen-warning,.special-instructions{font-size:13px;margin-top:12px;padding:8px 12px}.special-instructions{background:#e3f2fd;border:1px solid #2196f3;border-radius:6px;color:#1565c0}.regenerating-overlay{align-items:center;animation:fadeIn .3s ease-out;backdrop-filter:blur(8px);background:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10001}.regenerating-content{align-items:center;background:#fff;border-radius:16px;display:flex;flex-direction:column;gap:20px;padding:40px}.regenerating-content .spinner{height:48px;width:48px}.regenerating-content p{color:#202124;font-size:16px;font-weight:500;margin:0}.toast{border-radius:8px;bottom:-100px;box-shadow:0 4px 12px rgba(0,0,0,.2);font-size:14px;font-weight:500;left:50%;padding:12px 24px;position:fixed;transform:translateX(-50%);transition:bottom .3s ease-out;white-space:nowrap;z-index:10002}.toast.toast-show{bottom:24px}.toast-success{background:#0ea861;color:#fff}.toast-error{background:#f44336;color:#fff}.toast-info{background:#2196f3;color:#fff}@media (max-width:768px){.ingredient-item{align-items:flex-start;flex-direction:column;gap:8px}.substitute-btn{width:100%}.substitution-panel{align-items:flex-end;padding:0}.substitution-content{border-radius:16px 16px 0 0;max-height:95vh;max-width:100%}.suggestion-impact{flex-direction:column;gap:8px}}.substitution-body::-webkit-scrollbar{width:8px}.substitution-body::-webkit-scrollbar-track{background:#f1f3f4;border-radius:4px}.substitution-body::-webkit-scrollbar-thumb{background:#bdc1c6;border-radius:4px}.substitution-body::-webkit-scrollbar-thumb:hover{background:#9aa0a6}