:root{--color-primary: #FF6B35;--color-primary-dark: #E85A24;--color-secondary: #FFF8E7;--color-accent: #4CAF50;--color-dark: #1F2937;--color-text: #374151;--color-text-light: #9CA3AF;--color-background: #F9FAFB;--color-white: #FFFFFF;--color-danger: #EF4444;--color-success: #10B981;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--max-width: 1200px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{overflow-x:hidden;width:100%;max-width:100vw}body{font-family:var(--font-sans);background-color:var(--color-background);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:16px}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.w-full{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .4rem;border-radius:var(--radius-md);font-weight:500;transition:all .2s}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-1px)}.btn-secondary{background-color:var(--color-white);color:var(--color-text);border:1px solid #E5E7EB}.btn-secondary:hover{background-color:#f3f4f6}.card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem;border:1px solid #F3F4F6;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.text-center{text-align:center}.text-primary,.text-orange-500,.text-orange-600{color:var(--color-primary)}.text-gray-500{color:#6b7280}.text-green-600{color:#16a34a}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.flex-wrap{flex-wrap:wrap}.meal-breakfast.active{background-color:#fef3c7;color:#92400e;border-color:#fcd34d;font-weight:900}.meal-lunch.active{background-color:#ffedd5;color:#9a3412;border-color:#fdba74;font-weight:900}.meal-snacks.active{background-color:#ecfdf5;color:#065f46;border-color:#6ee7b7;font-weight:900}.meal-dinner.active{background-color:#e0e7ff;color:#3730a3;border-color:#a5b4fc;font-weight:900}.day-btn{padding:.5rem .75rem;font-size:.75rem;border-radius:var(--radius-sm);border:2px solid #E5E7EB;background:#fff;color:#9ca3af;font-weight:700;transition:all .2s}.day-btn.active{background-color:#dbeafe;border-color:#60a5fa;color:#1e3a8a;font-weight:900;box-shadow:var(--shadow-sm)}.text-xs{font-size:.75rem}.text-gray-400{color:#9ca3af}.font-bold{font-weight:700}.font-black{font-weight:900}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text)}.form-input{width:100%;padding:.75rem;border:1px solid #D1D5DB;border-radius:var(--radius-md);transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ff6b351a}.w-16{width:4rem}.h-16{height:4rem}.w-20{width:5rem}.h-20{height:5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#e3dada}.bg-red-200{background-color:#f06f6f;color:#fff!important}.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}.bg-orange-50{background-color:#fff7ed}.border-orange-100{border-color:#ffedd5}.text-orange-200{color:#fed7aa}.w-6{width:1.5rem}.w-24{width:6rem}.h-24{height:6rem}.h-6{height:1.5rem}.object-cover{object-fit:cover}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded{border-radius:var(--radius-sm)}.shrink-0{flex-shrink:0}
